PIC-IRIS / PH5

Library of PH5 clients, apis, and utilities
Other
15 stars 9 forks source link

using maping filename and array, station in pforma to sort SmartSolo's das table #520

Closed damhuonglan closed 5 months ago

damhuonglan commented 10 months ago

What does this PR do?

Notice: to run map_header, users need to run the following command in ph5 conda environment: pip install -e .

To add SmartSolo to PH5 using SmartSolo you can do the following methods:

There are two option to run map_header:

 map_header -f smartsolo_list_file

Or

map_header -d smartsolo_directory

The latter can reduce the step of creating smartsolo_list_file but won't work if SmartSolo files are located in more than one folder.

Relevant Issues?

502

Checklist

hrotman-pic commented 8 months ago

map_header -f list_file works when SmartSolo files are in more than one directory. Is this expected behavior? (It is only the -d flag that doesn't work when files are in more than one directory?)