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

    r8455 r12008  
    9696      dM2 = NO_MAG;
    9797      for (j = 0; j < catalog.average[i].Nm; j++) {
    98         if (catalog.measure[m+j].source != code[1][0].code) continue;
     98        if (catalog.measure[m+j].photcode != code[1][0].code) continue;
    9999        M2 = PhotCat  (&catalog.measure[m+j]);
    100         dM2 = catalog.measure[m+j].dM_PS;
     100        dM2 = catalog.measure[m+j].dM;
    101101      }
    102102      if (M2 == NO_MAG) continue;
Note: See TracChangeset for help on using the changeset viewer.