#! /bin/bash # Last edited on 2005-06-04 00:28:15 by stolfi usage="plot-estimates INFILE.est CPLOT.eps" # Reads an ".est" file produced by the predictor "pre". # Plots true phase, estimated phase, and its estimated probability, # for each base. tmp="/tmp/$$" datafile="${tmp}.dat" # Extract fields from ".est" file: cat \ | plot-estimates-aux \ > ${datafile} # plot gnuplot <