IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30503


Ignore:
Timestamp:
Feb 7, 2011, 4:33:54 PM (15 years ago)
Author:
eugene
Message:

deprecate photfits function assignMcal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/Ohana/src/relphot/src/select_images.c

    r30443 r30503  
    205205      }
    206206      if (RESET) {
    207         assignMcal (&image[nimage], (double *) NULL, -1);
     207        // XXX assignMcal (&image[nimage], (double *) NULL, -1);
     208        // XXX this needs to be thought through a bit more
     209        image[nimage].Mcal = 0.0;
    208210        image[nimage].dMcal = NAN;
    209211        image[nimage].flags &= ~ID_IMAGE_PHOTOM_POOR;
Note: See TracChangeset for help on using the changeset viewer.