Astrosat Project Level2 Interface Control Document

Size: px
Start display at page:

Download "Astrosat Project Level2 Interface Control Document"

Transcription

1 Astrosat Project Level2 Interface Control Document Level2 Data Pipeline Software For Soft X-Ray Telescope (SXT) SAC DP Team Navita Thakkar, Arvind K Singh, T. P. Srinivasan, B. Gopala Krishna Instrument Team Harshal Pawar, Kallol Mukerjee (TIFR) August 2012 High Resolution Data Processing Division Satellite Photogrammetry and Digital Cartography Group Signal and Image Processing Area Space Applications Centre Ahmedabad

2 Space Applications Centre (ISRO), Ahmedabad Document Control and Data Sheet 1 Report No & Date : AstrosatDPSACSIPASPDCGHRDPDTR-5(c)Aug Title : Astrosat Project- Level2 Interface Control Document Level2 data pipeline software for Soft X-ray Telescope(SXT) 3 Version : No. of Pages : 31 4 No. of References : 4 5 Authors : SAC DP Team Navita Thakkar, Arvind K. Singh, T. P. Srinivasan, B. Gopala Krishna Instrument Team -Harshal Pawar, Kallol Mukerjee (TIFR) 6 Originating Unit : High Resolution Data Processing Division, Satellite Photogrammetry and Digital Cartography Group, Signal and Image Processing Area. 7 Abstract : This document describes the Level2 output data formats to be generated from Level2 data pipeline software. 8 Keywords : Astrosat, SXT, Level2, MKF, FITS, PHA 9 Security Classification : Restricted 2

3 Document Change History *A: Addition; M: Modification; D: Deletion Version Date Section AMD * Description of change No. No. V 1.0 Aug All A Initial Version 3

4 CONTENTS DOCUMENT CONTROL AND DATA SHEET... 2 DOCUMENT CHANGE HISTORY INTRODUCTION LEVEL2 DATA ORGANIZATION LEVEL2 OUTPUT DATA FORMATS LEVEL2 EVENT FILE PRIMARY HEADER FITS FORMAT EVENTS HEADER FITS FORMAT GTI HEADER FITS FORMAT GTI FILE PRIMARY HEADER FITS FORMAT GTI HEADER FITS FORMAT LIGHT CURVE FILE PRIMARY HEADER FITS FORMAT RATE HEADER FITS FORMAT SPECTRUM FILE PRIMARY HEADER FITS FORMAT SPECTRUM HEADER FITS FORMAT IMAGE FILE PRIMARY HEADER FITS FORMAT TCT FILE PRIMARY HEADER FITS FORMAT TCT HEADER FITS FORMAT MKF FILE PRIMARY HEADER FITS FORMAT MKF HEADER FITS FORMAT LBT HK FILE PRIMARY HEADER FITS FORMAT LBT HK HEADER FITS FORMAT ORBIT FILE PRIMARY HEADER FITS FORMAT ORBIT HEADER FITS FORMAT ATTITUDE FILE PRIMARY HEADER FITS FORMAT ATTITUDE HEADER FITS FORMAT REFERENCES

5 Soft X-Ray Telescope (SXT) Level2 Data Organization and File Formats 1. Introduction The Level2 ICD contains Level2 output data files format for the Soft X-Ray Telescope (SXT) of Astrosat. All the outputs files will be in FITS Format. The Level2 Output data files are Level2 Event File (.evt) Intermediate Event Files (.tmp) GTI file (.gti) Light Curve File (.lc) Spectrum File (.spec) Image File (.img) The Other ancillary files are inherited from the Level1 are Time Calibration Table (TCT) Data File Make Filter (MKF) Data File Low Bitrate Telemetry (LBT) House Keeping file Orbit File Attitude File 2. Level2 Data Organization The directory structure for data organization after level2 processing is given below. The files under yyyymmdd_<obsid>_level2directory will be generated during level2 data processing and other files viz. hk file, attitude file, orbit file, mkf file will be copied from level1 to level2 directory. File names will bear the mode and window settings, MM and WW respectively yyyymmdd_<obsid>_level2 sxt AS1<ObsID>sxtMMWW_level2.evt AS1<ObsID>sxtMMWW_level2.lc AS1<ObsID>sxtMMWW_level2.spec AS1<ObsID>sxtMMWW_level2.img AS1<ObsID>sxtMMWW_level2.gti AS1<ObsID>sxtMMWW_level2.bti hk aux AS1<ObsID>sxt_level2.mkf 5

6 AS1<ObsID>sxt_level2.tct aux1 AS1<ObsID>sxt_level2.att AS1<ObsID>sxt_level2.orb aux2 AS1<ObsID>sxt_level2.lbt 3. Level2 output data formats The detailed format description for all the Level2 data files are described in detail in respective sections which shown below. 3.1 Level2 Event File File Name: AS1<OBSID>sxtMMWW_level2.evt Where OBSID is observation ID, MM is the Mode, WW is the Window Setting Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions MISSION = 'ASTROSAT' ORIGIN = 'ASTROSAT-SXT-L2' Configuration Control CREATOR = 'SXT-L2 ' TELESCOP = 'ASTROSAT' INSTRUME = 'SXT ' CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) = MJD = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time 6

7 OBJECT = Source information block RA_PNT = Nominal pointing DEC_PNT = Nominal pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = Observation Id SOURCEID = Source Id TARGETID = Target Id EXP_TIME = Exposure Time ORB_NUM = nnnnn Orbit Number EVENTS Header FITS format XTENSION = 'BINTABLE' binary table extension BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional binary table NAXIS1 = 57 width of table in bytes NAXIS2 = number of rows in table PCOUNT = 0 size of special data area: GCOUNT = 1 one data group (required keyword) TFIELDS = 15 number of fields in each row EXTNAME = EVENTS EVENTS Extension Name TTYPE1 = 'TIME Time of events TFORM1 = '1D data format of field TUNIT1 = 's physical unit of field TTYPE2 = 'CCDFrame' CCD FRAME number TFORM2 = '1J data format of field TZERO2 = data offset TTYPE3 = 'X Event X position Sky coordinates TFORM3 = '1I data format of field TUNIT3 = 'pixel physical unit of field TLMIN3 = 1 Minimum value for X column TLMAX3 = 1000 Maximum value for X column TTYPE4 = 'Y Event Y position Sky coordinates TFORM4 = '1I data format of field TUNIT4 = 'pixel physical unit of field TLMIN4 = 1 Minimum value for Y column TLMAX4 = 1000 Maximum value for Y column TTYPE5 = 'RAWX Event X position RAW coordinates TFORM5 = '1I data format of field TUNIT5 = 'pixel physical unit of field TLMIN5 = 0 minimum legal value in the column TLMAX5 = 599 maximum legal value in the column TTYPE6 = 'RAWY Event Y position RAW coordinates TFORM6 = '1I data format of field TUNIT6 = 'pixel physical unit of field 7

8 TLMIN6 = 0 minimum legal value in the column TLMAX6 = 599 maximum legal value in the column TTYPE7 = 'DETX Event X position DET coordinates TFORM7 = '1I data format of field TUNIT7 = 'pixel physical unit of field TLMIN7 = 1 Minimum value for DETX column TLMAX7 = 600 Maximum value for DETX column TTYPE8 = 'DETY Event Y position DET coordinates TFORM8 = '1I data format of field TUNIT8 = 'pixel physical unit of field TLMIN8 = 1 Minimum value for DETY column TLMAX8 = 600 Maximum value for DETY column TTYPE9 = 'PHAS Array of Pulse Height Analyzer values TFORM9 = '9I data format of field TUNIT9 = 'chan physical unit of field TLMIN9 = 0 minimum legal value in the column TLMAX9 = 4095 maximum legal value in the column TTYPE10 = 'Amp Amplifier node used for readout TFORM10 = '1B data format of field TTYPE11 = 'PHA Pulse Height Analyzer after event recognition TFORM11 = '1J data format of field TUNIT11 = 'chan physical unit of field TLMIN11 = 0 minimum legal value in the column TLMAX11 = 4095 maximum legal value in the column TTYPE12 = 'PI Pulse invariant TFORM12 = '1J data format of field TUNIT12 = 'chan physical unit of field TLMIN12 = minimum legal value in the column TLMAX12 = maximum legal value in the column TTYPE13 = 'GRADE Event Grade TFORM13 = '1I data format of field TTYPE14 = 'PixsAbove' Number of Pixels used for PHA reconstruction TFORM14 = '1I data format of field TTYPE15 = 'STATUS Event Quality Flag TFORM15 = '16X data format of field TIMESYS = 'TT Time system MJDREFI = Reference MJD Integer part MJDREFF = Reference MJD fractional TIMEREF = 'LOCAL Time reference (barycenter local) TASSIGN = 'SATELLITE' Time assigned by clock TIMEUNIT = 's Time unit TSTART = Start time TSTOP = Stop time 8

9 DATE-OBS = Date and time of observation start DATE- = Date and time of observation stop TELAPSE = TSTOP - TSTART TELESCOP = Telescope (mission) name INSTRUME = Instrument name DATAMODE = Instrument operating mode OBS_ID = TARG_ID = Target ID EQUINOX = default RADECSYS = default OBS_MODE = default ORIGIN = Source of FITS file CREATOR = Program that created this FITS file DATE = file creation date (YYYY-MM-DDThh:mm:ss UT) GTI Header FITS format XTENSION = BINTABLE' Binary table extension BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional Binary Table NAXIS1 = Width of table in bytes NAXIS2 = Number of rows in table PCOUNT = 0 Size of special data area GCOUNT = 1 Number of data groups TFIELDS = 2 Number of fields in each row EXTNAME = GTI name of this binary table extension ORIGIN = SXT-L1 CREATOR = SXT-L1 HDUCLASS = OGIP format conforms to OGIP GSFC standards LONGSTRN = OGIP 1.0' The OGIP long string convention may be used. CHECKSUM = HDU checksum DATASUM = Data checksum, ASCII encoded DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) TIMEDEL = integration time TTYPE1 = START label for field 1 TFORM1 = 1D data format of field: 8-byte DOUBLE TUNIT1 = sec physical unit of field TTYPE2 = STOP label for field 2 TFORM2 = 1D data format of field: 8-byte DOUBLE TUNIT2 = sec physical unit of field 3.2 GTI File File Name: AS1<OBSID>sxtMMWW_level2.gti Where OBSID is observation ID, MM is the Mode, WW is the Window Setting 9

