
Research
/Security News
11 Malicious Go Packages Distribute Obfuscated Remote Payloads
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
This utility allows displaying images from 2d Tango detectors and to do simple analysis.
Right now TangoTine (LM screens) and Vimba cameras are supported.
Full instruction can be found here: https://confluence.desy.de/display/FSP23/Camera+viewer
Logs are stored in the ~/.petra_camera folder
If you wnat logs to be printed in terminal windows add --log option
The camera configuration is stored in the ~/.petra_camera folder
By default the default.xml is loading
If you want to force another config add -p or --profile option with file name
<camera name="LM05"
proxy="LMScreen"
tango_server="hasep23oh:10000/hasylab/p23_lm5/output"
/>
<camera name="Microscope"
proxy="TangoVimba"
tango_server="hasep23oh:10000/p23/tangovimba/micro"
/>
proxy can be 'VimbaProxy" or "LMScreen", "LambdaProxy" or "DummyProxy"
tango_server is the image source server
If you want a 12 bit mode of Vimba camera: high_depth= 'True'
If you want a RGB mode of Vimba camera: color= 'True'
In case you have an associated LMAnalysis server you can add it by:
roi_server = "hasep23oh:10000/p23/lmanalysis/lm5"
motor_type = 'FSBT'
motor_host = 'hasep23swt01'
motor_port = '12658'
motor_name = 'LM5'
motor_type = 'Acromag'
valve_tango_server = "p22/acromagxt1121/ch1.02"
valve_channel="2"
flip_vertical="True"
flip_horizontal="True"
rotate = '2'
<camera name="LM05"
proxy="LMScreen"
tango_server="hasep23oh:10000/p23/tinecamera/lm5"
roi_server = "hasep23oh:10000/p23/lmanalysis/lm5"
widget="CameraSettingsWidget"
motor_type = 'FSBT'
motor_host = 'hasep23web'
motor_port = '12658'
motor_name = 'LM5'
/>
Here is an example of TangoVimba camera, running at 12 bit bw mode, with associated Acromag motor, which picture need to be 90 deg rotated:
<camera name="Microscope"
proxy="VimbaProxy"
tango_server="hasep23oh:10000/p23/tangovimba/micro"
high_depth="True"
motor_type = 'Acromag'
valve_tango_server = "p23/acromagxt1121/ch1.01"
valve_channel="2"
motor_host = 'hasep23dev'
rotate = '1'
/>
FAQs
Simple viewer for cameras, used at PETRA III source
We found that petra-camera demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).