Changes between Version 11 and Version 12 of Procedures/RCDPhotoProcessing/RawtoTif


Ignore:
Timestamp:
Jun 22, 2017, 11:16:26 AM (7 years ago)
Author:
dac
Comment:

Updated to remove Wine - doesn't work

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/RCDPhotoProcessing/RawtoTif

    v11 v12  
    1 Note this is currently not working under wine so all photo processing needs to be done on the windows box. For processing using the laptop see below.
    2 
    3 = Processing the Raw RCD105 Images to Tiff =
     1= Converting Raw RCD105 Images to Tiff =
    42
    53
    6  1. Load the Leica photo processing software
    7     * Under Windows, select start->programs->leica->calibration->Calibration Post Processing
    8     * If using wine, run "leica_photo_processing" - currently only works as mggr.
     4 1. Open the Leica processing software (needs to run under Windows, normally on a virtual machine).
    95 1. Select the appropriate camera config (Parameters)
    106    * RCD with SN030 is the loan instrument from Leica used in 2015 from day 234 onwards, select parameter '''CH39_030_060_027_RGB_20100128''' ('''Please keep updated'''!)
     
    1814    * Typically this will be something like ~arsf/arsf_data/2009/flight_data/iceland/IPY09_11-2009_219_Helheim/leica/rcd/proc_images
    1915 1. Select 16 bit TIFF output ('''this is important! ''')
    20  1. Hit the start button and go for coffee (allow about 20-30secs per file)
     16 1. Hit the start button and ~~go for coffee~~  continue with other work (allow about 20-30secs per file)
    2117
    2218Also it is possible to run more than one instance of the processing software, doing so on the windows machine will probably make it very slow but on a Windows VM with 2 processor cores assigned it runs quite happily.
     
    2622[[Image(wiki:Procedures/RCDPhotoProcessing:photo_processing_screenie.png)]]
    2723
    28 
    29 
    30 == Processing on the laptop ==
    31 
    32 The Leica photo processing can be used on the laptop as user arsf. To run the software type the following commands:
    33 
    34 * export WINEPREFIX=~/.wine_camera [[BR]]
    35 * cd ~/.wine_camera/drive_c/Program\ Files/Leica\ Geosystems/Calibration/ [[BR]]
    36 * ./PostProcessing.exe config/LeicaPostProcessing.cfg
    37 
    38 To set up for a different user copy the ~arsf/.wine_camera directory to /home/user and follow the instructions above.
    39 
    40