Skip to content

Fixed missing kwargs that causes errors#32

Open
exowanderer wants to merge 3 commits intoJarronL:mainfrom
exowanderer:patch-1
Open

Fixed missing kwargs that causes errors#32
exowanderer wants to merge 3 commits intoJarronL:mainfrom
exowanderer:patch-1

Conversation

@exowanderer
Copy link
Contributor

Line 1615: "if image is not None:" causes error that says "Image is not defined" because it was not included as a keyword, which the conditional statement implies that it should be.

Line 1615: "if image is not None:" causes error that says "Image is not defined" because it was not included as a keyword, which the conditional statement implies that it should be.
The function 'plot_hdulist' was moved to nb_funcs instead of obs_nircam
Changed `from pynrc.obs_nircam import plot_contrasts, plot_planet_patches, plot_contrasts_mjup` to `from pynrc.nb_funcs import plot_contrasts, plot_planet_patches, plot_contrasts_mjup` because the functions have moved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant