Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

compamb(1) [debian man page]

COMPAMB(1)						      General Commands Manual							COMPAMB(1)

NAME
compamb - compute good ambient value for a rad input file SYNOPSIS
compamb [ -c ][ -e ] rad_input_file DESCRIPTION
Compamb computes a good ambient value for the specified rad(1) variable file and appends it to the file as a "render= -av" option. If the -c option is specified, then compamb includes color information in the computed ambient value, rather than estimating a grey value to avoid rendering color shifts. If the -e option is specified, then compamb also computes a good exposure value for this scene, and appends it to the rad file as well. Compamb is a shell script that makes calls to other RADIANCE programs and utilities to do the actual work. A substantial amount of time may be required to complete this script, since compamb calls rpict(1) to render low resolution frames for each view in the rad file, set- ting "QUALITY=High" to compute interreflections. The resulting ambient file is thrown away, since it would disagree with the new -av set- ting used for the final renderings. This method is preferable to setting the -aw option of rpict, which frequently results in splotchy artifacts. AUTHOR
Greg Ward Larson SEE ALSO
lookamb(1), rad(1), rpict(1) RADIANCE
1/23/98 COMPAMB(1)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

replace word with using "sed" not work...

Hi, I have a xml text file with the following data, I would like replace F0</Number> to F</Number> only. i used sed to replace, but it not work!! anyone can help? <Number>11 20 03 22 23 21 91 00 F0</Number> <Number>12 20 03 20 99 21 91 20 F0</Number> <Number>10 21 03 21 78 21 92 27... (28 Replies)
Discussion started by: happyv
28 Replies

2. UNIX for Dummies Questions & Answers

any good book on make utilities

could any one suggest me any good book on unix make utilities. (1 Reply)
Discussion started by: useless79
1 Replies

3. Shell Programming and Scripting

Websites with good tutorials

Hey guys, i am new in Shell programming and i would like to know some good links and websiites which has good tutorials and a wide range of examples on how the commands can be used. those which i have found just provide a brief coverage on the topic and mostly do not give proper examples of how the... (5 Replies)
Discussion started by: gregarion
5 Replies

4. Shell Programming and Scripting

[SH] asking some question which confused me

1. i am asked to do some simple unix programming using SH. i am having problem in : 1. how to get string and put it on condition. for example : i have and input with read = very good. as long as good is there, i am supposed to be able to get the same result. the problem happened when i cant... (7 Replies)
Discussion started by: grandios
7 Replies

5. What is on Your Mind?

How to become good UNIX engineer

Maybe my question is quite stupid , but how to become good UNIX engineer. What to read , how to practice ? What a good engineer must know to call himself engineer . :cool: (14 Replies)
Discussion started by: solaris_user
14 Replies

6. Shell Programming and Scripting

I want to insert "#" at specific line in file

input i am good output #i am good (6 Replies)
Discussion started by: vipin auja
6 Replies