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