- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/imregister/include/imphot.h
r12332 r27838 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.
