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()
Componentpublic java.lang.String getDescription()
ComponentgetDescription in interface Componentpublic void updateSettings()
updateSettings in interface Surveypublic void updateHeader(nom.tam.fits.Header fitsHeader)
SurveyupdateHeader in interface Survey