IPB

Здравствуйте, гость ( Вход | Регистрация )

 
Ответить в данную темуНачать новую тему
IXSeg2SegyIXSeg2Segy Seismic Conversion Software
eischifa
сообщение 12.03.2024 - 00:40
Сообщение #1



Иконка группы

Группа: Пользователи
Пользователь №: 149378
Сообщений: 0
Регистрация: 21.10.2011
Загружено: байт
Скачано: байт
Коэффициент: ---
Спасибо сказали: 6 раз(а)



IXSeg2Segy
Dear
I'm still looking for this older software able convert ASCII to Seg2 seismic file format. Long time ago someone in this forum make a total functional copy
Interpex.IXSeg2Segy.v3.30.Incl.Keymaker-ACME.rar
ofcourse after more ten years the link doesn't work anymore.
Someone has a copy? aniway a shareware copy could be downloaded from here

https://www.mediafire.com/file/m5rczmvsrgpcrdo/ixseg2segysetup.rar/file

thank you

IXSeg2Segy Seismic Conversion Software
IXSeg2SegY is a seismic file conversion, viewing and processing utility that imports SEG-2 and SEG-Y data files, as well as most of the historic SEG-1 engineering formats. It allows for some processing, including first break picking, differentiation, integration, band-pass and velocity filtering. It also offers refraction interpretation in terms of a layered earth and reflection interpretation in terms of a Normal Move-Out (NMO) curve.. Data can be exported as SEG-2 or SEG-Y, in mainframe or PC formats. Batch conversion is available.
Перейти в начало страницы
Вставить ник
+Цитировать сообщение
Oigen
сообщение 7.03.2025 - 18:34
Сообщение #2


Из местных
Иконка группы

Группа: Пользователи
Пользователь №: 206446
Сообщений: 64
Регистрация: 11.04.2024
Загружено: байт
Скачано: байт
Коэффициент: ---
Спасибо сказали: 88 раз(а)



software download https://interpex.com/ixseg2segy/ixseg2segy_version.htm

see below two ways to register software from Help menu
1) Register (to user) - this should be done every run
2) Register to CPU - this should be done once

to run code below use any python online interpreter, eg. https://www.online-python.com/

» Click to show Spoiler - click again to hide... «
1) Register to user
### python code start
Код
user_name = 'enter you username here'
secret_phrase = ' BENJAMIN S'
reg_code = 0
j = 0
for i in range(len(user_name)):
    j += 1
    if j > 10:
        j = 1
    c = ord(user_name[i])
    s = ord(secret_phrase[j])
    reg_code += (c * c * s * s)
print("Registration Code:", reg_code)

### python code end

2) Register to CPU
### python code start
Код
program_code = 'copy program code from the program here'
secret_phrase = ' VENEZIA IT'
reg_code = 0
j = 0
for i in range(len(program_code)):
    j += 1
    if j > 10:
        j = 1
    c = ord(program_code[i])
    s = ord(secret_phrase[j])
    reg_code += (c * c * s * s)
print("Access Key:", reg_code)

### python code end


Сообщение отредактировал Oigen - 8.03.2025 - 13:00
Перейти в начало страницы
Вставить ник
+Цитировать сообщение

Ответить в данную темуНачать новую тему
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0

 



RSS Текстовая версия Сейчас: 19.06.2025 - 14:26