Skip to content

How to emulate the output of -Ps -Sd with the latest release ? #15

Description

@bonnarti

Hello,

I am currently updating some scripts from dataselect v3.21 to the latest release (v4.2.1).

I am running into an issue when trying to reproduce the output obtained with the combination of the -Ps and -Sd options and the output pattern /%Y/%s/%c.D/%n.%s.%l.%c.D.%Y.%j, which I use to generate daily miniSEED files.
These starts at YYYY,JulianDay,00:00:00.000000 and end at YYYY,JulianDay,23:59:59.996000.

With the newest release, using -Ps gives an almost identical result, but the end sample timestamp extends past 00:00:00, which is different than with v3.21.

Examples

dataselect v4.2.1
Command:

dataselect -Ps -A /%Y/%s/%c.D/%n.%s.%l.%c.D.%Y.%j.%r.%L

Input: list of files

Image Image

dataselect v3.21
Command:

dataselect -Ps -Sd -A /%Y/%s/%c.D/%n.%s.%l.%c.D.%Y.%j

Input: single file

Image Image

In addition, I am trying to optimize and reduce the overall processing time in the updated version of my scripts. Because of that, I would like to avoid using -Pe together with -ts and -te for each individual file processed by dataselect.

I hope this explanation is clear enough.

Thank you,
Titouan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions