Open patrchristen opened 1 month ago
Also for the first part of the "create new sensor" application ("create sensor generically from center wavelength ... from ... imagery"), it would make a lot of sense to include a notification referring to the "save raster layer as" (saverasterlayerasalgorithm.py) application to produce the bsq-file.
@steffi1296 can you please have a look at this.
Hi,
The read-in of the csv works fine after changing all setResizeMode to ResizeMode in CreateLUT_GUI.py
At the same time, I also would like to suggest to adjust the description of the "create sensor from measured spectral response functions (SRF) for each band" part, concerning the input files, as the input should not be SRF-files but csv-files, that will be converted into SRF-files in accordance with class BuildTrueSRF in Spec2Sensor_core.py. To me, it would make sense to include in the description how the text files should be structured (see: "Each band of the target sensor has its own text file which needs to have two columns: wavelengths and weights. Additionally, the central wavelengths of the target sensors need to be known, as they cannot be extracted from the weights right away. It can be single column (wavelengths) or two columns (wavelengths & FWHM).").
It would also make sense, to include, what the structure of the text-files should look like (see: "The other class is designed to create these .srf-files from text-based information about weights and wavelengths in a certain structure which was introduced by Karl Segl for dealing with the EnMAP-end-to-end-simulator (EeteS).").
It could also be useful to include such information in the readthedocs, as the info is not included yet.
Best regards, Patrick