Class Pamguard

java.lang.Object
  extended by Pamguard

public class Pamguard
extends java.lang.Object

Pamgaurd main class.

Author:
Douglas Gillespie

Constructor Summary
Pamguard()
           
 
Method Summary
static void main(java.lang.String[] args)
          PAMGUARD can be started in three different modes.
private static void writePropertyString(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pamguard

public Pamguard()
Method Detail

main

public static void main(java.lang.String[] args)
PAMGUARD can be started in three different modes.

Normal mode (no args in) is for everyday data processing and collection.

-v = Viewer mode which will connect to a database and re-display data from a given time period.

-m = Mixed mode which will connect to a database, Sounds are analysed from file and new results written to the database, but other data, such as GPS data, are read from the database synchronised in time to the audio data to correctly reconstruct tracks, etc.

Parameters:
args -

writePropertyString

private static void writePropertyString(java.lang.String key)