Changeset 15240
- Timestamp:
- Oct 7, 2007, 7:23:27 AM (19 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 2 added
- 1 edited
-
libdvo/doc/dvo-images.txt (added)
-
libfits/doc/notes-compress.txt (added)
-
relastro/src/ImageOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/ImageOps.c
r12332 r15240 174 174 } 175 175 176 /* XXX re-write to use image->nstars if that is possible */ 176 // return StarData values for detections in the specified image, converting coordinates from the 177 // chip positions: X,Y -> L,M -> P,Q -> R,D 177 178 StarData *getImageRaw (Catalog *catalog, int Ncatalog, int im, int *Nstars, int isMosaic) { 178 179 … … 219 220 } 220 221 222 // return StarData values for averages positions in the specified image, converting coordinates from 223 // the sky positions: R,D -> P,Q -> L,M -> X,Y 221 224 StarData *getImageRef (Catalog *catalog, int Ncatalog, int im, int *Nstars, int isMosaic) { 222 225
Note:
See TracChangeset
for help on using the changeset viewer.
