public final class SPC_SAC extends java.lang.Object implements Operation
Spectrum to SACData file. According
to an information file, it creates SAC files.
It converts all the SPC files in event folders/model under the workDir set by the information file. If you leave 'model name' blank and each event folder has only one folder, then model name will be set automatically the name of the folder.
| コンストラクタと説明 |
|---|
SPC_SAC(java.util.Properties properties) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.Properties |
getProperties() |
java.nio.file.Path |
getWorkPath() |
static void |
main(java.lang.String[] args) |
void |
run() |
static void |
writeDefaultPropertiesFile() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindPath, getPath, writePropertiespublic SPC_SAC(java.util.Properties properties)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
public static void writeDefaultPropertiesFile()
throws java.io.IOException
java.io.IOExceptionpublic java.util.Properties getProperties()
getProperties インタフェース内 Operationpublic java.nio.file.Path getWorkPath()
getWorkPath インタフェース内 Operation