Release Name: 3.2
Notes:
* Options to export to ENVI format now allow the
user to specify the data type to use:
Byte
Int16
UInt16
Int32
UInt32
Float32
Float64
Note that internally SAMS keeps all band values
in Float64 (double precision) format, hence loss
of precision might happen when doing the
conversion to a smaller type. For integer outputs
(Byte, Int16, and Int32), the conversion first rounds
the original value.
* Import from ASCII: Now a pattern can be specified to
create the names of new signatures. This pattern is
the suffix of the name. The prefix is, as before, the
name of the original ASCII file from which signatures
are imported. Example, if the ASCII file name is myfile
and the pattern for the suffix is _0000, then the
imported signatures take the names:
myfile_0001
myfile_0002
...
* Previously all selected signatures were displayed right
after an in-place operation were performed regardless
of the number of signatures actually displayed in the
plot panel. Now this is only done if the number of
selected signatures is rather small.
* New menu item to reload scripted operations.
* New operation: Reflectance to radiance
* FWHM resampling operation modified: window size is now
automatically taken as two times FWHM.
* Import from envi files now accepts the same data types
as described above for export. Both Intel (little endian)
and network IEEE (big endian) byte orders are supported.
Changes:
|