Skip to content

Commit

Permalink
added fourth command to the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jan 15, 2024
1 parent 733052d commit 29a3fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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: third 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

0 comments on commit 29a3fcf

Please sign in to comment.