-
- Downloads
Merge logging into dev (#215)
* 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
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- include/spdlog/async.h 87 additions, 0 deletionsinclude/spdlog/async.h
- include/spdlog/async_logger.h 73 additions, 0 deletionsinclude/spdlog/async_logger.h
- include/spdlog/common.h 246 additions, 0 deletionsinclude/spdlog/common.h
- include/spdlog/details/async_logger_impl.h 110 additions, 0 deletionsinclude/spdlog/details/async_logger_impl.h
- include/spdlog/details/circular_q.h 72 additions, 0 deletionsinclude/spdlog/details/circular_q.h
- include/spdlog/details/console_globals.h 74 additions, 0 deletionsinclude/spdlog/details/console_globals.h
- include/spdlog/details/file_helper.h 152 additions, 0 deletionsinclude/spdlog/details/file_helper.h
- include/spdlog/details/fmt_helper.h 122 additions, 0 deletionsinclude/spdlog/details/fmt_helper.h
- include/spdlog/details/log_msg.h 55 additions, 0 deletionsinclude/spdlog/details/log_msg.h
- include/spdlog/details/logger_impl.h 435 additions, 0 deletionsinclude/spdlog/details/logger_impl.h
- include/spdlog/details/mpmc_blocking_q.h 121 additions, 0 deletionsinclude/spdlog/details/mpmc_blocking_q.h
- include/spdlog/details/null_mutex.h 45 additions, 0 deletionsinclude/spdlog/details/null_mutex.h
- include/spdlog/details/os.h 421 additions, 0 deletionsinclude/spdlog/details/os.h
- include/spdlog/details/pattern_formatter.h 1336 additions, 0 deletionsinclude/spdlog/details/pattern_formatter.h
- include/spdlog/details/periodic_worker.h 71 additions, 0 deletionsinclude/spdlog/details/periodic_worker.h
- include/spdlog/details/registry.h 285 additions, 0 deletionsinclude/spdlog/details/registry.h
- include/spdlog/details/thread_pool.h 238 additions, 0 deletionsinclude/spdlog/details/thread_pool.h
- include/spdlog/fmt/bin_to_hex.h 172 additions, 0 deletionsinclude/spdlog/fmt/bin_to_hex.h
- include/spdlog/fmt/bundled/LICENSE.rst 23 additions, 0 deletionsinclude/spdlog/fmt/bundled/LICENSE.rst
Loading
Please register or sign in to comment