IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 10:46:32 AM (20 years ago)
Author:
eugene
Message:

adding proper motion and parallax to addstar, dropping _PS from RA and DEC in average

File:
1 edited

Legend:

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

    r6675 r6683  
    6969double  SNLIMIT;
    7070int     ACCEPT_ASTROM;  // accept even bad astrometry solutions (NASTRO == 0)
     71int     ACCEPT_MOTION;  // accept reference proper motion measurements
    7172int     TEXTMODE;       // force input file to be loaded as RAW
    7273int     SUBPIX;         // apply a subpix correction
     
    125126double     get_subpix             PROTO((double x, double y));
    126127Stars     *getgsc                 PROTO((SkyRegion *patch, int *NSTARS));
    127 Stars     *gettycho               PROTO((SkyRegion *catstats, int photcode, double epoch, int *Nstars));
     128Stars     *gettycho               PROTO((SkyRegion *catstats, int photcode, int *Nstars));
    128129Stars     *getusno                PROTO((SkyRegion *catstats, int photcode, int *Nstars));
    129 Stars     *getusnob               PROTO((SkyRegion *catstats, int photcode, double epoch, int *Nstars));
     130Stars     *getusnob               PROTO((SkyRegion *catstats, int photcode, int *Nstars));
    130131Image     *gimages                PROTO((FITS_DB *db, Image *image, Coords *mosaic, int *Npimage));
    131132Stars     *grefcat                PROTO((char *Refcat, SkyRegion *catstats, int photcode, int *nstars));
     
    188189
    189190/**
    190   there is an inconsistency to be resolved: fixed structures (like Image)
    191   need a fixed bit-length time (e_time), but these functions all use the
    192   UNIX time_t types, which may be 32 or 64 bits, depending on the machine.
    193   This can be resolved by using time_t with these functions, but casting
    194   between e_time and time_t when necessary (ie, cannot return data to an
    195   e_time pointer from one of these functions)
     191    there is an inconsistency to be resolved: fixed structures (like Image)
     192    need a fixed bit-length time (e_time), but these functions all use the
     193    UNIX time_t types, which may be 32 or 64 bits, depending on the machine.
     194    This can be resolved by using time_t with these functions, but casting
     195    between e_time and time_t when necessary (ie, cannot return data to an
     196    e_time pointer from one of these functions)
    196197**/
    197198
Note: See TracChangeset for help on using the changeset viewer.