Isis 3 Developer Reference
|
This class can be used to calculate, read in, and/or apply equalization statistics for a list of files. More...
#include <Equalization.h>
Classes | |
class | ApplyFunctor |
This class is used as a functor to apply adjustments (equalize) to an image. More... | |
class | CalculateFunctor |
This class is used as a functor calculate image statistics. More... | |
class | ImageAdjustment |
Public Member Functions | |
Equalization (OverlapNormalization::SolutionType sType, QString fromListName) | |
Constructs an Equalization with the specified solution type and loads input images. More... | |
virtual | ~Equalization () |
Destructor. More... | |
void | addHolds (QString holdListName) |
Adds a list of images to be held in the equalization. More... | |
void | calculateStatistics (double samplingPercent, int mincnt, bool wtopt, LeastSquares::SolveMethod methodType) |
Calculates the image and overlap statistics, and then determines corrective factors if possible. More... | |
void | recalculateStatistics (QString inStatsFileName) |
Recalculates statistics for any new input images. More... | |
void | importStatistics (QString instatsFileName) |
Imports statistics for applying correction. More... | |
void | applyCorrection (QString toListName) |
Equalizes the input images. More... | |
PvlGroup | getResults () |
Returns general information about the equalization. More... | |
void | write (QString outstatsFileName) |
Write the equalization information (results) to a file. More... | |
double | evaluate (double dn, int imageIndex, int bandIndex) const |
Protected Member Functions | |
Equalization () | |
Default constructor. More... | |
void | loadInputs (QString fromListName) |
Loads in the input images. More... | |
void | setInput (int index, QString value) |
const FileList & | getInputs () const |
void | calculateBandStatistics () |
Calculates the image statistics on a band-by-band basis. More... | |
void | calculateOverlapStatistics () |
Calculates the overlap statistics for each pair of input images. More... | |
virtual void | fillOutList (FileList &outList, QString toListName) |
virtual void | errorCheck (QString fromListName) |
Checks that the input images have the same mapping groups and same number of bands. More... | |
void | generateOutputs (FileList &outList) |
Generates the names of the equalized cubes if no output list is provided. More... | |
void | loadOutputs (FileList &outList, QString toListName) |
Checks that the output image list is correct. More... | |
void | loadHolds (OverlapNormalization *oNorm) |
void | setResults () |
Creates the results pvl containing statistics and corrective factors. More... | |
void | clearAdjustments () |
Frees image adjustments. More... | |
void | addAdjustment (ImageAdjustment *adjustment) |
Adds an image adjustment. More... | |
void | clearNormalizations () |
Frees overlap normalizations. More... | |
void | clearOverlapStatistics () |
Frees overlap statistics. More... | |
void | addValid (int count) |
Increments the number of valid overlaps by a given amount. More... | |
void | addInvalid (int count) |
Increments the number of invalid overlaps by a given amount. More... | |
void | fromPvl (const PvlObject &inStats) |
Loads a previous Equalization state from an input pvl object. More... | |
void | setSolved (bool solved) |
Sets solved state indicating if OverlapNormalizations (corrective factors) were solved. More... | |
bool | isSolved () const |
Indicates if the corrective factors were solved. More... | |
This class can be used to calculate, read in, and/or apply equalization statistics for a list of files.
Code example for calculating statistics, writing results to a Pvl, writing results to a file, and applying results: Equalization eq(inputCubeListFileName); // calculate eq.addHolds(holdListFileName); eq.calculateStatistics(samplingPercent, mincnt, wtopt, sType, methodType); // write to PvlGroup PvlGroup resultsGroup = eq.getResults(); // write to file eq.write(outputStatisticsFileName); // apply corrections to cubes in input list eq.applyCorrection();
Code example for importing statistics and applying them. Equalization eq(listFileName); eq.importStatistics(inputStatisticsFileName); // create new output cubes from equalized cube list and apply corrections eq.applyCorrection(equalizedCubeListFileName);
This class contains the classes ImageAdjustment, CalculateFunctor, and ApplyFunctor.
Isis::Equalization::Equalization | ( | OverlapNormalization::SolutionType | sType, |
QString | fromListName | ||
) |
Constructs an Equalization with the specified solution type and loads input images.
sType | An integer value corresponding to the enumerated value of the OverlapNormalization::SolutionType to be used. |
fromListName | Name of the input image list. |
|
virtual |
Destructor.
|
protected |
Default constructor.
|
protected |
Adds an image adjustment.
This method adds an image adjustment to be used for equalizing.
adjustment | - ImageAdjustment pointer to add. |
Referenced by Isis::HiEqualization::calculateStatistics().
void Isis::Equalization::addHolds | ( | QString | holdListName | ) |
Adds a list of images to be held in the equalization.
holdListName | Name of the file containing a list of images to hold. |
IException::User | "The list of identifiers to be held must be less than or equal to the total number of identifiers." |
IException::User | "The hold list file does not match a file in the from list" |
References _FILEINFO_, and Isis::FileList::read().
|
protected |
Increments the number of invalid overlaps by a given amount.
count | An integer value to increment the internally stored number of invalid overlaps |
|
protected |
Increments the number of valid overlaps by a given amount.
count | An integer value to increment the internally stored number of valid overlaps |
Referenced by Isis::HiEqualization::calculateStatistics().
void Isis::Equalization::applyCorrection | ( | QString | toListName = "" | ) |
Equalizes the input images.
This method applies corretive factors to the input images, thereby equalizing them.
toListName | (Default value is "") List of cube names to save the equalized images as |
IException::User | "Corrective factors have not yet been determined. Fix any " "non-overlapping images and recalculate the image statistics." |
References _FILEINFO_, Isis::Cube::bandCount(), Isis::ProcessByBrick::EndProcess(), Isis::Cube::lineCount(), Isis::ProcessByLine::ProcessCube(), Isis::Process::Progress(), Isis::Cube::sampleCount(), Isis::ProcessByLine::SetInputCube(), Isis::ProcessByBrick::SetOutputCube(), Isis::Progress::SetText(), and Isis::toString().
|
protected |
Calculates the image statistics on a band-by-band basis.
This method calculates statistics by band for the input images. Each set of band statistics is used to initialize the OverlapNormalizations that will be used to determine gains and offsets for equalization.
References Isis::ProcessByBrick::EndProcess(), Isis::ProcessByLine::ProcessCubeInPlace(), Isis::Process::Progress(), Isis::ProcessByLine::SetInputCube(), Isis::Progress::SetText(), and Isis::toString().
|
protected |
Calculates the overlap statistics for each pair of input images.
This method calculates any overlap statistics that have not been previously calculated for the input images.
References Isis::OverlapStatistics::GetMStats(), Isis::OverlapStatistics::HasOverlap(), Isis::Cube::open(), Isis::OverlapStatistics::SetMincount(), Isis::toString(), Isis::MultivariateStatistics::ValidPixels(), Isis::MultivariateStatistics::X(), and Isis::MultivariateStatistics::Y().
void Isis::Equalization::calculateStatistics | ( | double | percent, |
int | mincnt, | ||
bool | wtopt, | ||
LeastSquares::SolveMethod | methodType | ||
) |
Calculates the image and overlap statistics, and then determines corrective factors if possible.
This method calculates image statistics on a band-by-band basis and calculates overlap statistics for the input images. Overlaps are considered valid if the number of valid pixels in the overlapping area is greater than or equal to the provided mincnt parameter. Corrective factors will only be determined if all of the input images have at least one valid overlap.
percent | Percentage of the lines to consider when gathering overall cube statistics and overlap statistics |
mincnt | Minimum number of points in overlapping area required to be used in the solution |
wtopt | Indicates whether overlaps should be weighted |
methodType | An integer value corresponding to the enumerated value of the desired LeastSquares::SolveMethod to be used. |
IException::User | "There are input images that do not overlap with enough valid pixels." "See application log or Nonoverlaps keyword in output statistics file" |
IException::Unknown | "Calculation for equalization statistics failed. Gain = 0." |
IException::Unknown | "Unable to calculate the equalization statistics. You may " "want to try another LeastSquares::SolveMethod." |
References _FILEINFO_.
|
protected |
Frees image adjustments.
Referenced by Isis::HiEqualization::calculateStatistics().
|
protected |
Frees overlap normalizations.
|
protected |
Frees overlap statistics.
|
protectedvirtual |
Checks that the input images have the same mapping groups and same number of bands.
IException::User | "Number of bands do not match between cubes" |
IException::User | "Mapping groups do not match between cubes" |
Reimplemented in Isis::HiEqualization.
References _FILEINFO_, Isis::Cube::bandCount(), Isis::Cube::open(), Isis::Cube::projection(), and Isis::toString().
double Isis::Equalization::evaluate | ( | double | dn, |
int | imageIndex, | ||
int | bandIndex | ||
) | const |
|
protectedvirtual |
Reimplemented in Isis::HiEqualization.
|
protected |
Loads a previous Equalization state from an input pvl object.
This method will unserialize Equalization data from an input pvl, obtaining any previously calculated overlap statistics and corrective factors (if solved).
const | PvlObject& Input pvl object containing previous Equalization state |
References Isis::OverlapStatistics::Bands(), Isis::PvlObject::beginObject(), Isis::PvlObject::endObject(), Isis::OverlapStatistics::FileNameX(), Isis::OverlapStatistics::FileNameY(), Isis::PvlObject::findGroup(), Isis::PvlObject::findObject(), Isis::OverlapStatistics::GetMStats(), Isis::MultivariateStatistics::ValidPixels(), Isis::MultivariateStatistics::X(), and Isis::MultivariateStatistics::Y().
|
protected |
Generates the names of the equalized cubes if no output list is provided.
References Isis::FileName::baseName(), Isis::FileName::extension(), and Isis::FileName::path().
Referenced by Isis::HiEqualization::fillOutList().
|
protected |
Referenced by Isis::HiEqualization::calculateStatistics(), and Isis::HiEqualization::errorCheck().
PvlGroup Isis::Equalization::getResults | ( | ) |
Returns general information about the equalization.
This method returns general information about the equalization, including number of valid and invalid overlaps, any non-overlapping images, the LeastSquares solution type, the type of equalization adjustmnet, and corrective factors (if solved).
References Isis::toString().
void Isis::Equalization::importStatistics | ( | QString | instatsFileName | ) |
Imports statistics for applying correction.
This method obtains corrective factors from an input statistics pvl file so that input images can be equalized. These corrective factors are obtained from Normalization groups within the EqualizationInformation object in the input pvl.
instatsFileName | Name of the input statistics pvl file |
References Isis::Equalization::ImageAdjustment::addAverage(), Isis::Equalization::ImageAdjustment::addGain(), Isis::Equalization::ImageAdjustment::addOffset(), Isis::PvlObject::findGroup(), Isis::PvlObject::findObject(), Isis::PvlObject::group(), Isis::PvlContainer::hasKeyword(), Isis::PvlContainer::keywords(), and Isis::toDouble().
|
protected |
Indicates if the corrective factors were solved.
|
protected |
References Isis::OverlapNormalization::AddHold().
Referenced by Isis::HiEqualization::calculateStatistics().
|
protected |
Loads in the input images.
This method loads in the input images contained in the provided file name.
fromListName | Name of the file containing the input images |
IException::User | "The input file must contain at least 2 file names" |
References _FILEINFO_, Isis::Cube::bandCount(), Isis::Cube::open(), and Isis::toString().
Referenced by Isis::HiEqualization::HiEqualization().
|
protected |
Checks that the output image list is correct.
IException::User | "Each input file in the FROM LIST must have a corresponding output file in the TO LIST." |
IException::User | "The to list file has the same name as its corresponding from list fil." |
References _FILEINFO_, Isis::FileList::read(), and Isis::toString().
Referenced by Isis::HiEqualization::fillOutList().
void Isis::Equalization::recalculateStatistics | ( | QString | instatsFileName | ) |
Recalculates statistics for any new input images.
This method loads a previous Equalization state from an input pvl file and calculates overlap statistics for any new input images. Corrective factors will also be calculated if there are no non-overlapping images and there are enough valid overlaps.
instatsFileName | Name of input pvl file containing previously calculated statistics |
|
protected |
Referenced by Isis::HiEqualization::errorCheck().
|
protected |
Creates the results pvl containing statistics and corrective factors.
This method creates the results pvl containing what is essentially serialized Equalization data, which can be unserialized via the fromPvl() method. Note that the overlap statistics in the results pvl may not be ordered if recalculating statistics with a modified input image list.
References Isis::PvlContainer::addComment(), Isis::PvlObject::addGroup(), Isis::PvlObject::addObject(), and Isis::toString().
Referenced by Isis::HiEqualization::calculateStatistics().
|
protected |
Sets solved state indicating if OverlapNormalizations (corrective factors) were solved.
bool | Indiciates if corrective factors were solved |
Referenced by Isis::HiEqualization::calculateStatistics().
void Isis::Equalization::write | ( | QString | outstatsFileName | ) |
Write the equalization information (results) to a file.
outstatsFileName | The name of the file to write the results to |