Inheritance
DrawSummaryIndexTracks.Arguments
Assembly: AnalysisPrograms.dll
[Command("IndicesCsv2Image", Description = "[BETA] Input a csv file of summary indices.Outputs a tracks image.")]
public class Arguments : SubCommandBase
Properties
|
Improve this Doc
View Source
Declaration
[Option(Description = "Config file containing properties of summary indices.", ShortName = "ip")]
[ExistingFile(false, true)]
[LegalFilePath]
public string IndexPropertiesConfig { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[Option(Description = "The csv file containing rows of summary indices, one row per time segment - typical one minute segments.")]
[ExistingFile(false, true, Extension = ".csv")]
[LegalFilePath]
public string InputCsv { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[Option(Description = "A file path to write output image")]
[NotExistingFile(Extension = ".png")]
[Required]
[LegalFilePath]
public string Output { 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