cometa.combine
Class AMFEventRadar
java.lang.Object
cometa.combine.Combiner
cometa.combine.AMFEventRadar
- All Implemented Interfaces:
- java.io.Serializable
public class AMFEventRadar
- extends Combiner
This class implements the Atmospheric Motion Field (AMF) combination method: given the start and end time, it computes
an AMF from radar images for each time step and, based on this vector field, it extrapolates a radar image into the future.
No parameter can be perturbated in this method.
For more information about this use case, please refer to the mater thesis documentation.
- See Also:
- Serialized Form
Constructor Summary |
AMFEventRadar()
Constructor for AMFEventRadar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMFEventRadar
public AMFEventRadar()
- Constructor for AMFEventRadar.
combineMetadata
public CombProc combineMetadata(Method method,
CombProc combProc)
- This method overrides the same method in the abstract class Combiner.
It implements the logic of the combination method.
- Specified by:
combineMetadata
in class Combiner
- Parameters:
method
- The method according to which the metadata has to be combined.combProc
- The procedure containing the operations to be executed on the real data.
- Returns:
- The procedure containing the operations to be executed on the real data.
- See Also:
Combiner
postProcessing
public void postProcessing()
- This method is executed at the end of the data combination.
- Overrides:
postProcessing
in class Combiner