IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40557


Ignore:
Timestamp:
Oct 20, 2018, 11:01:42 PM (8 years ago)
Author:
eugene
Message:

init values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/uniphot/src/cam_zpt_correction.c

    r40488 r40557  
    321321      isHSC  = TRUE;
    322322    }
    323     if (!(isGPC1) && !(isHSC)) { continue; }
    324 
    325     int iy, ix, filter;
    326 
     323    if (!isGPC1 && !isHSC) { continue; }
     324
     325    int iy = 0;
     326    int ix = 0;
     327    int filter = 1000;
    327328   
    328329    // find the chip and filter from photcode:
     
    332333      filter = (int)(photcode / 100) % 10;
    333334    }
    334     else if (isHSC) {
     335    if (isHSC) {
    335336      iy = 0;
    336337      ix = (int) photcode % 112;
Note: See TracChangeset for help on using the changeset viewer.