1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
- <html>
- <head>
- <meta charset="utf-8"/>
- <meta content="text/html;charset=UTF-8" http-equiv="Content-type"/>
- <style>
- body {font-family: sans-serif;}
- table.dataTable {width: auto !important; margin: 0 !important;}
- .dataTables_filter, .dataTables_paginate {float: left !important; margin-left:1em}
- td {font-size: 10pt;}
- </style>
- <link href="https://cdn.datatables.net/1.10.12/css/jquery.dataTables.css" rel="stylesheet" type="text/css"/>
- <script src="https://code.jquery.com/jquery-3.1.1.min.js">
- </script>
- <script src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js">
- </script>
- </head>
- <body>
- <script>
- var astropy_sort_num = function(a, b) {
- var a_num = parseFloat(a);
- var b_num = parseFloat(b);
- if (isNaN(a_num) && isNaN(b_num))
- return ((a < b) ? -1 : ((a > b) ? 1 : 0));
- else if (!isNaN(a_num) && !isNaN(b_num))
- return ((a_num < b_num) ? -1 : ((a_num > b_num) ? 1 : 0));
- else
- return isNaN(a_num) ? -1 : 1;
- }
- jQuery.extend( jQuery.fn.dataTableExt.oSort, {
- "optionalnum-asc": astropy_sort_num,
- "optionalnum-desc": function (a,b) { return -astropy_sort_num(a, b); }
- });
- $(document).ready(function() {
- var table = $('#table139853068681624').DataTable({
- order: [],
- pageLength: 50,
- lengthMenu: [[10, 25, 50, 100, 500, 1000, -1], [10, 25, 50, 100, 500, 1000, 'All']],
- pagingType: "full_numbers",
- columnDefs: [{targets: [7, 8, 9, 10, 11, 12, 13, 15], type: "optionalnum"}]
- });
- $('a.toggle-vis').on( 'click', function (e) {
- e.preventDefault();
- // Get the column API object
- var column = table.column( $(this).attr('data-column') );
- // Toggle the visibility
- column.visible( ! column.visible() );
- } );
-
- } ); </script>
- <div style="border:1px solid black; padding:10px; margin:10px">
- <b>Toggle column:</b></br> <a class="toggle-vis" data-column="0"> <tt>FLT</tt> </a> <b>/</b> <a class="toggle-vis" data-column="1"> <tt>FILTER</tt> </a> <b>/</b> <a class="toggle-vis" data-column="2"> <tt>INSTRUME</tt> </a> <b>/</b> <a class="toggle-vis" data-column="3"> <tt>DETECTOR</tt> </a> <b>/</b> <a class="toggle-vis" data-column="4"> <tt>TARGNAME</tt> </a> <b>/</b> <a class="toggle-vis" data-column="5"> <tt>DATE-OBS</tt> </a> <b>/</b> <a class="toggle-vis" data-column="6"> <tt>TIME-OBS</tt> </a> <b>/</b> <a class="toggle-vis" data-column="7"> <tt>EXPSTART</tt> </a> <b>/</b> <a class="toggle-vis" data-column="8"> <tt>EXPTIME</tt> </a> <b>/</b> <a class="toggle-vis" data-column="9"> <tt>PA_V3</tt> </a> <b>/</b> <a class="toggle-vis" data-column="10"> <tt>RA_TARG</tt> </a> <b>/</b> <a class="toggle-vis" data-column="11"> <tt>DEC_TARG</tt> </a> <b>/</b> <a class="toggle-vis" data-column="12"> <tt>POSTARG1</tt> </a> <b>/</b> <a class="toggle-vis" data-column="13"> <tt>POSTARG2</tt> </a> <b>/</b> <a class="toggle-vis" data-column="14"> <tt>complete</tt> </a> <b>/</b> <a class="toggle-vis" data-column="15"> <tt>persnpix</tt> </a> <b>/</b> <a class="toggle-vis" data-column="16"> <tt>product</tt> </a> <b>/</b> <a class="toggle-vis" data-column="17"> <tt>ramp</tt> </a> <b>/</b> <a class="toggle-vis" data-column="18"> <tt>trails</tt> </a>
- </div>
-
- <table class="display compact" id="table139853068681624">
- <thead>
- <tr>
- <th>FLT</th>
- <th>FILTER</th>
- <th>INSTRUME</th>
- <th>DETECTOR</th>
- <th>TARGNAME</th>
- <th>DATE-OBS</th>
- <th>TIME-OBS</th>
- <th>EXPSTART</th>
- <th>EXPTIME</th>
- <th>PA_V3</th>
- <th>RA_TARG</th>
- <th>DEC_TARG</th>
- <th>POSTARG1</th>
- <th>POSTARG2</th>
- <th>complete</th>
- <th>persnpix</th>
- <th>product</th>
- <th>ramp</th>
- <th>trails</th>
- </tr>
- </thead>
- <tr>
- <td><a href="./idgb04qsq_flt.fits">idgb04qsq_flt.fits</a></td>
- <td>F110W</td>
- <td>WFC3</td>
- <td>IR</td>
- <td>SPT-CLJ0013-4906</td>
- <td>2018-03-29</td>
- <td>06:33:55</td>
- <td>58206.274</td>
- <td>202.9</td>
- <td>1.0</td>
- <td>3.330433</td>
- <td>-49.110522</td>
- <td>0.0</td>
- <td>-26.0</td>
- <td>True</td>
- <td>0</td>
- <td>spt-clj0013-4906-dgb-04-001.0-f110w</td>
- <td><a href="../RAW/idgb04qsq_ramp.png"><img src="../RAW/idgb04qsq_ramp.png" height=180 ></a></td>
- <td><a href="../RAW/idgb04qsq_trails.png"><img src="../RAW/idgb04qsq_trails.png" height=180 ></a></td>
- </tr>
- <tr>
- <td><a href="./idgb04quq_flt.fits">idgb04quq_flt.fits</a></td>
- <td>F110W</td>
- <td>WFC3</td>
- <td>IR</td>
- <td>SPT-CLJ0013-4906</td>
- <td>2018-03-29</td>
- <td>06:38:20</td>
- <td>58206.277</td>
- <td>202.9</td>
- <td>1.0</td>
- <td>3.330433</td>
- <td>-49.110522</td>
- <td>0.4511</td>
- <td>-25.59684</td>
- <td>True</td>
- <td>1743</td>
- <td>spt-clj0013-4906-dgb-04-001.0-f110w</td>
- <td><a href="../RAW/idgb04quq_ramp.png"><img src="../RAW/idgb04quq_ramp.png" height=180 ></a></td>
- <td><a href="../RAW/idgb04quq_trails.png"><img src="../RAW/idgb04quq_trails.png" height=180 ></a></td>
- </tr>
- <tr>
- <td><a href="./idgb04qwq_flt.fits">idgb04qwq_flt.fits</a></td>
- <td>F110W</td>
- <td>WFC3</td>
- <td>IR</td>
- <td>SPT-CLJ0013-4906</td>
- <td>2018-03-29</td>
- <td>06:42:45</td>
- <td>58206.280</td>
- <td>202.9</td>
- <td>1.0</td>
- <td>3.330433</td>
- <td>-49.110522</td>
- <td>0.90219</td>
- <td>-25.19368</td>
- <td>True</td>
- <td>1792</td>
- <td>spt-clj0013-4906-dgb-04-001.0-f110w</td>
- <td><a href="../RAW/idgb04qwq_ramp.png"><img src="../RAW/idgb04qwq_ramp.png" height=180 ></a></td>
- <td><a href="../RAW/idgb04qwq_trails.png"><img src="../RAW/idgb04qwq_trails.png" height=180 ></a></td>
- </tr>
- </table>
- </body>
- </html>
|