10 3.1.4 Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions ORIGIN = ASTROSAT-SXT-L1' Configuration control DATE = file creation date (YYYY-MM-DDThh:mm:ss UT) TELESCOP = ASTROSAT' mission name CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data DATE- = End date for data TIME- = End time for data TIMESYS = TT' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) MJD = JD TIMEUNIT = s TSTOPI = integer observation stop time TSTOPF = fractional observation stop time TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution CREATOR = Program name that produced this file GTI Header FITS format XTENSION = BINTABLE' Binary table extension BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional Binary Table NAXIS1 = Width of table in bytes NAXIS2 = Number of rows in table PCOUNT = 0 Size of special data area GCOUNT = 1 Number of data groups TFIELDS = 2 Number of fields in each row EXTNAME = GTI name of this binary table extension ORIGIN = SXT-L1 CREATOR = SXT-L1 HDUCLASS = OGIP format conforms to OGIP GSFC standards LONGSTRN = OGIP 1.0' The OGIP long string convention may be used. CHECKSUM = HDU checksum DATASUM = Data checksum, ASCII encoded DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) TIMEDEL = integration time TTYPE1 = START label for field 1 TFORM1 = 1D data format of field: 8-byte DOUBLE TUNIT1 = sec physical unit of field TTYPE2 = STOP label for field 2 10

11 TFORM2 = 1D data format of field: 8-byte DOUBLE TUNIT2 = sec physical unit of field 3.3 Light Curve File File Name: AS1<OBSID>sxtMMWW_level2.lc Where OBSID is observation ID, MM is the Mode, WW is the Window Setting Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions MISSION = 'ASTROSAT' ORIGIN = 'ASTROSAT-SXT-L2' Configuration Control CREATOR = 'SXT-L2 ' TELESCOP = 'ASTROSAT' INSTRUME = 'SXT ' CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) = MJD = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time OBJECT = Source information block RA_PNT = Nominal pointing DEC_PNT = Nominal pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = Observation Id SOURCEID = Source Id TARGETID = Target Id EXP_TIME = Exposure Time ORB_NUM = nnnnn Orbit Number 11

12 3.4.2 RATE Header FITS format XTENSION = 'BINTABLE' Binary table Extension BITPIX = 8 8-bit bytes NAXIS = 2 2 dimensional binary axis NAXIS1 = Number of bytes per row NAXIS2 = Number of rows PCOUNT = 0 No group parameters GCOUNT = 1 one data group TFIELDS = 4 Number of columns EXTNAME = 'RATE' CREATOR = Module that created the file HDUVERS = '1.0.0' HDUCLASS = 'OGIP' HDUCLAS1 = 'ARRAY' LONGSTRN = 'OGIP 1.0' The OGIP long string convention may be used CHECKSUM = HDU checksum OBS_MODE = Pointing, slew, scan RA_OBJ = RA Object DEC_OBJ = DEC Object TTYPE1 = 'Time' label for field 1 TFORM1 = '1D' data format of field: 8-byte DOUBLE TUNIT1 = s TTYPE2 = 'RATE' label for field 2 TFORM2 = '1E' data format of field: 4-byte FLOAT TUNIT2 = counts TTYPE3 = 'ERROR' label for field 3 TFORM3 = '1E' data format of field: 4-byte FLOAT TUNIT3 = counts TTYPE4 = 'FRACEXP' label for field 4 TFORM4 = '1E' data format of field: 4-byte FLOAT TUNIT4 = counts BINSIZE = TSTART = Start Time TSTOP = End Time 3.4 Spectrum File File Name: AS1<OBSID>sxtMMWW_level2.spec Where OBSID is observation ID, MM is the Mode, WW is the Window Setting Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions MISSION = 'ASTROSAT' 12

13 ORIGIN = 'ASTROSAT-SXT-L2' Configuration Control CREATOR = 'SXT-L2 ' TELESCOP = 'ASTROSAT' INSTRUME = 'SXT ' CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) = MJD = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time OBJECT = Source information block RA_PNT = Nominal pointing DEC_PNT = Nominal pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = Observation Id SOURCEID = Source Id TARGETID = Target Id EXP_TIME = Exposure Time ORB_NUM = nnnnn Orbit Number SPECTRUM Header FITS format XTENSION = 'BINTABLE' Binary table Extension BITPIX = 8 8-bit bytes NAXIS = 2 2 dimensional binary axis NAXIS1 = Number of bytes per row NAXIS2 = Number of rows PCOUNT = 0 No group parameters GCOUNT = 1 one data group TFIELDS = 2 Number of columns EXTNAME = 'SPECTRUM' CREATOR = Module that created the file HDUVERS = '1.0.0' HDUCLASS = 'OGIP' HDUCLAS1 = 'ARRAY' 13

14 LONGSTRN = 'OGIP 1.0' The OGIP long string convention may be used CHECKSUM = HDU checksum OBS_MODE = Pointing, slew, scan RA_OBJ = RA Object DEC_OBJ = DEC Object TTYPE1 = 'CHANNEL' label for field 1 TFORM1 = '1J' data format of field: 4-byte LONG TUNIT1 = s TTYPE2 = 'COUNTS' label for field 2 TFORM2 = '1J' data format of field: 4-byte LONG TUNIT2 = count BINSIZE = TSTART = Start Time TSTOP = End Time 3.5 Image File File Name: AS1<OBSID>sxtMMWW_level2.img Where OBSID is observation ID, MM is the Mode, WW is the Window Setting Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of Bits per data pixel NAXIS = 2 Number of data axis NAXIS1 = 1000 NAXIS2 = 1000 EXT = T FITS data sets may include extension MISSION = ASTROSAT ORIGIN = ASTROSAT-SXT-L2 CREATOR = Module name that created the file CHECKSUM = ASCII encoded HDU checksum DATE = File Creation date (YYYY-MM-DDhh:mm:ss UTC) INSTRUME = SXT TELESCOPE = DATE-OBS = start date for data TIME-OBS = start time for data DATE- = end date for data TIME- = end time for data TIMESYS = TT Time will be TT (terrestrial time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = TIMEZERO = Clock correction TIMEUNIT = s Unit of time -seconds TSTOPI = integer observation stop time TSTOPF = fractional observation stop time TIMEZERI = clock correction integer TIMEZERF = clock correction fractional TIMEDEL = Time Resolution (UTC) expressed in TT(fractional part) MJD=JD

15 OBJECT = Source Information block RA_PNT = Nominal Pointing DEC_PNT = Nominal Pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = Observation Id SOURCEID = Source Id TARGETID = Target Id EXP_TIME = Exposure Time ORB_NUM = nnnnn Orbit Number 3.6 TCT File File Name: AS1<OBSID>sxt_level2.tct Where OBSID is observation ID Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions ORIGIN = 'ASTROSAT-SXT-L2' Configuration control CREATOR = 'SXT-L1 ' Program name that produced this file TELESCOP = 'ASTROSAT ' Telescope (mission) name CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) MJD = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time TCT Header FITS format XTENSION = 'BINTABLE' Binary table extension BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional Binary Table 15

16 NAXIS1 = 24 Width of table in bytes NAXIS2 = Number of rows in table PCOUNT = 0 Size of special data area GCOUNT = 1 Number of data groups TFIELDS = 3 Number of fields in each row EXTNAME = 'TCT ' name of this binary table extension ORIGIN = 'SXT-L2 ' CREATOR = 'SXT-L2 ' = HDUVERS = '1.1.0 ' Version number of the format HDUCLASS = 'OGIP ' format conforms to OGIPGSFC standards HDUCLAS1 = 'TIME CORRELATION' Extension contains time correlation of frames HDUCLAS2 = 'SPS_OBT_STBG' Extension contains time correlation of frames HDUVERS1 = '1.1.0 ' Version number of the format LONGSTRN = 'OGIP 1.0' The OGIP long string convention may be used. = CHECKSUM = HDU checksum DATASUM = Data checksum, ASCII encoded = TTYPE1 = 'SPS_TIME' SPS time TFORM1 = '1D ' data format of field: 8-byte DOUBLE TUNIT1 = 's ' physical unit of field = TTYPE2 = 'OBT_TIME' OBT time TFORM2 = '1D ' data format of field: 8-byte DOUBLE TUNIT2 = 's ' physical unit of field TTYPE3 = 'STBG_TIME' STBG time TFORM3 = '1D ' data format of field: 8-byte DOUBLE TUNIT3 = 's ' physical unit of field 3.7 MKF File File Name: AS1<OBSID>sxt_level2.mkf Where OBSID is observation ID Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions ORIGIN = 'ASTROSAT-SXT-L2' Configuration control CREATOR = 'SXT-L2 ' TELESCOP = 'ASTROSAT' INSTRUME = 'SXT ' CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data 16

