IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8640


Ignore:
Timestamp:
Aug 27, 2006, 1:27:19 PM (20 years ago)
Author:
eugene
Message:

added OBSERVATORY LONGITUDE for airmass calculation; added return value to find_matches

File:
1 edited

Legend:

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

    r7974 r8640  
    8181int     YMAX;           // used to filter loaded star list
    8282double  Latitude;       // carried into image structure from config
     83double  Longitude;      // carried into image structure from config
    8384Coords *MOSAIC;         // carries the mosaic into gstars
    8485double  FAKE_RA;        // boresite coords for fake images
     
    124125int        edge_check             PROTO((double *x1, double *y1, double *x2, double *y2));
    125126Image     *fakeimage              PROTO((char *rootname, int *Nimage, int photcode));
    126 void       find_matches           PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));
    127 void       find_matches_closest   PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));
    128 void       find_matches_refstars  PROTO((SkyRegion *region, Stars **stars, int Nstars, Catalog *catalog, AddstarClientOptions options));
     127int        find_matches           PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));
     128int        find_matches_closest   PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));
     129int        find_matches_refstars  PROTO((SkyRegion *region, Stars **stars, int Nstars, Catalog *catalog, AddstarClientOptions options));
    129130Stars    **find_subset            PROTO((SkyRegion *region, Stars *stars, int Nstars, int *NSTARS));
    130131int        gcatalog               PROTO((Catalog *catalog));
Note: See TracChangeset for help on using the changeset viewer.