Isis 3 Programmer Reference
Isis::BundleObservationSolveSettings Class Reference

This class is used to modify and manage solve settings for 1 to many BundleObservations. More...

#include <BundleObservationSolveSettings.h>

Collaboration diagram for Isis::BundleObservationSolveSettings:
Collaboration graph

Classes

class  XmlHandler
 

Public Types

enum  InstrumentPointingSolveOption {
  NoPointingFactors = 0, AnglesOnly = 1, AnglesVelocity = 2, AnglesVelocityAcceleration = 3,
  AllPointingCoefficients = 4
}
 Options for how to solve for instrument pointing. More...
 
enum  InstrumentPositionSolveOption {
  NoPositionFactors = 0, PositionOnly = 1, PositionVelocity = 2, PositionVelocityAcceleration = 3,
  AllPositionCoefficients = 4
}
 Options for how to solve for instrument position. More...
 

Public Member Functions

 BundleObservationSolveSettings ()
 Constructor with default parameter initializations. More...
 
 BundleObservationSolveSettings (Project *project, XmlStackedHandlerReader *xmlReader)
 Construct this BundleObservationSolveSettings object from XML. More...
 
 BundleObservationSolveSettings (FileName xmlFile, Project *project, XmlStackedHandlerReader *xmlReader)
 
 BundleObservationSolveSettings (const BundleObservationSolveSettings &src)
 Constructs a BundleObservationSolveSettings from another one. More...
 
 ~BundleObservationSolveSettings ()
 Destructor. More...
 
BundleObservationSolveSettingsoperator= (const BundleObservationSolveSettings &src)
 Assigns the state of another BundleObservationSolveSettings to this one. More...
 
void initialize ()
 Initializes the default state of this BundleObservationSolveSettings. More...
 
void setInstrumentId (QString instrumentId)
 Sets the instrument id for this observation. More...
 
QString instrumentId () const
 Accesses the instrument id for this observation. More...
 
void addObservationNumber (QString observationNumber)
 Associates an observation number with these solve settings. More...
 
bool removeObservationNumber (QString observationNumber)
 Removes an observation number from this solve settings. More...
 
QSet< QString > observationNumbers () const
 Returns a list of observation numbers associated with these solve settings. More...
 
void setInstrumentPointingSettings (InstrumentPointingSolveOption option, bool solveTwist, int ckDegree=2, int ckSolveDegree=2, bool solvePolynomialOverExisting=false, double anglesAprioriSigma=-1.0, double angularVelocityAprioriSigma=-1.0, double angularAccelerationAprioriSigma=-1.0, QList< double > *additionalPointingSigmas=nullptr)
 Sets the instrument pointing settings. More...
 
InstrumentPointingSolveOption instrumentPointingSolveOption () const
 Accesses the instrument pointing solve option. More...
 
bool solveTwist () const
 Accesses the flag for solving for twist. More...
 
int ckDegree () const
 Accesses the degree of polynomial fit to original camera angles (ckDegree). More...
 
int ckSolveDegree () const
 Accesses the degree of the camera angles polynomial being fit to in the bundle adjustment (ckSolveDegree). More...
 
int numberCameraAngleCoefficientsSolved () const
 Accesses the number of camera angle coefficients in the solution. More...
 
bool solvePolyOverPointing () const
 Whether or not the solve polynomial will be fit over the existing pointing polynomial. More...
 
QList< double > aprioriPointingSigmas () const
 Accesses the a priori pointing sigmas. More...
 
SpiceRotation::Source pointingInterpolationType () const
 Accesses the SpiceRotation interpolation type for the instrument pointing. More...
 
void setInstrumentPositionSettings (InstrumentPositionSolveOption option, int spkDegree=2, int spkSolveDegree=2, bool positionOverHermite=false, double positionAprioriSigma=-1.0, double velocityAprioriSigma=-1.0, double accelerationAprioriSigma=-1.0, QList< double > *additionalPositionSigmas=nullptr)
 Sets the instrument pointing settings. More...
 
InstrumentPositionSolveOption instrumentPositionSolveOption () const
 Accesses the instrument position solve option. More...
 
int spkDegree () const
 Accesses the degree of the polynomial fit to the original camera position (spkDegree). More...
 
