Skip to content

Commit

Permalink
Removing all HiPS that are not on LAMBDA
Browse files Browse the repository at this point in the history
  • Loading branch information
njmiller committed Jun 6, 2016
1 parent 6613c78 commit 1d16d9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Aladin.js
Expand Up @@ -333,7 +333,7 @@ Aladin = (function() {
Aladin.DEFAULT_OPTIONS = {
target: "0 +0",
cooFrame: "J2000",
survey: "P/PLANCK/R2/LFI/color",
survey: "PLANCK-DUSTPOL",
fov: 60,
showReticle: false,
showZoomControl: true,
Expand Down
9 changes: 9 additions & 0 deletions src/js/HpxImageSurvey.js
Expand Up @@ -280,6 +280,15 @@ HpxImageSurvey = (function() {
"frame": "galactic",
"format": "png fits"
}*/
{
"name": "PLANCK-DUSTPOL",
"format": "png fits",
"url": "http://lambda.gsfc.nasa.gov/data/hips/Planck_DustPol_Amp_256.fitsHiPS",
"frame": "galactic",
"id": "PLANCK-DUSTPOL",
"instrument": "Planck",
"maxOrder": 3
}
];

HpxImageSurvey.FOOTPRINTS = [
Expand Down

0 comments on commit 1d16d9f

Please sign in to comment.