IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2008, 8:47:58 AM (18 years ago)
Author:
eugene
Message:

add pmm mode

File:
1 edited

Legend:

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

    r16810 r16973  
    7474char   CameraLayout[256];
    7575SkyTable *ServerSky;
     76char  *PMM_CCD_TABLE;
    7677
    7778/* used to select entries from header (gstars or parse_time) (KEEP) */
     
    250251int altaz (double *alt, double *az, double ha, double dec, double latitude);
    251252
     253int LoadDataPMM (FILE *f, char *file, Image **images, int *nvalid, Stars **stars, int *Nstars);
     254PhotCode *LoadMetadataPMM (char *datafile, Image *image);
     255time_t pmm_date_to_sec (char *date, char *time);
     256double pmm_get_ra (char *RA);
     257double pmm_get_dec (char *DEC);
     258PhotCode *pmm_get_photcode (char *emulsion, char *filter);
     259
    252260// this is a gnu extension?? caution!
    253261void *memrchr(const void *s, int c, size_t n);
Note: See TracChangeset for help on using the changeset viewer.