IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2007, 4:05:39 PM (19 years ago)
Author:
eugene
Message:

adding fields needed by DVO for PS1 support; pre-calculating Xccd, Yccd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/calextract.c

    r8455 r12008  
    8383      dM2 = NO_MAG;
    8484      for (j = 0; j < catalog.average[i].Nm; j++) {
    85         if (catalog.measure[m+j].source != code[1][0].code) continue;
     85        if (catalog.measure[m+j].photcode != code[1][0].code) continue;
    8686        M2 = PhotCat  (&catalog.measure[m+j]);
    87         dM2 = catalog.measure[m+j].dM_PS;
     87        dM2 = catalog.measure[m+j].dM;
    8888      }
    8989      if (M2 == NO_MAG) continue;
Note: See TracChangeset for help on using the changeset viewer.