IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 17 years ago

Closed 17 years ago

#1211 closed defect (fixed)

psastro gpc1 phu and mef headers inconsistent

Reported by: eugene Owned by: Paul Price
Priority: highest Milestone:
Component: concepts Version:
Severity: blocker Keywords:
Cc:

Description

output headers from psastro have different values for MJD-OBS in the phu and mef extension headers.

example:

database gpc1 cam_id = 7126:

ipp004: fhead smffiles/o4782g0393o.48729.cm.7126.smf | grep MJD
MJD-OBS = 54782.6025521793 / Time of observation
ipp004: fhead -x 0 smffiles/o4782g0393o.48729.cm.7126.smf | grep MJD
MJD-OBS = 54782.60211 / Modified Julian date at start of observation

Change History (1)

comment:1 by Paul Price, 17 years ago

Component: psastroconcepts
Resolution: fixed
Status: newclosed

Iteration over the FPA hierarchy wasn't working when writing concepts.

Fixed on trunk, r23626:

price@ipp036:/data/ipp036.0/price/test/cam>fhead test.smf | grep MJD
MJD-OBS = 54782.6025521793 / Time of observation
price@ipp036:/data/ipp036.0/price/test/cam>fhead -x 0 test.smf | grep MJD
MJD-OBS = 54782.6025521793 / Time of exposure

Note: See TracTickets for help on using tickets.