Philip Eisenlohr
|
9abc9a99fc
|
added possibility to
* read ASCIItable not having labels
* write numpy array as data
|
2013-06-30 00:21:51 +00:00 |
Philip Eisenlohr
|
dc746119e3
|
introduced two more helper functions:
- labels_index
- data_asArray
|
2012-12-06 21:46:19 +00:00 |
Martin Diehl
|
31753be16f
|
updated setup/setup_processing.py with new files
added data_readLine(LINE) and data_skipLines(LINES) for ascii table
|
2012-04-18 11:42:57 +00:00 |
Martin Diehl
|
3f1c16e079
|
removed headerLen completely, use len(self.info)+1 instead
|
2012-03-09 14:18:48 +00:00 |
Philip Eisenlohr
|
6b8bebad49
|
removed unused headerLen property. added info_clear() method
|
2012-02-23 13:54:38 +00:00 |
Philip Eisenlohr
|
58fdf4ebfc
|
improved STDOUT | STDIN constructs -- no more broken pipe left-overs (I hope)
|
2012-02-16 18:42:04 +00:00 |
Philip Eisenlohr
|
c24f258eba
|
now works with piped STDOUT | STDIN constructs.
|
2012-02-16 18:03:14 +00:00 |
Philip Eisenlohr
|
d642730776
|
added method to set data value in given column (by name)
|
2012-02-15 14:50:51 +00:00 |
Philip Eisenlohr
|
8671b8ed38
|
script to delete existing columns from ASCIItable
|
2012-02-14 12:04:37 +00:00 |
Philip Eisenlohr
|
a3e47b2d65
|
added method to return data as list of floats.
safer check whether ASCII file has ended.
|
2012-02-02 17:13:51 +00:00 |
Philip Eisenlohr
|
3c87d20353
|
added capability to rewind to beginning of data
|
2012-01-19 20:37:53 +00:00 |
Philip Eisenlohr
|
aba4703463
|
added property "headerLen"
|
2012-01-18 09:30:50 +00:00 |
Philip Eisenlohr
|
429af90ccb
|
added Id flag and content
added "core" package capability
|
2011-12-22 10:30:25 +00:00 |
Christoph Kords
|
2bfbb97c11
|
import of re module was missing
|
2011-12-18 15:49:44 +00:00 |
Philip Eisenlohr
|
4faded6297
|
started DAMASK Python package...
|
2011-12-13 20:02:26 +00:00 |