Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add constants to the private DB

Commands Constants can be deployed with regular deployment commands appended with additional parameter --dbsuffix <unique-string-name>

...

Code Block
ds = DataSource(exp='rixx45619', run=121, dbsuffix='mytestdb')
det = run.Detector('epixhr')
arr = det.raw.calib(evt)
img = det.raw.image(evt)

References