Parent Topic: NGCLUS
Name Prompt Count Type FILE Database File Name 1-64 Char DBIC Database Input Channel List 1-4 Int DBOC Clustering Result Output Channel 0-1 Int MASK Area Mask (Window or Bitmap) 0-4 Int HTLN Histogram Table Length 0-1 Int NBIT Number of Bits of Resolution 0-1 Int SAMPRM Minimum Sample Threshold 0-1 Int SMOOTH Smoothing Parameter 0-1 Int GRID Grid Sample Increments (X,Y) 0-2 Int SIGGEN Generate Signatures: YES/NO 0-4 Char REPORT Report Mode: TERM/OFF/filename 0-64 Char
EASI>FILE="filespec"
EASI>DBIC=i,j,k,l
EASI>DBOC=i | results saved to channel i EASI>DBOC= | results not savedDBOC can be equal to DBIC. Only the area under MASK is written to DBOC.
EASI>MASK=xoff,yoff,xsize,ysize | process window
EASI>MASK=b | process only under bitmap
| stored in segment b
EASI>MASK= | process entire channel
EASI>GRID=Npix,Nlin | samples every Npix pixel on
| every Nlin line
EASI>GRID=k | Npix = Nlin = k
EASI>GRID= | defaults to 4,4
EASI>SIGGEN="YES" | generate signatures EASI>SIGGEN="NO" | no signature generated
EASI>REPORT = "filename"The following names have special meaning:
EASI>REPORT="TERM" | generates reports on your terminal EASI>REPORT="DISK" | generates reports on file "IMPRPT.LST" EASI>REPORT="OFF" | switches off report generation EASI>REPORT= | defaults to terminal outputNGCLUS generates a report of the total number of clusters and pixels.
Valid Values: x >= 0 Default: <none>Specifies the maximum number of unique entries that the histogram table may contain. This number defaults to values carefully selected to suit your system. This subject is discussed further in the DETAILS section below.
EASI>HTLN=100
Valid Values: 1 <= x <= 8 Default: 6Specifies the number of high-order bits used per byte of data in constructing the histogram table. The default of 6 is recommended for normal 8-bit data. Note that in general, using more bits per byte does not correspond to increased accuracy; instead, it may make the clustering unstable.
EASI>NBIT=7 EASI>NBIT= | defaults to 6
Valid Values: x >= 0 Default: 5Specifies the minimum number of samples allowed in a clustering, allowing the user to eliminate clusters with very few samples. If the number of samples in a cluster is less than SAMPRM, each sample inside the cluster will be merged into a neighbouring cluster.
EASI>SAMPRM=4 EASI>SAMPRM= | defaults to 5
Valid Values: x >= 1 Default: 5Specifies the histogram threshold. If the histogram value of a vector is less than SMOOTH, the value will be replaced by the average histogram value of the vector and its neighbours.
EASI>SMOOTH=3 EASI>SMOOTH= | defaults to 5