IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2010, 1:00:09 PM (16 years ago)
Author:
watersc1
Message:

New burntool, with trails retained even if they had a poor slope.

Location:
trunk/extsrc/gpcsw/gpcsrc/analysis/libpscoords
Files:
2 edited

Legend:

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

    r24391 r26766  
    181181#define PSC_REFRACT_CONST 55.7  /* Standard refraction ("/tanz) at STP */
    182182#endif
     183
     184/* Return default values for current fit*/
     185int psc_defaults(double *pscale, double *d2, double *d3, double *airdens)
     186{
     187   *pscale = PS_scale;
     188   *d2 = PS_d2;
     189   *d3 = PS_d3;
     190   *airdens = PS_airdens;
     191   return(0);
     192}
    183193
    184194/* Enable application of chip offsets (um, mrad)? */
  • trunk/extsrc/gpcsw/gpcsrc/analysis/libpscoords/pscoords.h

    r24391 r26766  
    244244/* Enable application of chip offsets (um, mrad)? */
    245245int psc_load_otaoff(const char *fname);
     246
     247/* Return default values for current fit*/
     248int psc_defaults(double *pscale, double *d2, double *d3, double *airdens);
Note: See TracChangeset for help on using the changeset viewer.