IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2011, 9:36:49 AM (15 years ago)
Author:
eugene
Message:

values like FWx, Mxx, measure.theta are now converted to/from internal formats with "To/From Short Pixels/Degrees" functions; update some usage info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/Ohana/src/libohana/include/ohana.h

    r29537 r30480  
    286286int     hstgsc_hms_to_deg      PROTO((double *h0, double *h1, double *d0, double *d1, char *string));
    287287
     288short   ToShortPixels          PROTO((float pixels));
     289short   ToShortDegrees         PROTO((float degrees));
     290float   FromShortPixels        PROTO((short value));
     291float   FromShortDegrees       PROTO((float value));
     292
    288293/* IO Buffer functions */
    289294int     InitIOBuffer           PROTO((IOBuffer *buffer, int Nalloc));
Note: See TracChangeset for help on using the changeset viewer.