Changeset 38664
- Timestamp:
- Aug 5, 2015, 9:18:16 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src/relastro/src
- Files:
-
- 3 edited
-
UpdateChips.c (modified) (1 diff)
-
relastro_images.c (modified) (1 diff)
-
relastro_parallel_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/UpdateChips.c
r38062 r38664 148 148 setImageRaw (catalog, Ncatalog, i, raw, Nraw, MODE_MOSAIC); 149 149 if (USE_GALAXY_MODEL) { 150 // XXX DEPRECATE? 150 151 image[i].flags |= ID_IMAGE_ASTROM_GMM; 151 152 } -
branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/relastro_images.c
r38441 r38664 74 74 for (i = 0; i < NLOOP; i++) { 75 75 UpdateObjects (catalog, Ncatalog, (i > 0)); // calculate <R>,<D>; if (i > 0), apply Galaxy Motion Model (if desired) 76 if ((i > 1) || !USE_GALAXY_MODEL) {77 // if GALAXY_MODEL is selected, we want to delay the frame correction until we have78 // applied the galaxy model a couple of times.79 FrameCorrectionSerial (catalog, Ncatalog);80 }81 76 UpdateChips (catalog, Ncatalog); // measure.X,Y -> R,D, fit image.coords 82 77 MARKTIME("update chips: %f sec\n", dtime); -
branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/relastro_parallel_images.c
r38062 r38664 122 122 UpdateObjects (catalog, Ncatalog, (i > 0)); 123 123 LOGRTIME("UpdateObjects loop %d on %s, host %d: %f sec\n", i, myHostName, REGION_HOST_ID, dtime); 124 if ((i > 1) || !USE_GALAXY_MODEL) { 125 // if GALAXY_MODEL is selected, we want to delay the frame correction until we have 126 // applied the galaxy model a couple of times. 127 FrameCorrectionParallelSlave (catalog, Ncatalog, regionHosts, i); 128 LOGRTIME("FrameCorrection loop %d on %s, host %d: %f sec\n", i, myHostName, REGION_HOST_ID, dtime); 129 } 124 130 125 share_mean_pos (catalog, Ncatalog, regionHosts, i); 131 126 LOGRTIME("share_mean_pos loop %d on %s, host %d: %f sec\n", i, myHostName, REGION_HOST_ID, dtime);
Note:
See TracChangeset
for help on using the changeset viewer.
