- 1、本文档共29页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
DLIS数据格式
DLIS 数据
DLIS 数据记录格式
逻辑格式
Figure 1 记录格式的概念
Figure 2 逻辑文件记录结构
Figure 3 磁带记录的物理格式
可视记录
Figure 4 可视记录结构
Figure 5 逻辑记录段的结构1
Figure 6 逻辑记录段的结构2
程序定义结构
struct _lrSegment
{
struct _LRSH
{
unsigned int length;
struct _LRSA
{
unsigned char structure;
unsigned char predeccessor;
unsigned char successor;
unsigned char encryption;
unsigned char encryptionPacket;
unsigned char checksum;
unsigned char trailingLen;
unsigned char padding;
unsigned char reserved[8];
} attributes;
int type;
}header;
unsigned char *body;
unsigned int lenBody;
struct _LRSEP
{
unsigned int lenPacket;
unsigned int producerCode;
QString translationTag;
QString encryptionInfo;
}paket;
struct _LRST
{
unsigned int countPad;
unsigned char *padBytes;
unsigned int checksum;
unsigned int lenTailing;
}tailer;
};
逻辑记录的表达式
直接表达式
Figure 7 直接表达式结构示意图
Figure 8 直接表达式的内容
间接表达式
Figure 9 IFLR与EFLR中的关系
Figure 10 间接表达式的记录内容
程序定义结构
struct _ORIGIN
{
QString obname;
int originReference;
int copyNumber;
};
struct _componentAttribute
{
QString label;
int count;
int representationCode;
QString units;
QValueListfloat fvalues;
QStringList cvalues;
};
struct _componentObject
{
_ORIGIN origin;
QPtrList _componentAttribute attrLst;
};
struct _componentSet
{
QString type;
QString name;
long count;
int reserved;
};
struct _EFLR
{
_componentSet set;
QPtrList componentAttribute tmplLst;
/*! Formally, a Set consists of one or more Objects of the same type,
* preceded by a Template.
*/
QPtrList_componentObject objLst;
};
struct _IFLR
{
QString ddr;
unsigned char modifier;
unsigned int numFrame;
QValueListQ_ULONG frameNOs;
QValueListQ_ULONG sizeSescriptors;
QValueListfloat fdata;
QStringList sdata;
};
说明
每个EFLR是对某种类型的数据参数的表达,主要用来解释测井曲线的相关信息。公用的EFLR类型如下:
FILE-HEADER;
ORIGIN;
WELL-REFERENCE;
AXIS;
CHANNEL;
FRAME;
PATH;
CALIBRATION;
CALIBRATION-COEF
您可能关注的文档
- ATT汇编语言格式.doc
- AUSR4SR8两相步进电机驱动器.doc
- AUTOCAD操作简洁命令.doc
- AutoCAD绘制家装平面布置图.doc
- AVR121过采样提高AD精度.doc
- B-脚手架(16槽钢悬挑).doc
- AVL测功机培训1.docx
- B737飞机燃油系统.doc
- backupexec备份lotusdomino.doc
- BEC中级SPEAKING部分.doc
- (高清版)DB11∕T 1934-2021 医院处方评价规范 .pdf
- (高清版)DB11∕T 2031-2022 建筑信息模型与工程验收资料数据交互标准.pdf
- (高清版)DB11∕T 1954-2022 用水管理信息系统基础信息分类和编码规范 .pdf
- (高清版)DB11∕T 2093-2023 森林经营方案编制技术导则.pdf
- (高清版)DB11∕T 2112-2023 城市道路空间非机动车停车设施设置规范.pdf
- (高清版)DB11∕T 2135-2023 信用管理咨询服务规范.pdf
- (高清版)DB11∕T 1991-2022 职业健康检查技术规范.pdf
- (高清版)DB11∕T 1956-2022 地热动态监测规范 .pdf
- (高清版)DB11∕T 2141-2023 应急避难场所分级和分类.pdf
- (高清版)DB11∕T 2160-2023 电动汽车公用充电站能源消耗限额.pdf
文档评论(0)