- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible /branches/pap_stack/Ohana merged eligible /trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/20100225/Ohana/src/imregister/include/imphot.h
r12332 r27517 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.
