************************************************ * QGpCoreTools ************************************************ Version 1.21.2 Remove TRACE for little/big endian conversions ************************************************ * SciFigs ************************************************ Version 2.6.2 Fix condition when line in make-up does not exist This problem happened for instance when loading a make-up for H/V for a station without time windows. ************************************************ * GeopsyCore ************************************************ Version 3.4.3 Fix bug in SignalFileFormat::fromContent() Trying Guralp format was not correctly implemented. With a miniseed file with special values, Geopsy was crashing. The first "Guralp" block was not a data block leading to no initialization of _samples vector. The readBody() was then failing. Type of blocks is now correctly checked. To recognize a true Guralp file, there must be at least one data block available. Crash upon modification of t0 or deltaT is not solved (assertion in SparseTimeRange) but I added debug values that will be shipped in next user bug reports.