FMI Release Note
Version 0.9, 12/20/2003
The first release of FMI
Version 0.91, 04/15/2004
- Users are able to split a big seismogram retrieving job into small parts
to avoid memory overflow. An iterator is implemented to handle multiple
retrieving.
- The POND server have been changed. Users no long have choices to retrieve
FARM or SPYDER data if both are available. Only FARM data will be returned.
The server will return SPYDER data only if FARM data is unavailable.
- A bug is fixed for EventFinder, where if a 1-digit month or day value is
input, it will not be recognized correctly.
- The Java class files required by FMI are packed into a single archive file
for easy setup and management.
- Initialization for classes MatEvent, MatNetwork, and
MatSeismogram are changed. No need to open ORB first and no more "orb"
input parameter for the initialization functions. The corresponding
orb functions, open_orb and close_orb, have been removed.
- The MatNetwork class is still under development and untested and it may
not work properly.