Changeset 41604 for branches/eam_branches/relphot.20210521/src/ImageOps.c
- Timestamp:
- May 21, 2021, 11:11:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/ImageOps.c
r41603 r41604 507 507 offset = 0.0; 508 508 } 509 510 // to do this, I need to pass in the catalog and flatcorr pointers511 // int flat_id = image[i].photom_map_id;512 // if (flat_id) {513 // offset = FlatCorrectionOffset (flatcorr, flat_id, catalog[cat].measureT[meas].Xccd, catalog[cat].measureT[meas].Yccd);514 // }515 516 509 return (offset); 517 510 }
Note:
See TracChangeset
for help on using the changeset viewer.
