Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated recipe files for conda build #3141

Merged
merged 33 commits into from
Mar 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a59a951
Added AlphaCube group to outputlabel in the event the image is cropped.
twilson271828 Dec 14, 2018
c00f88e
Fix libtiff dependency (#636) (#644)
seignovert Dec 17, 2018
645a838
Moved ISIS3 conda-build recipe from ISIS3_deps repository (#650)
jessemapel Dec 17, 2018
08edafe
Fixed warning in Pixel unit tests
jessemapel Dec 17, 2018
ca9e666
Made a tweak to the dimensions of the alpha cube for cropped images t…
twilson271828 Dec 17, 2018
c3f4513
Changed the transform function so it could process an array of double…
twilson271828 Dec 17, 2018
d9439fa
Smear correction was being incorrectly applied to onboard smear corre…
twilson271828 Dec 17, 2018
90baaa7
Merge pull request #652 from jessemapel/warnings
krlberry Dec 18, 2018
23978de
Added gtest capability to hyb2onc2isis
twilson271828 Dec 18, 2018
8fa370e
Removing build numbers from external libraries (#660)
SgStapleton Dec 19, 2018
a92a0c4
Added pixel type attribute to the output image of program shadow. Fix…
kaitlyndlee Dec 19, 2018
997f8c7
Added section for Environment and PreferemcesSetup in the Getting Sta…
kaitlyndlee Dec 19, 2018
520ccca
Updated .gitmodules to use https rather than ssh (#673)
SgStapleton Dec 19, 2018
d7ab32c
Added build type release to conda recipe (#676)
SgStapleton Dec 20, 2018
0128bdb
Merge branch 'dev' into hayabusa2_fy19: Needed updated environment.y…
Jan 2, 2019
401b2cf
Modified isis/tests/CMakeLists.txt as well as hyb2onc2isis to fix unr…
twilson271828 Jan 30, 2019
78e8bce
Added w1 test to hyb2onc2isisTests.cpp
twilson271828 Jan 30, 2019
e6db077
Modified hyb2onccal to be a callable function.
twilson271828 Feb 1, 2019
4a76370
Updates README with Discourse (#690)
jlaura Feb 6, 2019
32ed751
Changed the Pvl label output for Pvl hyb2onc2isis(QString fitsFileNam…
twilson271828 Feb 7, 2019
edeb6bf
Added Newton-Rapheson method to Hyb2OncCalUtils.h to solve the linear…
twilson271828 Feb 7, 2019
3e27125
Merge branch 'dev' into hayabusa2_fy19
twilson271828 Feb 7, 2019
773ccbc
Merge branch 'hayabusa2_fy19' into hayabusa2_fy19
Feb 7, 2019
1af31c9
Final push of hayabusa2 changes made to the ingestion/calibration app…
twilson271828 Feb 12, 2019
d4c2d6e
Merge branch 'hayabusa2_fy19' of github.com:twilson271828/ISIS3 into …
twilson271828 Feb 12, 2019
590ad48
Added I/F calibration step. Cleaned up code base and worked on the d…
Mar 4, 2019
b8cd888
Merge branch 'hayabusa2_fy19' into hayabusa2_fy19
Mar 4, 2019
7fd29ce
Fixed a missing </li> tag in hyb2onccal.xml
twilson271828 Mar 4, 2019
f1962ef
Merge branch 'hayabusa2_fy19' of github.com:twilson271828/ISIS3 into …
twilson271828 Mar 4, 2019
31a2425
Deleted some functions that were defined multiple times do to screwed…
twilson271828 Mar 5, 2019
48d22b1
Merge branch 'hayabusa2_fy19' into hayabusa2_fy19
Mar 5, 2019
4bbdada
Fixed some typos which were getting in the way of compilation.
twilson271828 Mar 5, 2019
6531c54
Merge branch 'hayabusa2_fy19' into hayabusa2_fy19
Mar 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions isis/src/hayabusa2/apps/hyb2onc2isis/hyb2onc2isis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@ Pvl hyb2onc2isis(QString fitsFileName, QString outputCubeFileName, CubeAttribute

}

}







Expand Down
2 changes: 0 additions & 2 deletions isis/src/hayabusa2/apps/hyb2onccal/Hyb2OncCalUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ QString loadCalibrationVariables(const QString &config) {





//Load the linearity variables
g_L[0] = linearity["L"][0].toDouble();
g_L[1] = linearity["L"][1].toDouble();
Expand Down