MainConfig created via cmdline gets overwritten with default in L1a processing. The problem is here: https://github.com/nasa/HyperCP/blob/7921730aa9d5afc7780ffded0646decf66eaa173/Source/ProcessL1a.py#L24 `.lower` should be `.lower()` to return the string, not the method.
MainConfig created via cmdline gets overwritten with default in L1a processing.
The problem is here:
HyperCP/Source/ProcessL1a.py
Line 24 in 7921730
.lowershould be.lower()to return the string, not the method.