Changeset 35608
- Timestamp:
- May 30, 2013, 11:27:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/Ohana/src/uniphot/src/match_zpts_to_images.c
r33654 r35608 62 62 63 63 Ni = index[i]; 64 65 // UBERCAL zero points are only applied to gpc1 exposures (not stacks) 66 if (UBERCAL) { 67 if (image[Ni].photcode < 10000) { 68 i++; 69 continue; 70 } 71 if (image[Ni].photcode > 10600) { 72 i++; 73 continue; 74 } 75 } 76 64 77 dT = image[Ni].tzero - zpts[Nz].time; 65 78
Note:
See TracChangeset
for help on using the changeset viewer.
