In [1]:
%%html
<script type="text/javascript">
show=true;
function toggle(){
if (show){$('div.input').hide();}else{$('div.input').show();}
show = !show}
</script>
<h2><a href="javascript:toggle()" target="_self">Click to toggle code input</a></h2>
Link to the full YouTube video
TL;DW:
What is LSST going to do and what are some of its challenges.
In [2]:
from IPython.display import YouTubeVideo
from datetime import timedelta
Overview of LSST-
"[LSST] is practically a robot that sits on a mountain and does its thing."
In [3]:
YouTubeVideo('n4OysNeyXpc', start=225, end=243)
Out[3]:
In [4]:
start = int(timedelta(hours=0, minutes=7, seconds=18).total_seconds())
end = int(timedelta(hours=0, minutes=12, seconds=2).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=438, end=722)
Out[4]:
In [5]:
start = int(timedelta(hours=0, minutes=12, seconds=2).total_seconds())
end = int(timedelta(hours=0, minutes=12, seconds=44).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[5]:
LSST will not reobserve the Galactic plane.
In [6]:
start = int(timedelta(hours=0, minutes=17, seconds=5).total_seconds())
end = int(timedelta(hours=0, minutes=18, seconds=0).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[6]:
In [7]:
start = int(timedelta(hours=0, minutes=19, seconds=37).total_seconds())
end = int(timedelta(hours=0, minutes=23, seconds=30).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[7]:
In [8]:
start = int(timedelta(hours=0, minutes=23, seconds=55).total_seconds())
end = int(timedelta(hours=0, minutes=27, seconds=21).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[8]:
In [9]:
start = int(timedelta(hours=0, minutes=27, seconds=21).total_seconds())
end = int(timedelta(hours=0, minutes=36, seconds=54).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[9]:
In [10]:
# Software
start = int(timedelta(hours=0, minutes=40, seconds=0).total_seconds())
end = int(timedelta(hours=0, minutes=41, seconds=12).total_seconds())
#YouTubeVideo('n4OysNeyXpc', start=start, end=end)
# Effectively using large survey data
start = int(timedelta(hours=0, minutes=40, seconds=0).total_seconds())
end = int(timedelta(hours=0, minutes=46, seconds=30).total_seconds())
#YouTubeVideo('n4OysNeyXpc', start=start, end=end)
# Serendipitous science
start = int(timedelta(hours=0, minutes=46, seconds=30).total_seconds())
end = int(timedelta(hours=0, minutes=47, seconds=14).total_seconds())
#YouTubeVideo('n4OysNeyXpc', start=start, end=end)
In [11]:
# Thriving in the Era of Large Surveys
start = int(timedelta(hours=0, minutes=47, seconds=14).total_seconds())
end = int(timedelta(hours=0, minutes=49, seconds=50).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[11]:
In [12]:
start = int(timedelta(hours=0, minutes=49, seconds=48).total_seconds())
end = int(timedelta(hours=0, minutes=51, seconds=50).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[12]:
In [13]:
start = int(timedelta(hours=0, minutes=53, seconds=50).total_seconds())
end = int(timedelta(hours=0, minutes=54, seconds=50).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[13]:
In [14]:
start = int(timedelta(hours=0, minutes=59, seconds=33).total_seconds())
end = int(timedelta(hours=1, minutes=1, seconds=37).total_seconds())
YouTubeVideo('n4OysNeyXpc', start=start, end=end)
Out[14]: