IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2009, 10:22:04 PM (18 years ago)
Author:
beaumont
Message:

Initial visualization features added. cnb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20081104/psModules/src/imcombine/pmSubtractionEquation.c

    r20530 r21115  
    1313
    1414#include "pmSubtractionEquation.h"
    15 
     15#include "pmSubtractionVisual.h"
    1616
    1717//#define TESTING
     
    692692        return false;
    693693    }
    694 
     694    pmSubtractionVisualPlotLeastSquares(stamps);
    695695    return true;
    696696}
     
    994994        }
    995995     }
    996 
     996    pmSubtractionVisualPlotLeastSquares((pmSubtractionStampList *) stamps); //casting away const
    997997    return true;
    998998}
Note: See TracChangeset for help on using the changeset viewer.