IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38676


Ignore:
Timestamp:
Aug 11, 2015, 9:01:22 AM (11 years ago)
Author:
eugene
Message:

updates to setastrom

File:
1 edited

Legend:

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

    r38062 r38676  
    4242    // XXX hardwire the list of chips to KH correct
    4343    // some notes:
     44    // XY17 surprisingly does not need correction
    4445    // XY24 surprisingly does not need correction
    45     // XY27 has poor astrometry with a weird correction for all mags
    4646    // XY36 surprisingly does not need correction
    47     // XY67 has poor astrometry with a weird correction for all mags
    4847
    4948    int doKH = FALSE;
     
    5554      case 15:
    5655      case 16:
    57       case 17:
    5856      case 25:
    5957      case 26:
     58      case 27:
    6059      case 34:
    6160      case 35:
     
    7372      case 62:
    7473      case 63:
     74      case 67:
    7575      case 71:
    7676      case 72:
     
    100100      // this correction here (but ideally I would re-measure the KH trend from PV2 data and re-generate
    101101      // the splines
    102       float MinstSB = Minst + 5.0*log10(M_SQRT2*fwhm_maj);
     102      float MinstSB = Minst + 5.0*log10(fwhm_maj);
    103103
    104104      // I should validate that the spline I'm using is SB corrected not Minst..
     
    249249    // do not modify the original Xccd,Yccd values
    250250    if (KH_FILE) {
    251       measure[0].XoffKH = dX_KH / pltScale;
    252       measure[0].YoffKH = dY_KH / pltScale;
     251      measure[0].XoffKH = -dX_KH / pltScale;
     252      measure[0].YoffKH = -dY_KH / pltScale;
    253253    }
    254254    if (KH_RESET) {
Note: See TracChangeset for help on using the changeset viewer.