1 | # User form factors for Modeling tool |
---|
2 | These are user contributed - or requested - form factors for use in "User Form factor" in Modeling package in Irena. |
---|
3 | To use: |
---|
4 | 1. Download the ipf file you need - click on the file, it opens in new type of view, now click in the right corner of the frame button "Raw", opens in text view. Now "Save as" from your browser File menu and save as text file with extension ipf (remove .txt browsers attach.) |
---|
5 | 2. Open this ipf file in Igor Experiment where you want to use it. Either double click with Igor Pro opened, or in Igor Pro go to File menu, Open File, Procedure... |
---|
6 | 3. Keep the ipf file in that experiment, if needed minimize or hide, do NOT kill |
---|
7 | 4. Follow these instructions below to setup that specific Form factor |
---|
8 | |
---|
9 | |
---|
10 | ### Core-Shell-Shell-Shell-sphere, January 2022 |
---|
11 | This is modified version of NIST f3Shell, created by Jan Ilavsky in January 2022. Original author is Steven Kline from NIST. |
---|
12 | |
---|
13 | USE in Irena : |
---|
14 | * In Modeling II select User form factor |
---|
15 | * In panel put in "Name of Form Factor function this string: FF_CoreThreeShell |
---|
16 | * In Panel put in Name of volume FF function this string: FF_CoreThreeShellVolume |
---|
17 | * Read the code at the top, this is complicated. |
---|
18 | * There are too many parameters for Irena GUI, some must be set as constants and cannot be fitted. Changing requires code modification. |
---|
19 | * SLD values are implicitely multipled by 10^10cm^-2, so insert only a number. These are rhos not, delta-rho-square |
---|
20 | |
---|
21 | **In main panel set contrast = 1 !!!!! Contrasts are part of the form factor in this case.** |
---|
22 | |
---|
23 | |
---|
24 | ### Core Shell Ellipsoid, June 2018 |
---|
25 | This is modified version of NIST CoreShellEllipsoid, created by Jan Ilavsky in June 2018. Original author is Steven Kline from NIST. |
---|
26 | |
---|
27 | USE in Irena : |
---|
28 | * In Modeling II select User form factor |
---|
29 | * In panel put in "Name of ForFactor function this string: IR1T_EllipsoidalCoreShell |
---|
30 | * In Panel put in Name of volume FF function this string: IR1T_EllipsoidalVolume |
---|
31 | * Par1 is the aspect ratio which for ellipsoids are defiend as rotational objects with dimensions R x R x ARxR, note, AR=1 may fail. |
---|
32 | * Par 2 is shell thickness in A, and it is the same thickness everywhere on the ellipsoid. |
---|
33 | * Par3, 4 and 5 are contrasts as this is core shell system and contrasts are part of the form factor. |
---|
34 | * Par3, 4 and 5 are implicitely multipled by 10^10cm^-2, so insert only a number. These are rhos not, delta-rho-square |
---|
35 | |
---|
36 | **In main panel set contrast = 1 !!!!! Contrasts are part of the form factor in this case.** |
---|
37 | |
---|
38 | |
---|
39 | ### Flexible Cylinder, June 2018 |
---|
40 | This is modified version of NIST Flexible Cylinder, created by Jan Ilavsky in June 2018. Original author is Steven Kline from NIST. |
---|
41 | |
---|
42 | USE in Irena : |
---|
43 | * In Modeling II select User form factor |
---|
44 | * In panel put in Name of FormFactor function this string: IR1T_FlexExclVolCyl |
---|
45 | * In Panel put in Name of volume FF function this string: IR1T_FlexExclVolCylVol |
---|
46 | * Parameter 1 is the length of the cylinder |
---|
47 | * Parameter 2 is the Kuhn length |
---|
48 | |
---|
49 | **Other parameters are not being used.** |
---|