Changes between Version 4 and Version 5 of Procedures/PhotoScan


Ignore:
Timestamp:
Oct 17, 2018, 4:21:58 PM (6 years ago)
Author:
wja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/PhotoScan

    v4 v5  
    1919The arf_photoscan library currently contains two scripts for automating PhotoScan processing of NERC-ARF data:
    2020'''ps_ortho_processing_before_input_gcp.py''' will set up a PhotoScan project and align photographs. If Ground Control Points (GCPs) are available, then the script will stop and prompt you to manually locate them in the PhotoScan project. If no GCPs are available, the script will complete the whole PhotoScan processing workflow without (obviously accuracy of data is significantly reduced). This step is not automated. '''ps_ortho_processing_after_input_gcp.py''' is run after the and placement of Ground Control Points.[[BR]]
     21
    2122'''Ground Control Points'''[[BR]]
    2223Coordinates of GCPs in CSV format can be added to PhotoScan (or input manually). The user will then need to 'drag and drop' the marker locations to their locations visible in the photographs input. This needs to be done for '''all''' photographs each GCP is visible in.[[BR]]
    2324Note: once a couple of GCPs have been located in multiple respective photographs; the 'reproject' button (looks like a recycling symbol) will automatically place the remaining photo. These will still need to be accurately places, but will save a lot of time nevertheless.[[BR]]
     25
    2426'''Running a script:'''
    2527* Update config file (template is located in /templates/ps_workflow.cfg).
     
    3537{{{
    3638/opt/photoscan/photoscan.sh -r ps_ortho_processing_before_after_gcp.py -c [CONFIG]
    37 }}}
     39}}}[[BR]]
     40
     41'''Config Information'''[[BR]]
    3842The same config template is used.[[BR]]
    3943The project directory (defined in config file) is the location of the PhotoScan project file (*.psx) and other data produced whilst processing.[[BR]]