-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 9454317ed7c718459c6d3e1a88cfbdcd4492806a
- Loading branch information
1 parent
bb8fbd9
commit 65ca656
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.NET 1.1 version of DeconEngineV2 | ||
http://prismsvn.pnl.gov/svn/User_Applications/Jaitly_Utilities/Decon2LS/branches/Decon2LS_Beta_activeBranch | ||
Used by DeconConsole.exe (11/30/2012) to deisotope spectra | ||
Compile with Visual Studio 2003, but only works on XP; does not compile with .NET 2003 on Windows 7 (according to Gordon Slysz) | ||
|
||
.NET 4.0 version of DeconEngineV2 | ||
http://prismsvn.pnl.gov/svn/User_Applications/Slysz_Utilities/DeconEngineV2/trunk | ||
Port of DeconEngineV2 to VS 2010 | ||
Charge determination is 2x slower compared with the .NET 1.1 version | ||
|
||
C# DeconTools (with ThrashV2) | ||
http://prismsvn.pnl.gov/svn/User_Applications/Slysz_Utilities/DeconTools/trunk | ||
Port of DeconEngine to C# | ||
See file DeconTools.Backend\ProcessingTasks\Deconvoluters\HornDeconvolutor\ThrashDeconvolutorV2.cs | ||
Used by DeconConsole if parameter file has: | ||
<UseThrashV1>true</UseThrashV1> | ||
|