29 enum Errors {
ErrorNoMetaData = 64,
ErrorDataQuality = 65,
ErrorSlaveMode = 66,
ErrorTimeStamp = 67,
ErrorValidate = 80,
ErrorValidateMissingBlocks = 81,
ErrorValidateTimeBackwards = 82,
ErrorValidateFilenameTime = 83,
ErrorValidateMetaData = 84,
ErrorValidateFix = 85,
ErrorValidateDuplicate = 86,
ErrorValidateReorder = 87,
ErrorValidateBdsFudge = 88};
198 Location(
BUInt32 id = 0,
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BString network =
BString(),
BString station =
BString(),
BString datum =
BString(),
BFloat64 longitude = 0,
BFloat64 latitude = 0,
BFloat64 elevation = 0,
BFloat64 arrayOffsetEast = 0,
BFloat64 arrayOffsetNorth = 0);
271 Response(
BUInt32 id = 0,
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BString network =
BString(),
BString station =
BString(),
BString channel =
BString(),
BString source =
BString(),
BUInt32 stage = 0,
BString name =
BString(),
BString type =
BString(),
PoleZero poleZeros =
PoleZero(),
BArray<Fap > faps =
BArray<Fap >(),
Fir fir =
Fir(),
BFloat64 gain = 0,
BFloat64 gainFrequency = 0,
BString stageType =
BString(),
BFloat64 decimation = 0,
BString symmetry =
BString(),
BString description =
BString(),
BInt32 measured = 0,
BFloat64 sampleRate = 0);
301 Calibration(
BUInt32 id = 0,
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BString network =
BString(),
BString station =
BString(),
BString channel =
BString(),
BString source =
BString(),
BString name =
BString(),
BFloat64 samplingFrequency = 0,
BFloat64 calibrationFrequency = 0,
BFloat64 calibrationFactor = 0,
BString calibrationUnits =
BString(),
BFloat64 depth = 0,
BFloat64 horizontalAngle = 0,
BFloat64 verticalAngle = 0);
329 Digitiser(
BUInt32 id = 0,
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BString name =
BString(),
BString type =
BString(),
BString serialNumber =
BString(),
BUInt32 numberChannels = 0,
BFloat64 baseSamplingFrequency = 0,
BFloat64 initialSamplingFrequency = 0,
BFloat64 gain = 0,
BInt32 shared = 0);
353 Sensor(
BUInt32 id = 0,
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BString name =
BString(),
BString type =
BString(),
BString serialNumber =
BString(),
BUInt32 numberChannels = 0,
BString gainUnits =
BString(),
BFloat64 gain = 0,
BUInt32 oldId = 0,
BInt32 shared = 0);
458 Selection(
BUInt32 id = 0,
ListRange range =
ListRange(),
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BList<SelectionChannel > channels =
BList<SelectionChannel >(),
BUInt32 channelId = 0,
BUInt32 digitiserId = 0,
BUInt32 sensorId = 0,
BUInt32 sensorOldId = 0,
BInt32 completeSegments = 0,
BString calibrationName =
BString());
479 ChannelInfo(
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
Station station =
Station(),
Location location =
Location(),
Channel channel =
Channel(),
BString source =
BString(),
BString dataType =
BString(),
Digitiser digitiser =
Digitiser(),
Sensor sensor =
Sensor(),
Calibration calibration =
Calibration(),
BList<Response > responses =
BList<Response >());
540 DataChannel(
BUInt32 id = 0,
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BString network =
BString(),
BString station =
BString(),
BString channel =
BString(),
BString source =
BString(),
BUInt32 numBlocks = 0,
BUInt64 numSamples = 0,
BFloat64 sampleRate = 0,
BUInt32 sampleFormat = 0,
BUInt32 dataFileId = 0,
BUInt32 dataFileChannel = 0,
BString importFormat =
BString(),
BString importFilename =
BString(),
BTimeStamp importStartTime =
BTimeStamp(),
BDict<BString > info =
BDict<BString >());
759 Note(
BUInt32 id = 0,
BTimeStamp startTime =
BTimeStamp(),
BTimeStamp endTime =
BTimeStamp(),
BString network =
BString(),
BString station =
BString(),
BString channel =
BString(),
BString source =
BString(),
BString type =
BString(),
BString user =
BString(),
BTimeStamp timeAdded =
BTimeStamp(),
BInt32 errorNumber = 0,
BString title =
BString(),
BString description =
BString(),
BString docFormat =
BString(),
BString docUrl =
BString(),
BUInt32 dataFileId = 0,
BString importFilename =
BString());
BUInt32 sensorOldId
The Sensor old id.
Definition: BdsD.h:468
BString group
The Group name.
Definition: BdsD.h:687
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:104
BError getMember(BString name, BString &value)
Definition: BdsD.cc:434
BError getMember(BString name, BString &value)
Definition: BdsD.cc:34
This class provides availability information on a particular period of data.
Definition: BdsD.h:589
BUInt32 id
The unique id.
Definition: BdsD.h:745
BString title
The Changes title.
Definition: BdsD.h:749
Group(BUInt32 id=0, BString group=BString(), BString description=BString())
Definition: BdsD.cc:1149
BString type
The Type.
Definition: BdsD.h:812
BString network
The Network Name.
Definition: BdsD.h:612
BString getType()
Definition: BdsD.cc:728
This class defines an entry in a FIR coefficient table.
Definition: BdsD.h:242
Change(BUInt32 id=0, BUInt32 changeGroupId=0, BTimeStamp time=BTimeStamp(), BString type=BString(), BString table=BString(), BUInt32 rowId=0)
Definition: BdsD.cc:1244
BString type
The Station type. Set to "array" or "station".
Definition: BdsD.h:188
This class defines a generic metadata or seismic data selection.
Definition: BdsD.h:456
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:853
BString station
The Station name.
Definition: BdsD.h:551
BError getMember(BString name, BString &value)
Definition: BdsD.cc:744
BInt32 logs
Clean the Logs.
Definition: BdsD.h:822
BString source
The Data Source.
Definition: BdsD.h:615
BString format
The data format.
Definition: BdsD.h:523
User(BUInt32 id=0, BString user=BString(), BString password=BString(), BString name=BString(), BString email=BString(), BString telephone=BString(), BString address=BString(), BInt32 enabled=0, BList< BString > groups=BList< BString >())
Definition: BdsD.cc:1079
BList< BString > arrays
The list of Array names.
Definition: BdsD.h:430
BList< SelectionChannel > channels
The data channels to select.
Definition: BdsD.h:464
BFloat64 y
Definition: BdsD.h:59
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:337
BString telephone
The Users telephone number.
Definition: BdsD.h:668
BUInt32 priority
The priority order, highest first.
Definition: BdsD.h:148
BFloat64 initialSamplingFrequency
The initial pre-decimation sampling frequency.
Definition: BdsD.h:344
BError setMember(BString name, BString value)
Definition: BdsD.cc:905
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1396
BString dataType
The DataType (seismic, seismicUnknown, data, log, unknown, empty)
Definition: BdsD.h:487
BUInt32 handle
Opaque file handle.
Definition: BdsD.h:624
DataChannel(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString(), BUInt32 numBlocks=0, BUInt64 numSamples=0, BFloat64 sampleRate=0, BUInt32 sampleFormat=0, BUInt32 dataFileId=0, BUInt32 dataFileChannel=0, BString importFormat=BString(), BString importFilename=BString(), BTimeStamp importStartTime=BTimeStamp(), BDict< BString > info=BDict< BString >())
Definition: BdsD.cc:922
BString station
The station this location is for.
Definition: BdsD.h:209
This class defines information on a single channels set of data stored in a file. ...
Definition: BdsD.h:538
BString network
The Network Name, wildcards allowed.
Definition: BdsD.h:854
BString getType()
Definition: BdsD.cc:941
SampleFormat
The actual format of a data sample.
Definition: BdsD.h:44
BError setMembers(BDictString &members)
Definition: BdsD.cc:542
BUInt32 id
The ID.
Definition: BdsD.h:360
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:577
SelectionChannel(BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString())
Definition: BdsD.cc:804
Station(BUInt32 id=0, BString name=BString(), BString alias=BString(), BString type=BString(), BString description=BString(), BList< ArrayChannel > channels=BList< ArrayChannel >())
Definition: BdsD.cc:256
BFloat64 samplingFrequency
The sample rate used in Hz.
Definition: BdsD.h:316
BError setMembers(BDictString &members)
Definition: BdsD.cc:1418
virtual const BObjMember * getMembers() const
BError getMember(BString name, BString &value)
Definition: BdsD.cc:160
BDict< BString > info
Info on the set of channels.
Definition: BdsD.h:583
BUInt32 oldId
The Id from the old Autodrm database.
Definition: BdsD.h:369
BError setMember(BString name, BString value)
Definition: BdsD.cc:1600
BString channel
The channel.
Definition: BdsD.h:278
BArray< BArray< DataChannel > > channels
The Data channels. Each channel can have multiple segments of data.
Definition: BdsD.h:582
Station station
The Station info.
Definition: BdsD.h:483
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1105
BUInt32 id
The unique id.
Definition: BdsD.h:686
BUInt32 priority
The priority 0 to 5.
Definition: BdsD.h:813
BError setMembers(BDictString &members)
Definition: BdsD.cc:122
BTimeStamp startTime
The Start time to the nearest us.
Definition: BdsD.h:73
BError setMember(BString name, BString value)
Definition: BdsD.cc:48
BTimeStamp time
The Time the change was made.
Definition: BdsD.h:726
BString getType()
Definition: BdsD.cc:149
This defines a handle to a sensor data stream/file when opened for read or write. ...
Definition: BdsD.h:620
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:124
BFloat64 x
Definition: BdsD.h:58
Priority
Priority levels.
Definition: BdsD.h:32
Location(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString datum=BString(), BFloat64 longitude=0, BFloat64 latitude=0, BFloat64 elevation=0, BFloat64 arrayOffsetEast=0, BFloat64 arrayOffsetNorth=0)
Definition: BdsD.cc:266
BUInt32 id
The ID.
Definition: BdsD.h:205
BString user
The User ID.
Definition: BdsD.h:664
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:520
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:411
BArray< BArray< BFloat64 > > channelData
The raw channel data in a 2 dimensional array, ordered as per channel information in dataInfo...
Definition: BdsD.h:648
BTimeStamp endTime
The End Time.
Definition: BdsD.h:362
BString table
The database table affected.
Definition: BdsD.h:728
This class defines a seismic Digitiser.
Definition: BdsD.h:327
BUInt32 id
The unique id.
Definition: BdsD.h:766
BTimeStamp importTime
The Time the data was imported.
Definition: BdsD.h:527
BError getMember(BString name, BString &value)
Definition: BdsD.cc:113
BString description
Description.
Definition: BdsD.h:189
BUInt32 dataFileId
The data file id associated with this note.
Definition: BdsD.h:781
BString source
The source.
Definition: BdsD.h:314
SpecialChannel(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString type=BString(), BString description=BString())
Definition: BdsD.cc:1550
BInt32 measured
If response was a measured response.
Definition: BdsD.h:292
BString getType()
Definition: BdsD.cc:509
BError setMembers(BDictString &members)
Definition: BdsD.cc:1220
CleanOptions(BInt32 logs=0, BInt32 changes=0, BInt32 deletedFiles=0)
Definition: BdsD.cc:1532
BString getType()
Definition: BdsD.cc:1154
BUInt32 digitiserId
The Digitiser id.
Definition: BdsD.h:466
BString group
The Group name.
Definition: BdsD.h:704
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:481
BFloat64 gain
The overall gain of the sensor at the manufacturers calibration frequency. (For information only) ...
Definition: BdsD.h:368
BString getType()
Definition: BdsD.cc:1090
BFloat64 coefficient
Value.
Definition: BdsD.h:246
This class defines a seismic Sensor.
Definition: BdsD.h:351
BUInt32 synchronous
The channels are synchronously sampled.
Definition: BdsD.h:581
BError setMembers(BDictString &members)
Definition: BdsD.cc:312
BError setMember(BString name, BString value)
Definition: BdsD.cc:230
BError setMember(BString name, BString value)
Definition: BdsD.cc:1440
BTimeStamp time
The Time the change was made.
Definition: BdsD.h:746
BError setMember(BString name, BString value)
Definition: BdsD.cc:1231
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:207
BUInt32 id
The ID.
Definition: BdsD.h:273
BError setMember(BString name, BString value)
Definition: BdsD.cc:774
BError setMembers(BDictString &members)
Definition: BdsD.cc:454
BArray< FirEntry > b
Numerator.
Definition: BdsD.h:257
BError setMembers(BDictString &members)
Definition: BdsD.cc:1119
Fap(BFloat64 frequency=0, BFloat64 amplitude=0, BFloat64 phase=0)
Definition: BdsD.cc:352
BString network
The Network/Organisation Name.
Definition: BdsD.h:208
BError getMember(BString name, BString &value)
Definition: BdsD.cc:678
BError setMember(BString name, BString value)
Definition: BdsD.cc:702
BString getType()
Definition: BdsD.cc:1373
BError setMembers(BDictString &members)
Definition: BdsD.cc:759
BUInt32 id
The ID.
Definition: BdsD.h:336
DataFlags
Flags when opening data files.
Definition: BdsD.h:38
DataBlock(BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BUInt32 channelNumber=0, BUInt32 segmentNumber=0, BArray< BArray< BFloat64 > > channelData=BArray< BArray< BFloat64 > >(), BDict< BString > info=BDict< BString >())
Definition: BdsD.cc:1069
BUInt32 start
The start position.
Definition: BdsD.h:88
BString channel
The channel.
Definition: BdsD.h:313
BString type
The type of response (PoleZero,AmplitudePhase or FIR Coefficients)
Definition: BdsD.h:282
Errors
The System Error number list in addition to standard system error numbers.
Definition: BdsD.h:29
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1486
This class defines a seismic Response characteristic.
Definition: BdsD.h:269
BString getType()
Definition: BdsD.cc:1252
Channel channel
The Channel data.
Definition: BdsD.h:485
BString address
The Users postal address.
Definition: BdsD.h:669
Sensor(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString name=BString(), BString type=BString(), BString serialNumber=BString(), BUInt32 numberChannels=0, BString gainUnits=BString(), BFloat64 gain=0, BUInt32 oldId=0, BInt32 shared=0)
Definition: BdsD.cc:576
BString subSystem
The SubSystem.
Definition: BdsD.h:814
BArray< Fap > faps
The Frequency/Amplitude/Phase table.
Definition: BdsD.h:284
BTimeStamp endTime
The End Time.
Definition: BdsD.h:549
This class defines a full channel name.
Definition: BdsD.h:154
BString network
The Network Name.
Definition: BdsD.h:769
Source(BUInt32 id=0, BString source=BString(), BString sourceMeta=BString(), BString alias=BString(), BString description=BString())
Definition: BdsD.cc:142
BString source
The data source.
Definition: BdsD.h:486
BString source
The source name.
Definition: BdsD.h:147
BString source
The source.
Definition: BdsD.h:390
This holds information on a medatdata or sensor data change.
Definition: BdsD.h:715
BTimeStamp time
The Time.
Definition: BdsD.h:798
BString title
The Changes title.
Definition: BdsD.h:802
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1574
BString channelType
The channels type (component of station field)
Definition: BdsD.h:415
BString array
The Seismic Array that all of the channels are from, if just one.
Definition: BdsD.h:579
BError setMember(BString name, BString value)
Definition: BdsD.cc:1510
This class defines information on a set of data.
Definition: BdsD.h:573
BFloat64 sampleRate
The data's sample rate.
Definition: BdsD.h:556
BUInt32 sensorId
The Sensor id.
Definition: BdsD.h:467
BFloat64 arrayOffsetNorth
The Array offset in in an array in a northerly direction.
Definition: BdsD.h:215
BFloat64 calibrationFactor
The scaling value to apply to the data to normalise data to the units. This is a measured value at th...
Definition: BdsD.h:318
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:185
BList< BString > sources
The list of Data Sources.
Definition: BdsD.h:434
TimePeriod(BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp())
Definition: BdsD.cc:22
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1209
BString description
The channels description.
Definition: BdsD.h:858
BTimeStamp endTime
The End Time.
Definition: BdsD.h:521
BUInt32 channelId
The channels Id.
Definition: BdsD.h:389
BUInt32 importUserId
The user ID of the importing user.
Definition: BdsD.h:526
BUInt32 id
The unique id.
Definition: BdsD.h:703
BTimeStamp endTime
The End Time note is for.
Definition: BdsD.h:768
DataHandle(BUInt32 handle=0, BUInt32 dataFileId=0)
Definition: BdsD.cc:1063
BList< BString > channels
The list of Channels.
Definition: BdsD.h:433
BUInt32 id
The unique id.
Definition: BdsD.h:797
This class defines a Pole/Zero Response.
Definition: BdsD.h:221
BString channelAux
The channels auxilary identifier (component of station field)
Definition: BdsD.h:416
BFloat64 calibrationFrequency
The frequency that the CalibrationFactor value is valid for in Hz.
Definition: BdsD.h:317
BString url
The URL for file access.
Definition: BdsD.h:524
This class defines information on a sensor data file.
Definition: BdsD.h:510
This holds information on a set of Changes.
Definition: BdsD.h:736
ListRange range
The range of data to return.
Definition: BdsD.h:461
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:644
BFloat64 sampleRate
The stage's sample rate.
Definition: BdsD.h:293
BTimeStamp endTime
The End Time.
Definition: BdsD.h:482
BFloat64 error
Error.
Definition: BdsD.h:247
This class defines a TimePeriod.
Definition: BdsD.h:64
This class provides the acual seismic data values contained within a single data block.
Definition: BdsD.h:640
DataAvail(BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), AvailType availType=AvailType())
Definition: BdsD.cc:1045
BTimeStamp timeAdded
The Time Entered.
Definition: BdsD.h:775
Mode
BdsServer mode.
Definition: BdsD.h:35
BString station
The Station/Array name.
Definition: BdsD.h:770
BString description
The Groups description.
Definition: BdsD.h:688
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1319
BError getMember(BString name, BString &value)
Definition: BdsD.cc:71
BString source
The Data Source.
Definition: BdsD.h:772
This holds information on a user security group.
Definition: BdsD.h:677
BTimeStamp endTime
The End Time.
Definition: BdsD.h:578
BString description
The description.
Definition: BdsD.h:128
BString dataType
The Type of data (seismic, seismicUnknown, data, log, unknown, empty)
Definition: BdsD.h:417
BFloat64 amplitude
The Amplitude.
Definition: BdsD.h:236
BString type
The Type (note, warning, error ...)
Definition: BdsD.h:773
ChannelName(BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString())
Definition: BdsD.cc:242
This defines the selection cirteria when requesting a set of log entries.
Definition: BdsD.h:807
BString description
The Comment.
Definition: BdsD.h:580
BUInt32 dataFileId
The data file ID if opened for write.
Definition: BdsD.h:625
BError setMember(BString name, BString value)
Definition: BdsD.cc:1286
BTimeStamp endTime
The End Time.
Definition: BdsD.h:428
BError setMember(BString name, BString value)
Definition: BdsD.cc:180
BString getType()
Definition: BdsD.cc:665
BFloat64 verticalAngle
The Sensors channel placement vertical angle in degrees degrees with zero = vertically up...
Definition: BdsD.h:322
BString name
The Digitisers name.
Definition: BdsD.h:339
BFloat64 gain
The overall gain of the digitiser at the manufacturers calibration frequency. (For information only) ...
Definition: BdsD.h:345
PoleZero(BArray< BComplex > poles=BArray< BComplex >(), BArray< BComplex > zeros=BArray< BComplex >())
Definition: BdsD.cc:346
Digitiser digitiser
The Digitiser in use.
Definition: BdsD.h:488
BString docFormat
Document format if any.
Definition: BdsD.h:779
BString channel
Definition: BdsD.h:446
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:547
This class defines an integer based range.
Definition: BdsD.h:79
BArray< BComplex > zeros
Zeros.
Definition: BdsD.h:226
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:388
BString source
The Channels source.
Definition: BdsD.h:161
BString source
The sensor data's source name.
Definition: BdsD.h:125
This class defines an arrays channel.
Definition: BdsD.h:168
BUInt64 numSamples
The total number of samples per channel if known, 0 otherwise.
Definition: BdsD.h:555
BString station
The Station name.
Definition: BdsD.h:708
BString description
Misc description.
Definition: BdsD.h:291
PoleZero poleZeros
PoleZero, AmplitudePhase or FIR Coefficient data.
Definition: BdsD.h:283
BUInt32 stage
The stage (0, 1, 2, 3, ...)
Definition: BdsD.h:280
This class provides metadata information on a set of channels.
Definition: BdsD.h:499
BUInt32 number
The number of items.
Definition: BdsD.h:89
BString channel
The Channels name.
Definition: BdsD.h:614
ChangeGroup(BUInt32 id=0, BTimeStamp time=BTimeStamp(), BString type=BString(), BString user=BString(), BString title=BString(), BString description=BString())
Definition: BdsD.cc:1299
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:146
BList< BString > stations
The list of arrays/stations the Network uses.
Definition: BdsD.h:107
BUInt32 sensorId
The sensor in use.
Definition: BdsD.h:392
BList< BString > networks
The list of Network Names.
Definition: BdsD.h:429
This class defines the set of metadata or siesmic data selected when getSelectionInfo() is use...
Definition: BdsD.h:423
BUInt32 id
The ID.
Definition: BdsD.h:308
BError setMembers(BDictString &members)
Definition: BdsD.cc:622
BString station
The station.
Definition: BdsD.h:312
BString station
The Station name.
Definition: BdsD.h:613
BFloat64 frequency
The frequency.
Definition: BdsD.h:235
BFloat64 gain
Overall gain at gain frequency. (For information)
Definition: BdsD.h:286
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:145
BUInt32 id
The ID of the record to return.
Definition: BdsD.h:460
BFloat64 depth
The depth of the sensor below ground level in meters.
Definition: BdsD.h:320
BString network
The Network Name.
Definition: BdsD.h:550
BInt32 enabled
Whether the users account is enabled.
Definition: BdsD.h:670
BInt32 reverse
List from end.
Definition: BdsD.h:90
BUInt32 numberChannels
The number of supported channels.
Definition: BdsD.h:342
BTimeStamp endTime
The End Time.
Definition: BdsD.h:706
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1264
Fir(BArray< FirEntry > b=BArray< FirEntry >(), BArray< FirEntry > a=BArray< FirEntry >())
Definition: BdsD.cc:365
BTimeStamp endTime
The End Time.
Definition: BdsD.h:594
BString getType()
Definition: BdsD.cc:1473
BString email
The users email Address.
Definition: BdsD.h:667
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:144
BString description
The channels description.
Definition: BdsD.h:418
BUInt32 numberChannels
The number of supported channels.
Definition: BdsD.h:366
BUInt32 id
The unique user ID.
Definition: BdsD.h:663
DataInfo(BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString array=BString(), BString description=BString(), BUInt32 synchronous=0, BArray< BArray< DataChannel > > channels=BArray< BArray< DataChannel > >(), BDict< BString > info=BDict< BString >(), BDict< BString > infoExtra=BDict< BString >(), BList< BString > warnings=BList< BString >())
Definition: BdsD.cc:1032
BArray< DataAvail > segments
Segment info.
Definition: BdsD.h:616
This class defines an FIR response table.
Definition: BdsD.h:253
BTimeStamp endTime
The End Time.
Definition: BdsD.h:611
BString importFilename
The original data file name.
Definition: BdsD.h:561
BString description
The Description.
Definition: BdsD.h:778
BInt32 errorNumber
Error number if error.
Definition: BdsD.h:776
BString station
The Stations name, wildcards allowed.
Definition: BdsD.h:855
BString channel
The channels name (often as <channelType>_<channelAux>)
Definition: BdsD.h:414
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:309
BString docUrl
Document Url if any.
Definition: BdsD.h:780
BError setMember(BString name, BString value)
Definition: BdsD.cc:131
ChannelInfos(BArray< BArray< ChannelInfo > > channels=BArray< BArray< ChannelInfo > >())
Definition: BdsD.cc:842
BError setMembers(BDictString &members)
Definition: BdsD.cc:1330
This class defines a seismic Network organisation.
Definition: BdsD.h:95
Calibration(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString(), BString name=BString(), BFloat64 samplingFrequency=0, BFloat64 calibrationFrequency=0, BFloat64 calibrationFactor=0, BString calibrationUnits=BString(), BFloat64 depth=0, BFloat64 horizontalAngle=0, BFloat64 verticalAngle=0)
Definition: BdsD.cc:396
BString network
The Network Name.
Definition: BdsD.h:707
BError setMember(BString name, BString value)
Definition: BdsD.cc:87
BString comment
A comment on the file.
Definition: BdsD.h:525
Sensor sensor
The Sensor in use.
Definition: BdsD.h:489
BError getMember(BString name, BString &value)
Definition: BdsD.cc:210
BString importFormat
The original data format.
Definition: BdsD.h:560
BList< BString > warnings
Warnings on the data set.
Definition: BdsD.h:585
This class defines a Channel's instrument.
Definition: BdsD.h:377
BUInt32 sampleFormat
The data sample format.
Definition: BdsD.h:557
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:338
BString description
The Description of the change.
Definition: BdsD.h:750
BString getType()
Definition: BdsD.cc:413
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:409
BString calibrationUnits
The measurment SI units such as "m".
Definition: BdsD.h:319
BString description
The organisations description.
Definition: BdsD.h:106
BError setMembers(BDictString &members)
Definition: BdsD.cc:41
BError setMembers(BDictString &members)
Definition: BdsD.cc:1171
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:852
BError setMember(BString name, BString value)
Definition: BdsD.cc:1133
BString importFilename
The import filename.
Definition: BdsD.h:782
BFloat64 horizontalAngle
The Sensors channel placement horizontal angle in degrees clockwise from north.
Definition: BdsD.h:321
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:610
This holds information on data access groups.
Definition: BdsD.h:694
This class defines a seismic station.
Definition: BdsD.h:181
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:462
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:851
BDict< BString > info
Extra information on data or ASCII data.
Definition: BdsD.h:649
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:386
Point(BFloat64 x=0, BFloat64 y=0)
Definition: BdsD.cc:16
This class defines the physical location of a Station.
Definition: BdsD.h:196
BString type
The type of sensor. (Seismometer, Hydrophone etc)
Definition: BdsD.h:364
BString datum
The locations Datum.
Definition: BdsD.h:210
SourcePriority(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString source=BString(), BUInt32 priority=0)
Definition: BdsD.cc:192
ChannelInfo(BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), Station station=Station(), Location location=Location(), Channel channel=Channel(), BString source=BString(), BString dataType=BString(), Digitiser digitiser=Digitiser(), Sensor sensor=Sensor(), Calibration calibration=Calibration(), BList< Response > responses=BList< Response >())
Definition: BdsD.cc:827
BString network
The Channels network.
Definition: BdsD.h:158
Digitiser(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString name=BString(), BString type=BString(), BString serialNumber=BString(), BUInt32 numberChannels=0, BFloat64 baseSamplingFrequency=0, BFloat64 initialSamplingFrequency=0, BFloat64 gain=0, BInt32 shared=0)
Definition: BdsD.cc:496
BString stageType
The stage type: A - Analog (rad/sec), B - Analog (Hz), C - Composite, D - Digital.
Definition: BdsD.h:288
ChannelInstrument(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BUInt32 channelId=0, BString source=BString(), BUInt32 digitiserId=0, BUInt32 sensorId=0)
Definition: BdsD.cc:656
BError setMember(BString name, BString value)
Definition: BdsD.cc:1341
BString station
The Stations name.
Definition: BdsD.h:172
BString type
The type of change.
Definition: BdsD.h:747
BString channel
The Channels name.
Definition: BdsD.h:160
This class provides information on a channel.
Definition: BdsD.h:477
BError setMember(BString name, BString value)
Definition: BdsD.cc:474
BInt32 deletedFiles
Clean deleted data files.
Definition: BdsD.h:824
This class defines a seismic data Source.
Definition: BdsD.h:115
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:593
Channel(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString channelType=BString(), BString channelAux=BString(), BString dataType=BString(), BString description=BString())
Definition: BdsD.cc:716
Fir fir
The FIR filters coefficients.
Definition: BdsD.h:285
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:410
BTimeStamp endTime
The End Time.
Definition: BdsD.h:310
BString password
The Users password.
Definition: BdsD.h:665
BString state
Status info on the import (importing, realtime, failed, ok etc)
Definition: BdsD.h:528
BArray< BArray< ChannelInfo > > channels
Definition: BdsD.h:503
BString type
The Type.
Definition: BdsD.h:799
BUInt32 segmentNumber
The segment number. (1, 2, 3, ...)
Definition: BdsD.h:647
BString alias
The short alias for data files.
Definition: BdsD.h:127
BList< BString > arraysAndStations
The list of Array and Station names.
Definition: BdsD.h:432
BFloat64 gainFrequency
Frequency that gain is valid for. (For information)
Definition: BdsD.h:287
BUInt32 rowId
The database row affected.
Definition: BdsD.h:729
This class defines a Source Priority entry.
Definition: BdsD.h:135
BError setMembers(BDictString &members)
Definition: BdsD.cc:79
BError setMembers(BDictString &members)
Definition: BdsD.cc:690
BError setMember(BString name, BString value)
Definition: BdsD.cc:1179
BError getMember(BString name, BString &value)
Definition: BdsD.cc:1163
LogSelect(BTimeStamp startTime=BTimeStamp(), BString type=BString(), BUInt32 priority=0, BString subSystem=BString())
Definition: BdsD.cc:1524
This class defines an X,Y location.
Definition: BdsD.h:54
BUInt32 numDataChannels
The number of sets of data in the system matching the criteria.
Definition: BdsD.h:435
Network(BUInt32 id=0, BString network=BString(), BString description=BString(), BList< BString > stations=BList< BString >())
Definition: BdsD.cc:97
AvailType
A flag defining the data availability state.
Definition: BdsD.h:47
BError setMembers(BDictString &members)
Definition: BdsD.cc:1587
DataFileInfo(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString location=BString(), BString format=BString(), BString url=BString(), BString comment=BString(), BUInt32 importUserId=0, BTimeStamp importTime=BTimeStamp(), BString state=BString())
Definition: BdsD.cc:847
Response(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString(), BUInt32 stage=0, BString name=BString(), BString type=BString(), PoleZero poleZeros=PoleZero(), BArray< Fap > faps=BArray< Fap >(), Fir fir=Fir(), BFloat64 gain=0, BFloat64 gainFrequency=0, BString stageType=BString(), BFloat64 decimation=0, BString symmetry=BString(), BString description=BString(), BInt32 measured=0, BFloat64 sampleRate=0)
Definition: BdsD.cc:371
BString symmetry
Symmetry for FIR coefficients (A = asymmetric, B = symmetric[odd], C = symmetric[even]) ...
Definition: BdsD.h:290
BString description
The Description of the change.
Definition: BdsD.h:803
BError setMember(BString name, BString value)
Definition: BdsD.cc:1008
Note(BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString(), BString type=BString(), BString user=BString(), BTimeStamp timeAdded=BTimeStamp(), BInt32 errorNumber=0, BString title=BString(), BString description=BString(), BString docFormat=BString(), BString docUrl=BString(), BUInt32 dataFileId=0, BString importFilename=BString())
Definition: BdsD.cc:1354
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:705
BInt32 completeSegments
Do not clip the segment times to match the required time period.
Definition: BdsD.h:469
BString name
The response name. (Anti-Aliasing filter, Digitiser, post filter etc)
Definition: BdsD.h:281
This class defines a calibration setting.
Definition: BdsD.h:299
BString name
The Sensors name.
Definition: BdsD.h:363
BError getMember(BString name, BString &value)
Definition: BdsD.cc:296
This class defines an entry in an Amplitude/Phase Response table.
Definition: BdsD.h:231
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:645
BString network
Definition: BdsD.h:444
BInt32 shared
This sensor is shared.
Definition: BdsD.h:370
BString station
The Channels station.
Definition: BdsD.h:159
BUInt32 id
Unique ID when stored in a database or for other uses.
Definition: BdsD.h:519
Log(BUInt32 id=0, BTimeStamp time=BTimeStamp(), BString type=BString(), BUInt32 priority=0, BString subSystem=BString(), BString title=BString(), BString description=BString())
Definition: BdsD.cc:1464
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:274
BString getType()
Definition: BdsD.cc:1560
BFloat64 longitude
The longitude in degrees using the WGS84 datum.
Definition: BdsD.h:211
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:548
BString network
The name.
Definition: BdsD.h:105
BTimeStamp startTime
The Start Time note is for.
Definition: BdsD.h:767
BString getType()
Definition: BdsD.cc:26
BString subSystem
The SubSystem.
Definition: BdsD.h:801
BTimeStamp startTime
The start time.
Definition: BdsD.h:811
BList< ArrayChannel > channels
List of channels if an Array.
Definition: BdsD.h:190
BInt32 shared
This digitiser is shared.
Definition: BdsD.h:346
BString calibrationName
Calibration name to use.
Definition: BdsD.h:470
BError setMembers(BDictString &members)
Definition: BdsD.cc:220
BError setMember(BString name, BString value)
Definition: BdsD.cc:558
BUInt32 numBlocks
The total number of blocks per channel if known, 0 otherwise.
Definition: BdsD.h:554
BString source
Definition: BdsD.h:447
ArrayChannel(BString station=BString(), BString channel=BString())
Definition: BdsD.cc:250
BString name
The name.
Definition: BdsD.h:186
BString getType()
Definition: BdsD.cc:859
BError setMembers(BDictString &members)
Definition: BdsD.cc:986
BTimeStamp endTime
The End Time.
Definition: BdsD.h:463
BString channel
The Channels name.
Definition: BdsD.h:771
BTimeStamp endTime
The End time to the nearest us.
Definition: BdsD.h:74
BString getType()
Definition: BdsD.cc:1197
BString name
The Users full name.
Definition: BdsD.h:666
BString network
The Network/Organisation Name.
Definition: BdsD.h:311
AvailType availType
The availability type. Can be: AvailNone, AvailPartial or AvailFull.
Definition: BdsD.h:595
BError setMembers(BDictString &members)
Definition: BdsD.cc:890
BFloat64 baseSamplingFrequency
The base sampling frequency.
Definition: BdsD.h:343
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:361
BError getMember(BString name, BString &value)
Definition: BdsD.cc:526
This class defines a seismic data Channel.
Definition: BdsD.h:400
BString source
The source.
Definition: BdsD.h:279
BString channel
The Channels name.
Definition: BdsD.h:173
BString gainUnits
The gain units.
Definition: BdsD.h:367
This holds information on a Log entry.
Definition: BdsD.h:788
Selection(BUInt32 id=0, ListRange range=ListRange(), BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BList< SelectionChannel > channels=BList< SelectionChannel >(), BUInt32 channelId=0, BUInt32 digitiserId=0, BUInt32 sensorId=0, BUInt32 sensorOldId=0, BInt32 completeSegments=0, BString calibrationName=BString())
Definition: BdsD.cc:812
BString channel
The Channels name.
Definition: BdsD.h:552
BString title
The title.
Definition: BdsD.h:777
BError setMembers(BDictString &members)
Definition: BdsD.cc:170
BList< BString > stations
The list of Station names.
Definition: BdsD.h:431
BString channel
The channels name, wildcards allowed (often as <channelType>_<channelAux>)
Definition: BdsD.h:856
This holds information on a Note for general information.
Definition: BdsD.h:757
BUInt32 dataFileChannel
The Data File Channel number. The channel number within the data file. (1, 2, 3 ...)
Definition: BdsD.h:559
BString network
The Network/Organisation Name.
Definition: BdsD.h:276
BError setMembers(BDictString &members)
Definition: BdsD.cc:1275
BString station
The station.
Definition: BdsD.h:277
BUInt32 priority
The priority 0 to 5.
Definition: BdsD.h:800
BTimeStamp importStartTime
The original import files start time.
Definition: BdsD.h:562
BString network
The Network Name.
Definition: BdsD.h:412
BError getMember(BString name, BString &value)
Definition: BdsD.cc:964
BString serialNumber
The digitisers's serial number.
Definition: BdsD.h:341
BUInt32 channelNumber
The first channel number. (1, 2, 3 ...)
Definition: BdsD.h:646
BDict< BString > info
Extra info on the channel.
Definition: BdsD.h:563
BFloat64 phase
The Phase.
Definition: BdsD.h:237
BUInt32 changeGroupId
The Change group ID.
Definition: BdsD.h:725
BString getType()
Definition: BdsD.cc:589
BString station
The Stations name.
Definition: BdsD.h:413
ListRange(BUInt32 start=0, BUInt32 number=0, BInt32 reverse=0)
Definition: BdsD.cc:57
BError getMember(BString name, BString &value)
Definition: BdsD.cc:606
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:387
FirEntry(BFloat64 coefficient=0, BFloat64 error=0)
Definition: BdsD.cc:359
BString sourceMeta
The associated metadata's source name.
Definition: BdsD.h:126
SelectionInfo(BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BList< BString > networks=BList< BString >(), BList< BString > arrays=BList< BString >(), BList< BString > stations=BList< BString >(), BList< BString > arraysAndStations=BList< BString >(), BList< BString > channels=BList< BString >(), BList< BString > sources=BList< BString >(), BUInt32 numDataChannels=0)
Definition: BdsD.cc:791
BUInt32 id
The unique id.
Definition: BdsD.h:724
BFloat64 arrayOffsetEast
The Array offset in in an array in an easterly direction.
Definition: BdsD.h:214
BString type
The Type of channel (ignore)
Definition: BdsD.h:857
DataFormatSet
Data format abilities bitset.
Definition: BdsD.h:50
BString type
The change type.
Definition: BdsD.h:727
SelectionGroup
The Selection group when making selections.
Definition: BdsD.h:41
BList< BString > groups
The security groups the user belongs to.
Definition: BdsD.h:671
BString getType()
Definition: BdsD.cc:103
BString source
The Data Source.
Definition: BdsD.h:553
BUInt32 channelId
The Channel id.
Definition: BdsD.h:465
BList< Response > responses
The list of frequency responses.
Definition: BdsD.h:491
BError setMember(BString name, BString value)
Definition: BdsD.cc:328
Calibration calibration
The Calibration info.
Definition: BdsD.h:490
BString getType()
Definition: BdsD.cc:199
BError setMember(BString name, BString value)
Definition: BdsD.cc:638
BString getType()
Definition: BdsD.cc:1307
This class defines avaiilablity information on a set of data.
Definition: BdsD.h:606
BArray< FirEntry > a
Denominator.
Definition: BdsD.h:258
BFloat64 elevation
The ground level elevation in meters from the WGS84 ellipsoid (Sea level)
Definition: BdsD.h:213
Location location
The Station location.
Definition: BdsD.h:484
BError setMembers(BDictString &members)
Definition: BdsD.cc:1498
BFloat64 latitude
The Latitude in degrees using the WGS84 datum.
Definition: BdsD.h:212
This class defines a channel for selection.
Definition: BdsD.h:440
BUInt32 digitiserId
The Digitiser in use.
Definition: BdsD.h:391
BString alias
Alias name to be returned to the user.
Definition: BdsD.h:187
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:206
This defines the set of clean options used in the clean() function.
Definition: BdsD.h:818
BError getMember(BString name, BString &value)
Definition: BdsD.cc:875
BString user
The user.
Definition: BdsD.h:774
BTimeStamp startTime
The Start Time.
Definition: BdsD.h:427
DataAvailChan(BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString(), BArray< DataAvail > segments=BArray< DataAvail >())
Definition: BdsD.cc:1052
BFloat64 decimation
Decimation performed post filter.
Definition: BdsD.h:289
BDict< BString > infoExtra
Extra Info on the set of channels. Used for extended error/logging information.
Definition: BdsD.h:584
AccessGroup(BUInt32 id=0, BString group=BString(), BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString())
Definition: BdsD.cc:1189
BString serialNumber
The sensor's serial number. Only used when there is a unique physical sensor.
Definition: BdsD.h:365
BString name
The Calibrations name, "Main", "Measured".
Definition: BdsD.h:315
BString location
The storage location.
Definition: BdsD.h:522
BString station
Definition: BdsD.h:445
BInt32 changes
Clean the changes.
Definition: BdsD.h:823
BArray< BComplex > poles
Poles.
Definition: BdsD.h:225
This holds information on a user.
Definition: BdsD.h:654
BString type
The Digitisers type.
Definition: BdsD.h:340
BUInt32 dataFileId
The Data File Id. This links to the particular DataFileInfo where the data is stored.
Definition: BdsD.h:558
BString getType()
Definition: BdsD.cc:279
BTimeStamp endTime
The End Time the channel was available.
Definition: BdsD.h:275
BString getType()
Definition: BdsD.cc:62
BString user
The user who made the change.
Definition: BdsD.h:748