Changeset 41605
- Timestamp:
- May 21, 2021, 1:38:03 PM (5 years ago)
- Location:
- branches/eam_branches/relphot.20210521/src
- Files:
-
- 3 edited
-
reload_catalogs.c (modified) (2 diffs)
-
relphot.c (modified) (1 diff)
-
relphot_objects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/reload_catalogs.c
r41603 r41605 80 80 TIMESTAMP(time2); 81 81 82 // XXX relphot_objects.c resets average and secfilt here 83 82 84 populate_tiny_values(&catalog, DVO_TV_MEASURE | DVO_TV_AVERAGE); 83 85 TIMESTAMP(time3a); … … 100 102 setMrelFinal (&catalog, flatcorr, FALSE); 101 103 TIMESTAMP(time5); 104 105 // XXX relphot_objects allows !UPDATE and skips 102 106 103 107 // modify the output format as desired (ignore current format on disk) -
branches/eam_branches/relphot.20210521/src/relphot.c
r41604 r41605 87 87 88 88 I would like to merge the functionality of relphot_images (Nloop == 0), relphot_objects, and apply_offsets 89 90 relphot_objects vs reload_objects (apply offsets): 91 92 relphot_objects 93 89 94 90 95 ***/ -
branches/eam_branches/relphot.20210521/src/relphot_objects.c
r41604 r41605 40 40 load_images (&db, skylist, &UserPatch, TRUE, USE_ALL_IMAGES); 41 41 MARKTIME("loaded images: %f sec\n", dtime); 42 43 // XXX can I call reload_catalogs here? 42 44 43 45 // load the ZP corrections here … … 115 117 initImageBins (&catalog, 1, FALSE); 116 118 initMosaicBins (&catalog, 1, FALSE); 119 // XXX reload_catalogs.c calls initTGroupBins here 120 117 121 initGridBins (&catalog, 1); 118 122 119 123 findImages (&catalog, 1, FALSE); 120 124 findMosaics (&catalog, 1, FALSE); 125 // XXX reload_catalogs.c calls findTGroups here 121 126 122 127 initMrel (&catalog, 1);
Note:
See TracChangeset
for help on using the changeset viewer.
