Serializable, Component, Surveypublic class UserSurvey extends Object implements Survey
| Constructor | Description |
|---|---|
UserSurvey() |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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 String getName()
Componentpublic String getDescription()
ComponentgetDescription in interface Componentpublic void updateSettings()
updateSettings in interface Surveypublic void updateHeader(nom.tam.fits.Header fitsHeader)
SurveyupdateHeader in interface Survey