Changeset 15237 for trunk/Ohana/src/relastro/src/UpdateChips.c
- Timestamp:
- Oct 7, 2007, 7:21:16 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/UpdateChips.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/UpdateChips.c
r12332 r15237 15 15 if (strcmp(&image[i].coords.ctype[4], "-WRP")) continue; 16 16 17 /* XXX I probably need modes for getImageRaw/Ref to distinguish SIMPLE, CHIP, MOSAIC */18 19 17 /* convert measure coordinates to raw entries */ 20 18 raw = getImageRaw (catalog, Ncatalog, i, &Nstars, TRUE); … … 23 21 ref = getImageRef (catalog, Ncatalog, i, &Nstars, TRUE); 24 22 25 /* XXX grab this code from mosastro */26 /* XXX check that it matches psastro */27 /* XXX this may need a 'mosaic' and 'non-mosaic' version */28 23 FitChip (raw, ref, Nstars, &image[i].coords); 29 24
Note:
See TracChangeset
for help on using the changeset viewer.
