Changeset b9a5f0e in sasview for src/sas/simulation
- Timestamp:
- Feb 13, 2015 4:52:52 AM (10 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:
- fd5ac0d
- Parents:
- 35ec279
- Location:
- src/sas/simulation
- Files:
-
- 1 added
- 1 deleted
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/simulation/analmodelpy/analmodelpymodule/Make.mm
r79492222 rb9a5f0e 12 12 # 13 13 14 PROJECT = SA NSsimulation14 PROJECT = SASsimulation 15 15 PACKAGE = analmodelpymodule 16 16 MODULE = analmodelpy -
src/sas/simulation/analmodelpy/libanalmodelpy/Make.mm
r79492222 rb9a5f0e 55 55 EXPORT_HEADERS = \ 56 56 analytical_model.h \ 57 sa ns_model.h57 sas_model.h 58 58 59 59 EXPORT_LIBS = $(PROJ_SAR) -
src/sas/simulation/analmodelpy/libanalmodelpy/analytical_model.h
r79492222 rb9a5f0e 1 /** \file analytical_model.h class AnalyticalModel:SA NSModel */1 /** \file analytical_model.h class AnalyticalModel:SASModel */ 2 2 3 3 #ifndef ANALYTICALMODEL_H 4 4 #define ANALYTICALMODEL_H 5 5 6 #include "sa ns_model.h"6 #include "sas_model.h" 7 7 #include "geo_shape.h" 8 8 #include "iq.h" 9 9 10 class AnalyticalModel : public SA NSModel{10 class AnalyticalModel : public SASModel{ 11 11 12 12 public: -
src/sas/simulation/analmodelpy/tests/Make.mm
r79492222 rb9a5f0e 16 16 ../../geoshapespy/libgeoshapespy 17 17 18 PROJECT = SA NSsimulation18 PROJECT = SASsimulation 19 19 PACKAGE = tests 20 20 -
src/sas/simulation/analmodelpy/tests/testanal_model.py
r79492222 rb9a5f0e 14 14 if __name__ == "__main__": 15 15 16 from SA NSsimulation import analmodelpy as analmodelpymodule17 from SA NSsimulation import iqPy18 from SA NSsimulation import geoshapespy16 from SASsimulation import analmodelpy as analmodelpymodule 17 from SASsimulation import iqPy 18 from SASsimulation import geoshapespy 19 19 20 20 print "copyright information:" -
src/sas/simulation/geoshapespy/geoshapespymodule/Make.mm
r79492222 rb9a5f0e 12 12 # 13 13 14 PROJECT = SA NSsimulation14 PROJECT = SASsimulation 15 15 PACKAGE = geoshapespymodule 16 16 MODULE = geoshapespy -
src/sas/simulation/geoshapespy/tests/testshapes.py
r79492222 rb9a5f0e 14 14 if __name__ == "__main__": 15 15 16 from SA NSsimulation import geoshapespy16 from SASsimulation import geoshapespy 17 17 18 18 print -
src/sas/simulation/iqPy/Make.mm
r79492222 rb9a5f0e 12 12 # 13 13 14 PROJECT = SA NSsimulation14 PROJECT = SASsimulation 15 15 16 16 # directory structure -
src/sas/simulation/iqPy/examples/Make.mm
r79492222 rb9a5f0e 12 12 # 13 13 14 PROJECT = SA NSsimulation14 PROJECT = SASsimulation 15 15 PACKAGE = examples 16 16 -
src/sas/simulation/iqPy/iqPy/Make.mm
r79492222 rb9a5f0e 11 11 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 12 13 PROJECT = SA NSsimulation13 PROJECT = SASsimulation 14 14 PACKAGE = iqPy 15 15 -
src/sas/simulation/iqPy/iqPymodule/Make.mm
r79492222 rb9a5f0e 12 12 # 13 13 14 PROJECT = SA NSsimulation14 PROJECT = SASsimulation 15 15 PACKAGE = iqPymodule 16 16 MODULE = iqPy -
src/sas/simulation/iqPy/tests/testiq.py
r79492222 rb9a5f0e 14 14 if __name__ == "__main__": 15 15 16 from SA NSsimulation import iqPy16 from SASsimulation import iqPy 17 17 iqPy.new_iq(10,0.01,0.4) 18 18 -
src/sas/simulation/pointsmodelpy/libpointsmodelpy/points_model.h
r79492222 rb9a5f0e 1 /** \file points_model.h child class of SA NSmodel*/1 /** \file points_model.h child class of SASmodel*/ 2 2 3 3 #ifndef POINTSMODEL_H … … 9 9 #include "Point3D.h" 10 10 #include "iq.h" 11 #include "sa ns_model.h"11 #include "sas_model.h" 12 12 13 13 using namespace std; 14 14 15 class PointsModel : public SA NSModel{15 class PointsModel : public SASModel{ 16 16 public: 17 17 PointsModel(); -
src/sas/simulation/pointsmodelpy/pointsmodelpymodule/Make.mm
r79492222 rb9a5f0e 12 12 # 13 13 14 PROJECT = SA NSsimulation14 PROJECT = SASsimulation 15 15 PACKAGE = pointsmodelpymodule 16 16 MODULE = pointsmodelpy -
src/sas/simulation/pointsmodelpy/tests/testcomplexmodel.py
r79492222 rb9a5f0e 1 from sa nsModeling.pointsmodelpy import pointsmodelpy2 from sa nsModeling.iqPy import iqPy3 from sa nsModeling.geoshapespy import geoshapespy1 from sasModeling.pointsmodelpy import pointsmodelpy 2 from sasModeling.iqPy import iqPy 3 from sasModeling.geoshapespy import geoshapespy 4 4 5 5 #First testing: a normal case, a lores model holds a sphere -
src/sas/simulation/pointsmodelpy/tests/testlores.py
r79492222 rb9a5f0e 1 1 if __name__ == "__main__": 2 2 3 from sa nsModeling.iqPy import iqPy4 #from sa nsModeling.analmodelpy import analmodelpy as analmodelpymodule5 from sa nsModeling.geoshapespy import geoshapespy6 from sa nsModeling.pointsmodelpy import pointsmodelpy3 from sasModeling.iqPy import iqPy 4 #from sasModeling.analmodelpy import analmodelpy as analmodelpymodule 5 from sasModeling.geoshapespy import geoshapespy 6 from sasModeling.pointsmodelpy import pointsmodelpy 7 7 8 8 # print "copyright information:" -
src/sas/simulation/pointsmodelpy/tests/testlores2d.py
r79492222 rb9a5f0e 1 1 def test_lores2d(phi): 2 from sa nsModeling.pointsmodelpy import pointsmodelpy3 from sa nsModeling.iqPy import iqPy4 from sa nsModeling.geoshapespy import geoshapespy2 from sasModeling.pointsmodelpy import pointsmodelpy 3 from sasModeling.iqPy import iqPy 4 from sasModeling.geoshapespy import geoshapespy 5 5 6 6 #lores model is to hold several geometric objects … … 15 15 pointsmodelpy.lores_add(lm,c,3.0) 16 16 17 #retrieve the points from lores model for sa ns calculation17 #retrieve the points from lores model for sas calculation 18 18 vp = pointsmodelpy.new_point3dvec() 19 19 pointsmodelpy.get_lorespoints(lm,vp) … … 30 30 from Numeric import arange,zeros 31 31 from enthought.util.numerix import Float,zeros 32 from sa nsModeling.file2array import readfile2array33 from sa nsModeling.pointsmodelpy import pointsmodelpy34 from sa nsModeling.geoshapespy import geoshapespy32 from sasModeling.file2array import readfile2array 33 from sasModeling.pointsmodelpy import pointsmodelpy 34 from sasModeling.geoshapespy import geoshapespy 35 35 36 36 lm = pointsmodelpy.new_loresmodel(0.1) … … 70 70 from Numeric import arange,zeros 71 71 from enthought.util.numerix import Float,zeros 72 from sa nsModeling.file2array import readfile2array73 from sa nsModeling.pointsmodelpy import pointsmodelpy74 from sa nsModeling.geoshapespy import geoshapespy72 from sasModeling.file2array import readfile2array 73 from sasModeling.pointsmodelpy import pointsmodelpy 74 from sasModeling.geoshapespy import geoshapespy 75 75 76 76 lm = pointsmodelpy.new_loresmodel(0.1) -
src/sas/simulation/pointsmodelpy/tests/testnegativepr.py
r79492222 rb9a5f0e 1 1 if __name__ == "__main__": 2 from sa nsModeling.pointsmodelpy import pointsmodelpy3 from sa nsModeling.iqPy import iqPy4 from sa nsModeling.geoshapespy import geoshapespy2 from sasModeling.pointsmodelpy import pointsmodelpy 3 from sasModeling.iqPy import iqPy 4 from sasModeling.geoshapespy import geoshapespy 5 5 6 6 a = geoshapespy.new_sphere(10) -
src/sas/simulation/setup.py
r79492222 rb9a5f0e 1 1 """ 2 Installation script for SA NS models2 Installation script for SAS models 3 3 4 4 - To compile and install: … … 27 27 28 28 # Top package name 29 #pck_top = "sa nsModeling"29 #pck_top = "sasModeling" 30 30 pck_top = "sas.simulation" 31 31 pck_dir = os.path.join("src","sas", "simulation") … … 98 98 99 99 setup( 100 name="sa nsrealspace_modeling",100 name="sasrealspace_modeling", 101 101 version = "0.2", 102 description = "Python module for SA NS simulation",102 description = "Python module for SAS simulation", 103 103 author = "University of Tennessee", 104 104 url = "http://danse.us/trac/sas",
Note: See TracChangeset
for help on using the changeset viewer.