Skip to content

Commit

Permalink
update to v1.4: integration of real PHS data
Browse files Browse the repository at this point in the history
- update to v1.4: option to consider real PHS data as distribution
- removal of x86 version
- rework of pyDLTPulseGenerator
- two examples added for pyDLTPulseGenerator
  • Loading branch information
dpscience committed Aug 29, 2022
1 parent 8d2b7a6 commit fa8817b
Show file tree
Hide file tree
Showing 44 changed files with 5,412 additions and 14,074 deletions.
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLTPulseGenerator", "DLTPulseGenerator\DLTPulseGenerator.vcxproj", "{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.ActiveCfg = Debug|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.Build.0 = Debug|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.ActiveCfg = Debug|Win32
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.Build.0 = Debug|Win32
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.ActiveCfg = Release|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.Build.0 = Release|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.ActiveCfg = Release|Win32
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLTPulseGenerator", "DLTPulseGenerator\DLTPulseGenerator.vcxproj", "{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.ActiveCfg = Debug|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.Build.0 = Debug|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.ActiveCfg = Debug|Win32
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.Build.0 = Debug|Win32
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.ActiveCfg = Release|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.Build.0 = Release|x64
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.ActiveCfg = Release|Win32
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit fa8817b

Please sign in to comment.