Changeset 8c050c1 in sasview for sansrealspace/src
- Timestamp:
- Oct 18, 2007 2:44:03 PM (17 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- a2c1196
- Parents:
- 3c75696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansrealspace/src/realspace/test/simulation_stimuli.py
r3c75696 r8c050c1 90 90 """Add an object to the canvas""" 91 91 92 frequency = 1.092 frequency = 0.1 93 93 94 94 def __call__(self, canvas): … … 115 115 """Get the value of a canvas or shape parameter""" 116 116 117 frequency = 1.0117 frequency = 0.05 118 118 119 119 def __call__(self, canvas): … … 145 145 """Calculate I(q)""" 146 146 147 frequency = 1.0147 frequency = 0.25 148 148 149 149 def __call__(self, canvas): … … 167 167 """Calculate I(q)""" 168 168 169 frequency = 1.0169 frequency = 0.25 170 170 171 171 def __call__(self, canvas): … … 189 189 """Set the value of a canvas parameter""" 190 190 191 frequency = 1.0191 frequency = 0.05 192 192 193 193 def __call__(self, canvas): … … 227 227 """Set the value of a canvas parameter""" 228 228 229 frequency = 1.0229 frequency = 0.1 230 230 231 231 def __call__(self, canvas): … … 292 292 """Calculate I(q)""" 293 293 294 frequency = 1.0294 frequency = 0.05 295 295 296 296 def __call__(self, canvas):
Note: See TracChangeset
for help on using the changeset viewer.