Changes between Version 5 and Version 6 of CodeDocs
- Timestamp:
- Jun 26, 2014 1:40:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeDocs
v5 v6 3 3 This page is for describing the flow of programs, naming conventions, and some of the behind the scenes happenings that impact anyone that is planning to extend the code base. 4 4 5 - description of the requirements for a single model function5 - Description of the requirements for a single model function 6 6 * [wiki:MyModel Analysis Model Format][[BR]] 7 7 8 - description of threading8 - Description of threading 9 9 * [wiki:IgorThreading Threading a Model Calculation][[BR]] 10 10 11 - file output formats11 - File output formats for pinhole SANS 12 12 * [wiki:NCNROutput1D_IQ 1-D I(Q) output][[BR]] 13 13 * [wiki:NCNROutput1D_Iphi 1-D I(phi) output][[BR]] … … 15 15 * [wiki:NCNROutput2D_pixel 2-D I(pixel) output][[BR]] 16 16 * [wiki:NCNROutput1D_IGrasp 2-D I(pixel) output formatted for GRASP][[BR]] 17 18 - For USANS: 19 * [wiki:NCNROutput1D_USANS USANS I(Q) slit-smeared output][[BR]] 20 * [wiki:NCNROutput1D_USANS_Desmeared USANS I(Q) desmeared output][[BR]] 21 17 22 (Note that these are the output formats as of Spring 2008. In the future we will be migrating to an XML file format as developed by a CANSAS working group) 18 23