Changes between Version 37 and Version 38 of Procedures/OwlProcessing


Ignore:
Timestamp:
May 2, 2019, 11:31:59 AM (5 years ago)
Author:
wja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/OwlProcessing

    v37 v38  
    157157== Making a delivery ==
    158158
    159 Use the make_arsf_delivery.py script, specifying owl as the sensor type:
     159For more information visit the page on [wiki:Procedures/DeliveryCreation/Thermal creating thermal deliveries]
    160160
    161 make_arsf_delivery.py --projectlocation <project directory> --deliverytype owl --final
     161Use the following script from the project directory, specifying owl as the sensor type:
     162
     163{{{
     164make_arsf_delivery.py --projectlocation $PWD \
     165                      --deliverytype owl --steps STRUCTURE
     166}}}
     167If everything looks OK, run with `--final`
     168
     169Once the structure has been generated run the other steps using:
     170{{{
     171make_arsf_delivery.py --projectlocation $PWD \
     172                      --deliverytype owl --notsteps STRUCTURE
     173}}}
     174Again pass in `--final` if the output all looks OK.
    162175
    163176