Changeset 4864 for trunk/Ohana/src/uniphot/src/find_image_sgroups.c
- Timestamp:
- Aug 23, 2005, 8:55:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/src/find_image_sgroups.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/src/find_image_sgroups.c
r2492 r4864 1 1 # include "uniphot.h" 2 2 3 Group *find_image_sgroups ( Image *image, ImageLink *imlink, int Nimage, int *Nsgroup) {3 Group *find_image_sgroups (FITS_DB *db, ImageLink *imlink, int *Nsgroup) { 4 4 5 int i, j, N group, Nentry, NENTRY;5 int i, j, Nimage, Ngroup, Nentry, NENTRY; 6 6 double r, d, x, y, radius; 7 7 Group *group; 8 8 Coords coords; 9 9 Image *image; 10 11 image = fits_table_get_Image (&db[0].ftable, &Nimage, &db[0].swapped); 12 10 13 coords.crpix1 = coords.crpix2 = 0.0; 11 14 coords.cdelt1 = coords.cdelt2 = 1.0; /* scale is degrees, radius in degrees */
Note:
See TracChangeset
for help on using the changeset viewer.
