Skip to content

Commit

Permalink
Images from Lenn's Data
Browse files Browse the repository at this point in the history
Original hash: 4bce7bb
  • Loading branch information
towsey committed Oct 27, 2015
1 parent 8e11548 commit 6b02965
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions AudioAnalysis/AnalysisPrograms/ConcatenateIndexFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,40 @@ public static Arguments Dev()
// new DirectoryInfo(@"Y:\Results\2015Aug20-154235 - Yvonne, Indices, ICD=60.0, #50")
// };

DirectoryInfo[] dataDirs = { new DirectoryInfo(@"Y:\Results\2015Sep23-154123 - Yvonne, Indices, ICD=60.0, #55, #56, #57\Yvonne\Cooloola"),
new DirectoryInfo(@"Y:\Results\2015Oct19-142156 - Yvonne, Indices, ICD=60.0, #62"),
};
//DirectoryInfo[] dataDirs = { new DirectoryInfo(@"Y:\Results\2015Sep23-154123 - Yvonne, Indices, ICD=60.0, #55, #56, #57\Yvonne\Cooloola"),
// new DirectoryInfo(@"Y:\Results\2015Oct19-142156 - Yvonne, Indices, ICD=60.0, #62"),
// };


//// The recording siteName is used as filter pattern to select directories. It is also used for naming the output files
//string directoryFilter = "Woondum3";
////string directoryFilter = "GympieNP"; // this is a directory filter to locate only the required files
//string opFileStem = directoryFilter;
//string opPath = @"Y:\Results\YvonneResults\Cooloola_ConcatenatedResults";

//dtoStart = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
//dtoEnd = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
////dtoEnd = new DateTimeOffset(2015, 10, 11, 0, 0, 0, TimeSpan.Zero);



// ########################## LENN'S RECORDINGS
// top level directory
DirectoryInfo[] dataDirs = { new DirectoryInfo(@"Y:\Results\2015Oct19-173501 - Lenn, Indices, ICD=60.0, #61\Berndt\Lenn\Week 1\Card1302_Box1302"),
};


// The recording siteName is used as filter pattern to select directories. It is also used for naming the output files
string directoryFilter = "Woondum3";
//string directoryFilter = "GympieNP"; // this is a directory filter to locate only the required files
string opFileStem = directoryFilter;
string opPath = @"Y:\Results\YvonneResults\Cooloola_ConcatenatedResults";
string directoryFilter = "Towsey.Acoustic"; // this is a directory filter to locate only the required files
string opFileStem = "Card1302_Box1302";
string opPath = @"C:\SensorNetworks\Output\LennsResults";

dtoStart = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
dtoEnd = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
dtoStart = new DateTimeOffset(2015, 09, 27, 0, 0, 0, TimeSpan.Zero);
dtoEnd = new DateTimeOffset(2015, 09, 30, 0, 0, 0, TimeSpan.Zero);
//dtoEnd = new DateTimeOffset(2015, 10, 11, 0, 0, 0, TimeSpan.Zero);




// ########################## STURT RECORDINGS
// The recording siteName is used as filter pattern to select directories. It is also used for naming the output files

Expand Down

0 comments on commit 6b02965

Please sign in to comment.