Package PamguardMVC
Interface TFContourProvider
- All Known Implementing Classes:
 ConnectedRegionDataUnit,GPLDetection
public interface TFContourProvider
Interface to add to data units that hold a time-frequency contour. 
this can be used by the beam former (or potentially other localisers or displays) to work within a restricted and varying frequency range.
- Author:
 - Doug Gillespie
 
- 
Method Summary
Modifier and TypeMethodDescriptionGets time-frequency contour information in units of milliseconds and frequency 
- 
Method Details
- 
getTFContourData
TFContourData getTFContourData()Gets time-frequency contour information in units of milliseconds and frequency- Returns:
 - TFContour data object.
 
 
 -