This commit is contained in:
nuknal
2024-05-18 16:34:10 +08:00
parent 94a66fa3a1
commit f609b2b023
4 changed files with 98 additions and 23 deletions

View File

@@ -24,6 +24,7 @@ var parseCmd = &cobra.Command{
// p.ParseAuxPlatformWithHead("demo/ref/辅助数据.dat")
fmt.Println("Reference Time: 2000-01-01 12:00:00 UTC, seconds:", extract.Time2000UTCSec())
p.ParseAuxPlatform("demo/output/SJY01_051622_S96_PLAT.AUX")
p.ParseAuxEBox("demo/output/SJY01_051622_S96_EB.AUX")
},
}