Last change
on this file since 798 was
798,
checked in by srkline, 11 years ago
|
I'm not sure this is a great idea, but I'm putting the FFT / Debye sphere work that I have completed into SVN. It's all really rough - the math, I believe is correct, but the interface if really, really rough. But it's not going to develop without help.
|
File size:
1.3 KB
|
Line | |
---|
1 | #pragma rtGlobals=1 // Use modern global access method. |
---|
2 | |
---|
3 | #include "FFT_Panel" |
---|
4 | #include "FFT_Cubes" |
---|
5 | #include "FFT_VoxelDisplay" |
---|
6 | #include "FFT_FillMatrixShapes" |
---|
7 | #include "FFT_Debye_Spheres" |
---|
8 | |
---|
9 | #include "FFT_Cylinder_Fills" |
---|
10 | #include "FFT_Cylinder_2D_Fill" |
---|
11 | #include "FFT_Plane_Fills" |
---|
12 | #include "FFT_Lattice_Fills" |
---|
13 | #include "FFT_Sphere_Fills" |
---|
14 | |
---|
15 | #include "FFT_ConcentratedSpheres" |
---|
16 | #include "FFT_ConnectedRods" |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | Init_FFT() |
---|
21 | |
---|
22 | |
---|
23 | Menu "Macros" |
---|
24 | "-" |
---|
25 | "Init_FFT" |
---|
26 | Submenu "Matrix Info" |
---|
27 | "Number of Points" |
---|
28 | "Fill Statistics" |
---|
29 | "Center_to_Center" |
---|
30 | "Davg_to_Np" |
---|
31 | end |
---|
32 | Submenu "Matrix Moving" |
---|
33 | "ParseMatrix 3D to XYZ" |
---|
34 | "Plot XYZ" |
---|
35 | "AnimatedS Slices" |
---|
36 | "Show Full Matrix" |
---|
37 | end |
---|
38 | Submenu "3D testing" |
---|
39 | "Connect Dots 3D" |
---|
40 | "Put Random Cylinders at Points" |
---|
41 | "Put X-axis Cylinders at Points" |
---|
42 | "Put X-axis Cylinders Square Grid",PutXAxisCylindersSquare() |
---|
43 | "Put X-axis Cylinders Hexagonal Grid",PutXAxisCylindersHexagonal() |
---|
44 | "Hexagonal Cylinders" |
---|
45 | "Conc Sphere Loop" |
---|
46 | "-" |
---|
47 | "Overnight" |
---|
48 | end |
---|
49 | Submenu "2D testing" |
---|
50 | "Test 2D" |
---|
51 | "Connect Dots 2D" |
---|
52 | "Erase 2D" |
---|
53 | end |
---|
54 | "-" |
---|
55 | "Include FFT Fit Functions" |
---|
56 | End |
---|
57 | |
---|
58 | // analysis must be loaded first |
---|
59 | Proc IncludeFFTFitFunctions() |
---|
60 | NCNR_AnalysisLoader("Load NCNR Analysis Macros") |
---|
61 | Execute/P "INSERTINCLUDE \"FFT_Fit_Includes\"" |
---|
62 | Execute/P "COMPILEPROCEDURES " |
---|
63 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.