Versions Compared

Key

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

...

DateCarrier ID 0/1Digital Card ID 0/1Analog Card ID 0/1Gain FileComment
2016-04-14996663297/37916508261232098304/9532062832655595777/520093719 gainPixelCorr_passZero_r95_c1.txtProvided by Philip Hart

 

...

Note that the following script can be used to dump out the EPIX ID numbers:

Code Block
from psana import *
import sys
ds = DataSource(sys.argv[1])
evt = ds.events().next()
cs = ds.env().configStore()
cfg = cs.get(Epix.Config100aV2, Source(sys.argv[2]))
print cfg.carrierId0()
print cfg.carrierId1()
print cfg.digitalCardId0()
print cfg.digitalCardId1()
print cfg.analogCardId0()
print cfg.analogCardId1()
#a0 = cfg.asics(0)
#a0.chipID()

Which can be run like this:

Code Block
python epixSerialNumber.py exp=mecl8216:run=73 epix100a