17 DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) = MJD = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time OBJECT = Source information block RA_PNT = Nominal pointing DEC_PNT = Nominal pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = MKF Header FITS format XTENSION = 'BINTABLE' Binary table Extension BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional Binary Table NAXIS1 = 164 Number of bytes per row NAXIS2 = Number of rows PCOUNT = 0 No group parameters (required keyword) GCOUNT = 1 One data group (required keyword) TFIELDS = 36 Number of columns EXTNAME = 'MKF Satellite information relevant for SXT ORIGIN = 'SXT-L21' CREATOR = 'SXT-L2' HDUVERS = '1.0.0 ' HDUCLASS = 'OGIP ' LONGSTRN = 'OGIP 1.0' The OGIP long string convention may be used. CHECKSUM = HDU checksum DATASUM = Data checksum, ASCII encoded TTYPE1 = 'Time ' Time : Time stamp (sec since 1 Jan 2010) TUNIT1 = 's ' TFORM1 = 'D ' format of field TTYPE2 = 'Q_SAT ' Spacecraft Quaternion (Order Q1, Q2, Q3, Q4), TFORM2 = '4D ' Array 0f 4 each 8-byte Double TTYPE3 = 'Roll_RA ' (deg) RA of the SC Roll(Pointing Axis) TFORM3 = '1E ' 4-byte float TUNIT3 = 'deg ' Unit 17

18 TTYPE4 = 'Roll_DEC ' (deg) DEC of the SC Roll(Pointing Axis) TFORM4 = '1E ' 4-byte float TUNIT4 = 'deg ' Unit TTYPE5 = 'ROLL_ROT' (deg) Rotation about SC Roll axis (Twist) TFORM5 = '1E ' 4-byte float TUNIT5 = 'deg ' Unit TTYPE6 = 'PITCH_RA' Spacecraft Pitch Axis RA TFORM6 = '1E ' format of field TUNIT6 = 'deg ' Unit TTYPE7 = 'PITCH_DEC' Spacecraft Pitch Axis DEC TFORM7 = '1E ' format of field TUNIT7 = 'deg ' Unit TTYPE8 = 'YAW_RA ' Spacecraft Yaw Axis RA TFORM8 = '1E ' format of field TUNIT8 = 'deg ' Unit TTYPE9 = 'YAW_DEC ' Spacecraft Yaw Axis DEC TFORM9 = '1E ' format of field TUNIT9 = 'deg ' Unit TTYPE10 = 'POSX ' Spacecraft Position, X-axis TFORM10 = 'E ' format of field TUNIT10 = 'm ' TTYPE11 = 'POSY ' Spacecraft Position, Y-axis TFORM11 = 'E ' format of field TUNIT11 = 'm ' TTYPE12 = 'POSZ ' Spacecraft Position, Z-axis TFORM12 = 'E ' format of field TTYPE13 = 'VELX ' Spacecraft Velocity, X-axis TFORM13 = 'E ' format of field TUNIT13 = 'kms ' TTYPE14 = 'VELY ' Spacecraft Velocity, Y-axis TFORM14 = 'E ' format of field TUNIT14 = 'kms ' = TTYPE15 = 'VELZ ' Spacecraft Velocity, Z-axis TFORM15 = 'E ' format of field TUNIT15 = 'kms ' TTYPE16 = 'EARTHLAT' MagField Model, Earth Latitude (Rad) TFORM16 = 'E ' format of field TUNIT16 = 'deg ' Unit TTYPE17 = 'EARTHLON' MagField Model, Earth Longitude (Rad) TFORM17 = 'E ' format of field 18

19 TUNIT17 = 'deg ' Unit = TTYPE18 = 'ALTITUDE' Spacecraft Altitude TFORM18 = 'E ' format of field TUNIT18 = 'm ' TTYPE19 = 'POINTGAL_LONG' Spacecraft Pointing Axis (Galactic Longitude) TFORM19 = 'E ' format of field TTYPE20 = 'POINTGAL_LAT' Spacecraft Pointing Axis (Galactic Latitude) TFORM20 = 'E ' format of field TTYPE21 = 'VELOCITYRA' Spacecraft Velocity Direction RA TFORM21 = 'E ' format of field TTYPE22 = 'VELOCITYDEC' Spacecraft Velocity Direction DEC TFORM22 = 'E ' format of field TTYPE23 = 'SUN_RA' Sun Position RA TFORM23 = 'E ' format of field TTYPE24 = 'SUN_DEC' Sun Position DEC TFORM24 = 'E ' format of field = TTYPE25 = 'MOON_RA' Moon Position RA TFORM25 = 'E ' format of field TTYPE26 = 'MOON_DEC' Moon Position DEC TFORM26 = 'E ' format of field TTYPE27 = 'SUN_ANGLE' Angle Between SUN and POINTING TFORM27 = 'E ' format of field TTYPE28 = 'MOON_ANGLE' Angle Between MOON and POINTING TFORM28 = 'E ' format of field TTYPE29 = 'RAM_ANGLE' Angle Between VELOCITY and POINTING TFORM29 = 'E ' format of field TTYPE30 = 'ELV' Angle Between EARTH LIMB and POINTING TFORM30 = 'E ' format of field TTYPE31 = 'OFFSET' Pointing OFFSET Angle TFORM31 = 'E ' format of field TTYPE32 = 'BKG_THETA' North going Equatorial Crossing Longitude TFORM32 = 'E ' format of field TTYPE33 = 'BKG_PHI' Orbit Phase Angle TFORM33 = 'E ' format of field TTYPE34 = 'TIME_SINCE_SAA' Time Since SAA Exit TFORM34 = 'E ' format of field 19

20 TTYPE35 = 'TIME_SINCE_CPM- PEAK' Time Since CPM PEAK count rate TFORM35 = 'E ' format of field TTYPE36 = 'CPM_RATE' CPM Count Rate TFORM36 = 'E ' format of field 3.8 LBT HK File File Name: AS1<OBSID>sxt_level2.lbt Where OBSID is observation ID Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions ORIGIN = 'ASTROSAT-SXT-L2' Configuration control CREATOR = 'SXT-L2 ' TELESCOP = 'ASTROSAT' INSTRUME = 'SXT ' CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) MJ = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time OBJECT = Source information block RA_PNT = Nominal pointing DEC_PNT = Nominal pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = 20

21 3.9.2 LBT HK Header FITS format XTENSION = 'BINTABLE' HDU 1 BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional Binary Table NAXIS1 = 180 Number of bytes per row NAXIS2 = Number of rows PCOUNT = 0 No group parameters (required keyword) GCOUNT = 1 One data group (required keyword) TFIELDS = 57 Number of columns EXTNAME = 'SXT-LBTHK SXT LBT HK DATA ORIGIN = 'SXT-L2 ' CREATOR = 'SXT-L2 ' HDUVERS = '1.0.0 ' HDUCLASS = 'OGIP ' LONGSTRN = 'OGIP 1.0' The OGIP long string convention may be used. CHECKSUM = HDU checksum DATASUM = Data checksum, ASCII encoded TTYPE1 = 'Time ' Time : Time stamp (sec since 1 Jan 2010) TUNIT1 = 's ' TFORM1 = 'D ' format of field TTYPE2 = 'Vod ' CCD Bias Drain Voltage TFORM2 = 'E ' format of field TTYPE3 = 'Vrd ' CCD Reference Bais Voltage TFORM3 = 'E ' format of field TTYPE4 = 'Vgr ' CCD guard Bias Voltage TFORM4 = 'E ' format of field TTYPE5 = 'Vid ' CCD ip diode Bias Voltage TFORM5 = 'E ' format of field TTYPE6 = 'Vog ' CCD op gate Bias Voltage TFORM6 = 'E ' format of field TTYPE7 = 'Vss_Vbk ' CCD substrate Bias Voltage TFORM7 = 'E ' format of field TTYPE8 = 'Reset_clock' CCD Reset Clock level TFORM8 = 'E ' format of field TTYPE9 = 'I_S_Clock' CCD IS Clock level TFORM9 = 'E ' format of field TTYPE10 = 'Offset ' Amplifier Offset Voltage TFORM10 = 'E ' format of field TTYPE11 = 'R_Clock ' CCD R Clock level TFORM11 = 'E ' format of field 21

22 TTYPE12 = 'IG_Clock' CCD IG Clock level TFORM12 = 'E ' format of field TTYPE13 = '+15V ' Analog Voltage +15V TFORM13 = 'E ' format of field TTYPE14 = '-15V ' Analog Voltage -15V TFORM14 = 'E ' format of field TTYPE15 = '+5VA ' Analog Voltage +5VA TFORM15 = 'E ' format of field TTYPE16 = '+5VD ' Digital Voltage +5VD TFORM16 = 'E ' format of field TTYPE17 = '-5VA ' Analog Voltage -5VA TFORM17 = 'E ' format of field TTYPE18 = 'Hop1_A ' Hop1 Coil A Voltage TFORM18 = 'E ' format of field TTYPE19 = 'Hop2_A ' Hop2 Coil A Voltage TFORM19 = 'E ' format of field TTYPE20 = 'Temp_EL-03' Temperature of card EL-03 TFORM20 = 'E ' format of field TTYPE21 = 'Temp_Bottom' Temperature of DC-DC tray TFORM21 = 'E ' format of field TTYPE22 = 'FPGA1_2.5V' FPGA1 core Voltage (2.5V) TFORM22 = 'E ' format of field TTYPE23 = 'FPGA1_3.3V' FPGA1 IO Voltage (3.3V) TFORM23 = 'E ' format of field TTYPE24 = 'FPGA3_2.5V' FPGA3 core Voltage (2.5V) TFORM24 = 'E ' format of field TTYPE25 = 'FPGA3_3.3V' FPGA3 IO Voltage (3.3V) TFORM25 = 'E ' format of field TTYPE26 = 'CCD_Temp_1' CCD Temperature_1 TFORM26 = 'E ' format of field TTYPE27 = 'CCD_Temp_2' CCD Temperature_2 TFORM27 = 'E ' format of field TTYPE28 = 'Camera_Temp' Camera Temperature TFORM28 = 'E ' format of field TTYPE29 = 'Cold_Figure' Cold Finger Temperature TFORM29 = 'E ' format of field 22

