IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r5998 r7080  
    4747char   CATFORMAT[16];  /* internal, elixir, loneos, panstarrs */
    4848char   CameraConfig[256];
     49char   SKY_TABLE[256];
     50int    SKY_DEPTH;  /** XXX EAM : depth of catalog tables, fix usage */
    4951
    5052double MAG_LIM;
     
    9698time_t TSTART, TSTOP;
    9799
     100SkyRegion UserPatch;
     101int UserPatchSelect;
     102
    98103# ifdef GRID_V1
    99104int setGridMeasure (int meas, int cat, double X, double Y);
     
    111116int          *SelectRefMosaic     PROTO((Mosaic **refmosaic, int *Nimage));
    112117int           args                PROTO((int argc, char **argv));
    113 int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog, GSCRegion *fullregion));
     118int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog));
    114119void          clean_images        PROTO(());
    115120void          clean_measures      PROTO((Catalog *catalog, int Ncatalog, int final));
     
    122127void          findImages          PROTO((Catalog *catalog, int Ncatalog));
    123128int           findMosaics         PROTO((Catalog *catalog, int Ncatalog));
    124 Image        *find_images         PROTO((FITS_DB *db, GSCRegion *region, int Nregion, int *Nimage, int **LineNum));
     129
    125130void set_db (FITS_DB *in);
    126131int Shutdown (char *format, ...);
     
    129134int SetSignals ();
    130135
    131 GSCRegion    *find_regions        PROTO((Image *image, int Nimage, int *Nregions, GSCRegion *fullregion));
    132136void          freeGridBins        PROTO((int Ncatalog));
    133137void          freeImageBins       PROTO((int Ncatalog));
     
    140144float         getMmos             PROTO((int meas, int cat));
    141145float         getMrel             PROTO((Catalog *catalog, int meas, int cat));
    142 GSCRegion    *get_regions         PROTO((double minRa, double maxRa, double minDec, double maxDec, int *Nregions));
    143 void          getfullregion       PROTO((Image *image, int Nimage, GSCRegion *fullregion));
    144146Image        *getimage            PROTO((int N));
    145147Image        *getimages           PROTO((int *N));
     
    156158void          initstats           PROTO((char *mode));
    157159int           liststats           PROTO((double *value, double *dvalue, int N, StatType *stats));
    158 Catalog      *load_catalogs       PROTO((GSCRegion *region, int Nregion, GSCRegion *fullregion));
    159 GSCRegion    *load_images         PROTO((FITS_DB *db, char *seed, int *nregion, GSCRegion *fullregion));
    160 
    161 void check_permissions (char *basefile);
    162 void lock_image_db (FITS_DB *db, char *filename);
    163 void unlock_image_db (FITS_DB *db);
    164 void create_image_db (FITS_DB *db);
     160Catalog       *load_catalogs      PROTO((SkyList *skylist, int *Ncatalog));
     161SkyList      *load_images         PROTO((FITS_DB *db, char *regionName, SkyRegion *region, int RegionSelect));
     162Image         *select_images      PROTO((SkyList *skylist, Image *timage, int Ntimage, int **LineNumber, int *Nimage));
    165163
    166164int           main                PROTO((int argc, char **argv));
     
    168166void          matchImage          PROTO((Catalog *catalog, int meas, int cat));
    169167void          matchMosaics        PROTO((Catalog *catalog, int meas, int cat));
    170 GSCRegion    *name_region         PROTO((char *name, int *Nregions));
    171168double        opening_angle       PROTO((double x1, double y1, double x2, double y2, double x3, double y3));
    172169void          plot_chisq          PROTO((Catalog *catalog, int Ncatalog));
     
    180177void          plot_star_coords    PROTO((Catalog *catalog, int Ncatalog));
    181178void          plot_stars          PROTO((Catalog *catalog, int Ncatalog));
    182 void          reload_catalogs     PROTO((GSCRegion *region, int Nregion, GSCRegion *fullregion));
     179void          reload_catalogs     PROTO((SkyList *skylist));
    183180int           setExclusions       PROTO((Catalog *catalog, int Ncatalog));
    184181void          setMcal             PROTO((Catalog *catalog, int Poor));
     
    211208void          wimages             PROTO(());
    212209void          write_coords        PROTO((Header *header, Coords *coords));
     210
     211//Image        *find_images         PROTO((FITS_DB *db, GSCRegion *region, int Nregion, int *Nimage, int **LineNum));
     212//GSCRegion    *find_regions        PROTO((Image *image, int Nimage, int *Nregions, GSCRegion *fullregion));
     213//GSCRegion    *get_regions         PROTO((double minRa, double maxRa, double minDec, double maxDec, int *Nregions));
     214//void          getfullregion       PROTO((Image *image, int Nimage, GSCRegion *fullregion));
     215//GSCRegion    *name_region         PROTO((char *name, int *Nregions));
Note: See TracChangeset for help on using the changeset viewer.