Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some typos which were interfering with compilation. (#3140)
* Added AlphaCube group to outputlabel in the event the image is cropped. * Fix libtiff dependency (#636) (#644) * Upgrade libtiff to 4.0.10 (#636) * Switch libtiff to 4.0.9 or higher to remove geotiff conflict * Moved ISIS3 conda-build recipe from ISIS3_deps repository (#650) * Fixed warning in Pixel unit tests * Made a tweak to the dimensions of the alpha cube for cropped images to give it the correct dimensions. * Changed the transform function so it could process an array of doubles instead of an array of ints. * Smear correction was being incorrectly applied to onboard smear corrected images and screwing things up. Fixed it. * Added gtest capability to hyb2onc2isis * Removing build numbers from external libraries (#660) * Moved ISIS3 conda-build recipe from ISIS3_deps repository * Un-pinned non-astro build numbers * Removing build numbers from external libraries in the environment and meta.yeml files * Final merging * Added pixel type attribute to the output image of program shadow. Fixes #5187 (#659) * Removed bolding of some text to decrease distraction. * Fixed some typos. * Reworded documentation. * Added section for Environment and PreferemcesSetup in the Getting Started Section. (#663) * Updated .gitmodules to use https rather than ssh (#673) * Added build type release to conda recipe (#676) * Modified isis/tests/CMakeLists.txt as well as hyb2onc2isis to fix unresolved symbol errors (CMakeLists.txt) and to fix some bugs in hyb2onc2isis involved with turning it into a callable function. * Added w1 test to hyb2onc2isisTests.cpp * Modified hyb2onccal to be a callable function. * Updates README with Discourse (#690) * Updates README with Discourse * Update README.md * Update README.md * Changed the Pvl label output for Pvl hyb2onc2isis(QString fitsFileName, QString outputCubeFileName, CubeAttributeOutput att, QString target) * Added Newton-Rapheson method to Hyb2OncCalUtils.h to solve the linearity equation. * Final push of hayabusa2 changes made to the ingestion/calibration applications. * Added I/F calibration step. Cleaned up code base and worked on the documentation. The documentation will need to be corrected before this is merged into dev. * Fixed a missing </li> tag in hyb2onccal.xml * Deleted some functions that were defined multiple times do to screwed up merge-conflict resolution. * Fixed some typos which were getting in the way of compilation.
- Loading branch information