IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4780


Ignore:
Timestamp:
Aug 15, 2005, 4:30:07 PM (21 years ago)
Author:
eugene
Message:

byte boundary error for RegImage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/regimage.d

    r3609 r4780  
    1414FIELD type,             TYPE,       char,         object/flat/bias/etc
    1515FIELD flag,             FLAG,       char,         data flags
     16FIELD seqtime,          SEQTIME,    float,        exposure time per slice,   seconds
    1617FIELD seq,              SEQ,        char,         sequence number
    17 FIELD seqtime,          SEQTIME,    float,        exposure time per slice,   seconds
    1818FIELD junk,             JUNK,       char[19],     space for expansion
    1919FIELD exptime,          EXPTIME,    float,        exposure time,             seconds
     
    3636FIELD obstime,          OBS_TIME,   e_time,       time of measurement,       seconds since 01 Jan 1970 UT
    3737FIELD regtime,          REG_TIME,   e_time,       time of registration,      seconds since 01 Jan 1970 UT
     38
     39# take care of the memory padding boundaries when using 'junk' for new elements
     40# which are not of type char!
Note: See TracChangeset for help on using the changeset viewer.