IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36945


Ignore:
Timestamp:
Jun 30, 2014, 9:38:43 PM (12 years ago)
Author:
eugene
Message:

explicitly skip stack and forced-warp measurements in cam analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/relphot/src/setMrelCatalog.c

    r36936 r36945  
    164164
    165165      // SKIP gpc1 stack data
    166       if ((measure[k].photcode >= 11000) && (measure[k].photcode <= 11500)) {
     166      if ((measureT[k].photcode >= 11000) && (measureT[k].photcode <= 11500)) {
    167167        continue;
    168168      }
    169169
    170170      // SKIP gpc1 forced-warp data
    171       if ((measure[k].photcode >= 12000) && (measure[k].photcode <= 12500)) {
     171      if ((measureT[k].photcode >= 12000) && (measureT[k].photcode <= 12500)) {
    172172        continue;
    173173      }
Note: See TracChangeset for help on using the changeset viewer.