- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Ohana merged eligible /trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/czw_branch/20100427/Ohana/src/uniphot/src/load_images.c
r6238 r28017 1 1 # include "uniphot.h" 2 2 3 int load_images (FITS_DB *db) {3 int load_images_uniphot (FITS_DB *db) { 4 4 5 5 if (VERBOSE) fprintf (stderr, "finding images\n"); … … 10 10 return (TRUE); 11 11 } 12 13 Image *load_images_setphot (FITS_DB *db, off_t *Nimage) { 14 15 Image *image; 16 17 if (VERBOSE) fprintf (stderr, "finding images\n"); 18 19 /* read entire db table */ 20 if (!dvo_image_load (db, VERBOSE, FALSE)) Shutdown ("can't read image catalog %s", db[0].filename); 21 22 /* use a vtable to keep the images to be calibrated */ 23 image = gfits_table_get_Image (&db[0].ftable, Nimage, &db[0].swapped); 24 25 fprintf (stderr, "loaded %lld images\n", (long long) *Nimage); 26 27 return (image); 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
