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, wait
findPath, getPath, writeProperties
public SPC_SAC(java.util.Properties properties) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
public static void writeDefaultPropertiesFile() throws java.io.IOException
java.io.IOException
public java.util.Properties getProperties()
getProperties
インタフェース内 Operation
public java.nio.file.Path getWorkPath()
getWorkPath
インタフェース内 Operation