| 161 | | make_arsf_delivery.py --projectlocation <project directory> --deliverytype owl --final |
| | 161 | Use the following script from the project directory, specifying owl as the sensor type: |
| | 162 | |
| | 163 | {{{ |
| | 164 | make_arsf_delivery.py --projectlocation $PWD \ |
| | 165 | --deliverytype owl --steps STRUCTURE |
| | 166 | }}} |
| | 167 | If everything looks OK, run with `--final` |
| | 168 | |
| | 169 | Once the structure has been generated run the other steps using: |
| | 170 | {{{ |
| | 171 | make_arsf_delivery.py --projectlocation $PWD \ |
| | 172 | --deliverytype owl --notsteps STRUCTURE |
| | 173 | }}} |
| | 174 | Again pass in `--final` if the output all looks OK. |