forked from DOI-USGS/ISIS3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New backplane options for SunIllumination and SurfaceObliqueDetectorR…
…esolution have been added to phocube (DOI-USGS#5488) * Added sun illumination mask backplane. phocube * Added robust implementation to determine solar illumination on body considering terrain occlusion * Added app test for this option * Updated documentation describing this new feature * Add SurfaceObliqueDetectorResoluton plane * phocube - This new plane is in addition to the existing ObliqueDetectorResolution. The difference is ObliqueDetectorResolution uses the local (shape model) emission angle and SurfaceObliqueDetectorResolution uses the emission angle calculated from the ellipsoid. Signed-off-by: Kris J. Becker <kbecker@orex.lpl.arizona.edu> * Added phocube options to create SUNILLUMINATIONMASK and SURFACEOBLIQUEDETECTORRESOLUTION backplanes. Added gtests for these options. Updated documentation and added an example. Addresses DOI-USGS#5467. * Removed unwanted phocube test Makefile, input, and truth data obtained via cherry-pick from U. of Arizona codebase. Addresses DOI-USGS#5467. * Minor updates to phocube app, documentation, and gtests. Addresses DOI-USGS#5467. * Modified .gitignore to enable upload of phocube test cube; updated CHANGELOG.md for phocube backplane additions. Addresses DOI-USGS#5467. * Minor documentation update and removal of unneeded include file. Addresses DOI-USGS#5467. * Per reviewer comments: 1) replaced cam->DetectorResolution() with cam->ObliqueDetectorResolution(false), where "false" refers to the useLocal parameter; and 2) fixed typo in phocube.xml. Addresses DOI-USGS#5467. * Second try on addressing reviewer comment on "cam->ObliqueDetectorResolution(false)" in phocube.cpp. Addresses * Updated gtest FunctionalTestPhocubeSurfaceObliqueDetectorResolution. Addresses DOI-USGS#5467. --------- Signed-off-by: Kris J. Becker <kbecker@orex.lpl.arizona.edu> Co-authored-by: Kris J. Becker <kbecker@orex.lpl.arizona.edu>
- Loading branch information
1 parent
589b443
commit 87b7704
Showing
15 changed files
with
1,437 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+341 KB
isis/src/base/apps/phocube/assets/images/20190425T211232S312_map_iofL2pan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+151 KB
isis/src/base/apps/phocube/assets/images/phocube_sun_illumination_band.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+35.8 KB
...apps/phocube/assets/images/phocube_surface_oblique_detector_resolution_band.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+63.1 KB
.../src/base/apps/phocube/assets/thumbs/20190425T211232S312_map_iofL2pan_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.3 KB
isis/src/base/apps/phocube/assets/thumbs/thumb_phocube_gui_example2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+44.1 KB
isis/src/base/apps/phocube/assets/thumbs/thumb_phocube_sun_illumination_band.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.9 KB
...hocube/assets/thumbs/thumb_phocube_surface_oblique_detector_resolution_band.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.