IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2010, 1:00:09 PM (16 years ago)
Author:
watersc1
Message:

New burntool, with trails retained even if they had a poor slope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/libfhreg/gpc_detector.h

    r23490 r26766  
    6969MK_INT(  152.1, SATURATE,   "[ADU] Saturation value"                          )
    7070MK_FLT(  155.0, GAIN    ,3, "[e/ADU] est. gain from xray"                     )
    71 MK_FLT(  155.9, XRNOISE, 2, "[ADU] RMS noise in overscan on xray"             )
    72 MK_FLT(  156.0, RDNOISE ,2, "[ADU] RMS Read noise on overscan"                )
     71MK_FLT(  155.9, XRNOISE, 3, "[e] RMS noise in overscan on xray"               )
     72MK_FLT(  156.0, RDNOISE ,3, "[e] Read noise"                                  )
    7373MK_FLT(  157.0, DCURRENT,5, "[ADU/pixel/sec] Dark current"                    )
    7474MK_FLT(  157.1, DARKCUR ,5, "[e-/pixel/hour] Dark current"                    )
    7575MK_STR(  158.0, QEPOINTS,   "QE%@wavelength in nm"                            )
    7676MK_INT(  159.0, BIASLVL,    "[ADU] Bias level (overscan mean)"                )
    77 MK_INT(  159.2, BACKEST,    "[ADU] Background level est., overscan corrected" )
     77MK_INT(  159.2, BACKEST,    "[ADU] Background level estimation"              )
    7878MK_STR(  165.0, DETSTAT ,   "Detector status"                                 )
    7979MK_FLT(  166.0, DETTEM  ,3, "[C] Detector temperature"                        )
     80MK_CMT(  166.1, CMTDETT1,   "If DETTEMOV is T, DETTEMP was overridden. Old"   )
     81MK_CMT(  166.2, CMTDETT2,   "temp. is CDETTEM and new temp. was derived as:"  )
     82MK_CMT(  166.3, CMTDETT3,   "V = (ADU-B) / (A*32768)"                         )
     83MK_CMT(  166.4, CMTDETT4,   "T = 3369-sqrt[3369^2+1313^2*(13.1*V-1)/(V-1)]"   )
     84MK_BLN(  166.5, DETTEMOV,   "Detector temperature overridden"                 )
     85MK_INT(  166.6, DETTEADU,   "[ADU] Detector temperature A/D measurement"      )
     86MK_PFL(  166.7, DETTCOFA,3, "Coefficient A used in overriding detector temp." )
     87MK_INT(  166.8, DETTCOFB,   "Coefficient B used in overriding detector temp." )
     88MK_FLT(  166.9, CDETTEM ,3, "[C] Detector temperature calc. by controller"    )
    8089MK_PFL(  170.0, PIXSIZE ,3, "[um] Pixel size for both axes"                   )
    8190MK_PFL(  171.1, PIXSIZE1,3, "[um] Pixel size for axis 1"                      )
     
    105114MK_INT(  185.2, CCDBIN2 ,   "Binning factor along axis 2"                     )
    106115MK_INT(  186.1, PRESCAN1,   "Prescan count on axis 1"                         )
     116MK_INT(  186.11,PRESCANX,   "Post-xtrig-bias portion of prescan1"             )
    107117MK_INT(  186.2, PRESCAN2,   "Prescan count on axis 2"                         )
    108118MK_INT(  187.1, OVRSCAN1,   "Overscan count on axis 1"                        )
     
    144154MK_INT(  198.07,CON_UP,     "[seconds] Controller up-time"                    )
    145155MK_STR(  198.08,CON_VSUM,   "Device operating point md5sum"                   )
     156MK_INT(  198.10,FPGASER,    "Controller FPGA board serial number"             )
     157MK_STR(  198.11,FPGAVER,    "Controller FPGA board version"                   )
     158MK_STR(  198.12,FPGATAR,    "Controller FPGA board target system"             )
     159MK_STR(  198.13,FPGAEC,     "Controller FPGA board engineering changes"       )
     160MK_INT(  198.20,DAQ3USER,   "Controller DAQ3U board serial number"            )
     161MK_STR(  198.21,DAQ3UVER,   "Controller DAQ3U board version"                  )
     162MK_STR(  198.22,DAQ3UTAR,   "Controller DAQ3U board target system"            )
     163MK_STR(  198.23,DAQ3UEC,    "Controller DAQ3U board engineering changes"      )
     164MK_INT(  198.20,PREAMSER,   "Controller Preamp board serial number"           )
     165MK_STR(  198.21,PREAMVER,   "Controller Preamp board version"                 )
     166MK_STR(  198.22,PREAMTAR,   "Controller Preamp board target system"           )
     167MK_STR(  198.23,PREAMEC,    "Controller Preamp board engineering changes"     )
     168MK_INT(  198.30,DAQLBSER,   "DAQ3U loopback test board serial number"         )
     169MK_STR(  198.31,DAQLBVER,   "DAQ3U loopback test board version"               )
     170MK_STR(  198.32,DAQLBTAR,   "DAQ3U loopback test board target system"         )
     171MK_STR(  198.33,DAQLBEC,    "DAQ3U loopback test board engineering changes"   )
    146172MK_INT(  198.40,TSP_SHOP,   "Milliseconds from last clean to shutter open"    )
    147173MK_INT(  198.41,TSP_SHCL,   "Milliseconds from last clean to shutter close"   )
Note: See TracChangeset for help on using the changeset viewer.