- Timestamp:
- May 21, 2021, 2:04:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot_images.c
r41604 r41606 45 45 if (!UPDATE) dvo_image_unlock (&db); 46 46 47 FlatCorrectionTable *flatcorr = NULL; // no longer used here48 49 47 initGridBins (); // allocates the empty array of corrections (elements are build below) 50 48 … … 80 78 setExclusions (catalog, Ncatalog, TRUE); 81 79 82 global_stats (catalog, Ncatalog, flatcorr,0);80 global_stats (catalog, Ncatalog, 0); 83 81 84 82 if (PLOTSTUFF) { … … 91 89 SetZptIteration (i); 92 90 93 setMrel (catalog, Ncatalog , flatcorr); // threaded91 setMrel (catalog, Ncatalog); // threaded 94 92 95 setMcal (catalog , flatcorr);96 setMmos (catalog , flatcorr);97 setMgrp (catalog , flatcorr);93 setMcal (catalog); 94 setMmos (catalog); 95 setMgrp (catalog); 98 96 99 97 setMgrid (catalog, Ncatalog); … … 101 99 102 100 if (PLOTSTUFF) { 103 plot_scatter (catalog, Ncatalog , flatcorr);101 plot_scatter (catalog, Ncatalog); 104 102 plot_mosaics (); 105 103 plot_images (); … … 108 106 } 109 107 110 global_stats (catalog, Ncatalog, flatcorr,i);108 global_stats (catalog, Ncatalog, i); 111 109 SetZeroPointModes (); 112 110 … … 116 114 117 115 if (PLOTSTUFF) { 118 plot_scatter (catalog, Ncatalog , flatcorr);116 plot_scatter (catalog, Ncatalog); 119 117 plot_mosaics (); 120 118 plot_images (); … … 162 160 clients */ 163 161 if (!CALIBRATE_STACKS_AND_WARPS) { 164 reload_catalogs (skylist, flatcorr,0, NULL);162 reload_catalogs (skylist, 0, NULL); 165 163 MARKTIME("-- updated all catalogs: %f sec\n", dtime); 166 164 }
Note:
See TracChangeset
for help on using the changeset viewer.