int spkSolveDegree () const
 Accesses the degree of thecamera position polynomial being fit to in the bundle adjustment (spkSolveDegree). More...
 
int numberCameraPositionCoefficientsSolved () const
 Accesses the number of camera position coefficients in the solution. More...
 
bool solvePositionOverHermite () const
 Whether or not the polynomial for solving will be fit over an existing Hermite spline. More...
 
QList< double > aprioriPositionSigmas () const
 Accesses the a priori position sigmas. More...
 
SpicePosition::Source positionInterpolationType () const
 Accesses the SpicePosition interpolation type for the spacecraft position. More...
 
void save (QXmlStreamWriter &stream, const Project *project) const
 Saves this BundleObservationSolveSettings to an xml stream. More...
 

Static Public Member Functions

static InstrumentPointingSolveOption stringToInstrumentPointingSolveOption (QString option)
 Translates a QString InstrumentPointingSolveOption to its enumerated value. More...
 
static QString instrumentPointingSolveOptionToString (InstrumentPointingSolveOption option)
 Tranlsates an enumerated InstrumentPointingSolveOption value to its string representation. More...
 
static InstrumentPositionSolveOption stringToInstrumentPositionSolveOption (QString option)
 Translates a QString InstrumentPositionSolveOption to its enumerated value. More...
 
static QString instrumentPositionSolveOptionToString (InstrumentPositionSolveOption option)
 Translates an enumerated InstrumentPositionSolveOption to its string representation. More...
 

Private Attributes

QUuid * m_id
 A unique ID for this object (useful for others to reference this object when saving to disk). More...
 
QString m_instrumentId
 The spacecraft instrument id for this observation. More...
 
QSet< QString > m_observationNumbers
 Associated observation numbers for these settings. More...
 
InstrumentPointingSolveOption m_instrumentPointingSolveOption
 Option for how to solve for instrument pointing. More...
 
int m_numberCamAngleCoefSolved
 The number of camera angle coefficients in solution. More...
 
int m_ckDegree
 Degree of the polynomial fit to the original camera angles. More...
 
int m_ckSolveDegree
 Degree of the camera angles polynomial being fit to in the bundle adjustment. More...
 
bool m_solveTwist
 Solve for "twist" angle. More...
 
bool m_solvePointingPolynomialOverExisting
 The polynomial will be fit over the existing pointing polynomial. More...
 
QList< double > m_anglesAprioriSigma
 The image position a priori sigmas.The size of the list is equal to the number of coefficients in the solution. More...
 
SpiceRotation::Source m_pointingInterpolationType
 SpiceRotation interpolation type. More...
 
InstrumentPositionSolveOption m_instrumentPositionSolveOption
 Option for how to solve for instrument position. More...
 
int m_numberCamPosCoefSolved
 The number of camera position coefficients in the solution. More...
 
int m_spkDegree
 Degree of the polynomial fit to the original camera position. More...
 
int m_spkSolveDegree
 Degree of the camera position polynomial being fit to in the bundle adjustment. More...
 
bool m_solvePositionOverHermiteSpline
 The polynomial will be fit over an existing Hermite spline. More...
 
QList< double > m_positionAprioriSigma
 The instrument pointing a priori sigmas. More...
 
SpicePosition::Source m_positionInterpolationType
 SpicePosition interpolation types. More...
 

Detailed Description

This class is used to modify and manage solve settings for 1 to many BundleObservations.

These settings indicate how any associated observations should be solved.

Author
2014-07-09 Ken Edmundson
History:

2014-07-09 Ken Edmundson - Original version.

2014-07-23 Jeannie Backer - Replace QVectors with QLists. Moved copy constructor above destructor. Moved operator= implementation to cpp file. Added methods to set/get instrument Id. Created setInstrumentPointingSettings() and setInstrumentPositionSettings() methods to check for variable dependencies before setting. Reordered so that all position methods were together and all pointing methods were together. Updated documentation. Added QDataStream >> and << operators and read/write methods. Added unitTest for BundleUtilities BundleObservationSolveSettings class.

2014-07-25 Jeannie Backer - For enums < 4, set solve degrees one less than enum value.

2014-12-02 Jeannie Backer - Undo last modification. While it makes sense, it was causing jigsaw to fail. Brought test coverage of this class to 99.403% scope.

