Skip to content

Commit

Permalink
Merge pull request #50 from brown-ccv/feat-step4-intg
Browse files Browse the repository at this point in the history
Feature step4 integration
  • Loading branch information
kmilo9999 authored Jan 17, 2024
2 parents 6ac14be + a6c80d3 commit a0ee148
Show file tree
Hide file tree
Showing 8 changed files with 588 additions and 108 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-B01_SL_load_single_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: python src/icesat2_tracks/analysis_db/B02_make_spectra_gFT.py SH_20190502_05180312 SH_testSLsinglefile2 True
- 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 plot_spectra
run: python src/icesat2_tracks/analysis_db/A02c_IOWAGA_thredds_prior.py SH_20190502_05180312 SH_testSLsinglefile2 True
2 changes: 1 addition & 1 deletion analyis_publish/PB03_plot_spectra_3x3_ov.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def plot_wavenumber_spectrogram(ax, Gi, clev, plot_photon_density=True , cmap=No
#Gmean = G_gFT_wmean['gFT_PSD_data'].rolling(k=5, center=True).mean()


Gmean = gFT.rebin(G_gFT_wmean['gFT_PSD_data'], 10)
Gmean,_ = gFT.rebin(G_gFT_wmean['gFT_PSD_data'], 10)

#Gmean = Gmean.where(~np.isnan(Gmean), 0)

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ dependencies = [ # Optional
"sliderule==4.1.0",
"ipyleaflet",
"lmfit",
"tables"
"tables",
"siphon"
]

# List additional groups of dependencies here (e.g. development
Expand Down
Loading

0 comments on commit a0ee148

Please sign in to comment.