- Timestamp:
- May 28, 2021, 10:15:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/setMrelFinal.c
r41623 r41624 27 27 ALLOCATE (catalog[0].measureRank, char, catalog[0].Nmeasure); 28 28 setMeasureRank (catalog); 29 30 setMflatFromGrid (catalog); // Mgrid is used to set Mflat; Mgrid is the ignored in setMrelOutput / setMrelCatalog 29 31 setMrelOutput (catalog, 1); // sets the values secfilt.MpsfChp = <measure.M - image.Mcal - measure.Mflat> 30 32 setMcalOutput (catalog, 1); // sets measure.Mcal = image.Mcal 31 33 32 /* clear ID_OBJ_POOR, ID_OBJ_FEW values before writing ??? */ 33 /* ID_MEAS_NOCAL is an internal bit, so it should be cleared */ 34 // clear ID_OBJ_POOR, ID_OBJ_FEW, ID_MEAS_NOCAL values before writing 35 // These are internal bits, so they should be cleared 36 // XXX are these still used? 34 37 // XXX eventually: move these internal flags to an internal-only catalog->FOO element (like found) 35 38 for (i = 0; i < catalog[0].Naverage; i++) { … … 83 86 int print_measure_set (Average *average, SecFilt *secfilt, Measure *measure); 84 87 88 // XXX this function is no longer used: 85 89 void skip_measurements (Catalog *catalog, int pass) { 86 90
Note:
See TracChangeset
for help on using the changeset viewer.
