Versions Compared

Key

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

...

  • simple example python3 script: facet-E320/epics/cam_read: main.py
  • Camera orientations: hard-coded rotations in:
    profmon_grab.m
    https://www.slac.stanford.edu/cgi-bin/cvsweb/matlab/toolbox/?cvsroot=LCLS
    For example there is code like:

    Code Block
    % Set rotated image for CHER cameras.
    isRot=ismember(pv,{'CMOS:LI20:3506','CMOS:LI20:3505','CMOS:LI20:3515'});
    props(isRot,17)=1;
    % ... and flip CMOS camera which does not have a :Y_ORIENT PV
    isFlp=ismember(pv,{});
    props(isFlp,9)=1;

List all PVs

  • findpv CAMR:LI20:108%  (note that the wildcard is '%')