CenterForDigitalHumanities / SpectralRTI_Toolkit

Process Spectral RTI Images in ImageJ
GNU General Public License v3.0
1 stars 0 forks source link

HSH Parameter Defaulting Behavior #84

Closed thehabes closed 5 years ago

thehabes commented 5 years ago

if (hshOrder < 2 ) hshOrder = 3; if (hshThreads < 1 ) hshThreads = 16;

This information should somehow be supplied to the user when filling out their preferences so they know more about it. When these changes are applied in the code, it will be written to their preferences file and they should know why.

thanneken commented 5 years ago

I think the default values should work for most users. If we ever implement modes for simple and advanced these would be in advanced. I could say more in the documentation. If you want to link to the documentation you could use: http://jubilees.stmarytx.edu/spectralrtiguide/processing.html#firstrun

thehabes commented 5 years ago

We have settled on the default behavior.