23 TTYPE30 = 'Camera_Vacuum' Camera Vacuum TFORM30 = 'E ' format of field TTYPE31 = 'Hop_Raw ' Hop Raw Voltage TFORM31 = 'E ' format of field TTYPE32 = 'TEC+ ' TEC Heating Mode Voltage TFORM32 = 'E ' format of field TTYPE33 = 'TEC- ' TEC Cooling Mode Voltage TFORM33 = 'E ' format of field TTYPE34 = '+12V ' +12V Supply Voltage TFORM34 = 'E ' format of field TTYPE35 = 'TEC_Raw ' TEC Raw Voltage TFORM35 = 'E ' format of field TTYPE36 = 'Bellow_Pressure' Bellow Pressure TFORM36 = 'E ' format of field TTYPE37 = 'Event_Threshold' Event Threshold TFORM37 = 'E ' format of field TTYPE38 = 'Set_CCD_Temp' Set CCD Temperature TFORM38 = 'E ' format of field TTYPE39 = 'CCD_Count_per_frame' CCD Counts TFORM39 = 'J ' format of field TTYPE40 = 'Command_Counter' Command Counter TFORM40 = 'I ' format of field TTYPE41 = 'Telescope_Door' Telescope Door TFORM41 = 'I ' format of field TTYPE42 = 'TEC_mode' TEC mode status TFORM42 = 'I ' format of field TTYPE43 = 'Crystal_12' Crystal 12 selection TFORM43 = 'I ' format of field TTYPE44 = 'LED_onoff' LED onoff selection TFORM44 = 'I ' format of field TTYPE45 = 'CCD_Read_LR' CCD Read LR selection TFORM45 = 'I ' format of field TTYPE46 = 'LBT_MR ' LBT mainredundant TFORM46 = 'I ' format of field TTYPE47 = 'Amp_Gain_HL' Amp Gain HL selection 23

24 TFORM47 = 'I ' format of field TTYPE48 = 'CCD_T1T2_active' CCD T1T2 active selection TFORM48 = 'I ' format of field TTYPE49 = 'FullWindow' CCD FullWindow TFORM49 = 'I ' format of field TTYPE50 = 'CCD_mode6' CCD mode6 onoff TFORM50 = 'I ' format of field TTYPE51 = 'CCD_mode5' CCD mode5 onoff TFORM51 = 'I ' format of field TTYPE52 = 'CCD_mode4' CCD mode4 onoff TFORM52 = 'I ' format of field TTYPE53 = 'CCD_mode3' CCD mode3 onoff TFORM53 = 'I ' format of field TTYPE54 = 'CCD_mode2' CCD mode2 onoff TFORM54 = 'I ' format of field TTYPE55 = 'CCD_mode1' CCD mode1 onoff TFORM55 = 'I ' format of field TTYPE56 = 'TEC_Control_Volt' TEC Control Voltage TFORM56 = 'E ' format of field TTYPE57 = 'AD ' Sync Value TFORM57 = 'I ' format of field 3.9 ORBIT File File Name: AS1<OBSID>sxt_level2.orb Where OBSID is observation ID Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions ORIGIN = 'ASTROSAT-SXT-L2' Configuration control CREATOR = 'SXT-L2 ' TELESCOP = 'ASTROSAT' INSTRUME = 'SXT ' CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data 24

