1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 22 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finally added a license (MIT). More... about 9 years ago
Bumped working version More... over 11 years ago
Updated tests to conform to assumption that BigEndian files with IEEE Floating Point sample type will have the sample bytes reversed More... over 11 years ago
Reading reversed IEEE Float in a Big Endian sgy file More... over 11 years ago
Converted the NUnit tests to the more fluent style More... over 11 years ago
Bumped working version More... almost 12 years ago
Cleaned up some warnings and bumped version to 0.5.1.2 More... almost 12 years ago
Added ImageWriter.GetRaw8bpp for a single channel bitmap. Also, disabled assigning exact zero values to transparent by default. More... almost 12 years ago
Updated readme with new sample formats and also a list of known limitations More... almost 12 years ago
Added support for TwosComplementInteger1 More... almost 12 years ago
Added support for TwosComplementInteger4 (Big and Little Endian) More... almost 12 years ago
Installed NUnit package via NuGet to fix the Windows build. More... almost 12 years ago
Resolved some warnings More... almost 12 years ago
Return empty byte array when no traces in list More... almost 12 years ago
Cancel segy reading when requested More... almost 12 years ago
Basic progress reporting during reading More... almost 12 years ago
Got SEGY ImageWriter building on MonoTouch. Biggest change was not being allowed to use "dynamic" type. More... almost 12 years ago
Deleted a lot of dead code after adding support for getting raw image bytes More... almost 12 years ago
Returning a byte array from the ImageWriter. Still needs some clean-up. More... almost 12 years ago
Deploying sample segy file (Thanks, again, RMOTC) so now the test passes on the simulator and the hardware! More... almost 12 years ago
Included the "rare" encoding lib to the MonoTouch test project. This includes the IBM037 (EBCDIC) code page. See: http://docs.xamarin.com/ios/advanced_topics/internationalization More... almost 12 years ago
Porting Segy lib to run under Mono[Touch] More... almost 12 years ago
Bumped working version More... about 12 years ago
Reading little endian trace valus (using the endianness previously detected in the binary header). Also swallow the end of stream exception when reading trace values. Apparently some writers will stop writing the last trace when it doesn't have any more useful info... I still need to include an integration test. More... about 12 years ago
Updated nuspec to point to new project site: segy.net More... about 12 years ago
Added Options reference to SegyReader. Only Text Header options used. Commented out the ISegyOptions that aren't used yet. More... about 12 years ago
Added a yet-to-be-used interface for segy options More... about 12 years ago
Finished documenting all public functions More... about 12 years ago
Documented the main read functions More... about 12 years ago
Bumped working version More... about 12 years ago