IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34102


Ignore:
Timestamp:
Jun 27, 2012, 4:16:55 PM (14 years ago)
Author:
mhuber
Message:
 
Location:
branches/meh_branches/ppstack_test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppstack_test/ippconfig/recipes/ppStack.config

    r34050 r34102  
    8484
    8585PSF.AUTOSIZE            BOOL    FALSE           # Determine output PSF size from input PSFs?
    86 # need to add/mod autosize to allow for simple autosize versus envelope
     86# need to add/mod autosize to allow for simple autosize versus envelope?
    8787# PSF.AUTOENVEL         BOOL    TRUE            # rather than autosize
    8888PSF.OUTPUT.FWHM         F32     5.0             # Target size for output PSF (if not auto-sized), -1 as FWHM
  • branches/meh_branches/ppstack_test/ppStack/src/ppStackTarget.c

    r34041 r34102  
    196196
    197197        float norm = powf(10.0, -0.4 * options->norm->data.F32[i]); // Normalisation from stars
    198         float meanVariance = bg->robustMedian * PS_SQR(norm);       // Mean variance in normalised image
     198//        float meanVariance = bg->robustMedian * PS_SQR(norm);       // Mean variance in normalised image
     199        //MEH - gene emailed about this and is in trunk already (just after merge)
     200        float meanVariance = mean * PS_SQR(norm);       // Mean variance in normalised image
     201
    199202
    200203        if (meanVariance < minVariance) {
Note: See TracChangeset for help on using the changeset viewer.