ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pcond.h
(Generate patch)

Comparing ray/src/px/pcond.h (file contents):
Revision 3.6 by greg, Wed Feb 5 16:08:16 1997 UTC vs.
Revision 3.7 by greg, Wed Mar 19 13:03:11 1997 UTC

# Line 47 | Line 47
47   extern int      what2do;                /* desired adjustments */
48  
49   extern double   ldmax;                  /* maximum output luminance */
50 < extern double   ldmin;                  /* minimum output luminance */
51 < extern double   Bldmin, Bldmax;         /* Bl(ldmin) and Bl(ldmax) */
50 > extern double   lddyn;                  /* display dynamic range */
51 > extern double   Bldmin, Bldmax;         /* Bl(ldmax/lddyn) and Bl(ldmax) */
52  
53   extern char     *progname;              /* global argv[0] */
54  
# Line 60 | Line 60 | extern double  inpexp;                 /* input exposure value */
60  
61   #define plum(clr)       ((*lumf)(clr,0)/inpexp)
62   #define slum(clr)       ((*lumf)(clr,1)/inpexp)
63 +
64 + #define ldmin           (ldmax/lddyn)
65  
66   extern COLOR    *fovimg;                /* foveal (1 degree) averaged image */
67   extern short    fvxr, fvyr;             /* foveal image resolution */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines