Changes in / [89dba62:93cac17] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/product.py
rb2f0e5d r065d77d 295 295 The result may be an array or a float. 296 296 """ 297 # CRUFT: remove effective_radius once SasView 5.0 is released. 297 298 if beta_mode: 298 299 # TODO: 1. include calculated Q vector … … 304 305 ("S_eff(Q)", 1 + (F**2 / Fsq)*(S-1)), 305 306 ("effective_radius", radius_effective), 307 ("radius_effective", radius_effective), 306 308 # ("I(Q)", scale*(Fsq + (F**2)*(S-1)) + bg), 307 309 )) … … 311 313 ("S(Q)", S), 312 314 ("effective_radius", radius_effective), 315 ("radius_effective", radius_effective), 313 316 )) 314 317 return parts
Note: See TracChangeset
for help on using the changeset viewer.