Skip to content
Snippets Groups Projects
Select Git revision
  • ed629c379f06716efbd99bcbdf16a9a104b33e6d
  • main default protected
  • oleg-alexandrov-patch-1
  • radtan
  • 2.0
  • Kelvinrr-patch-1
  • acpaquette-patch-1
  • gxp_testing
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.7.0
  • 1.6.0
  • 1.5.2
  • 1.5.1
  • 1.5.0
  • 1.4.1
  • 1.4.0
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1.1
  • 1.1.0
  • 1.0.0
24 results

ORexSensorModel.cpp

  • Jesse Mapel's avatar
    24ce64ac
    Merge logging into dev (#215) · 24ce64ac
    Jesse Mapel authored
    * Added a log to the framer (#211)
    
    * Added spdlog
    
    * Now making a logger
    
    * Added a better logger name
    
    * Framer Fix (#212)
    
    * Moved transverse distortion from line scanner into new file
    
    * Extracted radial destortion, and built associated tests
    
    * Reconstructed distortion functions return results
    
    * Corrected spelling, and removed commented out functions
    
    * Renamed all dpoint variables to distortionPoint
    
    * Removed computeUndistortedFocalPlaneCoordinates function
    
    * Renamed distortionPoint to undistortedPoint and distortedPoint where applicable
    
    * Removed doc string parameters
    
    * Added combined new distortion model
    
    * Half way through redefining parameters
    
    * Major update to distortion and coefficient storage
    
    * More debugging
    
    * More debugging
    
    * More debugging
    
    * debugging
    
    * debugging
    
    * Removed debugging messages and set the output value for remove distortion
    
    * Brought changes inline with dev
    
    * Updated isd parsing to handle either radial or transverse
    
    * Added Distortion Parse function
    
    * Split apply and remove distortion, and added the distortion type to each model state
    
    * Removed cmath
    
    * Removing prints, and other fixes
    
    * Updated how coefficients are parsed
    
    * Reverted notebook
    
    * Function namespace and parameter clean up
    
    * More function and parameter clean up
    
    * Reverted old code and updated distortion defaults
    
    * Small changes for distortion
    
    * Updated utilities and fixed failing test
    
    * Fixed lagrange interpolation reading bad data with low number of points (#209)
    
    * moved lagrange interpolation to utilities for testability
    
    * Added lagrange interpolation tests
    
    * Updated logger and fixed frame sensor instantiation
    
    * Added initial logging to frame sensor
    
    * Moved macro define to source file
    
    * Added define to source file
    
    * Added logging when model is constructed
    
    * Update value accessing log
    
    * Update covar access log
    
    * Defaulted height to 0.0
    
    * Removed default height from covar
    
    * Added more logging to various functions
    
    * Updated parameter type log
    
    * Updated most getters to show the value obtained
    
    * Added missing commas
    
    * Missed a couple
    
    * Changed frame covariance to identity (#214)
    
    * Updated reference point (#216)
    
    * Framer Test Fix (#217)
    
    * Updated reference point
    
    * Fixed tests and enforced double in refenence point computation
    Merge logging into dev (#215)
    Jesse Mapel authored
    * Added a log to the framer (#211)
    
    * Added spdlog
    
    * Now making a logger
    
    * Added a better logger name
    
    * Framer Fix (#212)
    
    * Moved transverse distortion from line scanner into new file
    
    * Extracted radial destortion, and built associated tests
    
    * Reconstructed distortion functions return results
    
    * Corrected spelling, and removed commented out functions
    
    * Renamed all dpoint variables to distortionPoint
    
    * Removed computeUndistortedFocalPlaneCoordinates function
    
    * Renamed distortionPoint to undistortedPoint and distortedPoint where applicable
    
    * Removed doc string parameters
    
    * Added combined new distortion model
    
    * Half way through redefining parameters
    
    * Major update to distortion and coefficient storage
    
    * More debugging
    
    * More debugging
    
    * More debugging
    
    * debugging
    
    * debugging
    
    * Removed debugging messages and set the output value for remove distortion
    
    * Brought changes inline with dev
    
    * Updated isd parsing to handle either radial or transverse
    
    * Added Distortion Parse function
    
    * Split apply and remove distortion, and added the distortion type to each model state
    
    * Removed cmath
    
    * Removing prints, and other fixes
    
    * Updated how coefficients are parsed
    
    * Reverted notebook
    
    * Function namespace and parameter clean up
    
    * More function and parameter clean up
    
    * Reverted old code and updated distortion defaults
    
    * Small changes for distortion
    
    * Updated utilities and fixed failing test
    
    * Fixed lagrange interpolation reading bad data with low number of points (#209)
    
    * moved lagrange interpolation to utilities for testability
    
    * Added lagrange interpolation tests
    
    * Updated logger and fixed frame sensor instantiation
    
    * Added initial logging to frame sensor
    
    * Moved macro define to source file
    
    * Added define to source file
    
    * Added logging when model is constructed
    
    * Update value accessing log
    
    * Update covar access log
    
    * Defaulted height to 0.0
    
    * Removed default height from covar
    
    * Added more logging to various functions
    
    * Updated parameter type log
    
    * Updated most getters to show the value obtained
    
    * Added missing commas
    
    * Missed a couple
    
    * Changed frame covariance to identity (#214)
    
    * Updated reference point (#216)
    
    * Framer Test Fix (#217)
    
    * Updated reference point
    
    * Fixed tests and enforced double in refenence point computation