Changeset 39450
- Timestamp:
- Mar 10, 2016, 12:47:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/relastro/src/UpdateChips.c
r38986 r39450 152 152 } 153 153 } 154 155 AstromOffsetMapFree (oldCoords.offsetMap); 154 156 155 157 // Apply the modified coords back to the measure.R,D. Note that raw.R,D, ref.L,M, etc … … 356 358 } 357 359 360 AstromOffsetMapFree (oldCoords.offsetMap); 361 358 362 // apply the modified R,D back to the measures 359 363 setImageRaw (threadinfo->catalog, threadinfo->Ncatalog, i, raw, Nraw, MODE_MOSAIC); … … 569 573 AstromOffsetMapSetOrder (truMap, tmpMap->Nx, tmpMap->Ny, image); 570 574 AstromOffsetMapCopyData (truMap, tmpMap); 575 AstromOffsetMapFree (tmpMap); 571 576 return; 572 577 } … … 579 584 unlockUpdateChips (); 580 585 AstromOffsetMapCopyData (image->coords.offsetMap, tmpMap); 586 AstromOffsetMapFree (tmpMap); 581 587 return; 582 588 }
Note:
See TracChangeset
for help on using the changeset viewer.
