araucaria-project / pyaraucaria

OCA Observatory and Araucaria Project Common Routines Library
0 stars 2 forks source link

Fits Header dev #9

Closed MMiirrkk closed 8 months ago

MMiirrkk commented 1 year ago

Poniżej wstawiam ostatnie ustalenia na temat fits header z maila 23.04.2023, 1:14 od Pauliny Kaczmarek:

Na koniec chciałabym zawrzeć jeszcze propozycje keywordów, których co prawda nie omawialiśmy, ale które mogą być przydatne:

SCALE = 0.5 / [arcsec/pixel] SATURATE= 65535 / Data value at which saturation occurs RADECSYS= 'FK5' / Coordinate reference frame # (typically 'FK5' or the preferred 'ICRS')

Dajcie znać co myślicie o zamianie keywordu OBSTYPE na IMAGETYP, o dorobieniu wartości RON dla wszystkich kombinacji oraz o dodatkowych propozycjach keywordów powyżej.

@majkelx @astromg @ernestworkspace @pkarczmarek

MMiirrkk commented 1 year ago

I jeszcze przykład od Pauliny:

SIMPLE = T / Fits format
BITPIX = 16 / bits per pixel
NAXIS = 2 / number of axes
NAXIS1 = 2048 / image width
NAXIS2 = 2048 / image height
BSCALE = 1.000 / physical = BZERO + BSCALEarray_value BZERO = 32768 / physical = BZERO + BSCALEarray_value OCASTD = 'BETA2' / OCA FITS HDU standard version ORIGIN = 'CAMK PAN' / Institution responsible for the data OBSERVAT= 'OCA' / Cerro Armazones Observatory OBS-LAT = -24.598056 / [deg] Observatory longitude -24:35:53 OBS-LONG= -70.196389 / [deg] Observatory latitude -70:11:47 OBS-ELEV= 2817.0 / [m] Observatory elevation TELESCOP= 'zb08' / Name of telescope OBSERVER= 'LastName1, LastName2' / Observers who acquired the data DATE-OBS= 'YYYY-MM-DDThh:mm:ss.sss' / Observation start UT JD = fffffff.ffffffff / Observation start Julian Date RA = ff.ffffff / [deg] R.A. of the telescope pointing DEC = ff.ffffff / [deg] Declination of the telescope pointing ALT = ff.ffffff / [deg] Altitude of the observation AZ = ff.ffffff / [deg] Azimuth of the observation AIRMASS = f.fff / Airmass OBJ_RA = ff.ffffff / [deg] R.A. of the observed object OBJ_DEC = ff.ffffff / [deg] Declination of the observation EQUINOX = 2000.0 / Epoch of RA_OBJ DEC_OBJ OBJ_ALT = ff.ffffff / [deg] Altitude of the observed object OBJ_AZ = ff.ffffff / [deg] Azimuth of the observed object IMAGETYP= 'ssssssss' / Image type: zero, flat, dark, object, focus OBSMODE = 'ssssssss' / Observ. mode: TRACKING, GUIDING, JITTER, ELSE OBJECT = 'ssssss' / Name of observed object EXPREQ = ffff.f / [s] Requested exposure time EXPTIME = ffff.f / [s] Executed exposure time OBS-PROG= 'ssssss' / Name of the science project NLOOPS = 5 / Number of all exposures in this sequence LOOP = 3 / Number of exposure within this sequence FILTER = 'ssssss' / Filter FOCUS = ddddd / [mm] Focus position ROTATOR = ss.ssssssss / [deg] Rotator position CCD_TEMP= fff.ffffff / [degC] Camera temperature # our chosen operational temp. -65 degC GAIN = f.ff / [electrons/ADU] RON = ff.ff / [electrons/read] Read out noise READ_MOD= '1MHz High Sensitivity 16-bit' / Mode of read out speed from camera GAIN_MOD= '4x' / Mode of Gain read from camera
CCD_NAME= 'Andor iKon-L DW936_BV' / Name of camera SUBRASTR= '1:2048,1:2048' / subraster x1:x2,y1:y2 CCD_BINX= 1 / Camera binning in x-axis
CCD_BINY= 1 / Camera binning in y-axis
COMMENT = ' ' / Inf. about perform. of telescope END

optional or for the future: DATE = 'YYYY-MM-DDThh:mm:ss.sss' / Date this file was created UT DATE-END= 'YYYY-MM-DDThh:mm:ss.sss' / Date of the end of observation UT SCALE = 0.5 / [arcsec/pixel] SATURATE= ddddd / Data value at which saturation occurs # depends on GAIN_MOD (as calculated by Stefan) RADECSYS= 'ssss' / Coordinate reference frame # (typically 'FK5' or the preferred 'ICRS')

WojtekPych commented 1 year ago

FITS headers from gui-text and TOI have different information about the GAIN setting. For instance gui-text writes '2x' and TOI writes '1' for the same setting.

WojtekPych commented 1 year ago

Why are there trailing spaces between apostrophes?

WojtekPych commented 1 year ago

The information about the position of the dome is missing in the headers.

WojtekPych commented 1 year ago

There should be full information in the headers for calibration frames. For instance filter name is missing in zero and dark frames.

WojtekPych commented 1 year ago

There is a bug in the DATE-OBS - there should be 'T' not space between the day and the hour.

MMiirrkk commented 1 year ago

There is a bug in the DATE-OBS - there should be 'T' not space between the day and the hour.

Done

MMiirrkk commented 1 year ago

FIts header dev is still in progress.

majkelx commented 8 months ago

Może #28 wystarczy?