/usr/lib/python3/dist-packages/segyio/binfield.py is in python3-segyio 1.5.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | from segyio import Enum
class BinField(Enum):
JobID = 3201
LineNumber = 3205
ReelNumber = 3209
Traces = 3213
AuxTraces = 3215
Interval = 3217
IntervalOriginal = 3219
Samples = 3221
SamplesOriginal = 3223
Format = 3225
EnsembleFold = 3227
SortingCode = 3229
VerticalSum = 3231
SweepFrequencyStart = 3233
SweepFrequencyEnd = 3235
SweepLength = 3237
Sweep = 3239
SweepChannel = 3241
SweepTaperStart = 3243
SweepTaperEnd = 3245
Taper = 3247
CorrelatedTraces = 3249
BinaryGainRecovery = 3251
AmplitudeRecovery = 3253
MeasurementSystem = 3255
ImpulseSignalPolarity = 3257
VibratoryPolarity = 3259
Unassigned1 = 3261
SEGYRevision = 3501
TraceFlag = 3503
ExtendedHeaders = 3505
Unassigned2 = 3507
|