diff --git a/TIASshot/IScam.cs b/TIASshot/IScam.cs index 72cc8c5..e70e7f0 100644 --- a/TIASshot/IScam.cs +++ b/TIASshot/IScam.cs @@ -158,7 +158,7 @@ var thread = new Thread(() => SaveThread(numImages)); thread.Start(); - var filename = Config.GetString("File/ShotTime"); + var filename = Config.GetString("File/Info"); using (var csv = new StreamWriter(Path.Combine(_saveFolder, filename))) { WriteInfo(csv); csv.WriteLine("Shot,Time(ms)"); diff --git a/TIASshot/Lucam.cs b/TIASshot/Lucam.cs index add9d28..88c8826 100644 --- a/TIASshot/Lucam.cs +++ b/TIASshot/Lucam.cs @@ -210,7 +210,7 @@ var rawImage = new byte[imageSize]; var rgbImage = new byte[imageSize * 3]; - var filename = Config.GetString("File/ShotTime"); + var filename = Config.GetString("File/Info"); using (var csv = new StreamWriter(Path.Combine(_saveFolder, filename))) { csv.WriteLine("Shot,Time(ms)"); diff --git a/TIASshot/config.xml b/TIASshot/config.xml index ad08261..bebe4b6 100644 --- a/TIASshot/config.xml +++ b/TIASshot/config.xml @@ -33,7 +33,7 @@ TCC_ROIs.jpg Shot{NO}.png sRGB{CN}_{NO}.jpg - Info.csv + Info.csv TCC_RGB.csv TCC_sRGB{CN}.csv Conv_RGB-sRGB{CN}.csv