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/lcurve.c

    r5945 r6683  
    8383  catalog.filename = skylist[0].filename[0];
    8484  switch (lock_catalog (&catalog, LCK_SOFT)) {
    85   case 2:
    86     unlock_catalog (&catalog);
    87   case 0:
    88     return (FALSE);
     85    case 2:
     86      unlock_catalog (&catalog);
     87    case 0:
     88      return (FALSE);
    8989  }
    9090  catalog.catflags = LOAD_AVES | LOAD_MEAS;
     
    103103  /* stars are not guaranteed to be sorted in RA or in DEC, so first sort the list */
    104104  for (i = 0; i < Nstars; i++) {
    105     RA[i] = catalog.average[i].R_PS;
    106     DEC[i] = catalog.average[i].D_PS;
     105    RA[i] = catalog.average[i].R;
     106    DEC[i] = catalog.average[i].D;
    107107    N1[i] = i;
    108108  }
Note: See TracChangeset for help on using the changeset viewer.