去掉stdout 日志颜色,以便executor只获取到日志正文
This commit is contained in:
@@ -13,6 +13,7 @@ var (
|
||||
)
|
||||
|
||||
func (e *Extractor) ExtractAux(auxfile, xlsxfile string) ([]*AuxFrameHead, []*AuxFocalBox, []*AuxPlatform, error) {
|
||||
log.Println("extract aux data from", auxfile, "to", xlsxfile)
|
||||
os.Remove(xlsxfile)
|
||||
if err := createAuxXlsx(xlsxfile); err != nil {
|
||||
return nil, nil, nil, err
|
||||
|
||||
@@ -57,14 +57,14 @@ const L0TPL = `<?xml version="1.0" encoding="UTF-8"?>
|
||||
<inputFileList>
|
||||
<inputdata>{{.InputData}}</inputdata>
|
||||
</inputFileList>
|
||||
<outputfilelist num="3">
|
||||
<outputfilelist>
|
||||
<outputPath>{{.OutputPath}}</outputPath>
|
||||
<TempPath>{{.TempPath}}</TempPath>
|
||||
<reportFile>{{.ReportFile}}</reportFile>
|
||||
<resultFile>{{.ResultFile}}</resultFile>
|
||||
</outputfilelist>
|
||||
<params>
|
||||
<stationId>WN</stationId>
|
||||
<stationId>QH</stationId>
|
||||
<sensor>PMS</sensor>
|
||||
<dataId>{{.DataId}}</dataId>
|
||||
<satelliteId>SJY01</satelliteId>
|
||||
|
||||
Reference in New Issue
Block a user