IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2005, 4:48:19 PM (21 years ago)
Author:
eugene
Message:

adding PhotPars and PhotParsOld to autocode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/include/photreg.h

    r3466 r3536  
    2727int args (int argc, char **argv);
    2828int 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
     30void DeleteSubset (FITS_DB *db, PhotPars *photpars, int Nphotpars, int *match, int Nmatch);
     31int *match_criteria (PhotPars *photpars, int Nphotpars, int *Nmatch);
     32
     33void OutputSubset (PhotPars *photpars, int Nphotpars, int *match, int Nmatch);
     34
    4335void DumpFitsBintable (char *filename, PhotPars *image, int *match, int Nmatch);
    4436void DumpFitsTable (char *filename, PhotPars *image, int *match, int Nmatch);
    4537int PrintSubset (PhotPars *image, int *match, int Nmatch);
    46 int define_table (Header *header, Matrix *matrix, Header *theader, FTable *table);
     38
    4739void set_timezone (double dt);
    48 void DumpCADCTable (char *filename, PhotPars *image, int *match, int Nmatch);
    4940void 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 ();
    5341int escape (int mode, char *message);
     42
     43PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, int Nphotpars);
     44
Note: See TracChangeset for help on using the changeset viewer.