Skip to content

Commit

Permalink
Reworking the tutorial slightly
Browse files Browse the repository at this point in the history
also run plotting commands in doctests to make sure they work.
  • Loading branch information
bhazelton committed Jan 5, 2024
1 parent b7c46e2 commit 6da08c2
Show file tree
Hide file tree
Showing 44 changed files with 725 additions and 463 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/fhd_catalog_extended_models_radec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/Images/fhd_catalog_refflux_nonzerospec.png
Binary file not shown.
Binary file removed docs/Images/fhd_catalog_refflux_zerospec.png
Binary file not shown.
Binary file added docs/Images/fhd_catalog_specind_atfreqs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed docs/Images/fhd_catalog_with_beam_values_radec.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/Images/fhd_catalog_with_beam_values_refspec.png
Binary file not shown.
Binary file modified docs/Images/gleam_50srcs_fluxcounts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/Images/gleam_50srcs_fluxcounts_fluxselect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/Images/gleam_50srcs_freqflux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/gleam_50srcs_radec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/Images/gleam_50srcs_radec_Jy.png
Binary file not shown.
Binary file removed docs/Images/gleam_50srcs_radec_K.png
Binary file not shown.
Binary file removed docs/Images/gleam_50srcs_radec_compare.png
Binary file not shown.
Binary file modified docs/Images/gleam_50srcs_radec_fluxselect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/Images/gleam_50srcs_radec_lonselect.png
Binary file not shown.
Binary file removed docs/Images/gleam_50srcs_radec_newfreq.png
Binary file not shown.
Binary file removed docs/Images/gleam_50srcs_radec_oldfreq.png
Binary file not shown.
Binary file added docs/Images/gleam_50srcs_radec_raselect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/gleam_subband_spectra_atfreqs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/gsm_gal_coneselect_molliwede.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/gsm_gal_neighborselect_molliwede.png
Binary file added docs/Images/gsm_galactic_flux_molliwede.png
Binary file added docs/Images/gsm_icrs_flux_molliwede.png
Binary file modified docs/Images/gsm_icrs_fluxcounts.png
Binary file removed docs/Images/gsm_icrs_fluxcounts_150MHzatfreq.png
Diff not rendered.
Binary file removed docs/Images/gsm_icrs_fluxcounts_150MHzfreqind.png
Diff not rendered.
Binary file removed docs/Images/gsm_icrs_glgb_coneselect.png
Diff not rendered.
Binary file removed docs/Images/gsm_icrs_glgb_neighborselect.png
Diff not rendered.
Binary file added docs/Images/gsm_icrs_indselect_molliwede.png
Binary file removed docs/Images/gsm_icrs_phiz_nested.png
Diff not rendered.
Binary file removed docs/Images/gsm_icrs_phiz_ring.png
Diff not rendered.
Binary file modified docs/Images/gsm_icrs_radec.png
Binary file removed docs/Images/gsm_icrs_radec_indselect.png
Diff not rendered.
Binary file modified docs/Images/pointsource_catalog_radec.png
Binary file modified docs/Images/pointsource_catalog_radec_concat.png
2 changes: 2 additions & 0 deletions docs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def setup_and_teardown_package(tmp_path_factory):
tmp_path = tmp_path_factory.mktemp("skymodel_tests")
try:
os.chdir(tmp_path)
if not os.path.exists("Images"):
os.makedirs("Images")
yield
finally:
os.chdir(cwd)
Expand Down
Loading

0 comments on commit 6da08c2

Please sign in to comment.