subroutine readBinnedAttitude(binnedAttSetName, binnedAttTabName& , binnedAtt, noWeightColumn) character(*), intent(in) :: binnedAttSetName,& binnedAttTabName type(attBinType), pointer :: binnedAtt(:) logical, intent(out), optional :: noWeightColumn end subroutine