Class DifferenceSpectrogram.Arguments
Inheritance
DifferenceSpectrogram.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("DrawDifferenceSpectrogram", Description = "[INOPERABLE] Produces a spectrogram that displays statistical differences between two LDFC spectrograms.")]
public class Arguments : SubCommandBase
Properties
|
Improve this Doc
View Source
Config
Declaration
[Option(Description = "Path to configuration file in YAML format")]
[ExistingFile(false, true)]
[Required]
[LegalFilePath]
public string Config { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods