IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 4:49:23 PM (5 years ago)
Author:
eugene
Message:

add code to set Mflat based on Mgrid before final Mrel calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/setMrelFinal.c

    r41606 r41607  
    101101  }
    102102
    103   // XXX make this optional? (do not clean for -averages?)
    104   // XXX : for the moment, disable clean_measures
    105   if (!simpleAverage && FALSE) clean_measures (catalog, 1, TRUE);    /* mark outliers ID_MEAS_POOR_PHOTOM */
    106 
    107103  ALLOCATE (catalog[0].measureRank, char, catalog[0].Nmeasure);
    108104  setMeasureRank (catalog);
     
    271267}
    272268
     269// XXX review this, especially the good/bad images
     270// by this point, we have propagated the mosaic and tgroup flags to each image
    273271void setMeasureRank (Catalog *catalog) {
    274272
Note: See TracChangeset for help on using the changeset viewer.