.. AUTO-GENERATED FILE -- DO NOT EDIT!

nipype.interfaces.nitime.analysis
=================================


:class:`CoherenceAnalyzer`
--------------------------




Inputs:: 

	[Optional]
	NFFT : (an integer >= 32)
		Unknown
	TR : (a float)
		Unknown
	figure_type : ('matrix' or 'network')
		Unknown
	frequency_range : (a list of from 2 to 2 items which are any value)
		Unknown
	ignore_exception : (a boolean)
		Print an error message instead of throwing an exception in case the interface fails to run
	in_TS	a nitime TimeSeries object
	in_file : (an existing file name)
		Unknown
		requires: TR
	n_overlap : (an integer >= 0)
		Unknown
	output_csv_file : (a file name)
		File to write outputs (coherence,time-delay) with file-names: file_name_ {coherence,timedelay}
	output_figure_file : (a file name)
		File to write output figures (coherence,time-delay) with file-names: file_name_{coherence,timedelay}. Possible formats: .png,.svg,.pdf,.jpg,...


Outputs:: 

	coherence_array : (an array)
		Unknown
	coherence_csv : (a file name)
		Unknown
	coherence_fig : (a file name)
		Figure representing coherence values
	timedelay_array : (an array)
		Unknown
	timedelay_csv : (a file name)
		Unknown
	timedelay_fig : (a file name)
		Figure representing coherence values

:class:`GetTimeSeries`
----------------------





