Skip to content

Commit 6b02965

Browse files
committed
Images from Lenn's Data
Original hash: 4bce7bb
1 parent 8e11548 commit 6b02965

1 file changed

Lines changed: 26 additions & 10 deletions

File tree

AudioAnalysis/AnalysisPrograms/ConcatenateIndexFiles.cs

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,24 +108,40 @@ public static Arguments Dev()
108108
// new DirectoryInfo(@"Y:\Results\2015Aug20-154235 - Yvonne, Indices, ICD=60.0, #50")
109109
// };
110110

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

115115

116+
//// The recording siteName is used as filter pattern to select directories. It is also used for naming the output files
117+
//string directoryFilter = "Woondum3";
118+
////string directoryFilter = "GympieNP"; // this is a directory filter to locate only the required files
119+
//string opFileStem = directoryFilter;
120+
//string opPath = @"Y:\Results\YvonneResults\Cooloola_ConcatenatedResults";
121+
122+
//dtoStart = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
123+
//dtoEnd = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
124+
////dtoEnd = new DateTimeOffset(2015, 10, 11, 0, 0, 0, TimeSpan.Zero);
125+
126+
127+
128+
// ########################## LENN'S RECORDINGS
129+
// top level directory
130+
DirectoryInfo[] dataDirs = { new DirectoryInfo(@"Y:\Results\2015Oct19-173501 - Lenn, Indices, ICD=60.0, #61\Berndt\Lenn\Week 1\Card1302_Box1302"),
131+
};
132+
133+
116134
// The recording siteName is used as filter pattern to select directories. It is also used for naming the output files
117-
string directoryFilter = "Woondum3";
118-
//string directoryFilter = "GympieNP"; // this is a directory filter to locate only the required files
119-
string opFileStem = directoryFilter;
120-
string opPath = @"Y:\Results\YvonneResults\Cooloola_ConcatenatedResults";
135+
string directoryFilter = "Towsey.Acoustic"; // this is a directory filter to locate only the required files
136+
string opFileStem = "Card1302_Box1302";
137+
string opPath = @"C:\SensorNetworks\Output\LennsResults";
121138

122-
dtoStart = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
123-
dtoEnd = new DateTimeOffset(2015, 09, 20, 0, 0, 0, TimeSpan.Zero);
139+
dtoStart = new DateTimeOffset(2015, 09, 27, 0, 0, 0, TimeSpan.Zero);
140+
dtoEnd = new DateTimeOffset(2015, 09, 30, 0, 0, 0, TimeSpan.Zero);
124141
//dtoEnd = new DateTimeOffset(2015, 10, 11, 0, 0, 0, TimeSpan.Zero);
125142

126143

127144

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

0 commit comments

Comments
 (0)