IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2005, 4:20:27 PM (21 years ago)
Author:
eugene
Message:

various cleanups, fixes, additions...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSetup.c

    r5802 r5828  
    102102    }
    103103
    104     psLogMsg ("psphot", 4, "load data: %f sec\n", psTimerMark ("psphot"));
     104    psLogMsg ("psphot", 3, "load data: %f sec\n", psTimerMark ("psphot"));
    105105
    106     psphotSaveImage (NULL, weight, "weight.fits");
    107     psphotSaveImage (NULL, mask, "mask.fits");
    108 
    109     // save the image data & return it
     106    // return image data
    110107    eamReadout *imdata = eamReadoutAlloc(image, weight, mask, header);
    111108    return (imdata);
Note: See TracChangeset for help on using the changeset viewer.