IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37685


Ignore:
Timestamp:
Nov 28, 2014, 10:17:25 AM (12 years ago)
Author:
eugene
Message:

apply KH correction to X,YoffKH, then set X,Yfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_catalog_setastrom.c

    r37043 r37685  
    2323    // XXX hardwire the list of chips to correct
    2424    // some notes:
    25     // XY24 surpisingly does not need correction
     25    // XY24 surprisingly does not need correction
    2626    // XY27 has poor astrometry with a weird correction for all mags
    27     // XY36 surpisingly does not need correction
     27    // XY36 surprisingly does not need correction
    2828    // XY67 has poor astrometry with a weird correction for all mags
    2929
     
    103103
    104104    // do not modify the original Xccd,Yccd values
    105     measure[0].Xfix = Xccd + dX / pltScale;
    106     measure[0].Yfix = Yccd + dY / pltScale;
     105    measure[0].XoffKH = Xccd + dX / pltScale;
     106    measure[0].YoffKH = Yccd + dY / pltScale;
     107    measure[0].Xfix   = measure[0].XoffKH;
     108    measure[0].Yfix   = measure[0].YoffKH;
    107109
    108110    found ++;
Note: See TracChangeset for help on using the changeset viewer.