Changeset 065d77d in sasmodels
- Timestamp:
- Mar 29, 2019 4:42:07 PM (6 years ago)
- Branches:
- master, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
- Children:
- 7eb2a4d, db3947c
- Parents:
- de032da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/product.py
r8795b6f r065d77d 185 185 The result may be an array or a float. 186 186 """ 187 # CRUFT: remove effective_radius once SasView 5.0 is released. 187 188 if beta_mode: 188 189 # TODO: 1. include calculated Q vector … … 194 195 ("S_eff(Q)", 1 + (F1**2 / F2)*(S-1)), 195 196 ("effective_radius", radius_effective), 197 ("radius_effective", radius_effective), 196 198 # ("I(Q)", scale*(F2 + (F1**2)*(S-1)) + bg), 197 199 )) … … 201 203 ("S(Q)", S), 202 204 ("effective_radius", radius_effective), 205 ("radius_effective", radius_effective), 203 206 )) 204 207 return parts
Note: See TracChangeset
for help on using the changeset viewer.