This page is for the old CIAO 4.15 release. Please see the CIAO home page for the latest release.
FOV: Field of View
The field of view (FOV) determines the area of sky covered by an observation. The term is also used to refer to a product of the skyfov tool, which is provided as part of the Chandra Standard Data Processing pipeline - where it is stored in the primary directory and has the identifier fov1 - but it can also be manually created for an observation.
The FOV file created by skyfov contains polygons, one for each "chip" used in the observation, where the polygon outlines the area of the sky observed by the chip (the aspect of the observation is used to project the chip corners and the resulting set of points is then used to determine a polygon). This file can be displayed in ds9 to show the chip edges - e.g.
unix% ds9 evt2.fits -region fov1.fits
or to filter an events file (e.g. as shown below)
unix% dmcopy "evt2.fits[ccd_id=3,sky=region(fov1.fits[ccd_id=3])]" chip3.fits
as discussed in the How can I define a region around a chip? FAQ entry.