Changes between Version 4 and Version 5 of Procedures/NewDataArrival/ProjectSetUp


Ignore:
Timestamp:
Feb 3, 2017, 12:03:07 PM (7 years ago)
Author:
asm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival/ProjectSetUp

    v4 v5  
    88}}}
    99
    10 If you do not know how to access the data in order to copy to that directory, please visit:
     10If you do not know how to access the data in order to do the copy, please visit:
    1111 * [wiki:Procedures/NewDataArrival/Disk Data by SATA disk or DVD]
    1212 * [wiki:Procedures/NewDataArrival/Network Data by network transfer]
     
    6060fenix_rename.py –config_path ‘config_path.cfg’ –path .
    6161}}}
    62 If at anytime 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. '''Check carefully the output'''. Come on, this is important now so pay attention and check carefully the output. Once done, 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:
     62If at anytime 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'''. Once done, 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:
    6363{{{
    6464fenix_rename.py  -c ‘config_path.cfg’  -p . -l ‘./admin/should_move_log_here.log’ --final
    6565}}}
    66 And there it is, everything sorted for the Fenix.
     66Everything is sorted for the Fenix sensor.
    6767
    6868Let’s move to the Owl. The steps are almost the same. You can run from top project directory: