-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
168939b
commit aa370f6
Showing
4 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# dsname: Datastream name to pull data from | ||
# dsname2: Secondary datastream(s) to include and merge | ||
# t_delta: Script will resample data to 1 min. If gaps are longer set this appropriately | ||
# workers: Set to 1 in the case of radar data so it doesn't crash the system | ||
conf = { | ||
'site': 'epc', | ||
'facility': 'M1', | ||
'start_date': '2023-02-15', | ||
'end_date': '2024-02-14', | ||
'outname': '/home/theisen/Code/AFC_Summary/images/epc/epc_data_avail.pdf', #options are png, pdf, etc | ||
'chart_style': 'linear', | ||
'info_style': 'simple', | ||
'data_path': '/data/archive', | ||
'dqr_table': True, | ||
'doi_table': True, #this will remove the DOI from besides the plots | ||
'instruments':{ | ||
'ecor': {'dsname': '30ecorM1.b1', 't_delta': 30}, | ||
'met': {'dsname': 'metM1.b1'}, | ||
} | ||
} |
Binary file not shown.
Binary file not shown.