This calculates weights from the amount of GTI within each attitude bin.
subroutine gtiWeightBinnedAttitude(gtis, binnedAtt) type(IntervalT), intent(in) :: gtis(:) type(attBinType), intent(inout) :: binnedAtt(:) end subroutine