% @code{poststd} postprocesses the data which has been preprocessed by @code{prestd}.
SYNOPSIS
function [Pp,Tt] = poststd(Pn,meanp,stdp,Tn,meant,stdt)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {}[@var{Pp},@var{Tt}] = poststd(@var{Pn},@var{meanp},,@var{stdP},@var{Tn},@var{meanT},@var{stdT})
% @code{poststd} postprocesses the data which has been preprocessed by @code{prestd}.
% @end deftypefn