Skip to content
Snippets Groups Projects
Commit 3a81a06c authored by BRONES Romain's avatar BRONES Romain
Browse files

Increase InvORM size

* On the hardware platform, the size has doubled
parent 089d1b4f
No related branches found
No related tags found
No related merge requests found
Pipeline #4030 failed
......@@ -542,7 +542,7 @@ class DG_PY_FOFBLegacy(Device):
#----- PROTECTED REGION ID(DG_PY_FOFBLegacy.xInvRespMatrix_write) ENABLED START -----#
# Reshape then forward
try:
self.prx_fofbcommand["x_inv_resp_mat"] = np.hstack([np.zeros((50, 1)), value, np.zeros((50,5))]).astype(int)
self.prx_fofbcommand["x_inv_resp_mat"] = np.hstack([np.zeros((50, 1)), value, np.zeros((50,133))]).astype(int)
except Exception:
pass
#----- PROTECTED REGION END -----# // DG_PY_FOFBLegacy.xInvRespMatrix_write
......@@ -562,7 +562,7 @@ class DG_PY_FOFBLegacy(Device):
#----- PROTECTED REGION ID(DG_PY_FOFBLegacy.zInvRespMatrix_write) ENABLED START -----#
# Reshape then forward
try:
self.prx_fofbcommand["y_inv_resp_mat"] = np.hstack([np.zeros((50, 1)), value, np.zeros((50,5))]).astype(int)
self.prx_fofbcommand["y_inv_resp_mat"] = np.hstack([np.zeros((50, 1)), value, np.zeros((50,133))]).astype(int)
except Exception:
pass
#----- PROTECTED REGION END -----# // DG_PY_FOFBLegacy.zInvRespMatrix_write
......
......@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='DG_PY_FOFBLegacy',
version='1.0',
version='2.0',
description='Offer a similar API to Matlab FOFB/SOFB scripts when using new flavour platform.',
url='https://gitlab.synchrotron-soleil.fr/dg/ds_dg_pytango_package/dg_py_fofblegacy',
license="GNU-GPL-v3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment