--- ray/src/px/psquish.csh 2004/01/01 19:44:07 3.3 +++ ray/src/px/psquish.csh 2005/02/16 05:40:11 3.4 @@ -1,11 +1,11 @@ #!/bin/csh -f -# RCSid: $Id: psquish.csh,v 3.3 2004/01/01 19:44:07 greg Exp $ +# RCSid: $Id: psquish.csh,v 3.4 2005/02/16 05:40:11 greg Exp $ set Lmin=.0001 # minimum visible world luminance set Ldmin=1 # minimum display luminance set Ldmax=100 # maximum display luminance set nsteps=100 # number of steps in perceptual histogram set cvratio=0.05 # fraction of pixels to ignore in envelope clipping -set td=/usr/tmp +set td=/tmp set tf0=$td/tf$$ set tf1=$td/hist$$ set tf1b=$td/hist$$.diff