| ... | ... | @@ -66,13 +66,13 @@ A simple call to organize the input data for the 'ci3144585' event into the HDF |
|
|
|
```
|
|
|
|
You will then be prompted to enter a comment for this run, useful for keeping track of version changes:
|
|
|
|
```
|
|
|
|
INFO ; 2018-02-09 11:43:24 ; shake.main ; Running command assemble
|
|
|
|
INFO -- 2018-02-09 11:43:24 -- shake.main -- Running command assemble
|
|
|
|
Please enter a comment for this version.
|
|
|
|
comment:
|
|
|
|
```
|
|
|
|
Once a comment is entered, assemble will finish running.
|
|
|
|
```
|
|
|
|
INFO ; 2018-02-09 11:43:24 ; shake.main ; Finished running command assemble: Elapsed 0.14 secs
|
|
|
|
INFO -- 2018-02-09 11:43:24 -- shake.main -- Finished running command assemble: Elapsed 0.14 secs
|
|
|
|
```
|
|
|
|
The `assemble` module alone is not all that useful _unless_ you want to read in and inspect the HDF file, called [shake_data.hdf](http://usgs.github.io/shakemap/manual4_0/tg_formats.html#shake-data-hdf). `shake_result.hdf` is a binary data structure for efficiently storing all of the inputs and results of the ShakeMap software and is the most fundamental data file from which all other outputs are created. Other modules called by `shake` extract information from this file and convert the results to more convenient formats.
|
|
|
|
|
| ... | ... | |
| ... | ... | |