Changeset 38676
- Timestamp:
- Aug 11, 2015, 9:01:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/src/update_catalog_setastrom.c
r38062 r38676 42 42 // XXX hardwire the list of chips to KH correct 43 43 // some notes: 44 // XY17 surprisingly does not need correction 44 45 // XY24 surprisingly does not need correction 45 // XY27 has poor astrometry with a weird correction for all mags46 46 // XY36 surprisingly does not need correction 47 // XY67 has poor astrometry with a weird correction for all mags48 47 49 48 int doKH = FALSE; … … 55 54 case 15: 56 55 case 16: 57 case 17:58 56 case 25: 59 57 case 26: 58 case 27: 60 59 case 34: 61 60 case 35: … … 73 72 case 62: 74 73 case 63: 74 case 67: 75 75 case 71: 76 76 case 72: … … 100 100 // this correction here (but ideally I would re-measure the KH trend from PV2 data and re-generate 101 101 // the splines 102 float MinstSB = Minst + 5.0*log10( M_SQRT2*fwhm_maj);102 float MinstSB = Minst + 5.0*log10(fwhm_maj); 103 103 104 104 // I should validate that the spline I'm using is SB corrected not Minst.. … … 249 249 // do not modify the original Xccd,Yccd values 250 250 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; 253 253 } 254 254 if (KH_RESET) {
Note:
See TracChangeset
for help on using the changeset viewer.
