public class UserSurvey extends java.lang.Object implements Survey
Constructor and Description |
---|
UserSurvey() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description of this component.
|
Image[] |
getImages(Position pos,
double size,
double scale)
Find a list of images that are within size of the given position.
|
java.lang.String |
getName()
Get the name of this component.
|
void |
updateHeader(nom.tam.fits.Header fitsHeader)
Update a FITS header for an image generated from this survey.
|
void |
updateSettings()
This is a NOP for the User survey
|
public java.lang.String getName()
Component
public java.lang.String getDescription()
Component
getDescription
in interface Component
public void updateSettings()
updateSettings
in interface Survey
public void updateHeader(nom.tam.fits.Header fitsHeader)
Survey
updateHeader
in interface Survey