"BPrtppar(seqfil)"

if ($#>0.5) then
   BPgetpars($1)                     "get parameter set"
   BPfixup                           "creates any missing parameters"
   if (BPinstall=1) then             "only true after installation"
      exists('BPsolids','parameter','global'):$e
      if (($e=1)and(BPsolids='y')) then
         BP_SS_update_from_probefile "gets solids calibrations from probefile"
      else
         BPupdate_from_probefile     "gets common calibrations from probefile"
         BPcheck                     "checks powers against user-defined power limits"
         BPsetddrtc                  "ddrtc has already been set by BPupdate_from_probefile"
                                     "this sets ddrtc=alfa for certain sequences ending in an echo"
         BPflipbacks                 "Get water flipback pulse calibrations"
         BPfixrefs                   "fixup referencing"
         BPfixup2                    "final check on parameters"
      endif
   else
      banner('BioPack not properly installed(BPinstall=0).\\Parameter set has been loaded,\\but no values have been loaded from the probefile.\\Check/change all parameter values manually')
   endif
endif
man(seqfil)
