IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2006, 10:38:23 AM (20 years ago)
Author:
eugene
Message:

various cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r7621 r7639  
    77    pmCell *cell;
    88    pmReadout *readout;
     9    psMemId ID;
    910
    1011    pmFPAfile *input = psMetadataLookupPtr (&status, config->files, "PPIMAGE.INPUT");
     
    2223        psLogMsg ("ppImageLoop", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
    2324        if (!chip->process || !chip->file_exists) { continue; }
     25
     26        ID = psMemGetId();
    2427        if (!pmFPAfileIOChecks (config, view, PM_FPA_BEFORE)) return false;
    2528
     
    3639                // perform the detrend analysis
    3740                if (!ppImageDetrendReadout (config, options, view)) return false;
    38 
     41               
    3942                if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) return false;
    4043            }
     
    5053
    5154        if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) return false;
     55
     56        fprintf (stderr, "done chip\n");
     57        // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (ID, NULL, stdout, false), "chips");
     58        // ppImageFileCheck (config);
    5259    }
    5360
     
    5764    // we perform astrometry on all chips after sources have been detected
    5865    if (options->doAstromChip || options->doAstromMosaic) ppImageAstrom (config);
    59    
     66
    6067    if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) return false;
    6168
Note: See TracChangeset for help on using the changeset viewer.