Changeset 3536 for trunk/Ohana/src/imregister/include/photreg.h
- Timestamp:
- Mar 28, 2005, 4:48:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/include/photreg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/include/photreg.h
r3466 r3536 27 27 int args (int argc, char **argv); 28 28 int regargs (int argc, char **argv, PhotPars *); 29 PhotPars *get_images (int *N); 30 int set_images (PhotPars *new, int Nnew); 31 int load_db (); 32 void init_db (); 33 int save_db (); 34 int update_db (int *match, int Nmatch); 35 int append_db (PhotPars *new, int Nnew); 36 int create_db (); 37 int close_db (); 38 void DeleteSubset (int *match, int Nmatch); 39 int *match_criteria (int *Nmatch); 40 int *match_images (PhotPars *subset, int Nsubset, int *Nmatch); 41 void ModifySubset (int *match, int Nmatch); 42 void OutputSubset (int *match, int Nmatch); 29 30 void DeleteSubset (FITS_DB *db, PhotPars *photpars, int Nphotpars, int *match, int Nmatch); 31 int *match_criteria (PhotPars *photpars, int Nphotpars, int *Nmatch); 32 33 void OutputSubset (PhotPars *photpars, int Nphotpars, int *match, int Nmatch); 34 43 35 void DumpFitsBintable (char *filename, PhotPars *image, int *match, int Nmatch); 44 36 void DumpFitsTable (char *filename, PhotPars *image, int *match, int Nmatch); 45 37 int PrintSubset (PhotPars *image, int *match, int Nmatch); 46 int define_table (Header *header, Matrix *matrix, Header *theader, FTable *table); 38 47 39 void set_timezone (double dt); 48 void DumpCADCTable (char *filename, PhotPars *image, int *match, int Nmatch);49 40 void getImageData (char *Image, char *ImageCCD, char *ImageMode); 50 void set_Binary_name (char *name);51 void set_ASCII_name (char *string);52 int load_old_db ();53 41 int escape (int mode, char *message); 42 43 PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, int Nphotpars); 44
Note:
See TracChangeset
for help on using the changeset viewer.
