Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3d9340d
Add autoGrouping for spectrum view if SPEXONE
xuanyang02 Aug 22, 2023
d7c3bf8
Merge branch 'SEADAS-spectrum-view-10.0.0-07-18-23' into SEADAS-spect…
knowles Aug 30, 2023
922a685
change autogrouping for spectrum view
xuanyang02 Sep 20, 2023
801029a
Merge branch 'SEADAS-spectrum-view-10.0.0-08-30-23' into SEADAS-spect…
knowles Nov 20, 2023
e33f71e
Merge branch 'SEADAS-spectrum-view-10.0.0-11-20-23' into SEADAS-spect…
knowles Jan 6, 2024
a2aa10f
Fixed issue where Spectrum View Tool exceeded array size
knowles Feb 27, 2024
f9a9fe9
Removed fix to Spectrum View tool
knowles Feb 27, 2024
2fde31b
spectrum view works with the real SPEXOne L1C files
xuanyang02 Feb 29, 2024
cddfe00
Spectrum View: set persistence to never and turned off default of alw…
knowles Mar 15, 2024
c703f66
Spectrum View: added progress monitor to avoid freeze issue
knowles Mar 29, 2024
48a4059
Spectrum View: added progress monitor and fixed issues such that subs…
knowles Mar 30, 2024
e03b105
Spectrum View: added preferences and plot range setting fields. Sligh…
knowles Apr 4, 2024
c8567fe
Spectrum View: added tooltips and updated help page
knowles Apr 4, 2024
a27b924
Merging SNAP 11: still need to merge their SpectrumTopComponent.java …
knowles Apr 18, 2024
84dcb21
Merging SNAP 11: applying their SpectrumTopComponent.java changes
knowles Apr 18, 2024
fcdd1d6
Merge branch 'SEADAS-spectrum-view-11.0.0-04-18-24' into SEADAS-spect…
knowles Apr 30, 2024
9880695
Spectrum View: mods to try to improve progress monitor
knowles Sep 25, 2024
e81652a
Spectrum View: revisions to improve progress monitor
knowles Sep 25, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,31 @@ <h4>Context Menu</h4>
</tr>
</table>


<br>
<h4>Plot Range Fields</h4>
<pre>

&#8227; Set Bounds X-Axis:
Sets bounds of x-axis (uses X-Axis Min and X-Axis Max)

&#8227; X-Axis Min:
Sets minimum bound of x-axis (blank entry uses auto-bounding to data)

&#8227; X-Axis Max:
Sets maximum bound of x-axis (blank entry uses auto-bounding to data)

&#8227; Set Bounds Y-Axis:
Sets bounds of y-axis (uses Y-Axis Min and Y-Axis Max)

&#8227; Y-Axis Min:
Sets minimum bound of y-axis (blank entry uses auto-bounding to data)

&#8227; Y-Axis Max:
Sets maximum bound of y-axis (blank entry uses auto-bounding to data)

</pre>

<hr>
</body>
</html>
Loading