This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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], |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
import re | |
import collections | |
import struct | |
from StringIO import StringIO | |
import codecs | |
import binascii | |
import math | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/KhronosGroup/glTF-Compressonator/blob/master/Compressonator/Applications/_Plugins/C3DModel_viewers/glTF_DX12_EX/DX12Util/shaders/Tonemapping.hlsl | |
kernel GlobalTonemappingOperator_Lottes2016 : ImageComputationKernel<ePixelWise> | |
{ | |
Image<eRead, eAccessPoint, eEdgeClamped> src; | |
Image<eWrite> dst; | |
param: | |
float hdrMax; | |
float contrast; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{'csc': {'ACEScc': {'ACEScsc.Academy.ACEScc': CTLTransform('ACES_to_ACEScc', 'ACEScsc.Academy.ACES_to_ACEScc.ctl')}, | |
'ACEScct': {'ACEScsc.Academy.ACEScct': CTLTransform('ACES_to_ACEScct', 'ACEScsc.Academy.ACES_to_ACEScct.ctl')}, | |
'ACEScg': {'ACEScsc.Academy.ACEScg': CTLTransform('ACEScg_to_ACES', 'ACEScsc.Academy.ACEScg_to_ACES.ctl')}, | |
'ACESproxy': {'ACEScsc.Academy.ACESproxy10i': CTLTransform('ACES_to_ACESproxy10i', 'ACEScsc.Academy.ACES_to_ACESproxy10i.ctl'), | |
'ACEScsc.Academy.ACESproxy12i': CTLTransform('ACESproxy12i_to_ACES', 'ACEScsc.Academy.ACESproxy12i_to_ACES.ctl')}, | |
'ADX': {'ACEScsc.Academy.ADX10': CTLTransform('ADX10_to_ACES', 'ACEScsc.Academy.ADX10_to_ACES.ctl'), | |
'ACEScsc.Academy.ADX16': CTLTransform('ADX16_to_ACES', 'ACEScsc.Academy.ADX16_to_ACES.ctl')}, | |
'arri': {'ACEScsc.Academy.LogC_EI800_AWG': CTLTransformPair(CTLTransform('ACES_to_LogC_EI800_AWG', 'ACEScsc.Academy.ACES_to_LogC_EI800_AWG.ctl'), CTLTransform('LogC |