2016-08-03 Jesse Mapel - Added BundleObservationSolveSettingsQsp definition. Fixes #4150.

2016-08-03 Ian Humphrey - Updated documentation and reviewed coding standards. Fixes #4078.

2016-08-18 Jesse Mapel - Changed to no longer inherit from QObject. Fixes #4192.

2016-10-13 Ian Humphrey - Added m_observationNumbers, addObservationNumber(), and observationNumbers() members to associate multiple observation types with these settings. Removed the setFromPvl() method. When re- implemented, it should be put in jigsaw. References #4293.

2017-04-24 Ian Humphrey - Removed pvlObject(). Fixes #4797.

2018-06-21 Ian Humphrey - Added removeObservationNumber() to be able to remove an observation number from a BundleObservationSolveSettings. References #497.

2018-06-26 Tyler Wilson - Added support for adding an arbitrary number of additional apriori sigma values in setInstrumentPositionSettings/ setInstrumentPointingSettings beyond position/velocity/acceleration. References #497.

Todo:

Figure out why solve degree and num coefficients does not match solve option.

Determine whether xml stuff needs a Project pointer.

Determine which XmlStackedHandlerReader constructor is preferred.

Definition at line 91 of file BundleObservationSolveSettings.h.

Member Enumeration Documentation

◆ InstrumentPointingSolveOption

Options for how to solve for instrument pointing.

Enumerator
NoPointingFactors 

Solve for none of the pointing factors.

AnglesOnly 

Solve for pointing angles: right ascension, declination and, optionally, twist.

AnglesVelocity 

Solve for pointing angles and their angular velocities.

AnglesVelocityAcceleration 

Solve for pointing angles, their velocities and their accelerations.

AllPointingCoefficients 

Solve for all coefficients in the polynomials fit to the pointing angles.

Definition at line 114 of file BundleObservationSolveSettings.h.

◆ InstrumentPositionSolveOption

Options for how to solve for instrument position.

Enumerator
NoPositionFactors 

Solve for none of the position factors.

PositionOnly 

Solve for instrument positions only.

PositionVelocity 

Solve for instrument positions and velocities.

PositionVelocityAcceleration 

Solve for instrument positions, velocities, and accelerations.

AllPositionCoefficients 

Solve for all coefficients in the polynomials fit to the instrument positions.

Definition at line 148 of file BundleObservationSolveSettings.h.

Constructor & Destructor Documentation

◆ BundleObservationSolveSettings() [1/3]

Isis::BundleObservationSolveSettings::BundleObservationSolveSettings ( )

Constructor with default parameter initializations.

Definition at line 29 of file BundleObservationSolveSettings.cpp.

References initialize().

◆ BundleObservationSolveSettings() [2/3]

Isis::BundleObservationSolveSettings::BundleObservationSolveSettings ( Project project,
XmlStackedHandlerReader xmlReader 
)

Construct this BundleObservationSolveSettings object from XML.

Parameters
bundleSettingsFolderWhere this settings XML resides - /work/.../projectRoot/images/import1
xmlReaderAn XML reader that's up to an <bundleSettings> tag.

Definition at line 41 of file BundleObservationSolveSettings.cpp.

References initialize(), and Isis::XmlStackedHandlerReader::pushContentHandler().

◆ BundleObservationSolveSettings() [3/3]

◆ ~BundleObservationSolveSettings()

Isis::BundleObservationSolveSettings::~BundleObservationSolveSettings ( )

Destructor.

Definition at line 138 of file BundleObservationSolveSettings.cpp.

References m_id.

Member Function Documentation

◆ addObservationNumber()

void Isis::BundleObservationSolveSettings::addObservationNumber ( QString  observationNumber)

Associates an observation number with these solve settings.

These solve settings are to be applied to any associated observations.

Parameters
observationNumberQString observation number to associate with these settings.

Definition at line 257 of file BundleObservationSolveSettings.cpp.

References m_observationNumbers.

Referenced by Isis::JigsawSetupDialog::on_applySettingsPushButton_clicked(), and Isis::JigsawSetupDialog::updateBundleObservationSolveSettings().

◆ aprioriPointingSigmas()

QList< double > Isis::BundleObservationSolveSettings::aprioriPointingSigmas ( ) const

