Package skyview.survey
Class UserSurvey
java.lang.Object
skyview.survey.UserSurvey
- All Implemented Interfaces:
Serializable,Component,Survey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of this component.Image[]Find a list of images that are within size of the given position.getName()Get the name of this component.voidupdateHeader(nom.tam.fits.Header fitsHeader) Update a FITS header for an image generated from this survey.voidThis is a NOP for the User survey
-
Constructor Details
-
UserSurvey
public UserSurvey()
-
-
Method Details
-
getName
Description copied from interface:ComponentGet the name of this component. -
getDescription
Description copied from interface:ComponentGet the description of this component.- Specified by:
getDescriptionin interfaceComponent
-
updateSettings
public void updateSettings()This is a NOP for the User survey- Specified by:
updateSettingsin interfaceSurvey
-
updateHeader
public void updateHeader(nom.tam.fits.Header fitsHeader) Description copied from interface:SurveyUpdate a FITS header for an image generated from this survey.- Specified by:
updateHeaderin interfaceSurvey
-
getImages
Description copied from interface:SurveyFind a list of images that are within size of the given position.
-