IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2014, 1:13:06 PM (12 years ago)
Author:
watersc1
Message:

This version appears to complete and generate the expected output products. Now to test and tune the parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundStack.h

    r36615 r36635  
    2323
    2424  psImageMap *modelMap;
     25  // These are the full extent of the input data
    2526  psF32 ra_min;
    2627  psF32 ra_max;
    2728  psF32 dec_min;
    2829  psF32 dec_max;
     30
     31  // Because the binning code can't handle subsections sanely, these hold the working subsection.
     32  psF32 x_min;
     33  psF32 x_max;
     34  psF32 y_min;
     35  psF32 y_max;
    2936
    3037  psArray *stack_data;
Note: See TracChangeset for help on using the changeset viewer.