-
Notifications
You must be signed in to change notification settings - Fork 5
Updated so MER images plotted as cutouts #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… query, updated the author list
| df_g_irsa['y_pix']=xy_irsa[1] | ||
| ``` | ||
|
|
||
| Due to the large field of view of the MER mosaic, let's cut out a smaller section (30'x30')of the MER mosaic to inspect the image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not use the astropy cutout?
bsipocz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can still use a lot of cleanup, but the notebook works and renders without an error, so I go ahead and merge it.
Some comments: the object we pull the spectra for has changed, and the new one looks kind of flat. Is that change intended? (the previous one, besides the obvious noisy spikes, looked to have some feature around 1.35 microns.
mpl understands astropy and its units, so I'll add that to the list of cleanups
| ### Now the data are read in, plot the spectrum | ||
|
|
||
| ## Now the data are read in, show an image | ||
| Divide by 10000 to convert from Angstrom to micron |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, all of these should be dealt with astropy, but I leave that for a future PR.
|
|
||
| plt.plot(df_obj_irsa['WAVELENGTH'], df_obj_irsa['SIGNAL']) | ||
| ```{code-cell} ipython3 | ||
| plt.plot(df_obj_irsa['WAVELENGTH']/10000., df_obj_irsa['SIGNAL']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new spectra is kind of flat, while the previous one looked like having some signal around 1.35microns. Is that OK?
|
Thanks! |
Updated so MER images plotted as cutouts c51c38b
updating notebook 4 to be a cutout of the MER image, updated the adql query, updated the author list