IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2009, 11:11:15 AM (17 years ago)
Author:
eugene
Message:

import updates from camera group (fits table outputs, fixes to persistent trails); modify import to avoid libpsf (fortran)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/analysis/libpscoords/pscoords.h

    r23490 r23924  
    1 /* Three-quarter-assed pscoords.h until jt writes me a real one */
     1/* Header file for pscoords.c */
    22#define NINT(x) (x<0?(int)((x)-0.5):(int)((x)+0.5))
    33
     
    128128const PSC_OFFROT_T psc_otaoff[PSC_NX*PSC_NY];
    129129
     130#define PS_scale 38.860 /* Default PS plate scale [um/arcsec] */
     131#define PS_d3  1.49e-10 /* Default PS distortion [arcsec^-2] */
     132#define PS_airdens 0.71 /* Default PS1 qir density (Haleakala) */
     133
    130134/**********************/
    131135/* Normal Application */
     
    147151 */
    148152
    149 
    150153/**************/
    151154/* Prototypes */
Note: See TracChangeset for help on using the changeset viewer.