Skip to content

getValidEpochNumbers

  getValidEpochNumbers returns the physical numbers for valid epochs

  epochs=getValidEpochNumbers(channel)
        returns all valid epoch numbers
  epochs=getValidEpochNumbers(channel, n)
        returns the nth valid epoch number
  epochs=getValidEpochNumbers(channel, n1, n2)
        returns the n1th through n2th valid epoch numbers
  epochs=getValidEpochNumbers(channel, n1, step, n2)
        returns every step valid epoch between the n1th and n2th
            valid epoch numbers