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

j003444m4308.summary.html 5.1 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
  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. <h4>j003444m4308 </h4>
  19. 2019-07-21 09:02:07.347<br>
  20. <a href=j003444m4308.exposures.html>Exposure report</a>
  21. / <a href=j003444m4308_expflag.txt>j003444m4308_expflag.txt</a>
  22. / <a href=j003444m4308.auto_script.log.txt>j003444m4308.auto_script.log.txt</a>
  23. / <a href=j003444m4308.auto_script.yml>j003444m4308.auto_script.yml</a>
  24. <pre>
  25. <a href=j003444m4308-ir.cat.fits.gz>j003444m4308-ir.cat.fits.gz</a>
  26. <a href=j003444m4308-ir_bkg.fits.gz>j003444m4308-ir_bkg.fits.gz</a>
  27. <a href=j003444m4308-ir_drz_sci.fits.gz>j003444m4308-ir_drz_sci.fits.gz</a>
  28. <a href=j003444m4308-ir_drz_wht.fits.gz>j003444m4308-ir_drz_wht.fits.gz</a>
  29. <a href=j003444m4308-ir_seg.fits.gz>j003444m4308-ir_seg.fits.gz</a>
  30. <a href="j003444m4308_visits.npy">j003444m4308_visits.npy</a>
  31. </pre>
  32. <div><a href="./sparcs-0034-east-ckt-01-219.0-g141_column.png"><img src="./sparcs-0034-east-ckt-01-219.0-g141_column.png" height=100px title="sparcs-0034-east-ckt-01-219.0-g141_column.png"></a> <a href="./sparcs-0034-west-ckt-11-219.0-g141_column.png"><img src="./sparcs-0034-west-ckt-11-219.0-g141_column.png" height=100px title="sparcs-0034-west-ckt-11-219.0-g141_column.png"></a></div>
  33. <div><a href="./../Extractions/j003444m4308-g141-175.0_grism.png"><img src="./../Extractions/j003444m4308-g141-175.0_grism.png" width=400px title="../Extractions/j003444m4308-g141-175.0_grism.png"></a></div>
  34. <pre><a href="./../Extractions/j003444m4308-g141-175.0_grism_clean.fits.gz">../Extractions/j003444m4308-g141-175.0_grism_clean.fits.gz</a>
  35. <a href="./../Extractions/j003444m4308-g141-175.0_grism_sci.fits.gz">../Extractions/j003444m4308-g141-175.0_grism_sci.fits.gz</a>
  36. <a href=../Extractions/j003444m4308-fit.html> j003444m4308-fit.html </a>
  37. <a href="../Extractions/j003444m4308_zhist.png"><img src="../Extractions/j003444m4308_zhist.png" width=400px title="j003444m4308_zhist.png"> </a>
  38. </pre>
  39. <a href="./j003444m4308.rgb.jpg"><img src="./j003444m4308.rgb.jpg" height=300px></a>
  40. <a href="https://s3.amazonaws.com/grizli-v1/Master/j003444m4308_footprint.png"><img src="https://s3.amazonaws.com/grizli-v1/Master/j003444m4308_footprint.png" height=300px></a>
  41. <a href="./j003444m4308_fine.png"><img src="./j003444m4308_fine.png" height=200px></a>
  42. <br>
  43. <script>
  44. var astropy_sort_num = function(a, b) {
  45. var a_num = parseFloat(a);
  46. var b_num = parseFloat(b);
  47. if (isNaN(a_num) && isNaN(b_num))
  48. return ((a < b) ? -1 : ((a > b) ? 1 : 0));
  49. else if (!isNaN(a_num) && !isNaN(b_num))
  50. return ((a_num < b_num) ? -1 : ((a_num > b_num) ? 1 : 0));
  51. else
  52. return isNaN(a_num) ? -1 : 1;
  53. }
  54. jQuery.extend( jQuery.fn.dataTableExt.oSort, {
  55. "optionalnum-asc": astropy_sort_num,
  56. "optionalnum-desc": function (a,b) { return -astropy_sort_num(a, b); }
  57. });
  58. $(document).ready(function() {
  59. $('#table140578315289152').dataTable({
  60. order: [],
  61. pageLength: 50,
  62. lengthMenu: [[10, 25, 50, 100, 500, 1000, -1], [10, 25, 50, 100, 500, 1000, 'All']],
  63. pagingType: "full_numbers",
  64. columnDefs: [{targets: [4, 5], type: "optionalnum"}]
  65. });
  66. } ); </script>
  67. <table class="display compact" id="table140578315289152">
  68. <thead>
  69. <tr>
  70. <th>filter</th>
  71. <th>FITS</th>
  72. <th>naxis</th>
  73. <th>crval</th>
  74. <th>exptime</th>
  75. <th>ndrizim</th>
  76. <th>wcs_log</th>
  77. <th>img</th>
  78. </tr>
  79. </thead>
  80. <tr>
  81. <td>f140w</td>
  82. <td><a href="./j003444m4308-f140w_drz_sci.fits.gz">sci</a> <a href="./j003444m4308-f140w_drz_wht.fits.gz">wht</a> <a href="./j003444m4308-f140w_psf.fits">psf</a></td>
  83. <td>3714 2823</td>
  84. <td>8.67893 -43.13763</td>
  85. <td>1723.5</td>
  86. <td>8</td>
  87. <td><pre><a href=sparcs-0034-east-ckt-01-219.0-f140w_wcs.png>sparcs-0034-east-ckt-01-219.0-f140w_wcs.log</a>:# radec: sparcs-0034-east-ckt-01-219.0-f140w_des.radec
  88. <a href=sparcs-0034-east-ckt-01-219.0-f140w_wcs.png>sparcs-0034-east-ckt-01-219.0-f140w_wcs.log</a>: 0 -1.3289 -1.2413 0.0092 1.00028 0.240 46
  89. <a href=sparcs-0034-west-ckt-11-219.0-f140w_wcs.png>sparcs-0034-west-ckt-11-219.0-f140w_wcs.log</a>:# radec: sparcs-0034-west-ckt-11-219.0-f140w_des.radec
  90. <a href=sparcs-0034-west-ckt-11-219.0-f140w_wcs.png>sparcs-0034-west-ckt-11-219.0-f140w_wcs.log</a>: 0 0.7093 1.6479 -0.0024 1.00005 0.166 41
  91. </pre></td>
  92. <td><a href=j003444m4308.f140w.jpg><img src=j003444m4308.f140w.jpg height=200px></a></td>
  93. </tr>
  94. </table>
  95. </body>
  96. </html>
Tip!

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

Comments

Loading...