-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexError: list index out of range #1
Comments
Hi @MrKri03 Mmm, most of the cases for the "singular matrix" error are because there is no "match" at all between reference and target, and I think your images are correct, then maybe the issue is one of the preprocess of the Arrnorm, check if this temporal clip image is ok or empty: Let me know how it goes |
Thank you for your support @XavierCLL |
Hi @MrKri03 Thanks for testing that, yes that is the issue, I always use the integer rescaled image for that but in theory the normalization should work with float values. I gonna let this open so I remember to check that. Regards |
Thank you, |
yeah, that is the way, normalize and then convert it to the reflectance values. Enable running with float values allows it to run with other types of images beyond Landsat. |
Hello, I am trying to use ArrNorm for batch processing, using the command
arrnorm -i 15 -p 3 -ref _20220612_SR_B4.tif _19990801_SR_B4.tif
in anaconda prompt, with conda environment with all the requirements activated. I have removed the whole path in the following output:
As I can see in the script, the "results" list is empty, thus, it is not getting any parameters for selection (only reaches delta:1.0)
The images are in the same coordinate system (EPSG:32635) and overlap. I have tried the command with absolute paths (pointing at different folders ) and pointing to the images in the same folder as the script.
However, the QGIS plugin is doing the process correctly. Maybe I am missing some parameters.
The text was updated successfully, but these errors were encountered: