Package skyview.survey
Class AkariGenerator
- java.lang.Object
-
- skyview.survey.SIAPGenerator
-
- skyview.survey.AkariGenerator
-
- All Implemented Interfaces:
ImageGenerator
public class AkariGenerator extends SIAPGenerator
-
-
Constructor Summary
Constructors Constructor Description AkariGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getImages(double ra, double dec, double size, java.util.ArrayList<java.lang.String> spells)
It appears that the SIAP query for AKARI is assumed to request data in ecliptic coordinates.-
Methods inherited from class skyview.survey.SIAPGenerator
addPosToURL, getBaseURL, updateURL
-
-
-
-
Method Detail
-
getImages
public void getImages(double ra, double dec, double size, java.util.ArrayList<java.lang.String> spells) throws java.lang.Exception
It appears that the SIAP query for AKARI is assumed to request data in ecliptic coordinates. So we'll convert the input RA/Dec to ECL and then get the images. The AKARI output fully describes the proxy image, so we don't need to pass anything else special.- Specified by:
getImages
in interfaceImageGenerator
- Overrides:
getImages
in classSIAPGenerator
- Parameters:
ra
-dec
-size
-spells
-- Throws:
java.lang.Exception
-
-