Skip to content

add config for testing #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: gpu_node_refactor
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions ryan-dcp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
UniqueCameraModel: "AXIOM Beta"
ProfileName: "Ryan custom"
ProfileEmbedPolicy: allow copying

CalibrationIlluminant1: D50Illuminant
ColorMatrix1: [
1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
0.0, 0.0, 1.0,
]

CalibrationIlluminant2: StandardIlluminantA
ColorMatrix2: [
1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
0.0, 0.0, 1.0
]
14 changes: 14 additions & 0 deletions ryan_process_raw32.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
dir_input:
type: RawDirectoryReader
file-pattern: {{input-dir}}
width: 3840
height: 2160
fp32: true
bayer: GBRG

write_dng:
input: <dir_input
type: CinemaDngWriter
# dcp-yaml: E:\dev\axiom\axiom-recorder\ryan-dcp.yml
dcp-yaml: E:\dev\axiom\axiom-recorder\src\nodes_io\default_dcp.yml
path: {{output-dir}}