ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cal/cal/Sharp.cal
Revision: 1.3
Committed: Sat Sep 4 19:26:09 2010 UTC (13 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
State: FILE REMOVED
Log Message:
Minor updates

File Contents

# Content
1 { RCSid $Id: Sharp.cal,v 1.2 2005/04/28 17:20:34 greg Exp $ }
2 {
3 Convert between XYZ and Sharp RGB coordinates
4 }
5 CIE_x_r = .6898;
6 CIE_y_r = .3206;
7 CIE_x_g = .0736;
8 CIE_y_g = .9003;
9 CIE_x_b = .1166;
10 CIE_y_b = .0374;
11 CIE_x_w = 1/3;
12 CIE_y_w = 1/3;