histogram RRC

This commit is contained in:
nuknal
2024-06-14 10:26:54 +08:00
parent 268076017e
commit 4a2fc805c9
5 changed files with 328 additions and 95 deletions

View File

@@ -44,6 +44,8 @@ var procCmd = &cobra.Command{
godal.RegisterAll()
os.MkdirAll(params.OutputDir, 0755)
reg.DoRRC()
if err := reg.DoPhaseCorrelation(); err != nil {
logrus.Fatal(err)
}