PixelPair#
- class sunpy.map.PixelPair(x, y)#
Bases:
tuple
Create new instance of PixelPair(x, y)
Attributes Summary
Methods Summary
count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes Documentation
- x#
Alias for field number 0
- y#
Alias for field number 1
Methods Documentation
- count(value, /)#
Return number of occurrences of value.
- index(value, start=0, stop=9223372036854775807, /)#
Return first index of value.
Raises ValueError if the value is not present.