Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/Coronagraph_Basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
}
],
"source": [
"from pynrc.obs_nircam import plot_hdulist\n",
"from pynrc.nb_funcs import plot_hdulist\n",
"from matplotlib.patches import Circle\n",
"\n",
"fig, axes = plt.subplots(1,3, figsize=(14,4.3))\n",
Expand Down Expand Up @@ -594,7 +594,7 @@
}
],
"source": [
"from pynrc.obs_nircam import plot_contrasts, plot_planet_patches, plot_contrasts_mjup\n",
"from pynrc.nb_funcs import plot_contrasts, plot_planet_patches, plot_contrasts_mjup\n",
"import matplotlib.patches as mpatches\n",
"\n",
"# fig, ax = plt.subplots(figsize=(8,5))\n",
Expand Down
2 changes: 1 addition & 1 deletion pynrc/pynrc_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ def bg_zodi(self, zfact=None, **kwargs):

return fzodi_pix

def saturation_levels(self, sp, full_size=True, ngroup=2, **kwargs):
def saturation_levels(self, sp, image = None, full_size=True, ngroup=2, **kwargs):
"""Saturation levels.

Create image showing level of saturation for each pixel.
Expand Down