Changes between Version 1 and Version 2 of Procedures/DeliveryCreation/DigitalPhotography


Ignore:
Timestamp:
Aug 22, 2017, 8:44:41 AM (7 years ago)
Author:
dac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/DeliveryCreation/DigitalPhotography

    v1 v2  
    11= Digital Camera Delivery =
    22
    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:
     3Now 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:
    44
    5 {{{make_arsf_delivery.py --projectlocation /users/rsg/arsf/arsf_data/2013/flight_data/uk/MYPROJECT --deliverytype camera --steps STRUCTURE}}}
     5{{{
     6make_arsf_delivery.py --projectlocation $PWD --deliverytype camera --steps STRUCTURE
     7}}}
    68
    79check that the output looks correct, and if so repeat with {{{--final}}}. This creates an empty structure. Then run:
    810
    9 {{{make_arsf_delivery.py --projectlocation /users/rsg/arsf/arsf_data/2013/flight_data/uk/MYPROJECT --deliverytype camera --notsteps STRUCTURE}}}
     11{{{
     12make_arsf_delivery.py --projectlocation $PWD --deliverytype camera --notsteps STRUCTURE
     13}}}
    1014
    1115This 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}}}.