25 DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) MJ = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time OBJECT = Source information block RA_PNT = Nominal pointing DEC_PNT = Nominal pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = ORBIT Header FITS format XTENSION = 'BINTABLE' Binary Table Extension BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional Binary Table NAXIS1 = Number of bytes per row NAXIS2 = Number of rows PCOUNT = 0 No group parameters (required keyword GCOUNT = 1 One data group (required keyword) TFIELDS = Number of columns EXTNAME = 'ORBIT Orbit Data ORIGIN = 'SXT-L2 ' CREATOR = 'SXT-L2 ' HDUVERS = '1.0.0 ' HDUCLASS = 'OGIP ' HDUCLAS1 = 'ORBIT ' LONGSTRN = 'OGIP 1.0' The OGIP long string convention may be used. CHECKSUM = HDU checksum DATASUM = Data checksum, ASCII encoded TTYPE1 = 'Time ' Time : Time stamp (sec since 1 Jan 2010) TUNIT1 = 's ' TFORM1 = 'D ' format of field TTYPE2 = 'X ' Position X TUNIT2 = 'm ' TFORM2 = 'E ' 4 Byte double TTYPE3 = 'Y ' Position Y TUNIT3 = 'm ' 25

26 TFORM3 = 'E ' 4 Byte double TTYPE4 = 'Z ' Position Z TUNIT4 = 'm ' TFORM4 = 'E ' 4 Byte double TTYPE5 = 'Vx ' Velocity X TFORM5 = 'E ' 4 Byte double TUNIT5 = 'kms ' TTYPE6 = 'Vy ' Velocity Y TFORM6 = 'E ' 4 Byte double TUNIT6 = 'kms ' TTYPE7 = 'Vz ' Velocity Z TFORM7 = 'E ' 4 Byte double TUNIT7 = 'kms ' TTYPE8 = 'Latitude' Latitude of spacecraft TUNIT8 = 'deg ' TFORM8 = 'E ' 4 Byte double TTYPE9 = 'Longitude' Longitude of spacecraft TUNIT9 = 'deg ' TFORM9 = 'E ' 4 Byte double TTYPE10 = 'Altitude' Altitude of spacecraft TUNIT10 = 'm ' TFORM10 = 'E ' 4 Byte double TTYPE11 = 'SemiMajor_Axis' Semi Major Axis of orbit TUNIT11 = 'm ' TFORM11 = 'E ' 4 Byte double TTYPE12 = 'Ecentricity' Ecentricity of orbit TFORM12 = 'E ' 4 Byte double TTYPE13 = 'Inclination' Inclination of orbit TUNIT13 = 'deg ' TFORM13 = 'E ' 4 Byte double TTYPE14 = 'ArgOfPerigee' Argument of Perigee TUNIT14 = 'deg ' TFORM14 = 'E ' 4 Byte double TTYPE15 = 'RAAN ' Right Accession angle of Ascending Angle TUNIT15 = 'deg ' TFORM15 = 'E ' 4 Byte double TTYPE16 = 'TrueAnomaly' True Anomaly of Spacecraft TUNIT16 = 'deg ' TFORM16 = 'E ' 4 Byte double 26

27 3.10 ATTITUDE File File Name: AS1<OBSID>sxt_level2.att Where OBSID is observation ID Primary Header FITS format SIMPLE = T HDU 0 BITPIX = 8 Number of bits per data pixel NAXIS = 0 Number of data axes EXT = T FITS dataset may include extensions ORIGIN = 'ASTROSAT-SXT-L2' Configuration control CREATOR = 'SXT-L2 ' TELESCOP = 'ASTROSAT' INSTRUME = 'SXT ' CHECKSUM = ASCII encoded HDU checksum DATASUM = Data unit checksum written in ASCII DATE = file creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS = Start date for data TIME-OBS = Start time for data DATE- = End date for data TIME- = End time for data TIMESYS = 'TT ' Time will be TT (Terrestrial Time) MJDREFI = (UTC) expressed in TT (integer part) MJDREFF = (UTC) expressed in TT (fractional part) MJ = JD TIMEZERI = Clock correction integer TIMEZERF = Clock correction fractional TIMEDEL = Time resolution TIMEUNIT = 's ' TSTARTI = integer portion of start time TSTARTF = fractional observation start time TSTOPI = integer observation stop time TSTOPF = fractional observation stop time OBJECT = Source information block RA_PNT = Nominal pointing DEC_PNT = Nominal pointing EQUINOX = J RADECSYS = 'ICRF ' Julian coordinate reference frame OBSERVER = Observation information block OBS_ID = ATTITUDE Header FITS format XTENSION = 'BINTABLE' Binary table Extension BITPIX = 8 8-bit bytes NAXIS = 2 2-dimensional Binary Table NAXIS1 = Number of bytes per row NAXIS2 = Number of rows PCOUNT = 0 No group parameters (required keyword) GCOUNT = 1 One data group (required keyword) TFIELDS = 6 Number of columns 27

28 EXTNAME = 'ATTITUDE Attitude Data ORIGIN = 'SXT-L2 ' CREATOR = 'SXT-L2 ' HDUVERS = '1.0.0 ' HDUCLASS = 'OGIP ' HDUCLAS1 = 'ATTITUDE' LONGSTRN = 'OGIP 1.0' The OGIP long string convention may be used. CHECKSUM = HDU checksum DATASUM = Data checksum, ASCII encoded TTYPE1 = 'Time ' Time : Time stamp (sec since 1 Jan 2010) TUNIT1 = 's ' TFORM1 = 'D ' format of field TTYPE2 = 'Q_SAT ' Spacecraft Quaternion (Order Q1, Q2, Q3, Q4), TFORM2 = '4D ' TTYPE3 = 'Roll_RA ' (deg) RA of the SC Roll(Pointing Axis) TFORM3 = '1D ' 8-byte Double TUNIT3 = 'deg ' Unit TTYPE4 = 'Roll_DEC ' (deg) DEC of the SC Roll(Pointing Axis) TFORM4 = '1D ' 8-byte Double TUNIT4 = 'deg ' Unit TTYPE5 = 'ROLL_ROT ' (deg) Rotation about SC Roll axis (Twist) TFORM5 = '1D ' 8-byte Double TUNIT5 = 'deg ' Unit TTYPE6 = 'ATD_STATUS' Attitude Status flag, TFORM6 = '8X ' One byte value 4. References [1] Astrosat Data Pipeline Requirements Document Version 2.5, May 09 [2] Astrosat (SXT) Data Pipeline Processing Document, AST-SXT-SOFTWARE-004, Nov [3] Astrosat Level1 Interface Control Document, ASTROSAT-GS-ICD-LEVEL-1VER1.5, August [4] Observation Identification and Data File naming convention for the ASTROSAT mission, by Dipankar Bhattacharya, Nov 2010, Version 0.8 (draft). 28

ACIS Flight Software Requirements Specification 2 MIT Rev. A ACIS Flight Software Detailed Design Specification

ACIS Flight Software Requirements Specification   2 MIT Rev. A ACIS Flight Software Detailed Design Specification 1.0 Introduction This document describes the interface to be employed in transferring telemetry data from the ACIS instrument between the ASC Level 0 processing pipeline and the ASC Data Archive, according

More information

GBT VEGAS FITS File Specification

GBT VEGAS FITS File Specification Robert C. Byrd Green Bank Telescope NRAO Green Bank Garwood, Roshi, Brandt December 11, 2017 GBT SOFTWARE PROJECT NOTE 33.2 GBT VEGAS FITS File Specification HTML version Available 1 Contents 1 Background

More information

AXAF Science Center. ACIS Telemetry Products: Level 0 to ASC Archive Interface Control Document

AXAF Science Center. ACIS Telemetry Products: Level 0 to ASC Archive Interface Control Document AXAF Science Center ACIS Telemetry Products: Level 0 to ASC Archive Interface Control Document Rev. 1.4 December 17, 1997 Submitted: Joel Kastner Date ACIS Scientist, ASC Science Data Systems Concurred:

More information

ICD for REEF circular Encircled Energy calibration file. Parameter data cube HDU for PSF encircled energy. Version: 2008 Aug 25.

ICD for REEF circular Encircled Energy calibration file. Parameter data cube HDU for PSF encircled energy. Version: 2008 Aug 25. ICD for REEF circular Encircled Energy calibration file Parameter data cube HDU for PSF encircled energy Contents Version: 2008 Aug 25 1 Introduction 2 2 PSF encircled energy file 2 2.1 IMAGE HDU header.........................

More information

Relevant Documents. MEMORANDUM February 24, 2015

Relevant Documents. MEMORANDUM February 24, 2015 MIT Kavli Institute Chandra X-Ray Center MEMORANDUM February 24, 2015 To: Jonathan McDowell, SDS Group Leader From: David Huenemoerder, John Davis, SDS Subject: ACIS Dead Area Algorithm and File Specifications

More information

AMES DESIGN NOTE

AMES DESIGN NOTE KPO @ AMES DESIGN NOTE Design Note No.: KADN-26315 Title: Format Information for Cadence Pixel Files Author: Michael R. Haas PSE Approval: Stephen M. Walker Project Approval: Charles K. Sobeck Signature:

More information

ESO SCIENCE DATA PRODUCTS STANDARD. Doc. No. GEN-SPE-ESO , Issue 5. Addendum. Date: 15/07/2015. Integral Field Spectroscopy: 3D Data Cubes

ESO SCIENCE DATA PRODUCTS STANDARD. Doc. No. GEN-SPE-ESO , Issue 5. Addendum. Date: 15/07/2015. Integral Field Spectroscopy: 3D Data Cubes ESO SCIENCE DATA PRODUCTS STANDARD Doc. No. GEN-SPE-ESO-33000-5335, Issue 5 Addendum Date: 15/07/2015 Integral Field Spectroscopy: 3D Data Cubes The data format being defined in this section applies to

More information

Astrosat Project Soft X-Ray Telescope (SXT)

Astrosat Project Soft X-Ray Telescope (SXT) Astrosat Project Soft X-Ray Telescope (SXT) Standard Operating Procedure AS1SXTLevel2-1.0 Software Prepared by TIFR SXT Team 4 December 2015 Department of Astrophysics & Astronomy Tata Institute of Fundamental

More information

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document AXAF Science Center ACIS Data Products: Level 1 to ASC Archive Interface Control Document Rev. 1.9 April 7, 1999 Submitted: Joel Kastner Date ACIS Scientist, ASC Science Data Systems Concurred: David Huenemoerder

More information

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document AXAF Science Center ACIS Data Products: Level 1 to ASC Archive Interface Control Document Rev. 1.5 August 11, 1998 Submitted: Joel Kastner Date ACIS Scientist, ASC Science Data Systems Concurred: David

More information

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document AXAF Science Center ACIS Data Products: Level 1 to ASC Archive Interface Control Document Rev. 1.7.1 November 4, 1998 Submitted: Joel Kastner Date ACIS Scientist, ASC Science Data Systems Concurred: David

More information

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document AXAF Science Center ACIS Data Products: Level 1 to ASC Archive Interface Control Document Rev. 1.2 July 2, 1998 Submitted: Joel Kastner Date ACIS Scientist, ASC Science Data Systems Concurred: David Huenemoerder

More information

Chandra X-Ray Center. ACIS Data Products: Level 1 to CXC Archive Interface Control Document

Chandra X-Ray Center. ACIS Data Products: Level 1 to CXC Archive Interface Control Document Chandra X-Ray Center ACIS Data Products: Level 1 to CXC Archive Interface Control Document Rev. 2.3 November 26, 2001 Submitted: Glenn Allen Date ACIS Scientist, CXC Science Data Systems Concurred: David

More information

Chandra Science Center. ACIS Telemetry Products: Level 0 to CXC Archive Interface Control Document

Chandra Science Center. ACIS Telemetry Products: Level 0 to CXC Archive Interface Control Document Chandra Science Center ACIS Telemetry Products: Level 0 to CXC Archive Interface Control Document Rev. 3.2 October 27, 2000 Submitted: Glenn Allen Date ACIS Scientist, CXC Science Data Systems Concurred:

More information

Accessing LYRA Data With Python

Accessing LYRA Data With Python Accessing LYRA Data With Python Daniel F. Ryan November 14, 2014 Part I Acessing LYRA Data With Python LYRA data is openly available for download at http://proba2.oma.be/data/lyra. The three principal

More information

Introduction to the Data Model

Introduction to the Data Model DM Intro CIAO 34 Introduction to the Data Model CIAO 34 Science Threads Introduction to the Data Model 1 Table of Contents DM Intro CIAO 34 Get Started Data Model Tools Running Data Model Tools Virtual

More information

Astrosat Project Soft X-Ray Telescope (SXT)

Astrosat Project Soft X-Ray Telescope (SXT) Astrosat Project Soft X-Ray Telescope (SXT) SXT-SOFTWARE-SXTFLAGPIX TIFR Team Sanket Kotak Ashutosh Bajpai Kallol Mukerjee April 29, 2016 Department of Astrophysics & Astronomy Tata Institute of Fundamental

More information

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters MIT Kavli Institute Chandra X-Ray Center MEMORANDUM May 11, 2006 To: Jonathan McDowell, SDS Group Leader From: Glenn Allen (SDS) for the ACIS Background Working Group Subject: acis make bkgd Revision:

More information

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document

AXAF Science Center. ACIS Data Products: Level 1 to ASC Archive Interface Control Document AXAF Science Center ACIS Data Products: Level 1 to ASC Archive Interface Control Document Rev. 1.0 March 5, 1998 Submitted: Joel Kastner Date ACIS Scientist, ASC Science Data Systems Concurred: David Huenemoerder

More information

HQ AFWA. DMSP Satellite Raw Sensor Data Record (RSDR) File Format Specification

HQ AFWA. DMSP Satellite Raw Sensor Data Record (RSDR) File Format Specification HQ AFWA DMSP Satellite Raw Sensor Data Record (RSDR) File Format Specification (Version 1.0 updated, Final, 19 Jan 01) (Replaces version 1.0 Final, 2 Nov 00) Produced by Capt. David M. Paal HQ AFWA/Space

More information

attcalc June 20, 2018 Abstract

attcalc June 20, 2018 Abstract XMM-Newton Science Analysis System Page: 1 attcalc June 20, 2018 Abstract The task attcalc calculates linearized sky coordinates (i.e. a tangential projection on the sky) on an event-by-event basis, and

More information

Working with M 3 Data. Jeff Nettles M 3 Data Tutorial at AGU December 13, 2010

Working with M 3 Data. Jeff Nettles M 3 Data Tutorial at AGU December 13, 2010 Working with M 3 Data Jeff Nettles M 3 Data Tutorial at AGU December 13, 2010 For Reference Slides and example data from today s workshop available at http://m3dataquest.jpl.nasa.gov See Green et al. (2010)

More information

Specifications: tgfindzo Algorithm and Interface

Specifications: tgfindzo Algorithm and Interface MIT Kavli Institute Chandra X-Ray Center Specifications: tgfindzo Algorithm and Interface David Huenemoerder December 13, 2011 Revision History 1. 2011.12.13 version 1.0; corrections from JC; and more

More information

UNIVERSITY OF HAWAII AT MANOA Institute for Astrononmy

UNIVERSITY OF HAWAII AT MANOA Institute for Astrononmy Pan-STARRS Document Control PSDC-xxx-xxx-01 UNIVERSITY OF HAWAII AT MANOA Institute for Astrononmy Pan-STARRS Project Management System PS1 Postage Stamp Server System/Subsystem Description Grant Award

More information

CRYOSAT-2: STAR TRACKER ATTITUDE CALCULATION TOOL FILE TRANSFER DOCUMENT

CRYOSAT-2: STAR TRACKER ATTITUDE CALCULATION TOOL FILE TRANSFER DOCUMENT Page: 1 / 7 CRYOSAT-: STAR TRACKER ATTITUDE CALCULATION TOOL FILE TRANSFER DOCUMENT 1. INTRODUCTION This is the File Transfer Document for the executable routine that computes attitude data (quaternions,

More information

1 Introduction. 2 Replacement. MEMORANDUM November 13, 2009

1 Introduction. 2 Replacement. MEMORANDUM November 13, 2009 MIT Kavli Institute Chandra X-Ray Center MEMORANDUM November 13, 2009 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: Bias repair Revision: 4.1 URL: http://space.mit.edu/cxc/docs/docs.html#bias

More information

1 Introduction. 2 Replacement. MEMORANDUM April 7, 2010

1 Introduction. 2 Replacement. MEMORANDUM April 7, 2010 MIT Kavli Institute Chandra X-Ray Center MEMORANDUM April 7, 2010 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: Bias repair Revision: 4.4 URL: http://space.mit.edu/cxc/docs/docs.html#bias

More information

1 Introduction. 2 Replacement. MEMORANDUM May 13, Jonathan McDowell, SDS Group Leader Glenn E. Allen, SDS Bias repair

1 Introduction. 2 Replacement. MEMORANDUM May 13, Jonathan McDowell, SDS Group Leader Glenn E. Allen, SDS Bias repair MIT Kavli Institute Chandra X-Ray Center MEMORANDUM May 13, 2010 To: From: Subject: Revision: 5.4 URL: File: Jonathan McDowell, SDS Group Leader Glenn E. Allen, SDS Bias repair http://space.mit.edu/cxc/docs/docs.html#bias

More information

Chandrasekhar X-Ray Center

Chandrasekhar X-Ray Center Chandrasekhar X-Ray Center CXC Archive Interface Control Document Level 2 Specifications for: Aspect Histogram: Processing and Data Products (http://space.mit.edu/asc/docs/asphist ICD.ps.gz) Revision 1.0

More information

Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM. Document M Revision 1.0 April dbm. 32A Spruce Street Oakland, NJ 07436

Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM. Document M Revision 1.0 April dbm. 32A Spruce Street Oakland, NJ 07436 Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM Document M2001322 Revision 1.0 April 2011 dbm 32A Spruce Street Oakland, NJ 07436 Phone 201-677-0008 FAX 201-667-9444 1 Table of Contents Contents

More information

MRTCAL tutorial. IRAM Science Software User Meeting Apr , St Martin d Hères

MRTCAL tutorial. IRAM Science Software User Meeting Apr , St Martin d Hères MRTCAL tutorial Presentation by Sébastien BARDEAU, Jérôme PETY & Albrecht SIEVERS (IRAM) Current MRTCAL developers: Sébastien BARDEAU, Albrecht SIEVERS & Jérôme PETY IRAM Science Software User Meeting

More information

Astrosat Project Soft X-Ray Telescope (SXT)

Astrosat Project Soft X-Ray Telescope (SXT) Astrosat Project Soft -Ray Telescope (ST) Standard Operating Procedure AS1STLevel2-1.1 Software Prepared by TIFR ST Team 4 December 2015 Department of Astrophysics & Astronomy Tata Institute of Fundamental

More information

WASP KEYWORDS Name Meaning Type Units WASP default value Standard FITS Frequently Accessed Keywords

WASP KEYWORDS Name Meaning Type Units WASP default value Standard FITS Frequently Accessed Keywords WASP KEYWORDS Name Meaning Type Units WASP default value Standard FITS Frequently Accessed Keywords SOFIA Availability? ARCHIVE keyword SOFIA HK Name CHOPFREQ Frequency at which the secondary is chopped,

More information

Joint Astronomy Centre James Clerk Maxwell Telescope

Joint Astronomy Centre James Clerk Maxwell Telescope Joint Astronomy Centre James Clerk Maxwell Telescope PTCS TCS/UN/004 Nick Rees, Russell Kackley 4 August 2003 Description of the JAC Telescope Control System serial line interface Contents 1 Introduction

More information

CS267 Homework 1: Fast Matrix Multiply

CS267 Homework 1: Fast Matrix Multiply CS267 Homework 1: Fast Matrix Multiply S Woo X, Simon Scott April 18, 2012 1 Introduction The VEGAS HPC uses three shared memory data buffers, one between each of the data processing threads. There is

More information

2. ctifile,s,h, CALDB,,, ACIS CTI ARD file (NONE none CALDB <filename>)

2. ctifile,s,h, CALDB,,, ACIS CTI ARD file (NONE none CALDB <filename>) MIT Kavli Institute Chandra X-Ray Center MEMORANDUM August 11, 2006 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: Adjusting ACIS Event Data to Compensate for CTI Revision:

More information

DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY

DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY Leong Keong Kwoh, Xiaojing Huang, Wee Juan Tan Centre for Remote, Imaging Sensing and Processing (CRISP), National

More information

METOP Direct Broadcast Satellite to Ground Interface details for HRPT users

METOP Direct Broadcast Satellite to Ground Interface details for HRPT users METOP Direct Broadcast Satellite to Ground Interface details for HRPT users Regional Advanced Retransmission Service (RARS) L band acquisition data 1 Go to View menu and click on Slide Master to update

More information

EURO 3D Promoting 3D spectroscopy in Europe

EURO 3D Promoting 3D spectroscopy in Europe EURO 3D Promoting 3D spectroscopy in Europe www.aip.de/euro3d RESEARCH TRAINING NETWORK Sponsored by the EUROPEAN COMMISSION Euro3D Data Format Format Definition Issue 1.2 May 15 th, 2003 M.Kissler-Patig,

More information

1 Description. MEMORANDUM February 19, 2013

1 Description. MEMORANDUM February 19, 2013 MIT Kavli Institute Chandra X-Ray Center MEMORANDUM February 19, 2013 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: DELTOCLK spec Revision: 3.2 URL: http://space.mit.edu/cxc/docs/docs.html#deltoclk

More information

1 acis build chip gti

1 acis build chip gti MIT Kavli Institute Chandra X-Ray Center MEMORANDUM July 15, 2014 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: acis build chip gti Revision: 2.1 URL: http://space.mit.edu/cxc/docs/docs.html#gti

More information

Joint Astronomy Centre James Clerk Maxwell Telescope

Joint Astronomy Centre James Clerk Maxwell Telescope Joint Astronomy Centre James Clerk Maxwell Telescope PTCS TCS/UN/004 Nick Rees, Russell Kackley, (Firmin Oliveira) 4 August 2003, (15 November 2005) Description of the JAC Telescope Control System serial

More information

Far Ultraviolet SpectroPolarimeter (FUSP)

Far Ultraviolet SpectroPolarimeter (FUSP) Far Ultraviolet SpectroPolarimeter (FUSP) Telemetry, Commands, and Electrical Interface Specification 1100-S-0000 Revision B Nov 2, 1999 Vehicle 36.173UG Prepared for: National Aeronautics and Space Administration

More information

2. ctifile,s,h, CALDB,,, ACIS CTI ARD file (NONE none CALDB <filename>)

2. ctifile,s,h, CALDB,,, ACIS CTI ARD file (NONE none CALDB <filename>) MIT Kavli Institute Chandra X-Ray Center MEMORANDUM January 17, 2006 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: Adjusting ACIS Event Data to Compensate for CTI Revision:

More information

RGS data reduction and analysis of point-like sources

RGS data reduction and analysis of point-like sources 14 th ESAC SAS Workshop 2 nd 6 th June 2014 RGS data reduction and analysis of point-like sources Rosario González-Riestra XMM-Newton SOC ESAC Processing RGS data (I) from... to... FRAME Time CCD, node,

More information

Coordinate Transformation Conventions for ASTROSAT CZT Imager. Dipankar Bhattacharya

Coordinate Transformation Conventions for ASTROSAT CZT Imager. Dipankar Bhattacharya Coordinate Transformation Conventions for ASTROSAT CZT Imager Dipankar Bhattacharya Version 1.2 October 2015 1 Introduction This document summarizes the coordinate transformation conventions being used

More information

HEASARC-Suzaku (Astro-E2) US processing site

HEASARC-Suzaku (Astro-E2) US processing site 2-34 Table of Contents ASTRO-E2 INTERFACE CONTROL DOCUMENT HEASARC-Suzaku (Astro-E2) US processing site Version 097 DATE 25 November 2005 1 Introduction6 11 Purpose6 12 Applicable Documents6 2 Data: Overview,

More information

1 acis build chip gti

1 acis build chip gti MIT Kavli Institute Chandra X-Ray Center MEMORANDUM June 22, 2014 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: acis build chip gti Revision: 2.0 URL: http://space.mit.edu/cxc/docs/docs.html#gti

More information

Padova and Asiago Observatories

Padova and Asiago Observatories ISSN 1594-1906 Padova and Asiago Observatories CCD DATA ACQUISITION SYSTEM FOR THE COPERNICO TELESCOPE Baruffolo A., D Alessandro M. Technical Report n. 3 March 1993 Document available at: http://www.pd.astro.it/

More information

SPICAM Archive Tutorial. Principal Investigator : J.L. Bertaux Archive Manager : A. Reberac

SPICAM Archive Tutorial. Principal Investigator : J.L. Bertaux Archive Manager : A. Reberac SPICAM Archive Tutorial Principal Investigator : J.L. Bertaux Archive Manager : A. Reberac 1 SPICAM Archive Tutorial SPICAM Instrument SPICAM data levels/products SPICAM Archive volume set organization

More information

University of Texas Center for Space Research ICESAT/GLAS Document: CSR SCF Release Notes for Orbit and Attitude Determination

University of Texas Center for Space Research ICESAT/GLAS Document: CSR SCF Release Notes for Orbit and Attitude Determination University of Texas Center for Space Research ICESAT/GLAS Document: CSR SCF Notes for Orbit and Attitude Determination Tim Urban Sungkoo Bae Hyung-Jin Rim Charles Webb Sungpil Yoon Bob Schutz Version 3.0

More information

SWAP Image Calibration. Daniel B. Seaton, D. Shaun Bloomfield, ROB & TCD SWAP Teams

SWAP Image Calibration. Daniel B. Seaton, D. Shaun Bloomfield, ROB & TCD SWAP Teams SWAP Image Calibration Daniel B. Seaton, D. Shaun Bloomfield, ROB & TCD SWAP Teams Primary Image Calibration Steps Implemented Dark Subtraction Pixel Map Correction Image Scaling, Rotation, & Centering

More information

Simulation and Analysis of an Earth Observation Mission Based on Agile Platform

Simulation and Analysis of an Earth Observation Mission Based on Agile Platform Simulation and Analysis of an Earth Observation Mission Based on Agile Platform Augusto Caramagno Fabrizio Pirondini Dr. Luis F. Peñín Advanced Projects Division DEIMOS Space S.L. -1 - Engineering activities

More information

How to Use GOCE Level 2 Products

How to Use GOCE Level 2 Products How to Use GOCE Level 2 Products Thomas Gruber 1), Reiner Rummel 1), Radboud Koop 2) 1) Institute of Astronomical and Physical Geodesy, Technical University Munich 2) Netherlands Institute for Space Research

