source: sasview/sansmodels/src/sans/models/c_extensions/README.txt @ 830622f

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 830622f was 8809e48, checked in by Mathieu Doucet <doucetm@…>, 16 years ago

Updated cloning

  • Property mode set to 100644
File size: 841 bytes
Line 
1NOTE ABOUT THE SANS MODELS REFACTOR [Oct 14, 2008]
2
3This is the code that was used to produce the first version of the
4SANS models. This code should be refactored to eliminate all the code
5in c_extensions and merge it with the C++ code in c_models.
6
7- Some of the C code that was used to port the IGOR code is still used.
8  For instance, the functions defined in cylinder.c is used in c_models/cylinder.cpp.
9
10- As of writing, the C functions are used in the McVine code to implement
11  a simulated SANS instrument.
12 
13- The script c_extensions/WrapperGenerator.py is the original script
14  that was used to generate the python C extensions for our models.
15  For instance, CCylinderModel.c was created with WrapperGenerator.py run
16  on cylinder.h.
17 
18- See c_models/README.txt for more details about the new c_models.
19
20 
21 
Note: See TracBrowser for help on using the repository browser.