Last change
on this file since 964 was
964,
checked in by srkline, 7 years ago
|
Adding a procedure file with routines that allow the fitting of calibration data from the detector tubes. Also allows different ways to plot the data from tubes, shifting the pixels in different ways for display.
|
File size:
713 bytes
|
Line | |
---|
1 | #pragma rtGlobals=3 // Use modern global access method and strict wave access. |
---|
2 | |
---|
3 | #include "VC_DetectorBinning_Q" |
---|
4 | #include "VC_DetectorBinning_Slit" |
---|
5 | #include "VC_DetectorBinning_Utils" |
---|
6 | #include "VC_FrontView_Deg" |
---|
7 | #include "VC_HDF5_VSANS_Utils" |
---|
8 | #include "VC_SideView" |
---|
9 | #include "VC_UtilityProcedures" |
---|
10 | #include "VC_VCALCPanel_MockUp" |
---|
11 | |
---|
12 | #include "HDF5gateway_NCNR" |
---|
13 | #include "Nexus_SANS_Write" |
---|
14 | #include "Nexus_VSANS_Write" |
---|
15 | #include "V_ReadWrite_HDF5" //AUG2015 beginning of read/write |
---|
16 | #include "V_NexusFromIgor" //AUG2015 - depricated, but keep for now |
---|
17 | |
---|
18 | // for possible peak fitting |
---|
19 | #include "BroadPeak_Pix_2D" |
---|
20 | #include "VC_BeamCenter" |
---|
21 | |
---|
22 | // for fitting data to generate tube corrections |
---|
23 | #include "V_TubeAdjustments" |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.