Changeset 27435 for trunk/Ohana/src/imregister/include/photreg.h
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/include/photreg.h (modified) (2 diffs)
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/photreg.h
r12332 r27435 29 29 int regargs (int argc, char **argv, PhotPars *); 30 30 31 void DeleteSubset (FITS_DB *db, PhotPars *photpars, int Nphotpars, int *match, int Nmatch);32 int *match_criteria (PhotPars *photpars, int Nphotpars, int *Nmatch);31 void DeleteSubset (FITS_DB *db, PhotPars *photpars, off_t Nphotpars, off_t *match, off_t Nmatch); 32 off_t *match_criteria (PhotPars *photpars, off_t Nphotpars, off_t *Nmatch); 33 33 34 void OutputSubset (PhotPars *photpars, int Nphotpars, int *match, int Nmatch);34 void OutputSubset (PhotPars *photpars, off_t Nphotpars, off_t *match, off_t Nmatch); 35 35 36 void DumpFitsBintable (char *filename, PhotPars *image, int *match, int Nmatch);37 void DumpFitsTable (char *filename, PhotPars *image, int *match, int Nmatch);38 int PrintSubset (PhotPars *image, int *match, int Nmatch);36 void DumpFitsBintable (char *filename, PhotPars *image, off_t *match, off_t Nmatch); 37 void DumpFitsTable (char *filename, PhotPars *image, off_t *match, off_t Nmatch); 38 int PrintSubset (PhotPars *image, off_t *match, off_t Nmatch); 39 39 40 40 void set_timezone (double dt); … … 42 42 int escape (int mode, char *message); 43 43 44 PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, int Nphotpars);44 PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, off_t Nphotpars); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
