PScale#

class sunpy.net.vso.attrs.PScale(value)[source]#

Bases: SimpleAttr

Pixel Scale (PSCALE) is in arc seconds.

Parameters:

value (float or str) – The value can be entered in of three ways:

  1. May be entered as a string or any numeric type for equality matching

  2. May be a string of the format ‘(min) - (max)’ for range matching

  3. May be a string of the form ‘(operator) (number)’ where operator is one of: lt gt le ge < > <= >=

Currently only implemented for SDO, which is 0.6 arcsec per pixel at full resolution for AIA.

References

Documentation in SSWIDL routine vso_search.pro.