IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2006, 8:58:12 AM (20 years ago)
Author:
eugene
Message:

added fake image mode

File:
1 edited

Legend:

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

    r6683 r6763  
    3333typedef struct sockaddr_in SockAddress;
    3434
    35 enum {M_IMAGE, M_REFLIST, M_REFCAT};
     35enum {M_IMAGE, M_REFLIST, M_REFCAT, M_FAKEIMAGE};
    3636
    3737/* global which define database info / data sources (KEEP) */
     
    5353char   SKY_TABLE[256];
    5454int    SKY_DEPTH;  /** XXX EAM : depth of catalog tables, fix usage */
     55char   CameraLayout[256];
    5556SkyTable *ServerSky;
    5657
     
    8182double  Latitude;       // carried into image structure from config
    8283Coords *MOSAIC;         // carries the mosaic into gstars
     84double  FAKE_RA;        // boresite coords for fake images
     85double  FAKE_DEC;       // boresite coords for fake images
     86double  FAKE_THETA;     // boresite angle for fake images
    8387
    8488/* these globals are used separately by both client and server (KEEP) */
     
    118122int        dump_rawstars          PROTO((Stars *stars, int Nstars));
    119123int        edge_check             PROTO((double *x1, double *y1, double *x2, double *y2));
     124Image     *fakeimage              PROTO((char *rootname, int *Nimage, int photcode));
    120125void       find_matches           PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));
    121126void       find_matches_closest   PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));
Note: See TracChangeset for help on using the changeset viewer.