source: sans/Dev/trunk/NCNR_User_Procedures/Reduction/Polarization/Include_Polarization.ipf @ 1032

Last change on this file since 1032 was 816, checked in by srkline, 12 years ago

in 2D models, adjusted the point ranges to be integers. non-integer values occasionally causes issues.

changed names of polarization procedures to start with "Pol_" so that they are easier to locate.

added MixedDumbbell_FFT model as another example of a FFT fitting function.

File size: 346 bytes
Line 
1#pragma rtGlobals=1             // Use modern global access method.
2
3//
4// files to include after the SANS reduction has been loaded to
5// load in the procedures necessary for reduction of polarized
6// beam data
7
8// JUN 2011 SRK
9       
10//#include "Pol_PolCorr"
11#include "Pol_PolarizationPanels"
12#include "Pol_PolarizationCorrection"
13#include "Pol_FlipperPanel"
Note: See TracBrowser for help on using the repository browser.