Understanding JWST Data Files
JWST data files share a basic structure with slight variations that depend on observing mode or instrument used. The format depends on the stage of the JWST Science Calibration Pipeline where it was created.
The following articles provide more information on specific aspects of understanding JWST data files:
See also: Getting Started with JWST Data, File Header Contents, JWST Data Associations
Software documentation outside JDox: File Naming Conventions, Data Product Types, Science Product Structures and Extensions, Data File Associations
Working with JWST data requires an understanding of JWST file types, including FITS files, Advanced Scientific Data Format (ASDF) files, JSON files, and Enhanced Character Separated Values (ECSV) files. In general, all the science data include FITS and ASDF extensions, but these formats are also used for calibration reference files.
- FITS format extensions, on top of the science pixel values, provide relevant information about the science data pixels, e.g., uncertainty or variance estimates for each pixel.
- ASDF format extensions are used to provide more complex information about that data, like data model metadata or world coordinate system information.
- ECSV files are products generated in the last stages of calibration, for certain observing modes, and which contain a catalog of sources or specific photometric information derived by the science calibration pipeline.
- Finally, JSON files contain information regarding the way the science data should be associated by the calibration software and according to the rules for each of the observing templates defined by the different instrument teams.
Once JWST data are obtained, telemetry data from the recorded science data files are received by the Data Management System (DMS) in the same binary format that is stored on the JWST Solid State Recorder (SSR). Then, they are processed to extract the science data and relevant detector and exposure information.
The initial FITS header will contain keywords required by the FITS standard and those required for identification, name of the files, data structure definition, and calibration of the science data by the science calibration pipeline. These keywords are populated with: telemetry packet and science image information; proposal planning and scheduling information; spacecraft position; time conversions; pointing information; and selected engineering parameters.
For science data, the corresponding transformation from the detector positions to a world coordinate frame (ICRS and wavelength) is provided via distortion and spectral models stored in ASDF format extensions of the FITS file. These data are then processed through the different stages of the science calibration pipeline, where the JSON file provides the list of data to be associated, and finally archived in MAST.
Words in bold are GUI menus/
panels or data software packages;
bold italics are buttons in GUI
tools or package parameters.