31 A program to convert Licel binary files to the SCC NetCDF format. |
31 A program to convert Licel binary files to the SCC NetCDF format. |
32 |
32 |
33 positional arguments: |
33 positional arguments: |
34 parameter_file The path to a parameter file linking licel and SCC |
34 parameter_file The path to a parameter file linking licel and SCC |
35 channels. |
35 channels. |
36 directory Directory containing licel files (default '.') |
36 files Location of licel files. Use relative path and |
37 search_string Search string for files in directory (default '*.*') |
37 filename wildcards. (default './*.*') |
38 |
38 |
39 optional arguments: |
39 optional arguments: |
40 -h, --help show this help message and exit |
40 -h, --help show this help message and exit |
41 -i, --id_as_name Use transient digitizer ids as channel names, instead |
41 -i, --id_as_name Use transient digitizer ids as channel names, instead |
42 of descriptive names |
42 of descriptive names |