IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 3:31:01 PM (18 years ago)
Author:
eugene
Message:

big update from eam_branch_20081124 with updates to Opihi math

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/starfuncs.c

    r19827 r20936  
    119119/* use a circular aperture */
    120120int get_rough_star (float *data, int Nx, int Ny, int x, int y,
    121                     float *xc, float *yc,
    122                     float *sx, float *sy, float *sxy,
    123                     float *zs, float *zp, float *sk) {
     121                    opihi_flt *xc, opihi_flt *yc,
     122                    opihi_flt *sx, opihi_flt *sy, opihi_flt *sxy,
     123                    opihi_flt *zs, opihi_flt *zp, opihi_flt *sk) {
    124124
    125125  double Ra2, Ri2, Ro2, rad2;
Note: See TracChangeset for help on using the changeset viewer.