Wiki » History » Version 8
Celso Reyes, 06/03/2013 06:00 PM
added link to faq and added some section headers. page could still use some editing
1 | 8 | Celso Reyes | {{toc}} |
---|---|---|---|
2 | 8 | Celso Reyes | |
3 | 8 | Celso Reyes | h2. Obtaining IrisFetch |
4 | 8 | Celso Reyes | |
5 | 7 | Celso Reyes | Information about downloading and using irisFetch.m can be found "here":http://www.iris.edu/dms/nodes/dmc/software/downloads/irisfetch.m/2-0-0/ |
6 | 1 | Celso Reyes | |
7 | 8 | Celso Reyes | Version 2.0 of irisFetch is mostly compatible with the previous version (1.X). |
8 | 4 | Celso Reyes | |
9 | 8 | Celso Reyes | h2. Getting Help |
10 | 1 | Celso Reyes | |
11 | 8 | Celso Reyes | h3. Online Manual |
12 | 8 | Celso Reyes | |
13 | 8 | Celso Reyes | Instructions and usage examples exist in the online manual section, available from: |
14 | 8 | Celso Reyes | |
15 | 8 | Celso Reyes | http://www.iris.edu/dms/nodes/dmc/software/downloads/irisFetch.m/2-0-0/manual/ |
16 | 8 | Celso Reyes | |
17 | 8 | Celso Reyes | h3. Web Seminar |
18 | 8 | Celso Reyes | |
19 | 3 | Celso Reyes | Examples of using irisFetch was included in a web-seminar (webinar) from November 8, 2012. This webinar starts with general information about web services (1:00), then discusses retrieving event and trace data via the browser (~8:45), command-line interfaces (~24:50), and MATLAB (~38:45). This webinar was given using an earlier version of irisFetch. |
20 | 3 | Celso Reyes | |
21 | 1 | Celso Reyes | Webinar page, including sample .m script: http://www.iris.edu/hq/webinar/ |
22 | 1 | Celso Reyes | Direct link to webinar video: http://youtu.be/Bd8jpDLysAw |
23 | 1 | Celso Reyes | |
24 | 8 | Celso Reyes | h3. Help from Inside MATLAB |
25 | 1 | Celso Reyes | |
26 | 1 | Celso Reyes | Detailed documentation is available for each routine. In MATLAB, use "help XXXX" like so: |
27 | 1 | Celso Reyes | * For general help, type : |
28 | 1 | Celso Reyes | @help irisFetch@ |
29 | 1 | Celso Reyes | * Specific help is also available, e.g. |
30 | 1 | Celso Reyes | @help irisFetch.Traces@ |
31 | 1 | Celso Reyes | @help irisFetch.Events@ |
32 | 1 | Celso Reyes | _etc..._ |
33 | 8 | Celso Reyes | |
34 | 8 | Celso Reyes | |
35 | 8 | Celso Reyes | h3. Frequently Asked Questions |
36 | 8 | Celso Reyes | |
37 | 8 | Celso Reyes | Check the [[FAQ|irisFetch FAQ]] |