Skip to content

Commit

Permalink
[dmu1_ml_Lockman-SWIRE] Run on vulcain
Browse files Browse the repository at this point in the history
- Update #9
- Strange negative magnitudes for RCS to check, cc @raphaelshirley
  • Loading branch information
yannick1974 committed Nov 21, 2017
1 parent 140d668 commit c0f708e
Show file tree
Hide file tree
Showing 18 changed files with 57,530 additions and 58,579 deletions.
16 changes: 8 additions & 8 deletions dmu1/dmu1_ml_Lockman-SWIRE/1.1_INT-WFC.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dmu1/dmu1_ml_Lockman-SWIRE/1.2_RCSLenS.ipynb

Large diffs are not rendered by default.

188 changes: 165 additions & 23 deletions dmu1/dmu1_ml_Lockman-SWIRE/1.3_PanSTARRS-3SS.ipynb

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions dmu1/dmu1_ml_Lockman-SWIRE/1.4_SpARCS.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dmu1/dmu1_ml_Lockman-SWIRE/1.5_UKIDSS-DXS.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dmu1/dmu1_ml_Lockman-SWIRE/1.6_SWIRE.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dmu1/dmu1_ml_Lockman-SWIRE/1.7_SERVS.ipynb

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dmu1/dmu1_ml_Lockman-SWIRE/2_Merging.ipynb

Large diffs are not rendered by default.

506 changes: 253 additions & 253 deletions dmu1/dmu1_ml_Lockman-SWIRE/3_Checks_and_diagnostics.ipynb

Large diffs are not rendered by default.

107 changes: 79 additions & 28 deletions dmu1/dmu1_ml_Lockman-SWIRE/notebook_output/1.1_INT-WFC.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<title>1.1_INT-WFC</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<title>1.1_INT-WFC</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>

