Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tom Dwelly
speccy
Commits
8320559a
Commit
8320559a
authored
Jul 25, 2021
by
Tom Dwelly
Browse files
add SDSSu panel
parent
a929a081
Changes
2
Hide whitespace changes
Inline
Side-by-side
js/speccy.js
View file @
8320559a
...
...
@@ -1549,7 +1549,8 @@ function setupStamps(ra, dec){
{
'
name
'
:
'
dss2
'
,
'
hips
'
:
'
CDS/P/DSS2/color
'
},
// {'name': 'nvss', 'hips': 'CDS/P/NVSS'},
{
'
name
'
:
'
ps1
'
,
'
hips
'
:
'
CDS/P/PanSTARRS/DR1/color-i-r-g
'
},
{
'
name
'
:
'
galex
'
,
'
hips
'
:
'
CDS/P/GALEXGR6/AIS/color
'
}];
{
'
name
'
:
'
galex
'
,
'
hips
'
:
'
CDS/P/GALEXGR6/AIS/color
'
},
{
'
name
'
:
'
sdssu
'
,
'
hips
'
:
'
CDS/P/SDSS9/u
'
}
];
for
(
var
l
=
0
;
l
<
layers
.
length
;
l
++
){
var
layer
=
layers
[
l
];
var
td
=
document
.
getElementById
(
"
thumb_panel_
"
+
layer
[
'
name
'
]);
...
...
speccy.html
View file @
8320559a
...
...
@@ -331,6 +331,7 @@
<!-- <th class="thumb">Chandra</th> -->
<th
class=
"thumb"
>
GALEX
</th>
<th
class=
"thumb"
>
DSS2
</th>
<th
class=
"thumb"
>
SDSS u
</th>
<th
class=
"thumb"
>
SDSS gri
</th>
<th
class=
"thumb"
>
PS1dr1 gri
</th>
<th
class=
"thumb"
>
LSdr9 grz
</th>
...
...
@@ -347,6 +348,7 @@
<!-- <td class="thumb" id="thumb_panel_csc" ></td> -->
<td
class=
"thumb"
id=
"thumb_panel_galex"
></td>
<td
class=
"thumb"
id=
"thumb_panel_dss2"
></td>
<td
class=
"thumb"
id=
"thumb_panel_sdssu"
></td>
<td
class=
"thumb"
id=
"thumb_panel_sdss"
></td>
<td
class=
"thumb"
id=
"thumb_panel_ps1"
></td>
<td
class=
"thumb"
id=
"thumb_panel_ls-dr9"
></td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment