Ignore:
Timestamp:
Nov 28, 2007 10:25:16 AM (17 years ago)
Author:
Mathieu Doucet <doucetm@…>
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
Message:

Updated according to code review.
Fixed consecutive 2D sims.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansrealspace/src/realspace/__init__.py

    r1141c5d r883a2ef  
    2222# 
    2323# \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 
    2825# 
    2926# \subsection build Building the code 
     
    6158# To add an object: 
    6259# \verbatim 
    63 #    handle = canvas.add('sphere') 
     60#    sphare = VolumeCanvas.SphereDescriptor() 
     61#    handle = canvas.addObject(sphere) 
    6462#    canvas.setParam('%s.radius' % handle, 15.0) 
    6563# \endverbatim 
     
    6866# \verbatim 
    6967#    output, error = canvas.getIqError(q=0.1) 
     68#    output, error = canvas.getIq2DError(qx=0.1, qy=0.1) 
    7069# \endverbatim 
    7170# 
Note: See TracChangeset for help on using the changeset viewer.