Accesses the a priori pointing sigmas.

Returns
QList<double> Returns a QList of the a priori pointing sigmas

Definition at line 530 of file BundleObservationSolveSettings.cpp.

References m_anglesAprioriSigma.

Referenced by Isis::BundleSolutionInfo::outputHeader().

◆ aprioriPositionSigmas()

QList< double > Isis::BundleObservationSolveSettings::aprioriPositionSigmas ( ) const

Accesses the a priori position sigmas.

Returns
QList<double> Returns a QList of the a priori position sigmas

Definition at line 770 of file BundleObservationSolveSettings.cpp.

References m_positionAprioriSigma.

Referenced by Isis::BundleSolutionInfo::outputHeader().

◆ ckDegree()

int Isis::BundleObservationSolveSettings::ckDegree ( ) const

Accesses the degree of polynomial fit to original camera angles (ckDegree).

Returns
int Returns the degree of the polynomial fit to the original camera angles

Definition at line 488 of file BundleObservationSolveSettings.cpp.

References m_ckDegree.

Referenced by Isis::BundleSolutionInfo::outputHeader(), setInstrumentPointingSettings(), and Isis::BundleObservationSolveSettings::XmlHandler::startElement().

◆ ckSolveDegree()

int Isis::BundleObservationSolveSettings::ckSolveDegree ( ) const

Accesses the degree of the camera angles polynomial being fit to in the bundle adjustment (ckSolveDegree).

Returns
int Returns the degree of the camera angles polynomial in the bundle adjustment

Definition at line 499 of file BundleObservationSolveSettings.cpp.

References m_ckSolveDegree.

Referenced by Isis::BundleSolutionInfo::outputHeader(), setInstrumentPointingSettings(), and Isis::BundleObservationSolveSettings::XmlHandler::startElement().

◆ initialize()

void Isis::BundleObservationSolveSettings::initialize ( )

◆ instrumentId()

QString Isis::BundleObservationSolveSettings::instrumentId ( ) const

Accesses the instrument id for this observation.

Returns
QString Returns the instrument id for this observation

Definition at line 245 of file BundleObservationSolveSettings.cpp.

References m_instrumentId.

Referenced by save(), and setInstrumentId().

◆ instrumentPointingSolveOption()

BundleObservationSolveSettings::InstrumentPointingSolveOption Isis::BundleObservationSolveSettings::instrumentPointingSolveOption ( ) const

Accesses the instrument pointing solve option.

Returns
BundleObservationSolveSettings::InstrumentPointingSolveOption Returns the instrument pointing solve option

Definition at line 468 of file BundleObservationSolveSettings.cpp.

References m_instrumentPointingSolveOption.

◆ instrumentPointingSolveOptionToString()

QString Isis::BundleObservationSolveSettings::instrumentPointingSolveOptionToString ( InstrumentPointingSolveOption  option)
static

Tranlsates an enumerated InstrumentPointingSolveOption value to its string representation.

Parameters
optionEnumerated InstrumentPointingSolveOption value
Exceptions
IException::Programmer"Unknown pointing solve option enum."
Returns
QString Returns the QString representation of the passed InstrumentPointingSolveOption

Definition at line 350 of file BundleObservationSolveSettings.cpp.

References _FILEINFO_, AllPointingCoefficients, AnglesOnly, AnglesVelocity, AnglesVelocityAcceleration, NoPointingFactors, Isis::IException::Programmer, and Isis::toString().

Referenced by save().

◆ instrumentPositionSolveOption()

BundleObservationSolveSettings::InstrumentPositionSolveOption Isis::BundleObservationSolveSettings::instrumentPositionSolveOption ( ) const

Accesses the instrument position solve option.

Returns
BundleObservationSolveSettings::InstrumentPositionSolveOption Returns the instrument position solve option

Definition at line 718 of file BundleObservationSolveSettings.cpp.

References m_instrumentPositionSolveOption.

◆ instrumentPositionSolveOptionToString()

QString Isis::BundleObservationSolveSettings::instrumentPositionSolveOptionToString ( InstrumentPositionSolveOption  option)
static

Translates an enumerated InstrumentPositionSolveOption to its string representation.

