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

Attachment 'data.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 [ TABLE IN ROWS ]
  14 Temp    (C)             100             200        300       450.0        600
  15 E XX    (GPa)           159.4       16.9E+0       51.8      .15E02        4     # Here is a space in the row name
  16 Words               'hundred'   'two hundreds'  'a lot'     'four'      'five'  # Here are QuotedStrings with space
  17 
  18 [ TABLE IN COLUMNS ] 
  19 STATION         PRECIPITATION   T_MAX_ABS  T_MIN_ABS 
  20 (/)                     (mm)    (C)        (C)       # Columns must have a unit
  21 Ajaccio                 64.8    18.8E+0    -2.6      
  22 Auxerre                 49.6    16.9E+0    Nan       # Here is a Nan
  23 Bastia                  114.2   20.8E+0    -0.9      
  24 [ MATRIX ]
  25 True    2       3
  26 4.      5.      6.
  27 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.