IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 10:46:32 AM (20 years ago)
Author:
eugene
Message:

adding proper motion and parallax to addstar, dropping _PS from RA and DEC in average

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/ImageOps.c

    r5143 r6683  
    111111      /* add this measurement to the grid cell for this chip */
    112112      ave = measure[0].averef;
    113       ra  = catalog[cat].average[ave].R_PS - measure[0].dR_PS / 3600.0;
    114       dec = catalog[cat].average[ave].D_PS - measure[0].dD_PS / 3600.0;
     113      ra  = catalog[cat].average[ave].R - measure[0].dR_PS / 3600.0;
     114      dec = catalog[cat].average[ave].D - measure[0].dD_PS / 3600.0;
    115115       
    116116      /* X,Y always positive-definite in range 0,0 - dX, dY */
Note: See TracChangeset for help on using the changeset viewer.