Serializable
, Component
, Survey
public 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()
Component
public 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