1#ifndef HiEqualization_h
2#define HiEqualization_h
12#include "Equalization.h"
24 class OverlapStatistics;
50 m_statsLeft = statsLeft;
51 m_statsRight = statsRight;
57 virtual void addStats(
Buffer &in)
const;
68 void calculateStatistics();
71 virtual void fillOutList(
FileList &outList, QString toListName);
75 int getCCDType(
int ccd);
77 std::vector<int> movedIndices;
Buffer for reading and writing cube data.
This class is used as a functor calculate image statistics.
CalculateFunctor(Statistics *stats, double percent)
Constructs a CalculateFunctor.
This class can be used to calculate, read in, and/or apply equalization statistics for a list of file...
Internalizes a list of files.
virtual void errorCheck(QString fromListName)
Checks that the input images have the same mapping groups and same number of bands.
This class is used to accumulate statistics on double arrays.
This is free and unencumbered software released into the public domain.