Changeset 883a2ef in sasview for sansrealspace/src/realspace/__init__.py
- Timestamp:
- Nov 28, 2007 10:25:16 AM (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:
- aa61e49
- Parents:
- f980d4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansrealspace/src/realspace/__init__.py
r1141c5d r883a2ef 22 22 # 23 23 # \subsection depends External Dependencies 24 # You have to have the DANSE distutils-adpt package installed: 25 # \verbatime 26 #$ svn co svn://danse.us/distutils-adpt 27 # \endverbatim 24 # None 28 25 # 29 26 # \subsection build Building the code … … 61 58 # To add an object: 62 59 # \verbatim 63 # handle = canvas.add('sphere') 60 # sphare = VolumeCanvas.SphereDescriptor() 61 # handle = canvas.addObject(sphere) 64 62 # canvas.setParam('%s.radius' % handle, 15.0) 65 63 # \endverbatim … … 68 66 # \verbatim 69 67 # output, error = canvas.getIqError(q=0.1) 68 # output, error = canvas.getIq2DError(qx=0.1, qy=0.1) 70 69 # \endverbatim 71 70 #
Note: See TracChangeset
for help on using the changeset viewer.