Changes between Version 8 and Version 9 of Processing/infratec


Ignore:
Timestamp:
Nov 20, 2023, 3:04:11 PM (6 months ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/infratec

    v8 v9  
    7373}}}
    7474
    75 == Creation to view vectors ==
     75== Creation of view vectors  or running scripts independently ==
    7676
    7777If 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}}}.
    7878
    79 To run this within the container you can open a shell in it:
     79To run this within the singularity container you can open a shell in it:
    8080
    8181{{{singularity shell /tmp/process_infratec.sif}}} and then run e.g., {{{make_camera_vv.py --help}}}
    8282
     83or in docker it'll be something like:
    8384
     85{{{docker exec -it <mycontainer> bash}}}
     86