PHISTO(1) General Commands Manual PHISTO(1)NAME
phisto - compute a luminance histogram from one or more RADIANCE pictures
SYNOPSIS
phisto picture ..
DESCRIPTION
Phisto is a script that calls pfilt(1), rcalc(1) and histo(1) to compute a histogram of log luminance values for foveal samples in the
given picture files. A foveal sample covers approximately 1 degree, though this script does not use this exact area. The minimum and max-
imum values are determined, and 100 histogram bins are uniformly divided between these extrema. Foveal samples less than 1e-7 cande-
las/sq.meter are silently ignored. If no picture is named on the command line, the standard input is read.
The primary function of this script is to precompute histograms for the pcond(1) program, which may then be used to compute multiple, iden-
tical exposures. This is especially useful for animations and image comparisons.
EXAMPLE
To compute two identical tone mappings for image1.hdr and image2.hdr:
phisto image1.hdr image2.hdr > both.histo
pcond -I -h image1.hdr < both.histo > image1m.hdr
pcond -I -h image2.hdr < both.histo > image2m.hdr
AUTHOR
Greg Ward Larson
SEE ALSO histo(1), pcond(1), pfilt(1), pvalue(1), rcalc(1), total(1)RADIANCE 3/12/98 PHISTO(1)
Check Out this Related Man Page
PHISTO(1) General Commands Manual PHISTO(1)NAME
phisto - compute a luminance histogram from one or more RADIANCE pictures
SYNOPSIS
phisto picture ..
DESCRIPTION
Phisto is a script that calls pfilt(1), rcalc(1) and histo(1) to compute a histogram of log luminance values for foveal samples in the
given picture files. A foveal sample covers approximately 1 degree, though this script does not use this exact area. The minimum and max-
imum values are determined, and 100 histogram bins are uniformly divided between these extrema. Foveal samples less than 1e-7 cande-
las/sq.meter are silently ignored. If no picture is named on the command line, the standard input is read.
The primary function of this script is to precompute histograms for the pcond(1) program, which may then be used to compute multiple, iden-
tical exposures. This is especially useful for animations and image comparisons.
EXAMPLE
To compute two identical tone mappings for image1.hdr and image2.hdr:
phisto image1.hdr image2.hdr > both.histo
pcond -I -h image1.hdr < both.histo > image1m.hdr
pcond -I -h image2.hdr < both.histo > image2m.hdr
AUTHOR
Greg Ward Larson
SEE ALSO histo(1), pcond(1), pfilt(1), pvalue(1), rcalc(1), total(1)RADIANCE 3/12/98 PHISTO(1)
Hi experts..
I am trying to write a shell script which will scan a log file for three strings ie success image1, success image2, success image3.
My shell is tcsh
If all the 3 strings are found then insert the 3 strings to a file1 and send mail to developers with file1
If all 3 are note... (0 Replies)
Guys, have any idea for the script like this? also to compute w/ decimal.
thanks
a=10
b=20
c=30
d=40
if a < b then ( a -b)*1024 = free space
b + (c -d) = total space
if a > b then (b / d)*1024 = cpu (3 Replies)
I have searched throught a host of threads to figure out how to rename mutiple files at once using a script.
I need to convert 200+ files from:
fKITLS_120605-0002-00001-000001.hdr to eStroop_001.hdr
fKITLS_120605-0002-00002-000002.hdr to eStroop_002.hdr
and so forth....
What is... (5 Replies)
Hello,
I have over 200 files under one directory. And I need to zip all of them individually, like image1.jpg > image1.zip, image2.jpg > image2.zip etc.
Is there a quick command I can use under Linux shell that would let me do this faster? (28 Replies)
HI
I'm gaving trouble to do that script in awk. I would like to compute the mean of two colomns from two diffent files just like that
file 1
4 1
5 2
6 3
file 2
1 1
2 2
3 3 (3 Replies)
I have several las files with a header and each file start Version and text and before the data starts end up with ~Ascii, then the numbers starts:
-------------------------------------------------------------------------
Code:
~Version
.....text....
~Ascii
2 abc 230 1 name
1 abc ... (1 Reply)
Dear all,
I am working on writing the script which can read a file (having the html path for some pictures) and download those picture in the given local directory. Please find my iniatitve here, however I am still not able to figure out the 'download' command.
Any help is appreciated.
... (1 Reply)