Changes between Version 1 and Version 2 of Procedures/DeliveryCreation/DigitalPhotography
- Timestamp:
- Aug 22, 2017, 8:44:41 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/DeliveryCreation/DigitalPhotography
v1 v2 1 1 = Digital Camera Delivery = 2 2 3 Now that the processing has been completed the delivery can be made. This, as with the hyperspectral and lidar, uses the [wiki:Procedures/DeliveryCreation/pythonlibrary arsf_delivery_library] together with the convenience script make_arsf_delivery.py. An example usage :3 Now that the processing has been completed the delivery can be made. This, as with the hyperspectral and lidar, uses the [wiki:Procedures/DeliveryCreation/pythonlibrary arsf_delivery_library] together with the convenience script make_arsf_delivery.py. An example usage, run from the base directory of the project: 4 4 5 {{{make_arsf_delivery.py --projectlocation /users/rsg/arsf/arsf_data/2013/flight_data/uk/MYPROJECT --deliverytype camera --steps STRUCTURE}}} 5 {{{ 6 make_arsf_delivery.py --projectlocation $PWD --deliverytype camera --steps STRUCTURE 7 }}} 6 8 7 9 check that the output looks correct, and if so repeat with {{{--final}}}. This creates an empty structure. Then run: 8 10 9 {{{make_arsf_delivery.py --projectlocation /users/rsg/arsf/arsf_data/2013/flight_data/uk/MYPROJECT --deliverytype camera --notsteps STRUCTURE}}} 11 {{{ 12 make_arsf_delivery.py --projectlocation $PWD --deliverytype camera --notsteps STRUCTURE 13 }}} 10 14 11 15 This will do a dry-run on the camera delivery and output information clearly labelled for each step. If this script outputs no error messages, repeat with {{{--final}}}.