More information

University of Texas Center for Space Research. ICESAT/GLAS CSR SCF Release Notes for Orbit and Attitude Determination

University of Texas Center for Space Research. ICESAT/GLAS CSR SCF Release Notes for Orbit and Attitude Determination University of Texas Center for Space Research ICESAT/GLAS CSR SCF Notes for Orbit and Attitude Determination Charles Webb Tim Urban Bob Schutz Version 1.0 August 2006 CSR SCF Notes for Orbit and Attitude

More information

P. SANTOLAMAZZA, C. PITTORI

P. SANTOLAMAZZA, C. PITTORI DOCUMENT TYPE: TITLE: Software User Manual GRID SCIENTIFIC ANALYSIS USER MANUAL DOC. REF.: AGILE-IFC-OP-09 N. of PAGES: ISSUE: Build-21 DATE: 16 November 2011 PREPARED BY: CHECKED BY: A. CHEN, A. BULGARELLI,

More information

GLOBAL PRECIPITATION MEASUREMENT PRECIPITATION PROCESSING SYSTEM. File Specification AMSUBBASE. Preliminary Version

GLOBAL PRECIPITATION MEASUREMENT PRECIPITATION PROCESSING SYSTEM. File Specification AMSUBBASE. Preliminary Version GLOBAL PRECIPITATION MEASUREMENT PRECIPITATION PROCESSING SYSTEM File Specification AMSUBBASE Preliminary Version October 12, 2015 0.1 AMSUBBASE - AMSUB base AMSUBBASE contains brightness temperature from

