IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20373


Ignore:
Timestamp:
Oct 24, 2008, 3:00:25 PM (18 years ago)
Author:
eugene
Message:

remove old commented-out lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvoTools/src/dvoMakeCorrUnbin.c

    r20180 r20373  
    4343        pmChip *outChip = pmFPAviewThisChip (myView, outFile->fpa);
    4444        pmCell *outCell = pmFPAviewThisCell (myView, outFile->fpa);
     45        assert (outCell);
    4546
    4647        pmChipCopyStructure (outChip, refChip, 1, 1);
     
    4849        outData = pmReadoutAlloc (outCell);
    4950        assert (outData != NULL);
    50 
    51         // outData = pmFPAviewThisReadout (myView, outFile->fpa);
    52         // assert (outData != NULL);
    5351    }
    5452
     
    5957    if (!psImageUnbin (outData->image, inImage, binning)) {
    6058        psError (PS_ERR_UNKNOWN, true, "failed to unbin image");
     59        psFree (myView);
    6160        psFree (binning);
    6261        return false;
     
    7170    }
    7271
    73     // psFits *fits = psFitsOpen ("tmp.fits", "w");
    74     // psFitsWriteImage (fits, NULL, outData->image, 0, NULL);
    75     // psFitsClose (fits);
    76     // exit (0);
    77 
     72    psFree (myView);
    7873    psFree (binning);
     74 
    7975    return true;
    8076}
Note: See TracChangeset for help on using the changeset viewer.