- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/relastro (modified) (1 prop)
-
Ohana/src/relastro/src/UpdateSimple.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/relastro
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana/src/relastro merged eligible /branches/eam_branches/20091201/Ohana/src/relastro 26295-26885 /branches/eam_branches/Ohana.20100407/src/relastro 27635-27772 /branches/eam_branches/largefiles.20100314/Ohana/src/relastro 27281-27430 /branches/eam_branches/relastro.20100326 27487-27559 /branches/pap_delete/Ohana/src/relastro 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/relastro/src/UpdateSimple.c
r15590 r27840 4 4 5 5 /* we can measure new image parameters for each non-mosaic chip independently */ 6 int i, Nimage, Nstars;6 off_t i, Nimage, Nstars; 7 7 Image *image; 8 8 StarData *raw, *ref; … … 18 18 /* convert measure coordinates to raw entries */ 19 19 raw = getImageRaw (catalog, Ncatalog, i, &Nstars, MODE_SIMPLE); 20 if (!raw) continue; 20 21 21 22 /* convert average coordinates to ref entries */ 22 23 ref = getImageRef (catalog, Ncatalog, i, &Nstars, MODE_SIMPLE); 24 if (!ref) continue; 23 25 24 26 FitSimple (raw, ref, Nstars, &image[i].coords);
Note:
See TracChangeset
for help on using the changeset viewer.
