Dear Sir / Madam
I would like to ask you for help in the following matter.
I have just recently started to use SAC for my PhD research. One of the purposes I need the SAC for is to analyze outputs from my numerical models and compare them with field observations. The data from my models have usually form of a time-series table (xls, txt or csv), consisting of a column of pairs time - displacement (in particular direction). Is there some simple way (utility or so) for converting these data into SAC?
Thank you for your help
Looking forward to hearing from you
Yours faithfully
Lukas Janku
This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.
Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.
I would like to ask you for help in the following matter.
I have just recently started to use SAC for my PhD research. One of the purposes I need the SAC for is to analyze outputs from my numerical models and compare them with field observations. The data from my models have usually form of a time-series table (xls, txt or csv), consisting of a column of pairs time - displacement (in particular direction). Is there some simple way (utility or so) for converting these data into SAC?
Thank you for your help
Looking forward to hearing from you
Yours faithfully
Lukas Janku
This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.
Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.
-
Dear Lukas Janku -
CSV is the most suitable format. If your values are separated with blanks (even if they end with a comma — the comma is optional, the blanks separate values), you can use the READTABLE command to read them in. For example,
READTABLE CONTENT XY FREE /tmp/dat.txt
would read in values such as,
1, -10,
2, -8,
3, 5,
etc.
See HELP READTABLE for more extensive info.
On 20 Aug 2014, at 12:38, Lukas Janku <lukas.janku<at>pg.canterbury.ac.nz> wrote:
Dear Sir / Madam
George Helffrich
I would like to ask you for help in the following matter.
I have just recently started to use SAC for my PhD research. One of the purposes I need the SAC for is to analyze outputs from my numerical models and compare them with field observations. The data from my models have usually form of a time-series table (xls, txt or csv), consisting of a column of pairs time - displacement (in particular direction). Is there some simple way (utility or so) for converting these data into SAC?
Thank you for your help
Looking forward to hearing from you
Yours faithfully
Lukas Janku
This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.
Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.
_______________________________________________
sac-help mailing list
sac-help<at>iris.washington.edu
http://www.iris.washington.edu/mailman/listinfo/sac-help
george.helffrich<at>bris.ac.uk