<style type="text/css">
Expand All @@ -13,8 +11,8 @@
*
*/
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
Expand Down Expand Up @@ -1109,7 +1107,6 @@
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down Expand Up @@ -2538,7 +2535,6 @@
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down Expand Up @@ -3029,7 +3025,6 @@
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down Expand Up @@ -8760,6 +8755,9 @@
margin-left: 10px;
}
}
[dir="rtl"] #ipython_notebook {
float: right !important;
}
#noscript {
width: auto;
padding-top: 16px;
Expand Down Expand Up @@ -8962,9 +8960,15 @@
*
* Author: Jupyter Development Team
*/
[dir="rtl"] #tabs li {
float: right;
}
ul#tabs {
margin-bottom: 4px;
}
[dir="rtl"] ul#tabs {
margin-right: 0px;
}
ul#tabs a {
padding-top: 6px;
padding-bottom: 4px;
Expand All @@ -8987,6 +8991,16 @@
.list_toolbar .tree-buttons {
padding-top: 1px;
}
[dir="rtl"] .list_toolbar .tree-buttons {
float: left !important;
}
[dir="rtl"] .list_toolbar .pull-right {
padding-top: 1px;
float: left !important;
}
[dir="rtl"] .list_toolbar .pull-left {
float: right !important;
}
.dynamic-buttons {
padding-top: 3px;
display: inline-block;
Expand Down Expand Up @@ -9122,6 +9136,9 @@
#tree-selector {
padding-right: 0px;
}
[dir="rtl"] #tree-selector a {
float: right;
}
#button-select-all {
min-width: 50px;
}
Expand Down Expand Up @@ -9211,6 +9228,9 @@
left: auto;
right: 0;
}
[dir="rtl"] #new-menu {
text-align: right;
}
.kernel-menu-icon {
padding-right: 12px;
width: 24px;
Expand Down Expand Up @@ -9256,6 +9276,9 @@
#running .panel-group .panel .panel-body .list_container .list_item:last-child {
border-bottom: 0px;
}
[dir="rtl"] #running .col-sm-8 {
float: right !important;
}
.delete-button {
display: none;
}
Expand Down Expand Up @@ -9551,6 +9574,7 @@
}
}
div.inner_cell {
min-width: 0;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
Expand All @@ -9572,11 +9596,6 @@
/* Modern browsers */
flex: 1;
}
@-moz-document url-prefix() {
div.inner_cell {
overflow-x: hidden;
}
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_area {
border: 1px solid #cfcfcf;
Expand Down Expand Up @@ -11246,7 +11265,7 @@
}
.shortcut_key {
display: inline-block;
width: 20ex;
width: 21ex;
text-align: right;
font-family: monospace;
}
Expand Down Expand Up @@ -11558,6 +11577,7 @@
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
.terminal-app .terminal {
width: 100%;
float: left;
font-family: monospace;
color: white;
Expand All @@ -11572,6 +11592,9 @@
line-height: 1em;
font-size: 14px;
}
.terminal-app .terminal .xterm-rows {
padding: 10px;
}
.terminal-app .terminal-cursor {
color: black;
background: white;
Expand Down Expand Up @@ -11631,8 +11654,10 @@
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
Expand All @@ -11643,9 +11668,11 @@
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
Expand Down Expand Up @@ -11782,10 +11809,12 @@ <h1 id="Lockman-SWIRE-master-catalogue">Lockman SWIRE master catalogue<a class="
<div class="output">


<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>

<div class="output_subarea output_stream output_stdout output_text">
<pre>This notebook was run with herschelhelp_internal version:
02dd669 (Tue Aug 15 19:17:47 2017 +0100)
04829ed (Thu Nov 2 16:57:19 2017 +0000)
</pre>
</div>
</div>
Expand Down Expand Up @@ -11937,7 +11966,9 @@ <h2 id="I---Column-selection">I - Column selection<a class="anchor-link" href="#
<div class="output">


<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>

<div class="output_subarea output_stream output_stderr output_text">
<pre>/opt/anaconda3/envs/herschelhelp_internal/lib/python3.6/site-packages/ipykernel/__main__.py:8: RuntimeWarning: invalid value encountered in less_equal
/opt/anaconda3/envs/herschelhelp_internal/lib/python3.6/site-packages/ipykernel/__main__.py:9: RuntimeWarning: invalid value encountered in less_equal
Expand Down Expand Up @@ -11965,11 +11996,13 @@ <h2 id="I---Column-selection">I - Column selection<a class="anchor-link" href="#
<div class="output">


<div class="output_area"><div class="prompt output_prompt">Out[6]:</div>
<div class="output_area">
<div class="prompt output_prompt">Out[6]:</div>


<div class="output_html rendered_html output_subarea output_execute_result">
&lt;Table length=10&gt;
<table id="table140118600736840-40315" class="table-striped table-bordered table-condensed">
<table id="table140234684070320-40132" class="table-striped table-bordered table-condensed">
<thead><tr><th>idx</th><th>wfc_id</th><th>wfc_ra</th><th>wfc_dec</th><th>wfc_stellarity</th><th>m_ap_wfc_u</th><th>merr_ap_wfc_u</th><th>m_wfc_u</th><th>merr_wfc_u</th><th>m_ap_wfc_g</th><th>merr_ap_wfc_g</th><th>m_wfc_g</th><th>merr_wfc_g</th><th>m_ap_wfc_r</th><th>merr_ap_wfc_r</th><th>m_wfc_r</th><th>merr_wfc_r</th><th>m_ap_wfc_i</th><th>merr_ap_wfc_i</th><th>m_wfc_i</th><th>merr_wfc_i</th><th>m_ap_wfc_z</th><th>merr_ap_wfc_z</th><th>m_wfc_z</th><th>merr_wfc_z</th><th>f_ap_wfc_u</th><th>ferr_ap_wfc_u</th><th>f_wfc_u</th><th>ferr_wfc_u</th><th>flag_wfc_u</th><th>f_ap_wfc_g</th><th>ferr_ap_wfc_g</th><th>f_wfc_g</th><th>ferr_wfc_g</th><th>flag_wfc_g</th><th>f_ap_wfc_r</th><th>ferr_ap_wfc_r</th><th>f_wfc_r</th><th>ferr_wfc_r</th><th>flag_wfc_r</th><th>f_ap_wfc_i</th><th>ferr_ap_wfc_i</th><th>f_wfc_i</th><th>ferr_wfc_i</th><th>flag_wfc_i</th><th>f_ap_wfc_z</th><th>ferr_ap_wfc_z</th><th>f_wfc_z</th><th>ferr_wfc_z</th><th>flag_wfc_z</th></tr></thead>
<tr><td>0</td><td>445739200533</td><td>161.321275594</td><td>57.639319015</td><td>0.00306748</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>23.116</td><td>0.116</td><td>23.049</td><td>0.144</td><td>22.746</td><td>0.147</td><td>22.568</td><td>0.174</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>False</td><td>2.05873</td><td>0.219955</td><td>2.18978</td><td>0.290428</td><td>False</td><td>2.89468</td><td>0.391916</td><td>3.41036</td><td>0.546543</td><td>False</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>False</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>False</td></tr>
<tr><td>1</td><td>445739200534</td><td>161.174982572</td><td>57.639143809</td><td>0.000171409</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>22.184</td><td>0.066</td><td>22.105</td><td>0.113</td><td>21.859</td><td>0.067</td><td>21.907</td><td>0.089</td><td>21.923</td><td>0.11</td><td>22.042</td><td>0.141</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>False</td><td>4.85736</td><td>0.29527</td><td>5.22396</td><td>0.543693</td><td>False</td><td>6.55239</td><td>0.404344</td><td>6.26903</td><td>0.513885</td><td>False</td><td>6.17731</td><td>0.625847</td><td>5.53605</td><td>0.718943</td><td>False</td><td>nan</td><td>nan</td><td>nan</td><td>nan</td><td>False</td></tr>
Expand All @@ -11991,8 +12024,8 @@ <h2 id="I---Column-selection">I - Column selection<a class="anchor-link" href="#
datatables: 'https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min'
}});
require(["datatables"], function(){
console.log("$('#table140118600736840-40315').dataTable()");
$('#table140118600736840-40315').dataTable({
console.log("$('#table140234684070320-40132').dataTable()");
$('#table140234684070320-40132').dataTable({
"order": [],
"iDisplayLength": 50,
"aLengthMenu": [[10, 25, 50, 100, 500, 1000, -1], [10, 25, 50, 100, 500, 1000, 'All']],
Expand Down Expand Up @@ -12055,7 +12088,9 @@ <h2 id="II---Removal-of-duplicated-sources">II - Removal of duplicated sources<a
<div class="output">


<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>

<div class="output_subarea output_stream output_stdout output_text">
<pre>The initial catalogue had 949159 sources.
The cleaned catalogue has 948771 sources (388 removed).
Expand Down Expand Up @@ -12109,7 +12144,9 @@ <h2 id="III---Astrometry-correction">III - Astrometry correction<a class="anchor
<div class="output">


<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>



<div class="output_png output_subarea ">
Expand Down Expand Up @@ -13585,7 +13622,9 @@ <h2 id="III---Astrometry-correction">III - Astrometry correction<a class="anchor

</div>

<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>



<div class="output_png output_subarea ">
Expand Down Expand Up @@ -17189,7 +17228,9 @@ <h2 id="III---Astrometry-correction">III - Astrometry correction<a class="anchor
<div class="output">


<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>

<div class="output_subarea output_stream output_stdout output_text">
<pre>RA correction: -0.06007787097246364 arcsec
Dec correction: -0.12125572829972953 arcsec
Expand Down Expand Up @@ -17232,7 +17273,9 @@ <h2 id="III---Astrometry-correction">III - Astrometry correction<a class="anchor
<div class="output">


<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>



<div class="output_png output_subarea ">
Expand Down Expand Up @@ -18772,7 +18815,9 @@ <h2 id="III---Astrometry-correction">III - Astrometry correction<a class="anchor

</div>

<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>



<div class="output_png output_subarea ">
Expand Down Expand Up @@ -22273,7 +22318,9 @@ <h2 id="IV---Flagging-Gaia-objects">IV - Flagging Gaia objects<a class="anchor-l
<div class="output">


<div class="output_area"><div class="prompt"></div>
<div class="output_area">
<div class="prompt"></div>

<div class="output_subarea output_stream output_stdout output_text">
<pre>43952 sources flagged.
</pre>
Expand Down Expand Up @@ -22318,4 +22365,8 @@ <h1 id="VI---Saving-to-disk">VI - Saving to disk<a class="anchor-link" href="#VI
</div>
</div>
</body>




</html>
Loading

0 comments on commit c0f708e

Please sign in to comment.