projects
/
igor.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
igor.git
2012-07-21
W. Trevor King
Use an explicit .array attribute to determine if fields...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add -p/--plot option so scripts will plot waves.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add igor.packed.walk for traversing a packed experiment...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add AUTHORS (generated by update-copyright.py) to ...
v0.2
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add trove classifiers for Python 2.7 and 3.2 to setup.py.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Fixes to string/byte handling for Python 3 compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Convert exception.message -> exception.args[0] for...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add W_plrX5.data_units check to test-igorpy.py.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Use integer division when calculating DynamicStringIndi...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Convert buffer(...) -> bytes(...) for Python 3 compatib...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add igor.util._ord for Python 3 compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Use integer division in Field.indexes for Python 3...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Python 3 scraps the iter(...).next() method, so use...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Don't use u'...' syntax in igor.igorpy.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Remove struct._buffer because I don't use it anymore.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add update-copyright blurb to the README (+minor typo...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Ran update-copyright.py.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Pull common script code into igor.script and add bin...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Use DebuggingStream for any LOG.level <= DEBUG (not...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Avoid expensive pformating in DynamicStructure.unpack_s...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Replace igor.igorpy parsing with translations from...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
W. Trevor King
Add 'not enough data...' errors to packed.load().
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Add test-igorpy.py for testing igor.igorpy.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Use LOG to print helpful messages in test.py.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Point out that test/data is not bundled.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Add COPYING file with GPLv3 text.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Update igorbinarywave.py to use dynamic structure inter...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Initial merge with igor.py, still need to integrate...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Rework igor.struct to support dynamic structures.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
W. Trevor King
Add igor.LOG for easier debugging.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
fix record.base
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
Use variable names to store variables in the filesystem...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
Store wave, bin_info, and wave_info separately in WaveR...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
Read sIndices as uint32's in binarywave.load.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
Implement the folder records and filesystem reconstruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
Implement the plain-text ProcedureRecord.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
Implement the plain-text HistoryRecord, RecreationRecor...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
W. Trevor King
Split record handling into modules and implement Variab...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
W. Trevor King
struct: Add support for zero-count Fields.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
W. Trevor King
Extend igor.struct.Structure and .Field to support...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
Move need_to_reorder_bytes from binarywave to util.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
WaveRecord now loads waves as WaveRecord.wave.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
API cleanup for binarywave (loadibw->load, move checksu...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
Stub out packed experiment (.pxp) reading.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
Split struct and util modules out of binarywave.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
Add the test suite that's been driving today's changes.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
Preliminary support for dependent formula waves.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
Add support for text waves.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
W. Trevor King
Add support for zero-length waves.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Restore native byte order before running need_to_reorde...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Pull null-buffer check out into its own function: binar...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Upgrade to Python 2.7+ string formatting.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Split igorbinarywave.py off of Hooke into its own package.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Add -n/--not-strict to igorbinarywave.py (currently...
v0.1
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Move hooke.driver.igorbinarywave to hooke.util.igorbina...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Ran update_copyright.py
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Added post-data optional field processing to igorbinary...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Automatically split version 5 Igor wave files into...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Ran update_copyright.py on igorbinarywave.py
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Add hooke.driver.igorbinarywave so Hooke can read Igor...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
W. Trevor King
Split IGOR handling out into its own repository.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Paul Kienzle
fix doc typo
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Paul Kienzle
acknowledge patch author
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Paul Kienzle
release notes
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Paul Kienzle
bump version number and push to pypi
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Paul Kienzle
Use IgorObject as base; make sure subfolder name is...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Paul Kienzle
Merge branch 'master' of github.com:reflectometry/igor.py
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
pkienzle
Merge pull request #2 from valhallasw/master
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Merlijn van...
(formatting) added extra newline
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Merlijn van...
Allow subfolders to be reached as attributes
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Merlijn van...
Added nicer __repr__esentation to Wave and Folder objects
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Merlijn van...
Allow Waves to be directly used as numpy arrays
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Merlijn van...
Unicode-ify data reading
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Merlijn van...
Created common base class for all parser objects
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Paul Kienzle
add package to pypi
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Paul Kienzle
install instructions
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Paul Kienzle
add setup.py and version info
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Paul Kienzle
implement reader
commit
|
commitdiff
|
tree
|
snapshot