get_fov#
- sunpy.coordinates.spice.get_fov(instrument, time, *, resolution=100)[source]#
Get the field of view (FOV) for an instrument via SPICE.
Rectangular and polygonal FOVs are represented by their vertices. Circular FOVs are approximated by a series of points. This function does not yet support elliptical FOVs.
Note
The FOV determined from SPICE kernels may not be as accurate as the FOV obtained from other sources of information, particularly if the instrument is an imager.
- Parameters:
instrument (
int
,str
) – The NAIF ID for the instrument, or a string that is resolvable to an instrument IDtime (
tuple
,list
,str
,pandas.Timestamp
,pandas.Series
,pandas.DatetimeIndex
,datetime.datetime
,datetime.date
,numpy.datetime64
,numpy.ndarray
,astropy.time.Time
) – Time to use in a parse_time-compatible format.resolution (
int
) – Number of points to use for a circular FOV. Defaults to 100.
Examples
Coordinates computations using SPICE kernels
Coordinates computations using SPICE kernels