You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If default values are given in the schema, Null cannot be taken as an input. As a result, one cannot set Null for darkFileName, sensitivityFileName, maskFileName in the current version.
When user use Null or '' in either darkFileName, sensitivityFileName, maskFileName then the program will fall back to the default value in schema.
Steps to Reproduce:
darkFileName = “” (or Null so that we don’t want to process darkCurrent) will lead to the use of the default darkcurrent file defined in the Schema, instead of ‘no-darkcurrent correction’
The users should be able to apply empty darkFileName, sensitivityFileName, or maskFileName in reduction
Investigation/Analysis Results:
The text was updated successfully, but these errors were encountered:
Problem Description:
If default values are given in the schema, Null cannot be taken as an input. As a result, one cannot set Null for darkFileName, sensitivityFileName, maskFileName in the current version.
When user use Null or '' in either darkFileName, sensitivityFileName, maskFileName then the program will fall back to the default value in schema.
Steps to Reproduce:
darkFileName = “” (or Null so that we don’t want to process darkCurrent) will lead to the use of the default darkcurrent file defined in the Schema, instead of ‘no-darkcurrent correction’
The users should be able to apply empty darkFileName, sensitivityFileName, or maskFileName in reduction
Investigation/Analysis Results:
The text was updated successfully, but these errors were encountered: