Alias: null
Common Name: WriteFileListForSignalArray
Class: org. imirsel. m2k. io. WriteFileListForSignalArray

Overview: This module takes as input a stream of Signal Arrays. For each Signal array input, a text file is written containing the file location and class/category of every Signal element of the array. The output format is tab delimitted, e.g. . (the class name can be optionally omitted from the file) The output file names and working directory are specified as properties. A count value is appended to each prefix to differentiate the file lists from multiple Signal array inputs, e.g. prefix0.extension, prefix1.extension, etc.

Data Handling: Data is passed through unaltered.


Inputs:
Signal Array
[org. imirsel. m2k. util. Signal
An array of Signal objects


Outputs:
File list file
java. io. File
File object representing the list file


Signal Array
[org. imirsel. m2k. util. Signal
An array of Signal objects



Properties:
Working Directory
The working directory to which the list files are written

File Name Prefix
The file name prefix of the files to be written. An integer value will be appended to each prefix to designate separate file lists for each input Signal array in a stream of Signal arrays.

File Extension
The extension of the file to be written

Omit Class Name
A flag to set whether the class names are written to the file.