source: sasview/sasview/default_categories.json @ f9fbe99

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since f9fbe99 was 53b9fc8, checked in by butler, 8 years ago

closes #582 - added barbell back to default_categories.json (not sure
why it got deleted but blame seems to point to me:-( Also formated the
default_categories file as a readable json file (formatting disappears
when python's json writter writes it to disk.

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[53b9fc8]1{
2    "Shapes": [
3        [
4            "barbell",
5            true
6        ],
7        [
8            "cylinder",
9            true
10        ],
11        [
12            "lamellar_stack_paracrystal",
13            true
14        ],
15        [
16            "multilayer_vesicle",
17            true
18        ],
19        [
20            "core_shell_cylinder",
21            true
22        ],
23        [
24            "lamellar_hg",
25            true
26        ],
27        [
28            "fuzzy_sphere",
29            true
30        ],
31        [
32            "sphere",
33            true
34        ],
35        [
36            "triaxial_ellipsoid",
37            true
38        ],
39        [
40            "rectangular_prism",
41            true
42        ],
43        [
44            "core_shell_bicelle",
45            true
46        ],
47        [
48            "flexible_cylinder",
49            true
50        ],
51        [
52            "flexible_cylinder_elliptical",
53            true
54        ],
55        [
56            "binary_hard_sphere",
57            true
58        ],
59        [
60            "core_multi_shell",
61            true
62        ],
63        [
64            "sc_paracrystal",
65            true
66        ],
67        [
68            "ellipsoid",
69            true
70        ],
71        [
72            "capped_cylinder",
73            true
74        ],
75        [
76            "core_shell_ellipsoid",
77            true
78        ],
79        [
80            "fcc_paracrystal",
81            true
82        ],
83        [
84            "core_shell_parallelepiped",
85            true
86        ],
87        [
88            "core_shell_ellipsoid_xt",
89            true
90        ],
91        [
92            "elliptical_cylinder",
93            true
94        ],
95        [
96            "pringle",
97            true
98        ],
99        [
100            "hollow_rectangular_prism_thin_walls",
101            true
102        ],
103        [
104            "hollow_rectangular_prism",
105            true
106        ],
107        [
108            "vesicle",
109            true
110        ],
111        [
112            "polymer_micelle",
113            true
114        ],
115        [
116            "parallelepiped",
117            true
118        ],
119        [
120            "hollow_cylinder",
121            true
122        ],
123        [
124            "linear_pearls",
125            true
126        ],
127        [
128            "spherical_sld",
129            true
130        ],
131        [
132            "raspberry",
133            true
134        ],
135        [
136            "lamellar_hg_stack_caille",
137            true
138        ],
139        [
140            "pearl_necklace",
141            true
142        ],
143        [
144            "lamellar",
145            true
146        ],
147        [
148            "onion",
149            true
150        ],
151        [
152            "lamellar_stack_caille",
153            true
154        ],
155        [
156            "bcc_paracrystal",
157            true
158        ],
159        [
160            "core_shell_sphere",
161            true
162        ],
163        [
164            "stacked_disks",
165            true
166        ]
167    ],
168    "Structure Factor": [
169        [
170            "hayter_msa",
171            true
172        ],
173        [
174            "squarewell",
175            true
176        ],
177        [
178            "stickyhardsphere",
179            true
180        ],
181        [
182            "hardsphere",
183            true
184        ]
185    ],
186    "Shape-Independent": [
187        [
188            "guinier_porod",
189            true
190        ],
191        [
192            "polymer_excl_volume",
193            true
194        ],
195        [
196            "gel_fit",
197            true
198        ],
199        [
200            "teubner_strey",
201            true
202        ],
203        [
204            "mono_gauss_coil",
205            true
206        ],
207        [
208            "mass_surface_fractal",
209            true
210        ],
211        [
212            "mass_fractal",
213            true
214        ],
215        [
216            "adsorbed_layer",
217            true
218        ],
219        [
220            "two_lorentzian",
221            true
222        ],
223        [
224            "fractal",
225            true
226        ],
227        [
228            "fractal_core_shell",
229            true
230        ],
231        [
232            "dab",
233            true
234        ],
235        [
236            "poly_gauss_coil",
237            true
238        ],
239        [
240            "star_polymer",
241            true
242        ],
243        [
244            "broad_peak",
245            true
246        ],
247        [
248            "surface_fractal",
249            true
250        ],
251        [
252            "two_power_law",
253            true
254        ],
255        [
256            "power_law",
257            true
258        ],
259        [
260            "rpa",
261            true
262        ],
263        [
264            "be_polyelectrolyte",
265            true
266        ],
267        [
268            "peak_lorentz",
269            true
270        ],
271        [
272            "guinier",
273            true
274        ],
275        [
276            "correlation_length",
277            true
278        ],
279        [
280            "line",
281            true
282        ],
283        [
284            "gaussian_peak",
285            true
286        ],
287        [
288            "porod",
289            true
290        ],
291        [
292            "gauss_lorentz_gel",
293            true
294        ],
295        [
296            "lorentz",
297            true
298        ]
299    ]
300}
Note: See TracBrowser for help on using the repository browser.