This is an archival dump of old wiki content --- see scipy.org for current material.
Please see http://scipy-cookbook.readthedocs.org/

Attachment 'data3.txt'

Download

   1 # This is is an example file structured in section
   2 # with comments begining with '#'
   3 
   4 [ INFOS ]
   5 Debug          = False
   6 Shape  (mm^-1) = 2.3                                                            # here is a unit
   7 Length (mm)    = 25361.15
   8 Path 1         = C:\\This\is\a\long\path\with some space in it\data.txt
   9 description    = raw values can have multiple lines, but additional lines must start
  10                  with a whitespace which is automatically skipped
  11 Parent         = None
  12 
  13 [ EMPTY SECTION ]
  14 # empty section should not be taken into account
  15 
  16 [ TABLE IN ROWS ]
  17 Temp    (C)             100             200        300       450.0        600
  18 E XX    (GPa)           159.4       16.9E+0       51.8      .15E02        4     # Here is a space in the row name
  19 Words               'hundred'   'two hundreds'  'a lot'     'four'      'five'  # Here are QuotedStrings with space
  20 
  21 [ TABLE IN COLUMNS ] 
  22 STATION         PRECIPITATION   T_MAX_ABS  T_MIN_ABS 
  23 (/)                     (mm)    (C)        (C)       # Columns must have a unit
  24 Ajaccio                 64.8    18.8E+0    -2.6      
  25 Auxerre                 49.6    16.9E+0    Nan       # Here is a Nan
  26 Bastia                  114.2   20.8E+0    -0.9      
  27 
  28 [ MATRIX ]
  29 True    2       3
  30 4.      5.      6.
  31 7.      nan     8

New Attachment

File to upload
Rename to
Overwrite existing attachment of same name

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.