IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 11:09:40 AM (15 years ago)
Author:
eugene
Message:

fix ALLOCATE to accept large sizes; add utilities ohana_normalize_angle_to_midpoint, ToShortPixels, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r29537 r30602  
    283283int     ohana_str_to_radec     PROTO((double *ra, double *dec, char *str1, char *str2));
    284284double  ohana_normalize_angle  PROTO((double angle));
     285double  ohana_normalize_angle_to_midpoint  PROTO((double angle, double Rmid));
    285286
    286287int     hstgsc_hms_to_deg      PROTO((double *h0, double *h1, double *d0, double *d1, char *string));
     288
     289short   ToShortPixels          PROTO((float pixels));
     290short   ToShortDegrees         PROTO((float degrees));
     291float   FromShortPixels        PROTO((short value));
     292float   FromShortDegrees       PROTO((float value));
    287293
    288294/* IO Buffer functions */
Note: See TracChangeset for help on using the changeset viewer.