Changeset 202
- Timestamp:
- Nov 15, 2007 4:53:40 PM (15 years ago)
- Location:
- sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Models_2D
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Models_2D/CoreShellCyl2D.ipf
r200 r202 130 130 CSCyl2D_tmp = cw 131 131 CSCyl2D_tmp[14] = 25 132 CSCyl2D_tmp[7] = 0 //send a zero background to the calculation, add it in later 132 133 133 zw[p1,p2]= CoreShellCylinderModel_D(CSCyl2D_tmp,xw,yw) 134 zw[p1,p2]= CoreShellCylinderModel_D(CSCyl2D_tmp,xw,yw) + cw[7] 134 135 135 136 #endif -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Models_2D/Cylinder_2D.ipf
r200 r202 126 126 Cyl2D_tmp = cw 127 127 Cyl2D_tmp[10] = 25 // hard-wire the number of integration points 128 Cyl2D_tmp[4] = 0 // send a background of zero 128 129 129 zw[p1,p2]= CylinderModel_D(Cyl2D_tmp,xw,yw) 130 zw[p1,p2]= CylinderModel_D(Cyl2D_tmp,xw,yw) + cw[4] //add in the proper background here 130 131 131 132 #endif -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Models_2D/Ellipsoid2D.ipf
r200 r202 129 129 Ellip2D_tmp = cw 130 130 Ellip2D_tmp[11] = 25 131 Ellip2D_tmp[4] = 0 //pass in a zero background and add it in later 131 132 132 zw[p1,p2]= EllipsoidModel_D(Ellip2D_tmp,xw,yw) 133 zw[p1,p2]= EllipsoidModel_D(Ellip2D_tmp,xw,yw) + cw[4] 133 134 134 135 #endif -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Models_2D/EllipticalCylinder2D.ipf
r200 r202 130 130 EllCyl2D_tmp = cw 131 131 EllCyl2D_tmp[13] = 25 132 EllCyl2D_tmp[5] = 0 //pass in a zero background and add it in later 132 133 133 zw[p1,p2]= EllipticalCylinderModel_D(EllCyl2D_tmp,xw,yw) 134 zw[p1,p2]= EllipticalCylinderModel_D(EllCyl2D_tmp,xw,yw) + cw[5] 134 135 135 136 #endif
Note: See TracChangeset
for help on using the changeset viewer.