IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2005, 3:04:36 PM (21 years ago)
Author:
eugene
Message:

moving to internal vs external measure/average: R,D + dR,dD.
NOTE * dR,dD now represent 1.0 arcsec, not 0.01 arcsec.

* all use has been updated to match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/subpix.c

    r3462 r4800  
    6161  ALLOCATE (index, int, Nstars);
    6262  for (i = 0; i < Nstars; i++) {
    63     RA[i] = catalog.average[i].R;
    64     DEC[i] = catalog.average[i].D;
     63    RA[i] = catalog.average[i].R_PS;
     64    DEC[i] = catalog.average[i].D_PS;
    6565    index[i] = i;
    6666  }
Note: See TracChangeset for help on using the changeset viewer.