Package skyview.survey
Class SIAPGenerator
java.lang.Object
skyview.survey.SIAPGenerator
- All Implemented Interfaces:
ImageGenerator
- Direct Known Subclasses:
AkariGenerator
,NeatGenerator
,SIAP2Generator
This class gets a set of candidates from a SIAP request
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SIAPGenerator
public SIAPGenerator()
-
-
Method Details
-
getBaseURL
Find the base URL for this SIAP service -
getSurveyName
-
getImages
public void getImages(double ra, double dec, double size, ArrayList<String> spells) throws Exception Get images from a SIAP service- Specified by:
getImages
in interfaceImageGenerator
- Throws:
Exception
-
addPosToURL
-
updateURL
Do regular expression transformation if requested. Other classes can override but should probably call this first unless they explicitly handle this.
-