Package rocca

Class RoccaClassifyThisClick

java.lang.Object
rocca.RoccaClassifyThisClick

public class RoccaClassifyThisClick extends Object
Short script to load the data from an existing parameter stats file, classify each row and save the data into a new summary file. This program requires a valid RoccaProcess in order to run, and can therefore not be run as a standalone object. A Reclassify button is included in the Rocca Parameters GUI, but disabled by default. In order to run this program, change the hard-coded filenames as required, enable the reclassifyButton in RoccaParametersDialog, and run Pamguard. NOTE - THIS VERSION IS SPECIFIC TO CLICKS, NOT WHISTLES. CHECK TO SEE WHETHER THE RECLASSIFY BUTTON RUNS THIS OR RoccaClassifyThis. The parameter stats file must have the following format: column A: Source column B: ClassifiedSpecies (ignored) column C: DURATION column D: FREQCENTER column E: FREQPEAK column F: BW3DB column G: BW3DBLOW column H: BW3DBHIGH column I: BW10DB column J: BW10DBLOW column K: BW10DBHIGH column L: NCROSSINGS column M: SWEEPRATE column N: MEANTIMEZC column O: MEDIANTIMEZC column P: VARIANCETIMEZC Any remaining columns are ignored. Column headers do not need to be spelled/capitalized the same, but must be in this order.
Author:
Mike
  • Constructor Details

    • RoccaClassifyThisClick

      public RoccaClassifyThisClick(RoccaProcess roccaProcess)
      Constructor