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/opihi/dvo/subpix.c

    r5945 r6683  
    4343  catalog.filename = skylist[0].filename[0];
    4444  switch (lock_catalog (&catalog, LCK_SOFT)) {
    45   case 2:
    46     unlock_catalog (&catalog);
    47   case 0:
    48     return (FALSE);
     45    case 2:
     46      unlock_catalog (&catalog);
     47    case 0:
     48      return (FALSE);
    4949  }
    5050  catalog.catflags = LOAD_AVES | LOAD_MEAS;
     
    6161  ALLOCATE (index, int, Nstars);
    6262  for (i = 0; i < Nstars; i++) {
    63     RA[i] = catalog.average[i].R_PS;
    64     DEC[i] = catalog.average[i].D_PS;
     63    RA[i] = catalog.average[i].R;
     64    DEC[i] = catalog.average[i].D;
    6565    index[i] = i;
    6666  }
Note: See TracChangeset for help on using the changeset viewer.