This function adds a calibration file (.ecs) to a fileset using COM scripting.
Arguments
- EVFile
An Echoview file COM object
- filesetName
An Echoview fileset name
- calibrationFile
An Echoview calibration (.ecs) file path and name
Examples
if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVAddCalibrationFile(EVFile = EVFile, filesetName = '038-120-200',
calibrationFile = '~~/KAOS/20120326_KAOS_SimradEK5.ecs')
}