Changeset 42166 for branches/eam_branches/ipp-20220316/Ohana/src/dvomerge/src/dvomergeUpdate_threaded.c
- Timestamp:
- Apr 8, 2022, 5:04:42 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316
- Property svn:mergeinfo changed
/trunk (added) merged: 42122,42124-42136,42142,42146,42149-42152,42154-42155
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/Ohana
- Property svn:mergeinfo changed
/trunk/Ohana (added) merged: 42124,42126-42128,42131-42136,42146,42149-42151
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/Ohana/src/dvomerge/src/dvomergeUpdate_threaded.c
r38986 r42166 69 69 LoadCatalog (&outcatalog, outlist[0].regions[j], outlist[0].filename[j], "w", threadData->NsecfiltOutput); 70 70 71 // for SKIP_IMAGES, this is a NO-OP 71 72 dvo_update_image_IDs (threadData->IDmap, &incatalog); 72 73 merge_catalogs_old (&threadData->outsky->regions[j], &outcatalog, &incatalog, RADIUS, threadData->secfiltMap); … … 183 184 } 184 185 185 if (CONTINUE) { 186 // need to determine the mapping from the input to the output images 187 dvomergeImagesGetMap (&IDmap, input, output); 188 } else { 189 dvomergeImagesUpdate (&IDmap, input, output); 190 if (IMAGES_ONLY) exit (0); 186 if (!SKIP_IMAGES) { 187 if (CONTINUE) { 188 // need to determine the mapping from the input to the output images 189 dvomergeImagesGetMap (&IDmap, input, output); 190 } else { 191 dvomergeImagesUpdate (&IDmap, input, output); 192 if (IMAGES_ONLY) exit (0); 193 } 191 194 } 192 195
Note:
See TracChangeset
for help on using the changeset viewer.
