Skip to content

Commit

Permalink
Remove unneeded commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 8, 2014
1 parent 2d52768 commit 475115a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@
ILLUMINANTS['cie_10_1964'] = (
ILLUMINANTS['CIE 1964 10 Degree Standard Observer'])

# cmfs=colour.STANDARD_OBSERVERS_CMFS.get(
# 'CIE 1931 2 Degree Standard Observer')
# for illuminant, spd in sorted(colour.ILLUMINANTS_RELATIVE_SPDS.items()):
# print(illuminant, colour.XYZ_to_xy(colour.spectral_to_XYZ(spd, cmfs)))
ILLUMINANTS_CIE_1931_2_DEGREE_STANDARD_OBSERVER.update(
{'FL3.1': (0.44067505367083887, 0.40329824005212678),
'FL3.2': (0.38077509554542083, 0.37335593850329946),
Expand All @@ -162,10 +158,6 @@
'HP4': (0.38117189471910373, 0.3797265745279147),
'HP5': (0.37758320909195225, 0.37134797280226028)})

# cmfs=colour.STANDARD_OBSERVERS_CMFS.get(
# 'CIE 1964 10 Degree Standard Observer')
# for illuminant, spd in sorted(colour.ILLUMINANTS_RELATIVE_SPDS.items()):
# print illuminant, colour.XYZ_to_xy(colour.spectral_to_XYZ(spd, cmfs))
ILLUMINANTS_CIE_1964_10_DEGREE_STANDARD_OBSERVER.update(
{'FL3.1': (0.44983072060097606, 0.3902314548749185),
'FL3.2': (0.38692417905929311, 0.36575613990679151),
Expand Down

0 comments on commit 475115a

Please sign in to comment.