Changes between Version 4 and Version 5 of Procedures/NewDataArrival/ProjectSetUp
- Timestamp:
- Feb 3, 2017, 12:03:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival/ProjectSetUp
v4 v5 8 8 }}} 9 9 10 If you do not know how to access the data in order to copy to that directory, please visit:10 If you do not know how to access the data in order to do the copy, please visit: 11 11 * [wiki:Procedures/NewDataArrival/Disk Data by SATA disk or DVD] 12 12 * [wiki:Procedures/NewDataArrival/Network Data by network transfer] … … 60 60 fenix_rename.py –config_path ‘config_path.cfg’ –path . 61 61 }}} 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: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. 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: 63 63 {{{ 64 64 fenix_rename.py -c ‘config_path.cfg’ -p . -l ‘./admin/should_move_log_here.log’ --final 65 65 }}} 66 And there it is, everything sorted for the Fenix.66 Everything is sorted for the Fenix sensor. 67 67 68 68 Let’s move to the Owl. The steps are almost the same. You can run from top project directory: