This commit is contained in:
nuknal
2024-05-18 11:22:01 +08:00
parent 5b3c4aa0a4
commit 366ef668ac
7 changed files with 246 additions and 90 deletions

View File

@@ -21,9 +21,9 @@ var parseCmd = &cobra.Command{
Satellite: "SJY01",
}
p := extract.NewExtractor(&params)
p.ParseAuxPlatformWithHead("demo/ref/辅助数据.dat")
// p.ParseAuxPlatformWithHead("demo/ref/辅助数据.dat")
fmt.Println("Reference Time: 2000-01-01 12:00:00 UTC, seconds:", extract.Time2000UTCSec())
// p.SeprateAuxAndImgData("demo/temp/051513_S46.dat", 1)
p.ParseAuxPlatform("demo/output/SJY01_051622_S96_PLAT.AUX")
},
}