Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions 20231110_Prism_Multisurface/templates/examine.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import numpy as np
from spectral import envi

from isofit.core.common import envi_header

path = '/Users/bgreenbe/.isofit/examples/20231110_Prism_Multisurface/output/prm20231110t071521_multi_surface_state'
ds = envi.open(envi_header(path))
im = ds.load()
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"input_spectrum_files":
[
"{data}/reflectance/filtered_veg"
"{data}/reflectance/surface_model_ucsb"
],
"n_components": 2,
"windows": [
Expand All @@ -22,12 +22,12 @@
{"interval":[2070,2470], "regularizer":1e-3, "correlation":"decorrelated"},
{"interval":[2470,2500], "regularizer":1e-6, "correlation":"EM","isolated": 1, "name": "noise" }
],
"surface_type": "land"
"surface_category": "land"
},
{
"input_spectrum_files":
[
"{data}/reflectance/glint_free_emit_lib"
"{data}/reflectance/ocean_spectra_rev2"
],
"n_components": 2,
"windows": [
Expand All @@ -41,7 +41,7 @@
{"interval":[2070,2470], "regularizer":1e-3, "correlation":"decorrelated"},
{"interval":[2470,2600], "regularizer":1e-3, "correlation":"EM","isolated": 1, "name": "noise" }
],
"surface_type": "water"
"surface_category": "water"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
"glint_model_surface": {
"surface_category": "glint_model_surface",
"surface_file": "{examples}/20231110_Prism_Multisurface/remote/multi_surface_test_surface_water.mat",
"surface_int": 0
"surface_int": 1
},
"multicomponent_surface": {
"surface_category": "multicomponent_surface",
"surface_file": "{examples}/20231110_Prism_Multisurface/remote/multi_surface_test_surface_land.mat",
"surface_int": 1
"surface_int": 0
}
},
"multi_surface_flag": true,
Expand Down
24 changes: 24 additions & 0 deletions isofit-tutorials/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

build_docs:
sphinx-apidoc -fMeT -o source ../isofit -t source/_templates
@echo "Auto-generation of documentation finished. "
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added isofit-tutorials/build/doctrees/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading