Skip to content

Commit b054c56

Browse files
Merge pull request #3 from orcestra-campaign/ds_vn_2
Update Processing
2 parents 5718058 + c3c92a0 commit b054c56

38 files changed

+1919
-495
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ cython_debug/
166166
/planet_data
167167
/Radiometer_Data
168168
/Radar_Data
169-
/Data
169+
/Data/arts_calibration
170+
/Plots
170171
/arts_calibration
171172
/.vscode
172173

173174
# other or unknown
174175
**/.DS_Store
175176
**/config.yaml
176-
**/process_config.yaml

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ repos:
3131
description: python linter
3232
- id: ruff-format
3333
description: python formatter
34-
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: 24.3.0
36-
hooks:
37-
- id: black-jupyter
38-
description: formating ipynb notebook
3934
- repo: https://github.com/compilerla/conventional-pre-commit
4035
rev: v3.4.0
4136
hooks:

config_ipns.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
date: '20240926'
2+
flightletter: a
3+
flightname: HALO-{date}{flightletter}
4+
iwv: ipns://latest.orcestra-campaign.org/products/HALO/iwv/HALO-{date}{flightletter}.zarr
5+
path_dropsondes: ipns://latest.orcestra-campaign.org/products/HALO/dropsondes/Level_3/PERCUSION_Level_3.zarr
6+
path_saveplots: ''
7+
position_attitude: ipns://latest.orcestra-campaign.org/products/HALO/position_attitude/HALO-{date}{flightletter}.zarr
8+
radar: ipns://latest.orcestra-campaign.org/products/HALO/radar/moments/HALO-{date}{flightletter}.zarr
9+
radiometer: ipns://latest.orcestra-campaign.org/products/HALO/radiometer/HALO-{date}{flightletter}.zarr

error_files/HALO-20240818.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'KV': [["17:01:00", "17:11:30"]]

error_files/HALO-20240822.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"90": [["18:23:30", "18:23:40"]]

error_files/HALO-20240825.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"90": [["17:33:20", "17:33:40"]]

error_files/HALO-20240829.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"90": [["20:00:00", "20:00:20"]]

error_files/HALO-20240831.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"90": [["14:05:10", "14:05:25"]]

error_files/HALO-20240909.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"90": [["13:01:00", "13:08:00"]]

error_files/HALO-20240912.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"119": [["12:09:00", "12:20:30"], ["15:23:00", "15:30:30"]]

0 commit comments

Comments
 (0)