IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35608


Ignore:
Timestamp:
May 30, 2013, 11:27:48 AM (13 years ago)
Author:
eugene
Message:

explicitly require gpc1 photcodes for ubercal application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/Ohana/src/uniphot/src/match_zpts_to_images.c

    r33654 r35608  
    6262
    6363    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
    6477    dT = image[Ni].tzero - zpts[Nz].time;
    6578
Note: See TracChangeset for help on using the changeset viewer.