- Timestamp:
- May 21, 2021, 4:49:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/setMrelFinal.c
r41606 r41607 101 101 } 102 102 103 // XXX make this optional? (do not clean for -averages?)104 // XXX : for the moment, disable clean_measures105 if (!simpleAverage && FALSE) clean_measures (catalog, 1, TRUE); /* mark outliers ID_MEAS_POOR_PHOTOM */106 107 103 ALLOCATE (catalog[0].measureRank, char, catalog[0].Nmeasure); 108 104 setMeasureRank (catalog); … … 271 267 } 272 268 269 // XXX review this, especially the good/bad images 270 // by this point, we have propagated the mosaic and tgroup flags to each image 273 271 void setMeasureRank (Catalog *catalog) { 274 272
Note:
See TracChangeset
for help on using the changeset viewer.
