You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
|
|
|
|
namespace Unplugged.Segy
|
|
|
|
|
|
{
|
|
|
|
|
|
public enum FormatCode
|
|
|
|
|
|
{
|
|
|
|
|
|
None,
|
|
|
|
|
|
IbmFloatingPoint4,
|
|
|
|
|
|
TwosComplementInteger4,
|
|
|
|
|
|
TwosComplementInteger2,
|
|
|
|
|
|
FixedPointWithGain4,
|
|
|
|
|
|
IeeeFloatingPoint4,
|
|
|
|
|
|
Unused1,
|
|
|
|
|
|
Unused2,
|
|
|
|
|
|
TwosComplementInteger1
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|