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