IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 1:30:05 PM (19 years ago)
Author:
eugene
Message:

added PS1_DEV_1 I/O mode; switch bzero to memset, drop deprecated files

File:
1 edited

Legend:

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

    r13142 r15036  
    102102
    103103/* these globals are used separately by both client and server (KEEP) */
    104 double ZeroPt;  // double check for consistency
    105104double CAL_INSTMAG_MAX;
    106105double CAL_INSTMAG_MIN;
     
    155154Stars     *grefcat                PROTO((char *Refcat, SkyRegion *catstats, int photcode, int *nstars));
    156155Stars     *grefstars              PROTO((char *file, int photcode, int *Nstars));
    157 Stars     *gstars                 PROTO((char *file, int *Nstars, Image **images, int *Nimages, int photcode));
     156Stars     *LoadStars              PROTO((char *file, int *Nstars, Image **images, int *Nimages, int photcode));
    158157int        in_image               PROTO((double r, double d, Image *image));
    159158int        load_pt_catalog        PROTO((Catalog *catalog, SkyRegion *region));  /*** choose new name ***/
     
    199198Measure   *sort_measure           PROTO((Average *average, int Naverage, Measure *measure, int Nmeasure, int *next));
    200199Missing   *sort_missing           PROTO((Average *average, int Naverage, Missing *missing, int Nmissing, int *next_miss));
    201 Stars     *ConvertSMPDATA         PROTO((FTable *table, int *nstars));
    202 Stars     *ConvertPS1_DEV_0       PROTO((FTable *table, int *nstars));
    203200int        ImageOptions           PROTO((AddstarClientOptions *options, Image *images, int Nimages));
    204201int        GetFileMode            PROTO((Header *header));
     
    229226int        NewReflist_Thread      PROTO((int BindSocket));
    230227
     228Stars     *Convert_SMPDATA        PROTO((FTable *table, int *nstars));
     229Stars     *Convert_PS1_DEV_0      PROTO((FTable *table, int *nstars));
     230Stars     *Convert_PS1_DEV_1      PROTO((FTable *table, int *nstars));
     231
    231232int args_skycells (int argc, char **argv);
    232233int ConfigInit_skycells (int *argc, char **argv);
Note: See TracChangeset for help on using the changeset viewer.