KeyWord | Revised | Category | importance | Alias (Distribution Service) | FormatC | FormatF | Unit | Recommend | Sample | Obsolete | Comment | Description | DescriptionJ |
BITPIX | 1998/12/14 | FITS | Common | - | %20d | I20 | - | - | 32 | - | # of bits storing pix values | The absolute value specify the number of bits that represent a data value. The only valid values are: 8, 16 (16-bit integer), 32 (32-bit integer), -32 (IEEE single precision floating point), -64 (IEEE double precision floating point). | キーワードの値は整数であり、その絶対値はデータ構造のサイズを求める際に用いられ、一つのデータ値を表現するために使われるビット数を表す。有効な値は次の5つである: 8、16 (16ビット整数)、32 (32ビット整数)、-32 (単精度浮動小数点数)、-64 (倍精度浮動小数点数) |
END | 1998/11/24 | FITS | Common | Toolkit | - | - | - | - | - | - | - | This keyword has no associated value. Columns 9-80 shall be filled with ASCII blanks. | このキーワードは値を持たない。9-80列はASCII空白となる。 |
EXTEND | 1998/11/24 | FITS | Common | - | BOOLEAN | BOOLEAN | - | - | F | - | Presence of FITS Extention | If FITS file contains extensions, the keyword EXTEND and the value T must appear in the primary header just after the last NAXISn card image. The presence of this keyword with the value T in the primary header does not require that extensions be present. | FITSファイルがextentionを持つ場合は、Primary ヘッダー内にこのキーワードを記述し、値を'T'とする。記述位置は最後に記述されているNAXISnの直後である。このキーワードの記述があり、その値が'T'であっても、実際にはextensionを持たない、ということも許される。 |
NAXIS | 1999/03/01 | FITS | Common | Toolkit | %20d | I20 | - | - | 2 | - | # of axes in frame | The value field shall contain a non-negative integer no greater than 999, representing the number of axes in an ordinary data array. A value of zero signifies that no data follow the header in the HDU (Header and Data Unit). | このキーワードの値は999を越えない非負の整数であり、データ配列中の軸の数を表す。この値が0の場合は、そのFITS要素の中にデータが存在しないことを示す。 |
NAXIS1 | 1999/03/01 | FITS | Common | Toolkit | %20d | I20 | pixel | - | 1024 | - | # of pixels/row | Number of pixels along the X axis (rows). If NAXIS is equal to 0, there should not be any NAXISn keywords. | データ配列の第1軸方向のデータ要素数を表す。NAXISが0の場合、NAXISnには一切記述してはならない。 |
NAXIS2 | 1999/03/01 | FITS | Common | Toolkit | %20d | I20 | - | - | 1024 | - | # of rows (also # of scan lines) | Number of pixels along the Y axis (lines). If NAXIS is equal to 0, there should not be any NAXISn keywords. | データ配列の第2軸方向のデータ要素数を表す。NAXISが0の場合、NAXISnには一切記述してはならない。 |
NAXIS3 | 1999/03/01 | FITS | Optional | - | %20d | I20 | - | - | 36 | - | # of the 3rd axis | Number of pixels along the Z (3rd) axis. If NAXIS is equal to 0, there should not be any NAXISn keywords. | データ配列の第3軸方向のデータ要素数を表す。NAXISが0の場合、NAXISnには一切記述してはならない。 |
SIMPLE | 1998/11/25 | FITS | Common | Toolkit | BOOLEAN | BOOLEAN | - | T | T | - | Standard FITS format | SIMPLE must be equal to T to conform to FITS. This keyword should be appeared at the top of the HDU. | ファイルがFITSの規約に準拠していれば値をTとする。すばるでは必ず T としなければならない。プライマリヘッダー部の先頭になければならない。 |
AUTOGUID | 1999/09/28 | Instrument | Optional | FITS.SBR.AUTOGUID | %-8s | A8 | - | - | 'OFF ' | - | Auto Guide ON/OFF | This keyword shows whether the Auto Guider (AG) was ON or OFF. If the value is ON, it means that the telescope is tracking by using the AG system. | Auto Guider(AG)が積分中にONかOFFかを記述する。AGがONとは、AGによるtrackingが行われている事を意味する |
BIN-FCT1 | 1998/11/24 | Instrument | Common | - | %20d | I20 | pixel | - | 1 | - | Binning factor of X axis (pixel) | Binning factor of X axis (pixel) when reading the data. X means a direction of NAXIS1. | データ読みだし時の X 方向のビニング数。X方向とは CCD の NAXIS1 に沿った方向。 |
BIN-FCT2 | 1998/11/24 | Instrument | Common | - | %20d | I20 | pixel | - | 1 | - | Binning factor of Y axis (pixel) | Binning factor of Y axis (pixel) when reading the data. Y means a direction of NAXIS2. | データ読みだし時の Y 方向のビニング数。Y方向とは CCD の NAXIS2 に沿った方向。 |
COADD | 1998/12/10 | Instrument | Optional | - | %20d | I20 | - | - | 10 | - | Frame is created by # of sub-exposures | 'COADD' shows how many sub-exporsures were co-added into a frame. Integration time of each sub-exporsure is shown in 'EXP1TIME'. Total integration time of a frame corresponds to the product of 'EXP1TIME' and this 'COADD'. (EXPTIME = EXP1TIME * COADD) | 1 frameが何枚のsub-exporsureを足しあわせた物かを記述する。sub-exporsureの積分時間はEXP1TIMEで記述され、EXP1TIMEとCOADDを掛け合わせた物が最終的な1 frameの積分時間に対応する。 (EXPTIME = EXP1TIME * COADD) |
DET-Ann | 1998/12/14 | Instrument | Optional | - | %20.3f | F20.3 | degree | - | 0.045 | - | Relative angle of nn-th detector (deg) | Angle between nn-th detector and instrument's standard line (degree) | nn番目の検出器の基準線に対する相対的な取付角 (degree) |
DETECTOR | 1998/12/10 | Instrument | Common | - | %-20s | A20 | - | - | 'CCD0001 ' | - | Name of the detector/CCD | Name/Identification of the detector/CCD. | CCD等の検出器の名称 |
DET-ID | 1998/12/10 | Instrument | Optional | - | %20d | I20 | - | - | 2 | - | ID of the detector used for this data | ID of the detector used for this fits data. The detector can be identified by the number when the instrument equips multi detectors. | 複数の検出器からなる観測装置の場合、当該データを生成させた検出器(CCD)等の識別子 |
DET-NSMP | 1998/12/10 | Instrument | Optional | - | %20d | I20 | - | - | 1 | - | # of multi-sampling in an exposure | number of multi-sampling in an exposure | 1回の露出中に複数回の読み出しを行う場合にその回数 |
DET-P1nn | 1999/03/01 | Instrument | Optional | - | %20.3f | F20.3 | arcsec | - | 61.875 | - | Relative X pos of nn-th detector(arcsec) | X Position of the nn-th detector center relative from the field center or instrument standard position | 複数個の検出器を持つ装置の場合に、装置基準位置、或いは、フィールドセンターからnn番目の検出器の中心位置までのX軸(第1軸)方向の相対位置 |
DET-P2nn | 1999/03/01 | Instrument | Optional | - | %20.3f | F20.3 | arcsec | - | 120.125 | - | Relative Y pos of nn-th detector(arcsec) | Y Position of the nn-th detector center relative from the field center or instrument standard position | 複数個の検出器を持つ装置の場合に、装置基準位置、或いは、フィールドセンターからnn番目の検出器の中心位置までのY軸(第2軸)方向の相対位置 |
DETPXSZ1 | 1998/12/14 | Instrument | Optional | - | %20.4f | F20.4 | mm | - | 0.0401 | - | Detector pixel size in axis1 (mm) | Detector pixel size in first axis (NAXIS1). Unit is mm. | 検出器の第1軸(NAXIS1)方向のピクセルサイズ。単位は mm。 |
DETPXSZ2 | 1998/12/14 | Instrument | Optional | - | %20.4f | F20.4 | mm | - | 0.0399 | - | Detector pixel size in axis2 (mm) | Detector pixel size in second axis (NAXIS2). Unit is mm. | 検出器の第2軸(NAXIS2)方向のピクセルサイズ。単位は mm。 |
DET-RST | 1998/12/14 | Instrument | Optional | - | %20d | I20 | - | - | 2 | - | reset number before exposure | Number of detector reset performed before exposure. | 露出前に検出器をリセットした回数。 |
DET-SMPL | 1998/12/14 | Instrument | Optional | - | %-20s | A20 | - | - | 'destructive' | - | sampling method | Sampling method of produced image. | どのようなパターンでデータをサンプリングしたかを示す文字列。 |
DET-TAVE | 1998/12/14 | Instrument | Optional | - | %20.2f | F20.2 | K | - | 121.87 | - | Average of the detector temperature (K) | Average of the detector temparature during exposure. Unit is Kelvin (K). | 検出器の平均の温度。基本的には時間平均を意味している。単位はケルビン(K)。 |
DET-TMAX | 1999/03/01 | Instrument | Optional | - | %20.2f | F20.2 | K | - | 121.99 | - | Max detector temperature during exp. (K) | Maximum detector temperature during the exposure. Unit is Kelvin (K). | 露出中の検出器の最高温度。単位はケルビン(K)。 |
DET-TMED | 1999/03/01 | Instrument | Optional | - | %20.2f | F20.2 | K | - | 121.54 | - | Median of the detector temperature (K) | Median of the detector temperature during the exposure. Unit is Kelvin (K). | 露出中の検出器温度のメディアン値。単位はケルビン(K)。 |
DET-TMIN | 1999/03/01 | Instrument | Optional | - | %20.2f | F20.2 | K | - | 125.88 | - | Min detector temperature during exp. (K) | Minimum detector temperature during the exposure. Unit is Kelvin (K). | 露出中の検出器の最低温度。単位はケルビン(K)。 |
DET-TMP | 1999/03/01 | Instrument | Common | - | %20.2f | F20.2 | K | - | 165.12 | - | Detector temperature (K) | Detectors' typical (representative) temperature. Unit is Kelvin (K). | 検出器の温度の典型的な値(代表値)。単位はケルビン(K)。 |
DET-Tnn | 1999/03/01 | Instrument | Optional | - | %20.2f | F20.2 | K | - | 165.13 | - | nn-th Detector temperature (K) | nn-th Detectors' typical (representative) temperature. Unit is Kelvin (K). | nn番目の検出器温度の典型的な値(代表値)。単位はケルビン(K)。 |
DET-TSD | 1999/03/01 | Instrument | Optional | - | %20.2f | F20.2 | K | - | 0.21 | - | Standard Dev. of the detector temp (K) | Standard deviation of the detector temperature during the exposure. Unit is Kelvin (K). | 露出中の検出器温度の標準偏差。単位はケルビン(K)。 |
DET-VER | 1998/12/14 | Instrument | Optional | - | %-30s | A30 | - | - | 'Ver.1-c-2' | YES | Detector control command script name | Detector control command script name | 検出器制御コマンドスクリプトの名前。 |
EFP-MIN1 | 1999/03/01 | Instrument | Optional | - | %20d | I20 | pixel | - | 5 | - | Start X pos. of effective area (pix) | Start pixel position of effective data region in first axis(NAXIS1). Effective data region means the region excluding overscan region and includes the information from the sky. | 第1軸(NAXIS1)方向の有効領域の開始ピクセル位置。有効領域とはオーバースキャン領域を含まない、天体の情報を含む領域を指す。 |
EFP-MIN2 | 1999/03/01 | Instrument | Optional | - | %20d | I20 | pixel | - | 10 | - | Start Y pos. of effective area (pix) | Start pixel position of effective data region in second axis(NAXIS2). Effective data region means the region excluding overscan region and includes the information from the sky. | 第2軸(NAXIS2)方向の有効領域の開始ピクセル位置。有効領域とはオーバースキャン領域を含まない、天体の情報を含む領域を指す。 |
EFP-RNG1 | 1998/12/14 | Instrument | Optional | - | %20d | I20 | pixel | - | 1024 | - | X Range of overscan area (pix) | Range of effective data region in first axis(NAXIS1). Unit is pixel. Effective data region means the region excluding overscan region and includes the information from the sky. | 第1軸(NAXIS1)方向の有効領域のピクセル単位での大きさ。有効領域とはオーバースキャン領域を含まない、天体の情報を含む領域を指す。 |
EFP-RNG2 | 1998/12/14 | Instrument | Optional | - | %20d | I20 | pixel | - | 1024 | - | Y Range of overscan area (pix) | Range of effective data region in second axis(NAXIS2). Unit is pixel. Effective data region means the region excluding overscan region and includes the information from the sky. | 第2軸(NAXIS2)方向の有効領域のピクセル単位での大きさ。有効領域とはオーバースキャン領域を含まない、天体の情報を含む領域を指す。 |
EXP-ID | 1998/12/14 | Instrument | Common | - | %-12s | A12 | - | - | CACE00000231 | - | ID of the exposure this data was taken | ID of an exposure this data was taken. Effective for multi detectors. First 3 characters represent instrument. The 4th character is 'E'. Remaining 8 digits are sequential number. The representation of first 3 characters are the same with for FRAMEID. | このデータの撮られた露出を表すID 番号。複数の検出器に対してこのID番号が使われる。最初の3文字は観測装置を表す。4文字目は常に'E'。残りの8桁の数字が通し番号を表す。最初の3文字の表記方法はFRAMEIDと同じ。 |
FILTERnn | 1998/12/14 | Instrument | Optional | - | %-30s | A30 | - | - | 'FILTER:R' | - | Filter name/ID | Filter/Grism name/ID in nn-th filter wheel which is used in the exposure. | nn 番目のフィルターホイールに入っている、観測に使用されたフィルターまたはグリズムの識別子。nnは2桁の整数。 |
FLT-Ann | 1998/12/14 | Instrument | Optional | - | %20.2f | F20.2 | degree | - | 6.12 | - | Inclination of nn-th Filter (degree) | Inclination of the nn-th filter reference to optical axis. Unit is degree. When filter surface is normal to opical axis, this value is 0.0. | nn 番目のフィルターの光軸に対する角度。単位は度(degree)。0度の時に光軸とフィルター面が直交する。 |
FRAMEID | 1999/09/28 | Instrument | Common | FITS.#inst.FRAMEID | %-12s | A12 | - | - | CACA00000478 | - | Image sequential number | Sequential number identifying the frame. First 3 characters represent instrument. The 4th character is 'A' for raw data or 'Q' for reduced data. The following 8 digit is for a sequential number. | フレームを識別するための通し番号。最初の3文字は観測装置を表す。4文字目は生データは'A'、処理済みには'Q'がつく。残りの8桁の数字が通し番号を表す。 |
GAIN | 1998/12/14 | Instrument | Common | - | %20.3f | F20.3 | e/ADU | - | 1.456 | - | AD conversion factor (electron/ADU) | AD conversion factor of the detector. Unit is electron/ADU. | 検出器のA/D変換の係数。単位は electron/ADU。 |
INST-PA | 1999/09/28 | Instrument | Optional | FITS.SBR.INST-PA | %20.3f | F20.3 | degree | - | 89.999 | YES | P.A. of Instrument flange (degree) | Position Angle of the instrument flange (degree). This value will be used for calculating the Slit P.A. and CCD P.A. The angle is 0 in north direction and 90 degree in east. | 観測装置フランジの方位角(Position Angle:P.A.)。スリットと CCD の方位角を計算するのに使われる。単位は度(degree)で、北を0度とし、東を90度とする。 |
INSTRUME | 1999/03/01 | Instrument | Common | - | %-20s | A20 | - | - | 'OHS ' | - | Name of instrument | Character string representing the name of the instrument. | 観測装置の名称を表す文字列。 |
INS-VER | 1999/03/01 | Instrument | Optional | - | %-30s | A30 | - | - | 'FOCAS-H01C01M01F01' | - | Version of the instrument /control-soft | INS-VER describes a version of both the instrument hardware and control-software, including the detector control-software (Messia) and version of FITS keyword dictionary. | 観測装置のハード及び制御ソフトのバージョンが記述される。また、CCD制御ソフト(Messia)のバージョンやFITS辞書のバージョンも含まれる。 |
OBS-MOD | 1999/03/01 | Instrument | Common | - | %-30s | A30 | - | - | 'Imaging ' | - | Observation Mode | Observation Mode of the data taken (Spectroscopy, Imaging, Imaging-Polarimetry, Spectro-Polarimetry, etc.). The value is defined by Instrument Developers. | データ取得時の観測モードが記述される(Spectroscopy, Imaging, Imaging-Polarimetry, Spectro-Polarimetry, etc.)。値は装置開発者が定義する。 |
PRD-MIN1 | 1999/03/01 | Instrument | Optional | - | %20d | I20 | pixel | - | 1 | - | Start X pos. of partial readout (pix) | If the CCD data is taken by partial readout, this keyword shows a start X-position of partial readout. The value presents a physical CCD pixel where a partial readout is started (greater than 0). | 部分読み出しデータにおいてCCD上の読み出し開始 X 位置を示す。ここで X とは NAXIS1 軸に沿った方向。部分読み出しをしない時は、開始が1となる。もしビニングをした場合でも、この項目の値は読み出しを開始するCCD上の物理的ピクセル位置を表す。 |
PRD-MIN2 | 1999/03/01 | Instrument | Optional | - | %20d | I20 | pixel | - | 1 | - | Start pos Y of partial readout (pix) | If the CCD data is taken by partial readout, this keyword shows a start Y-position of partial readout. The value presents a physical CCD pixel where a partial readout is started (greater than 0). | 部分読み出しデータにおいてCCD上の読み出し開始 Y 位置を示す。ここで Y とは NAXIS2 軸に沿った方向。部分読み出しをしない時は、開始が1となる。もしビニングをした場合でも、この項目の値は読み出しを開始するCCD上の物理的ピクセル位置を表す。 |
PRD-RNG1 | 1999/03/01 | Instrument | Optional | - | %20d | I20 | pixel | - | 2048 | - | X Range of the partial readout (pix) | If the data is taken by partial readout, this keyword shows a range of partial readout along a X-direction. The value is a actually CCD range being used for data. PRD-RNG1 = BIN-FCT1 * EFP-RNG1. | 部分読み出しデータにおいて PRD-MIN1 (CCD上の部分読み出し開始 X 位置)からの NAXIS1 方向の読みだしの幅を示す。ビニングをした場合でも、この項目の値は読み出しをするCCD上の物理的ピクセル幅を表している。PRD-RNG1 = BIN-FCT1 * EFP-RNG1 |
PRD-RNG2 | 1999/03/01 | Instrument | Optional | - | %20d | I20 | pixel | - | 1024 | - | Y range of the partial readout (pix) | If the data is taken by partial readout, this keyword shows a range of partial readout along a Y-direction. The value is a actually CCD range being used for data. PRD-RNG2 = BIN-FCT2 * EFP-RNG2. | 部分読み出しデータにおいて PRD-MIN2 (CCD上の部分読み出し開始 Y 位置)からの NAXIS2 方向の読みだしの幅を示す。ビニングをした場合でも、この項目の値は読み出しをするCCD上の物理的ピクセル幅を表している。PRD-RNG2 = BIN-FCT2 * EFP-RNG2 |
DATASET | 1998/12/14 | Object | Object | FITS.#Inst.DATASET | %-20s | A20 | - | - | 'o98003d1021' | - | ID of an observation dataset | ID of an observation dataset | 観測データセットのID。この値は必要に応じて制御系から撮像、あるいはフレーム生成コマンドのパラメータとして投入される。 |
DATA-TYP | 1998/11/25 | Object | Common | - | %-30s | A30 | - | - | 'BIAS ' | - | Type / Characteristics of this data | This keyword describe a data type/characteristics. /OBJECT/BIAS/DARK/DOMEFLAT/SKYFLAT/INSTFLAT/COMPARISON/STANDARD_STAR/... | 取得データの種類を記述する。/OBJECT/BIAS/DARK/DOMEFLAT/SKYFLAT/INSTFLAT/COMPARISON/STANDARD_STAR/... |
DEC | 1998/12/14 | Object | Common | FITS.SBR.DEC | %-12s | A12 | - | - | '-01:23:45.67' | - | DEC of pointing (+/-DD:MM:SS.SS) | Declination of telescope pointing. This value is based on an EQUINOX of observer's target table. Notice that this value dose NOT show accurate field center of the instrument. | 望遠鏡指向位置の赤緯で、分点は項目 EQUINOX に記述されている。必ずしも観測装置の視野中心と一致する必要はない。 |
DEC2000 | 1998/11/25 | Object | Common | Toolkit | %-12s | A12 | - | - | '+20:00:12.34' | - | DEC(J2000) of pointing (+/-DD:MM:SS.SS) | Declination of pointing based on J2000 equinox. If telescope control system is based on the J2000, this value is equals to the value of keyword DEC. Notice that this value dose NOT show accurate field center of the instrument. | 分点J2000に準拠した赤緯。もし項目 EQUINOX に J2000 が用いられていれば、DEC と同じ値となる。必ずしも観測装置の視野中心と一致する必要はない。 |
EQUINOX | 1999/09/28 | Object | Common | FITS.SBR.EQUINOX | %20.3f | F20.3 | year | - | 1999.123 | - | Standard FK5 (years) | Epoch of the mean equator and equinox of the coordinate system used to express the WCS mapping. (FK5). | 望遠鏡指向の基準となる分点。この分点を基準として、RA, DECをヘッダー中に記述する。 |
OBJECT | 1998/11/25 | Object | Common | FITS.#Inst.OBJECT | %-30s | A30 | - | - | '3C120 ' | - | Target Description | Identification of object observed. | 観測対象天体の名称、或いは、識別子 |