public class ResponsePrint
extends java.lang.Object
| Constructor and Description |
|---|
ResponsePrint() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToNameMap(UnitImpl unit,
java.lang.String name) |
static java.lang.String |
formatUnit(Unit unit) |
static java.lang.String |
printB53(ChannelId id,
TimeRange effective_time,
int stageNum,
Stage stage)
Prints poles and zeros response blockette 53
|
static java.lang.String |
printB54(ChannelId id,
TimeRange effective_time,
int stageNum,
Stage stage)
Prints Coefficient responses blockette 53
|
static java.lang.String |
printB55(ChannelId id,
TimeRange effective_time,
int stageNum,
Stage stage)
Prints list response SEED blockette 55
|
static java.lang.String |
printB57(ChannelId id,
TimeRange effective_time,
int stageNum,
Stage stage)
Prints deciamation response SEED blockette 57
|
static java.lang.String |
printB58(ChannelId id,
TimeRange effective_time,
int stageNum,
Stage stage)
Prints sensitivity/gain response SEED blockette 58
|
static java.lang.String |
printHeader(ChannelId id,
TimeRange effective_time)
Used to print a channel ID and the effective times.
|
static java.lang.String |
printInstEffectiveTime(Instrumentation inst) |
static java.lang.String |
printResponse(ChannelId chanId,
Instrumentation inst)
Prints an instrumentation object in resp format.
|
static java.lang.String |
printResponse(ChannelId chanId,
Response response,
TimeRange effective_time) |
static java.lang.String |
printSensitivity(ChannelId id,
Instrumentation inst)
Prints the overall sensitivity/gain response SEED blockette 58
|
static java.lang.String |
printSensitivity(ChannelId id,
Sensitivity sensitivity,
TimeRange effective_time) |
public static java.lang.String printResponse(ChannelId chanId, Instrumentation inst)
ChannelId - channel id for the responseInstrumentation - object containing the entire responsepublic static java.lang.String printResponse(ChannelId chanId, Response response, TimeRange effective_time)
public static java.lang.String printHeader(ChannelId id, TimeRange effective_time)
ChannelId - channel id for the responseTimeRange - effective time of the channelpublic static java.lang.String printB53(ChannelId id, TimeRange effective_time, int stageNum, Stage stage)
ChannelId - channel id for the responseTimeRange - effective time of the channelint - the stage numberStage - the entire stage objectpublic static java.lang.String printB54(ChannelId id, TimeRange effective_time, int stageNum, Stage stage)
ChannelId - channel id for the responseTimeRange - effective time of the channelint - the stage numberStage - the entire stage objectpublic static java.lang.String printB55(ChannelId id, TimeRange effective_time, int stageNum, Stage stage)
ChannelId - channel id for the responseTimeRange - effective time of the channelint - the stage numberStage - the entire stage objectpublic static java.lang.String printB57(ChannelId id, TimeRange effective_time, int stageNum, Stage stage)
ChannelId - channel id for the responseTimeRange - effective time of the channelint - the stage numberStage - the entire stage objectpublic static java.lang.String printB58(ChannelId id, TimeRange effective_time, int stageNum, Stage stage)
ChannelId - channel id for the responseTimeRange - effective time of the channelint - the stage numberStage - the entire stage objectpublic static java.lang.String printSensitivity(ChannelId id, Instrumentation inst)
ChannelId - channel id for the responseInstrumentation - the entire instrument responsepublic static java.lang.String printSensitivity(ChannelId id, Sensitivity sensitivity, TimeRange effective_time)
public static java.lang.String printInstEffectiveTime(Instrumentation inst)
public static java.lang.String formatUnit(Unit unit)
public static void addToNameMap(UnitImpl unit, java.lang.String name)