This commit is contained in:
nuknal
2024-05-21 17:46:57 +08:00
parent db650cdaa9
commit d7bf3fee48
4 changed files with 236 additions and 239 deletions

View File

@@ -1,8 +1,6 @@
package cmd
import (
"fmt"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"starwiz.cn/sjy01/preprocessing/extract"
@@ -23,7 +21,6 @@ var parseCmd = &cobra.Command{
}
e := extract.NewExtractor(&params)
// p.ParseAuxPlatformWithHead("demo/ref/辅助数据.dat")
fmt.Println("Reference Time: 2000-01-01 12:00:00 UTC, seconds:", extract.Time2000UTCSec())
err := e.ExtractAux("demo/output/051622/SJY01_PMS_20240516_101236_051622_096.AUX",
"demo/temp/1.xlsx")