- Timestamp:
- Mar 2, 2012 10:56:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Alpha/Tinker/FFT_Fit_Cylinder.ipf
r798 r843 97 97 NVAR FFT_N = root:FFT_N 98 98 NVAR FFT_SolventSLD = root:FFT_SolventSLD 99 NVAR FFT_delRho = root:FFT_delRho //the SLD multiplier, should have been initialized to 1e-7 99 100 100 FFT_SolventSLD = trunc(sldSolv *1e6) //spits back an integer, maybe not correct101 FFT_SolventSLD = trunc(sldSolv/FFT_delRho) //spits back an integer, maybe not correct 101 102 102 103 // generate the matrix and erase it … … 110 111 // with the input parameters, build the structure 111 112 ctr = trunc(FFT_N/2) 112 fill = trunc(sldCyl *1e6)113 fill = trunc(sldCyl/FFT_delRho) 113 114 114 115 FillXCylinder(m,FFT_T,radius,ctr,ctr,ctr,length,fill)
Note: See TracChangeset
for help on using the changeset viewer.