辅助数据拟合
This commit is contained in:
@@ -44,3 +44,12 @@ func ExtractAux(auxfile string) ([]*AuxFrameHead, []*AuxFocalBox, []*AuxPlatform
|
||||
|
||||
return afh, afb, aps, err
|
||||
}
|
||||
|
||||
// 长光卫星姿态和GPS数据更新频率为 4 次/秒
|
||||
func transfromGPSandAttMicrosec(microsec uint32) uint32 {
|
||||
unit := uint32(250000)
|
||||
|
||||
microsec = (microsec / unit) * unit
|
||||
|
||||
return microsec
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user