Changeset 27435 for trunk/Ohana/src/imregister/include/imphot.h
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/include/imphot.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/include/imphot.h
r12332 r27435 20 20 int db_load (FITS_DB *db); 21 21 int args (int argc, char **argv); 22 int DumpFitsBintable (char *filename, Image *image, int *match, int Nmatch);23 int DumpFitsTable (char *filename, Image *image, int *match, int Nmatch);24 void ModifySubset (FITS_DB *db, Image *image, int Nimage, int *match, int Nmatch);25 int PrintSubset (Image *image, int *match, int Nmatch);26 int output (Image *image, int *match, int Nmatch);22 int DumpFitsBintable (char *filename, Image *image, off_t *match, off_t Nmatch); 23 int DumpFitsTable (char *filename, Image *image, off_t *match, off_t Nmatch); 24 void ModifySubset (FITS_DB *db, Image *image, off_t Nimage, off_t *match, off_t Nmatch); 25 int PrintSubset (Image *image, off_t *match, off_t Nmatch); 26 int output (Image *image, off_t *match, off_t Nmatch); 27 27 int rfits (FITS_DB *db); 28 28 int rtext (FITS_DB *db); 29 int *subset (Image *image, int Nimage, int *nsubset);29 off_t *subset (Image *image, off_t Nimage, off_t *nsubset);
Note:
See TracChangeset
for help on using the changeset viewer.
