Changeset 17150
- Timestamp:
- Mar 26, 2008, 10:57:15 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/ImageOps.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/ImageOps.c
r16810 r17150 256 256 257 257 // return StarData values for detections in the specified image, converting coordinates from the 258 // chip positions: X,Y -> L,M -> P,Q -> R,D 258 // chip positions: X,Y -> L,M -> P,Q -> R,D. This function is used by the image fitting steps, for 259 // which the detections have already been filtered when they were loaded (bcatalog) 259 260 StarData *getImageRaw (Catalog *catalog, int Ncatalog, int im, int *Nstars, CoordMode mode) { 260 261 … … 292 293 n = catalog[c].measure[m].averef; 293 294 295 // an object with only one detection provides no information about the image calibration 294 296 raw[i].mask = FALSE; 295 297 if (catalog[c].average[n].Nmeasure < 2) { … … 322 324 // return StarData values for averages positions in the specified image, converting coordinates from 323 325 // the sky positions: R,D -> P,Q -> L,M -> X,Y 326 324 327 StarData *getImageRef (Catalog *catalog, int Ncatalog, int im, int *Nstars, CoordMode mode) { 325 328
Note:
See TracChangeset
for help on using the changeset viewer.
