|
SPICE- User Downloads |
|
Spectrometer Instrument Control
Environment
|
Downloads for Users:
The following utilities are
available for download by users:
1.
The Status Display Launcher:
This allows a user to
view the current status of the spectrometer(s).
Detailed information about
the use of this program can be found here.
To install the
launcher:
-Windows 2000/XP/Vista users can download the self-extracting
executable, StatusLaunch.exe.
(The Windows version is new as of 24-May-2007)
2.
Graffiti:
This program allows the user to download
data to his/her own computer and browse through the scans in the
experiment.
It also allows combining data sets, angle
calculations, spurion checks, etc.
NOTE: Windows 10 users may need to install the Microsoft .NET Framework version 3.5 in order to use Graffiti.
( Download here).
 
Mac version: For OS X Mavericks (10.9) and later (does not include powder diffractometer data analysis or saving to excel or origin pro, since these features use ActiveX and .NET which are not available in OS X):
Graffiti_2.6.0.101.dmg.
(This OS X version is new as of 6-Oct2014)
 
New version: Windows XP/Vista/7 (WAND Instrument Functionality Fix):
GraffitiInstaller version 2.6.0.108.exe.
(This version is new as of 27-Apr 2016)
 
Previous version: Windows XP/Vista/7 (minor UI bug fix):
GraffitiInstaller version 2.6.0.86.exe.
(This version is new as of 1-Mar 2016)
 
Previous version: Windows XP/Vista/7 (WAND Instrument Functionality):
GraffitiInstaller version 2.6.0.67.exe.
(The Windows version is new as of 30-Jun2015)
(Source code here, written under LabVIEW 2012 SP1:Graffiti Source Code (version 2.6.0.67).zip)
 
Previous^2 version: Windows XP/Vista/7 (Redundancy Analysis for Powder Data):
GraffitiInstaller version 2.6.0.64.exe.
(The Windows version is new as of 10-Mar2015)
 
Previous^3 version: Windows XP/Vista/7 (config for CG4C and CG1B, exp. statistics, and includes powder diffractometer data analysis):
GraffitiInstaller version 2.6.0.58.exe.
(The Windows version is new as of 18-Feb2015)
 
Even older version: Windows XP/Vista/7 (optimized for smaller screens):
Graffiti20.exe.
(The Windows version is new as of 18-Nov2009)
Older still version: Windows XP/Vista:
Graffiti.exe.
(The Windows version is new as of 24-May-2007)
3. Documentation:
Users
of Windows NT/2000/XP can download all the documentation for SPICE in
the form of a Windows help file by clicking here.
4.
SPICE - Source Code
The following zip files contain the source code for SPICE. We are now developing in LabVIEW 2012 SP1. As we change versions, we will include the source code for older LabVIEW versions.
LabVIEW 2012 SP1 (for Windows 7) - version 1.5.0.92 - as of June 27, 2017:
spice_code_labview_2012_ver1.5.0.92_(6-27-2017).zip
LabVIEW 2012 SP1 (for Windows 7) - version 1.5.0.4 - as of Dec. 2, 2013:
spice_code_labview_2012_ver1.5.0.4_(12-2-2013).zip
LabVIEW 8.2.1 - version date - June 12, 2007:
spice_code_lv_82_12June07.zip
LabVIEW 7.1.1 - version date - Feb. 2, 2006:
spice_LabVIEW_7.1.1_2Feb06.zip
This self-extracting zip file will allow a user to install SPICE running on a Virtual Triple-Axis: Virtual_SPICE_TAS.exe.
If you extract the above code into C:\spice, you can run the virtual triple-axis by opening the LabVIEW vi located at C:\spice\spice_code\common\code\Launch_Spice\launch_spice.vi
5.
Virtual SPICE:
Files for running SPICE virtually.
 
Triple-Axis Virtual SPICE (with source code) for Windows 7 (June 2017; includes short instruction text file):
TAX SPICE (Virtual-Including Source Code) (6-27-17)/vSPICE.zip.
(This Windows 7 version is new as of 27-Jun2017)
 
Triple-Axis Virtual SPICE (with source code) for Windows 7 (May 2016; includes short instruction text file):
TAX SPICE (Virtual-Including Source Code) (5-12-16)/vSPICE.zip.
(This Windows 7 version is new as of 12-May2016)
 
(Previous Version ) Triple-Axis Virtual SPICE for Windows 7 (NuWay version; includes short instruction text file):
TAX SPICE (Virtual) (9-4-14).zip.
(This Windows 7 version is new as of 4-Sep2014)
 
Four-Circle Virtual SPICE for Windows 7 (includes short instruction text file):
Virtual Four-Circle SPICE (v1.5.8.143).zip.
(This Windows 7 version is new as of 16-Oct2017)
 
Virtual SANS SPICE (CG2) for Windows 7 (includes short instruction text file):
Virtual SANS SPICE (CG2) (v1.6.9.128B).zip.
(This Windows 7 version is new as of 21-Feb2019)
 
Virtual SANS SPICE (CG3) for Windows 7 (includes short instruction text file):
Virtual SANS SPICE (CG3) (v1.6.9.128).zip.
(This Windows 7 version is new as of 20-Feb2019)
6.
Loaders for SPICE data files:
(a)
MATLAB:
The following 2 files provide a
method for loading SPICE data into MATLAB:
spiceload.m
spicedata.m
Copy these 2 files into you
working directory or some location in the MATLAB path.
Usage:
[x, y, err, monitor, xlab, ylab]=spiceload(filespec)
where filespec has the form:
'filename,<x column name>,<y column name>,<Monitor name>,<Normalization factor>'
Examples:
[x, y, err, monitor, xlab, ylab]=spiceload('HB1_exp0058_scan0012.dat')
Loads the
specified file with defaults
[x, y, err, monitor, xlab, ylab]=spiceload('HB1_exp0058_scan0013.dat,default,default,monitor,20000')
Loads the
specified file with x and y as defaults normalized to 20000 monitor
counts
[x, y, err, monitor, xlab, ylab]=spiceload('HB1_exp0058_scan0010.dat,e,detector,monitor,400000')
Loads the
specified file with x=e, y=detector normalized to 400000 monitor counts
Comments or questions about this web site can be emailed to Mark Lumsden