Parameters
optionEnumerated InstrumentPositionSolveOption value
Exceptions
IException::Programmer"Unknown position solve option enum."
Returns
QString Returns the QString representation of the passed InstrumentPointingSolveOption

Definition at line 610 of file BundleObservationSolveSettings.cpp.

References _FILEINFO_, AllPositionCoefficients, NoPositionFactors, PositionOnly, PositionVelocity, PositionVelocityAcceleration, Isis::IException::Programmer, and Isis::toString().

Referenced by save().

◆ numberCameraAngleCoefficientsSolved()

int Isis::BundleObservationSolveSettings::numberCameraAngleCoefficientsSolved ( ) const

Accesses the number of camera angle coefficients in the solution.

Returns
int Returns the number of camera angle coefficients in the solution

Definition at line 509 of file BundleObservationSolveSettings.cpp.

References m_numberCamAngleCoefSolved.

Referenced by Isis::BundleSolutionInfo::outputHeader(), and Isis::BundleSolutionInfo::outputImagesCSVHeader().

◆ numberCameraPositionCoefficientsSolved()

int Isis::BundleObservationSolveSettings::numberCameraPositionCoefficientsSolved ( ) const

Accesses the number of camera position coefficients in the solution.

Returns
int Returns the number of camera position coefficients.

Definition at line 749 of file BundleObservationSolveSettings.cpp.

References m_numberCamPosCoefSolved.

Referenced by Isis::BundleSolutionInfo::outputHeader(), and Isis::BundleSolutionInfo::outputImagesCSVHeader().

◆ observationNumbers()

QSet< QString > Isis::BundleObservationSolveSettings::observationNumbers ( ) const

Returns a list of observation numbers associated with these solve settings.

Returns
QSet<QString> Returns a QSet containing the associated observation numbers.

Definition at line 280 of file BundleObservationSolveSettings.cpp.

References m_observationNumbers.

◆ operator=()

◆ pointingInterpolationType()

SpiceRotation::Source Isis::BundleObservationSolveSettings::pointingInterpolationType ( ) const

Accesses the SpiceRotation interpolation type for the instrument pointing.

Returns
SpiceRotation::Source Returns the SpiceRotation interpolation type for pointing

Definition at line 540 of file BundleObservationSolveSettings.cpp.

References m_pointingInterpolationType.

◆ positionInterpolationType()

SpicePosition::Source Isis::BundleObservationSolveSettings::positionInterpolationType ( ) const

Accesses the SpicePosition interpolation type for the spacecraft position.

Returns
SpicePosition::Source Returns the SpicePositon interpolation type for position

Definition at line 780 of file BundleObservationSolveSettings.cpp.

References m_positionInterpolationType.

◆ removeObservationNumber()

bool Isis::BundleObservationSolveSettings::removeObservationNumber ( QString  observationNumber)

Removes an observation number from this solve settings.

The observation is no longer associated with this solve settings.

Parameters
QStringobservationNumber The observation number to remove from this solve settings.
Returns
bool Returns true if the observation number passed was actually removed; otherwise returns false.

Definition at line 270 of file BundleObservationSolveSettings.cpp.

References m_observationNumbers.

◆ save()

◆ setInstrumentId()

void Isis::BundleObservationSolveSettings::setInstrumentId ( QString  instrumentId)

Sets the instrument id for this observation.

Parameters
instrumentIdQString instrument id

Definition at line 235 of file BundleObservationSolveSettings.cpp.

References instrumentId(), and m_instrumentId.

Referenced by Isis::JigsawSetupDialog::updateBundleObservationSolveSettings().

◆ setInstrumentPointingSettings()

void Isis::BundleObservationSolveSettings::setInstrumentPointingSettings ( InstrumentPointingSolveOption  option,
bool  solveTwist,
int  ckDegree = 2,
int  ckSolveDegree = 2,
bool  solvePolynomialOverExisting = false,
double  anglesAprioriSigma = -1.0,
double  angularVelocityAprioriSigma = -1.0,
double  angularAccelerationAprioriSigma = -1.0,
QList< double > *  additionalPointingSigmas = nullptr 
)

Sets the instrument pointing settings.