More information

CBERS-2. Attitude Control and its Effects on Image Geometric Correction. Follow up to TCM-06 INPE CBERS TEAM

CBERS-2. Attitude Control and its Effects on Image Geometric Correction. Follow up to TCM-06 INPE CBERS TEAM CBERS-2 Attitude Control and its Effects on Image Geometric Correction Follow up to TCM-06 INPE CBERS TEAM Topics for discussion Known issues about CBERS-2 attitude data Transmitted attitude angles are

More information

Planck IDIS Exchange Format Design Document

Planck IDIS Exchange Format Design Document 1 of 35 : : : Authors: J. Sternberg, A. Zacchei, C. Mercier Abstract: This document specifies the data structures which are required to be generated by one Planck DPC for distribution to the other DPC

More information

ASPRS LiDAR SPRS Data Exchan LiDAR Data Exchange Format Standard LAS ge Format Standard LAS IIT Kanp IIT Kan ur

ASPRS LiDAR SPRS Data Exchan LiDAR Data Exchange Format Standard LAS ge Format Standard LAS IIT Kanp IIT Kan ur ASPRS LiDAR Data Exchange Format Standard LAS IIT Kanpur 1 Definition: Files conforming to the ASPRS LIDAR data exchange format standard are named with a LAS extension. The LAS file is intended to contain

More information

Using A Pileup Model

Using A Pileup Model Using A Pileup Model Sherpa Threads (CIAO 3.4) Using A Pileup Model 1 Table of Contents Background Information Remove the acis_detect_afterglow Correction Getting Started Reading in Data & Instrument Responses

More information

CHRIS DATA PRODUCTS - LATEST ISSUE

CHRIS DATA PRODUCTS - LATEST ISSUE CHRIS DATA PRODUCTS - LATEST ISSUE Mike Cutter (1), Lisa Johns (2) (1) Sira Technology Ltd, South Hill, Chislehurst, Kent, BR7 5EH, England. E-mail: Mike.Cutter@sira.co.uk (2) Sira Technology Ltd, South

More information

GPS IIF yaw attitude control during eclipse season

GPS IIF yaw attitude control during eclipse season GPS IIF yaw attitude control during eclipse season F. Dilssner, T. Springer, W. Enderle European Space Operations Centre (ESOC), Darmstadt, Germany AGU Fall Meeting, San Francisco Dec 9, 2011 GPS IIF yaw

More information

Prime Index Object Name type note source keyword ORIGIN (string) ORIGIN Location where file made constant in jsd keyword DATE (string) Date_time of

Prime Index Object Name type note source keyword ORIGIN (string) ORIGIN Location where file made constant in jsd keyword DATE (string) Date_time of HMI lev0 Prime Index Object Name type note source ORIGIN (string) ORIGIN Location where file made constant in jsd DATE (string) Date_time of processing; ISO 8601 ingest_lev0 DATE OBS (string) [DATE-OBS]

More information

1 Bias-parity errors. MEMORANDUM August 18, Description. 1.2 Input

1 Bias-parity errors. MEMORANDUM August 18, Description. 1.2 Input MIT Kavli Institute Chandra X-Ray Center MEMORANDUM August 18, 2010 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: Bias-parity error spec Revision: 0.2 URL: http://space.mit.edu/cxc/docs/docs.html#berr

More information

Overview of LFI maps generation and their characteristics

Overview of LFI maps generation and their characteristics Overview of LFI maps generation and their characteristics Davide Maino University of Milano, Dept. of Physics UC Davis, 20 May 2013 Davide Maino Overview of LFI maps generation and their characteristics

More information

Algorithms for processing level 1a Tiny Ionospheric Photometer data into level 1b radiances

Algorithms for processing level 1a Tiny Ionospheric Photometer data into level 1b radiances Algorithms for processing level 1a Tiny Ionospheric Photometer data into level 1b radiances Overview This document describes the algorithms for processing Tiny Ionospheric Photometer (TIP) level 1a data

More information

Simulation of Brightness Temperatures for the Microwave Radiometer (MWR) on the Aquarius/SAC-D Mission. Salman S. Khan M.S. Defense 8 th July, 2009

Simulation of Brightness Temperatures for the Microwave Radiometer (MWR) on the Aquarius/SAC-D Mission. Salman S. Khan M.S. Defense 8 th July, 2009 Simulation of Brightness Temperatures for the Microwave Radiometer (MWR) on the Aquarius/SAC-D Mission Salman S. Khan M.S. Defense 8 th July, 2009 Outline Thesis Objective Aquarius Salinity Measurements

More information

PMC-16AIO 16-Bit Analog Input/Output PMC Board With 32 Input Channels, 4 Output Channels and 16-Bit Digital I/O Port

PMC-16AIO 16-Bit Analog Input/Output PMC Board With 32 Input Channels, 4 Output Channels and 16-Bit Digital I/O Port PMC-16AIO 16-Bit Analog Input/Output PMC Board With 32 Input Channels, 4 Output Channels and 16-Bit Digital I/O Port Features Include: 32 Single-Ended or 16 Differential 16-Bit Scanned Analog Input Channels

More information

Padova and Asiago Observatories

Padova and Asiago Observatories ISSN 1594-1906 Padova and Asiago Observatories CIMA EKAR METEO DATA HANDLING AND DISTRIBUTION Fantinel D., Giro E., Passuello R. Technical Report n. 17 November 2001 Document available at: http://www.pd.astro.it/

More information

Definition of the Flexible Image Transport System (FITS) March 29, Standard NOST

Definition of the Flexible Image Transport System (FITS) March 29, Standard NOST NOST Definition of the Flexible Image Transport System (FITS) March 29, 1999 Standard NOST 100-2.0 NASA/Science Office of Standards and Technology Code 633.2 NASA Goddard Space Flight Center Greenbelt

More information

SENTINEL-1 IPF: ATTITUDE QUATERNIONS USAGE

SENTINEL-1 IPF: ATTITUDE QUATERNIONS USAGE Page: 1 / 2 SENTINEL-1 IPF: ATTITUDE QUATERNIONS USAGE 1. INTRODUCTION The purpose of this note is to propose a sequence of EO CFI function calls to be implemented in the Sentinel-1 IPF in order to retrieve

More information

Measuring Ground Deformation using Optical Imagery

Measuring Ground Deformation using Optical Imagery Measuring Ground Deformation using Optical Imagery Sébastien Leprince California Institute of Technology, USA October 29, 2009 Keck Institute for Space Studies Workshop Measuring Horizontal Ground Displacement,

More information

EFI TII Cross-Track Flow Data Release Notes

EFI TII Cross-Track Flow Data Release Notes Data, Innovation, and Science Cluster Doc. no: SW-RN-UoC-GS-004, Rev: 3, 25 September 2017 Prepared: Johnathan Burchill EFI Scientist Date 25 September 2017 Approved: David Knudsen Date 25 September 2017

More information

PRISM geometric Cal/Val and DSM performance

PRISM geometric Cal/Val and DSM performance PRISM geometric Cal/Val and DSM performance Junichi Takaku RESTEC Takeo Tadono JAXA Nov. 2008 Contents PRISM geometric Cal/Val Interior orientation parameters Exterior orientation parameters Triangulation

