Some item list parameters, for example SparcoInputParameters.KEYWORD_MODEL_STAR, are in lower case : "star".
However, the value in the parameters in the result OIFits file can have been changed to upper case.
Thus, the select list in the input form is unable to select the correct item (because "star" != "STAR").
The bug is not very serious, because even if the list has a problem, the software work with both "star" and "STAR".
I propose to always use upper case with these parameters, and always convert them to upper case when OImaging receive an external OIFits file.
Some item list parameters, for example
SparcoInputParameters.KEYWORD_MODEL_STAR
, are in lower case :"star"
. However, the value in the parameters in the result OIFits file can have been changed to upper case. Thus, the select list in the input form is unable to select the correct item (because"star" != "STAR"
). The bug is not very serious, because even if the list has a problem, the software work with both"star"
and"STAR"
.I propose to always use upper case with these parameters, and always convert them to upper case when OImaging receive an external OIFits file.