Changes between Version 13 and Version 14 of Procedures/NewDataArrival/ProjectSetUp


Ignore:
Timestamp:
Jul 16, 2018, 2:31:45 PM (6 years ago)
Author:
dac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival/ProjectSetUp

    v13 v14  
    6969Check that all files look OK (no missing data, does everything looks fine compared to the logsheet… the usual stuff.). The script for renaming files will point out this so you are meant to make sure the output is correct. Once ready, go to the''' top project directory''' and run:
    7070{{{
    71 fenix_rename.py –config_path ‘config_path.cfg’ –path .
     71fenix_rename.py -c ‘config_path.cfg’ –p .
    7272}}}
    7373If at any time you prefer to write year, julian and sortie you might do so instead of using the config file. Using the config file is recommended for simplicity. The script will check that the files have the correct julian day, year and will look for missing files (the same will be done later for the Owl sensor). '''Pay close attention and check carefully the output'''. If there is no major problems, you can use –final. I suggest you use as the log file the file created from unpack_project.py so we have all the information in the same file that should later be placed into project/admin directory.  Use:
     
    8181The steps for the Owl are almost the same. You can run from top project directory:
    8282{{{
    83 owl_rename.py --config_path ‘config_path.cfg’  --path .
     83owl_rename.py -c ‘config_path.cfg’  -p . -l ‘./admin/should_move_log_here.log’
    8484}}}
    8585Do your best once more and check carefully the output. If the starting time is still written on the hdr files the script should no find any problem ordering and renaming files. If not, the script will not allow you to continue. If no major problems then use {{{ --final}}}