Changes between Version 14 and Version 15 of Procedures/NewDataArrival/ProjectSetUp
- Timestamp:
- Aug 14, 2018, 2:02:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival/ProjectSetUp
v14 v15 16 16 Once data has been copied, you will need to go to the unpacking directory and fix all undesirable characters that will cause trouble for our scripts. Just use: 17 17 {{{ 18 fix_undes sirable_chars.py -p . -v18 fix_undesirable_chars.py -p . -v 19 19 }}} 20 20 Check the output and you can either copy paste those commands or much easier, use the above command with {{{-x}}} instead of -v.