- Timestamp:
- Nov 12, 2012 11:44:27 AM (8 years ago)
- Location:
- 1dwg/trunk
- Files:
-
- 1 added
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
1dwg/trunk/cansas1d.xsd
r261 r271 67 67 68 68 <complexType name="SASdataType"> 69 <sequence minOccurs="1" maxOccurs="1"> <!-- http://svn.cansas.org/trac/ canSAS/ticket/21 -->69 <sequence minOccurs="1" maxOccurs="1"> <!-- http://svn.cansas.org/trac/ticket/21 --> 70 70 <sequence> 71 71 <element name="Idata" minOccurs="1" maxOccurs="unbounded" type="tns:IdataType" /> -
1dwg/trunk/doc/source/binding-fortran.rst
r262 r271 47 47 that will read cansas1d/1.0 XML files. 48 48 49 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/fortran/SASXML_G77.F49 http://www.cansas.org/trac/browser/1dwg/trunk/fortran/SASXML_G77.F -
1dwg/trunk/doc/source/binding-igorpro.rst
r263 r271 37 37 38 38 :file: 39 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/IgorPro/cansasXML.ipf39 http://www.cansas.org/trac/browser/1dwg/trunk/IgorPro/cansasXML.ipf 40 40 41 41 :author: … … 54 54 :URL: 55 55 :TRAC: 56 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/IgorPro/cansasXML.ipf56 http://www.cansas.org/trac/browser/1dwg/trunk/IgorPro/cansasXML.ipf 57 57 :SVN: 58 58 http://www.cansas.org/svn/1dwg/trunk/IgorPro/cansasXML.ipf -
1dwg/trunk/doc/source/binding-java-jaxb.rst
r263 r271 51 51 52 52 source code (for developers) 53 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/java/maven/eclipse53 http://www.cansas.org/trac/browser/1dwg/trunk/java/maven/eclipse 54 54 55 55 canSAS Development project subversion repository for the Java binding. … … 63 63 to show how to read a cansas1d/1.1 XML file using the Java API. 64 64 65 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/java/maven/eclipse/src/main/java/org/scatteringsw/reader/Example_canSAS_Reader.java65 http://www.cansas.org/trac/browser/1dwg/trunk/java/maven/eclipse/src/main/java/org/scatteringsw/reader/Example_canSAS_Reader.java 66 66 67 67 In short, these are the important two lines: … … 103 103 directory (above). By default, it shows the two samples in the 104 104 *1998spheres.xml* example file. 105 (http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/1998spheres.xml)105 (http://www.cansas.org/trac/browser/1dwg/trunk/1998spheres.xml) 106 106 107 107 .. note:: The reader will have to get the directory paths -
1dwg/trunk/doc/source/bindings.rst
r244 r271 1 1 .. $Id$ 2 3 .. _bindings: 4 2 5 3 6 =================================================== -
1dwg/trunk/doc/source/casestudy_collagen.rst
r263 r271 38 38 raw data file 39 39 40 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/examples/collagen/COLLAGEN.ASC40 http://www.cansas.org/trac/browser/1dwg/trunk/examples/collagen/COLLAGEN.ASC 41 41 42 42 .. rubric:: The header lines from *collagen.asc*: … … 53 53 raw data file 54 54 55 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/examples/collagen/collagen.saxs55 http://www.cansas.org/trac/browser/1dwg/trunk/examples/collagen/collagen.saxs 56 56 57 57 .. rubric:: The header lines from *collagen.saxs*: … … 154 154 can be viewed through the TRAC repository: 155 155 156 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cs_collagen_full.xml156 http://www.cansas.org/trac/browser/1dwg/trunk/cs_collagen_full.xml 157 157 158 158 Validate the file … … 169 169 All files are available at: 170 170 171 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/examples/collagen/171 http://www.cansas.org/trac/browser/1dwg/trunk/examples/collagen/ -
1dwg/trunk/doc/source/conf.py
- Property svn:keywords changed from Date Revision Author HeadURL Id to Author Date Id Revision URL
-
1dwg/trunk/doc/source/examples.rst
r263 r271 36 36 single data point has been shown to more clearly show the other structure. 37 37 The data file is actually an excerpt from the *bimodal-test1.xml* 38 (http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/bimodal-test1.xml)38 (http://www.cansas.org/trac/browser/1dwg/trunk/bimodal-test1.xml) 39 39 example file in the main distribution. 40 40 … … 63 63 64 64 The example data file :download:`cansas1d.xml<../../cansas1d.xml>` 65 (http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d.xml)65 (http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d.xml) 66 66 shows examples 67 67 of most of the elements of the cansas1d/1.1 standard. Only a single data -
1dwg/trunk/doc/source/examples/ascii3col.xsl
r263 r271 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <xsl:stylesheet version="1.0" 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xmlns:cs="cansas1d/1.1" 6 xsi:schemaLocation="cansas1d/1.1 7 http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd"> 8 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xmlns:cs="urn:cansas1d:1.1" 6 xsi:schemaLocation="urn:cansas1d:1.1 http://www.cansas.org/svn/1dwg/trunk/cansas1d.xsd" 7 > 9 8 <xsl:template match="/"> 10 9 <html> -
1dwg/trunk/doc/source/examples/brief-sketch-multiple.xml
r263 r271 2 2 <?xml-stylesheet type="text/xsl" href="cansasxml-html.xsl" ?> 3 3 <SASroot version="1.1" 4 xmlns="cansas1d/1.1"5 6 xsi:schemaLocation="cansas1d/1.17 http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd"4 xmlns="urn:cansas1d:1.1" 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6 xsi:schemaLocation="urn:cansas1d:1.1 7 http://www.cansas.org/svn/1dwg/trunk/cansas1d.xsd" 8 8 > 9 9 <!-- -
1dwg/trunk/doc/source/examples/data-simple.xml
r263 r271 2 2 <?xml-stylesheet type="text/xsl" href="ascii3col.xsl" ?> 3 3 <SASroot version="1.1" 4 xmlns=" cansas1d/1.1"4 xmlns="urn:cansas1d:1.1" 5 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6 xsi:schemaLocation=" cansas1d/1.17 http:// svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd"6 xsi:schemaLocation="urn:cansas1d:1.1 7 http://www.cansas.org/svn/1dwg/trunk/cansas1d.xsd" 8 8 > 9 9 <SASentry> -
1dwg/trunk/doc/source/examples/example-collagen-predata.xml
r263 r271 2 2 <?xml-stylesheet type="text/xsl" href="example.xsl" ?> 3 3 <SASroot version="1.1" 4 xmlns="cansas1d/1.1"5 6 xsi:schemaLocation="cansas1d/1.1 7 http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd"4 xmlns="urn:cansas1d:1.1" 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6 xsi:schemaLocation="urn:cansas1d:1.1 7 http://www.cansas.org/svn/1dwg/trunk/cansas1d.xsd" 8 8 > 9 9 <SASentry> -
1dwg/trunk/doc/source/examples/java-test.xml
r263 r271 11 11 --> 12 12 <SASroot version="1.1" 13 xmlns="cansas1d/1.1"14 15 xsi:schemaLocation="cansas1d/1.1 16 http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd"13 xmlns="urn:cansas1d:1.1" 14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 15 xsi:schemaLocation="urn:cansas1d:1.1 16 http://www.cansas.org/svn/1dwg/trunk/cansas1d.xsd" 17 17 > 18 18 <SASentry> -
1dwg/trunk/doc/source/index.rst
r261 r271 35 35 36 36 37 .. rubric:: Brief Contents 38 39 37 40 .. toctree:: 38 : maxdepth: 241 :hidden: 39 42 40 preface 41 specification 42 tutorial 43 case-studies 44 examples 45 bindings 46 intensity-problem 47 xml-help 48 downloads 43 contents 44 45 46 * :ref:`Preface` 47 * :ref:`Specification` 48 * :ref:`Examples` 49 * :ref:`case.studies` 50 * :ref:`Tutorial` 51 * :ref:`bindings` 52 * :ref:`downloads` 53 * :ref:`changes` -
1dwg/trunk/doc/source/overview.rst
r266 r271 157 157 successfully :ref:`validate <validate>` against the established XML Schema. 158 158 159 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d.xsd159 http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d.xsd 160 160 #. :math:`Q=(4 \pi / \lambda) \sin(\theta)` 161 161 where :math:`\lambda` is the wavelength of the radiation, … … 274 274 275 275 The *cansas1d.xsd* :index:`XML Schema` 276 (http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d.xsd)276 (http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d.xsd) 277 277 defines the rules for the XML file format and is used to 278 278 validate any XML file for adherence to the format. … … 281 281 (view source code highlighted by bug tracking system) 282 282 283 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d.xsd283 http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d.xsd 284 284 285 285 :SVN: … … 355 355 356 356 :Basic example: 357 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d.xml357 http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d.xml 358 358 359 359 Note that, for clarity, only one row of data is … … 365 365 366 366 :Bimodal test data: 367 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/bimodal-test1.xml367 http://www.cansas.org/trac/browser/1dwg/trunk/bimodal-test1.xml 368 368 369 369 Simulated SAS data (with added noise) calculated from model bimodal size … … 397 397 sample), the files can be viewed from the TRAC site (no description yet). 398 398 399 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/examples/af1410/399 http://www.cansas.org/trac/browser/1dwg/trunk/examples/af1410/ 400 400 401 401 .. index:: XML file; cansas1d-template.xml 402 402 403 403 :Test all the cansas1d/1.1 rules: 404 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d-template.xml404 http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d-template.xml 405 405 406 406 The *cansas1d-template.xml* data file is used to test all the rules in the XML … … 434 434 ISIS LOQ SANS instrument: 435 435 436 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/W1W2.XML436 http://www.cansas.org/trac/browser/1dwg/trunk/W1W2.XML 437 437 438 438 .. index:: XML file; cs_af1410.xml … … 441 441 AF1410 steel SANS contrast variation study from NIST: 442 442 443 http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/examples/af1410/cs_af1410.xml443 http://www.cansas.org/trac/browser/1dwg/trunk/examples/af1410/cs_af1410.xml 444 444 445 445 SANS study using magnetic … … 463 463 464 464 There is an example that demonstrates the use of a foreign namespace: 465 http://www.cansas.org/trac/ canSAS/browser/1dwg/data/Glassy%20Carbon/ISIS/GLASSYC_C4G8G9_withTL.xml465 http://www.cansas.org/trac/browser/1dwg/data/Glassy%20Carbon/ISIS/GLASSYC_C4G8G9_withTL.xml 466 466 467 467 This example uses a foreign namespace to record the transmission spectrum related to … … 475 475 476 476 Also refer to canSAS TRAC ticket #47 477 (http://www.cansas.org/trac/c anSAS/changeset/47)477 (http://www.cansas.org/trac/changeset/47) 478 478 for an example of arranging the content in 479 479 *SASprocessnote* to avoid the use of foreign namespace … … 527 527 See the :ref:`PHP.binding` section. 528 528 529 The *canSAS/xmlWriter* (http://www.cansas.org/ canSAS/xmlWriter/)529 The *canSAS/xmlWriter* (http://www.cansas.org/xmlWriter/) 530 530 is implemented in PHP (http://www.php.net) and writes a cansas1d/1.1 data 531 531 file given three-column ASCII data as input. The code uses … … 539 539 logging information is inserted into an XML file. 540 540 541 PHP source: http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/php/xmlWriter/index.php541 PHP source: http://www.cansas.org/trac/browser/1dwg/trunk/php/xmlWriter/index.php 542 542 543 543 .. index:: … … 562 562 :TRAC: 563 563 (bug reporting) 564 http://www.cansas.org/trac/ canSAS/browser/1dwg/tags/v1.1564 http://www.cansas.org/trac/browser/1dwg/tags/v1.1 565 565 566 566 :SVN: -
1dwg/trunk/doc/source/preface.rst
r262 r271 1 1 .. $Id$ 2 3 .. _preface: 4 2 5 3 6 Preface … … 56 59 However, should the information in this document and the 57 60 cansas1d/1.1 SAS XML Schema differ, 58 (http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d.xsd)61 (http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d.xsd) 59 62 the XML Schema will be deemed to have the most correct description of the standard. -
1dwg/trunk/doc/source/specification.rst
r262 r271 31 31 (including the use of closing tags). [#]_ 32 32 Files that can be validated against :ref:`cansas1d.xsd` 33 (http://www.cansas.org/trac/ canSAS/browser/1dwg/trunk/cansas1d.xsd)33 (http://www.cansas.org/trac/browser/1dwg/trunk/cansas1d.xsd) 34 34 are deemed to be valid cansas1d/1.1 data files. 35 35 -
1dwg/trunk/doc/source/tutorial.rst
r244 r271 1 1 .. $Id$ 2 3 .. _Tutorial: 2 4 3 5 ================
Note: See TracChangeset
for help on using the changeset viewer.