Regulation
What is FRAMEID?
FRAMEID is a string which is unique for each raw and quickly-processed frame (image)
obtained at the Subaru Telescope.
A raw FITS file is saved as FRAMEID.fits
.
The Format
The current (as of March 2017) format of FRAMEID is the following.
instrument
- A three (3) letter instrument code. This is the primary key to distinguish instruments in the database. A list of the current instrument codes is available.data_type
- A single letter code to define the data type of each FITS file. Letters allowed fordata_type
should be pre-defined for each instrument in a dictionary{'A': 'raw frame', 'E': reserved for EXP-ID key, 'Q': 'quickly-processed frame', 'Z': 'reserved by SMOKA'}
.E
andZ
cannot be used in any case. It is not mandatory for instruments to useA
andQ
, butA
andQ
cannot be used for different data types when used. Each instrument team must define a dictionary of thedata_type
in advance of the first data transfer test, and make an agreement with the Subaru Telescope. Here is a description on instrument-specificdata_type
dictionaries.-
frame_number
- A 8 digit incremental frame number in the decimal system.frame_number
must be unique to each frame taken with an instrument. The largest significant digit has reserved numbers as follows.0
to6
- Raw frames7
and8
- Simulated frames9
- Engineering frames that require a special discussion by Subaru Telescope to be made publicly accessible.
Here is a description on instrument-specific uses of
frame_number
.