Class AkariGenerator

    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AkariGenerator

        public AkariGenerator()
    • 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 interface ImageGenerator
        Overrides:
        getImages in class SIAPGenerator
        Parameters:
        ra -
        dec -
        size -
        spells -
        Throws:
        java.lang.Exception