Skip to content

Commit 1d16d9f

Browse files
committed
Removing all HiPS that are not on LAMBDA
1 parent 6613c78 commit 1d16d9f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/js/Aladin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Aladin = (function() {
333333
Aladin.DEFAULT_OPTIONS = {
334334
target: "0 +0",
335335
cooFrame: "J2000",
336-
survey: "P/PLANCK/R2/LFI/color",
336+
survey: "PLANCK-DUSTPOL",
337337
fov: 60,
338338
showReticle: false,
339339
showZoomControl: true,

src/js/HpxImageSurvey.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,15 @@ HpxImageSurvey = (function() {
280280
"frame": "galactic",
281281
"format": "png fits"
282282
}*/
283+
{
284+
"name": "PLANCK-DUSTPOL",
285+
"format": "png fits",
286+
"url": "http://lambda.gsfc.nasa.gov/data/hips/Planck_DustPol_Amp_256.fitsHiPS",
287+
"frame": "galactic",
288+
"id": "PLANCK-DUSTPOL",
289+
"instrument": "Planck",
290+
"maxOrder": 3
291+
}
283292
];
284293

285294
HpxImageSurvey.FOOTPRINTS = [

0 commit comments

Comments
 (0)