Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

j001320m4906.exposures.html 5.7 KB
Raw

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

Press p or to see the previous file or, n or to see the next file

Comments

Loading...