@ -99,4 +99,16 @@ Default origin is `0 0 0`. This command just sets the origin for where the simul
cacmb --convert infile outfile
```
This mode converts a file of type infile to a file of type outfile
This mode converts a file `infile` to a file of `outfile`. The extensions determine the conversion process.
### Mode Merge
```
cacmb --merge dim N infiles outfile
```
This mode merges multiple data files and creates one big simulation cell. The parameters are:
`N` - The number of files which are being read
`dim` - the dimension they are to be stacked along, can be either `x`, `y`, or `z`. If the argument `none` is passed then the cells are just overlaid. Future options will include a delete overlap command.