Package org.ivoa.dm.caom2
Class Environment.EnvironmentBuilder
java.lang.Object
org.ivoa.dm.caom2.Environment.EnvironmentBuilder
- Enclosing class:
- Environment
A builder class for Environment, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionambient temperature at the telescope.angular elevation above horizon [0,90].fractional relative humidity [0,1].typical atmospheric distortion (full-width-half-max of a point source).indicator that flux and/or color calibration is stable.the opacity of the atmosphere [0,1].wavelength at which opacity was measured. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
typical atmospheric distortion (full-width-half-max of a point source). -
humidity
fractional relative humidity [0,1]. -
elevation
angular elevation above horizon [0,90]. -
tau
the opacity of the atmosphere [0,1]. -
wavelengthTau
wavelength at which opacity was measured. -
ambientTemp
ambient temperature at the telescope. -
photometric
indicator that flux and/or color calibration is stable.
-
-
Constructor Details
-
EnvironmentBuilder
public EnvironmentBuilder()
-
-
Method Details
-
create
create a Environment from this builder.- Returns:
- an object initialized from the builder.
-