Parameters
optionOption for how to solve for instrument pointing
solveTwistWhether or not to solve for twist
ckDegree
ckSolveDegree
solvePolynomialOverExistingIndicates whether the polynomial will be fit over an existing pointing polynomial
anglesAprioriSigmaA priori angle values
angularVelocityAprioriSigmaA priori angular velocity
angularAccelerationAprioriSigmaA priori angular acceleration

Definition at line 376 of file BundleObservationSolveSettings.cpp.

References AllPointingCoefficients, ckDegree(), ckSolveDegree(), m_anglesAprioriSigma, m_ckDegree, m_ckSolveDegree, m_instrumentPointingSolveOption, m_numberCamAngleCoefSolved, m_pointingInterpolationType, m_solvePointingPolynomialOverExisting, m_solveTwist, Isis::Null, Isis::SpiceRotation::PolyFunction, Isis::SpiceRotation::PolyFunctionOverSpice, and solveTwist().

Referenced by initialize(), and Isis::JigsawSetupDialog::updateBundleObservationSolveSettings().

◆ setInstrumentPositionSettings()

void Isis::BundleObservationSolveSettings::setInstrumentPositionSettings ( InstrumentPositionSolveOption  option,
int  spkDegree = 2,
int  spkSolveDegree = 2,
bool  positionOverHermite = false,
double  positionAprioriSigma = -1.0,
double  velocityAprioriSigma = -1.0,
double  accelerationAprioriSigma = -1.0,
QList< double > *  additionalPositionSigmas = nullptr 
)

Sets the instrument pointing settings.

Parameters
optionOption for how to solve the instrument position
spkDegree
spkSolveDegree
positionOverHermiteWhether or not the polynomial will be fit over an existing Hermite spline
positionAprioriSigmaA priori position sigma
velocityAprioriSigmaA priori velocity sigma
accelerationAprioriSigmaA priori acceleration sigma

Definition at line 635 of file BundleObservationSolveSettings.cpp.

References AllPositionCoefficients, m_instrumentPositionSolveOption, m_numberCamPosCoefSolved, m_positionAprioriSigma, m_positionInterpolationType, m_solvePositionOverHermiteSpline, m_spkDegree, m_spkSolveDegree, Isis::Null, Isis::SpicePosition::PolyFunction, Isis::SpicePosition::PolyFunctionOverHermiteConstant, spkDegree(), and spkSolveDegree().

Referenced by initialize(), and Isis::JigsawSetupDialog::updateBundleObservationSolveSettings().

◆ solvePolyOverPointing()

bool Isis::BundleObservationSolveSettings::solvePolyOverPointing ( ) const

Whether or not the solve polynomial will be fit over the existing pointing polynomial.

Returns
bool Indicates whether the polynomial will be fit over the existing pointing polynomial

Definition at line 520 of file BundleObservationSolveSettings.cpp.

References m_solvePointingPolynomialOverExisting.

Referenced by Isis::BundleSolutionInfo::outputHeader().

◆ solvePositionOverHermite()

bool Isis::BundleObservationSolveSettings::solvePositionOverHermite ( ) const

Whether or not the polynomial for solving will be fit over an existing Hermite spline.

Returns
bool Returns whether or not to fit the solve polynomial over an existing Hermite spline

Definition at line 760 of file BundleObservationSolveSettings.cpp.

References m_solvePositionOverHermiteSpline.

Referenced by Isis::BundleSolutionInfo::outputHeader().

◆ solveTwist()

bool Isis::BundleObservationSolveSettings::solveTwist ( ) const

Accesses the flag for solving for twist.

Returns
bool Returns whether or not to solve for twist

Definition at line 478 of file BundleObservationSolveSettings.cpp.

References m_solveTwist.

Referenced by Isis::BundleSolutionInfo::outputHeader(), setInstrumentPointingSettings(), and Isis::BundleObservationSolveSettings::XmlHandler::startElement().

◆ spkDegree()

int Isis::BundleObservationSolveSettings::spkDegree ( ) const

Accesses the degree of the polynomial fit to the original camera position (spkDegree).

Returns
int Returns the degree of the original camera position polynomial.

Definition at line 728 of file BundleObservationSolveSettings.cpp.

References m_spkDegree.

Referenced by Isis::BundleSolutionInfo::outputHeader(), setInstrumentPositionSettings(), and Isis::BundleObservationSolveSettings::XmlHandler::startElement().

◆ spkSolveDegree()

