|
Current PyMidas (Release Id: 05-112205-1.03)
Version 1.0.5. Bug in subprocess exception handling fixed.
Version 1.0.4. Initialization procedure has been changed compatible with ESO scisoft environment.
Official release 1.0.3 of PyMidas available with updated Setup.py.
C-layer updated. Old C-layer version couldn't use the new Midas features to handle command database changes and the SET/CONTEXT bug was still in versions 1.0.0 and 1.0.1. This bug is now patched in version 1.0.2.
New Features
To ease Python scripting with PyMidas a few extra commands are available.
midas.getPix([image],[pixel x-pos],[pixel y-pos])
midas.putPix([image],[pixel x-pos],[pixel y-pos],value)
midas.putKeyw([name],value1,value2,...)
midas.getDesc([file],[descriptor])
midas.putDesc([file],[descriptor],value1,value2,...)
|
|