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/general.h

    r23490 r26766  
    7979MK_PFL( 10.0,   BZERO   ,1, "Zero factor"                                     )
    8080MK_PFL( 11.0,   BSCALE  ,1, "Scale factor"                                    )
     81MK_STR( 12.0,   BUNIT   ,   "fits-data * BSCALE + BZERO = these units"        )
    8182
    8283/*
     
    9091MK_CMT(   50.5, CMTSUM5 ,   ""                                                )
    9192MK_STR(   51.0, CMMTOBS ,   ""                                                )
     93MK_STR(   51.1, CMMTOBS1,   ""                                                )
     94MK_STR(   51.2, CMMTOBS2,   ""                                                )
     95MK_STR(   51.3, CMMTOBS3,   ""                                                )
     96MK_STR(   51.4, CMMTOBS4,   ""                                                )
     97MK_STR(   51.5, CMMTOBS5,   ""                                                )
     98MK_STR(   51.6, CMMTOBS6,   ""                                                )
     99MK_STR(   51.7, CMMTOBS7,   ""                                                )
     100MK_STR(   51.8, CMMTOBS8,   ""                                                )
     101MK_STR(   51.9, CMMTOBS9,   ""                                                )
    92102MK_STR(   52.0, CMMTSEQ ,   ""                                                )
    93103MK_STR(   53.0, OBJECT  ,   ""                                                )
     
    127137
    128138MK_STR(   95.0, OBSTYPE,    "Observation/Exposure type"                       )
    129 MK_PFL(   96.0, EXPTIME,3,  "Exposure time (seconds)"                         )
    130 MK_PFL(   96.1, EXPREQ ,3,  "Exposure time requested (seconds)"               )
    131 MK_PFL(   97.0, DARKTIME,3, "Dark current time (seconds)"                     )
     139MK_PFL(   96.0, EXPTIME,3,  "[sec] Exposure time"                             )
     140MK_PFL(   96.1, EXPREQ ,3,  "[sec] Exposure time requested"                   )
     141MK_PFL(   97.0, DARKTIME,3, "[sec] Dark current time"                         )
     142MK_INT(   97.5,  PONTIME,   "[sec] Time since last detector \"power on\""     )
     143MK_INT(   97.6,  SATTIME,   "[sec] Time since last detected saturation event" )
     144MK_INT(   97.7,  TRKTIME,   "[sec] Time since last detected tracking error"   )
     145MK_INT(   97.8,  VDOTIME,   "[sec] Time since \"video\" command used"         )
Note: See TracChangeset for help on using the changeset viewer.