Google Summer of Code Final Work Report
- Name: Geetansh Saxena
- Organisation: NumFOCUS
- Sub-Organisation: Colour Science
- Project Title: Adding New Colour Models
[tool.poetry] | |
name = "colour" | |
version = "0.4.0" | |
description = "Colour Science for Python" | |
license = "BSD-3-Clause" | |
authors = [ "Colour Developers <colour-developers@colour-science.org>" ] | |
maintainers = [ "Colour Developers <colour-developers@colour-science.org>" ] | |
readme = 'README.rst' | |
repository = "https://github.com/colour-science/colour" | |
homepage = "https://www.colour-science.org/" |
{ | |
"ALEXA SXT": { | |
"A-2_2": { | |
"-2": { | |
"Directory": "/20210601/A003R732/A003R732/A003C003_210519_R732", | |
"Encoding": "LOG-C/AWG", | |
"Grey Card (Sequence)": [ | |
[0.255043625831604, 0.24865077435970306, 0.23095490038394928], | |
[0.2548905611038208, 0.2486673891544342, 0.23095150291919708], | |
[0.2553250789642334, 0.24885307252407074, 0.23137225210666656], |
{ | |
"ALEXA SXT": { | |
"Flat Field": { | |
"NA": { | |
"Samples (Sequence)": [ | |
[ | |
[0.671089768409729, 0.6727330684661865, 0.6635704040527344], | |
[0.6711151003837585, 0.6730829477310181, 0.6639554500579834], | |
[0.6708062291145325, 0.6727433204650879, 0.6637686491012573], | |
[0.6708905696868896, 0.6724928021430969, 0.663275420665741], |
import logging | |
import re | |
import collections | |
import struct | |
from StringIO import StringIO | |
import codecs | |
import binascii | |
import math | |
import sys |
ocio_profile_version: 2 | |
environment: | |
{} | |
search_path: luts | |
strictparsing: true | |
luma: [0.2126, 0.7152, 0.0722] | |
description: | | |
The "Academy Color Encoding System" (ACES) "CG Config" | |
------------------------------------------------------ |
ocio_profile_version: 2 | |
environment: | |
{} | |
search_path: "" | |
strictparsing: true | |
luma: [0.2126, 0.7152, 0.0722] | |
description: | | |
The "Academy Color Encoding System" (ACES) "Reference Config". | |
set cut_paste_input [stack 0] | |
version 12.1 v1 | |
push $cut_paste_input | |
Colorspace { | |
illuminant_in ACES | |
primary_in ACES | |
bradford_matrix true | |
name ACES_to_sRGB_Colorspace | |
selected true | |
xpos -193 |
set cut_paste_input [stack 0] | |
version 12.1 v1 | |
push $cut_paste_input | |
Camera2 { | |
translate {2 1.5 2} | |
rotate {-30 45 0} | |
focal 30 | |
name Camera | |
selected true | |
xpos -186 |
set cut_paste_input [stack 0] | |
version 12.1 v1 | |
push $cut_paste_input | |
push 0 | |
Group { | |
inputs 2 | |
name RMSE | |
tile_color 0xffbf00ff | |
selected true | |
xpos -150 |