Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Include Page
PSDM:psana - Migration from pyana
PSDM:psana - Migration from pyana

Content

Table of Contents

Release

Available beginning from release ana-0.9.0

Interactive psana

Code Block

% ipython
from psana import *
help(psana.CsPad)

Access to data in pyana and psana

Acqiris

pyana

psana

config = env.getConfig(xtc.TypeId.Type.Id_AcqConfig, self.m_src)

config = env.configStore().get("Psana::Acqiris::Config", self.m_src)

acqData = evt.get(xtc.TypeId.Type.Id_AcqWaveform, self.m_src)

acqData = evt.get("Psana::Acqiris::DataDesc", self.m_src).data_list()

access to data also differs...

 

Bld

pyana

psana

data = evt.get(xtc.TypeId.Type.Id_FEEGasDetEnergy, self.m_src)

{{}}

data = evt.get(xtc.TypeId.Type.Id_EBeam, self.m_src)

{{}}

data = evt.get(xtc.TypeId.Type.Id_PhaseCavity, self.m_src)

{{}}

data = evt.get(xtc.TypeId.Type.Id_GMD, self.m_src)

{{}}

{{}}

{{}}

{{}}

{{}}

CSPad

pyana

psana

{{}}

{{}}

CSPad2x2

pyana

psana

{{}}

{{}}

Epics

pyana

psana

{{}}

{{}}

Evr

pyana

psana

{{}}

{{}}

Pnccd

pyana

psana

{{}}

{{}}

Princeton

pyana

psana

{{}}

{{}}

Ipimb

pyana

psana

{{}}

{{}}

Timepix

pyana

psana

{{}}

{{}}

pyana

psana

{{}}

{{}}

References

...