CARVIEW |
Select Language
HTTP/2 200
date: Fri, 18 Jul 2025 09:00:02 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"172a2ac12ed5db47ce42e28fab3613d9"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=sUY4oQJEvyIxFe5w6L7WkI50q7u5W9j9HRUmTlA05v91L%2BPy4i9Q4CV9F6lT2clEODMUEYCXQjKINLHA5Zo9U9VFIiOasURU1w0c0JiN3VKGgoW3O98nuR9nu5iTarZODW1clptiqt1ScrNsQB4FShx7p6btY%2BX1vi%2BMpxF2Jw6PtdmtDgbvpx%2FKoRXNeiXMWdKiwDoUbjjARwKX%2B9%2BBEbCCF%2FxkNsEBIWFtDJ09MaahZ33V4YvicVC79kffw3cw%2BDKb8mprPoy74EwTlpyrfA%3D%3D--8GwcP6h9qsvPsmU7--bOSb1C8618z%2B2NtdD8tXrQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.615351710.1752829201; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 09:00:01 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 09:00:01 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B17A:2AC8E7:B14112:D802C4:687A0D11
GitHub - ovsm-dev/sdp: Seismic Data Playback GUI - utility to generate Python ObsPy code for offline analysis of seismic data
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 0
Seismic Data Playback GUI - utility to generate Python ObsPy code for offline analysis of seismic data
License
GPL-3.0, Unknown licenses found
Licenses found
GPL-3.0
licence.txt
Unknown
COPYING
ovsm-dev/sdp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Building ======== mkdir build && cd build cmake .. && make OR make -f Makefile.cvs cd build && make The binary will be created in <build-folder>/bin To install sdp complete package in ${HOME} make install Small hack ---------- Run run.sh, it will configure, build, install and execute the application. Packaging ========= 1. On Linux: make package To force deb: cpack -G DEB To force rom: cpack -G RPM 2. On Mac: (gcc, g++, make, cmake, qt 4.6+ etc. must be installed...) cd contribs sh contribs-mac.sh This will by default create a Mac Bundle, vlmc.app in /build/bin To create a dmg image: Uncomment #dmg in /src/CMakeLists.txt, at the end of the file. and follow the build process, the dmg will be created in /build/bin 3. To cross-compile and package on linux for Windows: (mingw, wine, nsis must be installed...) cd contribs sh contribs.sh cd .. mkdir win32 && cd win32 cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-win32.cmake -DQT_MOC_EXECUTABLE=../contribs/tools/moc.exe .. make make installer This will create an .exe installer in /win32/bin Distribution via Launchpad ========================== Launchpad.net provides PPA facility for distribution of debian builds. The /debian folder holds debian package building rules. You build and upload your source pkgs by: debuild -k<pgp key ID> debuild -k<pgp key ID> -S -sa # creates only the source pkg dput ppa:<ppa-id>/<pkg> <source.changes> To add/install the pkg, one can do: sudo add-apt-repository ppa:<ppa-id>/<pkg> sudo apt-get update sudo apt-get install <pkg>
About
Seismic Data Playback GUI - utility to generate Python ObsPy code for offline analysis of seismic data
Resources
License
GPL-3.0, Unknown licenses found
Licenses found
GPL-3.0
licence.txt
Unknown
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
You can’t perform that action at this time.