IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2010, 12:05:07 PM (16 years ago)
Author:
eugene
Message:

optimizations for dvomerge and relastro; complete checks of db I/O success; fix overloaded image flags

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

    • Property svn:mergeinfo deleted
  • trunk/Ohana/src/uniphot/src/match_zpts_to_images.c

    r28717 r29001  
    7171    image[Ni].Mcal = SCALE*code[0].C - zpts[Nz].zpt;
    7272    image[Ni].dMcal = zpts[Nz].zpt_err;
    73     image[Ni].flags &= ~ID_IMAGE_NOCAL; // clear the NOCAL flag
     73    image[Ni].flags &= ~ID_IMAGE_PHOTOM_NOCAL; // clear the NOCAL flag
    7474    zpts[Nz].found = TRUE;
    7575    NImatch ++;
Note: See TracChangeset for help on using the changeset viewer.