Package gda.scan

Class CentroidScan

java.lang.Object
gda.scan.ScanBase
gda.scan.CentroidScan
All Implemented Interfaces:
NestableScan, Scan, ScanChild, Serializable

public class CentroidScan extends ScanBase
Wrapper for the ConcurrentScan, except it takes centroid, width, step as arguments.
See Also:
  • Constructor Details

    • CentroidScan

      public CentroidScan(Object[] args) throws IllegalArgumentException
      Expect arguments in the format:

      scannbleObject1 centroid [width step] scannbleObject2 centroid [width step] scannbleObject3 centroid [width step]

      If width defined, then step must be defined, else an error is thrown.

      The number of steps for each scannable must be the same, or an error will be thrwon.

      Parameters:
      args - Object[]
      Throws:
      IllegalArgumentException
  • Method Details