Skip to content

Commit

Permalink
Merge branch '87-cli-step-1-b01_sl_load_single_filepy' into 89-cli-st…
Browse files Browse the repository at this point in the history
…ep-2-b02_make_spectra_gft
  • Loading branch information
kmilo9999 authored Feb 6, 2024
2 parents cff2932 + 8d7b8b8 commit 6e8fdbf
Show file tree
Hide file tree
Showing 17 changed files with 2,390 additions and 2,217 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/test-B01_SL_load_single_file.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test B01_SL_load_single_file
name: Test Steps
on:
pull_request: {}
push:
Expand All @@ -23,8 +23,21 @@ jobs:
run: pip install .
- name: List dependencies
run: pip list
- name: test icesat2waves app
run: icesat2waves --help
- name: test command for step 1
run: load_single_file --help
- name: first step B01_SL_load_single_file
run: python src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py --track-name 20190502052058_05180312_005_01 --batch-key SH_testSLsinglefile2 --output-dir ./work
- name: second step make_spectra
run: python src/icesat2_tracks/analysis_db/B02_make_spectra_gFT.py --track-name SH_20190502_05180312 --batch-key SH_testSLsinglefile2 --output-dir ./work

- name: third step plot_spectra
run: python src/icesat2_tracks/analysis_db/B03_plot_spectra_ov.py SH_20190502_05180312 SH_testSLsinglefile2 True
- name: fourth step IOWAGA thredds
run: python src/icesat2_tracks/analysis_db/A02c_IOWAGA_thredds_prior.py SH_20190502_05180312 SH_testSLsinglefile2 True
- name: Fifth step B04_angle
run: python src/icesat2_tracks/analysis_db/B04_angle.py SH_20190502_05180312 SH_testSLsinglefile2 True
- name: Sixth step B05_define_angle
run: python src/icesat2_tracks/analysis_db/B05_define_angle.py SH_20190502_05180312 SH_testSLsinglefile2 True
- name: Seventh step B06_correct_separate_var
run: python src/icesat2_tracks/analysis_db/B06_correct_separate_var.py SH_20190502_05180312 SH_testSLsinglefile2 True
Loading

0 comments on commit 6e8fdbf

Please sign in to comment.