Class DeploymentOverview

java.lang.Object
tethys.deployment.DeploymentOverview

public class DeploymentOverview extends Object
Class to give a general overview of all the effort in PAMGuard which will form the basis for Deployment Documents. This will tell us if data were on a regular duty cycle or more adhoc and also provide a list of all start and end times for these periods.
Author:
dg50
  • Constructor Details

  • Method Details

    • getRawDataList

      public RecordingList getRawDataList()
      Returns:
      the rawDataList
    • getBinaryDataList

      public RecordingList getBinaryDataList()
      Returns:
      the binaryDataList
    • getMasterList

      public RecordingList getMasterList(TethysControl tethysControl)
    • getMasterList

      public RecordingList getMasterList(String effortSourceName)
    • getLongestList

      public RecordingList getLongestList()
      Get the recording list with the greatest duration (start to end) not looking at coverage between those times.
      Returns: