Add igor.LOG for easier debugging.
[igor.git] / igor /
2012-07-20 W. Trevor KingAdd igor.LOG for easier debugging.
2012-07-19 W. Trevor Kingfix record.base
2012-07-19 W. Trevor KingUse variable names to store variables in the filesystem...
2012-07-19 W. Trevor KingStore wave, bin_info, and wave_info separately in WaveR...
2012-07-19 W. Trevor KingRead sIndices as uint32's in binarywave.load.
2012-07-19 W. Trevor KingImplement the folder records and filesystem reconstruction.
2012-07-19 W. Trevor KingImplement the plain-text ProcedureRecord.
2012-07-19 W. Trevor KingImplement the plain-text HistoryRecord, RecreationRecor...
2012-07-19 W. Trevor KingSplit record handling into modules and implement Variab...
2012-07-18 W. Trevor Kingstruct: Add support for zero-count Fields.
2012-07-18 W. Trevor KingExtend igor.struct.Structure and .Field to support...
2012-07-17 W. Trevor KingMove need_to_reorder_bytes from binarywave to util.
2012-07-17 W. Trevor KingWaveRecord now loads waves as WaveRecord.wave.
2012-07-17 W. Trevor KingAPI cleanup for binarywave (loadibw->load, move checksu...
2012-07-17 W. Trevor KingStub out packed experiment (.pxp) reading.
2012-07-17 W. Trevor KingSplit struct and util modules out of binarywave.
2012-07-17 W. Trevor KingPreliminary support for dependent formula waves.
2012-07-17 W. Trevor KingAdd support for text waves.
2012-07-17 W. Trevor KingAdd support for zero-length waves.
2012-07-16 W. Trevor KingRestore native byte order before running need_to_reorde...
2012-07-16 W. Trevor KingPull null-buffer check out into its own function: binar...
2012-07-16 W. Trevor KingUpgrade to Python 2.7+ string formatting.
2012-07-16 W. Trevor KingSplit igorbinarywave.py off of Hooke into its own package.