Skip to content
Snippets Groups Projects
Commit e5e8e3ca authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Change version number + Update README

parent 7f9378c8
No related branches found
No related tags found
1 merge request!27Feedback from data group
Pipeline #2126 passed with stage
in 4 minutes and 2 seconds
...@@ -9,12 +9,13 @@ lemi2seed ...@@ -9,12 +9,13 @@ lemi2seed
- ``lemi2seed -h`` - ``lemi2seed -h``
- ``lemi2seed -d path2data -qc`` *(run lemi2seed in "quality control" mode)* - ``lemi2seed -d path2data -qc`` *(run lemi2seed in "quality control" mode)*
- ``lemi2seed -d path2data -g`` *(run lemi2seed in "gui only" mode)* - ``lemi2seed -d path2data -g`` *(run lemi2seed in "gui only" mode)*
- ``lemi2seed -d path2data -g -s path2savedmd`` *(run lemi2seed in "gui only" mode after loading previously saved metadata fields)*
- ``lemi2seed -d path2data -m path2metadata`` *(run lemi2seed in "field sheet and gui" mode)* - ``lemi2seed -d path2data -m path2metadata`` *(run lemi2seed in "field sheet and gui" mode)*
The "quality control" mode allows to quickly convert LEMI data to day-long mseed files. The GUI and handling of metadata are bypassed. The "quality control" mode allows to quickly convert LEMI data to day-long mseed files. The GUI and handling of metadata are bypassed.
In the "gui only" mode, metadata are entered only using the GUI. In the "gui only" mode, metadata are entered/modified using the GUI only.
In the "field sheet and gui" mode, metadata are prepopulated from parsing the provided field sheets. In the "field sheet and gui" mode, metadata are prepopulated from parsing the user-provided field sheets and modified using the GUI.
- **License**: GNU General Public License v3 (GPLv3) - **License**: GNU General Public License v3 (GPLv3)
package: package:
name: lemi2seed name: lemi2seed
version: 2022.332 version: 2023.1.0.0
source: source:
path: ../ path: ../
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL""" __author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu' __email__ = 'software-support@passcal.nmt.edu'
__version__ = '2022.332' __version__ = '2023.1.0.0'
[software] [software]
author = Maeva Pourpoint author = Maeva Pourpoint
name = lemi2seed name = lemi2seed
version = 2022.332 version = 2023.1.0.0
[sheets] [sheets]
header = A1 header = A1
......
...@@ -52,6 +52,6 @@ setup( ...@@ -52,6 +52,6 @@ setup(
name='lemi2seed', name='lemi2seed',
packages=find_packages(include=['lemi2seed']), packages=find_packages(include=['lemi2seed']),
url='https://git.passcal.nmt.edu/software_public/mt/lemi2seed', url='https://git.passcal.nmt.edu/software_public/mt/lemi2seed',
version='2022.332', version='2023.1.0.0',
zip_safe=False, zip_safe=False,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment