Changeset 39451
- Timestamp:
- Mar 10, 2016, 12:47:40 PM (10 years ago)
- Location:
- branches/eam_branches/ohana.20160226/src/relastro
- Files:
-
- 2 edited
-
src/assign_images.c (modified) (2 diffs)
-
test/run.relastro.par.reg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/relastro/src/assign_images.c
r38986 r39451 156 156 157 157 // this is a bit memory expensive : I am making a complete copy of the image table here 158 // XXX is adding an image, can we just add a pointer? 158 159 off_t Nsubset = host->Nimage; 159 160 host->image[Nsubset] = image[j]; … … 168 169 169 170 // save the astrometry maps, where they exist 171 // here we are adding an AstromOffsetTable, but the data are only pointers 172 // we should NOT free this table with AstromOffsetTableFree() 170 173 if (image[j].coords.offsetMap) { 171 174 if (!host->astromTable) { -
branches/eam_branches/ohana.20160226/src/relastro/test/run.relastro.par.reg
r39443 r39451 1 1 #!/bin/csh -f 2 2 3 set REALRUN = 13 set REALRUN = 0 4 4 5 5 if ($REALRUN) then
Note:
See TracChangeset
for help on using the changeset viewer.
