Changes between Version 8 and Version 9 of Processing/infratec
- Timestamp:
- Nov 20, 2023, 3:04:11 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/infratec
v8 v9 73 73 }}} 74 74 75 == Creation to view vectors==75 == Creation of view vectors or running scripts independently == 76 76 77 77 If view vectors don't exist for the camera then you can create some using the {{{make_camera_vv.py}}} script. You will need a camera parameter config file such as the examples in {{{internal-code/tools/frame_camera_tools/parameter_files}}}. 78 78 79 To run this within the container you can open a shell in it:79 To run this within the singularity container you can open a shell in it: 80 80 81 81 {{{singularity shell /tmp/process_infratec.sif}}} and then run e.g., {{{make_camera_vv.py --help}}} 82 82 83 or in docker it'll be something like: 83 84 85 {{{docker exec -it <mycontainer> bash}}} 86