IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2013, 3:20:19 PM (13 years ago)
Author:
eugene
Message:

fix FITS table names for test cmf tables to match real psphot output names; add Xfix,Yfix fields to measure (repaired centroids after coorrection for Koppenhoefer effect)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/measure-ps1-v4.d

    r34749 r35099  
    2727
    2828# new field elements needed for Pan-STARRS:
    29 FIELD Xccd,           X_CCD,        float,          X coord on chip,               pixels
    30 FIELD Yccd,           Y_CCD,        float,          Y coord on chip,               pixels
     29FIELD Xccd,           X_CCD,        float,          X coord on chip (raw value),  pixels
     30FIELD Yccd,           Y_CCD,        float,          Y coord on chip (raw value),  pixels
    3131
    32 FIELD Xoff,           X_OFF,        float,          X correction in chip coords,   pixels
    33 FIELD Yoff,           Y_OFF,        float,          Y correction in chip coords,   pixels
     32FIELD Xfix,           X_FIX,        float,          X coord after correction,     pixels
     33FIELD Yfix,           Y_FIX,        float,          Y coord after correction,     pixels
    3434
    3535# could these be packed into fewer bits?
Note: See TracChangeset for help on using the changeset viewer.