int Isis::BundleObservationSolveSettings::spkSolveDegree ( ) const

Accesses the degree of thecamera position polynomial being fit to in the bundle adjustment (spkSolveDegree).

Returns
int Returns the degree of the camera position polynomial in the bundle adjustment.

Definition at line 739 of file BundleObservationSolveSettings.cpp.

References m_spkSolveDegree.

Referenced by Isis::BundleSolutionInfo::outputHeader(), setInstrumentPositionSettings(), and Isis::BundleObservationSolveSettings::XmlHandler::startElement().

◆ stringToInstrumentPointingSolveOption()

BundleObservationSolveSettings::InstrumentPointingSolveOption Isis::BundleObservationSolveSettings::stringToInstrumentPointingSolveOption ( QString  option)
static

Translates a QString InstrumentPointingSolveOption to its enumerated value.

Parameters
optionQString representation of the instrument pointing solve option
Exceptions
IException::Unknown"Unknown bundle instrument point solve option."
Returns
BundleObservationSolveSettings::InstrumentPointingSolveOption Returns the enumerated value of the instrument pointing solve option

Definition at line 301 of file BundleObservationSolveSettings.cpp.

References _FILEINFO_, AllPointingCoefficients, AnglesOnly, AnglesVelocity, AnglesVelocityAcceleration, NoPointingFactors, and Isis::IException::Unknown.

Referenced by Isis::BundleObservationSolveSettings::XmlHandler::startElement().

◆ stringToInstrumentPositionSolveOption()

BundleObservationSolveSettings::InstrumentPositionSolveOption Isis::BundleObservationSolveSettings::stringToInstrumentPositionSolveOption ( QString  option)
static

Translates a QString InstrumentPositionSolveOption to its enumerated value.

Parameters
optionQString representation of an instrument position solve option
Exceptions
IExeption::Unknown"Unknown bundle instrument position solve option."
Returns
BundleObservationSolveSettings::InstrumentPositionSolveOption Returns the enumerated value of the instrument position solve option

Definition at line 561 of file BundleObservationSolveSettings.cpp.

References _FILEINFO_, AllPositionCoefficients, NoPositionFactors, PositionOnly, PositionVelocity, PositionVelocityAcceleration, and Isis::IException::Unknown.

Referenced by Isis::BundleObservationSolveSettings::XmlHandler::startElement().

Member Data Documentation

◆ m_anglesAprioriSigma

QList<double> Isis::BundleObservationSolveSettings::m_anglesAprioriSigma
private

The image position a priori sigmas.The size of the list is equal to the number of coefficients in the solution.

An Isis::Null value implies no weighting will be applied.

Definition at line 229 of file BundleObservationSolveSettings.h.

Referenced by aprioriPointingSigmas(), BundleObservationSolveSettings(), operator=(), save(), and setInstrumentPointingSettings().

◆ m_ckDegree

int Isis::BundleObservationSolveSettings::m_ckDegree
private

Degree of the polynomial fit to the original camera angles.

Definition at line 222 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), ckDegree(), operator=(), save(), and setInstrumentPointingSettings().

◆ m_ckSolveDegree

int Isis::BundleObservationSolveSettings::m_ckSolveDegree
private

Degree of the camera angles polynomial being fit to in the bundle adjustment.

Definition at line 224 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), ckSolveDegree(), operator=(), save(), and setInstrumentPointingSettings().

◆ m_id

QUuid* Isis::BundleObservationSolveSettings::m_id
private

A unique ID for this object (useful for others to reference this object when saving to disk).

Definition at line 213 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), initialize(), operator=(), save(), and ~BundleObservationSolveSettings().

◆ m_instrumentId

QString Isis::BundleObservationSolveSettings::m_instrumentId
private

The spacecraft instrument id for this observation.

Definition at line 214 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), initialize(), instrumentId(), operator=(), and setInstrumentId().

◆ m_instrumentPointingSolveOption

InstrumentPointingSolveOption Isis::BundleObservationSolveSettings::m_instrumentPointingSolveOption
private

Option for how to solve for instrument pointing.

Definition at line 219 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), instrumentPointingSolveOption(), operator=(), save(), and setInstrumentPointingSettings().

◆ m_instrumentPositionSolveOption

InstrumentPositionSolveOption Isis::BundleObservationSolveSettings::m_instrumentPositionSolveOption
private

Option for how to solve for instrument position.

Definition at line 245 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), instrumentPositionSolveOption(), operator=(), save(), and setInstrumentPositionSettings().

◆ m_numberCamAngleCoefSolved

int Isis::BundleObservationSolveSettings::m_numberCamAngleCoefSolved
private

The number of camera angle coefficients in solution.

Definition at line 220 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), numberCameraAngleCoefficientsSolved(), operator=(), save(), and setInstrumentPointingSettings().

◆ m_numberCamPosCoefSolved

int Isis::BundleObservationSolveSettings::m_numberCamPosCoefSolved
private

The number of camera position coefficients in the solution.

Definition at line 246 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), numberCameraPositionCoefficientsSolved(), operator=(), save(), and setInstrumentPositionSettings().

◆ m_observationNumbers

QSet<QString> Isis::BundleObservationSolveSettings::m_observationNumbers
private

Associated observation numbers for these settings.

Definition at line 215 of file BundleObservationSolveSettings.h.

Referenced by addObservationNumber(), BundleObservationSolveSettings(), observationNumbers(), operator=(), and removeObservationNumber().

◆ m_pointingInterpolationType

SpiceRotation::Source Isis::BundleObservationSolveSettings::m_pointingInterpolationType
private

SpiceRotation interpolation type.

Defined in SpiceRotation.cpp, these types are: 1) Spice: directly from kernels, 2) Nadir: Nadir pointing, 3) Memcache: from cached table, 4) PolyFunction: from nth degree polynomial, 5) PolyFunctionOverSpice: kernels plus nth degree polynomial.

Definition at line 234 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), operator=(), pointingInterpolationType(), save(), and setInstrumentPointingSettings().

◆ m_positionAprioriSigma

QList<double> Isis::BundleObservationSolveSettings::m_positionAprioriSigma
private

The instrument pointing a priori sigmas.

The size of the list is equal to the number of coefficients in the solution. An Isis:Null value implies no weighting will be applied.

Definition at line 254 of file BundleObservationSolveSettings.h.

Referenced by aprioriPositionSigmas(), BundleObservationSolveSettings(), operator=(), save(), and setInstrumentPositionSettings().

◆ m_positionInterpolationType

SpicePosition::Source Isis::BundleObservationSolveSettings::m_positionInterpolationType
private

SpicePosition interpolation types.

Defined in SpicePosition.cpp, these types are: 1) Spice: read directly from kernels, 2) Memcache: read from cached table, 3) HermiteCache: read from splined table, 4) PolyFunction: calced from nth degree polynomial, 5) PolyFunctionOverHermiteConstant: read from splined table and adding nth degree polynomial.

Definition at line 259 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), operator=(), positionInterpolationType(), save(), and setInstrumentPositionSettings().

◆ m_solvePointingPolynomialOverExisting

bool Isis::BundleObservationSolveSettings::m_solvePointingPolynomialOverExisting
private

The polynomial will be fit over the existing pointing polynomial.

Definition at line 227 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), operator=(), save(), setInstrumentPointingSettings(), and solvePolyOverPointing().

◆ m_solvePositionOverHermiteSpline

bool Isis::BundleObservationSolveSettings::m_solvePositionOverHermiteSpline
private

The polynomial will be fit over an existing Hermite spline.

Definition at line 252 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), operator=(), save(), setInstrumentPositionSettings(), and solvePositionOverHermite().

◆ m_solveTwist

bool Isis::BundleObservationSolveSettings::m_solveTwist
private

◆ m_spkDegree

int Isis::BundleObservationSolveSettings::m_spkDegree
private

Degree of the polynomial fit to the original camera position.

Definition at line 248 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), operator=(), save(), setInstrumentPositionSettings(), and spkDegree().

◆ m_spkSolveDegree

int Isis::BundleObservationSolveSettings::m_spkSolveDegree
private

Degree of the camera position polynomial being fit to in the bundle adjustment.

Definition at line 250 of file BundleObservationSolveSettings.h.

Referenced by BundleObservationSolveSettings(), operator=(), save(), setInstrumentPositionSettings(), and spkSolveDegree().


The documentation for this class was generated from the following files: