Mikulski Archive For Space Telescopes
You know I love science.Especially aboutOuter Space.TheStars,the newly discoveredExoplanets,and the little greenAliens.Well,we haven't found anyAliensyet,but if you are interested in looking at theDatafor yourself coming from telescopes likeK2,Tess,JWST, andHST,have I found a website for you!It's calledMast.Or theMikulski Archive For Space Telescopes.Here is an example of what you will find on this site.This is a picture taken by theHST,or theHubble Space Telescope.
It's a collection of everything theHubble Telescopehas seen so far.But if you are a reallyGeekykind of person,you will also see a lot of this kind of stuff.
>>> from astroquery.mast import Observations
>>> obs_table = Observations.query_object("M8",radius=".02 deg")
>>> data_products_by_obs = Observations.get_product_list(obs_table[0:2])
>>> print(data_products_by_obs)
obsID obs_collection ... productFilename size
---------- -------------- ... ---------------------------------- --------
3000007760 IUE ... lwp13058.elbll.gz 185727
3000007760 IUE ... lwp13058.elbls.gz 183350
3000007760 IUE ... lwp13058.lilo.gz 612715
3000007760 IUE ... lwp13058.melol.gz 12416
3000007760 IUE ... lwp13058.melos.gz 12064
3000007760 IUE ... lwp13058.raw.gz 410846
3000007760 IUE ... lwp13058.rilo.gz 416435
3000007760 IUE ... lwp13058.silo.gz 100682
3000007760 IUE ... lwp13058.gif 8971
3000007760 IUE ... lwp13058.mxlo.gz 18206
3000007760 IUE ... lwp13058mxlo_vo.fits 48960
3000007760 IUE ... lwp13058.gif 3967
9500243833 K2 ... k2-tpf-only-target_bw_large.png 9009
9500243833 K2 ... ktwo200071160-c91_lpd-targ.fits.gz 39930404
9500243833 K2 ... ktwo200071160-c92_lpd-targ.fits.gz 62213068
9500243833 K2 ... k2-tpf-only-target_bw_thumb.png 1301
>>> obsids = obsTable[0:2]['obsid']
>>> data_products_by_id = Observations.get_product_list(obsids)
>>> print(data_products_by_id)
obsID obs_collection ... productFilename size
---------- -------------- ... ---------------------------------- --------
3000007760 IUE ... lwp13058.elbll.gz 185727
3000007760 IUE ... lwp13058.elbls.gz 183350
3000007760 IUE ... lwp13058.lilo.gz 612715
3000007760 IUE ... lwp13058.melol.gz 12416
3000007760 IUE ... lwp13058.melos.gz 12064
3000007760 IUE ... lwp13058.raw.gz 410846
3000007760 IUE ... lwp13058.rilo.gz 416435
3000007760 IUE ... lwp13058.silo.gz 100682
3000007760 IUE ... lwp13058.gif 8971
3000007760 IUE ... lwp13058.mxlo.gz 18206
3000007760 IUE ... lwp13058mxlo_vo.fits 48960
3000007760 IUE ... lwp13058.gif 3967
9500243833 K2 ... k2-tpf-only-target_bw_large.png 9009
9500243833 K2 ... ktwo200071160-c91_lpd-targ.fits.gz 39930404
9500243833 K2 ... ktwo200071160-c92_lpd-targ.fits.gz 62213068
9500243833 K2 ... k2-tpf-only-target_bw_thumb.png 1301
>>> print((data_products_by_obs == data_products_by_id).all())
True So hop onboard.Maybe you'll discover anAtmosphereon anExoplanetby deciphering all the data.There is so much data to go through thatNASA Scientistscan't go through it all! This is,After The Wall,I Am Going To Build A Dome.No Little Green Aliens Are Getting Into This Country Without Getting A Green Card!Jim Hauenstein,
And,
“If the government is covering up knowledge of aliens, they are doing a better job of it than they do at anything else.”
- Stephen Hawking -
That is my story and I am sticking to it!Like what you are reading?Sign up as a Follower,or Set up my Blogas your Homepageon your Web-browser,or Leave a Comment,or a Suggestion,and I will answer you in a Post.
Thanks for reading.
If you are reading this on aCell-Phone,you will see aLinkon the bottom of the page,
where it says;
View Web Version.
Click on that to truly get the full benefit of myBlog.You will just have to expand the page to be able to read it on a cellphone.
Thanks again.

>>> from astroquery.mast import Observations
>>> obs_table = Observations.query_object("M8",radius=".02 deg")
>>> data_products_by_obs = Observations.get_product_list(obs_table[0:2])
>>> print(data_products_by_obs)
obsID obs_collection ... productFilename size
---------- -------------- ... ---------------------------------- --------
3000007760 IUE ... lwp13058.elbll.gz 185727
3000007760 IUE ... lwp13058.elbls.gz 183350
3000007760 IUE ... lwp13058.lilo.gz 612715
3000007760 IUE ... lwp13058.melol.gz 12416
3000007760 IUE ... lwp13058.melos.gz 12064
3000007760 IUE ... lwp13058.raw.gz 410846
3000007760 IUE ... lwp13058.rilo.gz 416435
3000007760 IUE ... lwp13058.silo.gz 100682
3000007760 IUE ... lwp13058.gif 8971
3000007760 IUE ... lwp13058.mxlo.gz 18206
3000007760 IUE ... lwp13058mxlo_vo.fits 48960
3000007760 IUE ... lwp13058.gif 3967
9500243833 K2 ... k2-tpf-only-target_bw_large.png 9009
9500243833 K2 ... ktwo200071160-c91_lpd-targ.fits.gz 39930404
9500243833 K2 ... ktwo200071160-c92_lpd-targ.fits.gz 62213068
9500243833 K2 ... k2-tpf-only-target_bw_thumb.png 1301
>>> obsids = obsTable[0:2]['obsid']
>>> data_products_by_id = Observations.get_product_list(obsids)
>>> print(data_products_by_id)
obsID obs_collection ... productFilename size
---------- -------------- ... ---------------------------------- --------
3000007760 IUE ... lwp13058.elbll.gz 185727
3000007760 IUE ... lwp13058.elbls.gz 183350
3000007760 IUE ... lwp13058.lilo.gz 612715
3000007760 IUE ... lwp13058.melol.gz 12416
3000007760 IUE ... lwp13058.melos.gz 12064
3000007760 IUE ... lwp13058.raw.gz 410846
3000007760 IUE ... lwp13058.rilo.gz 416435
3000007760 IUE ... lwp13058.silo.gz 100682
3000007760 IUE ... lwp13058.gif 8971
3000007760 IUE ... lwp13058.mxlo.gz 18206
3000007760 IUE ... lwp13058mxlo_vo.fits 48960
3000007760 IUE ... lwp13058.gif 3967
9500243833 K2 ... k2-tpf-only-target_bw_large.png 9009
9500243833 K2 ... ktwo200071160-c91_lpd-targ.fits.gz 39930404
9500243833 K2 ... ktwo200071160-c92_lpd-targ.fits.gz 62213068
9500243833 K2 ... k2-tpf-only-target_bw_thumb.png 1301
>>> print((data_products_by_obs == data_products_by_id).all())
True So hop onboard.Maybe you'll discover anAtmosphereon anExoplanetby deciphering all the data.There is so much data to go through thatNASA Scientistscan't go through it all! This is,After The Wall,I Am Going To Build A Dome.No Little Green Aliens Are Getting Into This Country Without Getting A Green Card!Jim Hauenstein,
And,
“If the government is covering up knowledge of aliens, they are doing a better job of it than they do at anything else.”
- Stephen Hawking -
That is my story and I am sticking to it!Like what you are reading?Sign up as a Follower,or Set up my Blogas your Homepageon your Web-browser,or Leave a Comment,or a Suggestion,and I will answer you in a Post.
Thanks for reading.
If you are reading this on aCell-Phone,you will see aLinkon the bottom of the page,
where it says;
View Web Version.
Click on that to truly get the full benefit of myBlog.You will just have to expand the page to be able to read it on a cellphone.
Thanks again.
Published on October 02, 2019 15:50
No comments have been added yet.