More information

( 83P UDP/IP Ethernet Datagram,.83P File Format )

( 83P UDP/IP Ethernet Datagram,.83P File Format ) IMAGENEX TECHNOLOGY CORP. DeltaT - 83P PROFILE POINT OUTPUT ( 83P UDP/IP Ethernet Datagram,.83P File Format ) For each ping, the following bytes are output during the 83P UDP datagram. If recording to

More information

TECHNICAL REPORT. There will be two types of ingest into the I&T Data Archive; package based, and file based (for FITS files only).

TECHNICAL REPORT. There will be two types of ingest into the I&T Data Archive; package based, and file based (for FITS files only). TECHNICAL REPORT Title: JWST I&T Data Archive Operations Concept Authors: Rusty Whitman Phone: 410-338-5042 Doc #: JWST-STScI-001658, Date: February 2, 2009 Rev: - Release Date: February 13, 2009 1.0 Introduction

More information

Data sheet CC 03, Commander Compact (603-1CC21)

Data sheet CC 03, Commander Compact (603-1CC21) Data sheet CC 03, Commander Compact (603-1CC21) Technical data Order. Type 603-1CC21 CC 03, Commander Compact General information Note - Features Display: 2 x 20 characters Interface: MP²I User memory:

More information

Within the FITS Format 1. R. J. Hanisch. D. G. Wells. DRAFT { February 1988 { DRAFT

Within the FITS Format 1. R. J. Hanisch. D. G. Wells. DRAFT { February 1988 { DRAFT 1 Introduction World Coordinate Systems Representations Within the FITS Format 1 R. J. Hanisch Space Telescope Science Institute D. G. Wells National Radio Astronomy Observatory DRAFT { February 1988 {

More information

The FITS Image Format and Image Display with DS9

The FITS Image Format and Image Display with DS9 The FITS Image Format and Image Display with DS9 Guillermo Damke (TA) Steve Majewski (Course instructor) ASTR 5110 Fall 2011 University of Virginia Part I. FITS Files FITS is the standard and most used

More information

Michigan Infrared Combiner: MIRC Update

Michigan Infrared Combiner: MIRC Update Michigan Infrared Combiner: MIRC Update John Monnier Ming Zhao, Ettore Pedretti, Nathalie Thureau Outline What is MIRC? Year 1 (2006) Summary Current Status Sensitivity, Calibration, Modes Intro to: How

More information

Responsive Flight Software Development & Verification Techniques for Small Satellites

Responsive Flight Software Development & Verification Techniques for Small Satellites Responsive Flight Software Development & Verification Techniques for Small Satellites Darren Rowen The Aerospace Corporation Vehicle Systems Division 9 November 2012 The Aerospace Corporation 2012 Overview

More information

The RHESSI Spacecraft Instrument Data Processing Unit

The RHESSI Spacecraft Instrument Data Processing Unit The RHESSI Spacecraft Instrument Data Processing Unit D.W.Curtis 1, P.Berg 1, D.Gordon 1, P.R.Harvey 1, D.M.Smith 1, A.Zehnder 2 1. University of California Space Sciences Laboratory, Berkeley, CA 94720-7450

More information

Definition of Basic Polar Data Product

Definition of Basic Polar Data Product Definition of Basic Polar Data Product OPERA project 1d3: working document WD 02 03 Iwan Holleman and Gianmario Galli Date: September 22, 2003 1 1 Introduction During the OPERA project an additional deliverable

More information

estec GS input to on-board data architecture Prepared by Michele Zundo Reference PE-TN-ESA-GS-405 Issue 1 Revision 3 Date of Issue

estec GS input to on-board data architecture Prepared by Michele Zundo Reference PE-TN-ESA-GS-405 Issue 1 Revision 3 Date of Issue estec Keplerlaan 1, 2200 AG Noordwik. The Netherlands +31-71-5656565 PE-TN-ESA-GS-405 GS inputs to on-board data architecture v1_3.docx Prepared by Michele Zundo Reference PE-TN-ESA-GS-405 Issue 1 Revision

More information

IAC-12-A6.1.7 DETECTING GEO DEBRIS IMAGES VIA VOTING OF MOTION TRAJECTORY FEATURES. Koki Fujita Kyushu University, Japan,

IAC-12-A6.1.7 DETECTING GEO DEBRIS IMAGES VIA VOTING OF MOTION TRAJECTORY FEATURES. Koki Fujita Kyushu University, Japan, 63rd International Astronautical Congress, Naples, Italy. Copyright C 212 by the International Astronautical Federation. All rights reserved. IAC-12-A6.1.7 DETECTING GEO DEBRIS IMAGES VIA VOTING OF MOTION

More information

Controller Command Description

Controller Command Description Controller Command Description This document describes the commands executed by a controller that contains a 250 Mhz timing board (ARC-22) and a utility board (ARC-30) that is written to operate CCD and

More information

Industrial 2D LASER SCANNER LMS-Q120ii

Industrial 2D LASER SCANNER LMS-Q120ii LMS-Q120ii Preliminary Datasheet Industrial 2D LASER SCANNER LMS-Q120ii The RIEGL LMS-Q120ii 2D - laser scanner provides accurate noncontact line scanning using a narrow infrared laser beam. The instrument

More information

CPCI-12AI Channel, 12-Bit Analog Input CPCI Board With 1,500 KSPS Input Conversion Rate

CPCI-12AI Channel, 12-Bit Analog Input CPCI Board With 1,500 KSPS Input Conversion Rate CPCI-12AI64 64-Channel, 12-Bit Analog Input CPCI Board With 1,500 KSPS Input Conversion Rate Features Include: 64 Single-ended or 32 Differential 12-Bit Scanned Analog Input Channels Sample Rates to 1,500

More information

Merging Data from Multiple Imaging Observations

Merging Data from Multiple Imaging Observations Merging Data from Multiple Imaging Observations CIAO 3.4 Science Threads Merging Data from Multiple Imaging Observations 1 Table of Contents Merging Data from Multiple Imaging Observations CIAO 3.4 Getting

More information

Sky-Offset / Dynamic Bad pixel flagging Module

Sky-Offset / Dynamic Bad pixel flagging Module Sky-Offset / Dynamic Bad pixel flagging Module F. Masci, version 1.0 (3/19/2008) 1. Background The functions of this module shall be twofold: i. Compute a sky-offset image from a median (or trimmed average)

More information

PCI-12AIO 12-Bit Analog Input/Output PCI Board

PCI-12AIO 12-Bit Analog Input/Output PCI Board PCI-12AIO 12-Bit Analog Input/Output PCI Board With 32 Input Channels, 4 Output Channels, a 16-Bit Digital I/O Port and 1.5 MSPS Input Conversion Rate Features: 32 Single-Ended or 16 Differential 12-Bit

More information

CIAO Exercises. Table of Contents. Introduction. Getting to know Chandra data Download dataset. Exercise 10. Review V&V report.

CIAO Exercises. Table of Contents. Introduction. Getting to know Chandra data Download dataset. Exercise 10. Review V&V report. CIAO Exercises Table of Contents Introduction Getting to know Chandra data Download dataset Exercise 1 Review V&V report Exercise 2 Display data in ds9 Exercise 3 Exercise 4 Exercise 5 Exercise 6 Inspect

More information

Guide Star Selection Software User s Manual. SOAR Adaptive Module (SAM)

Guide Star Selection Software User s Manual. SOAR Adaptive Module (SAM) Guide Star Selection Software User s Manual SOAR Adaptive Module (SAM) Revision 2.5.2, December 2013 i Change Record Version Date Description Owner Name 2.4.0 04/01/2011 First table entry Rolando Cantarutti

More information

Photometric Software for Transits. PhoS-T

Photometric Software for Transits. PhoS-T Photometric Software for Transits PhoS-T Version 1.0 - Manual D. Mislis, R.Heller, J. Fernandez, U. Seemann Hamburg 2010 1. Introduction PhoS-T is an open-source graphical software for the data reduction

More information

L1AVNE (Visible and Near Infrared), L1ATIE (Thermal Infrared)

L1AVNE (Visible and Near Infrared), L1ATIE (Thermal Infrared) 2.0 LEVEL 1A DATA 2.1 Introduction OCTS Level 1A products are classified into three products following with data acquisition and processing method; GAC(Global Area Coverage), LAC (Local Area Coverage),

More information

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT)

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) HIRedux Pipeline Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) Overview IDL Fully Automated Organize the observations Allow for multiple setups Binning, decker, angles, etc. Flatten Pixel-to-pixel

More information

Specifications for individual SSC data products

Specifications for individual SSC data products XMM-Newton Science Operations Center XMM-SOC-GEN-ICD-0024 European Space Astronomy Center (ESAC) Issue 4.3 European Space Agency (ESA) 17-02-2017 Villanueva de la Cañada, E-28692 Madrid, Spain Editor:

More information

Calibration of SMOS geolocation biases

Calibration of SMOS geolocation biases Calibration of SMOS geolocation biases F. Cabot, Y. Kerr, Ph Waldteufel CBSA AO-3282 Introduction Why is geolocalisation accuracy critical? Where do inaccuracies come from? General method for localisation

More information

16AIO 16-Bit Analog Input/Output Board With 32 Input Channels, 4 Output Channels and 16-Bit Digital I/O Port

16AIO 16-Bit Analog Input/Output Board With 32 Input Channels, 4 Output Channels and 16-Bit Digital I/O Port 16AIO 16-Bit Analog Input/Output Board With 32 Input Channels, 4 Output Channels and 16-Bit Digital I/O Port Features Include: Available in PMC, PCI, cpci and PC104-Plus and PCI Express form factors as:

More information