-
Notifications
You must be signed in to change notification settings - Fork 3
Description
On OI-Interface repository, the issue JMMC-OpenDev/OI-Imaging-JRA#10 have reached an agreement to use the PROCSOFT keyword to store the software used.
Note that the value will contain the name of the software followed by the version used.
I think the SOFTWARE keyword should be kept in the mechanism trying to detect the software (triggered when PROCSOFT is not correctly filled), for backward compatibility.
All mechanisms should keep working even if the version is not filled.
Note:
I did not find information about value specifications for PROCSOFT keyword from ESO. I only found examples which were in the form "somename_v_2_0" for example.
So I assumed these rules for the value of PROCSOFT understood by OImaging:
- it must start with the name of the software
- it can be lower case, upper case, mixed case (MiRA): it is not relevant
- it can be followed by anything, i.e a version number in some format. OImaging does not parse anything more than the software name (for the moment). If version number should be parsed, some stricter rule would be good.
Note:
The "local" mode is not known in the PROCSOFT keyword. So currently, "Run More Iterations" button will never call local mode software.