Yes thanks, months should increase from 01-12. Below I added another,
actual data structure created by default by obspyDMT.
The populate command works if I adapt the data structure as in the "TOM"
example
YEAR/NET/STA/CHAN/YEAR.DAY
but would be nice if I can figure how to adapt custom.py and not the
data structures. Any suggestions appreciated!
(Sorry if I'm missing something, I'm starting with msnoise)
dmt-tour-data/2011-03-10_2011-03-12/20110311_1/BH/dis.TA.109C..BHZ
dmt-tour-data/2011-03-10_2011-03-12/20110311_1/BH/dis.TA.121A..BHZ
dmt-tour-data/2011-03-10_2011-03-12/20110311_1/BH/dis.TA.133A..BHZ
dmt-tour-data/2011-03-10_2011-03-12/20110311_1/BH/dis.TA.134A..BHZ
dmt-tour-data/2011-03-10_2011-03-12/20110311_1/BH/dis.TA.135A..BHZ
On 4/24/15, msnoise-request(a)mailman-as.oma.be
<msnoise-request(a)mailman-as.oma.be> wrote:
Send MSNoise mailing list submissions to
msnoise(a)mailman-as.oma.be
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman-as.oma.be/mailman/listinfo/msnoise
or, via email, send a message with subject or body 'help' to
msnoise-request(a)mailman-as.oma.be
You can reach the person managing the list at
msnoise-owner(a)mailman-as.oma.be
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MSNoise digest..."
Today's Topics:
1. data structure & station table (RJ)
2. Re: data structure & station table (Thomas Lecocq)
----------------------------------------------------------------------
Message: 1
Date: Thu, 23 Apr 2015 19:10:20 -0800
From: RJ <rndj11(a)gmail.com>
To: msnoise(a)mailman-as.oma.be
Subject: [MSNoise] data structure & station table
Message-ID:
<CAMifym=W=PFCTdoPZbKcz+7ACDXOFqg_TeYsehxvJ893vjOCrQ(a)mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Dear list users,
The manual says to edit custom.py for data not in formats SDS/BUD/IDDS/PDF
http://msnoise.org/doc/workflow.html
specifically the line
data_structure['TOM'] = "YEAR/NET/STA/CHAN/YEAR.DAY"
My code is
data_structure['TOM'] = "topdir/month01/dir01"
but there is an error message
(...)
ValueError: too many values to unpack
Can someone suggest a structure for the data format below?
/topdir/month01/dir01/sta1.LHZ
/topdir/month01/dir01/sta2.LHZ
/topdir/month01/dir01/staN.LHZ
thanks!
rodrigo
------------------------------
Message: 2
Date: Fri, 24 Apr 2015 08:48:33 +0200
From: Thomas Lecocq <thomas.lecocq(a)oma.be>
To: msnoise(a)mailman-as.oma.be
Subject: Re: [MSNoise] data structure & station table
Message-ID: <5539E741.8000707(a)oma.be>
Content-Type: text/plain; charset=windows-1252; format=flowed
Hi!
Le 24/04/2015 05:10, RJ a ?crit :
Dear list users,
The manual says to edit custom.py for data not in formats
SDS/BUD/IDDS/PDF
http://msnoise.org/doc/workflow.html
specifically the line
data_structure['TOM'] = "YEAR/NET/STA/CHAN/YEAR.DAY"
My code is
data_structure['TOM'] = "topdir/month01/dir01"
but there is an error message
(...)
ValueError: too many values to unpack
Can someone suggest a structure for the data format below?
/topdir/month01/dir01/sta1.LHZ
/topdir/month01/dir01/sta2.LHZ
/topdir/month01/dir01/staN.LHZ
can you give examples of the real folder structure ? I suppose "month"
gets replaced ?
Cheers
Thomas
thanks!
rodrigo
_______________________________________________
MSNoise mailing list
MSNoise(a)mailman-as.oma.be
http://mailman-as.oma.be/mailman/listinfo/msnoise
------------------------------
_______________________________________________
MSNoise mailing list
MSNoise(a)mailman-as.oma.be
http://mailman-as.oma.be/mailman/listinfo/msnoise
End of MSNoise Digest, Vol 16, Issue 5
**************************************