|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef CsmBundleObservation_h
2 #define CsmBundleObservation_h
12 #include <QStringList>
70 bool initParameterWeights();
74 std::vector<int> m_paramIndices;
78 #endif // CsmBundleObservation_h
@ Type
Solve for all CSM parameters of a specific type.
Definition: BundleObservationSolveSettings.h:107
std::vector< double > getSensorPartials(int index, SurfacePoint groundPoint)
Definition: CSMCamera.cpp:918
double getParameterCovariance(int index1, int index2)
Get the covariance between two parameters.
Definition: CSMCamera.cpp:913
QString cubeSerialNumber() const
Accesses the serial number of the cube containing this control measure.
Definition: BundleMeasure.cpp:251
SurfacePoint adjustedSurfacePoint() const
Accesses the adjusted SurfacePoint associated with this BundleControlPoint.
Definition: BundleControlPoint.cpp:479
@ Set
Solve for all CSM parameters belonging to a specific set.
Definition: BundleObservationSolveSettings.h:106
bool computeImagePartials(LinearAlgebra::Matrix &coeffImage, BundleMeasure &measure)
Calculates the sensor partials with respect to the solve parameters and populates the coeffImage matr...
Definition: CsmBundleObservation.cpp:350
virtual double Sample() const
Returns the current sample number.
Definition: Camera.cpp:2690
void bundleOutputString(std::ostream &fpOut, bool errorPropagation)
Takes in an open std::ofstream and writes out information which goes into the bundleout....
Definition: CsmBundleObservation.cpp:205
void applyParameterCorrection(int index, double correction)
Adjust the value of a parameter.
Definition: CSMCamera.cpp:901
Camera * camera() const
Accesses the associated camera for this bundle measure.
Definition: BundleMeasure.cpp:128
@ Two
Definition: SurfacePoint.h:151
This class holds information about a control point that BundleAdjust needs to run correctly.
Definition: BundleControlPoint.h:91
@ Three
Definition: SurfacePoint.h:152
Definition: JigsawWorkOrder.h:28
virtual bool SetGround(Latitude latitude, Longitude longitude)
Sets the lat/lon values to get the sample/line values.
Definition: Camera.cpp:401
boost::numeric::ublas::matrix< double > Matrix
Definition for an Isis::LinearAlgebra::Matrix of doubles.
Definition: LinearAlgebra.h:100
LinearAlgebra::Vector m_weights
Parameter weights. Cumulative parameter correction vector.
Definition: BundleObservation.h:102
QString id() const
Accesses the Point ID associated with this BundleControlPoint.
Definition: BundleControlPoint.cpp:489
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
Class for observations that use CSM camera models in bundle adjustment.
Definition: CsmBundleObservation.h:28
bool IsSpecial(const double d)
Returns if the input pixel is special.
Definition: SpecialPixel.h:197
QString bundleOutputCSV(bool errorPropagation)
Creates and returns a formatted QString representing the bundle coefficients and parameters in csv fo...
Definition: CsmBundleObservation.cpp:274
std::vector< double > LatitudinalDerivative(CoordIndex index)
Compute partial derivative of the conversion of the latitudinal coordinates to body-fixed rectangular...
Definition: SurfacePoint.cpp:798
QSharedPointer< BundleObservationSolveSettings > BundleObservationSolveSettingsQsp
Definition for BundleObservationSolveSettingsQsp, a QSharedPointer to a BundleObservationSolveSetting...
Definition: BundleObservationSolveSettings.h:293
double getParameterValue(int index)
Get the value of a parameter.
Definition: CSMCamera.cpp:947
LinearAlgebra::Vector m_aprioriSigmas
A posteriori (adjusted) parameter sigmas.
Definition: BundleObservation.h:106
bool computePoint3DPartials(LinearAlgebra::Matrix &coeffPoint3D, BundleMeasure &measure, SurfacePoint::CoordinateType coordType)
Calculates the ground partials for the line, sample currently set in the sensor model.
Definition: CsmBundleObservation.cpp:381
~CsmBundleObservation()
Destructor.
Definition: CsmBundleObservation.cpp:71
@ Rectangular
Body-fixed rectangular x/y/z coordinates.
Definition: SurfacePoint.h:141
boost::numeric::ublas::vector< double > Vector
Definition for an Isis::LinearAlgebra::Vector of doubles.
Definition: LinearAlgebra.h:120
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
CoordinateType
Defines the coordinate typ, units, and coordinate index for some of the output methods.
Definition: SurfacePoint.h:139
LinearAlgebra::Vector m_corrections
Definition: BundleObservation.h:104
BundleControlPoint * parentControlPoint()
Accesses the parent BundleControlPoint for this bundle measure.
Definition: BundleMeasure.cpp:138
double computeObservationValue(BundleMeasure &measure, double deltaVal)
Returns the observed value in (sample, line) coordinates.
Definition: CsmBundleObservation.cpp:481
@ One
Definition: SurfacePoint.h:150
double sample() const
Accesses the current sample measurement for this control measure.
Definition: BundleMeasure.cpp:191
bool computeTargetPartials(LinearAlgebra::Matrix &coeffTarget, BundleMeasure &measure, BundleSettingsQsp &bundleSettings, BundleTargetBodyQsp &bundleTargetBody)
Cannot compute target body parameters for a CSM observation, so always throws an exception.
Definition: CsmBundleObservation.cpp:329
virtual bool setSolveSettings(BundleObservationSolveSettings solveSettings)
Set solve parameters.
Definition: CsmBundleObservation.cpp:100
CsmBundleObservation & operator=(const CsmBundleObservation &src)
Assignment operator.
Definition: CsmBundleObservation.cpp:84
A container class for a ControlMeasure.
Definition: BundleMeasure.h:55
bool computeRHSPartials(LinearAlgebra::Vector &coeffRHS, BundleMeasure &measure)
Calculates the sample, line residuals between the values measured in the image and the ground-to-imag...
Definition: CsmBundleObservation.cpp:441
Isis exception class.
Definition: IException.h:91
const BundleObservationSolveSettingsQsp solveSettings()
Accesses the solve settings.
Definition: CsmBundleObservation.cpp:145
std::vector< int > getParameterIndices(csm::param::Set paramSet) const
Get the indices of the parameters that belong to a set.
Definition: CSMCamera.cpp:836
bool applyParameterCorrections(LinearAlgebra::Vector corrections)
Applies the parameter corrections.
Definition: CsmBundleObservation.cpp:163
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
QString getParameterUnits(int index)
Get the units of the parameter at a particular index.
Definition: CSMCamera.cpp:959
Namespace for the standard library.
void copy(const CsmBundleObservation &src)
QString getParameterName(int index)
Get the name of the parameter.
Definition: CSMCamera.cpp:935
CsmBundleObservation()
Constructs a CsmBundleObservation initialized to a default state.
Definition: CsmBundleObservation.cpp:33
LinearAlgebra::Vector m_adjustedSigmas
A posteriori (adjusted) parameter sigmas.
Definition: BundleObservation.h:108
@ List
Solve for an explicit list of CSM parameters.
Definition: BundleObservationSolveSettings.h:108
This class is used to modify and manage solve settings for 1 to many BundleObservations.
Definition: BundleObservationSolveSettings.h:82
@ Latitudinal
Planetocentric latitudinal (lat/lon/rad) coordinates.
Definition: SurfacePoint.h:140
Definition: CSMCamera.h:25
Adds specific functionality to C++ strings.
Definition: IString.h:165
virtual double Line() const
Returns the current line number.
Definition: Camera.cpp:2710
virtual std::vector< double > GroundPartials(SurfacePoint groundPoint)
Compute the partial derivatives of the sample, line with respect to the x, y, z coordinates of the gr...
Definition: CSMCamera.cpp:645
double line() const
Accesses the current line measurement for this control measure.
Definition: BundleMeasure.cpp:215
This class defines a body-fixed surface point.
Definition: SurfacePoint.h:132
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
int numberParameters()
Returns the number of total parameters there are for solving.
Definition: CsmBundleObservation.cpp:191
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126
QString instrumentId()
Accesses the instrument id.
Definition: BundleObservation.cpp:167
Abstract base class for an observation in bundle adjustment.
Definition: BundleObservation.h:35
virtual QStringList parameterList()
Returns the list of observation parameter names.
Definition: CsmBundleObservation.cpp:305