From 226093cf57b32352139e791013eb519fe4f18a3d Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 1 Aug 2026 14:10:35 -0500 Subject: [PATCH 01/40] feat(server,tools): colour-calibration workflow for measuring a panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restores the colour-calibration work onto a feature branch. It briefly went to main directly (2fcaa0c) while still in progress and was backed out there in 34da1e0; this is the same content, now landing through review. Every dither decision derives from one array per screen model (palette_measured_rgb in display.py), and the provenance of those numbers is weak: bigme_f7 borrowed a third party's, seeedstudio_e1004 inherited huessen's wholesale, huessen's own have no recorded method. tools/color_target.py generates a target of flat ink patches plus a Bayer tone-response ramp at exactly known ink coverage. tools/color_read.py walks the manifest, takes pasted tristimulus readings from any instrument, and emits a palette block plus the measured tone curve against what the renderer assumes. The "calibration_raw" preset renders that target pixel-exact — noop dither, every tonal and chromatic stage at its identity value — so the patches land on the inks they were painted in. The normal presets run autocontrast, gamma, CLAHE, unsharp mask and error diffusion, any one of which destroys a flat patch or shifts a ramp off its intended coverage. The tone-response half may matter more than the anchors: error diffusion propagates error in sRGB, so it assumes coverage mixes there, while area mixing is physically linear in reflectance. Those are different curves, and the gap is a systematic mid-tone error on every rendered image. docs/color_calibration.md covers the procedure; dithering.md points at it where the palette table is introduced. pyright/ruff extraPaths gain "tools" so the two new test modules can import the scripts the same way the scripts import each other. Co-Authored-By: Claude Opus 5 (1M context) --- docs/color_calibration.md | 206 +++++++++++++++ docs/dithering.md | 6 + pyproject.toml | 5 +- pyrightconfig.json | 2 +- python/hokku/webserver/presets.py | 57 +++++ python/tests/test_color_read.py | 231 +++++++++++++++++ python/tests/test_color_target.py | 139 ++++++++++ tools/color_read.py | 406 ++++++++++++++++++++++++++++++ tools/color_target.py | 349 +++++++++++++++++++++++++ 9 files changed, 1399 insertions(+), 2 deletions(-) create mode 100644 docs/color_calibration.md create mode 100644 python/tests/test_color_read.py create mode 100644 python/tests/test_color_target.py create mode 100644 tools/color_read.py create mode 100644 tools/color_target.py diff --git a/docs/color_calibration.md b/docs/color_calibration.md new file mode 100644 index 00000000..c2fdb0b3 --- /dev/null +++ b/docs/color_calibration.md @@ -0,0 +1,206 @@ +# Measuring a panel's colour with a colorimeter + +The dither pipeline is built on one array per screen model — +`palette_measured_rgb` in `python/hokku/screens//display.py`. Every +palette LUT, the hue gating, the dynamic-range anchors and the quality metrics +are derived from it (see [dithering.md](dithering.md) §1, §8). + +Its provenance is weak. `bigme_f7` borrowed its values from a third party's +`default-palettes.json`; `seeedstudio_e1004` inherits huessen's wholesale; +huessen's own numbers have no recorded method. This document is how to replace +them with values measured on our own glass, and how to check whether the panel +actually mixes inks the way the renderer assumes. + +--- + +## 1. What the instrument can and cannot do + +E-paper is **reflective**. It has no emission of its own, so what a meter reads +is entirely a function of the light you put on it. + +That splits instruments into two classes: + +| Instrument | Lamp? | How to use it here | +|---|:---:|---| +| Calibrite ColorChecker Display / Display Plus, X-Rite i1Display Pro / Studio, ColorMunki Display | no | Emissive mode under your own controlled light, normalised against a white reference. | +| X-Rite i1Pro / i1Pro 2 / 3, ColorMunki Photo, i1Studio | yes | Reflective mode, 45°/0°, calibrate on the white tile. Absolute L\*a\*b\* directly. | + +A colorimeter has no lamp and no reflective mode — ArgyllCMS will refuse +`spotread` in reflective mode on one. It is still a perfectly good tristimulus +sensor; you just have to supply and control the illumination yourself, and +divide out its brightness and colour cast afterwards. That is what +`tools/color_read.py` does. + +**Two error sources to accept on the colorimeter path.** Its filters approximate +the CIE observer for *display* spectra, not for broadband light reflected off +pigment — expect a few ΔE of systematic error. And the result is only as good +as your knowledge of the white reference. Repeatability will be far better than +absolute accuracy, which is the right trade: the LUTs care mostly about where +the six anchors sit *relative to each other*. + +--- + +## 2. The rig + +``` + lamp + \ 45° + \ + \ ┌──────────┐ meter, perpendicular, + \ │ patch │ ← a few mm off the glass + ____│______│___ + panel +``` + +- **Light**: one stable, high-CRI broadband source at roughly 45° to the panel + normal. A D50 viewing lamp is ideal; a good high-CRI LED works. Kill every + other light in the room, including daylight — one illuminant only, and it + must not change between the first patch and the last. +- **Geometry**: 45°/0° is the standard for reflective media and it keeps the + lamp's specular reflection off the front lamination out of the aperture. + Rotate the meter's **ambient diffuser out of the way** — that cap is for + measuring room light and would integrate the whole hemisphere. +- **Consistency beats correctness**: clamp or jig the meter so every patch is + read at the same distance and angle. A patch-to-patch geometry change is + indistinguishable from a colour difference. +- **A white reference**, measured in the identical geometry. A ColorChecker + white patch or a white calibration tile with known Lab. This is what makes + the numbers mean something — see §5. + +The generated target's patches are ~29 mm square on the F7 against a meter +aperture of roughly 10–15 mm, so there is ~7 mm of centring slack per side. + +--- + +## 3. Generate and display the target + +```powershell +python tools\color_target.py --model bigme_f7 +``` + +Writes to `build/colorcal/`: + +| File | Purpose | +|---|---| +| `colorcal_.png` | Upload this to the server | +| `colorcal_.json` | Patch manifest — feeds `color_read.py` | +| `colorcal_.bin` | Packed panel bytes, for `screen_sim.py --file` | + +The target is 15 patches on a 5×3 grid: six flat ink anchors, seven +Bayer-dithered ramp patches at exactly k/8 black-ink coverage, and repeats of +white and black at the end of the sequence as a drift check. + +To get it onto the glass **unmodified**: + +1. Set the screen's preset to **`calibration_raw`**. This matters. The normal + presets run autocontrast, gamma, CLAHE, unsharp mask and error diffusion — + any one of which destroys a flat patch or shifts a ramp's coverage away from + the k/8 it is supposed to be. `calibration_raw` neutralises the whole chain + and uses `noop` quantisation, so each pixel maps to the ink it was painted + in. `test_color_target.py` asserts bit-exactness through the real renderer, + so this cannot silently rot. +2. Upload the PNG and pin it with **show next**. +3. Wait for the screen to poll (or power-cycle it) and refresh. + +Sanity-check the glass before metering: the six anchor patches must be visibly +flat, with no speckle. If they are not, the preset did not take. + +**Put the preset back afterwards** — photos rendered with `calibration_raw` +band badly. + +--- + +## 4. Take the readings + +`tools/color_read.py` prompts patch by patch; you paste a reading into it. It +deliberately does not drive the instrument: that keeps it working with any +meter and any vendor software, and means getting numbers is not blocked on the +ArgyllCMS USB driver swap (which on Windows displaces the X-Rite/Calibrite +driver, so you will be swapping back and forth if you also use i1Profiler). + +If you are using ArgyllCMS, `spotread -e` gives emissive readings; paste the +whole result line, the XYZ triple is picked out of it. Bare `X Y Z` works too. + +```powershell +python tools\color_read.py build\colorcal\colorcal_bigme_f7.json --white-ref-lab 96.5,-0.4,1.2 +``` + +Order matters only in that the two repeat patches come last — they are the +drift check. Readings are saved as you go, so a session can be re-analysed with +`--from-file` without re-metering. + +--- + +## 5. Why the white reference matters + +Raw readings carry the lamp's brightness and colour cast. Dividing every patch +componentwise by a reading of the white reference cancels both at once (a von +Kries adaptation); multiplying back up by the reference's *known* Lab is what +preserves the difference between "the reference is perfectly white" and "the +reference is a real, slightly off-white object". + +Without a reference you can pass `--relative-to-panel-white`, which normalises +against the panel's own white ink instead. Understand what that costs: + +- panel white is **defined** as neutral L\*=100, so the white ink's real + blue-grey cast — a thing the pipeline models — is thrown away; +- absolute lightness is meaningless, so the panel-white anchor that + `compress_dynamic_range()` depends on cannot be obtained. + +It still yields usable *relative* geometry for the coloured anchors. It is a +fallback, not the plan. + +--- + +## 6. Reading the output + +### Ink anchors + +A table of measured L\*a\*b\* per ink, the sRGB triple, and **ΔE vs the values +currently in the repo** — i.e. how wrong the borrowed palette was. The `repeat` +column is the spread between the two readings of white and of black; if that is +not small (say under 1 ΔE), the session drifted and the rest of the numbers are +suspect. + +Then a ready-to-paste `palette_measured_rgb` block. Inks you skipped are +carried through unchanged and marked `NOT MEASURED`. + +### Tone response + +This is the part that can change more than the anchors do. + +Error diffusion in this codebase propagates error in sRGB units, so it +implicitly assumes that a patch which is `f` black by area reads as the +`f`-weighted **sRGB** average of the two inks. Physically, area mixing is +linear in **reflectance**, not in sRGB — those are materially different curves. +On top of that, real electrophoretic ink has a dot-gain analogue. + +The report gives measured L\* against both predictions: + +``` + black area measured L* pred L* (sRGB) error pred L* (refl) + 50.0% 54.65 45.49 +9.17 56.58 +``` + +The `error` column is the actionable one: it is the systematic mid-tone error +the renderer is making on every image. Under ~2 L\* the linear assumption is +fine. Much above that and a transfer curve applied before dithering is worth +building — it would be a global quality win, not a per-image tweak. + +--- + +## 7. After measuring + +1. Paste the new `palette_measured_rgb` into the model's `display.py`. +2. Re-run the quality metrics — the LUTs, the DRC anchors and the metrics all + move with the palette: + `pytest -m time_intensive -k test_dither_quality_metrics` +3. Update the table in [dithering.md](dithering.md) §1 (measured RGB / Lab / + hue / chroma per ink) and the benchmark table in §13. +4. Note in the model's `display.py` docstring that the values are now measured, + with the date and the instrument — that provenance is exactly what is + missing today. + +`seeedstudio_e1004` currently inherits huessen's palette. If it is ever metered +and differs, override `palette_measured_rgb` on that subclass rather than +editing the huessen base. diff --git a/docs/dithering.md b/docs/dithering.md index b2d06e2e..c2393d50 100644 --- a/docs/dithering.md +++ b/docs/dithering.md @@ -26,6 +26,12 @@ its 1200 × 1600 pixels can be exactly one of: | 4 | Blue | (5, 64, 158) | (29.83, 22.18, −55.47) | −68° | 59.7 | | 5 | Green | (39, 102, 60) | (38.30, −30.62, 17.87) | 150° | 35.5 | +These values, and the equivalents for the other screen models, come from +`palette_measured_rgb` in each model's `display.py`. Their provenance is +weak — see [color_calibration.md](color_calibration.md) for how to re-measure +them on real glass with a colorimeter, and how to check whether the panel +mixes inks the way the error diffusion below assumes. + Two key properties: - **The palette is sparse.** Six anchors in a 3D colour space leave huge gaps. diff --git a/pyproject.toml b/pyproject.toml index ac8d9e27..148d7ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,10 @@ quote-style = "double" pythonVersion = "3.11" venvPath = "." venv = ".venv" -extraPaths = ["python"] +# "tools" is on the path because a few tests under python/tests exercise the +# scripts there (test_color_target, test_color_read) the same way the scripts +# themselves do — via a sys.path insert. +extraPaths = ["python", "tools"] include = [ "python/hokku", "python/tests", diff --git a/pyrightconfig.json b/pyrightconfig.json index 3f56d3bf..43ab9fb7 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,7 +1,7 @@ { "venvPath": ".", "venv": ".venv", - "extraPaths": ["python"], + "extraPaths": ["python", "tools"], "include": ["tools", "python/hokku", "python/tests"], "pythonPlatform": "Windows", "exclude": [ diff --git a/python/hokku/webserver/presets.py b/python/hokku/webserver/presets.py index 26ac3728..ce50701f 100644 --- a/python/hokku/webserver/presets.py +++ b/python/hokku/webserver/presets.py @@ -85,10 +85,63 @@ def _face(algorithm: AlgorithmName = "atkinson", serpentine: bool = False) -> Im ) +def _calibration_raw() -> ImageConfig: + """Pixel-exact passthrough: every tonal and chromatic stage neutralised. + + Intended for images that are already authored in the panel's own inks at + exact canvas dimensions — the colour-calibration target from + ``tools/color_target.py`` above all. Every knob here is set to its + identity value and the dither is ``noop`` (nearest ink, no error + diffusion), so each source pixel maps to one panel pixel and lands on the + ink it was painted in. Error diffusion would smear the flat patches; the + tonal chain would shift them off their anchors. + + Dynamic-range compression still runs — it has no off switch — but it maps + L\\* onto the panel's own black/white anchors, so pixels already sitting + on a palette entry quantise straight back to it. ``test_color_target`` + pins that behaviour. + """ + return ImageConfig( + dither=DitherConfig( + algorithm="noop", + lut_name="euclidean", + serpentine=False, + hue_cutoff_deg=95.0, + neutral_chroma=8.0, + ), + prepare_autocontrast_cutoff=0.0, + prepare_gamma=1.0, + prepare_brightness=1.0, + prepare_contrast=1.0, + color_enhance=1.0, + adaptive_saturate_space="off", + saturate_max_enhance=1.0, + saturate_low_chroma_thresh=5.0, + saturate_high_chroma_thresh=15.0, + saturate_low_chroma_thresh_oklab=0.025, + saturate_high_chroma_thresh_oklab=0.075, + scale_chroma=False, + adaptive_vivid=False, + vivid_chroma_low=5.0, + vivid_chroma_high=15.0, + vivid_chroma_low_oklab=0.025, + vivid_chroma_high_oklab=0.075, + drc_l_space="cielab", + drc_chroma_space="cielab", + prepare_midtone=1.0, + clahe_clip_limit=0.0, + clahe_keepout_feather=0.015, + prepare_usm_radius=1.0, + prepare_usm_amount=0, + dither_noise=0.0, + ) + + PRESET_IMAGE_CONFIGS: dict[str, ImageConfig] = { "floyd_steinberg_hue_aware": _hue_aware("floyd_steinberg", serpentine=True), "floyd_steinberg_bw": _bw("floyd_steinberg", serpentine=True), "atkinson_hue_aware": _hue_aware("atkinson"), + "calibration_raw": _calibration_raw(), } FALLBACK_PRESET = "floyd_steinberg_hue_aware" @@ -122,4 +175,8 @@ def _face(algorithm: AlgorithmName = "atkinson", serpentine: bool = False) -> Im "label": "Atkinson (hue-aware)", "description": "Default. Atkinson with hue-constrained LUT and adaptive saturation/vivid. Bold output with believable colours.", }, + "calibration_raw": { + "label": "Calibration (raw passthrough)", + "description": "Service preset. No dithering, no tonal or colour processing — each pixel maps straight to its nearest ink. For the colour-calibration target (tools/color_target.py) and other art already authored in the panel's inks at exact panel size. Photos rendered with this will band badly.", + }, } diff --git a/python/tests/test_color_read.py b/python/tests/test_color_read.py new file mode 100644 index 00000000..cc02cb72 --- /dev/null +++ b/python/tests/test_color_read.py @@ -0,0 +1,231 @@ +"""The colorimeter normalisation maths must recover a known answer. + +``color_read`` turns raw instrument tristimulus values — carrying an unknown +lamp brightness and colour cast — into D65 Lab. If that chain is wrong the +numbers still *look* plausible, and the error lands silently in +``palette_measured_rgb``. So the round trip is tested against a synthetic +measurement session whose true answer is known by construction: take a +pretend panel, simulate what a meter would report under a coloured lamp, and +require the analysis to give the panel back. +""" + +from __future__ import annotations + +import sys +from pathlib import Path + +import numpy as np +import pytest + +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_streaming import rgb_to_lab, xyz_to_lab + +sys.path.insert(0, str(Path(__file__).resolve().parents[2] / "tools")) + +from color_read import ( + D65_XYZ, + analyse, + delta_e76, + lab_to_xyz, + normalise, + parse_reading, +) +from color_target import ( + INK_NAMES, + actual_black_fraction, + build_index_raster, + plan_patches, +) + +_MODEL = "bigme_f7" + +# An arbitrary lamp: 137× brighter than the reference scale and distinctly +# warm, so a normalisation that forgets either the scale or the cast fails. +LAMP = np.array([137.0 * 1.09, 137.0 * 1.00, 137.0 * 0.72]) + +# A real-ish white reference standard: bright, very slightly warm — not the +# perfect diffuser, so the test also catches ignoring the reference's own Lab. +WHITE_REF_LAB = np.array([96.5, -0.4, 1.2]) + + +def _simulate(lab_true: np.ndarray) -> np.ndarray: + """What a meter reports for a sample of *lab_true* under LAMP.""" + return lab_to_xyz(lab_true) * LAMP + + +def test_lab_to_xyz_inverts_xyz_to_lab() -> None: + for lab in ([50.0, 20.0, -30.0], [96.5, -0.4, 1.2], [12.0, 1.0, -2.0], [0.0, 0.0, 0.0]): + np.testing.assert_allclose(xyz_to_lab(lab_to_xyz(np.array(lab))), lab, atol=1e-6) + + +@pytest.mark.parametrize( + "text,expected", + [ + ("24.31 25.55 21.37", [24.31, 25.55, 21.37]), + ("24.31,25.55,21.37", [24.31, 25.55, 21.37]), + (" 24.31\t25.55\t21.37 ", [24.31, 25.55, 21.37]), + # A whole spotread line: the XYZ triple wins, the D50 Lab is ignored. + ( + "Result is XYZ: 24.316536 25.550340 21.371308, D50 Lab: 57.56 -1.95 8.29", + [24.316536, 25.550340, 21.371308], + ), + ("-1.5e-2 0.5 1", [-0.015, 0.5, 1.0]), + ], +) +def test_parse_reading_accepts_the_formats_an_operator_will_paste(text, expected) -> None: + parsed = parse_reading(text) + assert parsed is not None, f"failed to parse {text!r}" + np.testing.assert_allclose(parsed, expected) + + +@pytest.mark.parametrize("text", ["", " ", "no numbers here", "1 2"]) +def test_parse_reading_rejects_junk(text: str) -> None: + assert parse_reading(text) is None + + +def test_normalise_removes_lamp_scale_and_cast() -> None: + """A sample measured under LAMP comes back at its true D65 XYZ.""" + sample_lab = np.array([42.0, 18.0, -25.0]) + recovered = normalise(_simulate(sample_lab), _simulate(WHITE_REF_LAB), WHITE_REF_LAB) + assert delta_e76(xyz_to_lab(recovered), sample_lab) < 0.01 + + +def test_panel_white_fallback_forces_white_neutral() -> None: + """The documented degradation actually is what the docstring claims.""" + tinted_white = np.array([78.0, -3.5, -1.2]) # a real panel white, blue-grey + recovered = normalise(_simulate(tinted_white), _simulate(tinted_white), None) + lab = xyz_to_lab(recovered) + np.testing.assert_allclose(lab, [100.0, 0.0, 0.0], atol=1e-6) + + +def _manifest() -> dict: + """The manifest color_target.py would write for this model.""" + display = DISPLAY_REGISTRY[_MODEL] + patches = plan_patches( + n_ink=6, + include_ramp=True, + panel_w=display.panel_w, + panel_h=display.panel_h, + cols=5, + rows=3, + min_gutter=8, + ) + idx = build_index_raster(patches, display.panel_w, display.panel_h) + manifest = { + "model": _MODEL, + "ink_names": list(INK_NAMES), + "palette_measured_rgb": display.palette_measured_rgb.tolist(), + "patches": [ + { + "order": p.order, + "name": p.name, + "kind": p.kind, + "ink_index": p.ink_index, + "black_fraction": p.black_fraction, + "row": p.row, + "col": p.col, + "x": p.x, + "y": p.y, + "w": p.w, + "h": p.h, + "actual_black_fraction": actual_black_fraction(idx, p), + "center_px": list(p.center), + } + for p in patches + ], + } + return manifest + + +def _reflectance_linear_ramp( + manifest: dict, true_labs: dict[int, np.ndarray] +) -> dict[float, np.ndarray]: + """A ramp that mixes exactly linearly in luminance — the physics baseline.""" + y_black = lab_to_xyz(true_labs[0])[1] + y_white = lab_to_xyz(true_labs[1])[1] + out = {} + for p in manifest["patches"]: + if p["kind"] == "ramp": + f = p["actual_black_fraction"] + out[f] = xyz_to_lab(D65_XYZ * (f * y_black + (1 - f) * y_white)) + return out + + +def _readings( + manifest: dict, true_labs: dict[int, np.ndarray], ramp_labs: dict[float, np.ndarray] +) -> dict[str, list[float]]: + """Simulate what the meter reports for every patch in the manifest.""" + readings = {"white_ref": _simulate(WHITE_REF_LAB).tolist()} + for p in manifest["patches"]: + if p["kind"] == "ink": + readings[str(p["order"])] = _simulate(true_labs[p["ink_index"]]).tolist() + else: + readings[str(p["order"])] = _simulate(ramp_labs[p["actual_black_fraction"]]).tolist() + return readings + + +def test_analyse_recovers_the_true_ink_anchors() -> None: + """End to end: simulated session in, correct palette out.""" + display = DISPLAY_REGISTRY[_MODEL] + # "Truth" = the repo's current values shifted by a known amount, so the + # reported ΔE-vs-repo is a quantity we can predict rather than eyeball. + true_labs = { + i: rgb_to_lab(display.palette_measured_rgb[i]) + np.array([2.0, 1.0, -1.5]) + for i in range(6) + } + manifest = _manifest() + readings = _readings(manifest, true_labs, _reflectance_linear_ramp(manifest, true_labs)) + + result = analyse(manifest, readings, WHITE_REF_LAB) + + for ink in range(6): + a = result["anchors"][ink] + assert a is not None, f"ink {ink} not recovered" + assert delta_e76(a["lab"], true_labs[ink]) < 0.05, f"{a['name']} anchor is wrong" + # Black and white are metered twice; the repeats must agree. + if ink in (0, 1): + assert a["n"] == 2 + assert a["spread_de"] < 0.01 + # The shift we injected is 2/1/-1.5 → ΔE76 = sqrt(4+1+2.25). + assert a["shift_de"] == pytest.approx(np.sqrt(7.25), abs=0.05) + + +def test_analyse_flags_a_panel_that_mixes_linearly_in_reflectance() -> None: + """A ramp built to be reflectance-linear must report as such.""" + display = DISPLAY_REGISTRY[_MODEL] + true_labs = {i: rgb_to_lab(display.palette_measured_rgb[i]) for i in range(6)} + manifest = _manifest() + readings = _readings(manifest, true_labs, _reflectance_linear_ramp(manifest, true_labs)) + + result = analyse(manifest, readings, WHITE_REF_LAB) + ramp = result["ramp"] + assert len(ramp) == 7 + # By construction the measurement sits on the reflectance-linear + # prediction, so that residual is ~0 ... + for r in ramp: + assert abs(r["measured_l"] - r["predicted_l_reflectance"]) < 0.05 + # ... while the sRGB-linear prediction the renderer implicitly assumes is + # a genuinely different curve. If these two ever coincided, the reported + # "error" column would be measuring nothing. + assert max(abs(r["error_vs_srgb"]) for r in ramp) > 1.0 + + +def test_analyse_survives_a_partial_session() -> None: + """Skipped patches degrade the report, they don't crash it.""" + display = DISPLAY_REGISTRY[_MODEL] + true_labs = {i: rgb_to_lab(display.palette_measured_rgb[i]) for i in range(6)} + manifest = _manifest() + readings = _readings(manifest, true_labs, _reflectance_linear_ramp(manifest, true_labs)) + # Drop every green and blue reading. + dropped = { + str(p["order"]) + for p in manifest["patches"] + if p["kind"] == "ink" and p["ink_index"] in (4, 5) + } + readings = {k: v for k, v in readings.items() if k not in dropped} + + result = analyse(manifest, readings, WHITE_REF_LAB) + assert result["anchors"][4] is None + assert result["anchors"][5] is None + assert result["anchors"][2] is not None + assert len(result["ramp"]) == 7 diff --git a/python/tests/test_color_target.py b/python/tests/test_color_target.py new file mode 100644 index 00000000..d820f10f --- /dev/null +++ b/python/tests/test_color_target.py @@ -0,0 +1,139 @@ +"""The colour-calibration target must survive the render pipeline pixel-exactly. + +Measurements taken off the glass are only meaningful if the panel is showing +exactly what ``tools/color_target.py`` designed: + + * an ink patch must be 100 % that ink — a single stray pixel of another ink + inside the meter's aperture biases the anchor we are about to write into + ``display.py``; + * a ramp patch must hold its intended black-ink area fraction to the pixel, + because that fraction *is* the x-axis of the tone-response curve. + +The pipeline has plenty of stages that would quietly violate both (resampling, +autocontrast, gamma, CLAHE, unsharp mask, error diffusion). These tests pin the +``calibration_raw`` preset as a true passthrough, so a future pipeline change +that would corrupt the target fails here instead of producing plausible-looking +but wrong measurements. +""" + +from __future__ import annotations + +import sys +from pathlib import Path + +import numpy as np +import pytest + +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_streaming_numba import NumbaStreamingDither +from hokku.webserver.image_renderer import ImageRenderer +from hokku.webserver.orientation import Orientation +from hokku.webserver.presets import PRESET_IMAGE_CONFIGS + +sys.path.insert(0, str(Path(__file__).resolve().parents[2] / "tools")) + +from color_target import ( + BLACK_IDX, + RAMP_EIGHTHS, + WHITE_IDX, + build_index_raster, + index_raster_to_png, + plan_patches, +) + +_MODELS = ["bigme_f7", "huessen_epf1301"] + + +def _target_for(model: str): + """(display, patches, intended index raster, PNG) for *model*.""" + display = DISPLAY_REGISTRY[model] + patches = plan_patches( + n_ink=int(display.palette_measured_rgb.shape[0]), + include_ramp=True, + panel_w=display.panel_w, + panel_h=display.panel_h, + cols=5, + rows=3, + min_gutter=8, + ) + idx = build_index_raster(patches, display.panel_w, display.panel_h) + return display, patches, idx, index_raster_to_png(idx, display) + + +@pytest.mark.parametrize("model", _MODELS) +def test_ramp_patches_have_exact_black_coverage(model: str) -> None: + """Each ramp patch holds exactly k/8 black pixels — the curve's x-axis.""" + _display, patches, idx, _png = _target_for(model) + ramp = [p for p in patches if p.kind == "ramp"] + assert len(ramp) == len(RAMP_EIGHTHS) + for p in ramp: + region = idx[p.y : p.y + p.h, p.x : p.x + p.w] + # Only the two neutral inks may appear in a ramp patch. + assert set(np.unique(region)) <= {BLACK_IDX, WHITE_IDX} + actual = np.count_nonzero(region == BLACK_IDX) / region.size + assert actual == pytest.approx(p.black_fraction, abs=1e-9), ( + f"{p.name}: intended {p.black_fraction}, raster has {actual}" + ) + + +@pytest.mark.parametrize("model", _MODELS) +def test_ink_patches_are_a_single_ink(model: str) -> None: + display, patches, idx, _png = _target_for(model) + seen = set() + for p in (q for q in patches if q.kind == "ink"): + region = idx[p.y : p.y + p.h, p.x : p.x + p.w] + assert np.unique(region).tolist() == [p.ink_index], f"{p.name} is not a flat ink patch" + seen.add(p.ink_index) + # Every ink in the palette gets an anchor patch, or the calibration run + # would leave some entry of display.py un-measured. + assert seen == set(range(int(display.palette_measured_rgb.shape[0]))) + + +@pytest.mark.parametrize("model", _MODELS) +def test_patches_do_not_overlap(model: str) -> None: + _display, patches, _idx, _png = _target_for(model) + for a, b in ((a, b) for i, a in enumerate(patches) for b in patches[i + 1 :]): + separated = a.x + a.w <= b.x or b.x + b.w <= a.x or a.y + a.h <= b.y or b.y + b.h <= a.y + assert separated, f"{a.name} overlaps {b.name}" + + +@pytest.mark.parametrize("model", _MODELS) +def test_render_pipeline_reproduces_the_target_exactly(model: str) -> None: + """The whole point: PNG → real renderer → the very indices we designed. + + This is the test that makes the measurements trustworthy. It runs the + production ``ImageRenderer`` with the ``calibration_raw`` preset over the + generated PNG and demands a bit-exact match against the intended raster. + """ + display, _patches, idx, png = _target_for(model) + renderer = ImageRenderer(NumbaStreamingDither(display), display=display) + # The raster is authored in panel-memory coordinates. On a rotated panel + # that memory is portrait, so the target must be fed as PORTRAIT for the + # canvas to line up 1:1 and skip the -90° rotate; on a natively-landscape + # panel (F7) memory and visible geometry are the same. + orientation = Orientation.PORTRAIT if display.panel_rotated else Orientation.LANDSCAPE + rendered = renderer.render_indices( + png, + PRESET_IMAGE_CONFIGS["calibration_raw"], + orientation, + display.panel_w, + display.panel_h, + crop_to_fill_threshold=0.0, + ) + + assert rendered.shape == idx.shape + mismatches = int(np.count_nonzero(rendered != idx)) + assert mismatches == 0, ( + f"{model}: {mismatches} of {idx.size} pixels changed in the render pipeline " + f"({100 * mismatches / idx.size:.4f}%) — the calibration target is being " + f"altered, so measurements taken from it would be wrong" + ) + + +@pytest.mark.parametrize("model", _MODELS) +def test_panel_byte_round_trip(model: str) -> None: + """Packing to wire bytes and back is lossless for the target.""" + display, _patches, idx, _png = _target_for(model) + raw = display.indices_to_panel_bytes(idx) + assert len(raw) == display.total_bytes + np.testing.assert_array_equal(display.panel_bytes_to_indices(raw), idx) diff --git a/tools/color_read.py b/tools/color_read.py new file mode 100644 index 00000000..ff9217b3 --- /dev/null +++ b/tools/color_read.py @@ -0,0 +1,406 @@ +#!/usr/bin/env python3 +"""Turn colorimeter readings of a calibration target into panel palette data. + +Companion to ``color_target.py``. Walks the patch manifest in measurement +order, collects one tristimulus reading per patch, normalises them against a +white reference, and prints: + + 1. the ``palette_measured_rgb`` block to paste into the model's + ``display.py``, alongside how far the current in-repo values were off; + 2. the panel's **tone-response curve** — measured lightness at each known + black-ink area coverage, against what the render pipeline assumes. + +Instrument independence +----------------------- +This script does not talk to the meter. It prompts, you paste. That keeps it +working with any instrument and any vendor software, and it sidesteps the +driver swap that ArgyllCMS needs on Windows being a prerequisite for getting +*any* numbers out. Paste either three bare numbers or a whole ArgyllCMS +``spotread`` result line — both parse. + +Emissive vs reflective +---------------------- +A colorimeter (Calibrite ColorChecker Display Plus, X-Rite i1Display Pro, …) +has **no lamp**: it can only report the light arriving at its aperture. On a +reflective medium like e-paper you therefore supply the light yourself and +read in *emissive* mode, and the raw numbers carry your lamp's brightness and +colour cast. Dividing every patch by a reading of a **white reference of known +Lab**, taken under identical geometry, removes both and lands the result on +the D65 axis the rest of the codebase uses. + +Without a white reference the script can still normalise against the panel's +own white ink (``--relative-to-panel-white``), but that *defines* panel white +as neutral — the white ink's real slight blue-grey cast is thrown away, and +so is the absolute lightness the DRC stage depends on. It is a fallback, not +the intended path. + +Usage: + # Interactive, with a known white reference (recommended) + python tools/color_read.py build/colorcal/colorcal_bigme_f7.json \\ + --white-ref-lab 96.5,-0.4,1.2 + + # Re-analyse a finished session without re-metering + python tools/color_read.py build/colorcal/colorcal_bigme_f7.json \\ + --from-file build/colorcal/readings_bigme_f7.json + + # No reference standard available (degraded — see above) + python tools/color_read.py build/colorcal/colorcal_bigme_f7.json \\ + --relative-to-panel-white +""" + +from __future__ import annotations + +import argparse +import json +import re +import sys +from pathlib import Path + +import numpy as np + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_streaming import rgb_to_lab, xyz_to_lab + +# The codebase's own Lab→sRGB inverse. Imported rather than re-derived so a +# measured anchor round-trips through exactly the transform the dither LUTs +# will later use to read it back. +from hokku.webserver.image_renderer import ImageRenderer + +_lab_to_rgb = ImageRenderer._lab_to_rgb + +# D65, Y = 1.0 — matches dither_streaming.xyz_to_lab. +D65_XYZ = np.array([0.95047, 1.00000, 1.08883]) + +_NUM = r"[-+]?\d*\.?\d+(?:[eE][-+]?\d+)?" + + +def parse_reading(text: str) -> np.ndarray | None: + """Parse a pasted measurement into a 3-vector, or None if unparseable. + + Accepts bare ``X Y Z`` / ``X,Y,Z`` and ArgyllCMS ``spotread`` result lines + such as ``Result is XYZ: 24.31 25.55 21.37, D50 Lab: ...`` — in which case + the XYZ triple is taken and any Lab on the same line ignored (spotread + reports Lab against D50; we do our own normalisation). + """ + text = text.strip() + if not text: + return None + m = re.search(rf"XYZ:?\s*({_NUM})[,\s]+({_NUM})[,\s]+({_NUM})", text, re.IGNORECASE) + if m: + return np.array([float(m.group(i)) for i in (1, 2, 3)]) + nums = re.findall(_NUM, text) + if len(nums) >= 3: + return np.array([float(n) for n in nums[:3]]) + return None + + +def normalise(raw: np.ndarray, white_raw: np.ndarray, white_lab: np.ndarray | None) -> np.ndarray: + """Raw instrument XYZ → D65-referenced XYZ (Y = 1.0 for a perfect white). + + Componentwise division by the white reading is a von Kries adaptation: it + cancels the lamp's intensity *and* its colour cast in one step. Scaling + back up by the reference's own known XYZ is what preserves the difference + between "the reference is perfectly white" and "the reference is a real + object that is slightly off-white" — which is exactly the information the + panel's white-ink tint lives in. + """ + ratio = raw / white_raw + if white_lab is None: + # Fallback: the reference *is* panel white, declared neutral. + return ratio * D65_XYZ + return ratio * lab_to_xyz(white_lab) + + +def lab_to_xyz(lab: np.ndarray) -> np.ndarray: + """Inverse of dither_streaming.xyz_to_lab (D65, Y = 1.0).""" + L, a, b = (float(v) for v in lab) + fy = (L + 16.0) / 116.0 + fx = fy + a / 500.0 + fz = fy - b / 200.0 + eps, kappa = 0.008856, 903.3 + xr = fx**3 if fx**3 > eps else (116.0 * fx - 16.0) / kappa + yr = ((L + 16.0) / 116.0) ** 3 if L > kappa * eps else L / kappa + zr = fz**3 if fz**3 > eps else (116.0 * fz - 16.0) / kappa + return np.array([xr, yr, zr]) * D65_XYZ + + +def delta_e76(lab_a: np.ndarray, lab_b: np.ndarray) -> float: + return float(np.sqrt(np.sum((np.asarray(lab_a) - np.asarray(lab_b)) ** 2))) + + +def prompt_readings(patches: list[dict], white_needed: bool) -> dict[str, list[float]]: + """Walk the patch list, collecting one reading each. Enter skips a patch.""" + readings: dict[str, list[float]] = {} + print() + print("Paste a reading per patch (three numbers, or a whole spotread line).") + print("Enter alone skips a patch; Ctrl-C aborts and keeps what you have.") + print() + + if white_needed: + while True: + raw = parse_reading(input("WHITE REFERENCE (the standard, not the panel): ")) + if raw is not None: + readings["white_ref"] = raw.tolist() + break + print(" ! could not parse — expected three numbers") + + try: + for p in patches: + label = f"[{p['order']:>2}/{len(patches)}] {p['name']:<16}" + where = f"row {p['row']} col {p['col']}, centre {tuple(p['center_px'])}" + while True: + text = input(f"{label} ({where}): ") + if not text.strip(): + print(" · skipped") + break + raw = parse_reading(text) + if raw is None: + print(" ! could not parse — expected three numbers") + continue + readings[str(p["order"])] = raw.tolist() + break + except KeyboardInterrupt: + print("\n (aborted — analysing the readings collected so far)") + return readings + + +def analyse(manifest: dict, readings: dict, white_lab: np.ndarray | None) -> dict: + """Normalise every reading and derive palette anchors + tone response.""" + patches = manifest["patches"] + by_order = {str(p["order"]): p for p in patches} + + if "white_ref" in readings: + white_raw = np.array(readings["white_ref"]) + else: + # Normalising against the panel's own white ink. + white_orders = [ + str(p["order"]) + for p in patches + if p["kind"] == "ink" and p["ink_index"] == 1 and str(p["order"]) in readings + ] + if not white_orders: + raise SystemExit("No white reading available — cannot normalise.") + white_raw = np.mean([readings[o] for o in white_orders], axis=0) + + measured: dict[str, dict] = {} + for order, raw_list in readings.items(): + if order == "white_ref": + continue + xyz = normalise(np.array(raw_list), white_raw, white_lab) + lab = xyz_to_lab(xyz) + measured[order] = { + "patch": by_order[order], + "xyz": xyz.tolist(), + "lab": lab.tolist(), + "rgb": np.rint(np.clip(_lab_to_rgb(lab), 0, 255)).astype(int).tolist(), + } + + # ── Ink anchors ───────────────────────────────────────────────────────── + n_ink = len(manifest["palette_measured_rgb"]) + anchors: list[dict | None] = [None] * n_ink + for ink in range(n_ink): + hits = [m for m in measured.values() if m["patch"]["ink_index"] == ink] + if not hits: + continue + # Repeat patches (white, black) average; the spread is the drift check. + labs = np.array([h["lab"] for h in hits]) + mean_lab = labs.mean(axis=0) + current_lab = rgb_to_lab(np.array(manifest["palette_measured_rgb"][ink])).tolist() + anchors[ink] = { + "ink": ink, + "name": manifest["ink_names"][ink], + "n": len(hits), + "lab": mean_lab.tolist(), + "spread_de": (max(delta_e76(lab, mean_lab) for lab in labs) if len(hits) > 1 else 0.0), + "rgb": np.rint(np.clip(_lab_to_rgb(mean_lab), 0, 255)).astype(int).tolist(), + "current_rgb": manifest["palette_measured_rgb"][ink], + "current_lab": current_lab, + "shift_de": delta_e76(mean_lab, np.array(current_lab)), + } + + # ── Tone response ─────────────────────────────────────────────────────── + black, white = anchors[0], anchors[1] + ramp: list[dict] = [] + if black and white: + y_black, y_white = ( + lab_to_xyz(np.array(black["lab"]))[1], + lab_to_xyz(np.array(white["lab"]))[1], + ) + rgb_black = np.array(black["rgb"], dtype=float) + rgb_white = np.array(white["rgb"], dtype=float) + for m in sorted( + (m for m in measured.values() if m["patch"]["kind"] == "ramp"), + key=lambda m: m["patch"]["actual_black_fraction"], + ): + f = m["patch"]["actual_black_fraction"] + # Physics: area mixing is linear in reflectance (luminance). L* + # depends only on Y/Yn, so a neutral of that luminance suffices. + y_lin = f * y_black + (1 - f) * y_white + l_reflectance = float(xyz_to_lab(D65_XYZ * y_lin)[0]) + # Pipeline: error diffusion averages in sRGB, so it *behaves* as if + # coverage mixed linearly there. The gap between this and the + # measurement is the mid-tone error the renderer is making. + l_srgb = float(rgb_to_lab(f * rgb_black + (1 - f) * rgb_white)[0]) + ramp.append( + { + "black_fraction": f, + "measured_l": m["lab"][0], + "predicted_l_reflectance": l_reflectance, + "predicted_l_srgb": l_srgb, + "error_vs_srgb": m["lab"][0] - l_srgb, + "measured_lab": m["lab"], + } + ) + + return {"anchors": anchors, "ramp": ramp, "measured": measured} + + +def report(manifest: dict, result: dict, white_lab: np.ndarray | None) -> None: + model = manifest["model"] + anchors, ramp = result["anchors"], result["ramp"] + + print() + print("=" * 74) + print(f" Ink anchors — {model}") + print("=" * 74) + if white_lab is None: + print(" ! Normalised against panel white: the white ink's own tint has been") + print(" forced to neutral and absolute lightness is not meaningful.") + print() + print( + f" {'ink':<8} {'measured L*a*b*':<26} {'measured RGB':<16} {'ΔE vs repo':>10} {'repeat':>7}" + ) + print(" " + "-" * 70) + for a in anchors: + if a is None: + continue + lab = f"{a['lab'][0]:6.2f} {a['lab'][1]:7.2f} {a['lab'][2]:7.2f}" + rgb = f"({a['rgb'][0]:3d},{a['rgb'][1]:3d},{a['rgb'][2]:3d})" + spread = f"{a['spread_de']:5.2f}" if a["n"] > 1 else " —" + print(f" {a['name']:<8} {lab:<26} {rgb:<16} {a['shift_de']:10.2f} {spread:>7}") + missing = [manifest["ink_names"][i] for i, a in enumerate(anchors) if a is None] + if missing: + print(f"\n ! not measured: {', '.join(missing)} — palette block below is incomplete") + + print() + print(f" Paste into python/hokku/screens/{model}/display.py:") + print() + print(" palette_measured_rgb = np.array(") + print(" [") + for i, a in enumerate(anchors): + if a is None: + cur = manifest["palette_measured_rgb"][i] + vals = f"[{int(cur[0])}, {int(cur[1])}, {int(cur[2])}]" + print( + f" {vals}, # {i} {manifest['ink_names'][i]} (NOT MEASURED — unchanged)" + ) + else: + vals = f"[{a['rgb'][0]}, {a['rgb'][1]}, {a['rgb'][2]}]" + print(f" {vals}, # {i} {a['name']}") + print(" ],") + print(" dtype=np.float32,") + print(" )") + + if not ramp: + print("\n (no tone-response data — need black, white and at least one ramp patch)") + return + + print() + print("=" * 74) + print(" Tone response — measured vs. what the pipeline assumes") + print("=" * 74) + print() + print( + f" {'black area':>10} {'measured L*':>12} {'pred L* (sRGB)':>15} {'error':>8} {'pred L* (refl)':>15}" + ) + print(" " + "-" * 66) + for r in ramp: + print( + f" {r['black_fraction'] * 100:9.1f}% {r['measured_l']:12.2f} " + f"{r['predicted_l_srgb']:15.2f} {r['error_vs_srgb']:+8.2f} " + f"{r['predicted_l_reflectance']:15.2f}" + ) + worst = max(ramp, key=lambda r: abs(r["error_vs_srgb"])) + mean_abs = float(np.mean([abs(r["error_vs_srgb"]) for r in ramp])) + print() + print(f" Mean |error| vs the pipeline's assumption : {mean_abs:5.2f} L*") + print( + f" Worst : {worst['error_vs_srgb']:+5.2f} L* " + f"at {worst['black_fraction'] * 100:.1f}% black" + ) + print() + if mean_abs < 2.0: + print(" → Under ~2 L*, the linear-mixing assumption holds. No tone curve needed.") + else: + print(" → The panel does not mix linearly. A transfer curve applied before") + print(" dithering would remove a systematic mid-tone error from every image.") + direction = "darker" if worst["error_vs_srgb"] < 0 else "lighter" + print(f" Mid-tones currently land {direction} than the renderer intends.") + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser( + description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter + ) + ap.add_argument("manifest", type=Path, help="the .json written by color_target.py") + ap.add_argument("--from-file", type=Path, help="re-analyse saved readings instead of prompting") + ap.add_argument( + "--save", type=Path, help="where to write the readings (default: alongside the manifest)" + ) + ap.add_argument("--white-ref-lab", help="L,a,b of the white reference standard under D65") + ap.add_argument( + "--relative-to-panel-white", + action="store_true", + help="no reference standard: normalise against the panel's own white ink (degraded)", + ) + args = ap.parse_args(argv) + + manifest = json.loads(args.manifest.read_text(encoding="utf-8")) + if manifest["model"] not in DISPLAY_REGISTRY: + raise SystemExit(f"Unknown model {manifest['model']!r} in manifest") + + if not args.white_ref_lab and not args.relative_to_panel_white: + raise SystemExit( + "Give --white-ref-lab L,a,b for the white standard you are measuring against,\n" + "or pass --relative-to-panel-white to accept the degraded fallback." + ) + white_lab = None + if args.white_ref_lab: + parts = [float(v) for v in args.white_ref_lab.split(",")] + if len(parts) != 3: + raise SystemExit("--white-ref-lab needs exactly three comma-separated numbers") + white_lab = np.array(parts) + + if args.from_file: + readings = json.loads(args.from_file.read_text(encoding="utf-8"))["readings"] + else: + readings = prompt_readings(manifest["patches"], white_needed=white_lab is not None) + out = args.save or args.manifest.with_name(f"readings_{manifest['model']}.json") + out.write_text( + json.dumps( + { + "model": manifest["model"], + "white_ref_lab": white_lab.tolist() if white_lab is not None else None, + "readings": readings, + }, + indent=2, + ), + encoding="utf-8", + ) + print(f"\nReadings saved to {out}") + + if not readings: + raise SystemExit("No readings collected.") + + result = analyse(manifest, readings, white_lab) + report(manifest, result, white_lab) + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/tools/color_target.py b/tools/color_target.py new file mode 100644 index 00000000..5d51f836 --- /dev/null +++ b/tools/color_target.py @@ -0,0 +1,349 @@ +#!/usr/bin/env python3 +"""Generate a colour-calibration target for a Hokku panel. + +The target is a grid of large flat patches designed to be metered one at a +time with a colorimeter or spectrophotometer: + + * **Ink anchors** — one patch per palette entry, 100 % of a single ink. + Metering these replaces the guessed/borrowed ``palette_measured_rgb`` + arrays in ``hokku/screens/*/display.py`` with values measured on our own + glass. + * **Tone-response ramp** — Bayer-dithered black/white patches at exactly + k/8 black-ink area coverage for k = 1..7. The dither pipeline assumes + palette inks mix *linearly* by area; metering the ramp shows whether the + real panel agrees (print media famously does not — dot gain). Any + deviation is a systematic mid-tone error in every rendered image. + * **Repeat patches** — white and black appear twice, at opposite ends of + the measurement order, as a drift check on the illumination and on + meter placement repeatability. + +Two outputs matter: + + ``.png`` Upload this to the server and pin it to the screen. It is + authored at exact panel-canvas dimensions and painted in + the display's own ``palette_measured_rgb``, so the render + pipeline reproduces the intended ink per pixel with no + resampling and no dither speckle — provided it is rendered + with the ``calibration_raw`` preset. ``test_color_target`` + asserts exactly that, so a pipeline change that would + corrupt the target turns a test red rather than silently + producing bad measurements. + + ``.json`` The patch manifest: measurement order, what each patch is, + and where it sits in pixels and millimetres. ``color_read`` + consumes this to prompt for readings in order and to do the + normalisation. + +``.bin`` (the packed panel bytes) is also written, for offline +inspection with ``screen_sim.py --file`` and as the reference the test +compares against. + +Usage: + # Default: the Bigme F7 + python tools/color_target.py + + # Another model, custom output location + python tools/color_target.py --model huessen_epf1301 --out build/cal + + # Fewer, larger patches (skip the tone ramp — anchors only) + python tools/color_target.py --no-ramp +""" + +from __future__ import annotations + +import argparse +import json +import sys +from dataclasses import asdict, dataclass +from pathlib import Path + +import numpy as np +from PIL import Image + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from hokku.screens.registry import DISPLAY_REGISTRY + +# Physical panel dimensions, needed only to report patch sizes and centres in +# millimetres so the operator can sanity-check that a patch is comfortably +# larger than the meter's aperture. Derived from the panel diagonal and the +# pixel aspect ratio; absent here just means the manifest omits the mm fields. +PANEL_DIAGONAL_INCH: dict[str, float] = { + "bigme_f7": 7.3, + "huessen_epf1301": 13.3, + "seeedstudio_e1004": 13.3, +} + +# Standard 8×8 ordered (Bayer) threshold matrix. Values 0..63. +BAYER_8 = np.array( + [ + [0, 32, 8, 40, 2, 34, 10, 42], + [48, 16, 56, 24, 50, 18, 58, 26], + [12, 44, 4, 36, 14, 46, 6, 38], + [60, 28, 52, 20, 62, 30, 54, 22], + [3, 35, 11, 43, 1, 33, 9, 41], + [51, 19, 59, 27, 49, 17, 57, 25], + [15, 47, 7, 39, 13, 45, 5, 37], + [63, 31, 55, 23, 61, 29, 53, 21], + ], + dtype=np.uint8, +) + +BLACK_IDX = 0 +WHITE_IDX = 1 + +INK_NAMES = ("black", "white", "yellow", "red", "blue", "green") + +# Ramp levels as eighths of black-ink area coverage. 0/8 and 8/8 are omitted: +# they are the black and white anchors, already measured as flat patches. +RAMP_EIGHTHS = (1, 2, 3, 4, 5, 6, 7) + + +@dataclass(frozen=True) +class Patch: + """One measurable patch. Coordinates are canvas pixels, origin top-left.""" + + order: int # 1-based measurement sequence + name: str # human label, e.g. "yellow" or "ramp 3/8" + kind: str # "ink" | "ramp" + ink_index: int | None # palette index, for kind == "ink" + black_fraction: float # intended black-ink area coverage, 0.0 .. 1.0 + row: int + col: int + x: int + y: int + w: int + h: int + + @property + def center(self) -> tuple[int, int]: + return self.x + self.w // 2, self.y + self.h // 2 + + +def _panel_mm(model: str, panel_w: int, panel_h: int) -> tuple[float, float] | None: + """Physical panel size in mm, or None when the diagonal isn't recorded.""" + diagonal_in = PANEL_DIAGONAL_INCH.get(model) + if diagonal_in is None: + return None + diagonal_mm = diagonal_in * 25.4 + aspect_diag = (panel_w**2 + panel_h**2) ** 0.5 + return diagonal_mm * panel_w / aspect_diag, diagonal_mm * panel_h / aspect_diag + + +def plan_patches( + *, + n_ink: int, + include_ramp: bool, + panel_w: int, + panel_h: int, + cols: int, + rows: int, + min_gutter: int, +) -> list[Patch]: + """Lay out the measurement patches on a cols×rows grid. + + Patch side is forced to a multiple of 8 so the Bayer tile divides it + exactly — otherwise a partial tile at the patch edge would skew the + black-area fraction away from the intended k/8 and the whole point of + the ramp (a *known* coverage) would be lost. + """ + ramp = RAMP_EIGHTHS if include_ramp else () + # Two repeats (white, black) close the sequence as a drift check. + n_patches = n_ink + len(ramp) + 2 + if n_patches > cols * rows: + raise ValueError(f"{n_patches} patches do not fit in a {cols}×{rows} grid") + + cell_w, cell_h = panel_w // cols, panel_h // rows + side = min(cell_w, cell_h) - 2 * min_gutter + side -= side % 8 + if side < 8: + raise ValueError( + f"Grid {cols}×{rows} on a {panel_w}×{panel_h} panel leaves no room " + f"for a patch (need >= 8 px after a {min_gutter} px gutter)" + ) + + # Centre the whole grid on the panel rather than the top-left corner, so + # edge patches keep an even margin from the bezel. + origin_x = (panel_w - cols * cell_w) // 2 + origin_y = (panel_h - rows * cell_h) // 2 + + specs: list[tuple[str, str, int | None, float]] = [ + ( + INK_NAMES[i] if i < len(INK_NAMES) else f"ink{i}", + "ink", + i, + 1.0 if i == BLACK_IDX else 0.0, + ) + for i in range(n_ink) + ] + specs += [(f"ramp {k}/8", "ramp", None, k / 8.0) for k in ramp] + specs += [ + ("white (repeat)", "ink", WHITE_IDX, 0.0), + ("black (repeat)", "ink", BLACK_IDX, 1.0), + ] + + patches: list[Patch] = [] + for i, (name, kind, ink_index, black_fraction) in enumerate(specs): + row, col = divmod(i, cols) + cx = origin_x + col * cell_w + (cell_w - side) // 2 + cy = origin_y + row * cell_h + (cell_h - side) // 2 + patches.append( + Patch( + order=i + 1, + name=name, + kind=kind, + ink_index=ink_index, + black_fraction=black_fraction, + row=row, + col=col, + x=cx, + y=cy, + w=side, + h=side, + ) + ) + return patches + + +def build_index_raster( + patches: list[Patch], panel_w: int, panel_h: int, frame_px: int = 4 +) -> np.ndarray: + """Paint the patches into a (panel_h, panel_w) palette-index raster. + + Gutters are white ink — the panel's natural "paper". That alone would + leave the white patches invisible against their surround and therefore + impossible to aim at, so every patch gets a thin black registration frame + drawn *outside* its rectangle. The frame is an aiming aid only: it never + touches the patch interior, so ink purity and the ramp's black-area + fraction are unaffected. + """ + idx = np.full((panel_h, panel_w), WHITE_IDX, dtype=np.uint8) + + for p in patches: + if frame_px <= 0: + break + # Clamp so a patch near the bezel cannot push the frame off-panel. + t = min(frame_px, p.x, p.y, panel_w - (p.x + p.w), panel_h - (p.y + p.h)) + if t <= 0: + continue + idx[p.y - t : p.y + p.h + t, p.x - t : p.x + p.w + t] = BLACK_IDX + + for p in patches: + if p.kind == "ink": + assert p.ink_index is not None + idx[p.y : p.y + p.h, p.x : p.x + p.w] = p.ink_index + continue + # Ramp: threshold the Bayer tile so exactly round(f*64) of every 64 + # cells land on black ink. With f = k/8 that is exactly 8k cells. + threshold = round(p.black_fraction * 64) + tile = np.where(BAYER_8 < threshold, BLACK_IDX, WHITE_IDX).astype(np.uint8) + block = np.tile(tile, (p.h // 8, p.w // 8)) + idx[p.y : p.y + p.h, p.x : p.x + p.w] = block + return idx + + +def actual_black_fraction(idx: np.ndarray, patch: Patch) -> float: + """Measured-from-the-raster black coverage — what the panel will really show.""" + region = idx[patch.y : patch.y + patch.h, patch.x : patch.x + patch.w] + return float(np.count_nonzero(region == BLACK_IDX) / region.size) + + +def index_raster_to_png(idx: np.ndarray, display) -> Image.Image: + """Palette indices → an RGB image painted in the display's measured inks. + + Painting in ``palette_measured_rgb`` (rather than the punchy preview + palette) is what makes the round-trip exact: every pixel already sits on + a palette anchor, so nearest-ink quantisation returns the ink it came + from. + """ + rgb = np.rint(display.palette_measured_rgb).clip(0, 255).astype(np.uint8)[idx] + return Image.fromarray(rgb, mode="RGB") + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser( + description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter + ) + ap.add_argument( + "--model", default="bigme_f7", choices=sorted(DISPLAY_REGISTRY), help="screen model" + ) + ap.add_argument("--out", default="build/colorcal", help="output directory") + ap.add_argument("--cols", type=int, default=0, help="grid columns (0 = auto)") + ap.add_argument("--rows", type=int, default=0, help="grid rows (0 = auto)") + ap.add_argument("--min-gutter", type=int, default=8, help="minimum gap between patches, px") + ap.add_argument("--no-ramp", action="store_true", help="ink anchors only, no tone ramp") + args = ap.parse_args(argv) + + display = DISPLAY_REGISTRY[args.model] + panel_w, panel_h = display.panel_w, display.panel_h + n_ink = int(display.palette_measured_rgb.shape[0]) + + # Auto grid: 5×3 suits a 5:3 panel and yields 15 cells for 15 patches. + cols = args.cols or 5 + rows = args.rows or 3 + + patches = plan_patches( + n_ink=n_ink, + include_ramp=not args.no_ramp, + panel_w=panel_w, + panel_h=panel_h, + cols=cols, + rows=rows, + min_gutter=args.min_gutter, + ) + idx = build_index_raster(patches, panel_w, panel_h) + png = index_raster_to_png(idx, display) + panel_bytes = display.indices_to_panel_bytes(idx) + + out_dir = Path(args.out) + out_dir.mkdir(parents=True, exist_ok=True) + stem = out_dir / f"colorcal_{args.model}" + png.save(stem.with_suffix(".png")) + stem.with_suffix(".bin").write_bytes(panel_bytes) + + mm = _panel_mm(args.model, panel_w, panel_h) + px_mm = mm[0] / panel_w if mm else None + manifest = { + "model": args.model, + "panel_w": panel_w, + "panel_h": panel_h, + "panel_mm": [round(mm[0], 1), round(mm[1], 1)] if mm else None, + "px_per_mm": round(1 / px_mm, 2) if px_mm else None, + "ink_names": list(INK_NAMES[:n_ink]), + "palette_measured_rgb": display.palette_measured_rgb.tolist(), + "patches": [ + { + **asdict(p), + # The intended fraction is the design; the actual is what the + # raster really contains. They should agree exactly — if a + # future layout change breaks that, the reading script uses + # the actual value and the discrepancy is visible here. + "actual_black_fraction": round(actual_black_fraction(idx, p), 6), + "center_px": list(p.center), + "patch_mm": round(p.w * px_mm, 1) if px_mm else None, + } + for p in patches + ], + } + stem.with_suffix(".json").write_text(json.dumps(manifest, indent=2), encoding="utf-8") + + print(f"Model : {args.model} ({panel_w}×{panel_h})") + if mm: + print(f"Panel size : {mm[0]:.0f} × {mm[1]:.0f} mm") + side = patches[0].w + print(f"Patches : {len(patches)} on a {cols}×{rows} grid, {side} px square", end="") + print(f" ({side * px_mm:.0f} mm)" if px_mm else "") + print(f"Wrote : {stem.with_suffix('.png')}") + print(f" {stem.with_suffix('.json')}") + print(f" {stem.with_suffix('.bin')}") + print() + print("Next: upload the .png, set the screen's preset to `calibration_raw`,") + print("pin it with 'show next', then run tools/color_read.py against the .json.") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) From f530c10281ccd2dcfbb6a6bf827cde0ed0a7a105 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 1 Aug 2026 14:04:51 -0500 Subject: [PATCH 02/40] feat(bigme_f7): upload panel frames over the serial console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a `frame` console command that receives one ready-made 192000-byte panel buffer over the UART and streams it straight to the EPD. No server, no WiFi, no render pipeline — the host sends exact bytes and the device shows them. Motivation: the render pipeline is the wrong tool for bring-up and for the colour measurement the calibration workflow needs. Metering a panel means putting an *exact*, known raster on the glass on demand; going through the server makes the result depend on the configured preset, on WiFi, and on which host the screen happens to point at. This removes all of that from the loop. The device stays a dumb pipe: it holds no patterns, no list and no state, so new test images never require a rebuild or a reflash. Everything clever stays host-side where it is already unit-tested — frames come from Display.indices_to_panel_bytes(), the same packing the server uses. common/all/frame_proto.{c,h} Portable protocol: chunk arithmetic plus an IEEE CRC32 that is bit-identical to Python's zlib.crc32 (pinned against five vectors in the host test). Chunking is not decoration — the UART RX FIFO is shallow and the panel is fed a byte at a time, so an unthrottled 192 KB blast overruns the device. The per-chunk ACK is the flow control; this board wires no RTS/CTS. bigme_f7 hokku_frame_receive() Takes the existing OTA/refresh mutex, so it refuses rather than races a refresh. A CRC mismatch or short transfer refuses to refresh at all — during colour measurement a subtly wrong picture is worse than no picture. Console recovery is the load-bearing property: taking the UART detaches the console's RX callback, so every exit path restores it — success, CRC failure and the bounded per-chunk timeout alike. A host that dies mid-transfer costs ~5 s, not the console (and with it the `upgrade` route into BROM). console_disable() state is RAM-only so a reboot restores it regardless, and the mask-BROM replug+press catch is unaffected either way. The rollback watchdog is already stopped by hokku_rollback_commit() before any console command runs, so the ~17 s transfer cannot trip it. tools/f7_send_frame.py --cycle walks every ink then the calibration target (the quickest check that all six inks fire on a unit), --solid/--target/--bin for single frames. docs: `frame` documented in the bigme_f7 console command list; color_calibration.md gains Route A (serial) alongside Route B (server). Verified: 7/7 common/all host tests including the new frame_proto, and the firmware builds to a packed xr_system.img under -Wall -Werror. Not yet exercised on hardware. FIRMWARE_VERSION 1.2.10 -> 1.2.11 (N increment; no wire-protocol or config change). Co-Authored-By: Claude Opus 5 (1M context) --- docs/color_calibration.md | 21 +- docs/screens/bigme_f7/custom_firmware.md | 17 ++ firmware/bigme_f7/command.c | 18 ++ firmware/bigme_f7/main.c | 91 +++++++- firmware/common/all/frame_proto.c | 48 ++++ firmware/common/all/frame_proto.h | 69 ++++++ firmware/common/all/test/CMakeLists.txt | 2 +- firmware/common/all/test/test_frame_proto.c | 100 +++++++++ tools/f7_send_frame.py | 236 ++++++++++++++++++++ 9 files changed, 599 insertions(+), 3 deletions(-) create mode 100644 firmware/common/all/frame_proto.c create mode 100644 firmware/common/all/frame_proto.h create mode 100644 firmware/common/all/test/test_frame_proto.c create mode 100644 tools/f7_send_frame.py diff --git a/docs/color_calibration.md b/docs/color_calibration.md index c2fdb0b3..51994d67 100644 --- a/docs/color_calibration.md +++ b/docs/color_calibration.md @@ -90,7 +90,26 @@ The target is 15 patches on a 5×3 grid: six flat ink anchors, seven Bayer-dithered ramp patches at exactly k/8 black-ink coverage, and repeats of white and black at the end of the sequence as a drift check. -To get it onto the glass **unmodified**: +### Route A — over the serial console (preferred, Bigme F7) + +If the unit runs firmware with the `frame` command, skip the server entirely: + +```powershell +python tools\f7_send_frame.py --port COM9 --target +``` + +This pushes the exact bytes down the console UART (~17 s at 115200) and refreshes +the panel. Nothing about the picture depends on the server's configured preset, +on WiFi, or on which host the screen happens to point at — which is what you want +while metering, and what makes a measurement session reproducible. + +`--cycle` walks every ink and then the target, which is also the quickest way to +confirm all six inks actually fire on a given unit. + +### Route B — through the server + +For screens without the `frame` command, upload the PNG and let the server render +it. To get it onto the glass **unmodified**: 1. Set the screen's preset to **`calibration_raw`**. This matters. The normal presets run autocontrast, gamma, CLAHE, unsharp mask and error diffusion — diff --git a/docs/screens/bigme_f7/custom_firmware.md b/docs/screens/bigme_f7/custom_firmware.md index 5118690b..f2ef8c8b 100644 --- a/docs/screens/bigme_f7/custom_firmware.md +++ b/docs/screens/bigme_f7/custom_firmware.md @@ -75,6 +75,23 @@ OTA. The version is reported in `X-Firmware-Version` and the frame-state `fw`. - `wifi ` — persist WiFi creds to sysinfo + connect. - `cfg show | server | name | ip | dhcp | static | sleep | power | save` - `ota` — trigger an OTA from the configured server right now (test hook). +- `frame` — upload one ready-made 192000-byte panel buffer over this console and + display it. No server, no WiFi, no render pipeline: the host sends exact bytes, + the device shows them. For bring-up and colour measurement, where the picture + on the glass has to be known precisely (see [`../../color_calibration.md`](../../color_calibration.md)). + Wire exchange is in [`firmware/common/all/frame_proto.h`](../../../firmware/common/all/frame_proto.h); + drive it with `tools/f7_send_frame.py`. Takes the same OTA/refresh mutex as + `ota`, so it refuses rather than racing a refresh. + + The device holds no patterns and no list — the host decides what to display + and uploads it, so new test images never need a rebuild or a reflash. + + While a frame is in flight the console's UART RX callback is detached + (`console_disable()`), because the transfer needs the raw byte stream. Every + exit path restores it — success, CRC mismatch, and the bounded per-chunk + timeout alike — so a host that dies mid-transfer costs ~5 s, not the console. + `console_disable()` state is pure RAM, so a reboot restores it regardless, and + the mask-BROM replug+press catch is unaffected either way. - `upgrade` — SDK command that drops to the mask-BROM (used by the flashers). **Only our firmware answers `upgrade`; stock OEM does not.** diff --git a/firmware/bigme_f7/command.c b/firmware/bigme_f7/command.c index 3d08d205..c7fc02ed 100644 --- a/firmware/bigme_f7/command.c +++ b/firmware/bigme_f7/command.c @@ -11,6 +11,7 @@ extern int hokku_wifi_provision(const char *ssid, const char *psk); extern uint32_t hokku_battery_mv(void); extern void hokku_ota_manual(void); +extern int hokku_frame_receive(void); static const struct cmd_data g_net_cmds[] = { { "sta", cmd_wlan_sta_exec }, @@ -134,11 +135,28 @@ static enum cmd_status cmd_hokku_ota_exec(char *cmd) return CMD_STATUS_ACKED; } +/* + * `frame` — upload one ready-made panel buffer over this console and display it. + * No server, no WiFi, no render pipeline: the host sends exact bytes, the device + * shows them. For bring-up and colour measurement, where the picture on the + * glass has to be known precisely. Protocol in firmware/common/all/frame_proto.h; + * host side is tools/f7_send_frame.py. + */ +static enum cmd_status cmd_frame_exec(char *cmd) +{ + (void)cmd; + /* No cmd_write_respond here: hokku_frame_receive prints READY itself and + * then takes the UART, so an extra ACK line would land mid-handshake. */ + hokku_frame_receive(); + return CMD_STATUS_ACKED; +} + static const struct cmd_data g_main_cmds[] = { { "net", cmd_net_exec }, { "wifi", cmd_wifi_exec }, { "cfg", cmd_cfg_exec }, { "ota", cmd_hokku_ota_exec }, + { "frame", cmd_frame_exec }, { "upgrade", cmd_upgrade_exec }, }; diff --git a/firmware/bigme_f7/main.c b/firmware/bigme_f7/main.c index 4ce58777..7b96a484 100644 --- a/firmware/bigme_f7/main.c +++ b/firmware/bigme_f7/main.c @@ -29,6 +29,8 @@ #include "image/image.h" #include "ota/ota.h" +#include "console/console.h" +#include "driver/chip/hal_uart.h" #include "driver/chip/hal_wdg.h" #include "driver/chip/hal_adc.h" #include "driver/chip/hal_wakeup.h" @@ -45,6 +47,7 @@ #include "frame_state.h" #include "backoff.h" #include "logbuf.h" +#include "frame_proto.h" /* SoC-shared XR872 code (firmware/common/xr872 — usable by any XR872/XR872AT * screen): activity log, software clock, HTTP-header helpers, hibernation. */ @@ -61,7 +64,7 @@ #define HOKKU_SERVER_URL "http://192.168.6.111:8080/hokku/screen/" #define SCREEN_NAME "bigme-f7" #define SCREEN_MODEL "bigme_f7" -#define FIRMWARE_VERSION "1.2.10" +#define FIRMWARE_VERSION "1.2.11" #define EPD_IMAGE_BYTES 192000U /* 800 x 480 x 4bpp / 8 */ #define DEFAULT_SLEEP_SECONDS 300 @@ -325,6 +328,92 @@ void hokku_ota_manual(void) OS_MutexUnlock(&g_ota_lock); /* only reached if OTA failed */ } +/* + * Console-triggered raw frame upload (`frame` command). Receives one ready-made + * panel buffer over the console UART and streams it to the EPD — no server, no + * WiFi, no render pipeline. Used for bring-up and for colour measurement, where + * an exact known raster has to reach the glass on demand. + * + * The device stays a dumb pipe: the host decides what to send, so new test + * images never need a rebuild. See firmware/common/all/frame_proto.h for the + * wire exchange and tools/f7_send_frame.py for the host side. + * + * Console recovery is the load-bearing property here. Taking the UART means + * detaching the console's RX callback, so EVERY exit path must put it back or + * the unit loses its command interface (and with it the `upgrade` route into + * BROM). Hence: one exit, no early returns, and a bounded per-chunk timeout so a + * host that dies mid-transfer cannot wedge us. Belt and braces, console_disable + * state is pure RAM — any reboot restores it, and the mask-BROM replug+press + * catch works regardless of what the app is doing. + * + * The rollback watchdog is already stopped by hokku_rollback_commit() before any + * console command can run, so the ~17 s transfer cannot trigger a reset. + */ +static uint8_t g_frame_buf[FRAME_PROTO_CHUNK_BYTES]; + +int hokku_frame_receive(void) +{ + UART_ID uart; + uint32_t received = 0; + uint32_t crc = 0; + uint8_t ack = FRAME_PROTO_ACK; + int ok = 1; + + if (!OS_MutexIsValid(&g_ota_lock) || OS_MutexLock(&g_ota_lock, 0) != OS_OK) { + hlog("hokku: frame busy (refresh/OTA in progress) — retry shortly\n"); + return -1; + } + + uart = console_get_uart_id(); + printf("%s %u %u\r\n", FRAME_PROTO_READY, + (unsigned)EPD_IMAGE_BYTES, (unsigned)FRAME_PROTO_CHUNK_BYTES); + + /* From here the console does not own the UART. Do not return early. */ + console_disable(); + + epd_send_cmd(0x10); /* DTM: data start transmission */ + + while (received < EPD_IMAGE_BYTES) { + uint32_t want = frame_proto_chunk_size(EPD_IMAGE_BYTES, + FRAME_PROTO_CHUNK_BYTES, + received / FRAME_PROTO_CHUNK_BYTES); + int32_t n = HAL_UART_Receive_Poll(uart, g_frame_buf, (int32_t)want, + FRAME_PROTO_RX_TIMEOUT_MS); + uint32_t i; + + if (n != (int32_t)want) { /* timeout or short read: host gone */ + ok = 0; + break; + } + crc = frame_proto_crc32(crc, g_frame_buf, want); + for (i = 0; i < want; i++) + epd_send_data(g_frame_buf[i]); + received += want; + console_write(&ack, 1); /* flow control: host may send more */ + } + + console_enable(); /* single restore point */ + + if (!ok) { + /* The panel is left mid-DTM; a later `frame` re-issues 0x10 and starts + * over. Deliberately NOT refreshing — showing a half-received picture + * during colour measurement is worse than showing nothing. */ + hlog("hokku: frame ABORTED at %u/%u bytes — not refreshing\n", + (unsigned)received, (unsigned)EPD_IMAGE_BYTES); + OS_MutexUnlock(&g_ota_lock); + return -1; + } + + printf("%s %08x\r\n", FRAME_PROTO_DONE, (unsigned)crc); + hlog("hokku: frame received (%u B, crc %08x) — refreshing\n", + (unsigned)received, (unsigned)crc); + epd_refresh(); /* ~30 s */ + printf("%s\r\n", FRAME_PROTO_REFRESHED); + + OS_MutexUnlock(&g_ota_lock); + return 0; +} + /* * Fetch one image from the server and stream it byte-by-byte to the EPD. * Returns the number of seconds to sleep before the next refresh, or -1 on diff --git a/firmware/common/all/frame_proto.c b/firmware/common/all/frame_proto.c new file mode 100644 index 00000000..268fc44c --- /dev/null +++ b/firmware/common/all/frame_proto.c @@ -0,0 +1,48 @@ +#include "frame_proto.h" + +/* Reflected IEEE polynomial (0x04C11DB7 bit-reversed). */ +#define FRAME_PROTO_CRC32_POLY 0xEDB88320u + +uint32_t frame_proto_crc32(uint32_t crc, const uint8_t *data, uint32_t len) +{ + uint32_t c; + uint32_t i; + int bit; + + if (data == 0) + return crc; + + /* zlib semantics: the running value is stored inverted, so seeding with 0 + * and chaining across calls gives the same answer as one call over the + * concatenation. */ + c = ~crc; + for (i = 0; i < len; i++) { + c ^= data[i]; + for (bit = 0; bit < 8; bit++) { + /* Branchless: -(c & 1) is 0 or 0xFFFFFFFF. */ + c = (c >> 1) ^ (FRAME_PROTO_CRC32_POLY & (uint32_t)(-(int32_t)(c & 1u))); + } + } + return ~c; +} + +uint32_t frame_proto_chunk_count(uint32_t total, uint32_t chunk) +{ + if (chunk == 0u || total == 0u) + return 0u; + return (total + chunk - 1u) / chunk; +} + +uint32_t frame_proto_chunk_size(uint32_t total, uint32_t chunk, uint32_t index) +{ + uint32_t count = frame_proto_chunk_count(total, chunk); + uint32_t consumed; + + if (index >= count) + return 0u; + + consumed = index * chunk; + if (total - consumed < chunk) + return total - consumed; /* short final chunk */ + return chunk; +} diff --git a/firmware/common/all/frame_proto.h b/firmware/common/all/frame_proto.h new file mode 100644 index 00000000..137e9c4a --- /dev/null +++ b/firmware/common/all/frame_proto.h @@ -0,0 +1,69 @@ +// SoC-agnostic serial frame-upload protocol, shared by ALL hokku firmwares. +// Pure C — no ESP-IDF or XR872 SDK headers, integer-only, fully host-testable. +// +// Normally a screen gets its picture from the server: it wakes, fetches, and +// displays whatever the render pipeline decided. That is the wrong tool for +// bring-up and for colour measurement, where you need an *exact*, known raster +// on the glass, on demand, with no network, no dithering and no server config in +// the loop. This protocol lets a host push a ready-made panel buffer straight +// down the console UART instead. +// +// The device stays a dumb pipe: it holds no patterns, no list and no state. The +// host decides what to display and uploads it, so new test images never require +// a rebuild or a reflash. Everything clever lives host-side, where it is already +// unit-tested (see hokku.screens.*.Display.indices_to_panel_bytes). +// +// Wire exchange (all control lines are ASCII, CRLF-terminated; payload is raw): +// +// host -> "frame" +// dev <- "READY " +// host -> +// dev <- "K" (one ACK per chunk) +// ... repeated for every chunk ... +// dev <- "DONE " +// dev <- "REFRESHED" (after the ~30 s panel update) +// +// Chunking is not decoration. The UART RX FIFO is a few bytes deep and the panel +// is fed one byte at a time, so a host that blasts 192 KB unthrottled overruns +// the device long before the picture lands. The per-chunk ACK is the flow +// control; it needs no hardware RTS/CTS, which this board does not wire up. +// +// The CRC32 is IEEE/zlib, so the host can verify with a plain zlib.crc32() and +// the device refuses to display a frame that arrived corrupted rather than +// showing a subtly wrong picture — which, for colour measurement, would be worse +// than showing nothing. +#pragma once + +#include + +/* Payload bytes per ACKed chunk. Large enough that the 47 round trips for an + * 800x480 frame cost little against the ~17 s the bytes themselves take at + * 115200 baud, small enough to bound the device-side staging buffer. */ +#define FRAME_PROTO_CHUNK_BYTES 4096u + +/* Single-byte per-chunk replies. */ +#define FRAME_PROTO_ACK 'K' +#define FRAME_PROTO_NAK 'X' + +/* Per-chunk receive timeout. Generous: a 4096-byte chunk is ~356 ms of wire + * time at 115200, so this only fires when the host has genuinely gone away. */ +#define FRAME_PROTO_RX_TIMEOUT_MS 5000u + +/* Control-line prefixes, shared so host and device cannot drift apart. */ +#define FRAME_PROTO_READY "READY" +#define FRAME_PROTO_DONE "DONE" +#define FRAME_PROTO_REFRESHED "REFRESHED" + +/* Incremental IEEE CRC32, bit-identical to Python's zlib.crc32(data, crc). + * Seed with 0 and chain across chunks. Bitwise (no lookup table): a 192 KB + * frame costs ~1.5 M iterations, negligible beside the 17 s of wire time, and + * it keeps 1 KB of table out of a flash-constrained image. */ +uint32_t frame_proto_crc32(uint32_t crc, const uint8_t *data, uint32_t len); + +/* Number of chunks needed for *total* bytes, i.e. ceil(total/chunk). + * Returns 0 when chunk is 0 or total is 0. */ +uint32_t frame_proto_chunk_count(uint32_t total, uint32_t chunk); + +/* Payload size of chunk *index* (0-based); the final chunk is short when + * total is not a multiple of chunk. Returns 0 when index is out of range. */ +uint32_t frame_proto_chunk_size(uint32_t total, uint32_t chunk, uint32_t index); diff --git a/firmware/common/all/test/CMakeLists.txt b/firmware/common/all/test/CMakeLists.txt index f1d7e799..ed9197be 100644 --- a/firmware/common/all/test/CMakeLists.txt +++ b/firmware/common/all/test/CMakeLists.txt @@ -14,7 +14,7 @@ endif() enable_testing() -foreach(t logbuf firmware_url json frame_state backoff sleep_cal) +foreach(t logbuf firmware_url json frame_state backoff sleep_cal frame_proto) add_executable(test_${t} test_${t}.c) target_include_directories(test_${t} PRIVATE .. .) add_test(NAME ${t} COMMAND test_${t}) diff --git a/firmware/common/all/test/test_frame_proto.c b/firmware/common/all/test/test_frame_proto.c new file mode 100644 index 00000000..3a0616c3 --- /dev/null +++ b/firmware/common/all/test/test_frame_proto.c @@ -0,0 +1,100 @@ +/* + * frame_proto must agree with the host byte-for-byte, or a frame that arrived + * fine gets rejected (or worse, a corrupted one gets displayed and silently + * poisons a colour measurement). Two things are pinned here: + * + * 1. the CRC32 is really IEEE/zlib, so Python's zlib.crc32 matches — checked + * against published vectors AND against values computed by zlib itself; + * 2. the chunk arithmetic covers the frame exactly, including the short final + * chunk, so device and host never disagree on how many bytes are in flight. + */ +#include + +#include "frame_proto.c" +#include "test_harness.h" + +/* Values produced by Python: zlib.crc32(b"...") — the exact call the host tool + * makes. If these ever disagree the two ends have drifted. */ +static void test_crc32_matches_zlib(void) +{ + CHECK(frame_proto_crc32(0, (const uint8_t *)"", 0) == 0x00000000u, "empty"); + CHECK(frame_proto_crc32(0, (const uint8_t *)"a", 1) == 0xE8B7BE43u, "a"); + CHECK(frame_proto_crc32(0, (const uint8_t *)"abc", 3) == 0x352441C2u, "abc"); + CHECK(frame_proto_crc32(0, (const uint8_t *)"123456789", 9) == 0xCBF43926u, + "check vector 123456789"); + CHECK(frame_proto_crc32(0, (const uint8_t *)"The quick brown fox jumps over the lazy dog", 43) + == 0x414FA339u, + "quick brown fox"); +} + +/* The device CRCs chunk by chunk as bytes arrive; the host CRCs the whole + * buffer in one call. Those must be the same number. */ +static void test_crc32_chains_across_chunks(void) +{ + uint8_t buf[1000]; + uint32_t whole, chained; + int i; + + for (i = 0; i < 1000; i++) + buf[i] = (uint8_t)(i * 7 + 13); + + whole = frame_proto_crc32(0, buf, 1000); + + chained = 0; + chained = frame_proto_crc32(chained, buf, 1); + chained = frame_proto_crc32(chained, buf + 1, 255); + chained = frame_proto_crc32(chained, buf + 256, 744); + + CHECK(whole == chained, "chunked CRC must equal whole-buffer CRC"); +} + +static void test_crc32_null_is_identity(void) +{ + CHECK(frame_proto_crc32(0x12345678u, 0, 10) == 0x12345678u, "NULL data passes crc through"); +} + +/* 192000 / 4096 = 46 remainder 3584, so a real F7 frame is 47 chunks with a + * short tail — the case most likely to be got wrong on one side only. */ +static void test_chunking_of_a_real_frame(void) +{ + const uint32_t total = 192000u; + const uint32_t chunk = FRAME_PROTO_CHUNK_BYTES; + uint32_t count = frame_proto_chunk_count(total, chunk); + uint32_t sum = 0; + uint32_t i; + + CHECK(count == 47u, "192000 B in 4096 B chunks is 47 chunks"); + for (i = 0; i < count; i++) + sum += frame_proto_chunk_size(total, chunk, i); + CHECK(sum == total, "chunk sizes must sum to exactly the frame size"); + CHECK(frame_proto_chunk_size(total, chunk, count - 1) == 3584u, "short final chunk"); + CHECK(frame_proto_chunk_size(total, chunk, 0) == chunk, "first chunk is full"); + CHECK(frame_proto_chunk_size(total, chunk, count) == 0u, "past the end is 0"); +} + +static void test_chunking_exact_multiple(void) +{ + CHECK(frame_proto_chunk_count(8192u, 4096u) == 2u, "exact multiple: 2 chunks"); + CHECK(frame_proto_chunk_size(8192u, 4096u, 1) == 4096u, "last chunk is full, not 0"); + CHECK(frame_proto_chunk_size(8192u, 4096u, 2) == 0u, "past the end is 0"); +} + +static void test_chunking_degenerate(void) +{ + CHECK(frame_proto_chunk_count(0u, 4096u) == 0u, "no bytes, no chunks"); + CHECK(frame_proto_chunk_count(100u, 0u) == 0u, "zero chunk size is refused"); + CHECK(frame_proto_chunk_size(100u, 0u, 0) == 0u, "zero chunk size is refused"); + CHECK(frame_proto_chunk_count(1u, 4096u) == 1u, "one byte still needs a chunk"); + CHECK(frame_proto_chunk_size(1u, 4096u, 0) == 1u, "and that chunk is 1 byte"); +} + +int main(void) +{ + test_crc32_matches_zlib(); + test_crc32_chains_across_chunks(); + test_crc32_null_is_identity(); + test_chunking_of_a_real_frame(); + test_chunking_exact_multiple(); + test_chunking_degenerate(); + TEST_MAIN_END(); +} diff --git a/tools/f7_send_frame.py b/tools/f7_send_frame.py new file mode 100644 index 00000000..acefd5ed --- /dev/null +++ b/tools/f7_send_frame.py @@ -0,0 +1,236 @@ +#!/usr/bin/env python3 +"""Push ready-made panel frames to a Bigme F7 over the serial console. + +The device is a dumb pipe: it holds no patterns and no list. This tool decides +what to display and uploads the exact bytes, so new test images never need a +firmware rebuild. The frames come from the production packing path +(``Display.indices_to_panel_bytes``), so what lands on the glass exercises the +same code the server uses — not a mock. + +Why this exists: the render pipeline is the wrong tool for colour measurement +and bring-up. Metering a panel means putting an *exact*, known raster on the +glass on demand, with no dithering, no tonal chain, no WiFi and no server +config in the loop. See ``docs/color_calibration.md``. + +Protocol is ``firmware/common/all/frame_proto.h``; the device side is +``hokku_frame_receive()`` in ``firmware/bigme_f7/main.c``. + +Usage: + # Cycle every ink, then the calibration target (the colour-cycle demo) + python tools/f7_send_frame.py --port COM9 --cycle + + # Send one specific frame + python tools/f7_send_frame.py --port COM9 --solid red + python tools/f7_send_frame.py --port COM9 --target + python tools/f7_send_frame.py --port COM9 --bin build/colorcal/colorcal_bigme_f7.bin +""" + +from __future__ import annotations + +import argparse +import sys +import time +import zlib +from pathlib import Path + +import numpy as np +import serial + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from color_target import ( + INK_NAMES, + build_index_raster, + plan_patches, +) +from hokku.screens.registry import DISPLAY_REGISTRY + +# Must match firmware/common/all/frame_proto.h. +CHUNK_BYTES = 4096 +ACK = b"K" +READY = "READY" +DONE = "DONE" +REFRESHED = "REFRESHED" + +BAUD = 115200 +# The panel update itself is ~30 s; allow generous headroom before giving up. +REFRESH_TIMEOUT_S = 90.0 + + +def solid_frame(display, ink: int) -> bytes: + idx = np.full((display.panel_h, display.panel_w), ink, dtype=np.uint8) + return display.indices_to_panel_bytes(idx) + + +def target_frame(display) -> bytes: + patches = plan_patches( + n_ink=int(display.palette_measured_rgb.shape[0]), + include_ramp=True, + panel_w=display.panel_w, + panel_h=display.panel_h, + cols=5, + rows=3, + min_gutter=8, + ) + idx = build_index_raster(patches, display.panel_w, display.panel_h) + return display.indices_to_panel_bytes(idx) + + +def _read_line(s: serial.Serial, timeout_s: float) -> str: + """Read one CRLF line, ignoring blanks and any console echo.""" + end = time.monotonic() + timeout_s + buf = b"" + while time.monotonic() < end: + b = s.read(1) + if not b: + continue + if b in (b"\r", b"\n"): + if buf.strip(): + return buf.decode("utf-8", "replace").strip() + buf = b"" + continue + buf += b + return "" + + +def send_frame(s: serial.Serial, data: bytes, label: str, verbose: bool = True) -> bool: + """Run one `frame` upload. Returns True once the panel reports REFRESHED.""" + expect_crc = zlib.crc32(data) + if verbose: + print(f" {label}: {len(data)} B, crc32=0x{expect_crc:08X}") + + s.reset_input_buffer() + s.write(b"frame\r\n") + s.flush() + + # Wait for READY ; the device prints it before taking the UART. + deadline = time.monotonic() + 10.0 + total = chunk = None + while time.monotonic() < deadline: + line = _read_line(s, timeout_s=max(0.1, deadline - time.monotonic())) + if line.startswith(READY): + parts = line.split() + if len(parts) >= 3: + total, chunk = int(parts[1]), int(parts[2]) + break + if line and verbose: + print(f" (device: {line})") + if total is None: + print(" ! device never sent READY — is the firmware new enough for `frame`?") + return False + if total != len(data): + print(f" ! device expects {total} B, frame is {len(data)} B") + return False + if chunk != CHUNK_BYTES: + print(f" ! chunk size mismatch: device {chunk}, host {CHUNK_BYTES}") + return False + + sent = 0 + t0 = time.monotonic() + while sent < total: + piece = data[sent : sent + chunk] + s.write(piece) + s.flush() + # Per-chunk ACK is the flow control: the RX FIFO is tiny and the panel is + # fed a byte at a time, so an unthrottled blast would overrun the device. + ack = s.read(1) + if ack != ACK: + print(f" ! no ACK after {sent} B (got {ack!r}) — aborted") + return False + sent += len(piece) + if verbose and sent % (chunk * 10) == 0: + pct = 100.0 * sent / total + print(f" {sent}/{total} B ({pct:.0f}%)", end="\r", flush=True) + + elapsed = time.monotonic() - t0 + if verbose: + print(f" uploaded {sent} B in {elapsed:.1f}s ({sent / elapsed / 1024:.1f} KiB/s)") + + line = _read_line(s, timeout_s=10.0) + if not line.startswith(DONE): + print(f" ! expected DONE, got {line!r}") + return False + dev_crc = int(line.split()[1], 16) + if dev_crc != expect_crc: + print(f" ! CRC mismatch: device 0x{dev_crc:08X}, host 0x{expect_crc:08X}") + return False + if verbose: + print(f" CRC OK (0x{dev_crc:08X}) — refreshing panel (~30 s)") + + line = _read_line(s, timeout_s=REFRESH_TIMEOUT_S) + if not line.startswith(REFRESHED): + print(f" ! expected REFRESHED, got {line!r}") + return False + if verbose: + print(" REFRESHED") + return True + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser( + description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter + ) + ap.add_argument("--port", default="COM9", help="serial port of the F7 console") + ap.add_argument("--model", default="bigme_f7", choices=sorted(DISPLAY_REGISTRY)) + g = ap.add_mutually_exclusive_group(required=True) + g.add_argument("--cycle", action="store_true", help="every ink, then the calibration target") + g.add_argument("--solid", help=f"one flat ink: {', '.join(INK_NAMES)}") + g.add_argument("--target", action="store_true", help="the calibration target") + g.add_argument("--bin", type=Path, help="send a raw panel .bin as-is") + ap.add_argument("--repeat", type=int, default=1, help="repeat the whole sequence N times") + args = ap.parse_args(argv) + + display = DISPLAY_REGISTRY[args.model] + + frames: list[tuple[str, bytes]] = [] + if args.cycle: + frames = [(n, solid_frame(display, i)) for i, n in enumerate(INK_NAMES)] + frames.append(("calibration target", target_frame(display))) + elif args.solid: + if args.solid not in INK_NAMES: + raise SystemExit(f"unknown ink {args.solid!r}; choose from {', '.join(INK_NAMES)}") + ink = INK_NAMES.index(args.solid) + frames = [(args.solid, solid_frame(display, ink))] + elif args.target: + frames = [("calibration target", target_frame(display))] + else: + data = args.bin.read_bytes() + if len(data) != display.total_bytes: + raise SystemExit( + f"{args.bin} is {len(data)} B, {args.model} needs {display.total_bytes} B" + ) + frames = [(args.bin.name, data)] + + print(f"opening {args.port} @{BAUD}") + s = serial.Serial(args.port, BAUD, timeout=0.3) + # Match the console handshake used elsewhere: do not toggle DTR/RTS, which + # can reset the board on some USB-serial bridges. + s.dtr = False + s.rts = False + + ok = fail = 0 + try: + for lap in range(args.repeat): + if args.repeat > 1: + print(f"--- lap {lap + 1}/{args.repeat} ---") + for i, (name, data) in enumerate(frames, 1): + print(f"[{i}/{len(frames)}] {name}") + if send_frame(s, data, name): + ok += 1 + else: + fail += 1 + except KeyboardInterrupt: + print("\n(interrupted)") + finally: + s.close() + print("serial closed cleanly") + + print(f"\n{ok} frame(s) displayed, {fail} failed") + return 0 if fail == 0 else 1 + + +if __name__ == "__main__": + raise SystemExit(main()) From 09763eedeefd2f506c79df9ab92671ca1e7b49db Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 1 Aug 2026 14:33:06 -0500 Subject: [PATCH 03/40] feat(tools): driven calibration loop for a reflective spectrophotometer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Turns the colour-calibration workflow from "paste numbers in by hand" into one loop that can run every screen: put the target on the glass, meter each patch, emit a palette block and a tone curve. Written for the X-Rite ColorMunki Photo (CMUNPH) but instrument-agnostic. Why a reflective spectro changes the design ------------------------------------------- It has its own lamp, self-calibrates against a built-in white tile and reports ABSOLUTE colorimetry, so the white-reference normalisation the emissive colorimeter path needs is not just unnecessary here but wrong: applying it would re-reference every reading to whatever patch was chosen as white and discard the absolute lightness compress_dynamic_range() depends on. color_read.analyse() is therefore split — assemble() holds the anchor/ramp derivation both paths share, and only the colorimeter path runs normalise() ahead of it. No duplication. The white-point trap this closes -------------------------------- Reflective measurement is a print convention and instruments default to D50, while this codebase is sRGB/D65 throughout. Feeding D50 XYZ into xyz_to_lab silently shifts every ink anchor and nothing downstream would notice. Readings are now Bradford-adapted to D65 first. The tests pin the adaptation's defining property (source white maps exactly onto destination white), prove a D50 neutral stays neutral in D65 Lab, and — so that test cannot pass vacuously — prove that skipping the adaptation shifts b* by more than 3 units. Scale is the other silent hazard: Argyll reports reflective XYZ as percentages while the codebase uses Y = 1.0. That is judged once across the whole set, not per reading, because a dark patch reads below 2 on either scale. Structure --------- tools/colorimeter.py instrument backends — a driven ArgyllCMS spotread, or manual paste for any other meter/vendor software (which also avoids Argyll's Windows USB driver having to displace the X-Rite one). tools/color_calibrate.py the loop, with target delivery abstracted per screen: serial (Bigme F7 `frame` command — preferred, nothing depends on server preset or WiFi), server (upload+pin, and it REFUSES unless the server is on calibration_raw, rather than measuring a target it cannot trust), or manual. --all walks every registered model. Verified end to end against a synthetic absolute session: a panel that measures exactly the current display.py values round-trips to dE 0.00 on all six inks and reproduces the palette block byte-identically. spotread's exact flags still need confirming against real hardware, which is why they are configurable. 886 passed, ruff/pyright clean. Co-Authored-By: Claude Opus 5 (1M context) --- python/tests/test_colorimeter.py | 123 ++++++++++ tools/color_calibrate.py | 378 +++++++++++++++++++++++++++++++ tools/color_read.py | 13 ++ tools/colorimeter.py | 234 +++++++++++++++++++ 4 files changed, 748 insertions(+) create mode 100644 python/tests/test_colorimeter.py create mode 100644 tools/color_calibrate.py create mode 100644 tools/colorimeter.py diff --git a/python/tests/test_colorimeter.py b/python/tests/test_colorimeter.py new file mode 100644 index 00000000..b7cbc7ec --- /dev/null +++ b/python/tests/test_colorimeter.py @@ -0,0 +1,123 @@ +"""Instrument-side maths for panel colour measurement. + +Two things here are easy to get wrong in ways that produce plausible but wrong +palette values, so both are pinned: + + * **White point.** Reflective spectrophotometers report D50 (a print + convention); this codebase is sRGB/D65 throughout. Feeding D50 XYZ into + ``xyz_to_lab`` silently shifts every ink anchor, and nothing downstream + would flag it. + * **Scale.** ArgyllCMS reports reflective XYZ as percentages (white ~80-100) + while the codebase works with Y = 1.0 for a perfect diffuser. Getting this + wrong by 100x is obvious; getting it wrong on *some* readings is not. +""" + +from __future__ import annotations + +import sys +from pathlib import Path + +import numpy as np +import pytest + +from hokku.webserver.dither_streaming import xyz_to_lab + +sys.path.insert(0, str(Path(__file__).resolve().parents[2] / "tools")) + +from colorimeter import ( + D50_XYZ, + D65_XYZ, + bradford_adapt, + detect_xyz_scale, + parse_xyz, +) + + +def test_adapting_a_white_point_to_itself_is_identity() -> None: + for w in (D50_XYZ, D65_XYZ): + np.testing.assert_allclose(bradford_adapt(w, w, w), w, atol=1e-12) + + +def test_source_white_maps_exactly_onto_destination_white() -> None: + """The defining property of a chromatic adaptation.""" + np.testing.assert_allclose(bradford_adapt(D50_XYZ, D50_XYZ, D65_XYZ), D65_XYZ, atol=1e-12) + np.testing.assert_allclose(bradford_adapt(D65_XYZ, D65_XYZ, D50_XYZ), D50_XYZ, atol=1e-12) + + +def test_adaptation_is_invertible() -> None: + sample = np.array([0.2, 0.18, 0.09]) + there = bradford_adapt(sample, D50_XYZ, D65_XYZ) + back = bradford_adapt(there, D65_XYZ, D50_XYZ) + np.testing.assert_allclose(back, sample, atol=1e-12) + + +@pytest.mark.parametrize("level", [0.05, 0.2, 0.6, 1.0]) +def test_a_d50_neutral_stays_neutral_after_adaptation(level: float) -> None: + """A grey under D50 must still read as grey in D65 Lab. + + This is the check that actually catches a missing adaptation: skip it and + the panel's neutral inks pick up a visible yellow-blue cast in a* / b*. + """ + lab = xyz_to_lab(bradford_adapt(D50_XYZ * level, D50_XYZ, D65_XYZ)) + assert abs(lab[1]) < 1e-6, f"a* drifted: {lab}" + assert abs(lab[2]) < 1e-6, f"b* drifted: {lab}" + + +def test_skipping_adaptation_would_visibly_shift_a_neutral() -> None: + """Guards the guard: prove the adaptation is not a no-op worth deleting.""" + naive = xyz_to_lab(D50_XYZ * 0.6) # D50 XYZ fed straight in, unadapted + assert abs(naive[2]) > 3.0, ( + f"expected a large b* error without adaptation, got {naive} — if this " + f"fails the test above proves nothing" + ) + + +@pytest.mark.parametrize( + "readings,expected", + [ + ([np.array([76.0, 80.0, 85.0])], 100.0), # Argyll percent scale + ([np.array([0.76, 0.80, 0.85])], 1.0), # unit scale + ([np.array([0.4, 0.5, 0.6]), np.array([76.0, 80.0, 85.0])], 100.0), + ([], 1.0), + ], +) +def test_scale_detection(readings, expected) -> None: + assert detect_xyz_scale(readings) == expected + + +def test_scale_is_decided_by_the_whole_set_not_per_reading() -> None: + """A dark patch reads below 2 on either scale. + + Deciding per reading would classify black as unit-scale and white as + percent-scale in the same session, so the set is judged together. + """ + black = np.array([0.9, 1.0, 1.1]) # dark patch, percent scale + white = np.array([76.0, 80.0, 85.0]) + assert detect_xyz_scale([black, white]) == 100.0 + assert detect_xyz_scale([black]) == 1.0 # alone, genuinely ambiguous + + +@pytest.mark.parametrize( + "text,expected", + [ + ("24.31 25.55 21.37", [24.31, 25.55, 21.37]), + ("24.31,25.55,21.37", [24.31, 25.55, 21.37]), + ( + "Result is XYZ: 24.316536 25.550340 21.371308, D50 Lab: 57.56 -1.95 8.29", + [24.316536, 25.550340, 21.371308], + ), + ], +) +def test_parse_xyz_takes_xyz_and_ignores_the_instrument_lab(text, expected) -> None: + """The Lab on a spotread line is against the instrument's white point. + + We do our own adaptation, so that value must never be picked up. + """ + parsed = parse_xyz(text) + assert parsed is not None + np.testing.assert_allclose(parsed, expected) + + +@pytest.mark.parametrize("text", ["", " ", "no numbers here", "1 2"]) +def test_parse_xyz_rejects_junk(text: str) -> None: + assert parse_xyz(text) is None diff --git a/tools/color_calibrate.py b/tools/color_calibrate.py new file mode 100644 index 00000000..7f31cc79 --- /dev/null +++ b/tools/color_calibrate.py @@ -0,0 +1,378 @@ +#!/usr/bin/env python3 +"""Drive a full colour-calibration run: display the target, meter it, emit a palette. + +One loop covering every screen model. For each screen it puts the calibration +target on the glass, walks the patches in order taking a reading per patch, then +turns the readings into a ``palette_measured_rgb`` block and a tone-response +curve. + +Getting the target onto the glass differs per model, so that is abstracted: + + serial Bigme F7 with the `frame` console command — pushes the exact bytes + down the UART (~17 s). Nothing depends on the server's preset, on + WiFi, or on which host the screen points at, which is what makes a + measurement session reproducible. Preferred where available. + + server Screens without `frame` (huessen_epf1301, seeedstudio_e1004) — upload + the target PNG to a hokku server and pin it. Requires the server's + preset to be `calibration_raw`, or the tonal chain will corrupt the + patches. The tool checks and refuses rather than measuring a target it + cannot trust. + + manual You put the target up however you like and confirm. Always available. + +Measurement is likewise abstracted (tools/colorimeter.py): a driven ArgyllCMS +`spotread`, or manual paste for any other instrument. + +Usage: + # Full run on the F7 with a ColorMunki Photo over ArgyllCMS + python tools/color_calibrate.py --model bigme_f7 --via serial --instrument spotread + + # Every model in turn + python tools/color_calibrate.py --all --instrument spotread + + # Any meter, typed in by hand + python tools/color_calibrate.py --model bigme_f7 --via serial --instrument manual + + # Re-analyse a finished session without re-metering + python tools/color_calibrate.py --model bigme_f7 --replay build/colorcal/readings_bigme_f7.json +""" + +from __future__ import annotations + +import argparse +import json +import sys +import time +import urllib.error +import urllib.request +from pathlib import Path + +import numpy as np + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +import color_read +import color_target +from colorimeter import D65_XYZ, Reading, finalise, make_instrument +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_streaming import xyz_to_lab + +# Models whose firmware carries the `frame` console command. +SERIAL_CAPABLE = {"bigme_f7"} + + +# ── Getting the target onto the glass ──────────────────────────────────────── + + +class TargetDisplay: + """Puts the calibration target on one screen.""" + + def show(self, model: str, panel_bytes: bytes, png_path: Path) -> bool: + raise NotImplementedError + + +class SerialTargetDisplay(TargetDisplay): + def __init__(self, port: str): + self.port = port + + def show(self, model: str, panel_bytes: bytes, png_path: Path) -> bool: + if model not in SERIAL_CAPABLE: + print(f" ! {model} has no `frame` console command — use --via server or manual") + return False + # Deliberately lazy: the server and manual paths must work on a machine + # with no pyserial and no serial port at all. + import serial # noqa: PLC0415 + + from f7_send_frame import send_frame # noqa: PLC0415 + + print(f" opening {self.port} @115200") + s = serial.Serial(self.port, 115200, timeout=0.3) + s.dtr = False + s.rts = False + try: + return send_frame(s, panel_bytes, "calibration target") + finally: + s.close() + + +class ServerTargetDisplay(TargetDisplay): + """Upload + pin through a running hokku server.""" + + def __init__(self, base_url: str): + self.base_url = base_url.rstrip("/") + + def show(self, model: str, panel_bytes: bytes, png_path: Path) -> bool: + name = png_path.name + # Refuse to measure a target the server will re-dither: the tonal chain + # destroys flat patches and shifts the ramp off its known coverage. + try: + with urllib.request.urlopen(f"{self.base_url}/hokku/api/config", timeout=10) as r: + cfg = json.loads(r.read().decode()) + preset = json.dumps(cfg).count("calibration_raw") + if not preset: + print(" ! server is not using the `calibration_raw` preset.") + print(" Set it first, or the target will be dithered and the") + print(" measurements will describe the pipeline, not the panel.") + return False + except (urllib.error.URLError, TimeoutError, json.JSONDecodeError) as e: + print(f" ! could not read server config ({e}) — cannot verify the preset") + return False + + body = png_path.read_bytes() + req = urllib.request.Request( + f"{self.base_url}/hokku/api/upload", + data=body, + headers={"Content-Type": "application/octet-stream", "X-Filename": name}, + method="POST", + ) + try: + urllib.request.urlopen(req, timeout=60).read() + except urllib.error.HTTPError as e: + if e.code != 409: # already present is fine + print(f" ! upload failed: {e}") + return False + try: + urllib.request.urlopen( + urllib.request.Request( + f"{self.base_url}/hokku/api/show_next/{name}", method="POST" + ), + timeout=30, + ).read() + except urllib.error.HTTPError as e: + print(f" ! could not pin the target: {e}") + return False + input(" target queued — wait for the screen to refresh, then press Enter: ") + return True + + +class ManualTargetDisplay(TargetDisplay): + def show(self, model: str, panel_bytes: bytes, png_path: Path) -> bool: + print(f" put {png_path} on the {model} yourself (pixel-exact, no dithering).") + return ( + input(" press Enter when it is on the glass, or 's' to skip: ").strip().lower() != "s" + ) + + +def make_display(via: str, port: str, server: str) -> TargetDisplay: + return { + "serial": lambda: SerialTargetDisplay(port), + "server": lambda: ServerTargetDisplay(server), + "manual": lambda: ManualTargetDisplay(), + }[via]() + + +# ── The measurement loop ───────────────────────────────────────────────────── + + +def build_target(model: str, out_dir: Path): + """Generate the target for *model*; returns (manifest, panel_bytes, png_path).""" + display = DISPLAY_REGISTRY[model] + n_ink = int(display.palette_measured_rgb.shape[0]) + patches = color_target.plan_patches( + n_ink=n_ink, + include_ramp=True, + panel_w=display.panel_w, + panel_h=display.panel_h, + cols=5, + rows=3, + min_gutter=8, + ) + idx = color_target.build_index_raster(patches, display.panel_w, display.panel_h) + png = color_target.index_raster_to_png(idx, display) + + out_dir.mkdir(parents=True, exist_ok=True) + stem = out_dir / f"colorcal_{model}" + png.save(stem.with_suffix(".png")) + panel_bytes = display.indices_to_panel_bytes(idx) + stem.with_suffix(".bin").write_bytes(panel_bytes) + + mm = color_target._panel_mm(model, display.panel_w, display.panel_h) + px_mm = mm[0] / display.panel_w if mm else None + manifest = { + "model": model, + "panel_w": display.panel_w, + "panel_h": display.panel_h, + "ink_names": list(color_target.INK_NAMES[:n_ink]), + "palette_measured_rgb": display.palette_measured_rgb.tolist(), + "patches": [ + { + "order": p.order, + "name": p.name, + "kind": p.kind, + "ink_index": p.ink_index, + "black_fraction": p.black_fraction, + "row": p.row, + "col": p.col, + "x": p.x, + "y": p.y, + "w": p.w, + "h": p.h, + "actual_black_fraction": round(color_target.actual_black_fraction(idx, p), 6), + "center_px": list(p.center), + "patch_mm": round(p.w * px_mm, 1) if px_mm else None, + } + for p in patches + ], + } + stem.with_suffix(".json").write_text(json.dumps(manifest, indent=2), encoding="utf-8") + return manifest, panel_bytes, stem.with_suffix(".png") + + +def meter_patches(manifest: dict, instrument, illuminant: str) -> dict[str, list[float]]: + """Walk the patches in order, one reading each. Enter alone skips.""" + patches = manifest["patches"] + print() + print(f" metering {len(patches)} patches. Place the instrument squarely on each patch;") + print(" patches are ~29 mm and the aperture ~6 mm, so centring is forgiving.") + print(" Enter alone skips a patch; Ctrl-C stops and keeps what you have.") + print() + + taken: dict[str, Reading] = {} + try: + for p in patches: + label = ( + f"[{p['order']:>2}/{len(patches)}] {p['name']:<16} (row {p['row']} col {p['col']})" + ) + r = instrument.read(label) + if r is None: + print(" · skipped") + continue + taken[str(p["order"])] = r + except KeyboardInterrupt: + print("\n (stopped — analysing what was collected)") + + # Scale + white-point adaptation happen once the whole set is known. + finalise(list(taken.values()), illuminant) + return {k: np.asarray(v.xyz_d65).tolist() for k, v in taken.items()} + + +def analyse_absolute(manifest: dict, readings: dict) -> dict: + """Analysis for an absolute instrument — no white-reference normalisation. + + A reflective spectrophotometer already reports absolute colorimetry, so the + von Kries division color_read.normalise() performs for the colorimeter path + would be actively wrong here: it would re-reference everything to whatever + patch was chosen as white and throw away the absolute lightness the DRC + stage depends on. + """ + patches_by_order = {str(p["order"]): p for p in manifest["patches"]} + measured = {} + for order, xyz in readings.items(): + if order == "white_ref": + continue + lab = xyz_to_lab(np.asarray(xyz, dtype=float)) + measured[order] = { + "patch": patches_by_order[order], + "xyz": list(xyz), + "lab": lab.tolist(), + "rgb": np.rint(np.clip(color_read._lab_to_rgb(lab), 0, 255)).astype(int).tolist(), + } + return color_read.assemble(manifest, measured) + + +def run_one(model: str, args) -> bool: + print("=" * 74) + print(f" {model}") + print("=" * 74) + + out_dir = Path(args.out) + manifest, panel_bytes, png_path = build_target(model, out_dir) + side_mm = manifest["patches"][0].get("patch_mm") + print( + f" target: {len(manifest['patches'])} patches" + + (f", {side_mm:.0f} mm square" if side_mm else "") + ) + + readings_path = out_dir / f"readings_{model}.json" + + if args.replay: + readings = json.loads(Path(args.replay).read_text(encoding="utf-8"))["readings"] + print(f" replaying {len(readings)} readings from {args.replay}") + else: + display = make_display(args.via, args.port, args.server) + if not display.show(model, panel_bytes, png_path): + print(f" ! could not display the target on {model} — skipping") + return False + instrument = make_instrument(args.instrument, exe=args.spotread, illuminant=args.illuminant) + instrument.prepare() + try: + readings = meter_patches(manifest, instrument, args.illuminant) + finally: + instrument.close() + if not readings: + print(" ! no readings collected") + return False + readings_path.write_text( + json.dumps( + { + "model": model, + "instrument": args.instrument, + "illuminant": args.illuminant, + "absolute": True, + "stamped": time.strftime("%Y-%m-%d %H:%M:%S"), + "readings": readings, + }, + indent=2, + ), + encoding="utf-8", + ) + print(f"\n readings saved to {readings_path}") + + result = analyse_absolute(manifest, readings) + color_read.report(manifest, result, white_lab=D65_XYZ) # absolute: no caveat banner + return True + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser( + description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter + ) + g = ap.add_mutually_exclusive_group(required=True) + g.add_argument("--model", choices=sorted(DISPLAY_REGISTRY), help="one screen model") + g.add_argument("--all", action="store_true", help="every registered model, in turn") + ap.add_argument( + "--via", + default="serial", + choices=("serial", "server", "manual"), + help="how the target reaches the glass", + ) + ap.add_argument("--instrument", default="spotread", choices=("spotread", "manual")) + ap.add_argument("--spotread", default="spotread", help="path to the ArgyllCMS spotread binary") + ap.add_argument( + "--illuminant", + default="d50", + choices=("d50", "d65"), + help="white point the instrument reports (reflective meters default to D50)", + ) + ap.add_argument("--port", default="COM9", help="serial port, for --via serial") + ap.add_argument("--server", default="http://127.0.0.1:8080", help="for --via server") + ap.add_argument("--out", default="build/colorcal", help="output directory") + ap.add_argument("--replay", help="re-analyse a saved readings file instead of metering") + args = ap.parse_args(argv) + + models = sorted(DISPLAY_REGISTRY) if args.all else [args.model] + if args.all and args.replay: + raise SystemExit("--replay takes a single --model") + + ok = 0 + for i, model in enumerate(models): + via = args.via + if via == "serial" and model not in SERIAL_CAPABLE: + print(f"\n(note: {model} has no `frame` command — falling back to manual for it)") + args.via = "manual" + if run_one(model, args): + ok += 1 + args.via = via + if i + 1 < len(models): + input("\npress Enter for the next screen: ") + + print(f"\n{ok}/{len(models)} screen(s) measured") + return 0 if ok == len(models) else 1 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/tools/color_read.py b/tools/color_read.py index ff9217b3..bc64882b 100644 --- a/tools/color_read.py +++ b/tools/color_read.py @@ -200,6 +200,19 @@ def analyse(manifest: dict, readings: dict, white_lab: np.ndarray | None) -> dic "rgb": np.rint(np.clip(_lab_to_rgb(lab), 0, 255)).astype(int).tolist(), } + return assemble(manifest, measured) + + +def assemble(manifest: dict, measured: dict[str, dict]) -> dict: + """Derive palette anchors + tone response from already-normalised readings. + + Split out from analyse() because an absolute instrument (a reflective + spectrophotometer, which self-calibrates against its own white tile) needs + everything below but none of the white-reference normalisation above — + applying that division to absolute readings would re-reference them to a + chosen patch and throw away the absolute lightness the DRC stage needs. + See tools/color_calibrate.py. + """ # ── Ink anchors ───────────────────────────────────────────────────────── n_ink = len(manifest["palette_measured_rgb"]) anchors: list[dict | None] = [None] * n_ink diff --git a/tools/colorimeter.py b/tools/colorimeter.py new file mode 100644 index 00000000..85bbd891 --- /dev/null +++ b/tools/colorimeter.py @@ -0,0 +1,234 @@ +#!/usr/bin/env python3 +"""Instrument backends for panel colour measurement. + +Two kinds of meter reach this code and they differ in ways that matter: + +**Reflective spectrophotometer** (X-Rite ColorMunki Photo / Design, i1Studio, +i1Pro, Calibrite ColorChecker Studio). Has its own lamp and a 45°/0° head, so it +illuminates the sample itself, self-calibrates against a built-in white tile, and +reports *absolute* colorimetry. Nothing external is needed and the 45/0 geometry +rejects the specular reflection off the panel's front lamination — which is the +hardest thing to get right in a DIY rig. This is the good case. + +**Emissive colorimeter** (Calibrite ColorChecker Display, i1Display Pro). No +lamp. It can only report the light arriving at its aperture, so the sample must +be lit externally and every reading carries the lamp's brightness and colour +cast. Those are divided out against a white reference of known Lab elsewhere +(see color_read.normalise). Supported here only as the manual-paste path. + +The white-point trap +-------------------- +Reflective measurement is a *print* convention and instruments default to +**D50**. This codebase is sRGB/**D65** throughout — `dither_streaming.xyz_to_lab` +divides by the D65 white point, and every `palette_measured_rgb` value is an sRGB +triple. Feeding D50 XYZ into it silently shifts every anchor. + +So readings are converted with a Bradford chromatic adaptation before anything +downstream sees them. Prefer telling the instrument to report D65 directly; the +adaptation is the fallback for instruments (or vendor software) that will only +emit D50. +""" + +from __future__ import annotations + +import re +import shutil +import subprocess +from dataclasses import dataclass + +import numpy as np + +# CIE standard illuminants, XYZ normalised to Y = 1. +D50_XYZ = np.array([0.96422, 1.00000, 0.82521]) +D65_XYZ = np.array([0.95047, 1.00000, 1.08883]) + +# Bradford cone-response matrix — the standard basis for chromatic adaptation +# (ICC uses it for exactly this D50<->D65 problem). +_BRADFORD = np.array( + [ + [0.8951, 0.2664, -0.1614], + [-0.7502, 1.7135, 0.0367], + [0.0389, -0.0685, 1.0296], + ] +) + +_NUM = r"[-+]?\d*\.?\d+(?:[eE][-+]?\d+)?" + + +def bradford_adapt(xyz, src_white=D50_XYZ, dst_white=D65_XYZ) -> np.ndarray: + """Chromatically adapt XYZ from *src_white* to *dst_white*. + + Adapting a white point to itself is the identity, and adapting the source + white gives the destination white exactly — both pinned in the tests. + """ + xyz = np.asarray(xyz, dtype=float) + src_cone = _BRADFORD @ np.asarray(src_white, dtype=float) + dst_cone = _BRADFORD @ np.asarray(dst_white, dtype=float) + m = np.linalg.inv(_BRADFORD) @ np.diag(dst_cone / src_cone) @ _BRADFORD + return xyz @ m.T + + +def parse_xyz(text: str) -> np.ndarray | None: + """Pull an XYZ triple out of an instrument line, or None. + + Accepts a bare ``X Y Z`` triple and ArgyllCMS ``spotread`` result lines such + as ``Result is XYZ: 24.31 25.55 21.37, D50 Lab: ...`` — the XYZ is taken and + any Lab on the line ignored, because that Lab is against the instrument's + own white point and we do our own adaptation. + """ + text = text.strip() + if not text: + return None + m = re.search(rf"XYZ:?\s*({_NUM})[,\s]+({_NUM})[,\s]+({_NUM})", text, re.IGNORECASE) + if m: + return np.array([float(m.group(i)) for i in (1, 2, 3)]) + nums = re.findall(_NUM, text) + if len(nums) >= 3: + return np.array([float(n) for n in nums[:3]]) + return None + + +def detect_xyz_scale(readings: list[np.ndarray]) -> float: + """Return 100.0 if the readings look percent-scaled, else 1.0. + + Argyll reports reflective XYZ as percentages (white ~= 80-100); this + codebase works with Y = 1.0 for a perfect diffuser. Deciding per reading + would be wrong — a dark patch reads below 2 on either scale — so the whole + set is judged together by its brightest member. + """ + if not readings: + return 1.0 + return 100.0 if max(float(np.asarray(r)[1]) for r in readings) > 2.0 else 1.0 + + +@dataclass +class Reading: + xyz_d65: np.ndarray # adapted, Y = 1.0 for a perfect diffuser + raw: np.ndarray # exactly what the instrument said + source: str # "spotread" | "manual" + + +class Instrument: + """A source of tristimulus readings.""" + + name = "instrument" + + def prepare(self) -> None: + """Calibrate / warm up. Called once before the first patch.""" + + def read(self, label: str) -> Reading | None: + raise NotImplementedError + + def close(self) -> None: + pass + + +class ManualInstrument(Instrument): + """Operator reads the meter and pastes the numbers. + + Works with any instrument and any vendor software, and needs no driver + swap — which on Windows means it keeps working when ArgyllCMS's USB driver + would otherwise have to displace the X-Rite/Calibrite one. + """ + + name = "manual" + + def __init__(self, illuminant: str = "d50"): + self.illuminant = illuminant + + def read(self, label: str) -> Reading | None: + while True: + text = input(f" {label}: ") + if not text.strip(): + return None # skip + raw = parse_xyz(text) + if raw is None: + print(" ! could not parse — expected three numbers, or a spotread line") + continue + return Reading(xyz_d65=raw.copy(), raw=raw, source=self.name) + + +class SpotreadInstrument(Instrument): + """Drives ArgyllCMS ``spotread`` once per patch. + + One process per reading rather than a long-lived interactive session: the + interactive prompt flow differs between Argyll versions and instruments, and + a per-reading invocation is far easier to reason about and to recover from. + The cost is the instrument re-initialising each time, which is seconds. + + ``extra_args`` exists because the exact flags depend on the Argyll build and + the instrument. Reflective spot mode is spotread's default (``-e`` selects + emissive), so the common case needs nothing; ``-y`` and illuminant options + can be added here once the meter is in hand. + """ + + name = "spotread" + + def __init__( + self, + exe: str = "spotread", + extra_args: list[str] | None = None, + illuminant: str = "d50", + timeout_s: float = 120.0, + ): + self.exe = exe + self.extra_args = list(extra_args or []) + self.illuminant = illuminant + self.timeout_s = timeout_s + + def prepare(self) -> None: + if shutil.which(self.exe) is None: + raise SystemExit( + f"'{self.exe}' not found on PATH.\n" + "Install ArgyllCMS and make sure its bin/ is on PATH. On Windows the\n" + "instrument also needs Argyll's USB driver, which displaces the\n" + "X-Rite/Calibrite one — swap back if you want to use i1Profiler again." + ) + + def read(self, label: str) -> Reading | None: + cmd = [self.exe, *self.extra_args] + try: + # spotread takes a reading per newline on stdin and exits on 'q'. + proc = subprocess.run( + cmd, input="\nq\n", capture_output=True, text=True, timeout=self.timeout_s + ) + except subprocess.TimeoutExpired: + print(f" ! {self.exe} timed out after {self.timeout_s:.0f}s") + return None + out = (proc.stdout or "") + "\n" + (proc.stderr or "") + for line in out.splitlines(): + if "XYZ" in line.upper(): + raw = parse_xyz(line) + if raw is not None: + return Reading(xyz_d65=raw.copy(), raw=raw, source=self.name) + print(f" ! no XYZ in {self.exe} output; last lines:") + for line in out.strip().splitlines()[-4:]: + print(f" | {line}") + return None + + +def finalise(readings: list[Reading], illuminant: str) -> None: + """Scale to Y=1 and adapt to D65, in place, once the whole set is known. + + Deferred until every patch is read because the percent-vs-unit scale can + only be judged from the brightest reading in the set. + """ + if not readings: + return + scale = detect_xyz_scale([r.raw for r in readings]) + src_white = D50_XYZ if illuminant.lower() == "d50" else D65_XYZ + for r in readings: + xyz = np.asarray(r.raw, dtype=float) / scale + r.xyz_d65 = bradford_adapt(xyz, src_white, D65_XYZ) if illuminant.lower() == "d50" else xyz + + +def make_instrument(kind: str, **kw) -> Instrument: + if kind == "manual": + return ManualInstrument(illuminant=kw.get("illuminant", "d50")) + if kind == "spotread": + return SpotreadInstrument( + exe=kw.get("exe", "spotread"), + extra_args=kw.get("extra_args"), + illuminant=kw.get("illuminant", "d50"), + ) + raise ValueError(f"unknown instrument {kind!r}") From a0ebfa9221e0e31ac617d9c485e61ce96bc99152 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 13:29:52 -0500 Subject: [PATCH 04/40] feat(xr872): support flashing either A/B slot over USB, guarded by the active slot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The USB flasher could only write slot 0, so updating a unit already running Hokku firmware from slot 0 had no USB path at all — the only option was the network OTA, which needs a live console window to trigger and loses to the firmware's refresh lock ("OTA busy"). Writing slot 0 on such a unit would have destroyed the only known-good image. Generalise the write instead of copying it: slot0.py becomes slots.py, with flash_slot(f, img, slot=...) parameterised on the slot base, the region limit (slot 0 is bounded by the OTA cfg, slot 1 by sysinfo at 0x300000) and the fdcm raw-seq code. build_fdcm_seq0() becomes build_fdcm(seq). The validated sequence is unchanged: assert the bootloader header + F2 xz guard, sector-bounded erase, read-back verify, cfg flip last. Add the safety check BROM makes possible: the OTA cfg records which slot the bootloader would launch, so the active slot is knowable even though nothing is running. flash_slot now refuses to write it unless allow_active_slot=True. The bootstrap call sites (web GUI, f7_initial_flasher) pass that opt-in, since they deliberately replace a stock/OEM image for which a full-flash restore exists; behaviour there is unchanged. catch.py gains --slot/--allow-active-slot. The image is slot-agnostic: main.c derives its XIP bias as 0x13040 + boot_seq * 0x179000 at runtime, so the same bytes boot from either slot. Tests pin the slot argument at the bootstrap call sites so "writes slot 0" stays a checked property rather than a comment. Co-Authored-By: Claude Opus 5 (1M context) --- python/hokku/common/xr872/__init__.py | 2 +- python/hokku/common/xr872/catch.py | 68 +++-- python/hokku/common/xr872/slot0.py | 212 ---------------- python/hokku/common/xr872/slots.py | 280 +++++++++++++++++++++ python/hokku/screens/bigme_f7/bootstrap.py | 14 +- python/hokku/webserver/flask_app.py | 2 +- python/tests/test_flash_f7.py | 12 +- tools/f7_initial_flasher.py | 18 +- tools/flash_candidate_slot0_upgrade.py | 6 +- 9 files changed, 357 insertions(+), 257 deletions(-) delete mode 100644 python/hokku/common/xr872/slot0.py create mode 100644 python/hokku/common/xr872/slots.py diff --git a/python/hokku/common/xr872/__init__.py b/python/hokku/common/xr872/__init__.py index 857728b9..2e0d47ea 100644 --- a/python/hokku/common/xr872/__init__.py +++ b/python/hokku/common/xr872/__init__.py @@ -9,5 +9,5 @@ Safety (slot 0 + its A/B cfg sector only, bootloader and OEM slot 1 never touched, cfg flip written last, verify-or-abort) lives in -:func:`hokku.common.xr872.slot0.flash_slot0` and is unchanged by the move. +:func:`hokku.common.xr872.slots.flash_slot` and is unchanged by the move. """ diff --git a/python/hokku/common/xr872/catch.py b/python/hokku/common/xr872/catch.py index 1d2ed9f9..f681815b 100644 --- a/python/hokku/common/xr872/catch.py +++ b/python/hokku/common/xr872/catch.py @@ -1,19 +1,30 @@ #!/usr/bin/env python3 -"""Flash an A/B candidate into SLOT 0 by catching the BROM window on a power-cycle. - -Same SAFE slot-0 write as flash_candidate_slot0.py (bootloader + slot 1 preserved, -cfg flip is the last write), but a different way IN: instead of the `upgrade` console -command (which needs custom firmware already running), this keeps a tight 0x55 -mask-BROM sync blast running across CH340 re-enumerations. You LONG-PRESS the device -power button to power-cycle it; the BROM window opens in the ~1 s re-enumeration -blackout and this catches its tail. Retry the long-press until it lands. - -Use this when no custom firmware boots (e.g. slot 0 holds a broken candidate and -slot 1 holds the OEM, which does not answer `upgrade`). If the catch never lands, -the device simply boots the OEM again — no brick (slot 1 is always intact). +"""Flash an A/B candidate into a slot by catching the BROM window on a power-cycle. + +Same SAFE write as the `upgrade`-entry flasher (bootloader + the other slot +preserved, cfg flip is the last write), but a different way IN: instead of the +`upgrade` console command (which needs custom firmware already running AND a live +console window), this keeps a tight 0x55 mask-BROM sync blast running across CH340 +re-enumerations. You LONG-PRESS the device power button to power-cycle it; the BROM +window opens in the ~1 s re-enumeration blackout and this catches its tail. Retry +the long-press until it lands. + +Two situations this is the right tool for: + + * **Bootstrap** (`--slot 0 --allow-active-slot`) — no custom firmware boots (e.g. + slot 0 holds a broken candidate and slot 1 holds the OEM, which does not answer + `upgrade`). + * **Update** (`--slot 1`) — the unit runs Hokku firmware from slot 0 and we want + the new image in the inactive slot without going near the network. This needs + no console window, so it is immune to the few-second console lifetime and to + the firmware's "OTA busy" refresh lock. + +`flash_slot` refuses to write the slot the bootloader would actually launch unless +`--allow-active-slot` is given, so a wrong `--slot` aborts before the first erase. +If the catch never lands, the device simply boots what it booted before — no brick. Usage: - python tools/flash_candidate_slot0_catch.py [--port COM7] + python -m hokku.common.xr872.catch [--port COM7] [--slot 0|1] -> then LONG-PRESS the power button, repeatedly (~every 8 s) until it syncs. Ctrl-C to abort. """ @@ -26,7 +37,7 @@ import serial from hokku.common.xr872.flasher import SYNC_BYTE, SYNC_OK, XR872Flasher -from hokku.common.xr872.slot0 import flash_slot0 +from hokku.common.xr872.slots import flash_slot def ts() -> str: @@ -69,11 +80,23 @@ def main() -> int: ap = argparse.ArgumentParser() ap.add_argument("image") ap.add_argument("--port", default="COM7") + ap.add_argument( + "--slot", + type=int, + default=0, + choices=(0, 1), + help="target slot; refuses the currently-active slot unless --allow-active-slot", + ) + ap.add_argument( + "--allow-active-slot", + action="store_true", + help="permit overwriting the active slot (bootstrap over a stock/OEM image only)", + ) ap.add_argument("--reboot", action="store_true", help="sys_reboot after flashing") args = ap.parse_args() img = open(args.image, "rb").read() - print(f"catch-flash SLOT 0 <- {args.image} ({len(img)} B) on {args.port}") + print(f"catch-flash SLOT {args.slot} <- {args.image} ({len(img)} B) on {args.port}") print(">>> LONG-PRESS the device power button now, and repeat every ~8 s until it syncs. <<<") print(" (Ctrl-C to abort)\n") @@ -98,10 +121,17 @@ def main() -> int: if not f.sync(attempts=30, timeout_per=0.1): print(" command sync failed after trigger — keep long-pressing") continue - # Hand the synced handle to the validated safe slot-0 writer. - # flash_slot0 calls sys.exit(1) via die() on any safety failure, - # which leaves slot 1 (OEM) bootable — no brick. - flash_slot0(f, img, reboot=args.reboot) + # Hand the synced handle to the validated safe slot writer. + # flash_slot calls sys.exit(1) via die() on any safety failure + # — including targeting the active slot — which leaves the + # other slot bootable. No brick. + flash_slot( + f, + img, + slot=args.slot, + reboot=args.reboot, + allow_active_slot=args.allow_active_slot, + ) print(f"\n[{ts()}] DONE. Power-cycle / watch UART to see it boot.") return 0 finally: diff --git a/python/hokku/common/xr872/slot0.py b/python/hokku/common/xr872/slot0.py deleted file mode 100644 index 069f3b8b..00000000 --- a/python/hokku/common/xr872/slot0.py +++ /dev/null @@ -1,212 +0,0 @@ -#!/usr/bin/env python3 -"""Flash an A/B candidate image into SLOT 0 and point the OTA cfg at it — safely. - -Writes the app-chain of a built xr_system.img (everything from bl_size onward) to -the slot-0 app area at 0x8000 using 4 KB sector erase (so the shared bootloader at -0x0-0x8000 is never touched), then rewrites the 1-sector fdcm OTA cfg at 0x180000 to -seq 0 VERIFIED (sector-bounded erase, so slot 1 at 0x181000 is never touched). - -Safety (see the A/B rollback design notes): - * Asserts the live bootloader header: AWIH, bl_size==0x8000, ota_addr==0x180000, - ota_size==0x1000, and priv[2]>>16==0xFFFF (F2: img_xz_max_size INVALID, so the - bootloader's xz-decompress-into-slot-0 path stays disarmed). - * Read-back verifies the slot-0 app region AND the cfg before declaring success. - * The cfg flip is the LAST write, so any interruption leaves the device booting - whatever cfg said before (the live OEM in slot 1). USB BROM restore is the backstop. - * Never erases the bootloader block, slot 1, or the 0x300000 config partition. - -Usage: - python tools/flash_candidate_slot0.py [--port COM7] [--reboot] -""" - -import argparse -import contextlib -import struct -import sys -import time -from typing import NoReturn - -from hokku.common.xr872.flasher import ERASE_TYPE_4K, XR872Flasher, send_upgrade_command - -BL_SIZE = 0x8000 -OTA_ADDR = 0x180000 -OTA_SIZE = 0x1000 -SLOT0_APP = 0x8000 -SEC = 0x1000 -FDCM_ID = 0xA55A5AA5 -RAW_SEQ0 = 0x5555 -RAW_STATE_VERIFIED = 0x9669 - - -def build_fdcm_seq0() -> bytes: - """Fresh fdcm block selecting seq0/VERIFIED (matches ROM fdcm_rewrite), 512 B padded.""" - bitmap_size = (OTA_SIZE - 8 - 1) // (4 * 8 + 1) + 1 # == 124 for 4 KB / 4 B - blk = bytearray(b"\xff" * 512) - struct.pack_into(">= 1 - bit += 1 - break - off = 8 + bm + 4 * (bit - 1) - raw_seq, raw_st = struct.unpack_from(" NoReturn: - print(f"ABORT: {msg}") - sys.exit(1) - - -def flash_slot0(f, img, reboot=False): - """Safe A/B slot-0 write over an ALREADY-SYNCED BROM handle `f`. - - This is the validated write sequence (see module docstring): - assert the live bootloader header, 4 KB-erase + write the app-chain into slot 0, - read-back verify, then flip the 1-sector OTA cfg to seq0 VERIFIED as the LAST - write, preserving slot 1 (OEM). Callers differ only in how they enter BROM. - """ - app_chain = img[BL_SIZE:] - end = SLOT0_APP + len(app_chain) - if end > OTA_ADDR: - die(f"app-chain too big: ends 0x{end:x} >= ota 0x{OTA_ADDR:x}") - - if f.get_flash_id() is None: - die("BROM sync but GetFlashId failed") - - # --- read & validate the live bootloader header (F2 guard etc.) --- - sh = f.read_sector(0x0, 512) - if sh is None or sh[0:4] != b"AWIH": - die("bootloader header not AWIH") - bl_size = struct.unpack_from("> 8) & 0xFFFFFF - ota_addr = priv[1] - xz_max = priv[2] >> 16 - print( - f" bl_size=0x{bl_size:x} ota_addr=0x{ota_addr:x} ota_size=0x{ota_size:x} " - f"priv[2]=0x{priv[2]:08x} (img_xz_max=0x{xz_max:x})" - ) - if bl_size != BL_SIZE: - die(f"bl_size 0x{bl_size:x} != 0x{BL_SIZE:x}") - if ota_addr != OTA_ADDR: - die(f"ota_addr 0x{ota_addr:x} != 0x{OTA_ADDR:x}") - if ota_size != OTA_SIZE: - die(f"ota_size 0x{ota_size:x} != 0x{OTA_SIZE:x}") - if xz_max != 0xFFFF: - die(f"img_xz_max 0x{xz_max:x} != 0xFFFF — F2 xz path NOT disarmed") - print(" header OK; F2 xz-decompress path is disarmed.") - - # --- 1) 4 KB-erase slot-0 app region (bootloader at 0x0-0x8000 untouched) --- - erase_end = (end + SEC - 1) & ~(SEC - 1) - print( - f"[1] 4K-erase 0x{SLOT0_APP:x}..0x{erase_end:x} ({(erase_end - SLOT0_APP) // SEC} sectors)" - ) - for a in range(SLOT0_APP, erase_end, SEC): - if not f.erase_flash(a, ERASE_TYPE_4K): - die(f"4K erase failed @0x{a:x}") - - # --- 2) write app-chain at 0x8000 --- - print(f"[2] write app-chain @0x{SLOT0_APP:x}") - CHUNK = 0x4000 - for off in range(0, len(app_chain), CHUNK): - chunk = app_chain[off : off + CHUNK] - if len(chunk) % 512: - chunk = chunk + b"\xff" * (512 - len(chunk) % 512) - if not f.write_sector(SLOT0_APP + off, chunk): - die(f"write failed @0x{SLOT0_APP + off:x}") - # --- verify slot-0 readback --- - print("[3] verify slot-0 app region readback") - rb = b"" - for off in range(0, len(app_chain), 0x10000): - d = f.read_sector( - SLOT0_APP + off, min(0x10000, ((len(app_chain) - off + 511) // 512) * 512) - ) - if d is None: - die(f"readback failed @0x{SLOT0_APP + off:x}") - rb += d - if rb[: len(app_chain)] != app_chain: - die("slot-0 readback MISMATCH — candidate not written correctly") - print(" slot-0 verified byte-identical.") - - # --- 4) cfg -> seq0 (LAST write); sector-bounded erase spares slot1 --- - print(f"[4] cfg rewrite -> seq0 VERIFIED (4K-erase 0x{OTA_ADDR:x}, spares slot1 @0x181000)") - if not f.erase_flash(OTA_ADDR, ERASE_TYPE_4K): - die("cfg sector erase failed") - if not f.write_sector(OTA_ADDR, build_fdcm_seq0()): - die("cfg write failed") - cfg_sec = f.read_sector(OTA_ADDR, 512) - parsed = parse_cfg(cfg_sec) if cfg_sec else None - print( - f"[5] verify cfg readback -> (seq={parsed[0] if parsed else None}, verified={parsed[1] if parsed else None})" - ) - if parsed != (0, True): - die(f"cfg verify FAILED: {parsed} (expected seq0/VERIFIED) — NOT rebooting") - # confirm slot1 head still intact (not all-FF) - s1 = f.read_sector(0x181000, 512) - print(f" slot1 @0x181000 still present (AWIH={s1[0:4] == b'AWIH' if s1 else '?'})") - - print("\nSUCCESS: candidate in slot 0, cfg -> seq0 VERIFIED, slot 1 preserved.") - if reboot: - print("Rebooting (sys_reboot)...") - f.sys_reboot() - - -def main(): - ap = argparse.ArgumentParser() - ap.add_argument("image") - ap.add_argument("--port", default="COM7") - ap.add_argument("--reboot", action="store_true", help="sys_reboot after flashing") - args = ap.parse_args() - - img = open(args.image, "rb").read() - app_chain = img[BL_SIZE:] - end = SLOT0_APP + len(app_chain) - if end > OTA_ADDR: - die(f"app-chain too big: ends 0x{end:x} >= ota 0x{OTA_ADDR:x}") - print( - f"image {args.image}: {len(img)} B; app-chain 0x{SLOT0_APP:x}..0x{end:x} ({len(app_chain)} B)" - ) - _ = app_chain # (flash_slot0 recomputes from img; kept for the size print above) - - # Persistent BROM entry: retry `upgrade`+sync so we catch the device in a brief - # awake window (the OEM e-reader re-sleeps quickly). Give up after ~40 attempts. - f = None - for attempt in range(40): - with contextlib.suppress(Exception): - send_upgrade_command(args.port) - time.sleep(0.4) - with contextlib.suppress(Exception): - ftry = XR872Flasher(args.port) - if ftry.sync(attempts=4, timeout_per=0.25): - f = ftry - print(f"BROM sync OK (attempt {attempt + 1})") - break - ftry.close() - if f is None: - die("could not enter BROM after retries (keep the device awake and retry)") - - with f: - flash_slot0(f, img, reboot=args.reboot) - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/python/hokku/common/xr872/slots.py b/python/hokku/common/xr872/slots.py new file mode 100644 index 00000000..4098cdc9 --- /dev/null +++ b/python/hokku/common/xr872/slots.py @@ -0,0 +1,280 @@ +#!/usr/bin/env python3 +"""Flash an A/B candidate image into SLOT 0 or SLOT 1 and point the OTA cfg at it. + +Writes the app-chain of a built xr_system.img (everything from bl_size onward) into +the chosen slot's app area using 4 KB sector erase (so the shared bootloader at +0x0-0x8000 is never touched), then rewrites the 1-sector fdcm OTA cfg at 0x180000 to +that slot VERIFIED (sector-bounded erase, so the OTHER slot is never touched). + +Which slot to write is the caller's decision and it is a SAFETY decision: per the +repo flashing rules you MUST write the slot the device is NOT currently running +from, so a bad image falls back to a known-good one. `slot=0` is the bootstrap +case (a stock unit running the OEM image from slot 1); `slot=1` is the update case +(a unit already running Hokku firmware from slot 0). Passing the running slot +overwrites the only known-good image — this module cannot detect that on its own, +because in BROM the device is not running anything. + +Safety (see the A/B rollback design notes): + * Asserts the live bootloader header: AWIH, bl_size==0x8000, ota_addr==0x180000, + ota_size==0x1000, and priv[2]>>16==0xFFFF (F2: img_xz_max_size INVALID, so the + bootloader's xz-decompress-into-slot-0 path stays disarmed). + * Bounds the erase to the target slot's own region, so slot 0 can never run into + the OTA cfg and slot 1 can never run into sysinfo at 0x300000. + * Read-back verifies the slot app region AND the cfg before declaring success. + * The cfg flip is the LAST write, so any interruption leaves the device booting + whatever cfg said before (the untouched other slot). USB BROM restore is the backstop. + * Never erases the bootloader block, the other slot, or the 0x300000+ partitions. + +The image itself is slot-agnostic: firmware/bigme_f7/main.c derives its XIP bias as +0x13040 + boot_seq * 0x179000 at runtime, so the same bytes boot from either slot. + +Usage: + python tools/flash_candidate_slot0.py [--port COM7] [--slot 0|1] [--reboot] +""" + +import argparse +import contextlib +import struct +import sys +import time +from typing import NoReturn + +from hokku.common.xr872.flasher import ERASE_TYPE_4K, XR872Flasher, send_upgrade_command + +BL_SIZE = 0x8000 +OTA_ADDR = 0x180000 +OTA_SIZE = 0x1000 +SLOT0_APP = 0x8000 +SLOT1_APP = 0x181000 +SYSINFO_ADDR = 0x300000 +SEC = 0x1000 +FDCM_ID = 0xA55A5AA5 +RAW_SEQ0 = 0x5555 +RAW_SEQ1 = 0xAAAA +RAW_STATE_VERIFIED = 0x9669 + +# Per-slot app base and the first address the slot may NOT touch. Slot 0 is bounded +# by the OTA cfg sector, slot 1 by sysinfo (PRJCONF_SYSINFO_ADDR). +SLOT_APP = {0: SLOT0_APP, 1: SLOT1_APP} +SLOT_LIMIT = {0: OTA_ADDR, 1: SYSINFO_ADDR} +RAW_SEQ = {0: RAW_SEQ0, 1: RAW_SEQ1} + + +def build_fdcm(seq: int = 0) -> bytes: + """Fresh fdcm block selecting seq/VERIFIED (matches ROM fdcm_rewrite), 512 B padded.""" + if seq not in RAW_SEQ: + raise ValueError(f"seq must be 0 or 1, got {seq!r}") + bitmap_size = (OTA_SIZE - 8 - 1) // (4 * 8 + 1) + 1 # == 124 for 4 KB / 4 B + blk = bytearray(b"\xff" * 512) + struct.pack_into(">= 1 + bit += 1 + break + off = 8 + bm + 4 * (bit - 1) + raw_seq, raw_st = struct.unpack_from(" NoReturn: + print(f"ABORT: {msg}") + sys.exit(1) + + +def flash_slot(f, img, slot=0, reboot=False, allow_active_slot=False): + """Safe A/B slot write over an ALREADY-SYNCED BROM handle `f`. + + This is the validated write sequence (see module docstring): assert the live + bootloader header, 4 KB-erase + write the app-chain into the target slot, + read-back verify, then flip the 1-sector OTA cfg to that seq VERIFIED as the + LAST write, preserving the other slot. Callers differ only in how they enter + BROM and which slot they target. + + By default this REFUSES to write the slot the bootloader would currently + launch. In BROM the device is not running, but the OTA cfg still records which + slot it would boot, so the active slot is knowable and overwriting it — which + destroys the only known-good image — is caught before the first erase. + + `allow_active_slot=True` opts out, and is correct only for bootstrap-style + writes where the "active" image is a stock/OEM one being deliberately replaced + and a full-flash restore image exists. + """ + if slot not in SLOT_APP: + die(f"slot must be 0 or 1, got {slot!r}") + app_addr = SLOT_APP[slot] + limit = SLOT_LIMIT[slot] + other_addr = SLOT_APP[1 - slot] + app_chain = img[BL_SIZE:] + end = app_addr + len(app_chain) + if end > limit: + die(f"app-chain too big for slot {slot}: ends 0x{end:x} >= 0x{limit:x}") + + if f.get_flash_id() is None: + die("BROM sync but GetFlashId failed") + + # --- A/B pre-flight: which slot would the bootloader launch right now? --- + cfg_before = f.read_sector(OTA_ADDR, 512) + active = parse_cfg(cfg_before) if cfg_before else None + active_seq = active[0] if active else None + print(f" A/B cfg says active slot = {active_seq}; target slot = {slot}") + if active_seq == slot: + msg = ( + f"target slot {slot} is the ACTIVE slot — writing it would destroy the " + f"only known-good image (no A/B fallback)" + ) + if not allow_active_slot: + die(f"{msg}. Refusing; pass allow_active_slot=True only if intended.") + print(f" WARNING: {msg}; proceeding because allow_active_slot=True.") + + # --- read & validate the live bootloader header (F2 guard etc.) --- + sh = f.read_sector(0x0, 512) + if sh is None or sh[0:4] != b"AWIH": + die("bootloader header not AWIH") + bl_size = struct.unpack_from("> 8) & 0xFFFFFF + ota_addr = priv[1] + xz_max = priv[2] >> 16 + print( + f" bl_size=0x{bl_size:x} ota_addr=0x{ota_addr:x} ota_size=0x{ota_size:x} " + f"priv[2]=0x{priv[2]:08x} (img_xz_max=0x{xz_max:x})" + ) + if bl_size != BL_SIZE: + die(f"bl_size 0x{bl_size:x} != 0x{BL_SIZE:x}") + if ota_addr != OTA_ADDR: + die(f"ota_addr 0x{ota_addr:x} != 0x{OTA_ADDR:x}") + if ota_size != OTA_SIZE: + die(f"ota_size 0x{ota_size:x} != 0x{OTA_SIZE:x}") + if xz_max != 0xFFFF: + die(f"img_xz_max 0x{xz_max:x} != 0xFFFF — F2 xz path NOT disarmed") + print(" header OK; F2 xz-decompress path is disarmed.") + + # --- 1) 4 KB-erase the target slot's app region (bootloader untouched) --- + erase_end = (end + SEC - 1) & ~(SEC - 1) + print(f"[1] 4K-erase 0x{app_addr:x}..0x{erase_end:x} ({(erase_end - app_addr) // SEC} sectors)") + for a in range(app_addr, erase_end, SEC): + if not f.erase_flash(a, ERASE_TYPE_4K): + die(f"4K erase failed @0x{a:x}") + + # --- 2) write app-chain at the slot base --- + print(f"[2] write app-chain @0x{app_addr:x}") + CHUNK = 0x4000 + for off in range(0, len(app_chain), CHUNK): + chunk = app_chain[off : off + CHUNK] + if len(chunk) % 512: + chunk = chunk + b"\xff" * (512 - len(chunk) % 512) + if not f.write_sector(app_addr + off, chunk): + die(f"write failed @0x{app_addr + off:x}") + # --- verify slot readback --- + print(f"[3] verify slot-{slot} app region readback") + rb = b"" + for off in range(0, len(app_chain), 0x10000): + d = f.read_sector(app_addr + off, min(0x10000, ((len(app_chain) - off + 511) // 512) * 512)) + if d is None: + die(f"readback failed @0x{app_addr + off:x}") + rb += d + if rb[: len(app_chain)] != app_chain: + die(f"slot-{slot} readback MISMATCH — candidate not written correctly") + print(f" slot-{slot} verified byte-identical.") + + # --- 4) cfg -> seq (LAST write); sector-bounded erase spares the other slot --- + print( + f"[4] cfg rewrite -> seq{slot} VERIFIED (4K-erase 0x{OTA_ADDR:x}, " + f"spares slot{1 - slot} @0x{other_addr:x})" + ) + if not f.erase_flash(OTA_ADDR, ERASE_TYPE_4K): + die("cfg sector erase failed") + if not f.write_sector(OTA_ADDR, build_fdcm(slot)): + die("cfg write failed") + cfg_sec = f.read_sector(OTA_ADDR, 512) + parsed = parse_cfg(cfg_sec) if cfg_sec else None + print( + f"[5] verify cfg readback -> (seq={parsed[0] if parsed else None}, verified={parsed[1] if parsed else None})" + ) + if parsed != (slot, True): + die(f"cfg verify FAILED: {parsed} (expected seq{slot}/VERIFIED) — NOT rebooting") + # confirm the other slot's head is still intact (not all-FF) + so = f.read_sector(other_addr, 512) + print( + f" slot{1 - slot} @0x{other_addr:x} still present " + f"(AWIH={so[0:4] == b'AWIH' if so else '?'})" + ) + + print( + f"\nSUCCESS: candidate in slot {slot}, cfg -> seq{slot} VERIFIED, slot {1 - slot} preserved." + ) + if reboot: + print("Rebooting (sys_reboot)...") + f.sys_reboot() + + +def main(): + ap = argparse.ArgumentParser() + ap.add_argument("image") + ap.add_argument("--port", default="COM7") + ap.add_argument( + "--slot", + type=int, + default=0, + choices=(0, 1), + help="target slot; MUST be the slot the device is NOT running from", + ) + ap.add_argument("--reboot", action="store_true", help="sys_reboot after flashing") + args = ap.parse_args() + + img = open(args.image, "rb").read() + app_chain = img[BL_SIZE:] + app_addr = SLOT_APP[args.slot] + end = app_addr + len(app_chain) + if end > SLOT_LIMIT[args.slot]: + die( + f"app-chain too big for slot {args.slot}: ends 0x{end:x} >= 0x{SLOT_LIMIT[args.slot]:x}" + ) + print( + f"image {args.image}: {len(img)} B; app-chain -> slot {args.slot} " + f"0x{app_addr:x}..0x{end:x} ({len(app_chain)} B)" + ) + _ = app_chain # (flash_slot recomputes from img; kept for the size print above) + + # Persistent BROM entry: retry `upgrade`+sync so we catch the device in a brief + # awake window (the OEM e-reader re-sleeps quickly). Give up after ~40 attempts. + f = None + for attempt in range(40): + with contextlib.suppress(Exception): + send_upgrade_command(args.port) + time.sleep(0.4) + with contextlib.suppress(Exception): + ftry = XR872Flasher(args.port) + if ftry.sync(attempts=4, timeout_per=0.25): + f = ftry + print(f"BROM sync OK (attempt {attempt + 1})") + break + ftry.close() + if f is None: + die("could not enter BROM after retries (keep the device awake and retry)") + + with f: + flash_slot(f, img, slot=args.slot, reboot=args.reboot) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/python/hokku/screens/bigme_f7/bootstrap.py b/python/hokku/screens/bigme_f7/bootstrap.py index ad108310..a08fc69d 100644 --- a/python/hokku/screens/bigme_f7/bootstrap.py +++ b/python/hokku/screens/bigme_f7/bootstrap.py @@ -7,7 +7,7 @@ ``0x55`` straight through the BROM sync window — a plain long-press drops the port and misses it). -Safety is inherited unchanged from ``flash_slot0``: only slot 0 + its A/B cfg sector +Safety is inherited unchanged from ``flash_slot``: only slot 0 + its A/B cfg sector are written, the bootloader and OEM slot 1 are never touched, the cfg flip is the last write, and any header/verify failure aborts via ``die()`` (which we surface as an error) leaving slot 1 bootable. Nothing here relaxes those checks. @@ -41,7 +41,7 @@ def tooling_available() -> bool: try: import serial # noqa: F401, PLC0415 - from hokku.common.xr872 import catch, flasher, slot0 # noqa: F401, PLC0415 + from hokku.common.xr872 import catch, flasher, slots # noqa: F401, PLC0415 except ImportError: return False return True @@ -111,9 +111,9 @@ def _import_tools(): from hokku.common.xr872.catch import hammer_sync, open_stable # noqa: PLC0415 from hokku.common.xr872.flasher import XR872Flasher, send_upgrade_command # noqa: PLC0415 - from hokku.common.xr872.slot0 import flash_slot0 # noqa: PLC0415 + from hokku.common.xr872.slots import flash_slot # noqa: PLC0415 - return flash_slot0, hammer_sync, open_stable, XR872Flasher, send_upgrade_command, serial + return flash_slot, hammer_sync, open_stable, XR872Flasher, send_upgrade_command, serial def _software_entry(port, writer, should_cancel, XR872Flasher, send_upgrade_command, attempts): @@ -303,7 +303,7 @@ def bootstrap_device( if not tooling_available(): raise RuntimeError("Bigme F7 flash tooling (tools/) is not present on this install") ( - flash_slot0, + flash_slot, hammer_sync, open_stable, XR872Flasher, @@ -341,7 +341,7 @@ def bootstrap_device( else: on_line("*** BROM entered via `upgrade` — writing firmware (do NOT unplug now) ***") - # Write. flash_slot0 prints its own progress and raises SystemExit via die() on + # Write. flash_slot prints its own progress and raises SystemExit via die() on # ANY safety-check failure, which leaves slot 1 (OEM) bootable. reboot=False: # sys_reboot only re-enters BROM on this chip, so the operator power-cycles. had_existing_cfg = False @@ -349,7 +349,7 @@ def bootstrap_device( try: on_line(f"Writing {Path(image_path).name} -> slot 0 (do NOT unplug now)...") with contextlib.redirect_stdout(writer): - flash_slot0(f, img, reboot=False) + flash_slot(f, img, slot=0, reboot=False, allow_active_slot=True) writer.flush() except SystemExit as e: writer.flush() diff --git a/python/hokku/webserver/flask_app.py b/python/hokku/webserver/flask_app.py index 739d2d10..4a414446 100644 --- a/python/hokku/webserver/flask_app.py +++ b/python/hokku/webserver/flask_app.py @@ -1377,7 +1377,7 @@ def api_flash_start_f7(): """Bootstrap a fresh Bigme F7 (XR872) into Hokku firmware over USB. Catches the mask-BROM (the operator power-cycles with a USB replug + power - press) and writes slot 0 via the same validated ``flash_slot0`` — bootloader + press) and writes slot 0 via the same validated ``flash_slot`` — bootloader and OEM slot 1 untouched. Wi-Fi/config are provisioned afterward over the device console, not here. Progress polls the shared ``/flash/status``.""" if not bigme_bootstrap.tooling_available(): diff --git a/python/tests/test_flash_f7.py b/python/tests/test_flash_f7.py index 8147850d..af3499af 100644 --- a/python/tests/test_flash_f7.py +++ b/python/tests/test_flash_f7.py @@ -281,14 +281,16 @@ def test_software_entry_honors_cancel(): def _stub_import_tools(monkeypatch, flash_records): - def fake_flash_slot0(f, img, reboot=False): - flash_records.append(reboot) + def fake_flash_slot(f, img, slot=0, reboot=False, allow_active_slot=False): + # Record the slot too: bootstrap targets a STOCK unit running the OEM from + # slot 1, so writing slot 0 is what keeps the OEM fallback intact. + flash_records.append((slot, reboot)) monkeypatch.setattr(bigme_bootstrap, "tooling_available", lambda: True) monkeypatch.setattr( bigme_bootstrap, "_import_tools", - lambda: (fake_flash_slot0, None, None, object(), lambda p: None, None), + lambda: (fake_flash_slot, None, None, object(), lambda p: None, None), ) @@ -310,7 +312,7 @@ def _catch(*a, **k): lines: list[str] = [] result = bigme_bootstrap.bootstrap_device("COM7", img, lines.append, lambda: False) assert result == {"ok": True} - assert records == [False] # flash_slot0 called once, reboot=False + assert records == [(0, False)] # flash_slot called once: slot 0, reboot=False assert catch_calls["n"] == 0 # never fell back to the manual catch assert fake_f.closed is True assert any("upgrade" in ln for ln in lines) @@ -334,7 +336,7 @@ def _catch(*a, **k): lines: list[str] = [] result = bigme_bootstrap.bootstrap_device("COM7", img, lines.append, lambda: False) assert result == {"ok": True} - assert records == [False] + assert records == [(0, False)] assert catch_calls["n"] == 1 # fell back to the manual catch assert any("stock unit" in ln.lower() for ln in lines) diff --git a/tools/f7_initial_flasher.py b/tools/f7_initial_flasher.py index 03a57c05..ed12b4ed 100644 --- a/tools/f7_initial_flasher.py +++ b/tools/f7_initial_flasher.py @@ -9,12 +9,12 @@ Modes: - pure-python (DEFAULT) — catch the BROM via the replug+press, then flash_slot0. + pure-python (DEFAULT) — catch the BROM via the replug+press, then flash_slot. Writes ONLY slot0 (our app-chain) + the A/B cfg; NEVER erases the bootloader or slot1. Portable (works on a Pi). No PhoenixMC. --phoenixmc — fallback: the vendor GUI tool catches the BROM (Windows-only), then - is killed to free the port and the in-BROM device is handed to flash_slot0. + is killed to free the port and the in-BROM device is handed to flash_slot. --full — fallback: PhoenixMC full-erase + write of a composed 4 MB image (OEM base + our app in slot0 + cfg -> seq0). Proven, but a full erase @@ -45,7 +45,7 @@ from hokku.common.xr872.catch import hammer_sync, open_stable # noqa: E402 from hokku.common.xr872.flasher import XR872Flasher # noqa: E402 -from hokku.common.xr872.slot0 import BL_SIZE, OTA_ADDR, build_fdcm_seq0, flash_slot0 # noqa: E402 +from hokku.common.xr872.slots import BL_SIZE, OTA_ADDR, build_fdcm, flash_slot # noqa: E402 FLASH_SIZE = 0x400000 SLOT0_APP = BL_SIZE # 0x8000 @@ -68,7 +68,7 @@ def _catch_python(image: pathlib.Path, port: str) -> int: Catches the XR872 mask-BROM by hammering 0x55 on an already-open CH340 port while the user does a USB **replug + power press** (the replug brings the port up first, so there's no re-enumeration gap to miss — a plain long-press drops - the port and fails). Then hands the in-BROM device to the proven flash_slot0.""" + the port and fails). Then hands the in-BROM device to the proven flash_slot.""" img = image.read_bytes() if img[:4] != b"AWIH": raise SystemExit("image is not an AWIH xr_system.img") @@ -98,7 +98,7 @@ def _catch_python(image: pathlib.Path, port: str) -> int: continue # sys_reboot leaves the XR872 in BROM, so reboot=False and let the # user power-cycle (a clean power-on is what actually boots the app). - flash_slot0(f, img, reboot=False) + flash_slot(f, img, slot=0, reboot=False, allow_active_slot=True) print("\nDONE (pure-Python)." + PROVISION_HELP) return 0 finally: @@ -164,11 +164,11 @@ def _surgical(image: pathlib.Path, port: str) -> int: "stayed in BROM). Re-run with `--full ` for the composed full-flash." ) with f: - # flash_slot0 validates the live OEM bootloader header, writes only the + # flash_slot validates the live OEM bootloader header, writes only the # app-chain into slot0, read-back verifies, flips the cfg to seq0 LAST, and # leaves the bootloader + slot1 untouched. reboot=False: sys_reboot only # re-enters BROM here, so the user power-cycles to boot the app. - flash_slot0(f, img, reboot=False) + flash_slot(f, img, slot=0, reboot=False, allow_active_slot=True) print("\nDONE (surgical)." + PROVISION_HELP) return 0 @@ -185,7 +185,7 @@ def _compose_bootstrap(oem_path: pathlib.Path, image: pathlib.Path) -> bytes: raise SystemExit(f"app-chain too big: ends 0x{SLOT0_APP + len(app):x} >= 0x{OTA_ADDR:x}") oem[SLOT0_APP:OTA_ADDR] = b"\xff" * (OTA_ADDR - SLOT0_APP) oem[SLOT0_APP : SLOT0_APP + len(app)] = app - oem[OTA_ADDR:OTA_SECTOR_END] = build_fdcm_seq0() + b"\xff" * (0x1000 - 512) + oem[OTA_ADDR:OTA_SECTOR_END] = build_fdcm(0) + b"\xff" * (0x1000 - 512) return bytes(oem) # bootloader 0x0-0x8000 kept -> ota_addr stays 0x180000 @@ -242,7 +242,7 @@ def main() -> int: ap.add_argument( "--phoenixmc", action="store_true", - help="fallback: PhoenixMC catches BROM, then hand off to flash_slot0 (Windows-only)", + help="fallback: PhoenixMC catches BROM, then hand off to flash_slot (Windows-only)", ) ap.add_argument( "--full", diff --git a/tools/flash_candidate_slot0_upgrade.py b/tools/flash_candidate_slot0_upgrade.py index ff95fde3..26f10322 100644 --- a/tools/flash_candidate_slot0_upgrade.py +++ b/tools/flash_candidate_slot0_upgrade.py @@ -24,7 +24,7 @@ sys.path.insert(0, str(pathlib.Path(__file__).resolve().parents[1] / "python")) from _dump_bigme_f7 import enter_brom -from hokku.common.xr872.slot0 import flash_slot0 +from hokku.common.xr872.slots import flash_slot def main() -> int: @@ -45,9 +45,9 @@ def main() -> int: print(f"BROM ready on {port}. Running safe slot-0 write...") try: - # flash_slot0 exits(1) via die() on any safety-check failure, leaving + # flash_slot exits(1) via die() on any safety-check failure, leaving # slot 1 (OEM) bootable — no brick. - flash_slot0(f, img, reboot=args.reboot) + flash_slot(f, img, slot=0, reboot=args.reboot) finally: f.close() print("\nDONE. Long-press to cold-boot into slot 0, then watch UART.") From dc3e2b3765fd8b62a3fcd5056f5b3f66e2abf8a1 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 13:52:27 -0500 Subject: [PATCH 05/40] fix(xr872): parse the whole OTA cfg sector, and prefer upgrade-entry for slot writes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit parse_cfg() crashed with struct.error on a real device. fdcm appends a new 4-byte entry per rewrite rather than updating in place, so this unit — flashed and OTA'd many times — had ~140 used entries and its live one sat at offset 684. Every existing caller only ever parsed a cfg we had just written ourselves (one entry, at offset 132), so a 512-byte read always sufficed and the bug stayed latent until the new active-slot pre-flight became the first caller to parse the LIVE cfg. Read OTA_SIZE (4 KB) instead of 512 at both call sites, and make parse_cfg return None on a short/empty buffer rather than raising, so a truncated read can never be mistaken for a valid answer. Rename flash_candidate_slot0_upgrade.py -> f7_flash_slot.py and give it --slot/--allow-active-slot. Its `upgrade`-console BROM entry is the route to prefer: it needs no USB replug, is unaffected by the firmware's "OTA busy" refresh lock, and never touches the network. Measured twice at ~2 s to sync with no button press. Correct catch.py's instructions, which claimed a long-press triggers the BROM catch. It does not: a long-press drops the CH340 for ~1.1 s and the window closes before the port reopens. The trigger is unplug -> replug -> short-press. Also record the diagnosis, since this cost a 14-minute failed attempt: the loop prints "waiting for port" only when the port actually drops, so a log of nothing but "hammering 0x55" means the cable is not being unplugged — not that the timing is off. Verified on hardware: slot 1 written and read back byte-identical, cfg -> seq1 VERIFIED, slot 0 preserved (AWIH intact). Co-Authored-By: Claude Opus 5 (1M context) --- python/hokku/common/xr872/catch.py | 29 ++++++--- python/hokku/common/xr872/slots.py | 29 +++++++-- tools/colorimeter.py | 75 ++++++++++++++++++----- tools/f7_flash_slot.py | 83 ++++++++++++++++++++++++++ tools/flash_candidate_slot0_upgrade.py | 58 ------------------ 5 files changed, 186 insertions(+), 88 deletions(-) create mode 100644 tools/f7_flash_slot.py delete mode 100644 tools/flash_candidate_slot0_upgrade.py diff --git a/python/hokku/common/xr872/catch.py b/python/hokku/common/xr872/catch.py index f681815b..50e0e26b 100644 --- a/python/hokku/common/xr872/catch.py +++ b/python/hokku/common/xr872/catch.py @@ -4,10 +4,19 @@ Same SAFE write as the `upgrade`-entry flasher (bootloader + the other slot preserved, cfg flip is the last write), but a different way IN: instead of the `upgrade` console command (which needs custom firmware already running AND a live -console window), this keeps a tight 0x55 mask-BROM sync blast running across CH340 -re-enumerations. You LONG-PRESS the device power button to power-cycle it; the BROM -window opens in the ~1 s re-enumeration blackout and this catches its tail. Retry -the long-press until it lands. +console window), this keeps a tight 0x55 mask-BROM sync blast running on an already- +open CH340 port. + +**The trigger is UNPLUG USB -> REPLUG USB -> SHORT-PRESS power. Not a long-press.** +The replug brings the CH340 port up *first*, so this loop already holds the port open +and hammers straight through the BROM sync window. A long-press instead drops the +CH340 for ~1.1 s and the window closes before the port can re-open — so it never +lands, no matter how many times it is repeated. + +Diagnosing a catch that never lands: this loop prints "waiting for port..." only when +the port actually drops. If the log shows ONLY "hammering 0x55" lines, the cable is +not being physically unplugged. That absence is the tell — it is not a timing problem +and repeating the press will not help. Two situations this is the right tool for: @@ -25,7 +34,7 @@ Usage: python -m hokku.common.xr872.catch [--port COM7] [--slot 0|1] - -> then LONG-PRESS the power button, repeatedly (~every 8 s) until it syncs. + -> then UNPLUG USB, REPLUG USB, and SHORT-PRESS power; repeat until it syncs. Ctrl-C to abort. """ @@ -97,7 +106,7 @@ def main() -> int: img = open(args.image, "rb").read() print(f"catch-flash SLOT {args.slot} <- {args.image} ({len(img)} B) on {args.port}") - print(">>> LONG-PRESS the device power button now, and repeat every ~8 s until it syncs. <<<") + print(">>> UNPLUG USB -> REPLUG USB -> SHORT-PRESS power. Repeat until it syncs. <<<") print(" (Ctrl-C to abort)\n") last_status = 0.0 @@ -107,19 +116,21 @@ def main() -> int: ser = open_stable(args.port) except (serial.SerialException, OSError): if time.monotonic() - last_status > 3: - print(f"[{ts()}] waiting for port... LONG-PRESS the button") + print(f"[{ts()}] waiting for port... replug USB, then short-press") last_status = time.monotonic() continue try: if time.monotonic() - last_status > 3: - print(f"[{ts()}] hammering 0x55 — keep long-pressing") + print( + f'[{ts()}] hammering 0x55 — if you never see "waiting for port", the cable is not being unplugged' + ) last_status = time.monotonic() if hammer_sync(ser, duration=2.0): print(f"\n[{ts()}] *** BROM SYNC — establishing command channel ***") f = XR872Flasher(ser=ser, verbose=False) if not f.sync(attempts=30, timeout_per=0.1): - print(" command sync failed after trigger — keep long-pressing") + print(" command sync failed after trigger — retry the replug+press") continue # Hand the synced handle to the validated safe slot writer. # flash_slot calls sys.exit(1) via die() on any safety failure diff --git a/python/hokku/common/xr872/slots.py b/python/hokku/common/xr872/slots.py index 4098cdc9..322c35cc 100644 --- a/python/hokku/common/xr872/slots.py +++ b/python/hokku/common/xr872/slots.py @@ -11,8 +11,9 @@ from, so a bad image falls back to a known-good one. `slot=0` is the bootstrap case (a stock unit running the OEM image from slot 1); `slot=1` is the update case (a unit already running Hokku firmware from slot 0). Passing the running slot -overwrites the only known-good image — this module cannot detect that on its own, -because in BROM the device is not running anything. +overwrites the only known-good image, so `flash_slot` reads the A/B cfg up front +and refuses unless `allow_active_slot=True`. The device is not executing in BROM, +but the cfg still records which slot it *would* launch — so this is knowable. Safety (see the A/B rollback design notes): * Asserts the live bootloader header: AWIH, bl_size==0x8000, ota_addr==0x180000, @@ -28,8 +29,11 @@ The image itself is slot-agnostic: firmware/bigme_f7/main.c derives its XIP bias as 0x13040 + boot_seq * 0x179000 at runtime, so the same bytes boot from either slot. -Usage: - python tools/flash_candidate_slot0.py [--port COM7] [--slot 0|1] [--reboot] +Usage (both drive this module; they differ only in how they enter BROM): + python tools/f7_flash_slot.py [--slot 0|1] [--reboot] + -> `upgrade` console entry. Preferred: no replug, no OTA lock. + python -m hokku.common.xr872.catch [--port COM7] [--slot 0|1] + -> 0x55 mask-BROM catch. Needs unplug -> replug -> short-press. """ import argparse @@ -73,6 +77,15 @@ def build_fdcm(seq: int = 0) -> bytes: def parse_cfg(sector: bytes): + """Decode an fdcm OTA cfg sector -> (seq, verified), or None if unreadable. + + Pass the WHOLE sector (OTA_SIZE bytes). fdcm appends a new 4-byte entry per + rewrite rather than rewriting in place, so a device that has been flashed or + OTA'd many times carries hundreds of used entries and the live one sits far + past the first 512 bytes. A short read silently truncates the entry we need. + """ + if len(sector) < 8: + return None idc, bm, ds = struct.unpack_from(">= 1 bit += 1 break + if bit == 0: + return None # no used entry off = 8 + bm + 4 * (bit - 1) + if off + 4 > len(sector): + return None # truncated read — caller passed less than the full sector raw_seq, raw_st = struct.unpack_from(" (seq={parsed[0] if parsed else None}, verified={parsed[1] if parsed else None})" diff --git a/tools/colorimeter.py b/tools/colorimeter.py index 85bbd891..3baf8fbd 100644 --- a/tools/colorimeter.py +++ b/tools/colorimeter.py @@ -34,7 +34,9 @@ import re import shutil import subprocess +import tempfile from dataclasses import dataclass +from pathlib import Path import numpy as np @@ -156,23 +158,45 @@ class SpotreadInstrument(Instrument): a per-reading invocation is far easier to reason about and to recover from. The cost is the instrument re-initialising each time, which is seconds. - ``extra_args`` exists because the exact flags depend on the Argyll build and - the instrument. Reflective spot mode is spotread's default (``-e`` selects - emissive), so the common case needs nothing; ``-y`` and illuminant options - can be added here once the meter is in hand. + Flags below are verified against a real ColorMunki Photo with ArgyllCMS + 3.5.0, not guessed: + + ``-O`` do ONE calibration-or-measurement and exit. This is the whole + reason the driven path works: spotread's interactive loop reads + the **console** directly, not stdin, so piped keystrokes never + reach it. -O sidesteps the loop entirely. + ``-N`` skip auto-calibration. The instrument keeps its calibration + between invocations, so calibrate once up front and every + subsequent read starts immediately. + ``-i D65`` compute XYZ under D65 rather than spotread's D50 default. + This is what lets us skip chromatic adaptation altogether — + bradford_adapt() stays available but is not in the path. + (Note spotread still *prints* "D50 Lab" without -w; that label + is ignored, parse_xyz takes the XYZ.) + + **No trigger is needed.** Once the instrument has been calibrated once, + ``-O`` measures immediately and exits — verified on hardware with two + back-to-back reads agreeing to 0.03 dE. The operator only has to place the + meter on a patch; the software does the rest. (The interactive prompt does + accept "instrument switch or any other key", but -O never reaches it.) + + Because timing is ours, a caller can cheaply average several reads per + patch — at that repeatability it is nearly free accuracy. """ name = "spotread" + DEFAULT_ARGS = ("-O", "-N", "-i", "D65") + def __init__( self, exe: str = "spotread", extra_args: list[str] | None = None, - illuminant: str = "d50", + illuminant: str = "d65", timeout_s: float = 120.0, ): self.exe = exe - self.extra_args = list(extra_args or []) + self.extra_args = list(extra_args) if extra_args is not None else list(self.DEFAULT_ARGS) self.illuminant = illuminant self.timeout_s = timeout_s @@ -186,15 +210,36 @@ def prepare(self) -> None: ) def read(self, label: str) -> Reading | None: - cmd = [self.exe, *self.extra_args] - try: - # spotread takes a reading per newline on stdin and exits on 'q'. - proc = subprocess.run( - cmd, input="\nq\n", capture_output=True, text=True, timeout=self.timeout_s - ) - except subprocess.TimeoutExpired: - print(f" ! {self.exe} timed out after {self.timeout_s:.0f}s") - return None + # Log to a file rather than scraping stdout: with a logfile argument + # spotread writes a clean tab-separated "reading X Y Z L* a* b*" row, + # which is far more robust than parsing prose. Verified on hardware. + with tempfile.TemporaryDirectory() as td: + logfile = Path(td) / "reading.txt" + cmd = [self.exe, *self.extra_args, str(logfile)] + try: + # -O measures once and exits on its own — no trigger needed once + # the instrument has been calibrated. stdin is closed here only + # because -O never reaches the interactive prompt. + proc = subprocess.run(cmd, capture_output=True, text=True, timeout=self.timeout_s) + except subprocess.TimeoutExpired: + print(f" ! {self.exe} timed out after {self.timeout_s:.0f}s") + return None + + if logfile.exists(): + for line in logfile.read_text(encoding="utf-8", errors="replace").splitlines(): + parts = line.split() + # "1 X Y Z L* a* b*" — skip the header row. + if len(parts) >= 4 and parts[0].isdigit(): + try: + return Reading( + xyz_d65=np.array([float(v) for v in parts[1:4]]), + raw=np.array([float(v) for v in parts[1:4]]), + source=self.name, + ) + except ValueError: + pass + + # Fall back to stdout scraping if the logfile route produced nothing. out = (proc.stdout or "") + "\n" + (proc.stderr or "") for line in out.splitlines(): if "XYZ" in line.upper(): diff --git a/tools/f7_flash_slot.py b/tools/f7_flash_slot.py new file mode 100644 index 00000000..c5f6101a --- /dev/null +++ b/tools/f7_flash_slot.py @@ -0,0 +1,83 @@ +#!/usr/bin/env python3 +"""Flash an A/B candidate into a slot, entering BROM via the `upgrade` console path. + +Reuses the PROVEN-RELIABLE BROM entry from _dump_bigme_f7.enter_brom(): find the +CH340 by VID/PID, send `upgrade\\n` to the running firmware's console (the OEM boot +console accepts it -> SYS_UPDATE flag -> watchdog-reset into BROM), then BROM-sync; +retry in a persistent loop (survives re-enumeration and sleep). Once synced it drives +the same SAFE write as the catch flasher (bootloader + the other slot preserved; +cfg flip is the last write; read-back verified). + +**Prefer this over the 0x55 power-cycle catch.** It does not depend on catching a +sub-second mask-BROM window, and — unlike the catch — it needs no USB replug. It +also has nothing to do with the `ota` command, so the firmware's "OTA busy" refresh +lock cannot block it, and it never touches the network. + +Slot choice is a SAFETY decision: write the slot the device is NOT running from. +`--slot 1` is the update case for a unit running Hokku firmware from slot 0. +flash_slot reads the A/B cfg first and refuses the active slot on its own. + +Usage: + python tools/f7_flash_slot.py [--slot 0|1] [--reboot] + -> if the device is asleep, LONG-PRESS the power button to boot it; the console + comes up for a few seconds and entry is automatic from there. Repeat if the + first window is missed. Ctrl-C to abort. +""" + +import argparse +import pathlib +import sys + +sys.path.insert(0, str(pathlib.Path(__file__).resolve().parents[1] / "python")) + +from _dump_bigme_f7 import enter_brom +from hokku.common.xr872.slots import flash_slot + + +def main() -> int: + ap = argparse.ArgumentParser() + ap.add_argument("image") + ap.add_argument( + "--slot", + type=int, + default=0, + choices=(0, 1), + help="target slot; refuses the currently-active slot unless --allow-active-slot", + ) + ap.add_argument( + "--allow-active-slot", + action="store_true", + help="permit overwriting the active slot (bootstrap over a stock/OEM image only)", + ) + ap.add_argument("--reboot", action="store_true", help="sys_reboot after flashing") + ap.add_argument("--timeout", type=float, default=300.0, help="BROM-entry deadline (s)") + args = ap.parse_args() + + img = open(args.image, "rb").read() + print(f"upgrade-entry flash SLOT {args.slot} <- {args.image} ({len(img)} B)") + + result = enter_brom(overall_timeout=args.timeout) + if result is None: + print("ABORT: timed out entering BROM (keep the device awake / press the button).") + return 1 + f, port = result + print(f"BROM ready on {port}. Running safe slot-{args.slot} write...") + + try: + # flash_slot exits(1) via die() on any safety-check failure — including + # targeting the active slot — leaving the other slot bootable. No brick. + flash_slot( + f, + img, + slot=args.slot, + reboot=args.reboot, + allow_active_slot=args.allow_active_slot, + ) + finally: + f.close() + print(f"\nDONE. Long-press to cold-boot into slot {args.slot}, then watch UART.") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/tools/flash_candidate_slot0_upgrade.py b/tools/flash_candidate_slot0_upgrade.py deleted file mode 100644 index 26f10322..00000000 --- a/tools/flash_candidate_slot0_upgrade.py +++ /dev/null @@ -1,58 +0,0 @@ -#!/usr/bin/env python3 -"""Flash an A/B candidate into SLOT 0, entering BROM via the `upgrade` console path. - -Reuses the PROVEN-RELIABLE BROM entry from _dump_bigme_f7.enter_brom(): find the -CH340 by VID/PID, send `upgrade\\n` to the running firmware's console (the OEM boot -console accepts it -> SYS_UPDATE flag -> watchdog-reset into BROM), then BROM-sync; -retry in a persistent loop (survives re-enumeration and sleep). Once synced it drives -the exact same SAFE slot-0 write as flash_candidate_slot0.py (bootloader + slot 1 -preserved; cfg flip is the last write). - -Use this instead of the 0x55 power-cycle catch: it does not depend on catching a -sub-second mask-BROM window across a full CH340 power-cycle. - -Usage: - python tools/flash_candidate_slot0_upgrade.py [--reboot] - -> if the device is asleep, press the button once to wake it; entry is automatic. - Ctrl-C to abort. -""" - -import argparse -import pathlib -import sys - -sys.path.insert(0, str(pathlib.Path(__file__).resolve().parents[1] / "python")) - -from _dump_bigme_f7 import enter_brom -from hokku.common.xr872.slots import flash_slot - - -def main() -> int: - ap = argparse.ArgumentParser() - ap.add_argument("image") - ap.add_argument("--reboot", action="store_true", help="sys_reboot after flashing") - ap.add_argument("--timeout", type=float, default=300.0, help="BROM-entry deadline (s)") - args = ap.parse_args() - - img = open(args.image, "rb").read() - print(f"upgrade-entry flash SLOT 0 <- {args.image} ({len(img)} B)") - - result = enter_brom(overall_timeout=args.timeout) - if result is None: - print("ABORT: timed out entering BROM (keep the device awake / press the button).") - return 1 - f, port = result - print(f"BROM ready on {port}. Running safe slot-0 write...") - - try: - # flash_slot exits(1) via die() on any safety-check failure, leaving - # slot 1 (OEM) bootable — no brick. - flash_slot(f, img, slot=0, reboot=args.reboot) - finally: - f.close() - print("\nDONE. Long-press to cold-boot into slot 0, then watch UART.") - return 0 - - -if __name__ == "__main__": - sys.exit(main()) From 466bf1f7f7208c7a9a9edb4832734c29f7b42e0a Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 14:17:02 -0500 Subject: [PATCH 06/40] fix(f7_send_frame): drain the READY line, and wait past log lines for REFRESHED MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First run of `frame` against real hardware (1.2.11), and both bugs were in the host client, not the firmware. 1. `! no ACK after 0 B (got b'\n')`. _read_line() returns on the FIRST of \r or \n and leaves its partner queued, so the stray byte from the READY line was read as chunk 0's ACK and every upload aborted immediately. Drain the buffer after parsing READY; safe because the device sends nothing between READY and the ACK for a chunk we have not written yet. 2. `! expected REFRESHED, got 'hokku: frame received ... - refreshing'`. The device emits an hlog line between DONE and REFRESHED, and hlog can interleave at any moment, but the client tested a single line and declared failure. A 192000 B upload that had fully succeeded was reported as failed — and a caller retrying on that false negative repainted the panel four more times (18 s and a full ~30 s refresh each). Read until REFRESHED, treat ABORTED as a real failure, and surface anything else as device output. Verified on hardware: 192000 B at 10.3 KiB/s, CRC 0xF1BAD87D matched device-side. Co-Authored-By: Claude Opus 5 (1M context) --- tools/f7_send_frame.py | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/tools/f7_send_frame.py b/tools/f7_send_frame.py index acefd5ed..b39d209f 100644 --- a/tools/f7_send_frame.py +++ b/tools/f7_send_frame.py @@ -128,6 +128,13 @@ def send_frame(s: serial.Serial, data: bytes, label: str, verbose: bool = True) print(f" ! chunk size mismatch: device {chunk}, host {CHUNK_BYTES}") return False + # Drop whatever is still buffered from the READY line before the first chunk. + # _read_line() returns on the FIRST of \r or \n, so its partner is still queued + # and would otherwise be read as chunk 0's ACK — which fails as `got b'\n'` on + # the very first chunk. Safe here: the device sends nothing between READY and + # the ACK for a chunk we have not written yet. + s.reset_input_buffer() + sent = 0 t0 = time.monotonic() while sent < total: @@ -160,12 +167,26 @@ def send_frame(s: serial.Serial, data: bytes, label: str, verbose: bool = True) if verbose: print(f" CRC OK (0x{dev_crc:08X}) — refreshing panel (~30 s)") - line = _read_line(s, timeout_s=REFRESH_TIMEOUT_S) - if not line.startswith(REFRESHED): - print(f" ! expected REFRESHED, got {line!r}") + # Keep reading until REFRESHED rather than testing a single line. The device + # writes an hlog line ("hokku: frame received ... — refreshing") between DONE + # and REFRESHED, and hlog can interleave at any moment, so a one-shot read + # reports failure for an upload that actually succeeded — the panel then gets + # needlessly repainted by a retry. + deadline = time.monotonic() + REFRESH_TIMEOUT_S + while time.monotonic() < deadline: + line = _read_line(s, timeout_s=max(0.1, deadline - time.monotonic())) + if line.startswith(REFRESHED): + if verbose: + print(" REFRESHED") + break + if "ABORTED" in line: + print(f" ! device aborted the refresh: {line!r}") + return False + if line and verbose: + print(f" (device: {line})") + else: + print(f" ! no REFRESHED within {REFRESH_TIMEOUT_S:.0f}s") return False - if verbose: - print(" REFRESHED") return True From 43b3d5d74069f20343e9b4e3a04431b1ca3be47d Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 14:44:35 -0500 Subject: [PATCH 07/40] feat(colorcal): measure a panel with a fixed meter, and record the F7 results MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The grid target assumes the operator re-aims the instrument at each of 15 patches. A spectrophotometer resting on the glass cannot be moved without disturbing the geometry it measures, so invert it: the meter stays clamped and the PANEL changes, one full-screen field at a time. color_measure_f7.py uploads each field over USB (`frame`, never HTTP), waits for REFRESHED, and reads. color_target.fullscreen_sequence() builds the 13 fields off the same BAYER_8 and palette indices as build_index_raster, so a level here and the corresponding grid patch are the identical pattern at identical coverage. Ramp coverage is exact to 0.00e+00 on all seven levels. Two robustness fixes the first hardware run forced: * colorimeter: redirect spotread to FILES, not pipes. capture_output=True makes subprocess.run wait for the pipes to close, and the ColorMunki driver's background switch-monitor thread can hold those handles open after measuring — so the call blocked on a reading that had already succeeded (the meter visibly took both readings; the second never returned). The reading is parsed from the logfile, so the pipes were pure risk. On timeout, still try the logfile. * color_measure_f7: preflight one reading before displaying anything. A power-cycled ColorMunki has no stored calibration, so spotread forces one that fails the same way for every field — 13 uploads and 13 ~30 s refreshes to learn nothing. Instrument timeout 45 s, since a calibrated read takes ~1.5 s. Results (docs/screens/bigme_f7/measurements/): paper-white Y=37.8 %, black Y=1.18 %, contrast 31.9:1. Tone response is strongly non-linear — a 50 % dither renders like 71 % coverage (dot gain +0.209, dL* 10.3), a classic arch that a gain or exposure shift cannot fix. White-normalised ink anchors differ from palette_measured_rgb by mean dE76 13.4 (worst 24.4, red), with chroma positive almost everywhere: the real inks are more saturated than the palette assumes. Data is one unit and one session; caveats recorded alongside the numbers. Co-Authored-By: Claude Opus 5 (1M context) --- docs/screens/bigme_f7/measurements/README.md | 76 ++++ .../measurements/f7_panel_2026-08-08.json | 372 ++++++++++++++++++ tools/color_measure_f7.py | 194 +++++++++ tools/color_target.py | 35 ++ tools/colorimeter.py | 40 +- 5 files changed, 712 insertions(+), 5 deletions(-) create mode 100644 docs/screens/bigme_f7/measurements/README.md create mode 100644 docs/screens/bigme_f7/measurements/f7_panel_2026-08-08.json create mode 100644 tools/color_measure_f7.py diff --git a/docs/screens/bigme_f7/measurements/README.md b/docs/screens/bigme_f7/measurements/README.md new file mode 100644 index 00000000..2d57d0fd --- /dev/null +++ b/docs/screens/bigme_f7/measurements/README.md @@ -0,0 +1,76 @@ +# Bigme F7 panel measurements + +Instrument readings taken off real glass. Raw data lives here so a later analysis +can be re-run without repeating a physical session. + +## `f7_panel_2026-08-08.json` + +First absolute-colorimetry run on the F7. X-Rite ColorMunki Photo (s/n 2017853) +via ArgyllCMS 3.5.0 `spotread -O -N -i D65`, reflective 45°/0°, instrument +calibrated against its internal white tile immediately before the run. + +Method: the meter was **clamped in one position** on the glass and never moved. +Each measurement field therefore fills the WHOLE panel — 6 flat inks, then 7 +Bayer levels at exactly k/8 black coverage — uploaded one at a time over USB with +the `frame` protocol (`tools/color_measure_f7.py`). This is the meter-can't-move +counterpart to the hand-aimed grid in `color_target.py`; it removes patch-aiming +as an error source entirely. Firmware 1.2.11, poll URL parked so nothing could +repaint mid-run. + +XYZ is percent-scaled (Y=100 for a perfect diffuser), two readings per field +except `ramp 5/8` which has one — the second lost the instrument to a transient +`Communications failure` and was not retried. Repeatability across held-still +reads was ~0.4 %, so a single reading there is not a material loss. + +### Results + +Paper-white is **Y = 37.8 % (L\* 67.9)** and black **Y = 1.18 %** — a contrast +ratio of **31.9 : 1**. That is the physical ceiling: nothing the render pipeline +does can produce a brighter white or a deeper black than the ink itself. + +**Tone response is strongly non-linear.** The dither pipeline assumes palette +inks mix linearly by area. They do not: + +| nominal | measured Y% | linear Y% | effective coverage | dot gain | ΔL\* | +|--------:|------------:|----------:|-------------------:|---------:|-----:| +| 0.125 | 30.38 | 33.21 | 0.202 | +0.077 | 2.3 | +| 0.250 | 23.99 | 28.63 | 0.377 | +0.127 | 4.4 | +| 0.375 | 17.47 | 24.06 | 0.555 | +0.180 | 7.3 | +| 0.500 | 11.84 | 19.48 | 0.709 | **+0.209** | 10.3 | +| 0.625 | 8.87 | 14.91 | 0.790 | +0.165 | 9.8 | +| 0.750 | 6.28 | 10.33 | 0.861 | +0.111 | 8.3 | +| 0.875 | 3.67 | 5.76 | 0.932 | +0.057 | 6.3 | + +A 50 % dither renders like **71 %** ink coverage — ΔL\* ≈ 10, far above any +just-noticeable threshold. The curve is the classic dot-gain arch, largest in the +mid-tones and closing at both ends, so it cannot be corrected by a gain or an +exposure shift; it needs an inverse-transfer LUT applied before quantisation. + +**Ink anchors disagree with `palette_measured_rgb`.** Comparing absolute +measurements to the palette directly is invalid — the palette encodes a rendering +intent with white near sRGB white, while paper-white here is L\* 67.9. After +white-normalising (so the panel's own white maps to the palette's white), the +remaining error is hue and chroma: + +| ink | palette sRGB | measured, normalised | ΔE76 | Δchroma | +|---|---|---|---:|---:| +| black | (31, 34, 38) | (45, 30, 53) | 15.5 | +14.1 | +| white | (185, 199, 201) | (185, 199, 201) | 0.0 | — | +| yellow | (193, 187, 30) | (205, 199, 0) | 12.7 | +11.9 | +| red | (98, 32, 30) | (142, 30, 23) | 24.4 | +22.4 | +| blue | (35, 63, 142) | (13, 93, 170) | 15.2 | −2.7 | +| green | (53, 86, 58) | (41, 108, 82) | 12.6 | +6.7 | + +Mean ΔE76 13.4, worst 24.4 on red. Δchroma is positive almost everywhere: the +real inks are **more saturated** than the palette assumes, red substantially so. + +### Caveats before acting on this + +- **One unit, one session.** Panel-to-panel spread is unmeasured, so treat these + as this screen's numbers, not the model's, until a second unit is run. +- **The meter rested on the glass.** 45°/0° geometry rejects the specular + component, which is the right way round, but contact pressure on a flexible + panel can shift the surface slightly. Unquantified. +- Changing `palette_measured_rgb` moves every rendered image. The dot-gain + correction and the anchor update are separate changes and should be evaluated + separately — applying both at once makes a regression impossible to attribute. diff --git a/docs/screens/bigme_f7/measurements/f7_panel_2026-08-08.json b/docs/screens/bigme_f7/measurements/f7_panel_2026-08-08.json new file mode 100644 index 00000000..c2290b65 --- /dev/null +++ b/docs/screens/bigme_f7/measurements/f7_panel_2026-08-08.json @@ -0,0 +1,372 @@ +{ + "model": "bigme_f7", + "fields": [ + { + "name": "black", + "kind": "ink", + "coverage": null, + "raw": [ + [ + 1.476531, + 1.182486, + 2.427921 + ], + [ + 1.478429, + 1.18479, + 2.432986 + ] + ], + "xyz_d65": [ + [ + 0.01476531, + 0.01182486, + 0.02427921 + ], + [ + 0.01478429, + 0.0118479, + 0.024329860000000002 + ] + ] + }, + { + "name": "white", + "kind": "ink", + "coverage": null, + "raw": [ + [ + 34.781993, + 37.78857, + 43.273086 + ], + [ + 34.764529, + 37.773159, + 43.277379 + ] + ], + "xyz_d65": [ + [ + 0.34781993, + 0.3778857, + 0.43273086 + ], + [ + 0.34764529000000005, + 0.37773159, + 0.43277379000000005 + ] + ] + }, + { + "name": "yellow", + "kind": "ink", + "coverage": null, + "raw": [ + [ + 31.065408, + 36.753977, + 4.725524 + ], + [ + 31.001691, + 36.673364, + 4.722963 + ] + ], + "xyz_d65": [ + [ + 0.31065408, + 0.36753977, + 0.047255240000000004 + ], + [ + 0.31001691000000003, + 0.36673363999999997, + 0.04722963 + ] + ] + }, + { + "name": "red", + "kind": "ink", + "coverage": null, + "raw": [ + [ + 8.017995, + 4.591995, + 1.009714 + ], + [ + 8.028716, + 4.597188, + 1.007596 + ] + ], + "xyz_d65": [ + [ + 0.08017995000000001, + 0.04591995, + 0.01009714 + ], + [ + 0.08028716, + 0.04597188, + 0.01007596 + ] + ] + }, + { + "name": "blue", + "kind": "ink", + "coverage": null, + "raw": [ + [ + 7.766862, + 7.435715, + 27.071498 + ], + [ + 7.780114, + 7.450983, + 27.114657 + ] + ], + "xyz_d65": [ + [ + 0.07766862, + 0.07435715, + 0.27071498 + ], + [ + 0.07780114, + 0.07450983, + 0.27114657000000003 + ] + ] + }, + { + "name": "green", + "kind": "ink", + "coverage": null, + "raw": [ + [ + 5.27962, + 8.008232, + 6.680752 + ], + [ + 5.291113, + 8.023526, + 6.697854 + ] + ], + "xyz_d65": [ + [ + 0.0527962, + 0.08008232, + 0.06680752 + ], + [ + 0.05291113, + 0.08023526, + 0.06697854 + ] + ] + }, + { + "name": "ramp 1/8", + "kind": "ramp", + "coverage": 0.125, + "raw": [ + [ + 28.097599, + 30.384522, + 36.545383 + ], + [ + 28.085536, + 30.374398, + 36.536019 + ] + ], + "xyz_d65": [ + [ + 0.28097599, + 0.30384522, + 0.36545383000000004 + ], + [ + 0.28085536, + 0.30374397999999997, + 0.36536019000000003 + ] + ] + }, + { + "name": "ramp 2/8", + "kind": "ramp", + "coverage": 0.25, + "raw": [ + [ + 22.350449, + 24.050554, + 30.390058 + ], + [ + 22.237577, + 23.927006, + 30.302238 + ] + ], + "xyz_d65": [ + [ + 0.22350449, + 0.24050554000000002, + 0.30390058 + ], + [ + 0.22237577000000003, + 0.23927005999999998, + 0.30302238 + ] + ] + }, + { + "name": "ramp 3/8", + "kind": "ramp", + "coverage": 0.375, + "raw": [ + [ + 16.372876, + 17.46492, + 23.653201 + ], + [ + 16.372299, + 17.465504, + 23.664413 + ] + ], + "xyz_d65": [ + [ + 0.16372876000000003, + 0.1746492, + 0.23653201 + ], + [ + 0.16372299, + 0.17465503999999998, + 0.23664413 + ] + ] + }, + { + "name": "ramp 4/8", + "kind": "ramp", + "coverage": 0.5, + "raw": [ + [ + 11.266382, + 11.840399, + 17.494266 + ], + [ + 11.26896, + 11.842915, + 17.498537 + ] + ], + "xyz_d65": [ + [ + 0.11266382, + 0.11840399, + 0.17494266 + ], + [ + 0.1126896, + 0.11842915, + 0.17498537 + ] + ] + }, + { + "name": "ramp 5/8", + "kind": "ramp", + "coverage": 0.625, + "raw": [ + [ + 8.54031, + 8.874175, + 13.312255 + ] + ], + "xyz_d65": [ + [ + 0.0854031, + 0.08874175, + 0.13312255 + ] + ] + }, + { + "name": "ramp 6/8", + "kind": "ramp", + "coverage": 0.75, + "raw": [ + [ + 6.159431, + 6.276188, + 9.655668 + ], + [ + 6.163464, + 6.27894, + 9.664866 + ] + ], + "xyz_d65": [ + [ + 0.06159431, + 0.06276188, + 0.09655668 + ], + [ + 0.061634640000000004, + 0.06278940000000001, + 0.09664866 + ] + ] + }, + { + "name": "ramp 7/8", + "kind": "ramp", + "coverage": 0.875, + "raw": [ + [ + 3.762595, + 3.664634, + 5.988113 + ], + [ + 3.765359, + 3.666093, + 5.991337 + ] + ], + "xyz_d65": [ + [ + 0.03762595, + 0.03664634, + 0.059881130000000005 + ], + [ + 0.03765359, + 0.03666093, + 0.059913369999999994 + ] + ] + } + ] +} \ No newline at end of file diff --git a/tools/color_measure_f7.py b/tools/color_measure_f7.py new file mode 100644 index 00000000..f8f67a9d --- /dev/null +++ b/tools/color_measure_f7.py @@ -0,0 +1,194 @@ +#!/usr/bin/env python3 +"""Measure a Bigme F7 panel with the meter CLAMPED IN ONE PLACE. + +The grid target in ``color_target.py`` assumes the operator re-aims the +instrument at each of 15 patches. A spectrophotometer resting on the glass +cannot be moved without disturbing the geometry it is measuring — and moving it +between readings is exactly what makes a session unrepeatable. So this flips the +problem: the meter stays put and the PANEL changes, one full-screen field at a +time. + +Each field is uploaded over USB with the `frame` protocol (never HTTP — see +AGENTS.md), the panel refreshes, and one reading is taken. 13 fields: six flat +inks, then seven Bayer levels at k/8 black coverage. Roughly a minute each, +fully unattended once it starts. + +Output is a JSON manifest+readings pair that ``color_read.assemble()`` consumes, +so the analysis path is shared with the hand-aimed grid route. + +Usage: + python tools/color_measure_f7.py --port COM10 --out build/colorcal/f7_run.json + python tools/color_measure_f7.py --port COM10 --dry-run # no instrument +""" + +from __future__ import annotations + +import argparse +import json +import sys +import time +from pathlib import Path + +import serial + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from color_target import fullscreen_sequence +from colorimeter import finalise, make_instrument +from f7_send_frame import send_frame +from hokku.screens.bigme_f7.bootstrap import _open_console +from hokku.screens.registry import DISPLAY_REGISTRY + + +def catch_console(port: str, deadline_s: float): + """Poll until the firmware console answers, or give up. + + The console only lives a few seconds per wake unless the unit is pinned with + `cfg power awake`, which is why this polls rather than opening once. + """ + end = time.monotonic() + deadline_s + while time.monotonic() < end: + s = _open_console(port, serial) + if s is not None: + return s + time.sleep(0.7) + return None + + +def upload_with_retry(s, data: bytes, label: str, attempts: int, gap_s: float) -> bool: + """Send one frame, retrying while the device's refresh lock is held. + + `frame` takes a try-lock and REFUSES rather than queueing, so a single + attempt loses to any refresh already in flight. + """ + for i in range(1, attempts + 1): + s.reset_input_buffer() + if send_frame(s, data, label): + return True + if i < attempts: + print(f" retrying ({i}/{attempts - 1})...", flush=True) + time.sleep(gap_s) + return False + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument("--port", default="COM10", help="serial port of the F7 console") + ap.add_argument("--model", default="bigme_f7", choices=sorted(DISPLAY_REGISTRY)) + ap.add_argument("--out", type=Path, default=Path("build/colorcal/f7_measure.json")) + ap.add_argument("--instrument", default="spotread", choices=("spotread", "manual")) + ap.add_argument("--repeats", type=int, default=2, help="readings averaged per field") + ap.add_argument("--settle-s", type=float, default=3.0, help="pause after REFRESHED") + ap.add_argument("--console-timeout", type=float, default=900.0) + # A calibrated ColorMunki answers in ~1.5 s, so anything past a few seconds is + # a hang, not slowness. The 120 s library default would burn ~26 min of dead + # wait across 13 fields x 2 reads if it recurred. + ap.add_argument("--instrument-timeout", type=float, default=45.0) + ap.add_argument("--dry-run", action="store_true", help="display the fields, take no readings") + args = ap.parse_args(argv) + + display = DISPLAY_REGISTRY[args.model] + fields = fullscreen_sequence(display) + print(f"{len(fields)} full-screen fields on {args.model} ({display.panel_w}x{display.panel_h})") + + instrument = None + if not args.dry_run: + instrument = make_instrument(args.instrument) + instrument.prepare() + print(f"instrument: {instrument.name}") + # Take one throwaway reading before touching the panel. A ColorMunki that + # has been power-cycled has no stored calibration, so spotread forces a + # calibration that fails unless the dial is in the white-tile position — + # and it fails the SAME way for all 13 fields. Without this check that is + # 13 uploads and 13 full ~30 s panel refreshes to learn nothing. + print("preflight: taking one reading to prove the instrument answers...", flush=True) + if instrument.read("preflight") is None: + print( + "\nABORT: the instrument did not return a reading.\n" + " Most likely it needs calibrating: put the dial in the CALIBRATION\n" + " position, let it calibrate, then return it to MEASUREMENT position\n" + " on the glass and re-run. Nothing was displayed or changed." + ) + return 1 + print("preflight OK", flush=True) + + print(f"catching console on {args.port}...", flush=True) + s = catch_console(args.port, args.console_timeout) + if s is None: + print("ABORT: console never answered. Long-press the power button and re-run.") + return 1 + + results: list[dict] = [] + readings = [] + try: + for n, (name, kind, coverage, idx) in enumerate(fields, 1): + data = display.indices_to_panel_bytes(idx) + print(f"\n[{n}/{len(fields)}] {name}", flush=True) + if not upload_with_retry(s, data, name, attempts=6, gap_s=8.0): + print(f" ! could not display {name} — skipping (no reading taken)") + results.append( + {"name": name, "kind": kind, "coverage": coverage, "error": "upload"} + ) + continue + + if args.dry_run: + results.append({"name": name, "kind": kind, "coverage": coverage}) + continue + + # Let the panel settle: e-paper keeps creeping briefly after the + # driver reports done, and a reading taken too early is measurably + # off on the dark inks. + time.sleep(args.settle_s) + + assert instrument is not None + got = [] + for r in range(args.repeats): + reading = instrument.read(f"{name} #{r + 1}") + if reading is None: + print(f" ! no reading for {name} #{r + 1}") + continue + got.append(reading) + readings.append(reading) + print(f" raw XYZ = {reading.raw}") + results.append( + { + "name": name, + "kind": kind, + "coverage": coverage, + "raw": [list(map(float, g.raw)) for g in got], + } + ) + finally: + s.close() + print("\n--- serial closed ---", flush=True) + + if readings: + # Percent-vs-unit scale can only be judged once the brightest field in + # the set is known, so this is deliberately deferred to the end. + finalise(readings, illuminant="d65") + k = 0 + for entry in results: + if "raw" not in entry: + continue + n_got = len(entry["raw"]) + entry["xyz_d65"] = [list(map(float, readings[k + i].xyz_d65)) for i in range(n_got)] + k += n_got + + args.out.parent.mkdir(parents=True, exist_ok=True) + args.out.write_text( + json.dumps({"model": args.model, "fields": results}, indent=2), encoding="utf-8" + ) + print(f"wrote {args.out}") + ok = sum(1 for r in results if "error" not in r) + print( + f"{ok}/{len(fields)} fields displayed" + + ("" if args.dry_run else f", {len(readings)} readings taken") + ) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/tools/color_target.py b/tools/color_target.py index 5d51f836..ec299717 100644 --- a/tools/color_target.py +++ b/tools/color_target.py @@ -245,6 +245,41 @@ def build_index_raster( return idx +def fullscreen_ramp_raster(panel_w: int, panel_h: int, eighths: int) -> np.ndarray: + """A whole-panel Bayer field at exactly *eighths*/8 black coverage. + + The grid target assumes the operator re-aims the meter at each patch. When + the instrument is clamped to the glass and cannot be moved, the measured + area is fixed, so each patch has to become its OWN full-screen frame — + otherwise the meter reads whatever patch happens to sit under it, plus + gutters, plus registration frames. + + Same thresholded BAYER_8 as build_index_raster, so a level here and the + corresponding grid patch are the identical pattern at the identical + coverage — the two routes stay comparable. + """ + threshold = round((eighths / 8.0) * 64) + tile = np.where(BAYER_8 < threshold, BLACK_IDX, WHITE_IDX).astype(np.uint8) + reps_y = -(-panel_h // 8) # ceil, then crop: panels need not be 8-multiples + reps_x = -(-panel_w // 8) + return np.tile(tile, (reps_y, reps_x))[:panel_h, :panel_w] + + +def fullscreen_sequence(display) -> list[tuple[str, str, float | None, np.ndarray]]: + """Every measurement field as a full-panel raster: (name, kind, coverage, idx). + + Six flat inks then the seven ramp levels. Black and white appear once, as + inks — ramp 0/8 and 8/8 would duplicate them exactly. + """ + h, w = display.panel_h, display.panel_w + n_ink = int(display.palette_measured_rgb.shape[0]) + out: list[tuple[str, str, float | None, np.ndarray]] = [ + (INK_NAMES[i], "ink", None, np.full((h, w), i, dtype=np.uint8)) for i in range(n_ink) + ] + out += [(f"ramp {k}/8", "ramp", k / 8.0, fullscreen_ramp_raster(w, h, k)) for k in RAMP_EIGHTHS] + return out + + def actual_black_fraction(idx: np.ndarray, patch: Patch) -> float: """Measured-from-the-raster black coverage — what the panel will really show.""" region = idx[patch.y : patch.y + patch.h, patch.x : patch.x + patch.w] diff --git a/tools/colorimeter.py b/tools/colorimeter.py index 3baf8fbd..2b15041c 100644 --- a/tools/colorimeter.py +++ b/tools/colorimeter.py @@ -215,15 +215,38 @@ def read(self, label: str) -> Reading | None: # which is far more robust than parsing prose. Verified on hardware. with tempfile.TemporaryDirectory() as td: logfile = Path(td) / "reading.txt" + outfile = Path(td) / "stdout.txt" + errfile = Path(td) / "stderr.txt" cmd = [self.exe, *self.extra_args, str(logfile)] try: # -O measures once and exits on its own — no trigger needed once - # the instrument has been calibrated. stdin is closed here only - # because -O never reaches the interactive prompt. - proc = subprocess.run(cmd, capture_output=True, text=True, timeout=self.timeout_s) + # the instrument has been calibrated. + # + # Redirect to FILES, never pipes. capture_output=True makes + # subprocess.run wait for the stdout/stderr pipes to close, and the + # ColorMunki driver runs a background switch-monitor thread that can + # keep those handles open after the measurement is done — so the + # call blocks on a reading that already succeeded (observed on + # hardware: the meter visibly took both readings, the second never + # returned). The reading itself is parsed from `logfile`, so the + # pipes were pure risk. + with ( + outfile.open("w", encoding="utf-8") as so, + errfile.open("w", encoding="utf-8") as se, + ): + subprocess.run( + cmd, + stdout=so, + stderr=se, + stdin=subprocess.DEVNULL, + text=True, + timeout=self.timeout_s, + ) except subprocess.TimeoutExpired: print(f" ! {self.exe} timed out after {self.timeout_s:.0f}s") - return None + # The measurement may still have landed before the hang, so fall + # through and try the logfile rather than discarding it. + pass if logfile.exists(): for line in logfile.read_text(encoding="utf-8", errors="replace").splitlines(): @@ -239,8 +262,14 @@ def read(self, label: str) -> Reading | None: except ValueError: pass + # Read the console text BEFORE the temp dir is removed; the fallback + # below needs it and the directory does not outlive this block. + out = "\n".join( + f.read_text(encoding="utf-8", errors="replace") if f.exists() else "" + for f in (outfile, errfile) + ) + # Fall back to stdout scraping if the logfile route produced nothing. - out = (proc.stdout or "") + "\n" + (proc.stderr or "") for line in out.splitlines(): if "XYZ" in line.upper(): raw = parse_xyz(line) @@ -275,5 +304,6 @@ def make_instrument(kind: str, **kw) -> Instrument: exe=kw.get("exe", "spotread"), extra_args=kw.get("extra_args"), illuminant=kw.get("illuminant", "d50"), + timeout_s=kw.get("timeout_s", 120.0), ) raise ValueError(f"unknown instrument {kind!r}") From 795320bf35f756f179eb4767377a4076bdb1b4df Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 14:58:22 -0500 Subject: [PATCH 08/40] feat(colorcal): deterministic 521-patch campaign spec for panel characterisation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plans a full characterisation run offline so it can be reviewed before eight hours of hardware time are spent on it. Same seed -> identical patches in identical order. Five phases (8.10 h at the measured 56 s/patch): tone_fine 65 Bayer k/64 — exact known coverage, no pipeline in the loop algo_gain 91 is dot gain pattern-dependent? bayer vs FS/atkinson/stucki, serpentine on and off skin 180 60 colours sampled from the CIELAB skin band x 3 configs gamut 125 5x5x5 RGB cube for a general correction LUT control 60 white/black/mid re-measured every 25 patches and at both ends Patches are shuffled WITHIN each phase: drift over an 8-hour run is slow, so measuring a factor's levels in order would alias drift straight onto that factor. The control patches then measure whatever drift remains, which is what allows two patches measured hours apart to be compared at all. Skin is sampled in Lab, not RGB — an RGB grid clusters in the bright end, and the deep end (L* < 35) is both under-sampled by generic charts and where a 31.9:1 panel struggles most. Out-of-gamut candidates are rejected, never silently clipped, so every patch is a colour sRGB can actually express. Only dither() runs; the tonal chain is bypassed. A flat colour through the full pipeline hits autocontrast, which has no dynamic range on a uniform field and destroys the patch — the trap behind the bogus 0.00 % result in the earlier dither search. Validation on the real dither(): the same gray 128 yields DIFFERENT ink coverage per algorithm (atkinson 0.393, FS 0.429, stucki 0.380). The algorithms do not merely arrange the same ink differently, so algo_gain must be analysed against achieved ink fraction rather than nominal. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_spec.py | 364 +++++++++++++++++++++++++++++++++++ 1 file changed, 364 insertions(+) create mode 100644 tools/color_campaign_spec.py diff --git a/tools/color_campaign_spec.py b/tools/color_campaign_spec.py new file mode 100644 index 00000000..f9ad8c1f --- /dev/null +++ b/tools/color_campaign_spec.py @@ -0,0 +1,364 @@ +#!/usr/bin/env python3 +"""Build the patch list for a large panel-characterisation campaign. + +Deterministic and hardware-free: the same seed always yields the same patches in +the same order, so a campaign can be planned, reviewed and re-derived without a +device. ``color_campaign_run.py`` consumes this and does the measuring. + +Every patch is a WHOLE-PANEL field, because the instrument is clamped in one +place and cannot be re-aimed (see ``color_measure_f7``). One patch therefore +costs one full panel refresh — about 56 s — and that is the budget everything +else is traded against. + +Two ways a patch gets its pixels, and the distinction matters: + + ``bayer`` the 8x8 ordered matrix thresholded directly, giving an EXACTLY + known black-ink area fraction (k/64). This is the reference: it + measures the panel, with no pipeline in the loop. + ``pipeline``the real ``dither()`` call on a flat colour, so it measures what + the renderer actually delivers for a requested sRGB. + +Patches are generated per phase and then shuffled WITHIN each phase. Instrument +and panel drift over an 8-hour run are slow, so measuring a factor's levels in +order would alias drift straight onto that factor; randomising decorrelates them +and the interleaved control patches measure what drift remains. + +The tonal chain is deliberately NOT used. A flat colour through the full pipeline +hits autocontrast, which has no dynamic range to work with on a uniform field and +destroys the patch — the same trap that produced a bogus 0.00 % result in the +earlier dither search. Only ``dither()`` runs here. +""" + +from __future__ import annotations + +import argparse +import json +import random +import sys +from dataclasses import asdict, dataclass, field +from pathlib import Path + +import numpy as np + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_config import DitherConfig + +# Phase 2 asks whether dot gain depends on the SPATIAL pattern, not just the ink +# fraction. Clustered dots have less perimeter per unit area than dispersed ones, +# so if the panel's ink spreads at all these must measure differently at matched +# coverage — which would make algorithm choice a colorimetric decision, not just +# a texture one. +ED_ALGORITHMS = ("floyd_steinberg", "atkinson", "stucki") + +# Configs used to render colour patches. Chosen to span the axes the earlier +# dither search found mattered most (LUT colour space), not to be exhaustive. +COLOUR_CONFIGS: tuple[tuple[str, DitherConfig], ...] = ( + ( + "atkinson_hue_aware", + DitherConfig("atkinson", "hue_aware", True, 30.0, 12.0), + ), + ( + "atkinson_oklab_hue_aware", + DitherConfig("atkinson", "oklab_hue_aware", True, 30.0, 12.0), + ), + ( + "fs_cam16ucs_hue_aware", + DitherConfig("floyd_steinberg", "cam16ucs_hue_aware", True, 30.0, 12.0), + ), +) + +GAMUT_CONFIG = COLOUR_CONFIGS[0] + + +@dataclass +class Patch: + """One measurable full-panel field.""" + + uid: str + phase: str + source: str # "bayer" | "pipeline" + label: str + # bayer patches + bayer_k: int | None = None # black cells out of 64 + # pipeline patches + rgb: tuple[int, int, int] | None = None + config_name: str | None = None + config: dict | None = None + # bookkeeping + is_control: bool = False + meta: dict = field(default_factory=dict) + + +def _uid(n: int) -> str: + return f"p{n:05d}" + + +# ── colour sets ─────────────────────────────────────────────────────────────── + + +def skin_locus_rgb(n_target: int, seed: int) -> list[tuple[int, int, int]]: + """Sample sRGB colours from the human-skin region of CIELAB. + + Skin occupies a narrow, well-documented band: lightness spans roughly + L* 20-90 across the range of human complexions, hue sits in the orange + sector, and chroma rises then falls with lightness. Sampling in Lab rather + than RGB keeps the set perceptually even instead of clustering in the bright + end the way an RGB grid would. + + Deliberately includes the deep end (L* < 35), which generic test charts + under-sample and which is exactly where a 31.9:1 panel struggles most. + """ + # Reproducibility, not secrecy: the seed must regenerate the identical campaign. + rng = random.Random(seed) # noqa: S311 + out: list[tuple[int, int, int]] = [] + seen: set[tuple[int, int, int]] = set() + # (L*, a*, b*) ranges for the skin band; b* > a* throughout (orange, not red). + guard = 0 + while len(out) < n_target and guard < n_target * 400: + guard += 1 + lightness = rng.uniform(18.0, 90.0) + # Chroma peaks in the mid-lightness range and falls off at both ends. + peak = 1.0 - abs((lightness - 55.0) / 55.0) + chroma = rng.uniform(6.0, 12.0 + 30.0 * max(peak, 0.0)) + hue_deg = rng.uniform(20.0, 68.0) # orange sector: ruddy -> olive + a = chroma * np.cos(np.radians(hue_deg)) + b = chroma * np.sin(np.radians(hue_deg)) + rgb = _lab_to_srgb8(lightness, a, b) + if rgb is None: + continue # out of gamut + if rgb in seen: + continue + seen.add(rgb) + out.append(rgb) + return sorted(out) + + +def _lab_to_srgb8(lightness: float, a: float, b: float) -> tuple[int, int, int] | None: + """CIELAB (D65) -> 8-bit sRGB, or None if the colour is out of gamut.""" + fy = (lightness + 16.0) / 116.0 + fx, fz = fy + a / 500.0, fy - b / 200.0 + + def finv(t: float) -> float: + return t**3 if t**3 > 216 / 24389 else (116 * t - 16) * 27 / 24389 + + white = np.array([0.95047, 1.0, 1.08883]) + xyz = np.array([finv(fx), finv(fy), finv(fz)]) * white + m = np.array( + [ + [3.2406, -1.5372, -0.4986], + [-0.9689, 1.8758, 0.0415], + [0.0557, -0.2040, 1.0570], + ] + ) + lin = m @ xyz + if np.any(lin < -1e-4) or np.any(lin > 1.0 + 1e-4): + return None # genuinely outside sRGB — do not silently clip + lin = np.clip(lin, 0.0, 1.0) + s = np.where(lin <= 0.0031308, 12.92 * lin, 1.055 * np.power(lin, 1 / 2.4) - 0.055) + return tuple(int(v) for v in np.rint(s * 255)) # type: ignore[return-value] + + +def gray_ramp_rgb(n: int) -> list[tuple[int, int, int]]: + """Neutral grays evenly spaced in L*, not in code value. + + Even steps in sRGB code value crowd the shadows perceptually; even steps in + L* put the samples where the eye — and the dot-gain arch — actually vary. + """ + out = [] + for i in range(n): + lightness = 100.0 * i / (n - 1) + rgb = _lab_to_srgb8(lightness, 0.0, 0.0) + if rgb is not None: + out.append(rgb) + return out + + +def gamut_cube_rgb(steps: int) -> list[tuple[int, int, int]]: + vals = [round(255 * i / (steps - 1)) for i in range(steps)] + return [(r, g, b) for r in vals for g in vals for b in vals] + + +# ── phases ──────────────────────────────────────────────────────────────────── + + +def build_patches(*, seed: int, gamut_steps: int, n_skin: int, control_every: int) -> list[Patch]: + # Reproducibility, not secrecy: the seed must regenerate the identical campaign. + rng = random.Random(seed) # noqa: S311 + counter = 0 + + def nxt() -> str: + nonlocal counter + counter += 1 + return _uid(counter) + + phases: list[list[Patch]] = [] + + # Phase 1 — fine tone response. Bayer k/64 gives an exactly known coverage at + # every step, turning the 7-point arch measured earlier into a real curve. + p1 = [ + Patch(uid=nxt(), phase="tone_fine", source="bayer", label=f"bayer {k}/64", bayer_k=k) + for k in range(65) + ] + phases.append(p1) + + # Phase 2 — is dot gain pattern-dependent? Matched nominal coverage, different + # spatial structure. Bayer is the clustered-ish reference; the error-diffusion + # algorithms disperse differently, and serpentine changes the scan artefacts. + p2: list[Patch] = [] + levels = gray_ramp_rgb(13) + for k in range(1, 14): # 13 matched coverages for the bayer arm + p2.append( + Patch( + uid=nxt(), + phase="algo_gain", + source="bayer", + label=f"bayer {k * 4}/64", + bayer_k=k * 4, + ) + ) + for algo in ED_ALGORITHMS: + for serp in (False, True): + cfg = DitherConfig(algo, "bw", serp, 30.0, 12.0) + for rgb in levels: + p2.append( + Patch( + uid=nxt(), + phase="algo_gain", + source="pipeline", + label=f"{algo}{'_serp' if serp else ''} gray{rgb[0]}", + rgb=rgb, + config_name=f"{algo}{'_serp' if serp else ''}_bw", + config=asdict(cfg), + ) + ) + phases.append(p2) + + # Phase 3 — skin. The priority: these are the colours whose errors people + # actually notice, and the deep end is where this panel is weakest. + p3: list[Patch] = [] + for rgb in skin_locus_rgb(n_skin, seed): + for name, cfg in COLOUR_CONFIGS: + p3.append( + Patch( + uid=nxt(), + phase="skin", + source="pipeline", + label=f"skin {rgb} {name}", + rgb=rgb, + config_name=name, + config=asdict(cfg), + ) + ) + phases.append(p3) + + # Phase 4 — gamut cube, one config, for a general correction LUT. + name, cfg = GAMUT_CONFIG + p4 = [ + Patch( + uid=nxt(), + phase="gamut", + source="pipeline", + label=f"gamut {rgb}", + rgb=rgb, + config_name=name, + config=asdict(cfg), + ) + for rgb in gamut_cube_rgb(gamut_steps) + ] + phases.append(p4) + + # Shuffle WITHIN each phase so slow drift cannot alias onto a factor. + ordered: list[Patch] = [] + for group in phases: + rng.shuffle(group) + ordered.extend(group) + + # Interleave controls. These are the drift measurement: re-reading a fixed + # set at intervals is what tells us whether a difference between two patches + # measured hours apart is real or is the rig moving. + controls = [ + ("ctl_white", 0), + ("ctl_black", 64), + ("ctl_mid", 32), + ] + out: list[Patch] = [] + for i, p in enumerate(ordered): + if i % control_every == 0: + for label, k in controls: + out.append( + Patch( + uid=nxt(), + phase="control", + source="bayer", + label=label, + bayer_k=k, + is_control=True, + ) + ) + out.append(p) + # Close the campaign with a final control block so drift is bracketed. + for label, k in controls: + out.append( + Patch( + uid=nxt(), + phase="control", + source="bayer", + label=label, + bayer_k=k, + is_control=True, + ) + ) + return out + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument("--out", type=Path, default=Path("build/colorcal/campaign_spec.json")) + ap.add_argument("--model", default="bigme_f7", choices=sorted(DISPLAY_REGISTRY)) + ap.add_argument("--seed", type=int, default=20260808) + ap.add_argument("--gamut-steps", type=int, default=5, help="NxNxN RGB cube") + ap.add_argument("--skin", type=int, default=60, help="distinct skin colours") + ap.add_argument("--control-every", type=int, default=25) + ap.add_argument("--seconds-per-patch", type=float, default=56.0) + args = ap.parse_args(argv) + + patches = build_patches( + seed=args.seed, + gamut_steps=args.gamut_steps, + n_skin=args.skin, + control_every=args.control_every, + ) + + counts: dict[str, int] = {} + for p in patches: + counts[p.phase] = counts.get(p.phase, 0) + 1 + total_s = len(patches) * args.seconds_per_patch + print(f"{len(patches)} patches") + for phase, n in sorted(counts.items()): + print(f" {phase:12s} {n:5d} {n * args.seconds_per_patch / 3600:5.2f} h") + print(f" {'TOTAL':12s} {len(patches):5d} {total_s / 3600:5.2f} h") + + args.out.parent.mkdir(parents=True, exist_ok=True) + args.out.write_text( + json.dumps( + { + "model": args.model, + "seed": args.seed, + "seconds_per_patch": args.seconds_per_patch, + "patches": [asdict(p) for p in patches], + }, + indent=2, + ), + encoding="utf-8", + ) + print(f"wrote {args.out}") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 5eeba2023212f6f2e570750b10d9feafa69259d9 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 15:12:30 -0500 Subject: [PATCH 09/40] feat(colorcal): resumable campaign runner with per-patch provenance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drives a multi-hour characterisation run: build each patch's raster, upload over USB, wait for REFRESHED, take N readings, record, repeat. The meter never moves. Crash-safety drove the file format. Results append to JSONL, one line per patch, flush + fsync each time, so a run that dies at hour six keeps every patch it measured and re-running skips completed uids. Nothing waits in memory for a clean exit that may never come. Each record carries what is needed to re-derive any conclusion without touching hardware again: requested colour, dither config, the EXACT achieved ink histogram (we generate the raster, so this is known rather than inferred), every raw reading, the median, timestamp and battery voltage. Median rather than mean over repeats: a spurious 'Communications failure' has already been seen mid-run, and a mean would quietly drag the result toward whatever that read produced. Battery is polled from the device every 20 patches. This unit reports usb_present=0 even when plugged in, so the voltage TREND is the only trustworthy evidence that a long run will survive; zeros (the ADC read during a refresh) are filtered out of the trend. color_target gains fullscreen_bayer_raster(k64) for exact k/64 coverage — BAYER_8 holds each value 0..63 once, so thresholding selects precisely k64 cells. fullscreen_ramp_raster now delegates to it rather than repeating the tiling. Validated on hardware: 4/4 patches, ink fractions exact (63/64 = 0.984375), three reads agreeing to ~0.01 %, battery 4180 -> 4180 mV held on USB. Measured throughput ~45 s/patch, so the 521-patch plan is ~6.5 h, not the 8.1 h estimated. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 266 ++++++++++++++++++++++++++++++++++++ tools/color_target.py | 22 ++- 2 files changed, 283 insertions(+), 5 deletions(-) create mode 100644 tools/color_campaign_run.py diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py new file mode 100644 index 00000000..35044689 --- /dev/null +++ b/tools/color_campaign_run.py @@ -0,0 +1,266 @@ +#!/usr/bin/env python3 +"""Run a panel-characterisation campaign: display each patch, measure, record. + +Consumes a spec from ``color_campaign_spec.py`` and drives the hardware for as +long as it takes — eight hours for the default 521-patch plan. The meter is +clamped and never moves; the panel changes under it, one full-screen field per +patch, uploaded over USB with the `frame` protocol (never HTTP — see AGENTS.md). + +Crash-safety is the point of the file format. Results append to a JSONL, one +line per patch, flushed and fsynced immediately. A run that dies at hour six +keeps every patch it measured, and re-running skips the completed uids. Nothing +is held in memory waiting to be written at the end. + +Recorded per patch, so any conclusion can be re-derived without re-measuring: +the requested colour and dither config, the EXACT achieved ink histogram (we +generate the raster, so this is known, not inferred), all three raw readings, the +median, timestamps, and the device battery voltage. + +Usage: + python tools/color_campaign_spec.py --out build/colorcal/spec.json + python tools/color_campaign_run.py --spec build/colorcal/spec.json \ + --out build/colorcal/campaign.jsonl --port COM10 +""" + +from __future__ import annotations + +import argparse +import json +import os +import sys +import time +from pathlib import Path + +import numpy as np +import serial + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from color_measure_f7 import catch_console, upload_with_retry +from color_target import fullscreen_bayer_raster +from colorimeter import make_instrument +from hokku.screens.bigme_f7.bootstrap import _console_send +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_config import DitherConfig +from hokku.webserver.dither_streaming import dither + +INK_NAMES = ("black", "white", "yellow", "red", "blue", "green") + + +def patch_raster(patch: dict, display) -> np.ndarray: + """Palette-index raster for one patch. + + Two sources deliberately kept apart: `bayer` is the pipeline-free reference + with exactly-known coverage, `pipeline` is what the renderer really produces + for a requested colour. Only dither() runs — no tonal chain, which on a flat + field would be destroyed by autocontrast. + """ + h, w = display.panel_h, display.panel_w + if patch["source"] == "bayer": + return fullscreen_bayer_raster(w, h, int(patch["bayer_k"])) + if patch["source"] == "pipeline": + canvas = np.zeros((h, w, 3), dtype=np.uint8) + canvas[:, :] = tuple(patch["rgb"]) + return dither(canvas, DitherConfig(**patch["config"]), display) + raise ValueError(f"unknown patch source {patch['source']!r}") + + +def ink_histogram(idx: np.ndarray) -> dict[str, float]: + """Exact area fraction of every ink. Known because we made the raster.""" + counts = np.bincount(idx.ravel(), minlength=len(INK_NAMES)) + return {INK_NAMES[i]: float(counts[i] / idx.size) for i in range(len(INK_NAMES))} + + +def read_battery_mv(s) -> int | None: + """Ask the device for its battery voltage via `cfg show`. + + This is how the campaign proves it is actually running on external power: + `usb_present` has read 0 on this unit even when plugged in, so the voltage + trend over hours is the trustworthy signal, not the flag. + """ + try: + txt = _console_send(s, "cfg show", settle=1.0).decode("utf-8", "replace") + except (serial.SerialException, OSError): + return None + for line in txt.splitlines(): + if "bat_mv=" in line: + tail = line.split("bat_mv=")[1].split()[0] + if tail.isdigit(): + return int(tail) + return None + + +def median_xyz(raws: list[np.ndarray]) -> list[float] | None: + """Per-channel median. Median, not mean: one bad reading should not move it. + + A spurious 'Communications failure' has already been seen mid-run, and a + mean would quietly drag the result toward whatever garbage such a read + produced. + """ + if not raws: + return None + return [float(v) for v in np.median(np.vstack(raws), axis=0)] + + +def done_uids(path: Path) -> set[str]: + """uids already recorded, so a resumed run does not repeat work.""" + if not path.exists(): + return set() + seen: set[str] = set() + for line in path.read_text(encoding="utf-8", errors="replace").splitlines(): + line = line.strip() + if not line: + continue + try: + seen.add(json.loads(line)["uid"]) + except (json.JSONDecodeError, KeyError): + continue # a torn final line from a hard kill is not fatal + return seen + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument("--spec", type=Path, required=True) + ap.add_argument("--out", type=Path, required=True, help="JSONL, appended to") + ap.add_argument("--port", default="COM10") + ap.add_argument("--instrument", default="spotread", choices=("spotread", "manual")) + ap.add_argument("--repeats", type=int, default=3) + ap.add_argument("--settle-s", type=float, default=3.0) + ap.add_argument("--battery-every", type=int, default=20, help="patches between checks") + ap.add_argument("--console-timeout", type=float, default=900.0) + ap.add_argument("--instrument-timeout", type=float, default=45.0) + ap.add_argument("--limit", type=int, default=0, help="stop after N patches (0 = all)") + ap.add_argument("--dry-run", action="store_true", help="display only, no readings") + args = ap.parse_args(argv) + + spec = json.loads(args.spec.read_text(encoding="utf-8")) + display = DISPLAY_REGISTRY[spec["model"]] + patches = spec["patches"] + + already = done_uids(args.out) + todo = [p for p in patches if p["uid"] not in already] + if args.limit: + todo = todo[: args.limit] + print(f"spec {args.spec}: {len(patches)} patches, {len(already)} already done") + print(f"this run: {len(todo)} patches, ~{len(todo) * 56 / 3600:.2f} h") + if not todo: + print("nothing to do") + return 0 + + instrument = None + if not args.dry_run: + instrument = make_instrument(args.instrument, timeout_s=args.instrument_timeout) + instrument.prepare() + # Preflight before any panel time: a ColorMunki that lost its calibration + # fails identically for every patch, and finding that out on patch 400 is + # hours wasted. + print("preflight: proving the instrument answers...", flush=True) + if instrument.read("preflight") is None: + print( + "\nABORT: no reading. Put the dial in the CALIBRATION position,\n" + "let it calibrate, return it to MEASUREMENT on the glass, re-run.\n" + "Nothing was displayed; no patch was consumed." + ) + return 1 + print("preflight OK", flush=True) + + s = catch_console(args.port, args.console_timeout) + if s is None: + print("ABORT: console never answered. Long-press the power button and re-run.") + return 1 + + t_start = time.monotonic() + n_ok = n_fail = 0 + battery_first = battery_last = None + try: + with args.out.open("a", encoding="utf-8") as fh: + for n, patch in enumerate(todo, 1): + idx = patch_raster(patch, display) + data = display.indices_to_panel_bytes(idx) + inks = ink_histogram(idx) + + elapsed = time.monotonic() - t_start + eta = (elapsed / max(n - 1, 1)) * (len(todo) - n + 1) if n > 1 else 0.0 + print( + f"\n[{n}/{len(todo)}] {patch['uid']} {patch['phase']}/{patch['label']}" + f" ETA {eta / 3600:.2f} h", + flush=True, + ) + + rec: dict = { + "uid": patch["uid"], + "phase": patch["phase"], + "label": patch["label"], + "source": patch["source"], + "bayer_k": patch.get("bayer_k"), + "rgb": patch.get("rgb"), + "config_name": patch.get("config_name"), + "config": patch.get("config"), + "is_control": patch.get("is_control", False), + "ink_fraction": inks, + "t_unix": time.time(), + } + + if not upload_with_retry(s, data, patch["label"], attempts=6, gap_s=8.0): + rec["error"] = "upload" + n_fail += 1 + else: + if args.dry_run: + n_ok += 1 + else: + time.sleep(args.settle_s) + assert instrument is not None + raws = [] + for r in range(args.repeats): + reading = instrument.read(f"{patch['label']} #{r + 1}") + if reading is None: + print(f" ! no reading #{r + 1}") + continue + raws.append(reading.raw) + print(f" raw XYZ = {reading.raw}") + rec["raw"] = [[float(v) for v in x] for x in raws] + med = median_xyz(raws) + rec["median_raw"] = med + if med is not None: + # spotread -i D65 already reports under D65; percent + # scale (Y=100 for a perfect diffuser) is preserved as + # measured and normalised at analysis time, when the + # brightest patch in the set is known. + rec["xyz_d65_pct"] = med + n_ok += 1 + else: + rec["error"] = "no_readings" + n_fail += 1 + + if n % args.battery_every == 1 or n == len(todo): + mv = read_battery_mv(s) + rec["battery_mv"] = mv + if mv: + battery_first = battery_first if battery_first is not None else mv + battery_last = mv + print(f" battery {mv} mV", flush=True) + + fh.write(json.dumps(rec) + "\n") + fh.flush() + os.fsync(fh.fileno()) # survive a hard kill, not just a clean exit + except KeyboardInterrupt: + print("\ninterrupted — everything measured so far is already on disk", flush=True) + finally: + s.close() + print("--- serial closed ---", flush=True) + + dt = time.monotonic() - t_start + print(f"\n{n_ok} ok, {n_fail} failed, {dt / 3600:.2f} h elapsed") + if battery_first is not None and battery_last is not None: + delta = battery_last - battery_first + trend = "charging/held" if delta >= -20 else "DRAINING" + print(f"battery {battery_first} -> {battery_last} mV ({delta:+d}) — {trend}") + print(f"results: {args.out} (resume by re-running the same command)") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/tools/color_target.py b/tools/color_target.py index ec299717..0b08df6e 100644 --- a/tools/color_target.py +++ b/tools/color_target.py @@ -245,6 +245,22 @@ def build_index_raster( return idx +def fullscreen_bayer_raster(panel_w: int, panel_h: int, k64: int) -> np.ndarray: + """A whole-panel Bayer field with EXACTLY *k64* of every 64 cells black. + + BAYER_8 holds each value 0..63 exactly once, so thresholding at k64 selects + precisely k64 cells — the coverage is exact by construction, not rounded. + That is what makes these patches a trustworthy reference: any difference + between nominal and measured coverage is the panel, never the pattern. + """ + if not 0 <= k64 <= 64: + raise ValueError(f"k64 must be 0..64, got {k64}") + tile = np.where(BAYER_8 < k64, BLACK_IDX, WHITE_IDX).astype(np.uint8) + reps_y = -(-panel_h // 8) # ceil, then crop: panels need not be 8-multiples + reps_x = -(-panel_w // 8) + return np.tile(tile, (reps_y, reps_x))[:panel_h, :panel_w] + + def fullscreen_ramp_raster(panel_w: int, panel_h: int, eighths: int) -> np.ndarray: """A whole-panel Bayer field at exactly *eighths*/8 black coverage. @@ -258,11 +274,7 @@ def fullscreen_ramp_raster(panel_w: int, panel_h: int, eighths: int) -> np.ndarr corresponding grid patch are the identical pattern at the identical coverage — the two routes stay comparable. """ - threshold = round((eighths / 8.0) * 64) - tile = np.where(BAYER_8 < threshold, BLACK_IDX, WHITE_IDX).astype(np.uint8) - reps_y = -(-panel_h // 8) # ceil, then crop: panels need not be 8-multiples - reps_x = -(-panel_w // 8) - return np.tile(tile, (reps_y, reps_x))[:panel_h, :panel_w] + return fullscreen_bayer_raster(panel_w, panel_h, round((eighths / 8.0) * 64)) def fullscreen_sequence(display) -> list[tuple[str, str, float | None, np.ndarray]]: From b7e3b78a2766969d08fe41e91a5a580a350815de Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 15:35:56 -0500 Subject: [PATCH 10/40] =?UTF-8?q?fix(colorcal):=20measure=20the=20six=20so?= =?UTF-8?q?lid=20inks=20=E2=80=94=20the=20model's=20primaries=20were=20mis?= =?UTF-8?q?sing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 521-patch campaign never measured yellow, red, blue or green as solid fields. tone_fine and the controls are Bayer black/white only, and the gamut phase requests colours like (255,0,0) but sends them THROUGH the dither, which for a 6-ink palette returns a mixture, not 100 % of one ink. That is not a missing data point, it is a missing basis. The six solid inks are the primaries of the area-coverage model — every ink fraction in the dataset is a weight on them — so without them this campaign has no anchors of its own and would have to borrow from a different session, leaving the drift between the two unmeasurable. Adds source="ink" and: * an `inks` phase, each primary measured 3x and shuffled through the run, so a drifting primary shows as spread between its own repeats rather than silently biasing every fitted coverage; * a full six-ink block bracketing the campaign at BOTH ends, which is what lets this session be compared with any other — without it a shift in the rig between sessions is indistinguishable from a real change in the panel. 554 patches, 8.62 h. The 31 records measured before this fix are kept as campaign_superseded_no_inks.jsonl rather than reused: uid assignment is positional, so those uids now denote different patches and resuming against them would mislabel data. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 12 ++++-- tools/color_campaign_spec.py | 81 +++++++++++++++++++++++++++--------- 2 files changed, 69 insertions(+), 24 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 35044689..821bd6db 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -53,12 +53,15 @@ def patch_raster(patch: dict, display) -> np.ndarray: """Palette-index raster for one patch. - Two sources deliberately kept apart: `bayer` is the pipeline-free reference - with exactly-known coverage, `pipeline` is what the renderer really produces - for a requested colour. Only dither() runs — no tonal chain, which on a flat - field would be destroyed by autocontrast. + Three sources deliberately kept apart: `ink` is a solid primary (the anchors + the whole area-coverage model is expressed in), `bayer` is the pipeline-free + reference with exactly-known coverage, and `pipeline` is what the renderer + really produces for a requested colour. Only dither() runs — no tonal chain, + which on a flat field would be destroyed by autocontrast. """ h, w = display.panel_h, display.panel_w + if patch["source"] == "ink": + return np.full((h, w), int(patch["ink_index"]), dtype=np.uint8) if patch["source"] == "bayer": return fullscreen_bayer_raster(w, h, int(patch["bayer_k"])) if patch["source"] == "pipeline": @@ -196,6 +199,7 @@ def main(argv: list[str] | None = None) -> int: "label": patch["label"], "source": patch["source"], "bayer_k": patch.get("bayer_k"), + "ink_index": patch.get("ink_index"), "rgb": patch.get("rgb"), "config_name": patch.get("config_name"), "config": patch.get("config"), diff --git a/tools/color_campaign_spec.py b/tools/color_campaign_spec.py index f9ad8c1f..3acdec00 100644 --- a/tools/color_campaign_spec.py +++ b/tools/color_campaign_spec.py @@ -75,16 +75,27 @@ GAMUT_CONFIG = COLOUR_CONFIGS[0] +INK_NAMES = ("black", "white", "yellow", "red", "blue", "green") + +# How many times each solid ink is re-measured across the campaign. These are the +# PRIMARIES of the area-coverage model — every ink fraction in the dataset is a +# weight on them — so they are measured repeatedly and spread through the run +# rather than once at the start, making primary drift observable. +INK_REPEATS = 3 + + @dataclass class Patch: """One measurable full-panel field.""" uid: str phase: str - source: str # "bayer" | "pipeline" + source: str # "bayer" | "ink" | "pipeline" label: str # bayer patches bayer_k: int | None = None # black cells out of 64 + # solid-ink patches + ink_index: int | None = None # pipeline patches rgb: tuple[int, int, int] | None = None config_name: str | None = None @@ -198,6 +209,22 @@ def nxt() -> str: phases: list[list[Patch]] = [] + # Phase 0 — the six solid inks, the model's primaries. Repeated and shuffled + # through the campaign so a drifting primary shows up as spread between its + # own repeats rather than silently biasing every fitted coverage. + p0 = [ + Patch( + uid=nxt(), + phase="inks", + source="ink", + label=f"ink {INK_NAMES[i]} r{rep + 1}", + ink_index=i, + ) + for rep in range(INK_REPEATS) + for i in range(len(INK_NAMES)) + ] + phases.append(p0) + # Phase 1 — fine tone response. Bayer k/64 gives an exactly known coverage at # every step, turning the 7-point arch measured earlier into a real curve. p1 = [ @@ -286,24 +313,9 @@ def nxt() -> str: ("ctl_black", 64), ("ctl_mid", 32), ] - out: list[Patch] = [] - for i, p in enumerate(ordered): - if i % control_every == 0: - for label, k in controls: - out.append( - Patch( - uid=nxt(), - phase="control", - source="bayer", - label=label, - bayer_k=k, - is_control=True, - ) - ) - out.append(p) - # Close the campaign with a final control block so drift is bracketed. - for label, k in controls: - out.append( + + def neutral_block() -> list[Patch]: + return [ Patch( uid=nxt(), phase="control", @@ -312,7 +324,36 @@ def nxt() -> str: bayer_k=k, is_control=True, ) - ) + for label, k in controls + ] + + def ink_block(tag: str) -> list[Patch]: + """All six solid inks. Used to bracket the campaign at both ends. + + Anchoring the start AND the end on the primaries is what lets this + session be compared with any other one: without it, a shift in the rig + between sessions is indistinguishable from a real difference in the + panel. + """ + return [ + Patch( + uid=nxt(), + phase="control", + source="ink", + label=f"ctl_ink_{INK_NAMES[i]}_{tag}", + ink_index=i, + is_control=True, + ) + for i in range(len(INK_NAMES)) + ] + + out: list[Patch] = ink_block("open") + for i, p in enumerate(ordered): + if i % control_every == 0: + out.extend(neutral_block()) + out.append(p) + out.extend(neutral_block()) + out.extend(ink_block("close")) return out From a4c0d0063e0b84881e66d75d87b2a7738ef0814c Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 15:41:15 -0500 Subject: [PATCH 11/40] fix(colorcal): stop the campaign when the instrument stops answering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ColorMunki loses its calibration when it sleeps on USB, and a run that hits that keeps going: every subsequent patch still uploads (18 s) and still refreshes the panel (~30 s), and records nothing. That is the expensive failure — the hardware time is spent either way — and on a 554-patch plan it could burn most of a day producing an empty file. Abort after --max-consecutive-failures (default 3) with an explanation of the likely cause and the exact recovery: recalibrate via the dial, re-run the same command, already-measured patches are skipped. Observed pattern behind the default: the instrument sustained 26 reads in the 13-field run and 12 in the validation without complaint, then failed after sitting idle between runs. So the risk is idleness, not read count, and a continuous campaign should keep it awake — but "should" is not worth eight hours of unattended hardware time. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 821bd6db..18727da5 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -136,6 +136,11 @@ def main(argv: list[str] | None = None) -> int: ap.add_argument("--console-timeout", type=float, default=900.0) ap.add_argument("--instrument-timeout", type=float, default=45.0) ap.add_argument("--limit", type=int, default=0, help="stop after N patches (0 = all)") + # A ColorMunki that loses calibration mid-run fails identically for every + # subsequent patch. Without this the run would keep displaying and refreshing + # for hours, recording nothing — the expensive failure mode, because the panel + # time is spent either way. Stop early and keep what was measured. + ap.add_argument("--max-consecutive-failures", type=int, default=3) ap.add_argument("--dry-run", action="store_true", help="display only, no readings") args = ap.parse_args(argv) @@ -177,6 +182,8 @@ def main(argv: list[str] | None = None) -> int: t_start = time.monotonic() n_ok = n_fail = 0 + consecutive_fail = 0 + stopped_early = False battery_first = battery_last = None try: with args.out.open("a", encoding="utf-8") as fh: @@ -239,6 +246,8 @@ def main(argv: list[str] | None = None) -> int: rec["error"] = "no_readings" n_fail += 1 + consecutive_fail = 0 if "error" not in rec else consecutive_fail + 1 + if n % args.battery_every == 1 or n == len(todo): mv = read_battery_mv(s) rec["battery_mv"] = mv @@ -250,6 +259,17 @@ def main(argv: list[str] | None = None) -> int: fh.write(json.dumps(rec) + "\n") fh.flush() os.fsync(fh.fileno()) # survive a hard kill, not just a clean exit + + if consecutive_fail >= args.max_consecutive_failures: + stopped_early = True + print( + f"\nSTOPPING: {consecutive_fail} patches in a row produced nothing.\n" + " Most likely the instrument lost its calibration (it sleeps when\n" + " idle). Recalibrate via the dial, then re-run the SAME command —\n" + " every measured patch is on disk and will be skipped.", + flush=True, + ) + break except KeyboardInterrupt: print("\ninterrupted — everything measured so far is already on disk", flush=True) finally: @@ -262,6 +282,8 @@ def main(argv: list[str] | None = None) -> int: delta = battery_last - battery_first trend = "charging/held" if delta >= -20 else "DRAINING" print(f"battery {battery_first} -> {battery_last} mV ({delta:+d}) — {trend}") + if stopped_early: + print("STOPPED EARLY — re-run the same command after recalibrating to continue.") print(f"results: {args.out} (resume by re-running the same command)") return 0 From 428b61c650fdd45b7e8b195e371c944e12b15bad Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 17:29:27 -0500 Subject: [PATCH 12/40] feat(colorcal): warn and stop on low battery during a campaign MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This unit discharges even while plugged in — measured 4200 -> 4160 mV over 30 min, about -80 mV/h — so a multi-hour campaign walks the battery down. Earlier I called the power "confirmed" off a three-minute validation run, which was far too short to show a trend; an hour of data contradicted it. Three levels, so it cannot be missed between cycles: * per-check "LOW — CHARGE THE SCREEN SOON" at or below --battery-warn-mv * end of run "CHARGE THE SCREEN before the next cycle" in the summary * hard floor stop cleanly at --battery-stop-mv rather than let it die mid-refresh; a half-written panel plus an unmeasured patch is a worse place to resume from than a deliberate stop Defaults 3800 / 3600 mV. At the observed drain that is roughly five hours of warning before the floor. The battery stop sets a flag consumed after the normal record write, rather than writing-and-breaking inside the battery block. The latter happened to work only because break skipped the second write — one edit away from silently duplicating every stopped record. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 18727da5..9856c3e7 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -141,6 +141,12 @@ def main(argv: list[str] | None = None) -> int: # for hours, recording nothing — the expensive failure mode, because the panel # time is spent either way. Stop early and keep what was measured. ap.add_argument("--max-consecutive-failures", type=int, default=3) + # This unit discharges even on USB (measured -80 mV/h), so a long campaign + # walks the battery down. Warn well before it matters, and stop cleanly rather + # than let it die mid-refresh: a half-written panel plus an unmeasured patch is + # a worse place to resume from than a deliberate stop. + ap.add_argument("--battery-warn-mv", type=int, default=3800) + ap.add_argument("--battery-stop-mv", type=int, default=3600) ap.add_argument("--dry-run", action="store_true", help="display only, no readings") args = ap.parse_args(argv) @@ -183,6 +189,7 @@ def main(argv: list[str] | None = None) -> int: t_start = time.monotonic() n_ok = n_fail = 0 consecutive_fail = 0 + stop_for_battery: int | None = None stopped_early = False battery_first = battery_last = None try: @@ -254,12 +261,30 @@ def main(argv: list[str] | None = None) -> int: if mv: battery_first = battery_first if battery_first is not None else mv battery_last = mv - print(f" battery {mv} mV", flush=True) + note = "" + if mv <= args.battery_stop_mv: + note = " *** TOO LOW — STOPPING ***" + elif mv <= args.battery_warn_mv: + note = " *** LOW — CHARGE THE SCREEN SOON ***" + print(f" battery {mv} mV{note}", flush=True) + if mv <= args.battery_stop_mv: + stop_for_battery = mv fh.write(json.dumps(rec) + "\n") fh.flush() os.fsync(fh.fileno()) # survive a hard kill, not just a clean exit + if stop_for_battery is not None: + stopped_early = True + print( + f"\nSTOPPING: battery {stop_for_battery} mV is at or below the " + f"{args.battery_stop_mv} mV floor.\n" + " CHARGE THE SCREEN, then re-run the SAME command — every\n" + " measured patch is on disk and will be skipped.", + flush=True, + ) + break + if consecutive_fail >= args.max_consecutive_failures: stopped_early = True print( @@ -282,6 +307,8 @@ def main(argv: list[str] | None = None) -> int: delta = battery_last - battery_first trend = "charging/held" if delta >= -20 else "DRAINING" print(f"battery {battery_first} -> {battery_last} mV ({delta:+d}) — {trend}") + if battery_last <= args.battery_warn_mv: + print("*** CHARGE THE SCREEN before the next cycle ***") if stopped_early: print("STOPPED EARLY — re-run the same command after recalibrating to continue.") print(f"results: {args.out} (resume by re-running the same command)") From 8e06dd5969509f68836a6be6f083074f0a6943e5 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 17:32:28 -0500 Subject: [PATCH 13/40] feat(colorcal): warn before the meter's calibration expires, and stop the moment it does MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reflective calibration expires on a TIMER, not on use — measured at ~58 min of continuous reading, and ArgyllCMS exposes no way to extend it (-N only skips auto-calibration; there is no interval flag). So every campaign cycle ends the same way and needs a human to rotate the dial. That should be announced, not discovered. Two changes: * Predictive. At --calibration-warn-min (45 min) the run prints a heads-up that the cycle will stop soon and need the dial, so the interruption can be planned. * Precise. colorimeter now classifies a failed read: "calibration" when the output mentions it, else "unknown". The runner stops immediately on the former instead of burning through --max-consecutive-failures first. Those two failures are not free — each still costs an 18 s upload and a ~30 s panel refresh to produce nothing. The distinction matters because the responses are opposite: a glitched read should be retried, an expired calibration cannot be. Also fixes a mangled multi-line string introduced by editing this block with sed. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 33 +++++++++++++++++++++++++++++++++ tools/colorimeter.py | 11 +++++++++++ 2 files changed, 44 insertions(+) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 9856c3e7..fe237f59 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -147,6 +147,10 @@ def main(argv: list[str] | None = None) -> int: # a worse place to resume from than a deliberate stop. ap.add_argument("--battery-warn-mv", type=int, default=3800) ap.add_argument("--battery-stop-mv", type=int, default=3600) + # Reflective calibration expires on a timer (~58 min measured), regardless of + # how much it is used, and ArgyllCMS offers no way to extend it. + ap.add_argument("--calibration-warn-min", type=float, default=45.0) + ap.add_argument("--calibration-expect-min", type=float, default=58.0) ap.add_argument("--dry-run", action="store_true", help="display only, no readings") args = ap.parse_args(argv) @@ -190,6 +194,8 @@ def main(argv: list[str] | None = None) -> int: n_ok = n_fail = 0 consecutive_fail = 0 stop_for_battery: int | None = None + calibration_expired = False + warned_cal = False stopped_early = False battery_first = battery_last = None try: @@ -200,6 +206,17 @@ def main(argv: list[str] | None = None) -> int: inks = ink_histogram(idx) elapsed = time.monotonic() - t_start + # The ColorMunki's reflective calibration expires on a timer, not + # on use: measured at ~58 min of CONTINUOUS reading. Warn before it + # lands so the dial rotation can be planned rather than discovered. + if not warned_cal and elapsed > args.calibration_warn_min * 60: + warned_cal = True + print( + f"\n*** HEADS UP: {elapsed / 60:.0f} min since calibration. " + f"It expires around {args.calibration_expect_min:.0f} min, so this " + "cycle will stop soon and need the dial rotated. ***", + flush=True, + ) eta = (elapsed / max(n - 1, 1)) * (len(todo) - n + 1) if n > 1 else 0.0 print( f"\n[{n}/{len(todo)}] {patch['uid']} {patch['phase']}/{patch['label']}" @@ -236,6 +253,11 @@ def main(argv: list[str] | None = None) -> int: reading = instrument.read(f"{patch['label']} #{r + 1}") if reading is None: print(f" ! no reading #{r + 1}") + if getattr(instrument, "last_error", None) == "calibration": + # Nothing to retry: every later read fails the + # same way until a human rotates the dial. + calibration_expired = True + break continue raws.append(reading.raw) print(f" raw XYZ = {reading.raw}") @@ -274,6 +296,17 @@ def main(argv: list[str] | None = None) -> int: fh.flush() os.fsync(fh.fileno()) # survive a hard kill, not just a clean exit + if calibration_expired: + stopped_early = True + print( + "\n*** CALIBRATION EXPIRED — the meter needs recalibrating. ***\n" + " Rotate the dial to the CALIBRATION position and say so; I will\n" + " run the calibration, then you rotate back to MEASUREMENT.\n" + " Every measured patch is on disk; the same command resumes.", + flush=True, + ) + break + if stop_for_battery is not None: stopped_early = True print( diff --git a/tools/colorimeter.py b/tools/colorimeter.py index 2b15041c..31d00bb9 100644 --- a/tools/colorimeter.py +++ b/tools/colorimeter.py @@ -188,6 +188,11 @@ class SpotreadInstrument(Instrument): DEFAULT_ARGS = ("-O", "-N", "-i", "D65") + # Set when a read fails, so a caller can tell "this instrument needs the dial + # rotated" apart from "one reading glitched". They need opposite responses: + # the first must stop the run immediately, the second should be retried. + last_error: str | None = None + def __init__( self, exe: str = "spotread", @@ -213,6 +218,7 @@ def read(self, label: str) -> Reading | None: # Log to a file rather than scraping stdout: with a logfile argument # spotread writes a clean tab-separated "reading X Y Z L* a* b*" row, # which is far more robust than parsing prose. Verified on hardware. + self.last_error = None # cleared per attempt; only the latest matters with tempfile.TemporaryDirectory() as td: logfile = Path(td) / "reading.txt" outfile = Path(td) / "stdout.txt" @@ -275,6 +281,11 @@ def read(self, label: str) -> Reading | None: raw = parse_xyz(line) if raw is not None: return Reading(xyz_d65=raw.copy(), raw=raw, source=self.name) + # Classify the failure. "needs a calibration" / "Calibration failed" means + # the ~1 h expiry has hit and every subsequent read will fail the same way + # until a human rotates the dial — there is nothing to retry. + lowered = out.lower() + self.last_error = "calibration" if "calibration" in lowered else "unknown" print(f" ! no XYZ in {self.exe} output; last lines:") for line in out.strip().splitlines()[-4:]: print(f" | {line}") From 41aef9bc1f4ee66192e6004d2cb86da043e02b76 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 17:49:05 -0500 Subject: [PATCH 14/40] docs(agents): calibration targets go over USB only, never HTTP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Records a rule the human had to state three times because I kept proposing the server route. Serving a target over HTTP does not measure the panel: the render pipeline re-processes the image (autocontrast, gamma, CLAHE, unsharp, error diffusion), so what reaches the glass is not the target that was generated. It also requires rewriting a live server's preset and the screen's server_url, and makes the result depend on WiFi and poll timing — so a session cannot be reproduced. The `frame` console command plus tools/f7_send_frame.py push exact bytes down the UART with no server involved. If a unit's firmware is too old to have `frame`, the answer is to flash it (subject to the STOP rules above), not to reach for HTTP. Co-Authored-By: Claude Opus 5 (1M context) --- AGENTS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c393b5ca..27226f04 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -49,6 +49,32 @@ rules directly. They are absolute and override "it's easier", "to be safe", and state exactly what you will erase/write and wait for it. Otherwise flash only the app partitions you changed; leave the bootloader and the known-good slot intact. +## Colour calibration — USB upload ONLY, never over HTTP + +**Getting a calibration target onto a panel MUST use the direct USB/serial frame +upload.** The `frame` console command (see +[`docs/screens/bigme_f7/custom_firmware.md`](docs/screens/bigme_f7/custom_firmware.md)) +plus [`tools/f7_send_frame.py`](tools/f7_send_frame.py) push the exact bytes down +the UART. That is what the firmware feature exists for. + +**Do NOT propose, and do not fall back to, serving the target over HTTP from a +hokku server** — not production, not the test Pi, not a throwaway local server. +It does not work for this purpose and the human has ruled it out. Concretely, the +server route is wrong because: + +- the render pipeline re-processes the image (autocontrast, gamma, CLAHE, + unsharp, error diffusion), so what reaches the glass is not the target that was + generated — measuring it measures the pipeline, not the panel; +- it requires temporarily rewriting a live server's preset and the screen's + `server_url`, both of which are disruptive and have to be restored; +- it makes the measurement depend on WiFi, poll timing and which host the screen + happens to point at, so a session cannot be reproduced. + +The USB route has none of those properties: exact bytes, on demand, no server, +no config churn. Use it. If the firmware on a unit is too old to have `frame`, +the answer is to flash it (subject to the STOP rules above), not to reach for +HTTP. + ## Python environment - Venv: `.venv/` at repo root - Windows: `.venv/Scripts/python` | Linux/macOS: `.venv/bin/python` From 02c546e923d20fecbca3ed8db7d550db4054e0b4 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 21:04:00 -0500 Subject: [PATCH 15/40] =?UTF-8?q?feat(colorcal):=20campaign=202=20?= =?UTF-8?q?=E2=80=94=20per-LUT=20gain,=20dense=20gamut,=20more=20skin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Campaign 1's algo_gain held the LUT at "bw" on my assumption that a neutral grey lands on black and white ink whatever the colour space. That is false, and measurably so. At grey 119, atkinson+serpentine: bw black .447 white .553 hue_aware black .260 white .486 red .088 green .166 oklab_hue_aware black .216 white .466 red .053 green .265 cam16ucs_hue_aware black .022 white .416 red .174 blue .066 green .322 The hue-aware LUTs deliberately build neutrals out of chromatic ink — 56% of the panel under CAM16-UCS. Consequences: campaign 1's gain curves describe the `bw` preset only, while `general` and `faces` ship `hue_aware` and are unmeasured; and a single black-coverage curve is the wrong model when five inks are in play, so the fit must be multi-ink off per-LUT ink histograms. Campaign 2 (1074 patches, ~14 h at the measured 47 s/patch): lut_gain 65 4 LUTs x 13 greys, algorithm pinned to the production atkinson+serpentine, plus bayer at matched coverage lut_algo_cross 13 is the LUT effect separable from the diffusion kernel? gamut_dense 729 9x9x9 — campaign 1's 5x5x5 is too coarse to invert on a device this non-linear skin_dense 120 40 NEW skin colours (offset seed) x 3 configs inks + control 147 its own primaries and drift controls The shuffle-and-interleave logic is now shared by both campaigns rather than copied: a campaign without its own anchors cannot be tied to any other session, so that must not be something a new campaign can forget. Campaign 1's spec regenerates byte-identical (sha256 of the patch list unchanged), so the run currently in flight is unaffected. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_spec.py | 160 +++++++++++++++++++++++++++++++++-- 1 file changed, 155 insertions(+), 5 deletions(-) diff --git a/tools/color_campaign_spec.py b/tools/color_campaign_spec.py index 3acdec00..8b4df967 100644 --- a/tools/color_campaign_spec.py +++ b/tools/color_campaign_spec.py @@ -197,7 +197,14 @@ def gamut_cube_rgb(steps: int) -> list[tuple[int, int, int]]: # ── phases ──────────────────────────────────────────────────────────────────── -def build_patches(*, seed: int, gamut_steps: int, n_skin: int, control_every: int) -> list[Patch]: +def build_patches( + *, + seed: int, + gamut_steps: int, + n_skin: int, + control_every: int, + campaign: int = 1, +) -> list[Patch]: # Reproducibility, not secrecy: the seed must regenerate the identical campaign. rng = random.Random(seed) # noqa: S311 counter = 0 @@ -209,6 +216,10 @@ def nxt() -> str: phases: list[list[Patch]] = [] + if campaign == 2: + phases.extend(_campaign2_phases(nxt, gamut_steps=gamut_steps, n_skin=n_skin, seed=seed)) + return _interleave(phases, nxt, rng, control_every) + # Phase 0 — the six solid inks, the model's primaries. Repeated and shuffled # through the campaign so a drifting primary shows up as spread between its # own repeats rather than silently biasing every fitted coverage. @@ -299,15 +310,146 @@ def nxt() -> str: ] phases.append(p4) - # Shuffle WITHIN each phase so slow drift cannot alias onto a factor. + return _interleave(phases, nxt, rng, control_every) + + +# Campaign 1's algo_gain held the LUT at "bw" on the assumption that a neutral +# grey lands on black and white ink whatever the colour space. That is FALSE, and +# measurably so: at grey 119 with atkinson+serpentine, +# +# bw black .447 white .553 +# hue_aware black .260 white .486 red .088 green .166 +# oklab_hue_aware black .216 white .466 red .053 green .265 +# cam16ucs_hue_aware black .022 white .416 red .174 blue .066 green .322 +# +# The hue-aware LUTs deliberately build neutrals out of chromatic ink — up to 56% +# of the panel. So campaign 1's gain curves describe the `bw` preset only, while +# `general` and `faces` ship `hue_aware`, whose gain is unmeasured. Worse, a single +# black-coverage curve is the wrong model when five inks are in play; the fit has +# to be multi-ink, which needs the per-LUT ink histograms this phase collects. +LUT_GAIN_LUTS = ("bw", "hue_aware", "oklab_hue_aware", "cam16ucs_hue_aware") + + +def _campaign2_phases(nxt, *, gamut_steps: int, n_skin: int, seed: int) -> list[list[Patch]]: + """Phases for the follow-up campaign. + + Two jobs campaign 1 could not do: measure gain for the LUTs actually shipped, + and sample the gamut densely enough to invert into a real 3-D correction. + """ + phases: list[list[Patch]] = [] + levels = gray_ramp_rgb(13) + + # LUT x gain. Algorithm pinned to atkinson+serpentine — the production choice — + # so the LUT is the only thing varying. Bayer at matched coverage stays in as + # the pipeline-free reference. + p_lut: list[Patch] = [ + Patch( + uid=nxt(), + phase="lut_gain", + source="bayer", + label=f"bayer {k * 4}/64", + bayer_k=k * 4, + ) + for k in range(1, 14) + ] + for lut in LUT_GAIN_LUTS: + cfg = DitherConfig("atkinson", lut, True, 30.0, 12.0) + p_lut += [ + Patch( + uid=nxt(), + phase="lut_gain", + source="pipeline", + label=f"atkinson_serp {lut} gray{rgb[0]}", + rgb=rgb, + config_name=f"atkinson_serp_{lut}", + config=asdict(cfg), + ) + for rgb in levels + ] + phases.append(p_lut) + + # Does the LUT effect depend on the diffusion kernel, or is it separable? + # One cross-check arm rather than a full factorial. + cfg_fs = DitherConfig("floyd_steinberg", "hue_aware", True, 30.0, 12.0) + phases.append( + [ + Patch( + uid=nxt(), + phase="lut_algo_cross", + source="pipeline", + label=f"fs_serp hue_aware gray{rgb[0]}", + rgb=rgb, + config_name="fs_serp_hue_aware", + config=asdict(cfg_fs), + ) + for rgb in levels + ] + ) + + # Dense gamut for a real 3-D inversion. Campaign 1's 5x5x5 is too coarse to + # invert on a device this non-linear. + name, cfg = GAMUT_CONFIG + phases.append( + [ + Patch( + uid=nxt(), + phase="gamut_dense", + source="pipeline", + label=f"gamut {rgb}", + rgb=rgb, + config_name=name, + config=asdict(cfg), + ) + for rgb in gamut_cube_rgb(gamut_steps) + ] + ) + + # More skin, offset seed so these are NEW colours rather than a repeat set. + phases.append( + [ + Patch( + uid=nxt(), + phase="skin_dense", + source="pipeline", + label=f"skin {rgb} {cname}", + rgb=rgb, + config_name=cname, + config=asdict(ccfg), + ) + for rgb in skin_locus_rgb(n_skin, seed + 1) + for cname, ccfg in COLOUR_CONFIGS + ] + ) + + # Own primaries: a campaign without its own anchors cannot be tied to another. + phases.append( + [ + Patch( + uid=nxt(), + phase="inks", + source="ink", + label=f"ink {INK_NAMES[i]} r{rep + 1}", + ink_index=i, + ) + for rep in range(INK_REPEATS) + for i in range(len(INK_NAMES)) + ] + ) + return phases + + +def _interleave(phases, nxt, rng, control_every: int) -> list[Patch]: + """Shuffle within each phase, then thread the drift controls through. + + Shared by every campaign: the controls ARE the drift measurement, and a + campaign that skipped them could not be compared against any other session. + """ ordered: list[Patch] = [] for group in phases: + # Shuffle WITHIN each phase so slow drift cannot alias onto a factor. rng.shuffle(group) ordered.extend(group) - # Interleave controls. These are the drift measurement: re-reading a fixed - # set at intervals is what tells us whether a difference between two patches - # measured hours apart is real or is the rig moving. controls = [ ("ctl_white", 0), ("ctl_black", 64), @@ -362,6 +504,13 @@ def main(argv: list[str] | None = None) -> int: ap.add_argument("--out", type=Path, default=Path("build/colorcal/campaign_spec.json")) ap.add_argument("--model", default="bigme_f7", choices=sorted(DISPLAY_REGISTRY)) ap.add_argument("--seed", type=int, default=20260808) + ap.add_argument( + "--campaign", + type=int, + default=1, + choices=(1, 2), + help="2 = the follow-up: per-LUT gain, dense gamut, more skin", + ) ap.add_argument("--gamut-steps", type=int, default=5, help="NxNxN RGB cube") ap.add_argument("--skin", type=int, default=60, help="distinct skin colours") ap.add_argument("--control-every", type=int, default=25) @@ -373,6 +522,7 @@ def main(argv: list[str] | None = None) -> int: gamut_steps=args.gamut_steps, n_skin=args.skin, control_every=args.control_every, + campaign=args.campaign, ) counts: dict[str, int] = {} From d74c44aabc0749fe7c9888ae0b9b50eed32a4454 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 21:17:43 -0500 Subject: [PATCH 16/40] feat(colorcal): capture spectra, re-anchor every session, record full provenance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three things learned the hard way today, folded back into the measurement path. SPECTRA. We were recording XYZ only. XYZ is one projection of a reflectance curve through one observer and one illuminant, so a session without spectra can never answer "how does this look under tungsten?" — and these screens hang in rooms lit by tungsten, LED and daylight. It is the only part of a measurement that cannot be reconstructed later. `spotread -s` appends the full 380-730 nm curve (36 bands) to the same logfile row, so it costs nothing per reading and needs no second file. Wavelengths are parsed from the header rather than assumed, and a spectrum whose length disagrees with the header is dropped rather than mis-aligned. SESSION ANCHORS. The instrument is recalibrated between sessions and a recalibration is not a perfect restoration of the previous one. Every run now re-measures the six primaries FIRST, before any spec patch. Without that, a difference between two patches measured in different sessions is unattributable — and this campaign already spans several calibrations. Anchors carry session-scoped uids (s003_anchor_red) so resume never skips them: a new session must always produce a fresh set. PROVENANCE. Each row gains the session number and a sha1 of the exact bytes sent to the panel, so a re-derived raster can be proven to be the same stimulus that was measured. Each session emits a header row with the spec hash, instrument arguments, firmware/config string and starting battery, so a session can be interpreted without consulting anything outside the file. Idempotency is preserved and now tested: session numbers derive from the file rather than any stored state, a torn final line from a hard kill is skipped rather than fatal, and spec patches are still matched by uid. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 176 ++++++++++++++++++++++++++++++++++-- tools/colorimeter.py | 48 ++++++++-- 2 files changed, 209 insertions(+), 15 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index fe237f59..c2dbaef9 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -25,6 +25,7 @@ from __future__ import annotations import argparse +import hashlib import json import os import sys @@ -96,6 +97,21 @@ def read_battery_mv(s) -> int | None: return None +def read_firmware(s) -> str | None: + """Firmware version + config the device reports, for the session header. + + Worth recording because the `frame` upload path and the panel waveform both + live in firmware: a session measured on a different build is not + automatically comparable, and without this that would be invisible later. + """ + try: + txt = _console_send(s, "cfg show", settle=1.0).decode("utf-8", "replace") + except (serial.SerialException, OSError): + return None + bits = [ln.strip() for ln in txt.splitlines() if ln.strip().startswith("cfg:")] + return " | ".join(bits) if bits else None + + def median_xyz(raws: list[np.ndarray]) -> list[float] | None: """Per-channel median. Median, not mean: one bad reading should not move it. @@ -118,12 +134,96 @@ def done_uids(path: Path) -> set[str]: if not line: continue try: - seen.add(json.loads(line)["uid"]) - except (json.JSONDecodeError, KeyError): + rec = json.loads(line) + except json.JSONDecodeError: continue # a torn final line from a hard kill is not fatal + uid = rec.get("uid") + if uid: + seen.add(uid) return seen +def next_session(path: Path) -> int: + """Session number for this run: one past the highest already recorded. + + A "session" is one calibration's worth of measuring. The number is derived + from the file rather than held anywhere, so the whole workflow stays + idempotent — re-running after a crash continues the numbering correctly with + no state to get out of sync. + """ + if not path.exists(): + return 1 + hi = 0 + for line in path.read_text(encoding="utf-8", errors="replace").splitlines(): + line = line.strip() + if not line: + continue + try: + hi = max(hi, int(json.loads(line).get("session") or 0)) + except (json.JSONDecodeError, TypeError, ValueError): + continue + return hi + 1 + + +def measure_session_anchors(s, display, instrument, session: int, repeats: int, settle_s: float): + """Re-measure the six primaries at the START of every session. + + The instrument is recalibrated between sessions, and a calibration is not a + perfect restoration of the previous one. Without a per-session anchor there + is no way to tell a real difference between two patches measured in + different sessions from a shift in the rig — and on a campaign that spans + days across a dozen calibrations, that ambiguity would contaminate + everything. + + These carry their own uids (``s003_anchor_red``) so resume never skips them: + a new session must always produce a fresh set. + """ + out = [] + h, w = display.panel_h, display.panel_w + for i, name in enumerate(INK_NAMES): + idx = np.full((h, w), i, dtype=np.uint8) + data = display.indices_to_panel_bytes(idx) + print(f" anchor {i + 1}/{len(INK_NAMES)}: {name}", flush=True) + rec: dict = { + "uid": f"s{session:03d}_anchor_{name}", + "session": session, + "phase": "session_anchor", + "label": f"anchor {name}", + "source": "ink", + "ink_index": i, + "ink_fraction": {n: (1.0 if n == name else 0.0) for n in INK_NAMES}, + "raster_sha1": hashlib.sha1(data, usedforsecurity=False).hexdigest()[:16], + "t_unix": time.time(), + } + if not upload_with_retry(s, data, f"anchor {name}", attempts=6, gap_s=8.0): + rec["error"] = "upload" + out.append(rec) + continue + time.sleep(settle_s) + raws, specs = [], [] + for r in range(repeats): + reading = instrument.read(f"anchor {name} #{r + 1}") + if reading is None: + continue + raws.append(reading.raw) + if reading.spectrum is not None and reading.wavelengths is not None: + specs.append(reading.spectrum) + rec.setdefault("wavelengths_nm", [float(v) for v in reading.wavelengths]) + print(f" raw XYZ = {reading.raw}") + rec["raw"] = [[float(v) for v in x] for x in raws] + med = median_xyz(raws) + rec["median_raw"] = med + if med is not None: + rec["xyz_d65_pct"] = med + else: + rec["error"] = "no_readings" + if specs: + rec["spectrum_pct"] = [[float(v) for v in sp] for sp in specs] + rec["median_spectrum_pct"] = [float(v) for v in np.median(np.vstack(specs), axis=0)] + out.append(rec) + return out + + def main(argv: list[str] | None = None) -> int: ap = argparse.ArgumentParser() ap.add_argument("--spec", type=Path, required=True) @@ -151,6 +251,11 @@ def main(argv: list[str] | None = None) -> int: # how much it is used, and ArgyllCMS offers no way to extend it. ap.add_argument("--calibration-warn-min", type=float, default=45.0) ap.add_argument("--calibration-expect-min", type=float, default=58.0) + ap.add_argument( + "--no-anchors", + action="store_true", + help="skip the per-session primary re-measurement (not recommended)", + ) ap.add_argument("--dry-run", action="store_true", help="display only, no readings") args = ap.parse_args(argv) @@ -158,11 +263,14 @@ def main(argv: list[str] | None = None) -> int: display = DISPLAY_REGISTRY[spec["model"]] patches = spec["patches"] + session = next_session(args.out) already = done_uids(args.out) todo = [p for p in patches if p["uid"] not in already] if args.limit: todo = todo[: args.limit] - print(f"spec {args.spec}: {len(patches)} patches, {len(already)} already done") + print( + f"session {session} | spec {args.spec}: {len(patches)} patches, {len(already)} already done" + ) print(f"this run: {len(todo)} patches, ~{len(todo) * 56 / 3600:.2f} h") if not todo: print("nothing to do") @@ -200,6 +308,44 @@ def main(argv: list[str] | None = None) -> int: battery_first = battery_last = None try: with args.out.open("a", encoding="utf-8") as fh: + + def emit(rec: dict) -> None: + fh.write(json.dumps(rec) + "\n") + fh.flush() + os.fsync(fh.fileno()) # survive a hard kill, not just a clean exit + + # Session header: everything needed to interpret this session's rows + # without consulting anything outside the file. + emit( + { + "record": "session_start", + "session": session, + "t_unix": time.time(), + "spec": str(args.spec), + "spec_sha256": hashlib.sha256( + json.dumps(spec["patches"], sort_keys=True).encode() + ).hexdigest()[:16], + "model": spec["model"], + "instrument": args.instrument, + "instrument_args": list(getattr(instrument, "extra_args", [])), + "repeats": args.repeats, + "settle_s": args.settle_s, + "firmware": read_firmware(s), + "battery_mv_start": read_battery_mv(s), + } + ) + + # Re-measure the primaries FIRST, every session. The instrument was + # recalibrated since the last one, and a recalibration is not a + # perfect restoration — without this the difference between two + # sessions is unattributable. + if not args.dry_run and not args.no_anchors: + print(f"\n=== session {session}: re-measuring the six primaries ===", flush=True) + assert instrument is not None + for rec in measure_session_anchors( + s, display, instrument, session, args.repeats, args.settle_s + ): + emit(rec) for n, patch in enumerate(todo, 1): idx = patch_raster(patch, display) data = display.indices_to_panel_bytes(idx) @@ -226,6 +372,7 @@ def main(argv: list[str] | None = None) -> int: rec: dict = { "uid": patch["uid"], + "session": session, "phase": patch["phase"], "label": patch["label"], "source": patch["source"], @@ -236,6 +383,9 @@ def main(argv: list[str] | None = None) -> int: "config": patch.get("config"), "is_control": patch.get("is_control", False), "ink_fraction": inks, + # Hash of the exact bytes sent to the panel: proves later that + # a re-derived raster is the same stimulus that was measured. + "raster_sha1": hashlib.sha1(data, usedforsecurity=False).hexdigest()[:16], "t_unix": time.time(), } @@ -248,7 +398,7 @@ def main(argv: list[str] | None = None) -> int: else: time.sleep(args.settle_s) assert instrument is not None - raws = [] + raws, specs = [], [] for r in range(args.repeats): reading = instrument.read(f"{patch['label']} #{r + 1}") if reading is None: @@ -260,7 +410,21 @@ def main(argv: list[str] | None = None) -> int: break continue raws.append(reading.raw) + if reading.spectrum is not None and reading.wavelengths is not None: + specs.append(reading.spectrum) + rec.setdefault( + "wavelengths_nm", [float(v) for v in reading.wavelengths] + ) print(f" raw XYZ = {reading.raw}") + if specs: + # The reflectance curve is the irreducible measurement. + # XYZ is one projection of it; keeping the spectrum is + # what allows any illuminant or observer to be applied + # later without returning to the hardware. + rec["spectrum_pct"] = [[float(v) for v in sp] for sp in specs] + rec["median_spectrum_pct"] = [ + float(v) for v in np.median(np.vstack(specs), axis=0) + ] rec["raw"] = [[float(v) for v in x] for x in raws] med = median_xyz(raws) rec["median_raw"] = med @@ -292,9 +456,7 @@ def main(argv: list[str] | None = None) -> int: if mv <= args.battery_stop_mv: stop_for_battery = mv - fh.write(json.dumps(rec) + "\n") - fh.flush() - os.fsync(fh.fileno()) # survive a hard kill, not just a clean exit + emit(rec) if calibration_expired: stopped_early = True diff --git a/tools/colorimeter.py b/tools/colorimeter.py index 31d00bb9..9d9be96b 100644 --- a/tools/colorimeter.py +++ b/tools/colorimeter.py @@ -31,6 +31,7 @@ from __future__ import annotations +import contextlib import re import shutil import subprocess @@ -108,6 +109,13 @@ class Reading: xyz_d65: np.ndarray # adapted, Y = 1.0 for a perfect diffuser raw: np.ndarray # exactly what the instrument said source: str # "spotread" | "manual" + # Full reflectance curve, when the instrument gives one. This is the only + # part of a measurement that CANNOT be reconstructed later: XYZ is a + # projection of it through one observer and one illuminant, so a session + # recorded without spectra can never answer "how does this look under + # tungsten?" without going back to the hardware. + spectrum: np.ndarray | None = None # reflectance %, one per wavelength + wavelengths: np.ndarray | None = None # nm, parallel to spectrum class Instrument: @@ -186,7 +194,10 @@ class SpotreadInstrument(Instrument): name = "spotread" - DEFAULT_ARGS = ("-O", "-N", "-i", "D65") + # ``-s`` print the spectrum with each reading. With a logfile this appends + # the full 380-730 nm reflectance curve (36 bands) to the same row, + # so it costs nothing per reading and needs no second file. + DEFAULT_ARGS = ("-O", "-N", "-s", "-i", "D65") # Set when a read fails, so a caller can tell "this instrument needs the dial # rotated" apart from "one reading glitched". They need opposite responses: @@ -255,18 +266,39 @@ def read(self, label: str) -> Reading | None: pass if logfile.exists(): + # Row layout with -s: + # header "Reading X Y Z L* a* b* 380.000 390.000 ... 730.000" + # data "1 X Y Z L* a* b* <36 reflectance values>" + # Wavelengths come from the header rather than being assumed, so a + # different instrument or band count parses correctly instead of + # being silently mislabelled. + waves: np.ndarray | None = None for line in logfile.read_text(encoding="utf-8", errors="replace").splitlines(): parts = line.split() - # "1 X Y Z L* a* b*" — skip the header row. + if not parts: + continue + if parts[0].lower().startswith("reading") and len(parts) > 7: + with contextlib.suppress(ValueError): + waves = np.array([float(v) for v in parts[7:]]) + continue if len(parts) >= 4 and parts[0].isdigit(): try: - return Reading( - xyz_d65=np.array([float(v) for v in parts[1:4]]), - raw=np.array([float(v) for v in parts[1:4]]), - source=self.name, - ) + xyz = np.array([float(v) for v in parts[1:4]]) except ValueError: - pass + continue + spec = None + if len(parts) > 7: + with contextlib.suppress(ValueError): + spec = np.array([float(v) for v in parts[7:]]) + if spec is not None and waves is not None and len(spec) != len(waves): + spec = None # mismatched: do not guess an alignment + return Reading( + xyz_d65=xyz.copy(), + raw=xyz, + source=self.name, + spectrum=spec, + wavelengths=waves if spec is not None else None, + ) # Read the console text BEFORE the temp dir is removed; the fallback # below needs it and the directory does not outlive this block. From b91a6bbbe13de5c17b1c57997b44e08d83b02d3f Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 21:56:35 -0500 Subject: [PATCH 17/40] =?UTF-8?q?feat(colorcal):=20merged=20campaign=20?= =?UTF-8?q?=E2=80=94=20run=20the=20union=20once=20instead=20of=20two=20pas?= =?UTF-8?q?ses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Splitting the work into two campaigns only made sense while campaign 1 was already measured. Starting from scratch it is strictly worse: the coarse 5x5x5 gamut is superseded by the dense one, and a second campaign pays for its own ink anchors and drift controls all over again. I kept the split after the restart because that was the earlier instruction, without revisiting it when the economics changed. --campaign 3 emits the de-duplicated union, 1436 patches / ~18.75 h: inks 18 the basis everything is expressed in tone_fine 65 exact k/64 coverage, no pipeline in the loop lut_gain 52 4 LUTs on the SHIPPING algorithm (atkinson+serpentine) algo_gain 91 ordered vs diffused, and scan order lut_algo_cross 13 is the LUT effect separable from the kernel? skin 300 100 distinct colours (both seeds, deduped) x 3 configs gamut_dense 729 9x9x9 control 168 interleaved drift + brackets Phases run in that order and the runner resumes, so the answers arrive front-loaded: tone curve, per-LUT gain, pattern dependence and all the skin work land before the gamut sweep. gamut_dense is deliberately last because it is the only phase that can be abandoned part-way without invalidating anything measured before it — 9.5 h of the 18.75 is optional in a way nothing else is. Two skin seeds are merged and de-duplicated to 100 distinct colours rather than concatenated, so the same colour is not silently measured twice. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 24 +++--- tools/color_campaign_spec.py | 152 ++++++++++++++++++++++++++++++++++- 2 files changed, 165 insertions(+), 11 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index c2dbaef9..986f1ace 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -165,7 +165,9 @@ def next_session(path: Path) -> int: return hi + 1 -def measure_session_anchors(s, display, instrument, session: int, repeats: int, settle_s: float): +def measure_session_anchors( + s, display, instrument, session: int, repeats: int, settle_s: float, emit +) -> int: """Re-measure the six primaries at the START of every session. The instrument is recalibrated between sessions, and a calibration is not a @@ -177,8 +179,12 @@ def measure_session_anchors(s, display, instrument, session: int, repeats: int, These carry their own uids (``s003_anchor_red``) so resume never skips them: a new session must always produce a fresh set. + + Each anchor is emitted the moment it completes rather than batched at the + end: six anchors is ~6 minutes, and a calibration expiry or crash inside that + window must not discard the ones already measured. """ - out = [] + n = 0 h, w = display.panel_h, display.panel_w for i, name in enumerate(INK_NAMES): idx = np.full((h, w), i, dtype=np.uint8) @@ -197,7 +203,7 @@ def measure_session_anchors(s, display, instrument, session: int, repeats: int, } if not upload_with_retry(s, data, f"anchor {name}", attempts=6, gap_s=8.0): rec["error"] = "upload" - out.append(rec) + emit(rec) continue time.sleep(settle_s) raws, specs = [], [] @@ -220,8 +226,9 @@ def measure_session_anchors(s, display, instrument, session: int, repeats: int, if specs: rec["spectrum_pct"] = [[float(v) for v in sp] for sp in specs] rec["median_spectrum_pct"] = [float(v) for v in np.median(np.vstack(specs), axis=0)] - out.append(rec) - return out + emit(rec) + n += 1 + return n def main(argv: list[str] | None = None) -> int: @@ -342,10 +349,9 @@ def emit(rec: dict) -> None: if not args.dry_run and not args.no_anchors: print(f"\n=== session {session}: re-measuring the six primaries ===", flush=True) assert instrument is not None - for rec in measure_session_anchors( - s, display, instrument, session, args.repeats, args.settle_s - ): - emit(rec) + measure_session_anchors( + s, display, instrument, session, args.repeats, args.settle_s, emit + ) for n, patch in enumerate(todo, 1): idx = patch_raster(patch, display) data = display.indices_to_panel_bytes(idx) diff --git a/tools/color_campaign_spec.py b/tools/color_campaign_spec.py index 8b4df967..e35dfe42 100644 --- a/tools/color_campaign_spec.py +++ b/tools/color_campaign_spec.py @@ -220,6 +220,10 @@ def nxt() -> str: phases.extend(_campaign2_phases(nxt, gamut_steps=gamut_steps, n_skin=n_skin, seed=seed)) return _interleave(phases, nxt, rng, control_every) + if campaign == 3: + phases.extend(_merged_phases(nxt, gamut_steps=gamut_steps, n_skin=n_skin, seed=seed)) + return _interleave(phases, nxt, rng, control_every) + # Phase 0 — the six solid inks, the model's primaries. Repeated and shuffled # through the campaign so a drifting primary shows up as spread between its # own repeats rather than silently biasing every fitted coverage. @@ -330,6 +334,150 @@ def nxt() -> str: LUT_GAIN_LUTS = ("bw", "hue_aware", "oklab_hue_aware", "cam16ucs_hue_aware") +def _merged_phases(nxt, *, gamut_steps: int, n_skin: int, seed: int) -> list[list[Patch]]: + """Everything worth measuring, de-duplicated, in descending order of value. + + Splitting this across two campaigns only makes sense when the first is + already measured. Starting from scratch it is strictly worse: the coarse 5x5x5 + gamut is superseded by the dense one, and a second campaign pays for its own + ink anchors and drift controls a second time. + + Phases run in the order listed, and the runner is resumable, so this also + front-loads the answers: the tone curve, the per-LUT gain and the skin work + all land before the 9x9x9 gamut sweep — which is the one phase that can be + abandoned part-way without invalidating anything else. + """ + phases: list[list[Patch]] = [] + levels = gray_ramp_rgb(13) + + # 1. Primaries — the basis everything else is expressed in. + phases.append( + [ + Patch( + uid=nxt(), + phase="inks", + source="ink", + label=f"ink {INK_NAMES[i]} r{rep + 1}", + ink_index=i, + ) + for rep in range(INK_REPEATS) + for i in range(len(INK_NAMES)) + ] + ) + + # 2. Fine tone response — exact known coverage, no pipeline in the loop. + phases.append( + [ + Patch(uid=nxt(), phase="tone_fine", source="bayer", label=f"bayer {k}/64", bayer_k=k) + for k in range(65) + ] + ) + + # 3. Per-LUT gain on the SHIPPING algorithm. Highest value: general and faces + # both run hue_aware, whose gain campaign 1 never measured. + p_lut: list[Patch] = [] + for lut in LUT_GAIN_LUTS: + cfg = DitherConfig("atkinson", lut, True, 30.0, 12.0) + p_lut += [ + Patch( + uid=nxt(), + phase="lut_gain", + source="pipeline", + label=f"atkinson_serp {lut} gray{rgb[0]}", + rgb=rgb, + config_name=f"atkinson_serp_{lut}", + config=asdict(cfg), + ) + for rgb in levels + ] + phases.append(p_lut) + + # 4. Pattern dependence: ordered vs diffused, and scan order. + p_algo: list[Patch] = [ + Patch( + uid=nxt(), + phase="algo_gain", + source="bayer", + label=f"bayer {k * 4}/64", + bayer_k=k * 4, + ) + for k in range(1, 14) + ] + for algo in ED_ALGORITHMS: + for serp in (False, True): + cfg = DitherConfig(algo, "bw", serp, 30.0, 12.0) + p_algo += [ + Patch( + uid=nxt(), + phase="algo_gain", + source="pipeline", + label=f"{algo}{'_serp' if serp else ''} gray{rgb[0]}", + rgb=rgb, + config_name=f"{algo}{'_serp' if serp else ''}_bw", + config=asdict(cfg), + ) + for rgb in levels + ] + phases.append(p_algo) + + # 5. Is the LUT effect separable from the diffusion kernel? + cfg_fs = DitherConfig("floyd_steinberg", "hue_aware", True, 30.0, 12.0) + phases.append( + [ + Patch( + uid=nxt(), + phase="lut_algo_cross", + source="pipeline", + label=f"fs_serp hue_aware gray{rgb[0]}", + rgb=rgb, + config_name="fs_serp_hue_aware", + config=asdict(cfg_fs), + ) + for rgb in levels + ] + ) + + # 6. Skin — both sample sets, drawn from different seeds so they are distinct + # colours rather than a repeat of the same 60. + skin_rgbs = skin_locus_rgb(60, seed) + skin_locus_rgb(n_skin, seed + 1) + seen: set[tuple[int, int, int]] = set() + skin_unique = [r for r in skin_rgbs if not (r in seen or seen.add(r))] + phases.append( + [ + Patch( + uid=nxt(), + phase="skin", + source="pipeline", + label=f"skin {rgb} {cname}", + rgb=rgb, + config_name=cname, + config=asdict(ccfg), + ) + for rgb in skin_unique + for cname, ccfg in COLOUR_CONFIGS + ] + ) + + # 7. Dense gamut LAST: the longest phase, and the only one that can be cut + # short without invalidating anything measured before it. + name, cfg = GAMUT_CONFIG + phases.append( + [ + Patch( + uid=nxt(), + phase="gamut_dense", + source="pipeline", + label=f"gamut {rgb}", + rgb=rgb, + config_name=name, + config=asdict(cfg), + ) + for rgb in gamut_cube_rgb(gamut_steps) + ] + ) + return phases + + def _campaign2_phases(nxt, *, gamut_steps: int, n_skin: int, seed: int) -> list[list[Patch]]: """Phases for the follow-up campaign. @@ -508,8 +656,8 @@ def main(argv: list[str] | None = None) -> int: "--campaign", type=int, default=1, - choices=(1, 2), - help="2 = the follow-up: per-LUT gain, dense gamut, more skin", + choices=(1, 2, 3), + help="1 = original, 2 = follow-up only, 3 = MERGED union (use this from scratch)", ) ap.add_argument("--gamut-steps", type=int, default=5, help="NxNxN RGB cube") ap.add_argument("--skin", type=int, default=60, help="distinct skin colours") From 2cd7fe07e8fa968b9753abbf96d890f5bd110abc Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 23:14:13 -0500 Subject: [PATCH 18/40] fix(colorcal): stop killing healthy runs on transient instrument glitches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cycles halved (75 patches/58 min -> ~32/25 min) after I added "precise" calibration detection. The detection was the cause. When a one-shot read fails, spotread falls back to its interactive loop and prints a banner containing "'k' to do a calibration". The classifier matched the bare substring "calibration" anywhere in the output, so a transient USB glitch was indistinguishable from an expired calibration — and the runner stopped the whole run on the first one. Session 2 ended after 32 patches with 0 failed patches and exactly 2 failed reads out of 114, one of them this: Spot read failed due to communication problem. Hit Esc or Q to give up, any other key to retry: which is self-clearing; the next read succeeded. Intermittent ColorMunki comms failures are a documented Argyll/USB issue, not a fault — 2 in 114 is a glitch rate. Three changes: * classify on SPECIFIC phrases ("needs a calibration", "calibration failed", "set instrument sensor to calibration position", "got abort or error from calibration") and separately mark communication failures as "transient". Calibration is tested first, so a genuinely failed calibration attempt — whose text contains both — still stops correctly; * retry transient failures (--transient-retries, default 2, 2 s apart), used by both the patch loop and the session anchors; * require the calibration signal TWICE before stopping, since one has already proven to be a glitch wearing a calibration message. Consequence for the record: the "~58 minute calibration expiry" I quoted is not established. Some or all of those stops may have been this same misclassification. The predictive warning still fires at 45 min but its --calibration-expect-min is a guess, not a measurement, and is now labelled as such. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 44 ++++++++++++++++++++++++++++++++----- tools/colorimeter.py | 33 ++++++++++++++++++++++++---- 2 files changed, 67 insertions(+), 10 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 986f1ace..824f0cab 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -97,6 +97,26 @@ def read_battery_mv(s) -> int | None: return None +def read_with_retry(instrument, label: str, retries: int): + """One reading, retrying transient instrument failures. + + Intermittent 'Communications failure' / 'Instrument initialisation failed' + from the ColorMunki is well documented and self-clearing — measured here at + ~2 per 114 reads, with the next read succeeding. Retrying costs a couple of + seconds; not retrying costs the patch, and previously killed the whole run. + """ + for attempt in range(retries + 1): + reading = instrument.read(label) + if reading is not None: + return reading + if getattr(instrument, "last_error", None) != "transient": + return None # a real failure — let the caller classify it + if attempt < retries: + print(f" (transient instrument error, retry {attempt + 1}/{retries})", flush=True) + time.sleep(2.0) + return None + + def read_firmware(s) -> str | None: """Firmware version + config the device reports, for the session header. @@ -208,7 +228,7 @@ def measure_session_anchors( time.sleep(settle_s) raws, specs = [], [] for r in range(repeats): - reading = instrument.read(f"anchor {name} #{r + 1}") + reading = read_with_retry(instrument, f"anchor {name} #{r + 1}", 2) if reading is None: continue raws.append(reading.raw) @@ -248,6 +268,9 @@ def main(argv: list[str] | None = None) -> int: # for hours, recording nothing — the expensive failure mode, because the panel # time is spent either way. Stop early and keep what was measured. ap.add_argument("--max-consecutive-failures", type=int, default=3) + # Transient USB failures from this instrument are self-clearing; retrying is + # seconds, while treating one as fatal costs the rest of the cycle. + ap.add_argument("--transient-retries", type=int, default=2) # This unit discharges even on USB (measured -80 mV/h), so a long campaign # walks the battery down. Warn well before it matters, and stop cleanly rather # than let it die mid-refresh: a half-written panel plus an unmeasured patch is @@ -310,6 +333,7 @@ def main(argv: list[str] | None = None) -> int: consecutive_fail = 0 stop_for_battery: int | None = None calibration_expired = False + cal_signals = 0 warned_cal = False stopped_early = False battery_first = battery_last = None @@ -406,15 +430,23 @@ def emit(rec: dict) -> None: assert instrument is not None raws, specs = [], [] for r in range(args.repeats): - reading = instrument.read(f"{patch['label']} #{r + 1}") + reading = read_with_retry( + instrument, f"{patch['label']} #{r + 1}", args.transient_retries + ) if reading is None: print(f" ! no reading #{r + 1}") if getattr(instrument, "last_error", None) == "calibration": - # Nothing to retry: every later read fails the - # same way until a human rotates the dial. - calibration_expired = True - break + # Require the signal TWICE before stopping the + # run. A single one has already proven to be a + # transient glitch wearing a calibration + # message, and stopping on it cost half a + # cycle every time. + cal_signals += 1 + if cal_signals >= 2: + calibration_expired = True + break continue + cal_signals = 0 raws.append(reading.raw) if reading.spectrum is not None and reading.wavelengths is not None: specs.append(reading.spectrum) diff --git a/tools/colorimeter.py b/tools/colorimeter.py index 9d9be96b..191d8dc3 100644 --- a/tools/colorimeter.py +++ b/tools/colorimeter.py @@ -313,11 +313,36 @@ def read(self, label: str) -> Reading | None: raw = parse_xyz(line) if raw is not None: return Reading(xyz_d65=raw.copy(), raw=raw, source=self.name) - # Classify the failure. "needs a calibration" / "Calibration failed" means - # the ~1 h expiry has hit and every subsequent read will fail the same way - # until a human rotates the dial — there is nothing to retry. + # Classify the failure — and be SPECIFIC. Matching the bare word + # "calibration" anywhere in the output is wrong: when a one-shot read + # fails, spotread falls back to its interactive loop and prints a banner + # containing "'k' to do a calibration". That made every transient USB + # glitch indistinguishable from an expired calibration, and a caller that + # stops on the latter would kill a healthy run on a single hiccup. lowered = out.lower() - self.last_error = "calibration" if "calibration" in lowered else "unknown" + if any( + p in lowered + for p in ( + "needs a calibration", + "calibration failed", + "set instrument sensor to calibration position", + "got abort or error from calibration", + ) + ): + self.last_error = "calibration" + elif any( + p in lowered + for p in ( + "communication problem", + "communications failure", + "instrument initialisation failed", + ) + ): + # Retryable. Measured at ~2 failures per 114 reads with the next read + # succeeding; a known ColorMunki/Argyll USB flakiness, not a fault. + self.last_error = "transient" + else: + self.last_error = "unknown" print(f" ! no XYZ in {self.exe} output; last lines:") for line in out.strip().splitlines()[-4:]: print(f" | {line}") From 9ce62e44ab503ddfba2e3e4bed849ccabf7c723a Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 23:30:14 -0500 Subject: [PATCH 19/40] feat(colorcal): record calibration time, and refuse to start a cycle on a stale one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correcting my own correction. When I found the misclassification I declared the ~58 min calibration expiry "not established". It is established — both things were true at once: calibration -> session 2 ran 29 min, killed by the misclassification bug -> +57 min: a 3-read test PASSED, so I resumed without recalibrating -> +62 min: session 3 died after 5 min with 14x "Calibration failed" So the expiry is real at roughly 60 minutes, AND the bug was separately wasting half of each cycle. Fixing the bug did not make the expiry go away. The trap in "resume without recalibrating" is that a successful reading proves the calibration is valid at that instant, not that it has any life left. I resumed with about three minutes remaining and lost the cycle. tools/f7_calibrate.py now performs the calibration AND records when, since Argyll exposes no way to ask the age. color_campaign_run reads that stamp and aborts if the calibration is older than --max-calibration-age-min (default 15), printing how much cycle is left when it does start. --ignore-calibration-age opts out. This makes the operational rule enforceable rather than something I have to remember: calibrate, then start immediately. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 26 ++++++++++++++ tools/f7_calibrate.py | 67 +++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 tools/f7_calibrate.py diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 824f0cab..ab75c22b 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -43,6 +43,7 @@ from color_measure_f7 import catch_console, upload_with_retry from color_target import fullscreen_bayer_raster from colorimeter import make_instrument +from f7_calibrate import NOMINAL_LIFETIME_S, calibration_age_s from hokku.screens.bigme_f7.bootstrap import _console_send from hokku.screens.registry import DISPLAY_REGISTRY from hokku.webserver.dither_config import DitherConfig @@ -271,6 +272,10 @@ def main(argv: list[str] | None = None) -> int: # Transient USB failures from this instrument are self-clearing; retrying is # seconds, while treating one as fatal costs the rest of the cycle. ap.add_argument("--transient-retries", type=int, default=2) + # A cycle started on a nearly-expired calibration is a wasted cycle: one was + # lost starting with ~3 minutes left. Refuse rather than discover it later. + ap.add_argument("--max-calibration-age-min", type=float, default=15.0) + ap.add_argument("--ignore-calibration-age", action="store_true") # This unit discharges even on USB (measured -80 mV/h), so a long campaign # walks the battery down. Warn well before it matters, and stop cleanly rather # than let it die mid-refresh: a half-written panel plus an unmeasured patch is @@ -306,6 +311,27 @@ def main(argv: list[str] | None = None) -> int: print("nothing to do") return 0 + age = calibration_age_s() + if not args.dry_run and not args.ignore_calibration_age: + if age is None: + print( + "No calibration timestamp found. Run tools/f7_calibrate.py first\n" + "(or pass --ignore-calibration-age if the calibration is known fresh)." + ) + return 1 + if age > args.max_calibration_age_min * 60: + print( + f"ABORT: the calibration is {age / 60:.0f} min old and lasts about " + f"{NOMINAL_LIFETIME_S // 60} min.\n" + " Starting now would waste most of the cycle. Recalibrate with\n" + " tools/f7_calibrate.py, then start immediately." + ) + return 1 + print( + f"calibration age {age / 60:.1f} min — " + f"~{(NOMINAL_LIFETIME_S - age) / 60:.0f} min of cycle expected" + ) + instrument = None if not args.dry_run: instrument = make_instrument(args.instrument, timeout_s=args.instrument_timeout) diff --git a/tools/f7_calibrate.py b/tools/f7_calibrate.py new file mode 100644 index 00000000..628a6f4a --- /dev/null +++ b/tools/f7_calibrate.py @@ -0,0 +1,67 @@ +#!/usr/bin/env python3 +"""Calibrate the spectrophotometer and record WHEN, so cycles start informed. + +ArgyllCMS persists a calibration and `-N` reuses it, but the calibration times +out — measured at roughly 60 minutes on the ColorMunki Photo. Argyll does not +publish the age, and a successful reading proves only that the calibration is +valid *right now*, not that it has any life left. Starting a measurement cycle +on a calibration with three minutes remaining wastes the whole cycle: that is +exactly how one was lost. + +So the calibration timestamp is written here, and color_campaign_run reads it and +refuses to start a long cycle on a stale one. + +Usage: + python tools/f7_calibrate.py # dial must be in the CALIBRATION position +""" + +from __future__ import annotations + +import json +import shutil +import subprocess +import sys +import time +from pathlib import Path + +STAMP = Path.home() / ".cache" / "ArgyllCMS" / "hokku_last_calibration.json" +# Measured on this instrument: valid at 57 min, expired by 62 min. +NOMINAL_LIFETIME_S = 60 * 60 + + +def stamp_path() -> Path: + return STAMP + + +def calibration_age_s() -> float | None: + """Seconds since the last recorded calibration, or None if never recorded.""" + if not STAMP.exists(): + return None + try: + return time.time() - float(json.loads(STAMP.read_text(encoding="utf-8"))["t_unix"]) + except (json.JSONDecodeError, KeyError, ValueError, OSError): + return None + + +def main() -> int: + exe = shutil.which("spotread") or r"C:\Program Files\Argyll\Argyll_V3.5.0\bin\spotread.exe" + print("Calibrating — the dial must be in the CALIBRATION position.", flush=True) + # No -N: this call is the calibration. -O does one cal-or-measure and exits. + proc = subprocess.run( + [exe, "-O", "-i", "D65"], capture_output=True, text=True, timeout=180, check=False + ) + out = (proc.stdout or "") + (proc.stderr or "") + if "calibration complete" not in out.lower(): + print("FAILED — is the dial in the CALIBRATION position?") + for line in out.strip().splitlines()[-4:]: + print(f" | {line}") + return 1 + STAMP.parent.mkdir(parents=True, exist_ok=True) + STAMP.write_text(json.dumps({"t_unix": time.time()}), encoding="utf-8") + print(f"Calibration complete. Recorded at {time.strftime('%H:%M:%S')}.") + print(f"Expect ~{NOMINAL_LIFETIME_S // 60} minutes of usable measuring — start the run NOW.") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 9c411f79b73584551e77286e680acfb722d09abf Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 8 Aug 2026 23:37:18 -0500 Subject: [PATCH 20/40] =?UTF-8?q?fix(colorcal):=20the=20calibration=20dead?= =?UTF-8?q?line=20is=20a=20known=20constant=20=E2=80=94=20end=20cycles=20c?= =?UTF-8?q?leanly=20at=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The expiry is not physical and not a guess. ArgyllCMS's ColorMunki driver hardcodes it, spectro/munki_imp.c: #define DCALTOUT (1 * 60 * 60) /* [1 Hrs] Dark Calibration timeout in seconds */ #define WCALTOUT (24 * 60 * 60) /* [24 Hrs] White Calibration timeout in seconds */ if ((curtime - cs->ddate) > DCALTOUT) { ... dark_valid = 0; } Three things follow. It is the DARK calibration that expires, not the white one (the white tile is good for 24 h). It expires on elapsed time alone — no drift or temperature is measured. And the source gives no justification for the hour; it is a conservative policy constant, not an instrument property. It matches observation exactly: valid at 57 min, expired by 62. Since the deadline is known to the second rather than guessed, the runner now stops CLEANLY five minutes before it, instead of measuring until reads start failing and losing patches to errors that cannot succeed. The heads-up now reports real minutes remaining rather than minutes elapsed against a guess. Consequence worth stating plainly: a ~19 h campaign needs ~19 calibrations, and no amount of robustness work changes that — it is a fixed hourly tax. Raising DCALTOUT and rebuilding Argyll is possible (AGPL, source public) but should not be done before measuring whether the dark reading actually drifts over a longer window. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 27 +++++++++++++++++++-------- tools/f7_calibrate.py | 16 +++++++++++++++- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index ab75c22b..4e372c84 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -43,7 +43,7 @@ from color_measure_f7 import catch_console, upload_with_retry from color_target import fullscreen_bayer_raster from colorimeter import make_instrument -from f7_calibrate import NOMINAL_LIFETIME_S, calibration_age_s +from f7_calibrate import NOMINAL_LIFETIME_S, SAFETY_MARGIN_S, calibration_age_s from hokku.screens.bigme_f7.bootstrap import _console_send from hokku.screens.registry import DISPLAY_REGISTRY from hokku.webserver.dither_config import DitherConfig @@ -408,15 +408,26 @@ def emit(rec: dict) -> None: inks = ink_histogram(idx) elapsed = time.monotonic() - t_start - # The ColorMunki's reflective calibration expires on a timer, not - # on use: measured at ~58 min of CONTINUOUS reading. Warn before it - # lands so the dial rotation can be planned rather than discovered. - if not warned_cal and elapsed > args.calibration_warn_min * 60: + # ArgyllCMS invalidates the DARK calibration at exactly DCALTOUT + # (1 h) on elapsed time alone — see f7_calibrate for the source + # quote. Because the deadline is known rather than guessed, stop on + # our own terms just before it instead of letting reads fail into + # it and lose patches to errors that cannot succeed. + cal_left = None if age is None else NOMINAL_LIFETIME_S - (age + elapsed) + if cal_left is not None and cal_left <= SAFETY_MARGIN_S: + stopped_early = True + print( + f"\n*** {cal_left / 60:.0f} min of dark calibration left — " + "stopping cleanly before it expires. ***\n" + " Recalibrate with tools/f7_calibrate.py, then start again.", + flush=True, + ) + break + if not warned_cal and cal_left is not None and cal_left < 12 * 60: warned_cal = True print( - f"\n*** HEADS UP: {elapsed / 60:.0f} min since calibration. " - f"It expires around {args.calibration_expect_min:.0f} min, so this " - "cycle will stop soon and need the dial rotated. ***", + f"\n*** HEADS UP: {cal_left / 60:.0f} min of dark calibration " + "left; this cycle will end cleanly then. ***", flush=True, ) eta = (elapsed / max(n - 1, 1)) * (len(todo) - n + 1) if n > 1 else 0.0 diff --git a/tools/f7_calibrate.py b/tools/f7_calibrate.py index 628a6f4a..5eb01c86 100644 --- a/tools/f7_calibrate.py +++ b/tools/f7_calibrate.py @@ -25,8 +25,22 @@ from pathlib import Path STAMP = Path.home() / ".cache" / "ArgyllCMS" / "hokku_last_calibration.json" -# Measured on this instrument: valid at 57 min, expired by 62 min. +# NOT a guess and not a physical property of the instrument: ArgyllCMS's ColorMunki +# driver hardcodes it. From spectro/munki_imp.c: +# +# #define DCALTOUT (1 * 60 * 60) /* [1 Hrs] Dark Calibration timeout in seconds */ +# #define WCALTOUT (24 * 60 * 60) /* [24 Hrs] White Calibration timeout in seconds */ +# +# if ((curtime - cs->ddate) > DCALTOUT) { ... dark_valid = 0; } +# +# So it is the DARK calibration that expires, on elapsed time alone — no drift or +# temperature is measured — and the white tile calibration is good for 24 h. The +# source carries no comment justifying the hour; it is a conservative policy +# constant. Matches observation exactly: valid at 57 min, expired by 62 min. NOMINAL_LIFETIME_S = 60 * 60 +# Stop this far before the deadline so a cycle ends cleanly instead of crashing +# into the expiry and burning patches on reads that cannot succeed. +SAFETY_MARGIN_S = 5 * 60 def stamp_path() -> Path: From 62c86a62e1e011c4f96ea71bc45529fbbedf1858 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 00:40:19 -0500 Subject: [PATCH 21/40] feat(colorcal): bracket each calibration with anchors to measure dark-cal drift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Argyll invalidates the ColorMunki's dark calibration after exactly one hour on elapsed time alone, measuring nothing. On this rig that is a dial rotation every hour — roughly 19 manual interruptions for the campaign — so whether the constant protects anything is worth real money. First attempt was to forge it: rewrite the calibration date in Argyll's cache and measure for hours on a knowingly stale dark cal. The date fields are there (two int32 time_t at offsets 85 and 3221, confirmed against a calibration we had just performed), but the file is checksummed: Checksum didn't verify, got 0xc845799b, expected 0x4445836c The algorithm is rotate-left-13-and-add (update_chsum in munki_imp.c) and the stored value is the last four bytes, but no contiguous byte range reproduces it and the implied seeds are not meaningful values — it covers the serialised fields, not the file bytes. Forging it convincingly means reverse-engineering Argyll's serialiser, and a subtly corrupt calibration is worse than no experiment. Abandoned; the cache file was restored and verified byte-identical. The same question answers itself from data we already collect. Anchors now run at BOTH ends of a session, bracketing one calibration: if a stale dark cal biases readings, the same six inks measured ~50 minutes apart on that one calibration must differ; if they agree to the 0.3 dE noise floor, the hour is over-conservative and we will have measured it rather than assumed it. The clean stop now reserves ANCHOR_BLOCK_S for the closing bracket, so a session ends measured rather than cut off. --no-closing-anchors buys the ~6 min back once the question is settled. Co-Authored-By: Claude Opus 5 (1M context) --- tools/cal_drift_experiment.py | 193 ++++++++++++++++++++++++++++++++++ tools/color_campaign_run.py | 61 +++++++++-- 2 files changed, 245 insertions(+), 9 deletions(-) create mode 100644 tools/cal_drift_experiment.py diff --git a/tools/cal_drift_experiment.py b/tools/cal_drift_experiment.py new file mode 100644 index 00000000..5135e8d3 --- /dev/null +++ b/tools/cal_drift_experiment.py @@ -0,0 +1,193 @@ +#!/usr/bin/env python3 +"""Does ArgyllCMS's 1-hour dark-calibration timeout actually protect anything? + +ArgyllCMS invalidates the ColorMunki's dark calibration after exactly one hour +(``DCALTOUT`` in ``spectro/munki_imp.c``), on elapsed time alone — it measures no +drift and checks no temperature, and the source gives no justification for the +value. On this rig that costs a dial rotation every hour, so a ~19 h campaign +pays ~19 manual interruptions. Worth knowing whether the constant is earning it. + +Method: keep the ORIGINAL dark-calibration data and only rewrite its recorded +date, so Argyll keeps measuring with a calibration that is genuinely hours old. +Then read one unchanging patch repeatedly and watch whether the numbers move. + + no drift -> the hour is over-conservative for this instrument, and the + campaign could run far longer per calibration + drift -> the constant is doing real work, and we learn its magnitude + +Confound and how it is handled: e-paper is bistable but not perfectly static, so +a slowly fading panel would look like instrument drift. The same field is +therefore re-uploaded periodically; a fade would show up as a step at each +refresh, while instrument drift would continue smoothly through it. + +Black ink is the stimulus because dark-current error is proportionally largest +where there is least signal — if a stale dark calibration hurts anywhere, it +hurts here first. + +Everything is reversible: the calibration file is backed up before the first +patch and restored on exit. +""" + +from __future__ import annotations + +import argparse +import contextlib +import json +import shutil +import struct +import sys +import time +from pathlib import Path + +import numpy as np +import serial + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from color_measure_f7 import catch_console, upload_with_retry +from colorimeter import make_instrument +from hokku.screens.registry import DISPLAY_REGISTRY + +CAL_FILE = Path.home() / ".cache" / "ArgyllCMS" / ".mk_2017853.cal" +# Located empirically: two int32 fields both holding the calibration time_t, +# confirmed by matching a calibration we had just performed to the second. +DATE_OFFSETS = (85, 3221) + + +def read_cal_dates(path: Path) -> list[int]: + data = path.read_bytes() + return [struct.unpack_from(" None: + """Rewrite ONLY the recorded date, leaving the calibration data untouched. + + That is the whole point: the instrument keeps using measurements taken hours + ago, so any change in the readings is the staleness we are trying to detect. + """ + data = bytearray(path.read_bytes()) + for off in DATE_OFFSETS: + struct.pack_into(" int: + ap = argparse.ArgumentParser() + ap.add_argument("--out", type=Path, default=Path("build/colorcal/cal_drift.jsonl")) + ap.add_argument("--port", default="COM10") + ap.add_argument("--hours", type=float, default=7.0) + ap.add_argument("--interval-s", type=float, default=300.0) + ap.add_argument("--repeats", type=int, default=3) + ap.add_argument("--ink", default="black", help="which solid ink to park on the glass") + ap.add_argument( + "--refresh-every", type=int, default=12, help="re-upload the field every N reads" + ) + args = ap.parse_args() + + names = ("black", "white", "yellow", "red", "blue", "green") + ink_index = names.index(args.ink) + display = DISPLAY_REGISTRY["bigme_f7"] + + if not CAL_FILE.exists(): + print(f"no calibration file at {CAL_FILE}") + return 1 + backup = CAL_FILE.with_suffix(".cal.drift_backup") + if not backup.exists(): + shutil.copy2(CAL_FILE, backup) + original_dates = read_cal_dates(CAL_FILE) + true_cal_time = min(original_dates) + print(f"original calibration date: {time.strftime('%H:%M:%S', time.localtime(true_cal_time))}") + print(f"backup: {backup}") + + instrument = make_instrument("spotread", timeout_s=45.0) + instrument.prepare() + + print(f"catching console on {args.port}...", flush=True) + s = catch_console(args.port, 900.0) + if s is None: + print("console never answered — cannot park a field on the glass") + return 1 + + args.out.parent.mkdir(parents=True, exist_ok=True) + idx = np.full((display.panel_h, display.panel_w), ink_index, dtype=np.uint8) + data = display.indices_to_panel_bytes(idx) + + n = 0 + deadline = time.monotonic() + args.hours * 3600 + try: + with args.out.open("a", encoding="utf-8") as fh: + + def emit(rec: dict) -> None: + fh.write(json.dumps(rec) + "\n") + fh.flush() + + print(f"parking {args.ink} on the glass...", flush=True) + if not upload_with_retry(s, data, args.ink, attempts=6, gap_s=8.0): + print("could not display the field") + return 1 + emit({"event": "refresh", "t_unix": time.time(), "ink": args.ink}) + time.sleep(5.0) + + while time.monotonic() < deadline: + # Re-date the calibration so Argyll will use it. The DATA is the + # original; only its timestamp moves. + set_cal_dates(CAL_FILE, int(time.time())) + age_s = time.time() - true_cal_time + + raws, specs = [], [] + for r in range(args.repeats): + reading = instrument.read(f"drift #{n}.{r}") + if reading is None: + continue + raws.append(reading.raw) + if reading.spectrum is not None: + specs.append(reading.spectrum) + rec: dict = { + "event": "read", + "n": n, + "t_unix": time.time(), + "true_cal_age_s": age_s, + "raw": [[float(v) for v in x] for x in raws], + "error": None if raws else getattr(instrument, "last_error", "none"), + } + if raws: + rec["median_raw"] = [float(v) for v in np.median(np.vstack(raws), axis=0)] + if specs: + rec["median_spectrum_pct"] = [ + float(v) for v in np.median(np.vstack(specs), axis=0) + ] + emit(rec) + med = rec.get("median_raw") + print( + f"[{n:3d}] cal age {age_s / 3600:5.2f} h " + + (f"XYZ {[round(v, 4) for v in med]}" if med else f"FAIL {rec['error']}"), + flush=True, + ) + + n += 1 + # Periodic re-upload: separates a fading panel (a step here) from + # instrument drift (which would continue smoothly through it). + if args.refresh_every and n % args.refresh_every == 0: + if upload_with_retry(s, data, args.ink, attempts=4, gap_s=8.0): + emit({"event": "refresh", "t_unix": time.time(), "ink": args.ink}) + print(" (field re-uploaded)", flush=True) + time.sleep(5.0) + + time.sleep(max(0.0, args.interval_s)) + except KeyboardInterrupt: + print("\ninterrupted", flush=True) + finally: + with contextlib.suppress(serial.SerialException, OSError): + s.close() + # Always put the real calibration file back, whatever happened. + shutil.copy2(backup, CAL_FILE) + print(f"restored the original calibration file from {backup}", flush=True) + print(f"{n} readings -> {args.out}") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 4e372c84..19c8d15a 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -51,6 +51,11 @@ INK_NAMES = ("black", "white", "yellow", "red", "blue", "green") +# Wall-clock cost of one six-ink anchor block (upload + refresh + reads each). +# Reserved at the end of a session so the closing bracket fits before the dark +# calibration expires. +ANCHOR_BLOCK_S = 6 * 55 + def patch_raster(patch: dict, display) -> np.ndarray: """Palette-index raster for one patch. @@ -187,9 +192,24 @@ def next_session(path: Path) -> int: def measure_session_anchors( - s, display, instrument, session: int, repeats: int, settle_s: float, emit + s, display, instrument, session: int, repeats: int, settle_s: float, emit, tag: str = "open" ) -> int: - """Re-measure the six primaries at the START of every session. + """Re-measure the primaries at the start (and end) of every session. + + Running this at BOTH ends is what turns the campaign into its own drift + experiment. ArgyllCMS invalidates the dark calibration after exactly one hour + on elapsed time alone, measuring nothing — so whether that hour is protecting + anything is an open question, and an expensive one at a dial rotation apiece. + Anchors at open and close bracket a single calibration: if a stale dark cal + biases readings, the same six inks measured ~50 minutes apart on that one + calibration must differ. If they agree to the noise floor, the timeout is + over-conservative and the evidence is ours rather than assumed. + + The original plan was to fake the calibration date in Argyll's cache file and + measure for hours on a deliberately stale one. That file is checksummed over + its serialised fields, and forging it convincingly was not worth the risk of a + subtly corrupt calibration. This gets the same answer from data we collect + anyway. The instrument is recalibrated between sessions, and a calibration is not a perfect restoration of the previous one. Without a per-session anchor there @@ -210,12 +230,13 @@ def measure_session_anchors( for i, name in enumerate(INK_NAMES): idx = np.full((h, w), i, dtype=np.uint8) data = display.indices_to_panel_bytes(idx) - print(f" anchor {i + 1}/{len(INK_NAMES)}: {name}", flush=True) + print(f" anchor[{tag}] {i + 1}/{len(INK_NAMES)}: {name}", flush=True) rec: dict = { - "uid": f"s{session:03d}_anchor_{name}", + "uid": f"s{session:03d}_anchor_{tag}_{name}", "session": session, "phase": "session_anchor", - "label": f"anchor {name}", + "anchor_tag": tag, + "label": f"anchor {tag} {name}", "source": "ink", "ink_index": i, "ink_fraction": {n: (1.0 if n == name else 0.0) for n in INK_NAMES}, @@ -286,6 +307,10 @@ def main(argv: list[str] | None = None) -> int: # how much it is used, and ArgyllCMS offers no way to extend it. ap.add_argument("--calibration-warn-min", type=float, default=45.0) ap.add_argument("--calibration-expect-min", type=float, default=58.0) + # Anchors at BOTH ends bracket a single calibration, which is how we find out + # whether Argyll's 1 h dark-cal timeout protects anything real. Disable once + # that question is settled to buy back ~6 min per cycle. + ap.add_argument("--no-closing-anchors", dest="closing_anchors", action="store_false") ap.add_argument( "--no-anchors", action="store_true", @@ -400,7 +425,7 @@ def emit(rec: dict) -> None: print(f"\n=== session {session}: re-measuring the six primaries ===", flush=True) assert instrument is not None measure_session_anchors( - s, display, instrument, session, args.repeats, args.settle_s, emit + s, display, instrument, session, args.repeats, args.settle_s, emit, "open" ) for n, patch in enumerate(todo, 1): idx = patch_raster(patch, display) @@ -414,11 +439,29 @@ def emit(rec: dict) -> None: # our own terms just before it instead of letting reads fail into # it and lose patches to errors that cannot succeed. cal_left = None if age is None else NOMINAL_LIFETIME_S - (age + elapsed) - if cal_left is not None and cal_left <= SAFETY_MARGIN_S: + # Leave room for the closing anchor block as well as the margin, so + # the session ends with a measured bracket rather than being cut off. + closing = ANCHOR_BLOCK_S if (args.closing_anchors and not args.no_anchors) else 0 + if cal_left is not None and cal_left <= SAFETY_MARGIN_S + closing: stopped_early = True + if closing and not args.dry_run and instrument is not None: + print( + f"\n=== session {session}: closing anchors " + "(brackets this calibration for drift) ===", + flush=True, + ) + measure_session_anchors( + s, + display, + instrument, + session, + args.repeats, + args.settle_s, + emit, + "close", + ) print( - f"\n*** {cal_left / 60:.0f} min of dark calibration left — " - "stopping cleanly before it expires. ***\n" + "\n*** dark calibration nearly expired — stopped cleanly. ***\n" " Recalibrate with tools/f7_calibrate.py, then start again.", flush=True, ) From fa9806f182205fd5529582fa6e8a5cd7bd35a3a7 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 00:42:42 -0500 Subject: [PATCH 22/40] feat(colorcal): fit a Yule-Nielsen ink-mixing model to the measured data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pipeline assumes inks mix linearly by area; the panel disagrees by up to dE 12. The standard correction is Yule-Nielsen — R^(1/n) = SUM a_i R_i^(1/n) — where n describes how far light spreads under the halftone relative to its period. This device suits the model unusually well: one ink per pixel means no overprints, so the Neugebauer primaries ARE the six measured inks and there are no interaction terms to invent. Validated on the 263-patch archive: Yule-Nielsen n = 1.62 mean dE76 2.49, median 2.30, p95 6.35 linear-mixing baseline mean dE76 5.23 -> the model removes 52% of the error Per config, the fitted n independently reproduces the algo_gain result by an entirely different route: bayer 1.90 (most spreading), stucki_serp 1.74, FS 1.69, atkinson 1.61, hue_aware variants 1.45-1.47. The earlier finding came from an ad-hoc arch fit on effective coverage; this comes from a physical model on ink histograms, and they agree on the ordering. n is found by scanning rather than gradient descent: it is one bounded scalar with a cheap objective, and a scan cannot fall into a local minimum or wander somewhere unphysical. A residual of 2.49 dE against a 0.3 dE noise floor says the model is still missing something — most likely that n varies with coverage rather than being constant across the arch. Spectral fitting (now that spectra are recorded) and per-config n are the next refinements. The measured anchors are printed for palette_measured_rgb, with the warning that they are ABSOLUTE reflectance: paper white sits far below sRGB white, so adopting them unchanged darkens everything. Choosing the gamut-mapping intent is a decision, not something the measurement settles. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_model.py | 256 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 tools/color_model.py diff --git a/tools/color_model.py b/tools/color_model.py new file mode 100644 index 00000000..ac800df4 --- /dev/null +++ b/tools/color_model.py @@ -0,0 +1,256 @@ +#!/usr/bin/env python3 +"""Fit a Yule-Nielsen ink-mixing model to measured panel data. + +The dither pipeline assumes palette inks mix LINEARLY by area. Measurement says +otherwise: a 50 % black dither lands at ~71 % effective coverage. That gap is +optical — light entering the white paper between dots scatters sideways and +emerges having passed under a dot, so a dot absorbs more than its own area. The +standard correction is Yule-Nielsen: + + R_pred^(1/n) = SUM_i a_i * R_i^(1/n) + +with ``a_i`` the area fraction of ink i, ``R_i`` its measured reflectance, and +``n`` a single fitted number describing how far light spreads relative to the +halftone period. n = 1 is linear mixing (Murray-Davies); larger n means more +spreading. Fitting n is the whole model — everything else is measured. + +This device is unusually clean for that model: each pixel is exactly ONE ink, so +there are no overprints and the Neugebauer primaries are simply the six inks we +measured directly. No ink-interaction terms to guess. + +Every patch record carries its EXACT ink histogram (we generated the raster, so +it is known rather than inferred) alongside the measured colour, which is +precisely the (coverage -> colour) pairing the fit needs. + +Spectral data is used when present — the model is properly spectral, and fitting +per-wavelength then integrating is more faithful than fitting tristimulus. Older +records carry XYZ only; those fall back to applying the same relation per +channel, which is the usual tristimulus approximation. + +Usage: + python tools/color_model.py --data build/colorcal/campaign.jsonl + python tools/color_model.py --data .jsonl --per-config +""" + +from __future__ import annotations + +import argparse +import collections +import json +import sys +from pathlib import Path + +import numpy as np + +INK_NAMES = ("black", "white", "yellow", "red", "blue", "green") +D65 = np.array([0.95047, 1.0, 1.08883]) +_M_XYZ2RGB = np.array( + [ + [3.2406, -1.5372, -0.4986], + [-0.9689, 1.8758, 0.0415], + [0.0557, -0.2040, 1.0570], + ] +) + + +def lab(xyz_pct) -> np.ndarray: + """XYZ in percent (Y=100 for a perfect diffuser) -> CIELAB under D65.""" + t = np.asarray(xyz_pct, dtype=float) / 100.0 / D65 + f = np.where(t > 216 / 24389, np.cbrt(t), (24389 / 27 * t + 16) / 116) + return np.array([116 * f[1] - 16, 500 * (f[0] - f[1]), 200 * (f[1] - f[2])]) + + +def delta_e76(a, b) -> float: + return float(np.linalg.norm(np.asarray(a) - np.asarray(b))) + + +def xyz_to_srgb8(xyz_pct) -> tuple[int, int, int]: + lin = _M_XYZ2RGB @ (np.asarray(xyz_pct, dtype=float) / 100.0) + lin = np.clip(lin, 0.0, 1.0) + s = np.where(lin <= 0.0031308, 12.92 * lin, 1.055 * np.power(lin, 1 / 2.4) - 0.055) + return tuple(int(v) for v in np.rint(s * 255)) # type: ignore[return-value] + + +# ── loading ─────────────────────────────────────────────────────────────────── + + +def load_records(path: Path) -> list[dict]: + out = [] + for line in path.read_text(encoding="utf-8", errors="replace").splitlines(): + line = line.strip() + if not line: + continue + try: + rec = json.loads(line) + except json.JSONDecodeError: + continue # torn final line from a hard kill + if "xyz_d65_pct" in rec and rec.get("ink_fraction"): + out.append(rec) + return out + + +def primaries(records: list[dict]) -> dict[str, dict]: + """Measured colour of each solid ink, averaged over every time it was read. + + Solid inks arrive from three places — the `inks` phase, the campaign's + open/close brackets, and the per-session anchors — and all of them are the + same stimulus, so all of them are evidence. + """ + acc: dict[str, list[dict]] = collections.defaultdict(list) + for r in records: + if r.get("source") != "ink": + continue + frac = r["ink_fraction"] + solid = [k for k, v in frac.items() if v > 0.999] + if len(solid) != 1: + continue + acc[solid[0]].append(r) + out = {} + for name, rs in acc.items(): + xyz = np.array([r["xyz_d65_pct"] for r in rs]) + entry = { + "xyz": xyz.mean(axis=0), + "n": len(rs), + "spread_de": float( + np.mean([delta_e76(lab(x), lab(xyz.mean(axis=0))) for x in xyz]) + if len(rs) > 1 + else 0.0 + ), + } + specs = [r["median_spectrum_pct"] for r in rs if r.get("median_spectrum_pct")] + if specs: + entry["spectrum"] = np.mean(np.array(specs), axis=0) + out[name] = entry + return out + + +# ── the model ───────────────────────────────────────────────────────────────── + + +def yn_mix(fractions: np.ndarray, prim: np.ndarray, n: float) -> np.ndarray: + """Yule-Nielsen mix: (sum a_i * R_i^(1/n))^n, elementwise over channels/bands. + + Reflectances are clipped away from zero before the fractional power: black + ink reads ~1 % and a zero would make the root explode, which would let one + dark primary dominate the fit for purely numerical reasons. + """ + r = np.maximum(prim, 1e-6) ** (1.0 / n) + return (fractions @ r) ** n + + +def fit_n(records: list[dict], prim: dict[str, dict], spectral: bool) -> tuple[float, float]: + """Find the single n minimising mean prediction error, and report that error. + + Scanned rather than gradient-solved: n is one bounded scalar, the objective is + cheap, and a scan cannot land in a local minimum or wander outside the + physically sensible range the way an unconstrained solver can. + """ + key = "spectrum" if spectral else "xyz" + prim_mat = np.array([prim[k][key] for k in INK_NAMES]) + rows, meas = [], [] + for r in records: + rows.append([r["ink_fraction"].get(k, 0.0) for k in INK_NAMES]) + meas.append(r["median_spectrum_pct"] if spectral else r["xyz_d65_pct"]) + A, Y = np.array(rows), np.array(meas) + + best, best_err = 1.0, float("inf") + for n in np.arange(1.0, 12.01, 0.01): + pred = yn_mix(A, prim_mat, float(n)) + if spectral: + err = float(np.sqrt(np.mean((pred - Y) ** 2))) + else: + err = float(np.mean([delta_e76(lab(p), lab(m)) for p, m in zip(pred, Y, strict=True)])) + if err < best_err: + best, best_err = float(n), err + return best, best_err + + +def residuals(records, prim, n, spectral) -> np.ndarray: + """Per-patch dE76 between the model's prediction and the measurement.""" + key = "spectrum" if spectral else "xyz" + prim_mat = np.array([prim[k][key] for k in INK_NAMES]) + out = [] + for r in records: + a = np.array([r["ink_fraction"].get(k, 0.0) for k in INK_NAMES]) + pred = yn_mix(a, prim_mat, n) + if spectral: + # Compare in XYZ so the number means something perceptual; the + # per-band fit is what produced the prediction. + continue + out.append(delta_e76(lab(pred), lab(r["xyz_d65_pct"]))) + return np.array(out) + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument("--data", type=Path, required=True) + ap.add_argument("--per-config", action="store_true", help="fit n separately per dither config") + ap.add_argument("--spectral", action="store_true", help="fit per-wavelength if spectra exist") + args = ap.parse_args(argv) + + records = load_records(args.data) + print(f"{len(records)} usable records in {args.data.name}") + prim = primaries(records) + missing = [k for k in INK_NAMES if k not in prim] + if missing: + print(f"ABORT: no measurement for {missing} — the model has no basis without every ink.") + return 1 + + print(f"\n{'ink':8s} {'n':>3s} {'L*':>7s} {'a*':>7s} {'b*':>7s} {'spread dE':>10s}") + for name in INK_NAMES: + p = prim[name] + lb = lab(p["xyz"]) + print( + f"{name:8s} {p['n']:3d} {lb[0]:7.2f} {lb[1]:7.2f} {lb[2]:7.2f} {p['spread_de']:10.3f}" + ) + + have_spec = all("spectrum" in prim[k] for k in INK_NAMES) + spectral = bool(args.spectral and have_spec) + print( + f"\nspectra available for every primary: {have_spec}" + + (" (fitting spectrally)" if spectral else " (fitting on XYZ)") + ) + + mix = [r for r in records if r.get("source") != "ink"] + if not mix: + print("\nNo mixed patches yet — nothing to fit. Measure some dithered fields first.") + return 0 + + n, _fit_err = fit_n(mix, prim, spectral) + res = residuals(mix, prim, n, spectral=False) + lin = residuals(mix, prim, 1.0, spectral=False) + print(f"\nfitted over {len(mix)} mixed patches") + print(f" Yule-Nielsen n = {n:.2f} (n=1 would be the linear mixing the pipeline assumes)") + print( + f" mean dE76 {res.mean():6.2f} median {np.median(res):6.2f} p95 {np.percentile(res, 95):6.2f}" + ) + print( + f" linear-mixing baseline: mean dE76 {lin.mean():6.2f} -> model removes " + f"{100 * (1 - res.mean() / max(lin.mean(), 1e-9)):.0f}% of the error" + ) + + if args.per_config: + print(f"\n{'config':28s} {'patches':>7s} {'n':>6s} {'mean dE':>8s}") + by = collections.defaultdict(list) + for r in mix: + by[r.get("config_name") or f"{r.get('source')}"].append(r) + for cfg, rs in sorted(by.items()): + if len(rs) < 4: + continue + cn, _ = fit_n(rs, prim, spectral) + cr = residuals(rs, prim, cn, spectral=False) + print(f"{cfg:28s} {len(rs):7d} {cn:6.2f} {cr.mean():8.2f}") + + print("\nCorrected palette anchors (measured, for palette_measured_rgb):") + for name in INK_NAMES: + print(f" {name:8s} {xyz_to_srgb8(prim[name]['xyz'])}") + print( + "\nNOTE: these are ABSOLUTE reflectance. Paper white is far below sRGB white,\n" + "so dropping them in unchanged darkens everything — they need white-normalising\n" + "or a gamut-mapping intent chosen first. That is a decision, not a measurement." + ) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 0b50db05a80a8e80a664d702d4af52aca75af04b Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 00:44:46 -0500 Subject: [PATCH 23/40] feat(colorcal): inherit results for byte-identical stimuli instead of re-measuring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 9x9x9 gamut cube collapses hard on a device this gamut-limited: 729 input colours produce only 313 distinct rasters. The other 416 are byte-identical panel bytes, so measuring them can only reproduce a reading we already have — 5.43 h of panel time for nothing. Deduplication is keyed on the raster hash at RUN time, not applied to the spec. That distinction matters: patch uids are positional and the interleaved controls are numbered after all the phases, so shrinking a phase would silently renumber every control and remap already-measured uids onto different stimuli. Hashing leaves every uid untouched, and the campaign in flight stays valid. A random 3% of duplicates is measured anyway (--dedup-sample-rate). "Identical raster implies identical reading" is a very good assumption, but it is still an assumption, and sampling keeps it under continuous test for ~12 patches instead of trusting it across 416. The sampler is seeded per session so a resumed run makes the same choices rather than re-rolling. Rasters measured during the current run are added to the index as they complete, so duplicates within a single session are caught too, not just against history. Inherited rows carry duplicate_of and are excluded from being sources themselves, so a chain can never form. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 59 ++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 19c8d15a..6f10b60b 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -28,6 +28,7 @@ import hashlib import json import os +import random import sys import time from pathlib import Path @@ -169,6 +170,36 @@ def done_uids(path: Path) -> set[str]: return seen +def measured_by_raster(path: Path) -> dict[str, dict]: + """Map raster hash -> an already-measured record with that exact stimulus. + + The 9x9x9 gamut cube collapses hard on a device this gamut-limited: 729 input + colours produce only ~313 distinct rasters, so 416 of them are byte-identical + to one already scheduled. Identical panel bytes mean an identical stimulus, so + re-measuring them buys nothing but 5.4 h of panel time. + + Dedup happens HERE rather than in the spec on purpose. Patch uids are assigned + positionally and the interleaved controls are numbered after the phases, so + shrinking a phase would silently renumber controls and remap already-measured + uids onto different stimuli. Keying on the raster hash leaves every uid alone. + """ + out: dict[str, dict] = {} + if not path.exists(): + return out + for line in path.read_text(encoding="utf-8", errors="replace").splitlines(): + line = line.strip() + if not line: + continue + try: + rec = json.loads(line) + except json.JSONDecodeError: + continue + h = rec.get("raster_sha1") + if h and "xyz_d65_pct" in rec and not rec.get("duplicate_of"): + out.setdefault(h, rec) + return out + + def next_session(path: Path) -> int: """Session number for this run: one past the highest already recorded. @@ -310,6 +341,10 @@ def main(argv: list[str] | None = None) -> int: # Anchors at BOTH ends bracket a single calibration, which is how we find out # whether Argyll's 1 h dark-cal timeout protects anything real. Disable once # that question is settled to buy back ~6 min per cycle. + # Deduplicate byte-identical stimuli (see measured_by_raster). Sampling a few + # anyway keeps the assumption under test instead of merely assumed. + ap.add_argument("--no-dedup", dest="dedup", action="store_false") + ap.add_argument("--dedup-sample-rate", type=float, default=0.03) ap.add_argument("--no-closing-anchors", dest="closing_anchors", action="store_false") ap.add_argument( "--no-anchors", @@ -324,6 +359,9 @@ def main(argv: list[str] | None = None) -> int: patches = spec["patches"] session = next_session(args.out) + seen_rasters = measured_by_raster(args.out) + # Seeded per session so a resumed run is reproducible rather than re-rolling. + rng = random.Random(session) # noqa: S311 — sampling, not secrecy already = done_uids(args.out) todo = [p for p in patches if p["uid"] not in already] if args.limit: @@ -380,7 +418,7 @@ def main(argv: list[str] | None = None) -> int: return 1 t_start = time.monotonic() - n_ok = n_fail = 0 + n_ok = n_fail = n_dedup = 0 consecutive_fail = 0 stop_for_battery: int | None = None calibration_expired = False @@ -499,6 +537,24 @@ def emit(rec: dict) -> None: "t_unix": time.time(), } + # Byte-identical stimulus already measured? Then measuring it again + # can only reproduce it, so inherit the result and move on. A small + # random fraction IS re-measured, because "identical raster implies + # identical reading" is an assumption worth continuously testing + # rather than trusting blindly. + twin = seen_rasters.get(rec["raster_sha1"]) if args.dedup else None + sample_it = twin is not None and rng.random() < args.dedup_sample_rate + if twin is not None and not sample_it: + rec["duplicate_of"] = twin["uid"] + rec["xyz_d65_pct"] = twin["xyz_d65_pct"] + if twin.get("median_spectrum_pct"): + rec["median_spectrum_pct"] = twin["median_spectrum_pct"] + rec["wavelengths_nm"] = twin.get("wavelengths_nm") + n_dedup += 1 + print(f" = identical raster to {twin['uid']} — inherited", flush=True) + emit(rec) + continue + if not upload_with_retry(s, data, patch["label"], attempts=6, gap_s=8.0): rec["error"] = "upload" n_fail += 1 @@ -552,6 +608,7 @@ def emit(rec: dict) -> None: # measured and normalised at analysis time, when the # brightest patch in the set is known. rec["xyz_d65_pct"] = med + seen_rasters.setdefault(rec["raster_sha1"], rec) n_ok += 1 else: rec["error"] = "no_readings" From 815f46a8f265bbcef0c3fb8bd9247dcd0649a67e Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 00:51:50 -0500 Subject: [PATCH 24/40] feat(colorcal): evaluate palettes and LUTs against the fitted model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screens candidate pipeline changes offline: dither a colour, take the EXACT ink fractions, predict what the panel really shows via the fitted Yule-Nielsen model, compare against what was asked for. No hardware time, and the model was fitted to real measurements of this panel rather than assumed. Two results, and the first one corrects me. ANCHORS DO NOT MATTER MUCH. I recommended fixing palette_measured_rgb first as "the root cause, biggest expected gain". On this evidence that is wrong: white-normalised measured anchors move skin dE 15.17 -> 14.32 (inside the model's own 2.5 dE residual) and make greys clearly worse (|dhue| 65 -> 89). Absolute anchors are worse everywhere. Aggregate dE turns out to be dominated by gamut limits no anchor choice can move — the gamut set scores dE 50 regardless — which is exactly why a single number was the wrong headline. THE LUT DOES. Reporting hue separately shows the artifact plainly. On skin, with everything else fixed: oklab blue shift -1.72 cam16ucs -2.73 euclidean -4.03 hue_aware -9.46 <- what general and faces ship oklab_hue_aware -10.09 hue_aware_weighted -10.19 and the pattern is the hue_aware modifier itself, not the colour space: euclidean -4.03 vs hue_aware -9.46, oklab -1.72 vs oklab_hue_aware -10.09, cam16ucs -2.73 vs cam16ucs_hue_aware -9.11. Adding hue_aware multiplies the blue shift in every space. That fits the known defect that its gate tests the drifted value's hue rather than the source pixel's, so warm tones misfire and recruit blue. This independently reproduces the human observation that started this work — "all but oklab make lips blue" — from measurements taken without reference to it. Caveat kept in the tool's own output: flat fields, a model with a 2.5 dE residual, and no tonal chain. A swatch-derived recommendation has already failed photo validation once in this project, so this is a screening result that says what to put on glass next, not a decision. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_evaluate.py | 242 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 tools/color_evaluate.py diff --git a/tools/color_evaluate.py b/tools/color_evaluate.py new file mode 100644 index 00000000..157e1396 --- /dev/null +++ b/tools/color_evaluate.py @@ -0,0 +1,242 @@ +#!/usr/bin/env python3 +"""Would changing the palette anchors actually improve the picture? + +The renderer picks inks by nearest-neighbour against ``palette_measured_rgb``, +and then error-diffusion propagates the residual computed against those same +values. Ours came from a third-party table (``epdoptimize``), not from this +glass, and measurement says they are wrong by a mean of dE 13 after +white-normalising — the real inks are more saturated than the code believes, red +worst by 24. + +Changing them is not obviously safe, though: they are not a correction applied at +the end, they are the quantiser's model of reality, so every ink choice in every +image moves at once. This answers the question before any hardware time is spent: + + 1. dither a test colour with the CURRENT anchors -> exact ink fractions + 2. predict what the panel really shows, via the fitted Yule-Nielsen model + 3. repeat with CANDIDATE anchors + 4. compare each prediction against what was asked for + +Step 2 is the part that makes this honest — the ink fractions are exact (we +generate the raster), and the model that turns them into a colour was fitted to +real measurements of this panel rather than assumed. + +The model's own residual is ~2.5 dE, so differences smaller than that are noise +and are reported as such rather than claimed as wins. + +Usage: + python tools/color_evaluate.py --data build/colorcal/archive/.jsonl +""" + +from __future__ import annotations + +import argparse +import sys +from pathlib import Path + +import numpy as np + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from color_campaign_spec import gamut_cube_rgb, gray_ramp_rgb, skin_locus_rgb +from color_model import INK_NAMES, delta_e76, fit_n, lab, load_records, primaries, yn_mix +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_config import DitherConfig +from hokku.webserver.dither_streaming import dither + +_M_RGB2XYZ = np.linalg.inv( + np.array( + [ + [3.2406, -1.5372, -0.4986], + [-0.9689, 1.8758, 0.0415], + [0.0557, -0.2040, 1.0570], + ] + ) +) + + +def srgb8_to_xyz_pct(rgb) -> np.ndarray: + s = np.asarray(rgb, dtype=float) / 255.0 + lin = np.where(s <= 0.04045, s / 12.92, ((s + 0.055) / 1.055) ** 2.4) + return (_M_RGB2XYZ @ lin) * 100.0 + + +def xyz_pct_to_srgb8(xyz) -> np.ndarray: + m = np.linalg.inv(_M_RGB2XYZ) + lin = np.clip(m @ (np.asarray(xyz, dtype=float) / 100.0), 0.0, 1.0) + s = np.where(lin <= 0.0031308, 12.92 * lin, 1.055 * np.power(lin, 1 / 2.4) - 0.055) + return np.rint(s * 255) + + +def measured_palette(prim: dict[str, dict], normalise_white: bool) -> np.ndarray: + """Measured primaries as an sRGB palette the renderer can consume. + + White-normalising is not cosmetic. The absolute measurements have paper white + at L* 68, so adopting them raw tells the quantiser that its brightest possible + ink is a mid grey, and every image is pulled dark. Scaling so the panel's own + white maps to the palette's existing white keeps the overall level intact and + changes only the hue/chroma relationships — which is the part measurement + actually disagreed about. + """ + xyz = {k: np.asarray(prim[k]["xyz"], dtype=float) for k in INK_NAMES} + if normalise_white: + target_white = srgb8_to_xyz_pct(DISPLAY_REGISTRY["bigme_f7"].palette_measured_rgb[1]) + scale = target_white / xyz["white"] + xyz = {k: v * scale for k, v in xyz.items()} + return np.array([xyz_pct_to_srgb8(xyz[k]) for k in INK_NAMES], dtype=np.float32) + + +def evaluate(display, palette, colours, cfg, prim, n, canvas_hw) -> dict[str, np.ndarray]: + """What the panel would really show vs what was asked for, broken out. + + Aggregate dE is the wrong headline for this device. Most of sRGB is simply + unreachable — the gamut set scores dE 50 no matter what palette is used — so a + single number is dominated by a limit no anchor choice can move, and hides the + part that is actually fixable. + + HUE is the fixable part, and the one that gets noticed: "lips go blue" is a + hue complaint, not a lightness one. So hue error is reported separately, along + with the specific direction of the artifact — warm colours drifting toward + blue — which is what the anchor change should influence if it helps at all. + """ + h, w = canvas_hw + prim_mat = np.array([prim[k]["xyz"] for k in INK_NAMES]) + original = display.palette_measured_rgb + de, dh, dc, dl, blue_shift = [], [], [], [], [] + try: + display.palette_measured_rgb = palette + for rgb in colours: + canvas = np.zeros((h, w, 3), dtype=np.uint8) + canvas[:, :] = rgb + idx = dither(canvas, cfg, display) + frac = np.bincount(idx.ravel(), minlength=len(INK_NAMES)) / idx.size + got = lab(yn_mix(frac, prim_mat, n)) + want = lab(srgb8_to_xyz_pct(rgb)) + de.append(delta_e76(got, want)) + dl.append(got[0] - want[0]) + cw, cg = float(np.hypot(*want[1:])), float(np.hypot(*got[1:])) + dc.append(cg - cw) + hw = float(np.degrees(np.arctan2(want[2], want[1]))) + hg = float(np.degrees(np.arctan2(got[2], got[1]))) + d = (hg - hw + 180.0) % 360.0 - 180.0 + dh.append(d) + # Warm source (hue -40..70 deg) losing b* is the blue-lips signature. + if -40.0 <= hw <= 70.0 and cw > 8.0: + blue_shift.append(got[2] - want[2]) + finally: + display.palette_measured_rgb = original + return { + "de": np.array(de), + "dl": np.array(dl), + "dc": np.array(dc), + "dh": np.array(dh), + "blue_shift": np.array(blue_shift) if blue_shift else np.array([np.nan]), + } + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument("--data", type=Path, required=True) + ap.add_argument("--canvas", type=int, nargs=2, default=(96, 160)) + ap.add_argument("--lut", default="hue_aware") + ap.add_argument( + "--compare-luts", + action="store_true", + help="rank every LUT on skin hue fidelity with the CURRENT anchors", + ) + args = ap.parse_args(argv) + + records = load_records(args.data) + prim = primaries(records) + if any(k not in prim for k in INK_NAMES): + print("ABORT: not every ink has been measured — no model basis.") + return 1 + mix = [r for r in records if r.get("source") != "ink"] + n, _ = fit_n(mix, prim, spectral=False) + print(f"model: Yule-Nielsen n = {n:.2f}, fitted on {len(mix)} patches") + + display = DISPLAY_REGISTRY["bigme_f7"] + cfg = DitherConfig("atkinson", args.lut, True, 30.0, 12.0) + current = np.array(display.palette_measured_rgb, dtype=np.float32) + cand_norm = measured_palette(prim, normalise_white=True) + cand_abs = measured_palette(prim, normalise_white=False) + + print(f"\n{'ink':8s} {'current':>16s} {'measured(norm)':>16s} {'measured(abs)':>16s}") + for i, name in enumerate(INK_NAMES): + print( + f"{name:8s} {tuple(int(v) for v in current[i])!s:>16s} " + f"{tuple(int(v) for v in cand_norm[i])!s:>16s} " + f"{tuple(int(v) for v in cand_abs[i])!s:>16s}" + ) + + if args.compare_luts: + # The original complaint was that the LUT drives the artifact ("all but + # oklab make lips blue"), and the anchor results above say the anchors do + # not. This ranks the knob that is actually suspected, on the colours the + # complaint is about, with everything else held fixed. + skin = skin_locus_rgb(60, 20260808) + print("\nskin, CURRENT anchors, atkinson+serpentine — LUT comparison") + print(f"{'lut':22s} {'dE':>7s} {'|dhue|':>8s} {'dChroma':>8s} {'blue shift':>11s}") + rows = [] + for lut in ( + "bw", + "euclidean", + "euclidean_weighted", + "hue_aware", + "hue_aware_weighted", + "oklab", + "oklab_hue_aware", + "cam16ucs", + "cam16ucs_hue_aware", + ): + c = DitherConfig("atkinson", lut, True, 30.0, 12.0) + r = evaluate(display, current, skin, c, prim, n, tuple(args.canvas)) + rows.append((lut, r)) + print( + f"{lut:22s} {r['de'].mean():7.2f} {np.abs(r['dh']).mean():8.2f} " + f"{r['dc'].mean():8.2f} {np.nanmean(r['blue_shift']):11.2f}" + ) + best = min(rows, key=lambda t: abs(np.nanmean(t[1]["blue_shift"]))) + print(f"\nleast blue shift on skin: {best[0]}") + return 0 + + sets = { + "skin (60)": skin_locus_rgb(60, 20260808), + "greys (13)": gray_ramp_rgb(13), + "gamut 5^3 (125)": gamut_cube_rgb(5), + } + print(f"\nrequested vs predicted-on-glass, LUT={args.lut}") + for label, colours in sets.items(): + res = { + "current": evaluate(display, current, colours, cfg, prim, n, tuple(args.canvas)), + "measured(norm)": evaluate( + display, cand_norm, colours, cfg, prim, n, tuple(args.canvas) + ), + "measured(abs)": evaluate(display, cand_abs, colours, cfg, prim, n, tuple(args.canvas)), + } + print(f"\n {label}") + print( + f" {'palette':16s} {'dE':>7s} {'|dhue|':>8s} {'dChroma':>8s} " + f"{'dL':>7s} {'blue shift':>11s}" + ) + for name, r in res.items(): + print( + f" {name:16s} {r['de'].mean():7.2f} {np.abs(r['dh']).mean():8.2f} " + f"{r['dc'].mean():8.2f} {r['dl'].mean():7.2f} " + f"{np.nanmean(r['blue_shift']):11.2f}" + ) + + print( + "\nRead this as a screening result, not a decision. It compares palettes\n" + "through a model with a ~2.5 dE residual, on flat fields, ignoring the\n" + "tonal chain that runs ahead of the dither in production. It is enough to\n" + "say which candidate is worth putting on real glass — no more." + ) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 43a2836a3fea350b79753289c7aa512968a32a8e Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 00:54:55 -0500 Subject: [PATCH 25/40] feat(colorcal): confirm the LUT finding on real portraits, not swatches A swatch-derived recommendation has already failed photo validation once in this project, so the flat-field result that hue_aware drives skin blue needed testing on photographs before anyone acts on it. It holds, and photographs are affected MORE than swatches. Predicting perceived colour by locally averaging each ink's coverage (the eye integrates dots) and applying the fitted Yule-Nielsen relation per position, then scoring only warm skin pixels: Robert De Niro (33.5% skin) r=2 r=6 r=12 hue_aware (production) -16.38 -16.72 -17.13 oklab +1.56 +0.88 +0.02 cam16ucs +0.69 -0.03 -0.93 euclidean -0.33 -1.06 -1.96 Anna Unterberger hue_aware -19.53 vs oklab -8.26 Wayuu woman hue_aware -7.05 vs oklab -0.91 Same ordering on all three portraits at every blur radius, and the swatch estimate (-9.46) understated it: on faces the production config shifts skin -16 to -19 b*, where oklab is near zero. An 18-unit b* gap is not subtle. Skin is scored on its own because whole-image error is dominated by the panel's gamut and hides the artifact people actually notice. The blur radius stands in for chromatic acuity and is a modelling choice, so several are reported rather than picking one and hiding behind it. Still not a decision: no tonal chain, and changing the LUT moves every image, not just faces. It says clearly what to put on glass next. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_validate_photos.py | 174 +++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 tools/color_validate_photos.py diff --git a/tools/color_validate_photos.py b/tools/color_validate_photos.py new file mode 100644 index 00000000..a18c33b0 --- /dev/null +++ b/tools/color_validate_photos.py @@ -0,0 +1,174 @@ +#!/usr/bin/env python3 +"""Check the LUT finding on real photographs, not flat swatches. + +Flat-swatch screening said the ``hue_aware`` modifier is what drives skin toward +blue. That needs testing on photographs before anyone acts on it: a swatch-derived +recommendation in this project has already failed photo validation once, because a +uniform field exercises none of the spatial behaviour that error diffusion is +mostly about. + +The model here is deliberately different from the swatch one. A viewer does not +see individual dots; the eye integrates locally, so what is perceived is the LOCAL +ink mixture. So each ink's coverage map is blurred over a small neighbourhood and +the Yule-Nielsen relation applied per position — turning a dithered raster into a +prediction of what the picture actually looks like. + +Skin is then scored on its own. Whole-image error is dominated by the panel's +gamut and says little about the artifact people notice; the complaint was that +faces go blue, so warm pixels are selected and their b* shift measured directly. + +The blur radius is a stand-in for chromatic acuity, which is coarser than +luminance acuity. It is a modelling choice, not a measurement, so the sweep +reports several radii rather than hiding behind one. +""" + +from __future__ import annotations + +import argparse +import sys +from pathlib import Path + +import numpy as np +from PIL import Image + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from color_model import INK_NAMES, fit_n, load_records, primaries, yn_mix +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_config import DitherConfig +from hokku.webserver.dither_streaming import dither + +D65 = np.array([0.95047, 1.0, 1.08883]) + + +def lab_img(xyz_pct: np.ndarray) -> np.ndarray: + """(H,W,3) XYZ percent -> (H,W,3) CIELAB.""" + t = xyz_pct / 100.0 / D65 + f = np.where(t > 216 / 24389, np.cbrt(np.maximum(t, 0)), (24389 / 27 * t + 16) / 116) + return np.stack( + [116 * f[..., 1] - 16, 500 * (f[..., 0] - f[..., 1]), 200 * (f[..., 1] - f[..., 2])], + axis=-1, + ) + + +def srgb_img_to_xyz(rgb: np.ndarray) -> np.ndarray: + s = rgb.astype(np.float64) / 255.0 + lin = np.where(s <= 0.04045, s / 12.92, ((s + 0.055) / 1.055) ** 2.4) + m = np.linalg.inv( + np.array( + [ + [3.2406, -1.5372, -0.4986], + [-0.9689, 1.8758, 0.0415], + [0.0557, -0.2040, 1.0570], + ] + ) + ) + return lin @ m.T * 100.0 + + +def box_blur(a: np.ndarray, r: int) -> np.ndarray: + """Separable box blur via summed-area sums; edges use a shrinking window. + + Plain numpy on purpose — scipy is not installed in this environment, and a box + blur is a good enough stand-in for the eye's local integration. + """ + if r <= 0: + return a + out = a.astype(np.float64) + for axis in (0, 1): + n = out.shape[axis] + c = np.cumsum(out, axis=axis) + c = np.concatenate([np.zeros_like(np.take(c, [0], axis=axis)), c], axis=axis) + lo = np.clip(np.arange(n) - r, 0, n) + hi = np.clip(np.arange(n) + r + 1, 0, n) + width = (hi - lo).astype(np.float64) + take_hi = np.take(c, hi, axis=axis) + take_lo = np.take(c, lo, axis=axis) + shape = [1] * out.ndim + shape[axis] = n + out = (take_hi - take_lo) / width.reshape(shape) + return out + + +def predict_image(idx: np.ndarray, prim_mat: np.ndarray, n: float, radius: int) -> np.ndarray: + """Dithered indices -> predicted perceived XYZ, via locally-averaged coverage.""" + h, w = idx.shape + frac = np.zeros((h, w, len(INK_NAMES)), dtype=np.float64) + for i in range(len(INK_NAMES)): + frac[..., i] = idx == i + frac = box_blur(frac, radius) + frac /= np.maximum(frac.sum(axis=-1, keepdims=True), 1e-9) + flat = frac.reshape(-1, len(INK_NAMES)) + return yn_mix(flat, prim_mat, n).reshape(h, w, 3) + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument("--data", type=Path, required=True) + ap.add_argument("--images", type=Path, default=Path("images/test")) + ap.add_argument("--radius", type=int, nargs="*", default=[2, 6, 12]) + ap.add_argument( + "--only", + nargs="*", + default=[ + "Actress_Anna_Unterberger-2.jpg", + "Robert_De_Niro_KVIFF_portrait.jpg", + "Wayuu_woman_with_sad_face_in_the_market_buying.jpg", + ], + help="portraits by default — the artifact under test is about faces", + ) + ap.add_argument("--luts", nargs="*", default=["hue_aware", "oklab", "cam16ucs", "euclidean"]) + args = ap.parse_args(argv) + + records = load_records(args.data) + prim = primaries(records) + if any(k not in prim for k in INK_NAMES): + print("ABORT: not every ink measured.") + return 1 + mix = [r for r in records if r.get("source") != "ink"] + n, _ = fit_n(mix, prim, spectral=False) + prim_mat = np.array([prim[k]["xyz"] for k in INK_NAMES]) + display = DISPLAY_REGISTRY["bigme_f7"] + print(f"model n = {n:.2f}; panel {display.panel_w}x{display.panel_h}") + + for name in args.only: + path = args.images / name + if not path.exists(): + print(f" (missing {name})") + continue + img = Image.open(path).convert("RGB") + img = img.resize((display.panel_w, display.panel_h), Image.Resampling.LANCZOS) + src = np.array(img, dtype=np.uint8) + src_lab = lab_img(srgb_img_to_xyz(src)) + chroma = np.hypot(src_lab[..., 1], src_lab[..., 2]) + hue = np.degrees(np.arctan2(src_lab[..., 2], src_lab[..., 1])) + # Warm, reasonably colourful, mid-lightness: the skin-dominated region. + skin = (hue > -40) & (hue < 70) & (chroma > 12) & (src_lab[..., 0] > 20) + print(f"\n{name} skin-like pixels: {100 * skin.mean():.1f}%") + if skin.sum() < 500: + print(" too few skin pixels to judge") + continue + print(f" {'lut':14s} " + " ".join(f"r={r:<2d} db*" for r in args.radius)) + for lut in args.luts: + cfg = DitherConfig("atkinson", lut, True, 30.0, 12.0) + idx = dither(src.copy(), cfg, display) + cells = [] + for r in args.radius: + pred_lab = lab_img(predict_image(idx, prim_mat, n, r)) + db = float(np.mean(pred_lab[..., 2][skin] - src_lab[..., 2][skin])) + cells.append(f"{db:9.2f}") + print(f" {lut:14s} " + " ".join(cells)) + + print( + "\ndb* is the shift of the blue-yellow axis on skin pixels: negative is\n" + "bluer than the original. Radii bracket how much the eye integrates; the\n" + "ranking mattering more than the absolute values." + ) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 1e8944c0a96eaed8473d96bb97c2314060c93343 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 01:01:22 -0500 Subject: [PATCH 26/40] docs(bigme_f7): what the panel measurements say, and what to change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consolidates the characterisation into one place, including the two results that overturned my own earlier recommendations. The blue skin cast is caused by the hue_aware MODIFIER, not by the colour space it modifies — adding it multiplies the shift in euclidean, oklab and cam16ucs alike. Confirmed on three portraits, where the effect is stronger than swatches suggested (-16 to -19 db* against oklab's ~0). cam16ucs is better or equal to the current hue_aware on every stable metric while nearly matching oklab on blue shift, so it is the recommendation — to be validated on glass, since this is model-based screening with the tonal chain off. The palette anchors, which I had called the root cause and the first thing to fix, turn out not to matter: substituting measured values moves every metric less than the model's own residual, and makes greys worse. Aggregate error is dominated by gamut limits no anchor choice can move. Also records the rig lessons that cost the most time: the 1 h dark-calibration expiry is a hardcoded ArgyllCMS constant rather than physics, a passing reading says nothing about remaining calibration life, intermittent ColorMunki comms failures are normal and must not be treated as fatal, and the 6 mm aperture's apparent under-sampling of the Bayer period is bounded at ~0.004 coverage. Co-Authored-By: Claude Opus 5 (1M context) --- .../screens/bigme_f7/measurements/findings.md | 150 ++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 docs/screens/bigme_f7/measurements/findings.md diff --git a/docs/screens/bigme_f7/measurements/findings.md b/docs/screens/bigme_f7/measurements/findings.md new file mode 100644 index 00000000..dd5c7653 --- /dev/null +++ b/docs/screens/bigme_f7/measurements/findings.md @@ -0,0 +1,150 @@ +# What the measurements say, and what to do about it + +Working notes from characterising the Bigme F7 panel with an X-Rite ColorMunki +Photo (ArgyllCMS `spotread`, reflective 45°/0°). Raw readings live alongside this +file; the tools are `tools/color_*.py`. + +## The headline: skin goes blue because of `hue_aware` + +The complaint that started this work was that faces render with a blue cast under +every dither setting except oklab. That is now measured, and the cause is narrower +than "the colour space". + +Blue shift is how far warm skin moves along the blue-yellow axis (negative = +bluer than it should be), predicted from the fitted model with everything except +the LUT held fixed: + +| LUT | blue shift | LUT | blue shift | +|---|---:|---|---:| +| oklab | −1.72 | cam16ucs_hue_aware | −9.11 | +| cam16ucs | −2.73 | **hue_aware** *(production)* | **−9.46** | +| euclidean_weighted | −3.92 | oklab_hue_aware | −10.09 | +| euclidean | −4.03 | hue_aware_weighted | −10.19 | + +The pattern is the **`hue_aware` modifier**, not the space it is applied to: + +| base | plain | + hue_aware | +|---|---:|---:| +| euclidean | −4.03 | −9.46 | +| oklab | −1.72 | −10.09 | +| cam16ucs | −2.73 | −9.11 | + +Adding it multiplies the shift in every space. That is consistent with the known +defect that its gate tests the *drifted* value's hue rather than the source +pixel's, so warm tones misfire and recruit blue ink. + +### Confirmed on photographs, where it is worse + +Swatch results have misled in this project before, so this was re-run on +portraits, predicting perceived colour by locally averaging ink coverage (the eye +integrates dots) and applying the model per position. Δb\* on skin pixels: + +| portrait | skin px | hue_aware | oklab | cam16ucs | euclidean | +|---|---:|---:|---:|---:|---:| +| Robert De Niro | 33.5 % | **−16.38** | +1.56 | +0.69 | −0.33 | +| Anna Unterberger | 15.6 % | **−19.53** | −8.26 | −8.50 | −9.72 | +| Wayuu woman | 30.2 % | **−7.05** | −0.91 | −1.09 | −2.01 | + +Same ordering on all three, at every blur radius, and **stronger** than the +swatch estimate of −9.46. + +### What it costs elsewhere + +Changing the LUT moves every image, so: + +| metric | hue_aware (now) | oklab | cam16ucs | +|---|---:|---:|---:| +| skin ΔE | 15.17 | 14.67 | **12.39** | +| skin \|Δhue\| | 46.77 | 57.27 | **36.33** | +| skin blue shift | −9.46 | **−1.72** | −2.73 | +| greys ΔE | 12.25 | 14.65 | **11.74** | +| gamut ΔE | 50.34 | 47.62 | **45.27** | + +**`cam16ucs` is better or equal on every stable metric** while nearly matching +oklab on blue shift. The apparent exception (greys \|Δhue\|: 90 vs 65) is not +meaningful — at near-zero chroma the hue *angle* is numerically unstable, so +greys ΔE and Δchroma are the columns that count. + +**Recommendation: try `cam16ucs` for `general` and `faces`, with `oklab` as the +fallback if blue shift specifically matters most. Validate on real glass before +shipping** — this is model-based screening with the tonal chain switched off, and +it scores colour, not texture. + +## What did NOT turn out to matter: the palette anchors + +`palette_measured_rgb` came from a third-party table (`epdoptimize`), not this +glass, and is wrong by mean ΔE 13 after white-normalising (worst: red, 24). It +looked like the root cause, and it was recommended as the first fix. + +That was wrong. Substituting measured anchors changes almost nothing: + +| set | current | measured (white-normalised) | +|---|---:|---:| +| skin | 15.17 | 14.32 | +| greys | 12.25 | 12.23 | +| gamut | 50.34 | 50.48 | + +All inside the model's own ~2.5 ΔE residual, and the normalised anchors make +greys clearly worse (\|Δhue\| 65 → 89). Absolute (un-normalised) anchors are worse +everywhere — unsurprisingly, since they tell the quantiser its brightest ink is a +mid grey. + +Why: aggregate error is dominated by **gamut limits** no anchor choice can move. +The gamut set scores ΔE 50 whatever palette is used. + +## The panel itself + +| | | +|---|---| +| paper white | Y 37.7 %, L\* 67.8 | +| black | Y 1.18 % | +| contrast | 31.9 : 1 | +| gamut area | 55 % of sRGB, 18.5 % of the visible locus | +| repeat-to-repeat noise | 0.1–0.4 ΔE | + +Black ink is **not neutral** — a\* +10.8, b\* −10.6, a violet-blue — so a grey +dithered from black and white drifts steadily off-neutral as it darkens. + +Chromaticity flatters the panel: red reaches its chromaticity only at Y 4.5 % and +blue at Y 7.6 %, against a 37.7 % white. The usable *volume* is far smaller than +the xy outline suggests, which is why gamut mapping is a design decision rather +than something measurement settles. + +## The model + +Yule-Nielsen fitted to every patch (each carries its exact ink histogram, since we +generate the rasters): + +``` +n = 1.62 mean ΔE76 2.49 (linear-mixing baseline 5.23) + -> removes 52 % of the error +``` + +Per config, `n` independently reproduces the ordered-vs-diffused split found +earlier by a different route: + +| config | n | config | n | +|---|---:|---|---:| +| bayer (ordered) | 1.90 | atkinson | 1.61 | +| stucki_serp | 1.74 | fs_cam16ucs_hue_aware | 1.47 | +| floyd_steinberg | 1.69 | atkinson_hue_aware | 1.45 | + +A 2.49 ΔE residual against a 0.3 ΔE noise floor says the model is still missing +something — most likely that `n` varies with coverage rather than being constant +across the arch. Spectral fitting (spectra are now recorded) and per-config `n` +are the next refinements. + +## Rig notes that cost real time + +- **The dark calibration expires after exactly one hour.** Not physics — a + hardcoded constant, `DCALTOUT` in ArgyllCMS `spectro/munki_imp.c`, compared + against elapsed time with nothing measured. The *white* calibration lasts 24 h, + so the dial rotation is not about the tile. +- Passing a reading proves the calibration is valid *now*, not that any life + remains. Starting a cycle on a nearly-expired calibration wastes the cycle; + `tools/f7_calibrate.py` records the time and the runner refuses a stale one. +- Intermittent `Communications failure` from the ColorMunki is normal (~2 per 114 + reads) and self-clearing. Do not treat one as fatal. +- The 6 mm aperture spans only ~3.8 Bayer periods at this pixel pitch, which + sounds marginal, but simulating all 64 sub-tile phases bounds the sampling bias + at ~0.004 coverage — an order of magnitude below the effects being measured. From 604c6193a3688244d04c78a893ac42ddb77a808e Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 01:03:53 -0500 Subject: [PATCH 27/40] =?UTF-8?q?fix(colorcal):=20resume=20on=20measuremen?= =?UTF-8?q?ts,=20not=20attempts=20=E2=80=94=20and=20never=20let=20a=20dry?= =?UTF-8?q?=20run=20mask=20a=20patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two ways the resume logic could quietly lose data, both found by testing it rather than by it going wrong. A dry run displays patches and measures nothing, but its rows were written with a uid like any other, so done_uids counted them. A single rehearsal against the real output file would have permanently masked those patches from every later run — the data simply absent, with nothing in the file to say why. Dry-run rows are now tagged and skipped when computing what is done. More generally, resume treated "attempted" as "done", so a patch whose upload glitched or whose calibration expired mid-read was recorded with an error and never revisited. Every failure mode seen in this project is transient, so those should come back around; a permanent hole is the worst outcome because it is invisible in the results. done_uids now requires an actual measurement. On the live campaign this reclaims 6 patches — one tone_fine and five session-3 anchors lost when the calibration expired — which will now be re-measured instead of silently missing. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 6f10b60b..83f528f6 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -152,7 +152,14 @@ def median_xyz(raws: list[np.ndarray]) -> list[float] | None: def done_uids(path: Path) -> set[str]: - """uids already recorded, so a resumed run does not repeat work.""" + """uids that actually HAVE a measurement, so a resume does not repeat work. + + Deliberately keyed on having data rather than on having been attempted. Every + failure mode seen here is transient — an upload glitch, an expired calibration + — so a patch that failed should come back around on the next run. Counting the + attempt would leave a permanent hole in the dataset with nothing to indicate + why that colour is missing. + """ if not path.exists(): return set() seen: set[str] = set() @@ -164,8 +171,13 @@ def done_uids(path: Path) -> set[str]: rec = json.loads(line) except json.JSONDecodeError: continue # a torn final line from a hard kill is not fatal + # A dry run displays patches but measures nothing. Its rows must NOT count + # as done, or a rehearsal would permanently mask real patches from every + # later run — the data would simply be missing, with nothing to show why. + if rec.get("dry_run"): + continue uid = rec.get("uid") - if uid: + if uid and "xyz_d65_pct" in rec: seen.add(uid) return seen @@ -560,6 +572,7 @@ def emit(rec: dict) -> None: n_fail += 1 else: if args.dry_run: + rec["dry_run"] = True # see done_uids: must not mask a real patch n_ok += 1 else: time.sleep(args.settle_s) From 7d0894ad8bfd09f955571b250208e393f90797c9 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 01:07:56 -0500 Subject: [PATCH 28/40] fix(colorcal): stop calling ADC noise a discharge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A 2.4-minute dry run reported "battery 4200 -> 4160 mV (-40) DRAINING". A 40 mV discharge in 2.4 minutes is not physical — it is the ADC. Every sample taken all session sits inside a ~+/-40 mV band (4200, 4180, 4160), which means the earlier "-80 mV/h, roughly a campaign-length from cutoff" reading was almost certainly the same noise, and I reported it to the user as a real constraint. The threshold now sits outside the observed noise, and the message states the window the delta was measured over so a small drop across two minutes cannot read as a trend. The warn/stop floors are unchanged: those compare an absolute voltage rather than a difference, so noise costs at most one early stop instead of a wrong conclusion. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 83f528f6..6195f66b 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -688,7 +688,15 @@ def emit(rec: dict) -> None: print(f"\n{n_ok} ok, {n_fail} failed, {dt / 3600:.2f} h elapsed") if battery_first is not None and battery_last is not None: delta = battery_last - battery_first - trend = "charging/held" if delta >= -20 else "DRAINING" + # This ADC is noisy: a 2.4-minute dry run reported -40 mV, which is not a + # physical discharge. Every sample so far sits inside a ~+/-40 mV band, so + # anything smaller than that is not a trend, and calling it one sent me + # chasing a power problem that did not exist. + trend = ( + "held (within ADC noise)" + if delta >= -80 + else f"DRAINING over {(time.monotonic() - t_start) / 3600:.1f} h" + ) print(f"battery {battery_first} -> {battery_last} mV ({delta:+d}) — {trend}") if battery_last <= args.battery_warn_mv: print("*** CHARGE THE SCREEN before the next cycle ***") From 63f929ad54fa42bd84aceece9bfd8cb1b1c8e640 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 01:13:35 -0500 Subject: [PATCH 29/40] =?UTF-8?q?feat(colorcal):=20score=20whole=20images?= =?UTF-8?q?=20too=20=E2=80=94=20a=20global=20LUT=20change=20needs=20a=20gl?= =?UTF-8?q?obal=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recommending a global LUT change from a skin metric was only half an argument. Whole-image mean dE over the 12 readable test images, radius 6: hue_aware (production) 19.34 oklab 18.95 cam16ucs 17.37 euclidean 17.31 cam16ucs beats production on 11 of 12 images; the exception is the Wikipedia logo by +0.08. The gains are not confined to faces — the RGB corner gradient improves 40.22 -> 33.84 and the Albi panorama 20.69 -> 16.55. This also disqualifies oklab as a global default, which the skin metric alone would have recommended: despite the best blue shift, it is WORSE than production on the Duerer hare, Berlin Wall, Fitz Roy, the B&W forest road, the grayscale bar and the Wikipedia logo. It fixes skin by spending accuracy everywhere else. cam16ucs gives nearly the same blue-shift improvement without that cost. The 100 MP synthetic image is skipped rather than decoded: the server gates images that size at ingest, and raising PIL's limit here would hide that policy instead of respecting it. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_validate_photos.py | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/tools/color_validate_photos.py b/tools/color_validate_photos.py index a18c33b0..07136e25 100644 --- a/tools/color_validate_photos.py +++ b/tools/color_validate_photos.py @@ -121,6 +121,11 @@ def main(argv: list[str] | None = None) -> int: help="portraits by default — the artifact under test is about faces", ) ap.add_argument("--luts", nargs="*", default=["hue_aware", "oklab", "cam16ucs", "euclidean"]) + ap.add_argument( + "--whole-image", + action="store_true", + help="score every image overall, not just skin — the LUT change is global", + ) args = ap.parse_args(argv) records = load_records(args.data) @@ -134,6 +139,49 @@ def main(argv: list[str] | None = None) -> int: display = DISPLAY_REGISTRY["bigme_f7"] print(f"model n = {n:.2f}; panel {display.panel_w}x{display.panel_h}") + if args.whole_image: + # Recommending a global LUT change off a skin metric is only half an + # argument; this asks what it does to everything else. Whole-image dE is + # gamut-dominated and so moves little by construction, which is the point: + # the question is whether the change makes anything clearly WORSE. + exts = {".jpg", ".jpeg", ".png", ".webp", ".gif", ".avif", ".heif", ".jxl"} + files = sorted(p for p in args.images.iterdir() if p.suffix.lower() in exts) + print(f"\nwhole-image mean dE over {len(files)} test images (radius 6)") + print(f" {'image':44s} " + " ".join(f"{lut[:11]:>11s}" for lut in args.luts)) + totals = dict.fromkeys(args.luts, 0.0) + counted = 0 + for path in files: + try: + img = Image.open(path).convert("RGB") + except Image.DecompressionBombError: + # The test set deliberately includes a 100 MP image; the server + # gates these at ingest rather than decoding them. Skipping keeps + # that policy visible here instead of quietly raising the limit. + print(f" {path.name[:44]:44s} (skipped: over PIL's decode limit)") + continue + except (OSError, ValueError) as exc: + print(f" {path.name[:44]:44s} (unreadable: {type(exc).__name__})") + continue + img = img.resize((display.panel_w, display.panel_h), Image.Resampling.LANCZOS) + src = np.array(img, dtype=np.uint8) + src_lab = lab_img(srgb_img_to_xyz(src)) + cells = [] + for lut in args.luts: + cfg = DitherConfig("atkinson", lut, True, 30.0, 12.0) + idx = dither(src.copy(), cfg, display) + pred = lab_img(predict_image(idx, prim_mat, n, 6)) + de = float(np.mean(np.linalg.norm(pred - src_lab, axis=-1))) + totals[lut] += de + cells.append(f"{de:11.2f}") + counted += 1 + print(f" {path.name[:44]:44s} " + " ".join(cells)) + if counted: + print( + f" {'MEAN':44s} " + + " ".join(f"{totals[lut] / counted:11.2f}" for lut in args.luts) + ) + return 0 + for name in args.only: path = args.images / name if not path.exists(): From 0de5db6dbf11b611532c26a8d871f09f8740c9ec Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 01:14:40 -0500 Subject: [PATCH 30/40] docs(bigme_f7): whole-image results settle the LUT recommendation on cam16ucs The skin metric alone would have picked oklab. Scoring all 12 readable test images shows that would have been a mistake: oklab is worse than production on six of them, fixing faces by spending accuracy everywhere else. cam16ucs gives nearly the same blue-shift improvement and beats production on 11 of 12 images. Co-Authored-By: Claude Opus 5 (1M context) --- .../screens/bigme_f7/measurements/findings.md | 27 ++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/docs/screens/bigme_f7/measurements/findings.md b/docs/screens/bigme_f7/measurements/findings.md index dd5c7653..a0cd9170 100644 --- a/docs/screens/bigme_f7/measurements/findings.md +++ b/docs/screens/bigme_f7/measurements/findings.md @@ -65,10 +65,29 @@ oklab on blue shift. The apparent exception (greys \|Δhue\|: 90 vs 65) is not meaningful — at near-zero chroma the hue *angle* is numerically unstable, so greys ΔE and Δchroma are the columns that count. -**Recommendation: try `cam16ucs` for `general` and `faces`, with `oklab` as the -fallback if blue shift specifically matters most. Validate on real glass before -shipping** — this is model-based screening with the tonal chain switched off, and -it scores colour, not texture. +### And it is better on whole images, not only faces + +A global LUT change needs a global check. Whole-image mean ΔE over the 12 readable +test images: + +| | hue_aware (now) | oklab | cam16ucs | euclidean | +|---|---:|---:|---:|---:| +| mean over 12 images | 19.34 | 18.95 | **17.37** | 17.31 | + +`cam16ucs` beats production on **11 of 12** images (the exception is the Wikipedia +logo, by 0.08). The gains are not confined to faces — the RGB corner gradient +improves 40.22 → 33.84 and the Albi panorama 20.69 → 16.55. + +This is also what disqualifies **oklab** as a global default, which the skin +metric alone would have chosen: despite the best blue shift, it is *worse* than +production on the Dürer hare, Berlin Wall, Fitz Roy, the B&W forest road, the +grayscale bar and the Wikipedia logo. It fixes skin by spending accuracy +everywhere else. + +**Recommendation: `cam16ucs` for `general` and `faces`.** It gives nearly all of +oklab's blue-shift improvement and is better overall on almost every test image. +**Validate on real glass before shipping** — this is model-based screening with +the tonal chain switched off, and it scores colour, not texture. ## What did NOT turn out to matter: the palette anchors From f9393a66d1aa840769ba0d0cd986ebc294d460a3 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 12:07:04 -0500 Subject: [PATCH 31/40] =?UTF-8?q?feat(colorcal):=20measure=20the=20plain?= =?UTF-8?q?=20LUTs=20on=20greys=20=E2=80=94=20the=20recommendation=20had?= =?UTF-8?q?=20none?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lut_gain measured bw plus the three hue_aware variants, because I designed that phase before the evidence pointed at the hue_aware MODIFIER as the cause of the blue skin. So the LUT now being recommended — plain cam16ucs — has no measured grey data at all, and the whole case for it rests on the model. That gap matters because the measured greys showed something the model did not predict. For a requested neutral grey, mid-range: atkinson_serp_bw chromatic ink 0.000 |cast| 6.36 (b* -5.17) atkinson_serp_cam16ucs_hue_aware 0.343 |cast| 5.26 atkinson_serp_oklab_hue_aware 0.221 |cast| 4.91 atkinson_serp_hue_aware 0.132 |cast| 3.64 bw — black and white ink only — has the WORST neutral cast, and it is blue: the black ink's own violet bias showing through. The hue-aware LUTs REDUCE it by spending chromatic ink to cancel it, which is presumably why the mechanism exists. So hue_aware is best on greys and worst on skin, and a plain LUT might trade one for the other. Campaign 4 (--campaign 4) adds 39 patches: oklab, cam16ucs and euclidean over the same 13 greys on the production algorithm. 60 patches with controls, ~47 min. It is a SEPARATE spec with its own uid prefix rather than an addition to the existing one. uids are positional and the interleaved controls are numbered after the phases, so appending would renumber every control and remap already-measured uids onto different stimuli — the same trap that ruled out spec-level gamut dedup. Verified: 0 uid collisions, main spec sha unchanged, 1436 patches intact. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_spec.py | 69 +++++++++++++++++++++++++++++++++--- 1 file changed, 64 insertions(+), 5 deletions(-) diff --git a/tools/color_campaign_spec.py b/tools/color_campaign_spec.py index e35dfe42..097dff57 100644 --- a/tools/color_campaign_spec.py +++ b/tools/color_campaign_spec.py @@ -105,8 +105,16 @@ class Patch: meta: dict = field(default_factory=dict) -def _uid(n: int) -> str: - return f"p{n:05d}" +def _uid(n: int, prefix: str = "p") -> str: + """Patch id. The prefix keeps separate specs from colliding. + + uids are positional, and the interleaved controls are numbered after all the + phases, so ADDING patches to an existing spec renumbers every control and + silently remaps already-measured uids onto different stimuli. A supplementary + spec therefore gets its own prefix and its own numbering, and both can be run + against the same results file without either disturbing the other. + """ + return f"{prefix}{n:05d}" # ── colour sets ─────────────────────────────────────────────────────────────── @@ -204,6 +212,7 @@ def build_patches( n_skin: int, control_every: int, campaign: int = 1, + uid_prefix: str = "p", ) -> list[Patch]: # Reproducibility, not secrecy: the seed must regenerate the identical campaign. rng = random.Random(seed) # noqa: S311 @@ -212,7 +221,7 @@ def build_patches( def nxt() -> str: nonlocal counter counter += 1 - return _uid(counter) + return _uid(counter, uid_prefix) phases: list[list[Patch]] = [] @@ -220,6 +229,10 @@ def nxt() -> str: phases.extend(_campaign2_phases(nxt, gamut_steps=gamut_steps, n_skin=n_skin, seed=seed)) return _interleave(phases, nxt, rng, control_every) + if campaign == 4: + phases.append(_plain_lut_grey_phase(nxt)) + return _interleave(phases, nxt, rng, control_every) + if campaign == 3: phases.extend(_merged_phases(nxt, gamut_steps=gamut_steps, n_skin=n_skin, seed=seed)) return _interleave(phases, nxt, rng, control_every) @@ -334,6 +347,46 @@ def nxt() -> str: LUT_GAIN_LUTS = ("bw", "hue_aware", "oklab_hue_aware", "cam16ucs_hue_aware") +# The LUTs the recommendation actually rests on, and which lut_gain never measured. +PLAIN_LUTS = ("oklab", "cam16ucs", "euclidean") + + +def _plain_lut_grey_phase(nxt) -> list[Patch]: + """Neutral greys through the PLAIN (non-hue-aware) LUTs. + + lut_gain measured bw plus the three hue_aware variants, because it was designed + before the evidence pointed at the hue_aware modifier itself. So the LUT now + being recommended — plain cam16ucs — has no measured grey data at all, and the + case for it rests on the model. + + That matters because the measured greys showed something the model did not + predict: `bw` (black and white ink only) has the WORST neutral cast, blue, from + the black ink's own violet bias, and the hue-aware LUTs REDUCE it by spending + chromatic ink to cancel it. If a plain LUT leaves greys as blue as bw does, + that is a real cost against its skin benefit and it should be known before any + default changes. + + 39 patches, about half an hour. + """ + levels = gray_ramp_rgb(13) + out: list[Patch] = [] + for lut in PLAIN_LUTS: + cfg = DitherConfig("atkinson", lut, True, 30.0, 12.0) + out += [ + Patch( + uid=nxt(), + phase="plain_lut_grey", + source="pipeline", + label=f"atkinson_serp {lut} gray{rgb[0]}", + rgb=rgb, + config_name=f"atkinson_serp_{lut}", + config=asdict(cfg), + ) + for rgb in levels + ] + return out + + def _merged_phases(nxt, *, gamut_steps: int, n_skin: int, seed: int) -> list[list[Patch]]: """Everything worth measuring, de-duplicated, in descending order of value. @@ -652,12 +705,17 @@ def main(argv: list[str] | None = None) -> int: ap.add_argument("--out", type=Path, default=Path("build/colorcal/campaign_spec.json")) ap.add_argument("--model", default="bigme_f7", choices=sorted(DISPLAY_REGISTRY)) ap.add_argument("--seed", type=int, default=20260808) + ap.add_argument( + "--uid-prefix", + default="p", + help="distinct prefix for a supplementary spec, so uids cannot collide", + ) ap.add_argument( "--campaign", type=int, default=1, - choices=(1, 2, 3), - help="1 = original, 2 = follow-up only, 3 = MERGED union (use this from scratch)", + choices=(1, 2, 3, 4), + help="1 = original, 2 = follow-up, 3 = MERGED union, 4 = plain-LUT grey supplement", ) ap.add_argument("--gamut-steps", type=int, default=5, help="NxNxN RGB cube") ap.add_argument("--skin", type=int, default=60, help="distinct skin colours") @@ -671,6 +729,7 @@ def main(argv: list[str] | None = None) -> int: n_skin=args.skin, control_every=args.control_every, campaign=args.campaign, + uid_prefix=args.uid_prefix, ) counts: dict[str, int] = {} From 0e0aa804c57c7284471ebff82db9c709f6c4b0a4 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 12:57:42 -0500 Subject: [PATCH 32/40] =?UTF-8?q?fix(colorcal):=20measured=20greys=20overt?= =?UTF-8?q?urn=20cam16ucs=20=E2=80=94=20recommend=20euclidean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The plain-LUT grey supplement answered the gap it was built for, and the answer was not the one I expected. Mid-range neutral cast, production algorithm: euclidean 3.56 cam16ucs 5.55 hue_aware 3.64 bw 6.36 oklab_hue_aware 4.91 oklab 9.12 cam16ucs_hue_aware 5.26 Plain cam16ucs costs grey neutrality (5.55 vs hue_aware's 3.64), so the previous recommendation was buying skin at the price of neutrals — the exact risk that justified measuring it. And plain oklab is catastrophic on greys at 9.12, worse than black-and-white-only, landing at a* -8.0 because it recruits more chromatic ink than anything else. That is the LUT the skin metric alone would have chosen. euclidean is best or tied-best on grey cast (measured), whole-image dE, skin dE and skin hue angle, losing only on blue shift where it is still less than half of production's. It is also the simplest option — plain CIELAB nearest-neighbour, no hue machinery, no perceptual space. Every more elaborate alternative measured worse. The ranking is identical using only freshly-measured patches (23 of 39 were inherited from byte-identical rasters), so dedup did not manufacture it. Also fixes the calibration guard, which refused a perfectly usable 39-minute window because 21 minutes had already been spent on a short run. It gated on AGE when what matters is time REMAINING; --min-usable-min replaces --max-calibration-age-min. Co-Authored-By: Claude Opus 5 (1M context) --- .../screens/bigme_f7/measurements/findings.md | 47 +++++++++++++++++-- tools/color_campaign_run.py | 19 +++++--- 2 files changed, 56 insertions(+), 10 deletions(-) diff --git a/docs/screens/bigme_f7/measurements/findings.md b/docs/screens/bigme_f7/measurements/findings.md index a0cd9170..4d209c71 100644 --- a/docs/screens/bigme_f7/measurements/findings.md +++ b/docs/screens/bigme_f7/measurements/findings.md @@ -84,10 +84,49 @@ production on the Dürer hare, Berlin Wall, Fitz Roy, the B&W forest road, the grayscale bar and the Wikipedia logo. It fixes skin by spending accuracy everywhere else. -**Recommendation: `cam16ucs` for `general` and `faces`.** It gives nearly all of -oklab's blue-shift improvement and is better overall on almost every test image. -**Validate on real glass before shipping** — this is model-based screening with -the tonal chain switched off, and it scores colour, not texture. +### Measured greys overturn cam16ucs — the answer is `euclidean` + +The LUT recommendation above rested on the model. Measuring what a requested +*neutral grey* actually becomes changed it. Mid-range, production algorithm: + +| config | grey cast | | config | grey cast | +|---|---:|---|---|---:| +| **euclidean** | **3.56** | | cam16ucs | 5.55 | +| hue_aware | 3.64 | | bw | 6.36 | +| oklab_hue_aware | 4.91 | | **oklab** | **9.12** | +| cam16ucs_hue_aware | 5.26 | | | | + +Two things fall out. Plain **cam16ucs costs grey neutrality** (5.55 vs 3.64), so +it was buying skin at the price of neutrals. And plain **oklab is catastrophic on +greys** — 9.12, worse than black-and-white-only, landing at a\* −8.0 because it +recruits the most chromatic ink of any option. Greys go green. That is the LUT the +skin metric alone would have picked. + +`bw` having the *worst* cast of the simple options, and it being blue (b\* −5.17), +is the black ink's own violet bias showing through undiluted — which is exactly +what the hue-aware machinery exists to cancel, and why it wins on greys while +losing badly on skin. + +The ranking is identical using only freshly-measured patches (23 of 39 were +inherited from byte-identical rasters), so the dedup did not manufacture it. + +**Recommendation: `euclidean` for `general` and `faces`.** + +| metric | hue_aware (now) | cam16ucs | euclidean | +|---|---:|---:|---:| +| grey cast (measured) | 3.64 | 5.55 | **3.56** | +| whole-image ΔE, 12 photos | 19.34 | 17.37 | **17.31** | +| skin ΔE | 15.17 | 12.39 | **12.38** | +| skin \|Δhue\| | 46.77 | 36.33 | **32.11** | +| skin blue shift | −9.46 | **−2.73** | −4.03 | + +Best or tied-best on four of five, and its one loss is still less than half of +production's blue shift. Notably it is also the *simplest* option — plain CIELAB +nearest-neighbour, no hue machinery and no perceptual colour space. Every more +elaborate alternative measured worse. + +**Validate on real glass before shipping** — the non-grey evidence is still +model-based, with the tonal chain switched off, and it scores colour, not texture. ## What did NOT turn out to matter: the palette anchors diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 6195f66b..696ce06e 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -338,7 +338,9 @@ def main(argv: list[str] | None = None) -> int: ap.add_argument("--transient-retries", type=int, default=2) # A cycle started on a nearly-expired calibration is a wasted cycle: one was # lost starting with ~3 minutes left. Refuse rather than discover it later. - ap.add_argument("--max-calibration-age-min", type=float, default=15.0) + # Minimum usable window: below this there is not enough calibration left to + # measure anything worth the panel time, anchors included. + ap.add_argument("--min-usable-min", type=float, default=12.0) ap.add_argument("--ignore-calibration-age", action="store_true") # This unit discharges even on USB (measured -80 mV/h), so a long campaign # walks the battery down. Warn well before it matters, and stop cleanly rather @@ -394,12 +396,17 @@ def main(argv: list[str] | None = None) -> int: "(or pass --ignore-calibration-age if the calibration is known fresh)." ) return 1 - if age > args.max_calibration_age_min * 60: + # Gate on time REMAINING, not on age. Age was the wrong test: it refused a + # perfectly good 39-minute window just because 21 minutes had already been + # spent on a short run. What makes a cycle not worth starting is having too + # little left to measure anything useful, which is what this asks. + remaining = NOMINAL_LIFETIME_S - age + needed = args.min_usable_min * 60 + if remaining < needed: print( - f"ABORT: the calibration is {age / 60:.0f} min old and lasts about " - f"{NOMINAL_LIFETIME_S // 60} min.\n" - " Starting now would waste most of the cycle. Recalibrate with\n" - " tools/f7_calibrate.py, then start immediately." + f"ABORT: only {remaining / 60:.0f} min of dark calibration left " + f"(need at least {args.min_usable_min:.0f}).\n" + " Recalibrate with tools/f7_calibrate.py, then start immediately." ) return 1 print( From e57ebcb992e8c06c9ad1189c7f504d44a63e14fd Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 16:14:08 -0500 Subject: [PATCH 33/40] =?UTF-8?q?docs+fix(colorcal):=20retract=20the=20LUT?= =?UTF-8?q?=20recommendation=20=E2=80=94=20wrong=20gate=20params,=20and=20?= =?UTF-8?q?the=20metric=20misled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two failures, one technical and one methodological. TECHNICAL. Every LUT comparison in this work used hue_cutoff_deg=30, neutral_chroma=12. Production ships 95, 8, and those two numbers ARE the hue-aware gate. I picked 30/12 when designing the campaign and never checked it against presets.py, so a day of conclusions describe a config we do not run. At the shipped values hue_aware is BIT-IDENTICAL to euclidean on skin colours (verified by raster hash), so two of my three successive recommendations — cam16ucs, then euclidean — were no-ops I did not know I was proposing. Re-run correctly, production measures -5.61 db* (general) and -4.77 (faces), not -9.46, and oklab is the genuine outlier at -1.15. That vindicates the original human observation that "all but oklab make lips blue". METHODOLOGICAL, and the more useful lesson. Shown side by side on the panel at correct parameters, the human verdict was that PRODUCTION looks better: oklab reads "too light, overlighted" while the shipped config gives "more human" skin. That matches whole-image dE (17.16 shipped vs 18.27 oklab) and contradicts the blue-shift metric I had made the headline. The dE column predicted preference; blue shift did not. Continuing to optimise blue shift would have kept generating recommendations a human rejects. No LUT change is recommended. f7_ab_compare now defaults its gate parameters to the shipped values with a comment recording why guessing them was expensive. Unaffected, because none of it involves the hue gate: ink primaries, gamut, contrast, black-ink non-neutrality, the dot-gain curve, and the Yule-Nielsen model. The dot-gain finding (a 50% dither prints like 71%, mean dE 6.85) remains the largest measured error and is still uncorrected. Co-Authored-By: Claude Opus 5 (1M context) --- .../screens/bigme_f7/measurements/findings.md | 21 +++ tools/f7_ab_compare.py | 130 ++++++++++++++++++ 2 files changed, 151 insertions(+) create mode 100644 tools/f7_ab_compare.py diff --git a/docs/screens/bigme_f7/measurements/findings.md b/docs/screens/bigme_f7/measurements/findings.md index 4d209c71..dfc7f703 100644 --- a/docs/screens/bigme_f7/measurements/findings.md +++ b/docs/screens/bigme_f7/measurements/findings.md @@ -1,5 +1,26 @@ # What the measurements say, and what to do about it +> **RETRACTED (LUT sections below).** Every LUT comparison in this document was +> measured with `hue_cutoff_deg=30, neutral_chroma=12`. Production ships +> `95, 8` (`presets.py`), and those two numbers ARE the hue-aware gate. At the +> shipped values `hue_aware` is bit-identical to `euclidean` on skin colours, and +> the large blue shift reported below does not occur: production measures −5.61 +> db* (general) and −4.77 (faces), not −9.46. +> +> Re-run at the correct parameters, `oklab` does give the least blue skin +> (−1.15 vs −5.61) — vindicating the original human observation that "all but +> oklab make lips blue". But shown side by side on the panel, the human verdict +> was that **production looks better**: oklab reads "too light, overlighted", +> and skin looks "more human" with the shipped config. +> +> That matches whole-image ΔE (17.16 shipped vs 18.27 oklab) and contradicts the +> blue-shift metric this document optimises. **The ΔE column predicted +> preference; the blue-shift column did not.** No LUT change is recommended. +> +> What survives untouched: the ink primaries, gamut, contrast, black-ink +> non-neutrality, the dot-gain curve and the Yule-Nielsen model — none of which +> involve the hue gate. + Working notes from characterising the Bigme F7 panel with an X-Rite ColorMunki Photo (ArgyllCMS `spotread`, reflective 45°/0°). Raw readings live alongside this file; the tools are `tools/color_*.py`. diff --git a/tools/f7_ab_compare.py b/tools/f7_ab_compare.py new file mode 100644 index 00000000..15af4802 --- /dev/null +++ b/tools/f7_ab_compare.py @@ -0,0 +1,130 @@ +#!/usr/bin/env python3 +"""Put two dither configs side by side on the panel, for a human to judge. + +Every comparison so far has been a number: dE, hue shift, a fitted model. Those +agree that the `hue_aware` LUT drives skin blue and that plain `euclidean` fixes +it, and the model has been validated against measured skin to within ~1 unit. What +none of it establishes is whether the difference is visible and preferable to a +person looking at a photograph, which is the actual goal. + +So: the SAME crop, rendered twice, on the glass at once. Sequential viewing relies +on colour memory, which is poor; side by side is how the difference is actually +seen. Each half is dithered independently by its own config, so each is exactly +what that config would ship. + +The tonal chain is deliberately still bypassed. Production runs autocontrast and +DRC ahead of the dither, and including them would confound the thing under test — +but it does mean this shows the dither's contribution, not the final pipeline. +""" + +from __future__ import annotations + +import argparse +import sys +from pathlib import Path + +import numpy as np +import serial +from PIL import Image + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "python")) + +from color_measure_f7 import catch_console, upload_with_retry +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver.dither_config import DitherConfig +from hokku.webserver.dither_streaming import dither + + +def crop_to(img: Image.Image, w: int, h: int) -> Image.Image: + """Centre-crop to the target aspect, then resize — never squash. + + Both halves must show the SAME content for the comparison to mean anything, + so this crops rather than fitting, and both halves get the identical crop. + """ + tw, th = w / h, img.width / img.height + if th > tw: + new_w = int(img.height * tw) + img = img.crop(((img.width - new_w) // 2, 0, (img.width + new_w) // 2, img.height)) + else: + new_h = int(img.width / tw) + img = img.crop((0, (img.height - new_h) // 2, img.width, (img.height + new_h) // 2)) + return img.resize((w, h), Image.Resampling.LANCZOS) + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument( + "--image", type=Path, default=Path("images/test/Robert_De_Niro_KVIFF_portrait.jpg") + ) + ap.add_argument("--port", default="COM10") + ap.add_argument("--left", default="hue_aware", help="LUT for the left half (production)") + ap.add_argument("--right", default="oklab", help="LUT for the right half (candidate)") + ap.add_argument("--algorithm", default="floyd_steinberg") + ap.add_argument("--serpentine", action="store_true", default=True) + # These ARE the hue-aware gate. Defaulting them to anything other than what + # presets.py ships produced a whole day of conclusions about a config we do + # not run: at cutoff=30 hue_aware looks disastrous on skin, at the shipped + # cutoff=95 it is bit-identical to euclidean there. Never guess these. + ap.add_argument("--hue-cutoff-deg", type=float, default=95.0) + ap.add_argument("--neutral-chroma", type=float, default=8.0) + ap.add_argument("--divider", type=int, default=2, help="black separator width in px") + ap.add_argument("--save", type=Path, help="also write the composed preview as a PNG") + args = ap.parse_args(argv) + + display = DISPLAY_REGISTRY["bigme_f7"] + W, H = display.panel_w, display.panel_h + half = W // 2 + + img = Image.open(args.image).convert("RGB") + crop = crop_to(img, half, H) + src = np.array(crop, dtype=np.uint8) + + out = np.zeros((H, W), dtype=np.uint8) + for side, lut, x0 in (("left", args.left, 0), ("right", args.right, half)): + cfg = DitherConfig( + args.algorithm, lut, args.serpentine, args.hue_cutoff_deg, args.neutral_chroma + ) + idx = dither(src.copy(), cfg, display) + out[:, x0 : x0 + half] = idx + print( + f" {side:5s} = {args.algorithm} serp={args.serpentine} / {lut} " + f"(cutoff={args.hue_cutoff_deg}, chroma={args.neutral_chroma})" + ) + + if args.divider > 0: + # A hard seam makes the boundary unambiguous; without it the eye tries to + # read the two halves as one picture and the difference is harder to see. + c = half - args.divider // 2 + out[:, c : c + args.divider] = 0 # black ink + + if args.save: + rgb = np.rint(display.palette_measured_rgb).clip(0, 255).astype(np.uint8)[out] + Image.fromarray(rgb).save(args.save) + print(f" preview -> {args.save}") + + data = display.indices_to_panel_bytes(out) + print(f"catching console on {args.port}...", flush=True) + s = catch_console(args.port, 600.0) + if s is None: + print("console never answered — long-press the power button and retry") + return 1 + try: + ok = upload_with_retry(s, data, "A/B comparison", attempts=6, gap_s=8.0) + finally: + try: + s.close() + except (serial.SerialException, OSError): + pass + if not ok: + print("upload failed") + return 1 + print(f"\nOn the glass now: LEFT = {args.left} (ships today), RIGHT = {args.right}.") + print("Look at the skin. The claim is the left is bluer.") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 796632651d54c7d8f42a20647e56f65dff90d2fd Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 17:00:43 -0500 Subject: [PATCH 34/40] fix(render): DRC must compress into the TARGET panel's range, not the Huessen's MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit compress_dynamic_range squeezes an image's lightness into the panel's reachable range. It read that range from the module-level PALETTE_LAB / PALETTE_OKLAB, which dither_streaming derives from the Huessen EPF1301 reference display — regardless of which screen is being rendered for. The import comment said so plainly; the consequence had never been measured. On the F7 it is severe. Measured on our glass the panel spans L* 10.21..68.02; the DRC was compressing into 0.55..79.86, 37% wider, so both ends clipped: image clipped before after Robert_De_Niro_KVIFF_portrait.jpg 52.0% 0.0% Albi_Panorama_Sunset_Panini_General 16.9% 0.0% Forest_road_Slavne_2017_BW_G9 10.1% 0.0% Fitz_Roy_1.avif 4.7% 0.0% Half the De Niro portrait was mapped below the panel's black floor and collapsed into one flat tone. The tanh soft shoulder could not help either: it began rolling off at L* 68.0 and ran to 79.9, entirely beyond the panel's white, so the mechanism meant to protect highlights never engaged at all. The renderer now supplies anchors from the display it was constructed with. Displays gain an optional drc_anchor_l for panels that have been photometrically measured; without it the range comes from that display's own palette, still correct-by-construction for the screen in hand. Huessen and Seeed are unaffected (0.55..79.86 either way). bigme_f7 carries its measured 10.21..68.02. drc_anchor_l is deliberately separate from palette_measured_rgb. That table drives ink SELECTION, where a few dE hardly matters because the gamut dominates — an earlier experiment substituting measured values there changed almost nothing. This drives what range the entire image is squeezed into, where being wrong clips everything past the end. Same numbers, different mechanism, opposite sensitivity. Verified side by side on the panel through the full production path with only the anchors differing, and the human verdict was that the corrected side looks better. That matters: three earlier candidate improvements today measured as better and were rejected on sight. This is the first that survived a human looking at it. 886 tests pass; the DRC helpers keep their previous defaults, so existing callers and tests are unchanged. Co-Authored-By: Claude Opus 5 (1M context) --- python/hokku/screens/bigme_f7/display.py | 11 ++ python/hokku/screens/display.py | 16 +++ python/hokku/webserver/image_renderer.py | 73 ++++++++-- tools/f7_ab_drc.py | 163 +++++++++++++++++++++++ 4 files changed, 251 insertions(+), 12 deletions(-) create mode 100644 tools/f7_ab_drc.py diff --git a/python/hokku/screens/bigme_f7/display.py b/python/hokku/screens/bigme_f7/display.py index 843874bd..7cb1c40d 100644 --- a/python/hokku/screens/bigme_f7/display.py +++ b/python/hokku/screens/bigme_f7/display.py @@ -60,6 +60,17 @@ class BigmeF7Display(Display): dtype=np.float32, ) + # Measured on this glass with an X-Rite ColorMunki Photo (ArgyllCMS spotread, + # reflective 45/0, D65), averaged over 11 readings of each solid ink: + # black L* 10.21, white L* 68.02 — a contrast ratio of 31.9:1. + # + # The palette table above is NOT the source for this. It came from a + # third-party dataset and puts white at L* 79.26, which is 11 L* beyond + # anything this panel can actually show. Deriving the DRC range from it + # compresses images into a range wider than the display, clipping both ends. + # See docs/screens/bigme_f7/measurements/findings.md. + drc_anchor_l = (10.21, 68.02) + palette_preview_rgb = np.array( [ [0, 0, 0], # black diff --git a/python/hokku/screens/display.py b/python/hokku/screens/display.py index bb108657..5586e3c0 100644 --- a/python/hokku/screens/display.py +++ b/python/hokku/screens/display.py @@ -50,6 +50,22 @@ class Display(ABC): palette_measured_rgb: NDArray """Shape (N, 3) float32 — measured RGB of each ink colour on-panel.""" + drc_anchor_l: tuple[float, float] | None = None + """(black L\\*, white L\\*) the dynamic-range compressor should target, or None. + + This is the panel's *reachable* lightness range, and it is deliberately + separate from ``palette_measured_rgb``. The palette drives ink SELECTION, + where being a few ΔE out barely matters because the gamut dominates. The DRC + instead decides what range the whole image is squeezed into, and being wrong + there clips everything past the end — measured at 50 % of one test portrait + collapsing into flat black. + + ``None`` derives the range from rows 0 and 1 of ``palette_measured_rgb``, + which is right whenever that table reflects the real panel. Set it explicitly + when the panel has been measured and the palette has not been re-derived from + those measurements. + """ + palette_preview_rgb: NDArray """Shape (N, 3) uint8 — punchy RGB used for browser preview rendering.""" diff --git a/python/hokku/webserver/image_renderer.py b/python/hokku/webserver/image_renderer.py index 7bdf9e7a..3606c2df 100644 --- a/python/hokku/webserver/image_renderer.py +++ b/python/hokku/webserver/image_renderer.py @@ -33,9 +33,11 @@ from hokku.webserver.bounding_box import BoundingBox from hokku.webserver.dither_abc import AbstractDither from hokku.webserver.dither_streaming import ( - # PALETTE_LAB / PALETTE_OKLAB are the Huessen reference DRC L*-anchors - # (black/white lightness). Bigme F7 ink is not yet photographically - # measured, so its DRC reuses these reference anchors until calibrated. + # Huessen reference DRC anchors. Now only a LAST-RESORT default inside the + # DRC helpers: the renderer supplies the target panel's own range via + # _drc_anchors(). Reusing these for another screen compressed images into a + # range that screen could not show — on the F7, L* 0.55..79.86 against a real + # 10.21..68.02, clipping both ends. PALETTE_LAB, PALETTE_OKLAB, adaptive_saturate, @@ -430,6 +432,29 @@ def _lab_to_rgb(lab) -> NDArray[np.float32]: ) return np.clip(srgb * f32(255), f32(0), f32(255)) + def _drc_anchors(self) -> tuple[tuple[float, float], tuple[float, float]]: + """(CIELAB, OKLAB) lightness ranges the DRC should compress into. + + Prefers ``display.drc_anchor_l`` when the panel has been measured, since + a palette table carried over from a vendor or another model can be a long + way from the real black and white points. Falls back to deriving the range + from the display's own palette, which is still correct-by-construction for + the screen being rendered — unlike the module-level reference constant + this replaced. + """ + explicit = getattr(self._display, "drc_anchor_l", None) + if explicit is not None: + lo_l, hi_l = float(explicit[0]), float(explicit[1]) + greys = np.stack([np.arange(256, dtype=np.float32)] * 3, axis=-1) + ls = rgb_to_lab(greys)[:, 0] + rows = np.stack([greys[int(np.argmin(np.abs(ls - v)))] for v in (lo_l, hi_l)]) + ok = rgb_to_oklab(rows) + return (lo_l, hi_l), (float(ok[0, 0]), float(ok[1, 0])) + pal = np.asarray(self._display.palette_measured_rgb, dtype=np.float32)[:2] + lab_l = rgb_to_lab(pal) + ok_l = rgb_to_oklab(pal) + return (float(lab_l[0, 0]), float(lab_l[1, 0])), (float(ok_l[0, 0]), float(ok_l[1, 0])) + @staticmethod def compress_dynamic_range( img_array, @@ -442,6 +467,8 @@ def compress_dynamic_range( vivid_chroma_high_oklab: float = 0.075, drc_l_space: DrcSpace = "cielab", drc_chroma_space: DrcSpace = "cielab", + anchor_lab_l: tuple[float, float] | None = None, + anchor_oklab_l: tuple[float, float] | None = None, ) -> NDArray[np.float32]: """Map source range into the panel's reachable L\\* range. @@ -462,9 +489,9 @@ def compress_dynamic_range( # Stage 1: L compression in the requested space. if drc_l_space == "cielab": - rgb = ImageRenderer._drc_cielab_l(rgb) + rgb = ImageRenderer._drc_cielab_l(rgb, anchor_lab_l) else: - rgb = ImageRenderer._drc_oklab_l(rgb) + rgb = ImageRenderer._drc_oklab_l(rgb, anchor_oklab_l) # Stage 2: chroma scaling in the requested space. if drc_chroma_space == "cielab": @@ -484,13 +511,22 @@ def compress_dynamic_range( ) @staticmethod - def _drc_cielab_l(rgb: NDArray[np.float32]) -> NDArray[np.float32]: - """Map source L* into the panel's CIELAB L* range + tanh soft shoulder.""" + def _drc_cielab_l( + rgb: NDArray[np.float32], anchor_l: tuple[float, float] | None = None + ) -> NDArray[np.float32]: + """Map source L* into the panel's CIELAB L* range + tanh soft shoulder. + + ``anchor_l`` is the target range. It must describe the panel being + rendered for: the module-level PALETTE_LAB is the Huessen reference, and + using it for another screen compresses into a range that screen cannot + show, clipping both ends. + """ f32 = np.float32 lab = rgb_to_lab(rgb, dtype=f32) L = lab[..., 0] - black_L = f32(PALETTE_LAB[0, 0]) - white_L = f32(PALETTE_LAB[1, 0]) + lo, hi = anchor_l if anchor_l is not None else (PALETTE_LAB[0, 0], PALETTE_LAB[1, 0]) + black_L = f32(lo) + white_L = f32(hi) ratio = f32((float(white_L) - float(black_L)) / 100.0) np.multiply(L, ratio, out=L) np.add(L, black_L, out=L) @@ -503,7 +539,9 @@ def _drc_cielab_l(rgb: NDArray[np.float32]) -> NDArray[np.float32]: return ImageRenderer._lab_to_rgb(lab) @staticmethod - def _drc_oklab_l(rgb: NDArray[np.float32]) -> NDArray[np.float32]: + def _drc_oklab_l( + rgb: NDArray[np.float32], anchor_l: tuple[float, float] | None = None + ) -> NDArray[np.float32]: """Map source L into the panel's OKLAB L range + tanh soft shoulder. Panel anchors come from PALETTE_OKLAB (black L ≈ 0.085, white ≈ 0.825). @@ -514,8 +552,9 @@ def _drc_oklab_l(rgb: NDArray[np.float32]) -> NDArray[np.float32]: f32 = np.float32 oklab = rgb_to_oklab(rgb, dtype=f32) L = oklab[..., 0] - black_L = f32(PALETTE_OKLAB[0, 0]) - white_L = f32(PALETTE_OKLAB[1, 0]) + lo, hi = anchor_l if anchor_l is not None else (PALETTE_OKLAB[0, 0], PALETTE_OKLAB[1, 0]) + black_L = f32(lo) + white_L = f32(hi) # Source L is in [0, 1] in OKLAB — scale to [black_L, white_L]. ratio = white_L - black_L np.multiply(L, ratio, out=L) @@ -623,6 +662,14 @@ def render_indices( crop_anchor_bboxes_norm=crop_anchor_bboxes_norm, ) + # The DRC squeezes the image into the panel's reachable lightness range, + # so that range must come from THIS panel. It used to read the module + # PALETTE_LAB, which is the Huessen reference regardless of target: on the + # F7 that meant compressing into L* 0.55..79.86 when the panel spans + # 10.21..68.02, clipping both ends — 50 % of one test portrait collapsed + # into flat black. + drc_anchor_lab, drc_anchor_oklab = self._drc_anchors() + sat_space = cfg.adaptive_saturate_space sat_max = cfg.saturate_max_enhance sat_lo_cielab = cfg.saturate_low_chroma_thresh @@ -648,6 +695,8 @@ def _prep_stripe(stripe_uint8): vivid_chroma_high_oklab=cfg.vivid_chroma_high_oklab, drc_l_space=cfg.drc_l_space, drc_chroma_space=cfg.drc_chroma_space, + anchor_lab_l=drc_anchor_lab, + anchor_oklab_l=drc_anchor_oklab, ) if noise_std > 0.0: noise = np.random.normal(0.0, noise_std, f32.shape).astype(np.float32) diff --git a/tools/f7_ab_drc.py b/tools/f7_ab_drc.py new file mode 100644 index 00000000..476fabf6 --- /dev/null +++ b/tools/f7_ab_drc.py @@ -0,0 +1,163 @@ +#!/usr/bin/env python3 +"""A/B the DRC's lightness anchors: the shipped ones against this panel's own. + +``compress_dynamic_range`` maps a source image's L\\* range onto the panel's +reachable range, with a tanh shoulder near white. It reads that range from +``PALETTE_LAB``, which ``dither_streaming`` derives from the **Huessen EPF1301** +reference display — deliberately, per the comment there — regardless of which +screen is being rendered for. + +On the F7 that is badly wrong: + + DRC target range L* 0.55 .. 79.86 (width 79.31) + F7 measured L* 10.21 .. 68.02 (width 57.81) + +The target is 37 % wider than the panel can show, so both ends clip: everything +the DRC emits below L* 10.21 flattens to black and everything above L* 68.02 +flattens to white. On the De Niro portrait that is 50 % of the image crushed into +undifferentiated shadow. The tanh shoulder cannot help either — its whole roll-off +region lies beyond the panel's white. + +Nothing is changed in the pipeline here. This renders the same photo twice through +the real production path, patching only the two anchor numbers on the right-hand +side, so a human can judge whether correcting them actually looks better. Today +has already produced three plausible improvements that a human rejected on sight, +so the measurement is the argument for looking, not a substitute for it. +""" + +from __future__ import annotations + +import argparse +import pathlib +import sys + +import numpy as np +import serial +from PIL import Image + +try: + import hokku.screens # noqa: F401 — probe importability +except ImportError: + sys.path.insert(0, str(pathlib.Path(__file__).resolve().parent.parent / "python")) + +from color_measure_f7 import catch_console, upload_with_retry +from color_model import lab, load_records, primaries +from hokku.screens.registry import DISPLAY_REGISTRY +from hokku.webserver import image_renderer as IR +from hokku.webserver.dither_streaming import ( + PALETTE_MEASURED_RGB, + StreamingDither, + rgb_to_lab, + rgb_to_oklab, +) +from hokku.webserver.orientation import Orientation +from hokku.webserver.presets import DEFAULT_IMAGE_CONFIG + + +def measured_anchor_rgb(data: pathlib.Path) -> np.ndarray: + """sRGB stand-ins whose L\\* equals the panel's measured black and white. + + The DRC only ever reads row 0 and row 1 of the L\\* column, so matching + lightness is sufficient and avoids disturbing anything that reads chroma. + """ + prim = primaries(load_records(data)) + out = np.array(PALETTE_MEASURED_RGB, dtype=np.float32).copy() + for row, ink in ((0, "black"), (1, "white")): + target_l = lab(prim[ink]["xyz"])[0] + # Solve a neutral grey with this L*: monotonic, so a scan is exact enough + # and cannot diverge the way an inverted analytic form can. + vals = np.arange(256, dtype=np.float32) + greys = np.stack([vals, vals, vals], axis=-1) + ls = rgb_to_lab(greys)[:, 0] + out[row] = greys[int(np.argmin(np.abs(ls - target_l)))] + return out + + +def render( + img: Image.Image, display, cfg, anchors_rgb: np.ndarray | None, w: int, h: int +) -> np.ndarray: + """Full production render onto a w x h canvas. + + Each side is rendered at HALF-panel width rather than rendering the whole + panel twice and slicing. Slicing shows the same half of the photo on both + sides — a fair comparison of a useless composition (half a face, twice). + Rendering to the half canvas lets the pipeline's own fit/crop pick a sensible + framing, and both sides get identical treatment, so the DRC anchors remain + the only difference. + """ + old_lab, old_oklab = IR.PALETTE_LAB, IR.PALETTE_OKLAB + try: + if anchors_rgb is not None: + IR.PALETTE_LAB = rgb_to_lab(anchors_rgb) + IR.PALETTE_OKLAB = rgb_to_oklab(anchors_rgb) + renderer = IR.ImageRenderer(dither=StreamingDither(display), display=display) + return renderer.render_indices(img.copy(), cfg, Orientation.LANDSCAPE, w, h) + finally: + IR.PALETTE_LAB, IR.PALETTE_OKLAB = old_lab, old_oklab + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser() + ap.add_argument( + "--image", + type=pathlib.Path, + default=pathlib.Path("images/test/Robert_De_Niro_KVIFF_portrait.jpg"), + ) + ap.add_argument( + "--data", type=pathlib.Path, default=pathlib.Path("build/colorcal/campaign.jsonl") + ) + ap.add_argument("--port", default="COM10") + ap.add_argument("--divider", type=int, default=2) + ap.add_argument("--save", type=pathlib.Path) + args = ap.parse_args(argv) + + display = DISPLAY_REGISTRY["bigme_f7"] + W, H = display.panel_w, display.panel_h + cfg = DEFAULT_IMAGE_CONFIG + + shipped = np.array(IR.PALETTE_LAB, dtype=float) + fixed_rgb = measured_anchor_rgb(args.data) + fixed = rgb_to_lab(fixed_rgb) + print(f" LEFT (ships) DRC range L* {shipped[0, 0]:.2f} .. {shipped[1, 0]:.2f}") + print(f" RIGHT (fixed) DRC range L* {fixed[0, 0]:.2f} .. {fixed[1, 0]:.2f} <- measured F7") + + img = Image.open(args.image).convert("RGB") + half = W // 2 + left = render(img, display, cfg, None, half, H) + right = render(img, display, cfg, fixed_rgb, half, H) + + out = np.empty((H, W), dtype=np.uint8) + out[:, :half] = left[:, :half] + out[:, half:] = right[:, :half] + if args.divider > 0: + c = half - args.divider // 2 + out[:, c : c + args.divider] = 0 + + if args.save: + rgb = np.rint(display.palette_measured_rgb).clip(0, 255).astype(np.uint8)[out] + Image.fromarray(rgb).save(args.save) + print(f" preview -> {args.save}") + + data = display.indices_to_panel_bytes(out) + print(f"catching console on {args.port}...", flush=True) + s = catch_console(args.port, 600.0) + if s is None: + print("console never answered — long-press the power button and retry") + return 1 + try: + ok = upload_with_retry(s, data, "DRC A/B", attempts=6, gap_s=8.0) + finally: + try: + s.close() + except (serial.SerialException, OSError): + pass + if not ok: + print("upload failed") + return 1 + print("\nOn the glass: LEFT = shipped DRC anchors, RIGHT = this panel's measured range.") + print("Look into the shadows. Half this image is currently crushed below panel black.") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 790e02f690efdf5ceec5e93620d7f816ce721383 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 18:05:18 -0500 Subject: [PATCH 35/40] fix(colorcal): a cycle must have room for the anchors AND useful work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Session 10 started with 20 minutes of calibration left, passed the guard, and produced 6 spec patches. The two six-ink anchor blocks are ~11 minutes of that window and the safety margin another 5, so only ~4 minutes went to actual patches — a dial rotation spent almost entirely on overhead. The guard compared the remaining time against a flat 12-minute floor as if all of it were usable. It now adds the overhead it can predict (one anchor block, or two when closing anchors are on, plus the margin) to the minimum PATCH time, so --min-usable-min means what its name says. A cycle now needs ~31 min remaining rather than 12, i.e. it must start within ~29 min of calibrating. The abort message breaks the requirement down rather than printing one number, so the next person can see where the time goes instead of rediscovering it. Root cause was operational, not code: the hour starts when f7_calibrate runs, not when the run does, and I calibrated ~40 minutes before the operator was ready. Calibrate only when the panel is ready to start immediately. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 696ce06e..20d78da3 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -338,9 +338,9 @@ def main(argv: list[str] | None = None) -> int: ap.add_argument("--transient-retries", type=int, default=2) # A cycle started on a nearly-expired calibration is a wasted cycle: one was # lost starting with ~3 minutes left. Refuse rather than discover it later. - # Minimum usable window: below this there is not enough calibration left to - # measure anything worth the panel time, anchors included. - ap.add_argument("--min-usable-min", type=float, default=12.0) + # Minimum PATCH time a cycle must be able to do, on top of anchor/margin + # overhead. Not the total window — see the guard, which adds the overhead. + ap.add_argument("--min-usable-min", type=float, default=15.0) ap.add_argument("--ignore-calibration-age", action="store_true") # This unit discharges even on USB (measured -80 mV/h), so a long campaign # walks the battery down. Warn well before it matters, and stop cleanly rather @@ -401,7 +401,15 @@ def main(argv: list[str] | None = None) -> int: # spent on a short run. What makes a cycle not worth starting is having too # little left to measure anything useful, which is what this asks. remaining = NOMINAL_LIFETIME_S - age - needed = args.min_usable_min * 60 + # The anchor blocks are overhead, not patches. A 20-minute window sounds + # workable until you subtract two six-ink blocks (~11 min) and the safety + # margin, leaving 4 minutes of actual measuring — that really happened and + # yielded 6 spec patches for a dial rotation. Require enough left to cover + # the overhead AND do a useful amount of work. + overhead = SAFETY_MARGIN_S + if not args.no_anchors: + overhead += ANCHOR_BLOCK_S * (2 if args.closing_anchors else 1) + needed = overhead + args.min_usable_min * 60 if remaining < needed: print( f"ABORT: only {remaining / 60:.0f} min of dark calibration left " From 84fe42a2024dcfb8dd85e1d6c736635c94457c4e Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sun, 9 Aug 2026 23:23:16 -0500 Subject: [PATCH 36/40] =?UTF-8?q?fix(colorcal):=20never=20deduplicate=20a?= =?UTF-8?q?=20control=20=E2=80=94=20that=20is=20the=20measurement,=20not?= =?UTF-8?q?=20waste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The raster dedup inherited 56 control patches instead of measuring them, silently disabling the drift instrumentation it was supposed to leave alone. Controls are ctl_white / ctl_black / ctl_mid interleaved every 25 patches. They produce byte-identical rasters BY DESIGN — repeatedly measuring an unchanged stimulus is the only way drift becomes visible. To the dedup that looked exactly like the 416 redundant gamut-cube duplicates it was written to skip, so it skipped them, and each "saving" was a drift sample not taken. Controls are now excluded both as dedup targets and as dedup sources; a control must never seed the index either, or an ordinary patch could later inherit from one. The 56 already lost are not force-re-measured: that is ~44 min of panel time for data the six session-anchor brackets already cover better (six inks bracketing a whole calibration, ~0.44 dE consistently). The remaining 114 controls, most of them interleaved through the seven hours of gamut_dense still to run, will now be measured properly. Checked at the same time and fine: the skin phase is not degenerate — 86 of 100 colours produce three distinct rasters across the three configs, 11 produce two, only 3 collapse to one. Its 40 inherited patches came from uniform-field colours matching solid-ink rasters, which is legitimate. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 20d78da3..257e465e 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -569,7 +569,14 @@ def emit(rec: dict) -> None: # random fraction IS re-measured, because "identical raster implies # identical reading" is an assumption worth continuously testing # rather than trusting blindly. - twin = seen_rasters.get(rec["raster_sha1"]) if args.dedup else None + # NEVER dedup a control. Controls are deliberately the same + # stimulus over and over — that is the whole point, since drift is + # only visible by re-measuring something unchanged. Inheriting + # them looks like a free saving and is actually the measurement + # being skipped: 77 drift samples were lost this way before this + # check existed. + may_dedup = args.dedup and not patch.get("is_control") + twin = seen_rasters.get(rec["raster_sha1"]) if may_dedup else None sample_it = twin is not None and rng.random() < args.dedup_sample_rate if twin is not None and not sample_it: rec["duplicate_of"] = twin["uid"] @@ -636,7 +643,11 @@ def emit(rec: dict) -> None: # measured and normalised at analysis time, when the # brightest patch in the set is known. rec["xyz_d65_pct"] = med - seen_rasters.setdefault(rec["raster_sha1"], rec) + if not patch.get("is_control"): + # Controls are re-measured every time, so they + # must not seed the index either — otherwise a + # later ordinary patch would inherit from one. + seen_rasters.setdefault(rec["raster_sha1"], rec) n_ok += 1 else: rec["error"] = "no_readings" From f74125ea4461894e650dc522e41ed3c80eaf24e7 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Tue, 11 Aug 2026 00:15:24 -0500 Subject: [PATCH 37/40] fix(colorcal): report progress against the spec, and use measured throughput MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header printed "1436 patches, 1438 already done", which is impossible. It counted every uid on file, and that includes the per-session anchors — extra measurements that live outside the spec by design. It now reports done/to-go against the spec itself. The per-run ETA also still used the original 56 s/patch estimate. Measured throughput across nineteen sessions is 47 s, so every ETA has been ~20 % long. The line now says "if none inherit" too, since dedup means the real figure is lower again — currently about half the remaining gamut rows cost no panel time. Co-Authored-By: Claude Opus 5 (1M context) --- tools/color_campaign_run.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/color_campaign_run.py b/tools/color_campaign_run.py index 257e465e..bd74a943 100644 --- a/tools/color_campaign_run.py +++ b/tools/color_campaign_run.py @@ -380,10 +380,16 @@ def main(argv: list[str] | None = None) -> int: todo = [p for p in patches if p["uid"] not in already] if args.limit: todo = todo[: args.limit] + # Report progress against the SPEC. `already` also holds the per-session + # anchors, which are extra measurements outside the spec, so printing it + # produced the nonsense "1436 patches, 1438 already done". print( - f"session {session} | spec {args.spec}: {len(patches)} patches, {len(already)} already done" + f"session {session} | spec {args.spec}: {len(patches)} patches, " + f"{len(patches) - len(todo)} done, {len(todo)} to go" ) - print(f"this run: {len(todo)} patches, ~{len(todo) * 56 / 3600:.2f} h") + # 47 s/patch is the measured throughput; 56 was the original estimate and + # overstated every ETA by ~20 %. + print(f"this run: {len(todo)} patches, ~{len(todo) * 47 / 3600:.2f} h if none inherit") if not todo: print("nothing to do") return 0 From 2ebdab072aef7f22b57af8ce039f9c2e544cec50 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Tue, 11 Aug 2026 21:00:51 -0500 Subject: [PATCH 38/40] =?UTF-8?q?docs(f7):=20store=20the=20colour=20campai?= =?UTF-8?q?gn=20dataset=20=E2=80=94=201700=20readings=20with=20spectra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The campaign is closed. The measurements lived only in build/, which is gitignored, so twenty hours of panel time across twenty human-attended calibration cycles existed on exactly one disk. This commits them. 1700 readings over 20 sessions covering 1434 of 1436 planned patches, every one carrying its full 380-730 nm reflectance spectrum. The spectra are the reason to store this rather than a summary: XYZ is a projection of the spectrum through one observer and one illuminant, so a dataset recorded without them can never answer a question about a different illuminant without going back to the hardware. The two uncollected patches are `control` rows, dropped deliberately — they would have cost a full calibration cycle to add two drift samples to the twenty-plus brackets already collected. No gamut, tone or skin patch is missing. The `firmware` provenance field carried the test unit's LAN address on 20 rows; ip=/gw=/nm= are redacted. A field-by-field diff against the working copy differs only in `firmware`, only on those rows — no measured value is altered. The README documents the two things a reader would otherwise get wrong: that `duplicate_of` rows were inherited rather than measured (~54 % of gamut_dense, so they are real data but not independent samples), and that the session anchor brackets put a ~0.44 dE noise floor under every conclusion drawn from this file. .gitattributes pins the dataset to LF. `text=auto` would have rewritten it on a Windows checkout — harmless to the JSON, but it breaks byte-for-byte round-trip, so a checksum taken on one platform would disagree on another for a reason unrelated to the data. Co-Authored-By: Claude Opus 5 (1M context) --- .gitattributes | 7 + docs/screens/bigme_f7/measurements/README.md | 9 + .../bigme_f7/measurements/data/README.md | 123 + .../bigme_f7/measurements/data/campaign.jsonl | 1726 + .../measurements/data/campaign_spec.json | 30395 ++++++++++++++++ .../data/gamut_raster_groups.json | 1 + 6 files changed, 32261 insertions(+) create mode 100644 docs/screens/bigme_f7/measurements/data/README.md create mode 100644 docs/screens/bigme_f7/measurements/data/campaign.jsonl create mode 100644 docs/screens/bigme_f7/measurements/data/campaign_spec.json create mode 100644 docs/screens/bigme_f7/measurements/data/gamut_raster_groups.json diff --git a/.gitattributes b/.gitattributes index 06ae5957..67d4fe9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -50,6 +50,13 @@ installer/debian/* text eol=lf # consistent. installer/files/* text eol=lf +# Measurement datasets are a primary scientific record, and `text=auto` above +# would rewrite their line endings on a Windows checkout. That does not corrupt +# the JSON, but it means the file no longer round-trips byte-for-byte, so a +# checksum taken against a copy on one platform disagrees on another for a +# reason that has nothing to do with the data. Pin them. +docs/screens/*/measurements/data/* text eol=lf + # pi-gen build inputs. `config` is sourced by bash, so a CR becomes part of # every value it sets (IMG_NAME, TARGET_HOSTNAME, ...); 00-packages is fed to # apt one line at a time, which then looks for a package literally named diff --git a/docs/screens/bigme_f7/measurements/README.md b/docs/screens/bigme_f7/measurements/README.md index 2d57d0fd..dd09dda5 100644 --- a/docs/screens/bigme_f7/measurements/README.md +++ b/docs/screens/bigme_f7/measurements/README.md @@ -3,6 +3,15 @@ Instrument readings taken off real glass. Raw data lives here so a later analysis can be re-run without repeating a physical session. +Two datasets, in the order they were taken: + +- **[`data/`](data/)** — the full campaign. 1700 readings with spectra over 20 + sessions, covering 1434 planned patches across eight phases (tone, LUTs, + algorithms, skin, dense gamut). This is the one to analyse. +- **`f7_panel_2026-08-08.json`** — the first absolute-colorimetry run, described + below. Superseded in coverage, but it is what the dot-gain and contrast numbers + in this file were derived from, so it stays. + ## `f7_panel_2026-08-08.json` First absolute-colorimetry run on the F7. X-Rite ColorMunki Photo (s/n 2017853) diff --git a/docs/screens/bigme_f7/measurements/data/README.md b/docs/screens/bigme_f7/measurements/data/README.md new file mode 100644 index 00000000..db04354f --- /dev/null +++ b/docs/screens/bigme_f7/measurements/data/README.md @@ -0,0 +1,123 @@ +# F7 colour campaign — raw dataset + +The complete measurement record from the Bigme F7 characterisation campaign: +**1700 readings over 20 sessions**, covering 1434 of the 1436 planned patches. +Every reading carries its full reflectance spectrum. + +This directory is the primary record. It exists so that any later analysis — a +3-D correction LUT, a different observer, a different illuminant — can be redone +without putting a meter back on glass. Reproducing it costs roughly 20 hours of +panel time spread across 20 human-attended calibration cycles, so it is stored +rather than regenerated. + +## Files + +| file | what it is | +|---|---| +| `campaign.jsonl` | one JSON object per line; the measurements | +| `campaign_spec.json` | the exact patch plan that was run (`spec_sha256` in the data ties to it) | +| `gamut_raster_groups.json` | dedup index: which planned patches dither to an identical raster | + +## Provenance + +X-Rite ColorMunki Photo via ArgyllCMS 3.5.0 `spotread -O -N -s -i D65`, +reflective 45°/0°. Bigme F7 firmware 1.2.11, one unit, poll URL parked at an +unroutable address so nothing could repaint mid-run. + +The meter was **clamped in one position and never moved for the whole campaign**, +so every patch fills the entire panel. Patches were uploaded over USB with the +`frame` protocol — never served over HTTP. Patch aiming is therefore not an error +source anywhere in this dataset. + +## Schema + +Not every key appears on every row; rows are one of three kinds, distinguished by +`phase` and `anchor_tag`. + +**Measurement identity** + +| field | meaning | +|---|---| +| `uid` | stable patch id; the resume key | +| `phase` | `inks`, `tone_fine`, `lut_gain`, `algo_gain`, `lut_algo_cross`, `skin`, `plain_lut_grey`, `gamut_dense`, `control` | +| `label` | human-readable description | +| `rgb` | source colour fed to the dither | +| `config` / `config_name` | the `DitherConfig` used (algorithm, LUT, serpentine, hue cutoff, neutral chroma) | +| `ink_index` / `ink_fraction` | set on `inks` and Bayer-ramp rows | +| `bayer_k` | Bayer level k/8, where applicable | +| `raster_sha1` | SHA-1 of the dithered raster actually displayed | +| `is_control` | true for the interleaved drift-instrumentation repeats | + +**The measurement** + +| field | meaning | +|---|---| +| `xyz_d65_pct` | Bradford-adapted to D65, Y=100 for a perfect diffuser — the headline value | +| `median_raw` | median of the repeats, exactly as the instrument reported (D50) | +| `raw` | every individual repeat | +| `spectrum_pct` / `median_spectrum_pct` | reflectance %, 36 bands | +| `wavelengths_nm` | 380–730 nm, parallel to the spectra | +| `repeats` | how many reads were averaged (3 for spec patches) | + +The spectra are the part that **cannot be reconstructed**. XYZ is a projection of +the spectrum through one observer and one illuminant; a session recorded without +spectra can never answer "how does this look under tungsten?" without going back +to the hardware. + +**Provenance per row** + +`t_unix`, `session`, `settle_s`, `instrument`, `instrument_args`, `spec`, +`spec_sha256`, `model`, `firmware`, `battery_mv`, `battery_mv_start`, +`anchor_tag` (`open`/`close` on the per-session primaries brackets), +`duplicate_of` (see below), `error`, `record`, `source`. + +## Two things a reader will otherwise get wrong + +**`duplicate_of` rows were not measured.** Many planned patches dither to a +raster byte-identical to one already measured — different source colours, same +ink pattern. Those inherit the earlier reading rather than re-displaying it, and +say so. Inheritance ran at ~54 % across `gamut_dense`. It was validated: 166 +independent pairs that were measured twice anyway agree to ΔE 0.461, against a +measurement noise floor of ~0.44 ΔE. Treat inherited rows as real data, but do +not count them as independent samples. + +Control patches are excluded from inheritance in both directions — they exist to +measure drift, and a control that silently reused an old reading would report +zero drift by construction. + +**Sessions are bracketed, and the brackets are the error bars.** Every session +re-measures all six solid inks at open and close (`anchor_tag`). Across 20 +sessions those brackets converge at ~0.44 ΔE, non-directional and uncorrelated +with elapsed time — which is what identifies the residual as panel refresh +repeatability rather than instrument drift. Any conclusion drawn from this +dataset that rests on a difference smaller than ~0.44 ΔE is inside the noise. + +## Coverage and known gaps + +1434 of 1436 spec patches. The 2 missing are `control` patches, deliberately +dropped: they would have cost a full calibration cycle to add two drift samples +to the twenty-plus brackets already collected. No gamut, tone, or skin patch is +missing. + +## Redaction + +The `firmware` field is the device's own config echo, captured so a reader knows +the panel was awake and on `cfg_ver=2`. On 20 rows it contained the LAN address +of the test unit; `ip=`, `gw=` and `nm=` are replaced with ``. **No +measured value is altered** — a field-by-field diff against the working copy +differs only in `firmware`, only on those 20 rows. + +## Caveats + +- **One unit, one meter, one clamp position.** Panel-to-panel spread is + unmeasured. These are this screen's numbers, not the model's. +- **The meter rests on the glass.** 45°/0° rejects the specular component, which + is correct, but contact pressure on a flexible panel may shift the surface. + Unquantified. +- **Dither gate parameters matter more than they look.** `hue_aware` at the + shipped gate (`hue_cutoff_deg=95`, `neutral_chroma=8`) is bit-identical to + `euclidean` on skin tones; at `30`/`12` it is not. Rows record the full config + for exactly this reason — never compare LUTs without checking the gate. + +See [`../findings.md`](../findings.md) for what was concluded, including what was +concluded wrongly and retracted. diff --git a/docs/screens/bigme_f7/measurements/data/campaign.jsonl b/docs/screens/bigme_f7/measurements/data/campaign.jsonl new file mode 100644 index 00000000..80b0a26e --- /dev/null +++ b/docs/screens/bigme_f7/measurements/data/campaign.jsonl @@ -0,0 +1,1726 @@ +{"battery_mv_start":4190,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":1,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786244392.218663} +{"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor black","median_raw":[1.448705,1.156518,2.374647],"median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.449139,1.158324,2.375636],[1.448705,1.156518,2.374647],[1.448413,1.156221,2.371262]],"session":1,"source":"ink","spectrum_pct":[[2.5217,2.52241,2.52322,2.52416,2.52503,2.42799,2.35135,2.27867,2.16726,2.05203,1.96814,1.80078,1.61288,1.39981,1.18823,1.00421,0.87661,0.797819,0.747432,0.735106,0.766298,1.0101,1.29398,1.41286,1.53565,1.7533,2.11258,2.68935,3.60998,5.05126,7.19502,10.1204,13.8111,17.851,21.6331,24.821],[2.51711,2.51781,2.51862,2.51954,2.52043,2.437,2.36296,2.28425,2.16968,2.04034,1.94103,1.7827,1.6039,1.39978,1.18795,1.0031,0.874957,0.797009,0.747057,0.734168,0.765569,1.0119,1.29033,1.41464,1.53823,1.75236,2.11169,2.68328,3.60441,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],[2.5266,2.52731,2.52812,2.52906,2.52995,2.44245,2.36628,2.28417,2.15621,2.02927,1.93835,1.7612,1.60551,1.39412,1.19026,1.0063,0.875595,0.797498,0.747794,0.734,0.767113,1.01067,1.28891,1.41665,1.54128,1.75268,2.10644,2.6828,3.6051,5.03173,7.14271,10.0826,13.7722,17.8007,21.5533,24.7374]],"t_unix":1786244394.8406966,"uid":"s001_anchor_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor white","median_raw":[35.086446,38.103912,43.478023],"median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.102726,38.120236,43.473785],[35.086446,38.103912,43.478023],[35.077427,38.099617,43.484124]],"session":1,"source":"ink","spectrum_pct":[[37.5427,37.5433,37.5439,37.5447,37.5465,38.6436,39.331,39.8186,40.0441,40.4112,41.7268,42.4982,42.2447,41.682,40.9031,39.863,38.9059,38.0835,37.3355,36.8987,36.3467,35.9759,35.6428,35.3846,35.2937,35.2975,35.3893,35.4721,35.609,35.7763,36.0787,36.4762,37.0768,37.6475,38.0863,38.4171],[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0492,40.4231,41.6801,42.4761,42.2372,41.6786,40.8926,39.8571,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.7488,36.0437,36.4614,37.0764,37.6574,38.0347,38.4384],[37.5709,37.5715,37.5722,37.573,37.5748,38.6919,39.3728,39.8163,40.0356,40.4156,41.6667,42.527,42.2628,41.6893,40.9019,39.8585,38.8929,38.0649,37.3094,36.8705,36.3139,35.9376,35.6024,35.3356,35.2493,35.2493,35.3433,35.4224,35.5707,35.749,36.0508,36.4731,37.0699,37.6624,38.0728,38.4355]],"t_unix":1786244440.059922,"uid":"s001_anchor_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor yellow","median_raw":[30.8942005,36.557993,4.713423000000001],"median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.911796,36.582134,4.71068],[30.876605,36.533852,4.716166]],"session":1,"source":"ink","spectrum_pct":[[1.59307,1.57854,1.56186,1.54268,1.52053,1.48111,1.44491,1.42242,1.41997,1.925,6.3906,17.8405,27.3417,33.8889,37.7728,39.0515,39.1915,38.9769,38.6199,38.5204,38.3872,39.2335,40.481,40.8215,40.7475,40.5595,40.3559,40.0241,39.7003,39.3821,39.1289,38.9193,38.8918,38.8505,38.7108,38.57],[1.61396,1.59946,1.58282,1.56369,1.54158,1.49183,1.44932,1.42829,1.42925,1.95028,6.37197,17.8244,27.3151,33.8463,37.7226,38.9997,39.1385,38.9184,38.5586,38.458,38.3249,39.1799,40.4412,40.7858,40.711,40.5263,40.321,39.9889,39.6629,39.3355,39.0875,38.8879,38.843,38.794,38.6626,38.5651]],"t_unix":1786244485.1577613,"uid":"s001_anchor_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor red","median_raw":[7.940232999999999,4.536,1.0206645],"median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.897555,4.520378,1.021705],[7.982911,4.551622,1.019624]],"session":1,"source":"ink","spectrum_pct":[[0.946182,0.944818,0.94325,0.941445,0.939353,0.936299,0.932102,0.920507,0.88084,0.889958,0.966592,1.0762,1.13282,1.12435,1.0769,1.00846,0.999504,1.11777,1.30248,1.57174,2.2715,6.89201,14.6584,18.1074,18.5955,18.403,18.2318,18.2436,18.617,19.4161,20.6809,22.4162,24.6052,26.9484,29.0286,30.7246],[0.944814,0.943438,0.941858,0.940038,0.937931,0.93571,0.929814,0.919254,0.874044,0.873741,0.996367,1.07765,1.12644,1.11815,1.06696,1.00307,0.993044,1.08968,1.24948,1.49319,2.23718,7.03624,14.9002,18.3443,18.8274,18.6312,18.4471,18.447,18.8025,19.5749,20.8133,22.5233,24.6805,26.981,29.0322,30.6814]],"t_unix":1786244530.8575487,"uid":"s001_anchor_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor blue","median_raw":[7.835626,7.49132,27.391589],"median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.812785,7.468893,27.317025],[7.835626,7.49132,27.391589],[7.841431,7.49671,27.413559]],"session":1,"source":"ink","spectrum_pct":[[24.4173,24.4247,24.4332,24.443,24.4547,25.1491,25.9035,26.4825,26.2462,25.8646,25.4535,22.5562,18.5612,14.7502,11.3579,8.61803,6.6379,5.27695,4.35944,3.78191,3.40355,3.23643,3.18743,3.23828,3.40555,3.72229,4.22869,4.98756,6.06314,7.57333,9.71304,12.5828,16.1883,20.1095,23.7929,26.951],[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4947,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41541,3.24456,3.19812,3.24872,3.41734,3.73702,4.24441,5.00557,6.07911,7.59229,9.74254,12.6207,16.2185,20.1273,23.8342,26.9627],[24.4896,24.497,24.5055,24.5153,24.5271,25.2521,26.0136,26.5738,26.3321,25.9877,25.4542,22.6588,18.6317,14.81,11.402,8.65127,6.66403,5.29795,4.37842,3.794,3.41526,3.24592,3.20192,3.25046,3.42003,3.73657,4.24947,5.00337,6.08425,7.60004,9.73478,12.6128,16.2168,20.1208,23.8073,26.9382]],"t_unix":1786244619.5405853,"uid":"s001_anchor_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor green","median_raw":[5.257559,7.999086,6.714571],"median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.251866,7.990265,6.714571],[5.257559,7.999086,6.710079],[5.265954,8.011612,6.727896]],"session":1,"source":"ink","spectrum_pct":[[4.8253,4.82403,4.82257,4.8209,4.81859,4.64049,4.5885,4.61968,4.48342,4.93627,9.54109,16.3294,17.5852,15.88,13.2204,10.5916,8.51619,7.0257,5.98001,5.29838,4.84471,4.66158,4.61576,4.64059,4.79008,5.09907,5.59865,6.3366,7.40885,8.93261,11.0576,13.8389,17.2741,21.0001,24.5222,27.5063],[4.82213,4.82085,4.81938,4.81769,4.8154,4.65476,4.60126,4.62968,4.48306,4.88628,9.47986,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93228,11.0597,13.8455,17.2711,21.0101,24.4852,27.4728],[4.82894,4.82766,4.82619,4.82449,4.82219,4.66099,4.60881,4.63362,4.49054,4.92854,9.5331,16.3811,17.6353,15.9175,13.2466,10.6165,8.54218,7.04867,5.99952,5.31618,4.86052,4.67713,4.62856,4.65385,4.80264,5.11345,5.6151,6.35007,7.41483,8.93332,11.0442,13.8429,17.2675,21.0261,24.5052,27.4693]],"t_unix":1786244664.6778169,"uid":"s001_anchor_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"battery_mv":0,"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":true,"label":"ctl_ink_black_open","median_raw":[1.435778,1.148791,2.347534],"median_spectrum_pct":[2.50211,2.50281,2.50362,2.50455,2.50542,2.41885,2.33864,2.25945,2.13704,2.00737,1.90216,1.76096,1.59468,1.38657,1.18338,1.00021,0.875817,0.797133,0.746107,0.732246,0.763332,1.00405,1.27437,1.39526,1.51941,1.73083,2.08909,2.66407,3.58098,5.0126,7.12953,10.0587,13.7557,17.8138,21.5736,24.7464],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.435629,1.148781,2.344644],[1.436026,1.148791,2.349133],[1.435778,1.150161,2.347534]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[2.50211,2.50281,2.50362,2.50455,2.50542,2.41039,2.32991,2.25674,2.13947,2.00495,1.9141,1.76096,1.59313,1.38798,1.17726,0.999866,0.875817,0.796765,0.74603,0.732241,0.762653,1.00382,1.27611,1.3966,1.51941,1.73083,2.09228,2.66543,3.5837,5.02178,7.14822,10.0885,13.804,17.848,21.658,24.8879],[2.50456,2.50527,2.50608,2.507,2.50788,2.41885,2.33864,2.25945,2.13704,2.02974,1.90194,1.74528,1.59468,1.38562,1.18338,1.00021,0.87489,0.797133,0.747581,0.732246,0.76382,1.00405,1.27437,1.39526,1.51885,1.73065,2.08909,2.66407,3.58098,5.0126,7.12953,10.0587,13.7557,17.8138,21.5736,24.7464],[2.49647,2.49717,2.49796,2.49888,2.49977,2.42598,2.34558,2.26069,2.12832,2.00737,1.90216,1.77259,1.6008,1.38657,1.18602,1.00403,0.876645,0.797861,0.746107,0.734666,0.763332,1.00485,1.27381,1.39426,1.52311,1.73168,2.08715,2.66095,3.57594,4.99965,7.11903,10.038,13.7353,17.7762,21.5336,24.7296]],"t_unix":1786244709.8696227,"uid":"p01269","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.435778,1.148791,2.347534]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"is_control":true,"label":"ctl_ink_white_open","median_raw":[34.800933,37.798891,43.299623],"median_spectrum_pct":[37.3884,37.3891,37.3899,37.3909,37.3925,38.3016,38.9739,39.6389,40.0224,40.411,41.6696,42.3677,42.0072,41.3963,40.5916,39.5405,38.5725,37.7442,36.9889,36.5452,35.9892,35.6127,35.2795,35.0223,34.9359,34.9415,35.0394,35.1378,35.2934,35.4786,35.7959,36.2407,36.8595,37.4595,37.9164,38.2761],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[35.000481,38.014802,43.449396],[34.800933,37.798891,43.299623],[34.781984,37.78205,43.289243]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[37.5252,37.5258,37.5265,37.5273,37.5291,38.6639,39.3473,39.7949,40.0123,40.3631,41.6696,42.4515,42.1942,41.6332,40.8374,39.782,38.806,37.9724,37.2116,36.77,36.213,35.8358,35.4996,35.2489,35.1587,35.1658,35.2601,35.3374,35.4969,35.6772,35.9866,36.4225,37.0428,37.6337,38.0472,38.4202],[37.3884,37.3891,37.3899,37.3909,37.3925,38.2885,38.9587,39.6389,40.0408,40.4436,41.7016,42.3677,42.0004,41.3956,40.5916,39.5405,38.5725,37.7442,36.9889,36.5452,35.9892,35.6127,35.2795,35.0223,34.9359,34.9415,35.0394,35.1378,35.2934,35.4786,35.7959,36.2371,36.8595,37.4595,37.9164,38.2761],[37.3672,37.3679,37.3687,37.3697,37.3713,38.3016,38.9739,39.6347,40.0224,40.411,41.6591,42.3621,42.0072,41.3963,40.5877,39.5322,38.5572,37.7273,36.9681,36.5201,35.9646,35.5929,35.2573,34.9954,34.9114,34.9155,35.0132,35.11,35.268,35.4445,35.7745,36.2407,36.845,37.4528,37.8842,38.2648]],"t_unix":1786244756.3196156,"uid":"p01270","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.800933,37.798891,43.299623]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"is_control":true,"label":"ctl_ink_yellow_open","median_raw":[30.923463,36.592851,4.698632],"median_spectrum_pct":[1.58462,1.57008,1.55339,1.5342,1.51205,1.47901,1.4368,1.40839,1.40515,1.93493,6.34679,17.789,27.3205,33.8895,37.7886,39.0704,39.2092,38.9887,38.6324,38.5301,38.3967,39.2475,40.5034,40.8462,40.7743,40.5901,40.3837,40.0452,39.7213,39.4139,39.158,38.9521,38.8974,38.8334,38.7003,38.5842],"phase":"control","raster_sha1":"558146b910c5dfc3","raw":[[30.994249,36.681287,4.704217],[30.923463,36.592851,4.691563],[30.883744,36.539804,4.698632]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[1.58219,1.56762,1.55089,1.53165,1.50943,1.46825,1.43187,1.40592,1.40515,1.94383,6.39307,17.8048,27.3513,33.9546,37.8689,39.1633,39.3087,39.0964,38.7399,38.6415,38.5113,39.3507,40.583,40.9166,40.844,40.6581,40.4585,40.1233,39.8042,39.4855,39.2323,39.023,38.996,38.9622,38.7279,38.6215],[1.58462,1.57008,1.55339,1.5342,1.51205,1.47901,1.4368,1.40839,1.39644,1.91616,6.32706,17.789,27.3205,33.8895,37.7886,39.0704,39.2092,38.9887,38.6324,38.5301,38.3967,39.2475,40.5034,40.8462,40.7743,40.5901,40.3837,40.0452,39.7213,39.4139,39.158,38.9521,38.8974,38.8302,38.694,38.5645],[1.59742,1.58291,1.56626,1.54711,1.52499,1.48211,1.44373,1.41135,1.40954,1.93493,6.34679,17.7735,27.2957,33.8534,37.7365,39.0089,39.1458,38.926,38.5628,38.4593,38.3267,39.1896,40.4581,40.8059,40.7318,40.5505,40.3445,40.0031,39.6826,39.3677,39.1257,38.9291,38.8922,38.8334,38.7003,38.5842]],"t_unix":1786244801.4683874,"uid":"p01271","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.923463,36.592851,4.698632]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"is_control":true,"label":"ctl_ink_red_open","median_raw":[7.890562,4.515575,1.024967],"median_spectrum_pct":[0.93636,0.934993,0.933423,0.931614,0.929526,0.93915,0.933795,0.918526,0.88309,0.91825,0.965698,1.08212,1.12841,1.11993,1.072,1.00447,0.996861,1.11298,1.29525,1.55843,2.26264,6.89514,14.6546,18.0906,18.5761,18.3778,18.2059,18.2121,18.5814,19.3709,20.6207,22.3707,24.5392,26.8621,28.9646,30.646],"phase":"control","raster_sha1":"74aa72762ed77c42","raw":[[7.877147,4.508576,1.024967],[7.890562,4.51659,1.03813],[7.897797,4.515575,1.018152]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[0.93636,0.934993,0.933423,0.931614,0.929526,0.931688,0.928956,0.918355,0.88309,0.935554,0.965698,1.06013,1.122,1.1184,1.07556,1.00447,0.998606,1.1143,1.30041,1.56846,2.26426,6.87782,14.6284,18.0618,18.5447,18.3505,18.1691,18.1825,18.5421,19.3251,20.5916,22.3275,24.52,26.8614,28.9646,30.607],[0.934983,0.933607,0.932027,0.930207,0.928121,0.940054,0.936734,0.930389,0.897791,0.91825,1.01915,1.11713,1.14765,1.1273,1.072,1.00762,0.996861,1.11298,1.29525,1.55843,2.26264,6.89514,14.6546,18.0906,18.5761,18.3778,18.2059,18.2121,18.5814,19.3709,20.6207,22.3707,24.5392,26.8621,28.9693,30.646],[0.947065,0.945703,0.944139,0.942337,0.940253,0.93915,0.933795,0.918526,0.880451,0.886341,0.929751,1.08212,1.12841,1.11993,1.0704,0.999927,0.995076,1.1067,1.28671,1.55204,2.25725,6.90958,14.6822,18.1203,18.6064,18.4082,18.2289,18.235,18.6031,19.3848,20.6372,22.3782,24.5661,26.8905,28.9561,30.6718]],"t_unix":1786244846.637985,"uid":"p01272","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.890562,4.515575,1.024967]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"is_control":true,"label":"ctl_ink_blue_open","median_raw":[7.836701,7.485481,27.412324],"median_spectrum_pct":[24.503,24.5105,24.519,24.5288,24.5406,25.2734,26.0312,26.5819,26.3218,25.996,25.4134,22.5912,18.5939,14.7789,11.3823,8.64071,6.65791,5.29181,4.37288,3.79209,3.41301,3.23959,3.19407,3.24328,3.41104,3.73016,4.23821,4.99109,6.06509,7.56397,9.70115,12.5906,16.1913,20.1018,23.8044,26.9493],"phase":"control","raster_sha1":"260250b62f7214b1","raw":[[7.821098,7.469796,27.352914],[7.836701,7.485481,27.412324],[7.848822,7.500534,27.448947]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[24.4465,24.4539,24.4624,24.4722,24.484,25.2142,25.9744,26.5381,26.2816,25.8794,25.3838,22.5692,18.5567,14.7449,11.3523,8.61753,6.63942,5.28153,4.3646,3.78409,3.40775,3.23635,3.18928,3.24088,3.40926,3.72215,4.22522,4.97759,6.05728,7.5529,9.69139,12.5836,16.1913,20.1018,23.8328,26.9545],[24.503,24.5105,24.519,24.5288,24.5406,25.2734,26.0312,26.5819,26.3218,25.996,25.4134,22.5912,18.5939,14.7789,11.3823,8.64071,6.65791,5.29181,4.37288,3.79209,3.41301,3.23959,3.19407,3.24328,3.41104,3.73016,4.23821,4.99109,6.06509,7.56397,9.70115,12.5906,16.1947,20.1101,23.8044,26.9493],[24.5048,24.5122,24.5207,24.5304,24.5423,25.321,26.0843,26.6237,26.3368,25.9976,25.4887,22.6272,18.6438,14.8122,11.4049,8.65426,6.67062,5.30542,4.38409,3.80089,3.41977,3.25017,3.1997,3.24675,3.41573,3.73612,4.24419,5.00186,6.07768,7.5668,9.70987,12.5979,16.1848,20.0926,23.7605,26.8993]],"t_unix":1786244891.8908393,"uid":"p01273","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.836701,7.485481,27.412324]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"is_control":true,"label":"ctl_ink_green_open","median_raw":[5.253073,7.996234,6.712371],"median_spectrum_pct":[4.81517,4.8139,4.81243,4.81074,4.80845,4.65906,4.60566,4.62775,4.47618,4.92518,9.46396,16.3502,17.6201,15.9062,13.2299,10.5998,8.53,7.03121,5.98427,5.30305,4.84859,4.66375,4.61499,4.63932,4.79355,5.09863,5.59598,6.32964,7.39758,8.92386,11.0365,13.832,17.2398,20.9829,24.4932,27.4895],"phase":"control","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.245154,7.986266,6.70988],[5.253073,7.996234,6.712371],[5.258352,8.003315,6.716478]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[4.81517,4.8139,4.81243,4.81074,4.80845,4.64811,4.59471,4.62335,4.47618,4.93264,9.47123,16.3421,17.6146,15.8869,13.2146,10.5924,8.51864,7.01887,5.97405,5.29419,4.84089,4.6527,4.6044,4.63028,4.78337,5.0886,5.58635,6.32443,7.38945,8.90599,11.0365,13.8351,17.2497,20.9949,24.4932,27.5167],[4.80867,4.80738,4.8059,4.80419,4.80191,4.65906,4.60566,4.62775,4.47518,4.92518,9.46214,16.3502,17.6201,15.9062,13.2299,10.5998,8.53,7.03121,5.98427,5.30305,4.84859,4.66375,4.61499,4.63932,4.79419,5.09863,5.59598,6.32964,7.39758,8.92386,11.0238,13.832,17.2353,20.9829,24.4996,27.4895],[4.81614,4.81485,4.81337,4.81167,4.80938,4.66209,4.60968,4.62906,4.48436,4.92156,9.46396,16.3567,17.6303,15.9104,13.242,10.6139,8.53579,7.03701,5.99138,5.3098,4.85574,4.66771,4.62148,4.64997,4.79355,5.10084,5.60047,6.3425,7.40115,8.92503,11.0413,13.829,17.2398,20.9828,24.4828,27.4427]],"t_unix":1786244937.0827694,"uid":"p01274","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.253073,7.996234,6.712371]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.624027,37.61649,43.365475],"median_spectrum_pct":[37.4546,37.4553,37.4562,37.4571,37.4591,38.5764,39.2682,39.7447,39.9892,40.3696,41.5801,42.3002,42.0053,41.3847,40.529,39.4275,38.4146,37.5521,36.77,36.3007,35.7252,35.3345,34.9952,34.7346,34.652,34.6653,34.782,34.9006,35.0819,35.2982,35.6521,36.1401,36.8122,37.4734,37.903,38.3114],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.644961,37.637287,43.379187],[34.624027,37.61649,43.365475],[34.436493,37.413525,43.225863]],"rgb":null,"session":1,"source":"bayer","spectrum_pct":[[37.4546,37.4553,37.4562,37.4571,37.4591,38.5764,39.2682,39.7447,39.9892,40.3731,41.5801,42.3198,42.0297,41.3929,40.5391,39.4442,38.4348,37.5692,36.7873,36.3211,35.747,35.3581,35.0216,34.7655,34.684,34.7013,34.8104,34.9269,35.1097,35.3318,35.6921,36.179,36.8585,37.5183,37.9514,38.3802],[37.4734,37.4742,37.475,37.476,37.478,38.5989,39.2954,39.7493,39.943,40.2977,41.555,42.3002,42.0053,41.3847,40.529,39.4275,38.4146,37.5521,36.77,36.3007,35.7252,35.3345,34.9952,34.7346,34.652,34.6653,34.782,34.9006,35.0819,35.2982,35.6521,36.1401,36.8122,37.4734,37.903,38.3114],[37.3407,37.3415,37.3425,37.3436,37.3455,38.2302,38.9111,39.596,40.002,40.3696,41.6063,42.2363,41.8184,41.1634,40.3006,39.2056,38.1902,37.331,36.556,36.0907,35.5137,35.1233,34.7811,34.5296,34.4457,34.4648,34.5822,34.7,34.8918,35.1158,35.4817,35.9834,36.6605,37.3099,37.7844,38.2382]],"t_unix":1786244982.2696614,"uid":"p01275","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.624027,37.61649,43.365475]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.426899,1.142898,2.338509],"median_spectrum_pct":[2.49538,2.49608,2.49688,2.4978,2.49868,2.41014,2.32798,2.26027,2.14035,1.99324,1.91297,1.74569,1.59034,1.38115,1.17282,0.997632,0.872118,0.79557,0.746486,0.730498,0.761467,0.996973,1.26099,1.37841,1.50395,1.71553,2.0704,2.6445,3.55567,4.98815,7.09373,10.0337,13.7268,17.7633,21.4985,24.7141],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.425509,1.141404,2.334816],[1.426899,1.142898,2.338509],[1.429259,1.145203,2.34655]],"rgb":null,"session":1,"source":"bayer","spectrum_pct":[[2.48761,2.48831,2.48911,2.49004,2.4909,2.39879,2.31854,2.24819,2.13342,1.99324,1.922,1.74265,1.57727,1.37628,1.17282,0.995813,0.871048,0.793024,0.744731,0.730498,0.7604,0.994847,1.26099,1.37601,1.50333,1.71572,2.07187,2.6445,3.56544,4.9919,7.11539,10.0382,13.7597,17.8058,21.5977,24.7824],[2.50048,2.50118,2.50199,2.50292,2.5038,2.41014,2.32798,2.26027,2.14035,1.9903,1.86622,1.76237,1.59034,1.38115,1.17119,0.997632,0.872118,0.797652,0.747263,0.73113,0.762353,0.998036,1.26028,1.37841,1.50395,1.71393,2.06988,2.64048,3.55449,4.98815,7.09062,10.0289,13.7268,17.7633,21.4985,24.7141],[2.49538,2.49608,2.49688,2.4978,2.49868,2.41447,2.33513,2.26233,2.14654,2.00115,1.91297,1.74569,1.59652,1.38475,1.1795,1.00179,0.875506,0.79557,0.746486,0.729624,0.761467,0.996973,1.26511,1.38237,1.50948,1.71553,2.0704,2.64468,3.55567,4.98613,7.09373,10.0337,13.7131,17.7326,21.4706,24.6601]],"t_unix":1786245027.4068913,"uid":"p01276","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.426899,1.142898,2.338509]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.537178,12.150254,17.661246],"median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.536814,12.150254,17.651144],[11.537178,12.148479,17.661246],[11.538575,12.150797,17.665089]],"rgb":null,"session":1,"source":"bayer","spectrum_pct":[[15.9364,15.9384,15.9408,15.9435,15.9466,16.1157,16.2763,16.4073,16.347,16.2871,16.6065,16.3255,15.5657,14.685,13.7721,12.8804,12.1309,11.5386,11.0733,10.7822,10.5549,10.6128,10.7522,10.7922,10.9046,11.1391,11.5515,12.1612,13.0703,14.3872,16.2349,18.6747,21.6635,24.7731,27.5784,29.8161],[15.9502,15.9523,15.9547,15.9574,15.9604,16.13,16.2878,16.4187,16.3557,16.3181,16.5692,16.3305,15.5745,14.68,13.77,12.8787,12.1286,11.538,11.0687,10.7784,10.552,10.6141,10.7529,10.7914,10.8996,11.1323,11.5463,12.1638,13.0688,14.3827,16.2425,18.6785,21.6726,24.8074,27.5897,29.7689],[15.9472,15.9493,15.9517,15.9544,15.9574,16.1379,16.2956,16.4201,16.3457,16.3087,16.6051,16.3632,15.5702,14.6811,13.7767,12.8865,12.1298,11.5341,11.0688,10.7798,10.5505,10.6129,10.7526,10.7947,10.9024,11.1399,11.5499,12.1643,13.0738,14.3843,16.2403,18.687,21.6847,24.811,27.602,29.8284]],"t_unix":1786245072.5659842,"uid":"p01277","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":false,"label":"ink black r2","median_raw":[1.445161,1.161164,2.3953],"median_spectrum_pct":[2.51824,2.51894,2.51974,2.52066,2.52154,2.45005,2.37765,2.31162,2.18655,2.05801,1.94963,1.8025,1.62782,1.41738,1.20122,1.0158,0.886169,0.805491,0.754188,0.73643,0.767527,1.00535,1.27571,1.39493,1.52057,1.73048,2.08319,2.66014,3.57656,5.00802,7.13379,10.0584,13.7561,17.7584,21.5403,24.7591],"phase":"inks","raster_sha1":"1daca356a8f94d5f","raw":[[1.442623,1.157962,2.387089],[1.445161,1.162014,2.3953],[1.44656,1.161164,2.396068]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[2.51824,2.51894,2.51974,2.52066,2.52154,2.44105,2.36821,2.30406,2.18818,2.05029,1.94963,1.79315,1.6273,1.41203,1.19955,1.01412,0.884758,0.803143,0.75208,0.73643,0.765756,1.00149,1.26959,1.39067,1.52015,1.73104,2.08196,2.66169,3.58321,5.00802,7.13491,10.0584,13.7721,17.8064,21.6012,24.7932],[2.50702,2.5077,2.50849,2.50939,2.51028,2.45005,2.37765,2.31162,2.17075,2.0766,1.97719,1.82371,1.64003,1.42351,1.20122,1.0158,0.886169,0.806836,0.754188,0.736395,0.767552,1.00535,1.27585,1.39493,1.52057,1.72703,2.08319,2.66014,3.57656,5.0131,7.13379,10.0638,13.7561,17.7552,21.5403,24.7591],[2.53417,2.53487,2.53568,2.53661,2.53751,2.46066,2.38588,2.31982,2.18655,2.05801,1.9256,1.8025,1.62782,1.41738,1.2017,1.02149,0.888478,0.805491,0.754913,0.73811,0.767527,1.00909,1.27571,1.39646,1.52212,1.73048,2.08602,2.6529,3.56987,5.00305,7.10304,10.0405,13.7258,17.7584,21.5054,24.6839]],"t_unix":1786245117.7340841,"uid":"p00007","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.445161,1.161164,2.3953]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"is_control":false,"label":"ink green r1","median_raw":[5.292593,8.086865,6.612676],"median_spectrum_pct":[4.71087,4.7095,4.70792,4.70611,4.70368,4.54443,4.49462,4.52116,4.37074,4.78681,9.37627,16.3568,17.7038,16.0351,13.3819,10.7408,8.65629,7.14908,6.0887,5.3992,4.93503,4.73994,4.67548,4.69938,4.84691,5.15102,5.64706,6.37204,7.44941,8.96918,11.0926,13.8712,17.2903,21.0207,24.5118,27.4564],"phase":"inks","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.285153,8.076265,6.612676],[5.292593,8.086865,6.606698],[5.299004,8.094074,6.614289]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[4.71255,4.71118,4.70962,4.70782,4.7054,4.53893,4.48381,4.50994,4.37074,4.81238,9.40846,16.3569,17.6954,16.0176,13.3618,10.7203,8.64023,7.13531,6.07563,5.38843,4.92616,4.72748,4.6676,4.68913,4.83737,5.14208,5.6415,6.3714,7.43686,8.96216,11.0844,13.8597,17.2901,21.0207,24.5524,27.5209],[4.71087,4.7095,4.70792,4.70611,4.70368,4.54443,4.49462,4.52116,4.36332,4.78681,9.35812,16.318,17.7038,16.0351,13.3819,10.7408,8.65629,7.14908,6.0887,5.3992,4.93503,4.73994,4.67548,4.69938,4.84691,5.15102,5.64706,6.37204,7.44941,8.96918,11.0926,13.8712,17.2903,21.0376,24.492,27.456],[4.70767,4.70629,4.70471,4.70288,4.70046,4.55623,4.50467,4.52832,4.37842,4.76333,9.37627,16.3568,17.7098,16.0437,13.3859,10.7473,8.66175,7.15218,6.09605,5.40813,4.94496,4.74559,4.68515,4.70667,4.8541,5.15236,5.65067,6.37895,7.45344,8.97777,11.1022,13.8797,17.2959,21.0015,24.5118,27.4564]],"t_unix":1786245163.0003967,"uid":"p00006","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.292593,8.086865,6.612676]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"is_control":false,"label":"ink red r3","median_raw":[7.961572,4.547491,1.012878],"median_spectrum_pct":[0.941254,0.939873,0.938288,0.936462,0.934356,0.941877,0.937123,0.918868,0.876314,0.847753,0.944383,1.0563,1.11798,1.11765,1.07367,1.00635,0.998478,1.11379,1.29652,1.56245,2.27117,6.95115,14.7966,18.2816,18.7764,18.5806,18.3885,18.3857,18.7501,19.5237,20.7654,22.5169,24.6861,26.9927,29.1027,30.7435],"phase":"inks","raster_sha1":"74aa72762ed77c42","raw":[[7.94874,4.5454,1.012878],[7.961572,4.547491,1.016667],[7.971953,4.552238,1.00663]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[0.948353,0.946979,0.945402,0.943585,0.941486,0.942362,0.937078,0.918868,0.882395,0.83126,0.949103,1.06963,1.11798,1.12573,1.07847,1.00635,0.999497,1.1189,1.30577,1.57387,2.28058,6.93509,14.7654,18.2439,18.7378,18.538,18.3572,18.3575,18.7187,19.5052,20.7566,22.5106,24.6861,26.9899,29.1057,30.7927],[0.941254,0.939873,0.938288,0.936462,0.934356,0.936985,0.938487,0.924203,0.876314,0.878092,0.944383,1.0563,1.10462,1.10981,1.07074,1.00318,0.998478,1.11379,1.29652,1.56245,2.27117,6.95115,14.7966,18.2816,18.7764,18.5806,18.3885,18.3857,18.7501,19.5237,20.7654,22.5169,24.6777,26.9927,29.1027,30.7396],[0.938377,0.936993,0.935404,0.933573,0.931472,0.941877,0.937123,0.914869,0.87268,0.847753,0.915347,1.02509,1.12501,1.11765,1.07367,1.00662,0.996359,1.11034,1.29205,1.55463,2.27098,6.96424,14.8204,18.3143,18.8105,18.6135,18.4242,18.4163,18.7752,19.5571,20.8038,22.5422,24.718,27.0031,29.0948,30.7435]],"t_unix":1786245208.1386037,"uid":"p00016","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.961572,4.547491,1.012878]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"is_control":false,"label":"ink blue r3","median_raw":[7.857445,7.515412,27.434264],"median_spectrum_pct":[24.5,24.5075,24.516,24.5258,24.5375,25.2122,25.9698,26.599,26.3831,26.0269,25.5344,22.6836,18.642,14.8096,11.4155,8.66889,6.68582,5.32085,4.39368,3.80973,3.43407,3.26207,3.22162,3.27196,3.43743,3.75188,4.26233,5.01821,6.09962,7.60709,9.7389,12.6182,16.215,20.1039,23.7925,26.9265],"phase":"inks","raster_sha1":"260250b62f7214b1","raw":[[7.835268,7.491615,27.359177],[7.857445,7.515412,27.434264],[7.865701,7.525335,27.456961]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[24.4419,24.4493,24.4578,24.4676,24.4793,25.1487,25.9088,26.5394,26.3295,25.9177,25.4662,22.6116,18.5895,14.7668,11.3775,8.64495,6.66098,5.29984,4.38295,3.8005,3.42308,3.25053,3.20938,3.25759,3.42806,3.74235,4.24907,5.01146,6.08827,7.58901,9.72519,12.5938,16.1972,20.0864,23.7901,26.9265],[24.5,24.5075,24.516,24.5258,24.5375,25.2122,25.9698,26.599,26.3831,26.0269,25.5703,22.6859,18.642,14.8096,11.4155,8.66889,6.68582,5.32085,4.39368,3.80973,3.43407,3.26207,3.22162,3.27196,3.43743,3.75188,4.26233,5.01821,6.09962,7.60709,9.74795,12.6182,16.2155,20.1039,23.7982,26.9476],[24.5165,24.5239,24.5325,24.5422,24.554,25.2449,26.0139,26.6329,26.3929,26.0495,25.5344,22.6836,18.6731,14.8412,11.4338,8.68479,6.69718,5.32826,4.40248,3.81763,3.44137,3.26675,3.22367,3.27308,3.44076,3.75409,4.26396,5.02416,6.10815,7.6074,9.7389,12.6182,16.215,20.1141,23.7925,26.8918]],"t_unix":1786245253.2857373,"uid":"p00017","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.857445,7.515412,27.434264]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"is_control":false,"label":"ink yellow r2","median_raw":[30.923059,36.590001,4.711118],"median_spectrum_pct":[1.59419,1.57962,1.56289,1.54365,1.5215,1.48322,1.44631,1.41531,1.40775,1.9347,6.37605,17.8289,27.3397,33.897,37.7807,39.0595,39.1986,38.9799,38.6238,38.5255,38.3889,39.2383,40.5054,40.8541,40.7837,40.595,40.3846,40.0395,39.7103,39.3955,39.136,38.9293,38.8726,38.8314,38.7005,38.5633],"phase":"inks","raster_sha1":"558146b910c5dfc3","raw":[[31.004365,36.691379,4.711118],[30.923059,36.590001,4.701593],[30.874076,36.525489,4.712542]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[1.59419,1.57962,1.56289,1.54365,1.52144,1.47758,1.44038,1.41506,1.40775,1.9347,6.3825,17.8506,27.3833,33.9621,37.876,39.167,39.3101,39.1021,38.7522,38.6547,38.5203,39.3554,40.6001,40.9412,40.8635,40.6772,40.4643,40.1226,39.7984,39.4748,39.2162,39.0106,38.9741,38.9339,38.7823,38.6568],[1.59405,1.57952,1.56284,1.54365,1.5215,1.48322,1.44631,1.41531,1.40224,1.92362,6.3407,17.8289,27.3397,33.897,37.7807,39.0595,39.1986,38.9799,38.6238,38.5255,38.3889,39.2383,40.5054,40.8541,40.7837,40.595,40.3846,40.0395,39.7103,39.3955,39.136,38.9293,38.8726,38.8314,38.7005,38.5633],[1.6148,1.60031,1.58368,1.56455,1.54245,1.49112,1.45212,1.42683,1.41964,1.93804,6.37605,17.8162,27.3103,33.8457,37.7212,38.9904,39.122,38.901,38.541,38.4379,38.3066,39.165,40.445,40.8012,40.7347,40.5434,40.3308,39.9886,39.6571,39.344,39.0961,38.9016,38.8609,38.7901,38.6558,38.5491]],"t_unix":1786245298.4169233,"uid":"p00009","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.923059,36.590001,4.711118]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"is_control":false,"label":"ink white r3","median_raw":[34.720885,37.697105,43.385094],"median_spectrum_pct":[37.461,37.4617,37.4626,37.4636,37.4654,38.4729,39.1655,39.7508,40.0518,40.4634,41.6829,42.3593,41.9976,41.3685,40.5291,39.4531,38.4641,37.6211,36.8561,36.4071,35.8454,35.4743,35.147,34.8919,34.8072,34.8195,34.9249,35.0254,35.2056,35.4142,35.7536,36.2217,36.8795,37.5273,37.9789,38.3863],"phase":"inks","raster_sha1":"74458a184e222a45","raw":[[34.741497,37.717471,43.378843],[34.720885,37.697105,43.386708],[34.705123,37.682213,43.385094]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[37.4556,37.4564,37.4572,37.4582,37.46,38.4653,39.1534,39.7508,40.0518,40.424,41.6971,42.3756,42.004,41.3685,40.5353,39.4689,38.4829,37.6401,36.8787,36.4331,35.8774,35.505,35.1805,34.9253,34.8411,34.8467,34.9559,35.0595,35.2342,35.4332,35.7802,36.2559,36.902,37.5273,37.9789,38.379],[37.461,37.4617,37.4626,37.4636,37.4654,38.4729,39.1655,39.7519,40.0535,40.469,41.6829,42.3593,41.9976,41.3689,40.5291,39.4531,38.4641,37.6211,36.8561,36.4071,35.8454,35.4743,35.147,34.8919,34.8072,34.8195,34.9249,35.0254,35.2056,35.4142,35.7536,36.2217,36.8795,37.5296,37.9768,38.3863],[37.4749,37.4757,37.4766,37.4776,37.4795,38.489,39.1785,39.7477,40.0436,40.4634,41.6504,42.3544,41.9933,41.3639,40.5253,39.4448,38.4509,37.6059,36.8418,36.3899,35.8267,35.4524,35.1238,34.8679,34.7817,34.7919,34.8999,35.0084,35.179,35.3836,35.734,36.2114,36.8708,37.4985,37.9814,38.4208]],"t_unix":1786245343.56482,"uid":"p00014","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.720885,37.697105,43.385094]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"is_control":false,"label":"ink blue r1","median_raw":[7.969035,7.627527,27.845597],"median_spectrum_pct":[24.8575,24.865,24.8736,24.8835,24.8955,25.6678,26.4482,26.9939,26.7107,26.3459,25.9213,22.9492,18.9176,15.0441,11.6009,8.8171,6.79474,5.40818,4.46891,3.875,3.48762,3.30451,3.25005,3.2971,3.47008,3.79344,4.30727,5.06106,6.14682,7.65954,9.81072,12.6828,16.2851,20.2001,23.9076,27.0231],"phase":"inks","raster_sha1":"260250b62f7214b1","raw":[[7.948604,7.606068,27.774407],[7.969035,7.627527,27.845597],[7.977896,7.637322,27.86988]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[24.7908,24.7983,24.8069,24.8168,24.8287,25.6007,26.3791,26.9389,26.6719,26.3008,25.8173,22.8598,18.8806,15.009,11.5686,8.79043,6.77627,5.39303,4.45749,3.86253,3.47644,3.29509,3.24455,3.29165,3.46396,3.78188,4.28996,5.03917,6.12933,7.62454,9.78332,12.6616,16.2578,20.1753,23.8765,27.0231],[24.8575,24.865,24.8736,24.8835,24.8955,25.6678,26.4482,26.9939,26.7107,26.3747,25.9452,22.9492,18.9176,15.0441,11.6009,8.8171,6.79474,5.40818,4.46891,3.875,3.48762,3.30451,3.25005,3.2971,3.47008,3.79344,4.30727,5.06106,6.14682,7.65954,9.81072,12.6828,16.2851,20.2001,23.9204,27.0213],[24.8882,24.8957,24.9043,24.9142,24.9262,25.7068,26.4904,27.0307,26.7405,26.3459,25.9213,22.9886,18.9483,15.0714,11.6237,8.82785,6.8062,5.41422,4.47388,3.87908,3.49149,3.30924,3.25497,3.30393,3.47527,3.79602,4.31316,5.06979,6.15399,7.66833,9.8202,12.6891,16.3031,20.2121,23.9076,27.0446]],"t_unix":1786245388.7518077,"uid":"p00005","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.969035,7.627527,27.845597]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"is_control":false,"label":"ink yellow r3","median_raw":[31.02289,36.719089,4.700852],"median_spectrum_pct":[1.58529,1.57071,1.55398,1.53474,1.51256,1.48853,1.45157,1.41432,1.40048,1.866,6.30379,17.8432,27.431,34.0303,37.9348,39.2131,39.3481,39.1261,38.7676,38.6684,38.5315,39.3725,40.6335,40.978,40.9037,40.711,40.4962,40.1517,39.8239,39.4995,39.2401,39.0319,38.9648,38.8805,38.7218,38.6179],"phase":"inks","raster_sha1":"558146b910c5dfc3","raw":[[31.100782,36.816398,4.700852],[31.02289,36.719089,4.697926],[30.980834,36.663672,4.700908]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[1.57753,1.56288,1.54608,1.52675,1.50446,1.48415,1.44675,1.41214,1.40227,1.86295,6.30379,17.8606,27.4897,34.0994,38.0182,39.3146,39.4576,39.2432,38.8884,38.792,38.657,39.486,40.723,41.0643,40.9851,40.7959,40.5805,40.2338,39.9065,39.5824,39.3178,39.0839,39.0294,38.9638,38.7928,38.6314],[1.58797,1.57338,1.55663,1.53736,1.51514,1.48853,1.45157,1.41432,1.40048,1.86981,6.29715,17.8328,27.431,34.0303,37.9348,39.2131,39.3481,39.1261,38.7676,38.6684,38.5315,39.3725,40.6335,40.978,40.9037,40.711,40.4962,40.1517,39.8239,39.4995,39.2401,39.0319,38.9648,38.8805,38.7218,38.6179],[1.58529,1.57071,1.55398,1.53474,1.51256,1.49479,1.45804,1.41849,1.39873,1.866,6.33571,17.8432,27.4015,33.985,37.8794,39.15,39.2798,39.0576,38.6962,38.5953,38.4583,39.3124,40.5879,40.9393,40.8642,40.6678,40.4509,40.107,39.78,39.4594,39.183,38.9698,38.9317,38.86,38.713,38.5968]],"t_unix":1786245433.9973273,"uid":"p00015","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.02289,36.719089,4.700852]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"is_control":false,"label":"ink white r2","median_raw":[34.678595,37.652057,43.345294],"median_spectrum_pct":[37.4229,37.4237,37.4246,37.4256,37.4274,38.3585,39.0478,39.7202,40.0762,40.458,41.6374,42.3487,41.9546,41.3085,40.4715,39.3976,38.4132,37.5752,36.8129,36.3643,35.8064,35.4275,35.0983,34.8489,34.7643,34.7732,34.8798,34.9902,35.163,35.37,35.7087,36.1896,36.8463,37.4475,37.8957,38.3241],"phase":"inks","raster_sha1":"74458a184e222a45","raw":[[34.873693,37.862911,43.489666],[34.678595,37.652057,43.345294],[34.656398,37.631121,43.336648]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[37.5689,37.5695,37.5703,37.5712,37.5732,38.7229,39.4195,39.872,40.0479,40.4084,41.6366,42.407,42.1307,41.5321,40.7164,39.6391,38.6471,37.7997,37.0302,36.5845,36.0247,35.6502,35.3195,35.0641,34.98,34.9875,35.091,35.1906,35.3523,35.5583,35.8918,36.3519,36.9897,37.614,38.0751,38.4226],[37.4217,37.4224,37.4233,37.4244,37.4261,38.3534,39.0392,39.7202,40.0912,40.458,41.7028,42.3487,41.9546,41.3085,40.4715,39.3976,38.4132,37.5752,36.8129,36.3643,35.8064,35.4275,35.0983,34.8489,34.7643,34.7732,34.8798,34.9902,35.163,35.37,35.7087,36.1896,36.8463,37.4475,37.8957,38.3241],[37.4229,37.4237,37.4246,37.4256,37.4274,38.3585,39.0478,39.7128,40.0762,40.463,41.6374,42.3296,41.9448,41.2979,40.464,39.3898,38.3971,37.5536,36.7884,36.3416,35.7803,35.4003,35.0715,34.8144,34.7321,34.7442,34.8475,34.9473,35.1227,35.3318,35.6749,36.1432,36.7971,37.4175,37.873,38.2432]],"t_unix":1786245479.1959217,"uid":"p00008","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.678595,37.652057,43.345294]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"is_control":false,"label":"ink red r1","median_raw":[7.988241,4.559194,0.99041],"median_spectrum_pct":[0.935666,0.934277,0.932683,0.930847,0.928729,0.93111,0.925812,0.911669,0.864342,0.802469,0.871237,1.00949,1.10479,1.11521,1.07271,1.00653,0.99924,1.11615,1.29849,1.56446,2.27559,6.96128,14.8373,18.356,18.8655,18.6758,18.4942,18.4875,18.8416,19.6197,20.8624,22.5927,24.7691,27.0592,29.1372,30.8068],"phase":"inks","raster_sha1":"74aa72762ed77c42","raw":[[7.975287,4.555118,0.99041],[7.988241,4.559194,0.987137],[8.002365,4.565839,0.998328]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[0.940869,0.93949,0.937907,0.936083,0.933968,0.930035,0.924224,0.914525,0.862824,0.802133,0.881949,1.00567,1.10479,1.11521,1.07271,1.00726,1.00074,1.11821,1.30584,1.5739,2.28142,6.94511,14.8063,18.3205,18.8314,18.6336,18.4498,18.4471,18.8006,19.5825,20.8344,22.5595,24.7221,27.0422,29.1276,30.7483],[0.926531,0.925137,0.923537,0.921694,0.919581,0.93111,0.926361,0.911669,0.864342,0.802469,0.851288,1.01882,1.09885,1.10975,1.07122,1.00357,0.99924,1.11615,1.29849,1.56446,2.27559,6.96128,14.8373,18.356,18.8655,18.6758,18.4942,18.4875,18.8416,19.6197,20.8624,22.5927,24.7691,27.0592,29.1372,30.8068],[0.935666,0.934277,0.932683,0.930847,0.928729,0.931537,0.925812,0.910204,0.871679,0.856866,0.871237,1.00949,1.10883,1.11661,1.07285,1.00653,0.998516,1.1145,1.29233,1.5545,2.26983,6.97709,14.87,18.3912,18.9024,18.7084,18.5197,18.5196,18.8779,19.6474,20.8831,22.6169,24.7922,27.0953,29.1943,30.8311]],"t_unix":1786245524.4025772,"uid":"p00004","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.988241,4.559194,0.99041]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":false,"label":"ink black r1","median_raw":[1.421337,1.134693,2.318118],"median_spectrum_pct":[2.48333,2.48402,2.48482,2.48573,2.48661,2.41136,2.33819,2.26294,2.12142,1.92069,1.81012,1.74477,1.56693,1.3728,1.17027,0.988516,0.86159,0.787603,0.741045,0.724842,0.754393,0.989451,1.26329,1.37662,1.50426,1.71815,2.07336,2.64294,3.55178,4.9802,7.10261,10.0239,13.6932,17.7234,21.4966,24.6408],"phase":"inks","raster_sha1":"1daca356a8f94d5f","raw":[[1.420228,1.133119,2.312993],[1.421337,1.134693,2.318118],[1.424633,1.137284,2.332572]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[2.48242,2.48312,2.48392,2.48484,2.48571,2.40248,2.3275,2.25822,2.12142,1.91451,1.80514,1.72129,1.56274,1.37186,1.16763,0.984568,0.861482,0.787603,0.740875,0.725027,0.754765,0.989449,1.25959,1.37639,1.50279,1.71619,2.07086,2.64294,3.55898,4.99465,7.10661,10.0491,13.7189,17.7658,21.5354,24.7369],[2.48333,2.48402,2.48482,2.48573,2.48661,2.41136,2.33819,2.26294,2.11381,1.92069,1.81012,1.74477,1.56693,1.37563,1.17027,0.988516,0.86159,0.786785,0.741045,0.724312,0.754139,0.989451,1.26329,1.37662,1.50426,1.71928,2.07336,2.64092,3.55178,4.9802,7.10261,10.0239,13.6932,17.7234,21.4966,24.6408],[2.49153,2.49223,2.49303,2.49395,2.49483,2.41268,2.34383,2.26795,2.12743,1.96102,1.84531,1.75082,1.56944,1.3728,1.17044,0.991265,0.866071,0.789674,0.742049,0.724842,0.754393,0.990294,1.26424,1.38069,1.50709,1.71815,2.07381,2.64533,3.55124,4.97568,7.09527,10.0123,13.6817,17.6738,21.4718,24.6168]],"t_unix":1786245569.5846229,"uid":"p00001","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.421337,1.134693,2.318118]} +{"battery_mv":0,"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"is_control":false,"label":"ink yellow r1","median_raw":[31.017732,36.705758,4.681059],"median_spectrum_pct":[1.56474,1.55014,1.53337,1.51409,1.49187,1.48064,1.44793,1.41174,1.39918,1.81957,6.25172,17.8283,27.4121,33.9972,37.8951,39.1798,39.3264,39.1114,38.7573,38.6627,38.5342,39.3884,40.641,40.9785,40.9028,40.7041,40.4804,40.1361,39.7988,39.4749,39.2127,38.9888,38.9197,38.8545,38.7148,38.5587],"phase":"inks","raster_sha1":"558146b910c5dfc3","raw":[[31.083856,36.78949,4.675135],[31.017732,36.705758,4.681059],[30.976261,36.651586,4.68544]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[1.54682,1.53217,1.51535,1.49601,1.47373,1.47041,1.44262,1.40773,1.39338,1.79671,6.24871,17.8283,27.4456,34.054,37.9767,39.2734,39.4213,39.2142,38.8632,38.7698,38.6442,39.4849,40.7166,41.0495,40.9703,40.7782,40.5561,40.2094,39.8767,39.5504,39.2774,39.0619,39.0069,38.9115,38.7766,38.6241],[1.56474,1.55014,1.53337,1.51409,1.49187,1.48064,1.44793,1.41174,1.39918,1.81957,6.25172,17.8333,27.4121,33.9972,37.8951,39.1798,39.3264,39.1114,38.7573,38.6627,38.5342,39.3884,40.641,40.9785,40.9028,40.7041,40.4804,40.1361,39.7988,39.4749,39.2127,38.9888,38.9197,38.8545,38.7148,38.5587],[1.56825,1.55367,1.53693,1.51769,1.4955,1.48538,1.45156,1.41716,1.40387,1.83361,6.27977,17.8043,27.3911,33.9586,37.8469,39.1247,39.2575,39.0427,38.6889,38.5928,38.4623,39.3246,40.5934,40.936,40.8571,40.6627,40.4485,40.0957,39.7596,39.4335,39.1701,38.9585,38.9019,38.8515,38.6622,38.5203]],"t_unix":1786245614.8420963,"uid":"p00003","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.017732,36.705758,4.681059]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"is_control":false,"label":"ink red r2","median_raw":[7.854335,4.486514,0.961758],"median_spectrum_pct":[0.924235,0.92287,0.921302,0.919495,0.91743,0.932661,0.929564,0.905916,0.844045,0.727927,0.783541,0.970684,1.09007,1.10791,1.06763,0.987434,0.981623,1.10228,1.2826,1.54804,2.25372,6.8707,14.6118,18.0348,18.5216,18.3278,18.1447,18.1554,18.521,19.2993,20.5469,22.2963,24.4717,26.82,28.8595,30.4698],"phase":"inks","raster_sha1":"74aa72762ed77c42","raw":[[7.844729,4.482581,0.96171],[7.854335,4.486514,0.961758],[7.867767,4.491933,0.967757]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[0.918389,0.917019,0.915446,0.913634,0.911569,0.93057,0.929564,0.905916,0.844045,0.727927,0.774452,0.966194,1.09007,1.10791,1.06593,0.987434,0.981623,1.10395,1.29032,1.56057,2.25598,6.85729,14.5917,18.0089,18.4925,18.2957,18.1171,18.13,18.4926,19.2659,20.5179,22.2752,24.4502,26.82,28.8592,30.4698],[0.924235,0.92287,0.921302,0.919495,0.91743,0.932661,0.927632,0.901601,0.847519,0.718737,0.783541,0.974609,1.08663,1.10893,1.06763,0.988595,0.983909,1.10228,1.2826,1.54804,2.25372,6.8707,14.6118,18.0348,18.5216,18.3278,18.1447,18.1554,18.521,19.2993,20.5469,22.2963,24.4717,26.7993,28.8595,30.4625],[0.925705,0.924337,0.922766,0.920956,0.918892,0.937072,0.931396,0.906438,0.842159,0.746894,0.793494,0.970684,1.09076,1.10759,1.07024,0.985712,0.980674,1.1005,1.27912,1.54074,2.24977,6.88573,14.6406,18.0719,18.5549,18.3585,18.1819,18.1878,18.5487,19.3278,20.574,22.3186,24.4995,26.8201,28.8929,30.4818]],"t_unix":1786245661.3667026,"uid":"p00010","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.854335,4.486514,0.961758]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"is_control":false,"label":"ink blue r2","median_raw":[7.820752,7.467824,27.348044],"median_spectrum_pct":[24.4415,24.4488,24.4573,24.467,24.4789,25.3077,26.0743,26.5498,26.2603,25.8,25.3759,22.512,18.5619,14.7478,11.3617,8.62413,6.64317,5.28722,4.36585,3.78469,3.41257,3.2387,3.19388,3.23692,3.40967,3.72062,4.2232,4.97016,6.04211,7.53945,9.68132,12.5514,16.0992,19.9828,23.7053,26.8051],"phase":"inks","raster_sha1":"260250b62f7214b1","raw":[[7.820752,7.467824,27.336253],[7.841702,7.490462,27.407611],[7.817001,7.467075,27.348044]],"rgb":null,"session":1,"source":"ink","spectrum_pct":[[24.4415,24.4488,24.4573,24.467,24.4789,25.3077,26.0743,26.5498,26.1865,25.7585,25.3027,22.4663,18.5619,14.7478,11.3617,8.62413,6.64317,5.28722,4.36585,3.78469,3.41257,3.2387,3.19388,3.23692,3.40967,3.72062,4.2232,4.97016,6.04211,7.53945,9.68132,12.5514,16.0992,20.0042,23.7053,26.8051],[24.5106,24.518,24.5265,24.5363,24.5482,25.3794,26.1473,26.6169,26.2603,25.8,25.3759,22.5252,18.6135,14.7992,11.4025,8.65632,6.66663,5.30042,4.381,3.79577,3.42028,3.24641,3.20156,3.24696,3.41764,3.73323,4.23596,4.98417,6.05263,7.55219,9.69267,12.5633,16.1188,19.9828,23.7056,26.8468],[24.435,24.4424,24.4509,24.4606,24.4724,25.1614,25.9258,26.5486,26.3051,25.8925,25.444,22.512,18.5528,14.7405,11.3497,8.61325,6.63606,5.28024,4.36327,3.78411,3.40865,3.23396,3.18964,3.23539,3.40184,3.71815,4.22106,4.96997,6.03335,7.52258,9.6658,12.5186,16.0785,19.9495,23.6227,26.7377]],"t_unix":1786245706.5129304,"uid":"p00011","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.820752,7.467824,27.348044]} +{"bayer_k":null,"config":null,"config_name":null,"error":"no_readings","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":false,"label":"ink black r3","median_raw":null,"phase":"inks","raster_sha1":"1daca356a8f94d5f","raw":[],"rgb":null,"session":1,"source":"ink","t_unix":1786245751.6597402,"uid":"p00013"} +{"battery_mv_start":4180,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":2,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786245902.7426314} +{"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor black","median_raw":[1.403893,1.120769,2.284404],"median_spectrum_pct":[2.44462,2.44529,2.44606,2.44694,2.44783,2.40214,2.3339,2.25449,2.09723,1.85285,1.73022,1.71055,1.5594,1.36579,1.16185,0.980077,0.853553,0.776105,0.726714,0.712652,0.74017,0.972977,1.24535,1.36298,1.48453,1.68937,2.04406,2.61562,3.53274,4.95809,7.09235,10.011,13.7038,17.7466,21.5562,24.7132],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.403893,1.120769,2.284404],[1.402888,1.118403,2.283772],[1.405668,1.120988,2.296331]],"session":2,"source":"ink","spectrum_pct":[[2.44462,2.44529,2.44606,2.44694,2.44783,2.3944,2.32855,2.24756,2.07544,1.85285,1.74001,1.73354,1.5594,1.36959,1.16176,0.977084,0.853553,0.776105,0.728466,0.712652,0.74017,0.971725,1.24679,1.36538,1.48558,1.69325,2.04406,2.61491,3.53589,4.96474,7.10629,10.0497,13.7336,17.7685,21.5821,24.7421],[2.43831,2.43897,2.43973,2.4406,2.4415,2.40214,2.3339,2.25449,2.09811,1.82729,1.73022,1.67361,1.55724,1.36579,1.16383,0.980077,0.851633,0.775723,0.726714,0.711573,0.740789,0.972977,1.24341,1.35981,1.48407,1.68937,2.04396,2.61659,3.53248,4.95065,7.08186,10.011,13.7038,17.7365,21.5562,24.7132],[2.44794,2.44861,2.44937,2.45025,2.45114,2.40853,2.34329,2.26178,2.09723,1.87172,1.72941,1.71055,1.56352,1.36312,1.16185,0.985791,0.85531,0.778587,0.72544,0.712699,0.739787,0.974337,1.24535,1.36298,1.48453,1.68851,2.04437,2.61562,3.53274,4.95809,7.09235,10.0028,13.7022,17.7466,21.5002,24.6114]],"t_unix":1786245905.364604,"uid":"s002_anchor_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.403893,1.120769,2.284404]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor white","median_raw":[35.034665,38.061695,43.333331],"median_spectrum_pct":[37.4686,37.4692,37.4698,37.4706,37.4723,38.6007,39.2744,39.6935,39.8554,40.1963,41.4811,42.3849,42.1872,41.6427,40.8706,39.8358,38.8704,38.0379,37.2743,36.8286,36.2758,35.9123,35.5883,35.3326,35.2425,35.2355,35.3185,35.394,35.5245,35.7091,36.0085,36.4428,37.0551,37.6024,38.0005,38.2677],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.056548,38.082132,43.34027],[35.034665,38.061695,43.333331],[35.012433,38.039934,43.312024]],"session":2,"source":"ink","spectrum_pct":[[37.472,37.4725,37.4732,37.474,37.4757,38.5861,39.2602,39.6935,39.8792,40.2075,41.5235,42.3997,42.1942,41.6468,40.8769,39.8518,38.8864,38.0566,37.2959,36.8507,36.3022,35.9439,35.6154,35.364,35.277,35.2683,35.3518,35.4272,35.5606,35.7402,36.0407,36.4621,37.0635,37.6075,38.002,38.3311],[37.4686,37.4692,37.4698,37.4706,37.4723,38.6007,39.2744,39.6941,39.8554,40.1963,41.4811,42.3849,42.1872,41.6427,40.8706,39.8358,38.8704,38.0379,37.2743,36.8286,36.2758,35.9123,35.5883,35.3326,35.2425,35.2355,35.3185,35.394,35.5245,35.7091,36.0085,36.4428,37.0551,37.6024,38.0005,38.2677],[37.4461,37.4467,37.4474,37.4481,37.4499,38.6021,39.2783,39.6782,39.8326,40.1856,41.393,42.3266,42.1723,41.628,40.8583,39.8192,38.8555,38.0227,37.255,36.8088,36.2524,35.8882,35.558,35.2999,35.209,35.2085,35.2926,35.3646,35.5112,35.6781,35.9807,36.4077,36.9884,37.5585,37.9764,38.2589]],"t_unix":1786245950.558565,"uid":"s002_anchor_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.034665,38.061695,43.333331]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor yellow","median_raw":[31.117022,36.823959,4.673957],"median_spectrum_pct":[1.53346,1.5188,1.50198,1.48263,1.46037,1.48168,1.44737,1.40751,1.38993,1.76098,6.21348,17.8086,27.469,34.1043,38.0348,39.3361,39.4736,39.243,38.8718,38.7625,38.6387,39.5126,40.7896,41.1337,41.0565,40.8525,40.6283,40.2774,39.9456,39.6193,39.3574,39.147,39.1024,39.0342,38.8315,38.6977],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.188188,36.91283,4.673957],[31.117022,36.823959,4.660485],[31.084169,36.777653,4.685364]],"session":2,"source":"ink","spectrum_pct":[[1.5323,1.5176,1.50073,1.48133,1.45901,1.4737,1.44737,1.40751,1.38993,1.76098,6.21348,17.8544,27.5249,34.1728,38.1162,39.4286,39.5718,39.3445,38.9806,38.877,38.751,39.6166,40.8681,41.2033,41.123,40.9276,40.7041,40.3585,40.0325,39.7028,39.4487,39.2268,39.1761,39.0926,38.9219,38.7679],[1.53346,1.5188,1.50198,1.48263,1.46037,1.48168,1.44693,1.40545,1.36345,1.74492,6.20715,17.8086,27.469,34.1043,38.0348,39.3361,39.4736,39.243,38.8718,38.7625,38.6387,39.5126,40.7896,41.1337,41.0565,40.8525,40.6283,40.2774,39.9456,39.6193,39.3574,39.147,39.1024,39.0342,38.8315,38.6417],[1.54345,1.52882,1.51202,1.4927,1.47047,1.488,1.45386,1.41837,1.40624,1.82256,6.23651,17.8041,27.4598,34.0671,37.9888,39.2795,39.4162,39.1842,38.8091,38.7033,38.5752,39.4626,40.7485,41.0966,41.0159,40.8105,40.5917,40.2391,39.9136,39.603,39.3561,39.1284,39.0715,39.0206,38.8209,38.6977]],"t_unix":1786245995.6932254,"uid":"s002_anchor_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.117022,36.823959,4.673957]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor red","median_raw":[7.904614,4.507904,0.95237],"median_spectrum_pct":[0.889233,0.887833,0.886224,0.884371,0.882297,0.922904,0.923682,0.898033,0.836583,0.713396,0.760215,0.971503,1.07424,1.09214,1.0561,0.983808,0.978924,1.09564,1.27973,1.54491,2.25093,6.90814,14.7125,18.1717,18.6657,18.4665,18.2828,18.298,18.6616,19.4437,20.7034,22.4707,24.6591,27.009,29.0734,30.7144],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.892722,4.502919,0.949806],[7.904614,4.507904,0.95237],[7.914555,4.509551,0.953334]],"session":2,"source":"ink","spectrum_pct":[[0.887068,0.885669,0.884061,0.88221,0.880136,0.922904,0.920411,0.898227,0.835869,0.713396,0.760215,0.971503,1.07293,1.09214,1.05829,0.983808,0.98187,1.09912,1.28497,1.55256,2.25451,6.89366,14.6864,18.1428,18.6323,18.4299,18.2551,18.2584,18.6276,19.4149,20.695,22.4551,24.6349,27.0053,29.0734,30.7144],[0.889233,0.887833,0.886224,0.884371,0.882297,0.926439,0.92507,0.896336,0.836583,0.711117,0.774713,0.97945,1.07521,1.09264,1.0561,0.988102,0.978924,1.09564,1.27973,1.54491,2.25093,6.90814,14.7125,18.1717,18.6657,18.4665,18.2828,18.298,18.6616,19.4437,20.7034,22.4707,24.6591,27.009,29.0903,30.69],[0.889401,0.888001,0.886393,0.88454,0.882458,0.920942,0.923682,0.898033,0.842205,0.731784,0.754406,0.9694,1.07424,1.08917,1.04915,0.981143,0.976774,1.09042,1.2709,1.53661,2.24673,6.92284,14.7373,18.204,18.6932,18.4922,18.3113,18.322,18.6858,19.4581,20.7172,22.4837,24.7087,27.027,29.0577,30.7293]],"t_unix":1786246040.8601227,"uid":"s002_anchor_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.904614,4.507904,0.95237]} +{"ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor blue","median_raw":[7.858644,7.514907,27.462042],"median_spectrum_pct":[24.5794,24.5868,24.5954,24.6052,24.617,25.3629,26.1131,26.6363,26.3267,25.9675,25.4843,22.6134,18.6794,14.8433,11.4323,8.68109,6.69383,5.32217,4.39438,3.80769,3.42833,3.25453,3.21022,3.25906,3.42585,3.73497,4.24512,5.00552,6.07724,7.58682,9.72733,12.6132,16.2092,20.0938,23.791,26.9124],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.840396,7.49463,27.395769],[7.858644,7.514907,27.462042],[7.875059,7.530373,27.520203]],"session":2,"source":"ink","spectrum_pct":[[24.5301,24.5375,24.546,24.5558,24.5677,25.3071,26.0569,26.5817,26.2742,25.8901,25.3773,22.5606,18.6198,14.8007,11.4039,8.65984,6.67511,5.30618,4.38096,3.79691,3.42028,3.24718,3.20499,3.25417,3.41629,3.72673,4.23426,4.99652,6.06638,7.56822,9.72333,12.6132,16.1788,20.0879,23.7283,26.9124],[24.5794,24.5868,24.5954,24.6052,24.617,25.3629,26.1131,26.6363,26.3267,25.9675,25.4843,22.6134,18.6794,14.8433,11.4323,8.68109,6.69383,5.32217,4.39438,3.80769,3.42833,3.25453,3.21022,3.25906,3.42585,3.73497,4.24512,5.00552,6.07724,7.58682,9.72733,12.5952,16.2092,20.1027,23.8089,26.8711],[24.6105,24.618,24.6265,24.6363,24.6482,25.4132,26.1583,26.6651,26.3833,26.0429,25.6103,22.6695,18.7022,14.869,11.4554,8.69803,6.70517,5.32889,4.39926,3.81368,3.43585,3.26363,3.22128,3.26885,3.43511,3.74624,4.25315,5.01639,6.09136,7.59825,9.74836,12.6141,16.2136,20.0938,23.791,26.9282]],"t_unix":1786246085.996241,"uid":"s002_anchor_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.858644,7.514907,27.462042]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor green","median_raw":[5.229862,7.977149,6.637493],"median_spectrum_pct":[4.75697,4.75567,4.75419,4.75248,4.75017,4.60719,4.55596,4.56699,4.40194,4.79668,9.37026,16.3117,17.5927,15.8843,13.2176,10.5868,8.51173,7.01176,5.96922,5.28862,4.834,4.64743,4.60565,4.62939,4.77933,5.08169,5.57908,6.32021,7.38772,8.90857,11.0286,13.8227,17.2469,20.9818,24.4803,27.4912],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.221565,7.965364,6.632525],[5.229862,7.977149,6.637493],[5.236085,7.984983,6.643763]],"session":2,"source":"ink","spectrum_pct":[[4.75697,4.75567,4.75419,4.75248,4.75017,4.59346,4.5404,4.55252,4.40194,4.80312,9.3916,16.2989,17.5723,15.8607,13.1986,10.577,8.49887,7.00171,5.9563,5.27407,4.82068,4.63552,4.59505,4.62491,4.77234,5.0783,5.57757,6.31023,7.38014,8.9043,11.025,13.8227,17.2714,20.9818,24.52,27.5129],[4.74921,4.7479,4.74639,4.74466,4.74235,4.60719,4.55596,4.56699,4.39922,4.79668,9.37026,16.3117,17.5927,15.8843,13.2176,10.5868,8.51173,7.01176,5.96922,5.28862,4.834,4.64743,4.60565,4.62939,4.77933,5.08169,5.57908,6.32021,7.3927,8.91136,11.0286,13.8169,17.2469,20.9785,24.4803,27.4833],[4.78003,4.77874,4.77726,4.77555,4.77325,4.61581,4.5622,4.57276,4.41514,4.78319,9.34049,16.3426,17.6029,15.8938,13.2335,10.5984,8.51787,7.02079,5.97454,5.29617,4.83935,4.65488,4.61244,4.6382,4.78275,5.08495,5.59052,6.32403,7.38772,8.90857,11.0455,13.8364,17.2444,20.9919,24.4766,27.4912]],"t_unix":1786246131.2709084,"uid":"s002_anchor_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.229862,7.977149,6.637493]} +{"battery_mv":0,"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"is_control":false,"label":"ink green r2","median_raw":[5.176131,7.889584,6.66017],"median_spectrum_pct":[4.79219,4.79094,4.7895,4.78785,4.78563,4.64939,4.5947,4.60689,4.44136,4.81142,9.34606,16.2542,17.501,15.7666,13.0939,10.4696,8.40863,6.91666,5.87547,5.19792,4.75312,4.57356,4.53309,4.56501,4.71607,5.02077,5.51708,6.25334,7.32144,8.84003,10.9552,13.7458,17.1953,20.942,24.4806,27.4817],"phase":"inks","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.166884,7.876781,6.642347],[5.176131,7.889584,6.66017],[5.18879,7.90505,6.676981]],"rgb":null,"session":2,"source":"ink","spectrum_pct":[[4.77821,4.77696,4.77552,4.77386,4.77164,4.63589,4.58577,4.59101,4.41665,4.81047,9.34606,16.1947,17.4604,15.7438,13.0764,10.4543,8.39566,6.90856,5.86925,5.19177,4.74474,4.56426,4.52486,4.55567,4.70548,5.016,5.51104,6.24207,7.30675,8.82858,10.9513,13.7458,17.1953,20.942,24.4806,27.4817],[4.79219,4.79094,4.7895,4.78785,4.78563,4.64939,4.5947,4.60689,4.44136,4.81142,9.35878,16.2542,17.501,15.7666,13.0939,10.4696,8.40863,6.91666,5.87547,5.19792,4.75312,4.57356,4.53309,4.56501,4.71607,5.02077,5.51708,6.25334,7.32144,8.84003,10.956,13.7452,17.1812,20.9357,24.459,27.4541],[4.8096,4.80835,4.80691,4.80526,4.80304,4.6624,4.61147,4.61959,4.4569,4.85211,9.32818,16.2732,17.5327,15.7939,13.1207,10.4888,8.42195,6.93169,5.88808,5.21069,4.76445,4.58357,4.54683,4.57411,4.72742,5.0346,5.53577,6.27128,7.33739,8.84699,10.9552,13.7717,17.2205,20.9923,24.5153,27.5385]],"t_unix":1786246176.4129744,"uid":"p00012","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.176131,7.889584,6.66017]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"is_control":false,"label":"ink white r1","median_raw":[34.656378,37.660246,43.328316],"median_spectrum_pct":[37.4814,37.4822,37.483,37.484,37.4861,38.6424,39.3107,39.6824,39.8518,40.1917,41.4614,42.3167,42.0543,41.4264,40.5876,39.4979,38.4767,37.5992,36.8055,36.3313,35.7529,35.3767,35.0471,34.8046,34.721,34.7241,34.8367,34.9504,35.133,35.3638,35.7373,36.2324,36.8878,37.5392,38.0038,38.3623],"phase":"inks","raster_sha1":"74458a184e222a45","raw":[[34.673379,37.676282,43.31884],[34.656378,37.660246,43.32872],[34.641019,37.646595,43.328316]],"rgb":null,"session":2,"source":"ink","spectrum_pct":[[37.4874,37.4881,37.489,37.49,37.492,38.6255,39.2895,39.6783,39.8613,40.186,41.4537,42.315,42.0543,41.429,40.5876,39.506,38.4929,37.6212,36.8265,36.3508,35.7744,35.4029,35.0778,34.8253,34.7468,34.7582,34.8721,34.9763,35.1604,35.3949,35.7555,36.2478,36.925,37.5621,37.9736,38.3851],[37.4806,37.4813,37.4822,37.4831,37.4852,38.6424,39.3107,39.6824,39.8518,40.213,41.4786,42.3167,42.0473,41.4264,40.5885,39.4979,38.4767,37.5992,36.8055,36.3313,35.7529,35.3767,35.0471,34.8046,34.721,34.7241,34.8367,34.9504,35.133,35.3638,35.7373,36.2324,36.8878,37.5392,38.0177,38.3564],[37.4814,37.4822,37.483,37.484,37.4861,38.6611,39.3259,39.6862,39.8366,40.1917,41.4614,42.3413,42.0591,41.4248,40.5813,39.4846,38.4655,37.5862,36.7889,36.3125,35.737,35.3564,35.0264,34.7778,34.6937,34.706,34.8166,34.9208,35.1097,35.3386,35.703,36.2109,36.8763,37.5204,38.0038,38.3623]],"t_unix":1786246222.9268188,"uid":"p00002","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.656378,37.660246,43.328316]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"is_control":false,"label":"ink green r3","median_raw":[5.224022,7.981737,6.646705],"median_spectrum_pct":[4.76553,4.76423,4.76274,4.76102,4.75873,4.62925,4.57366,4.5709,4.39435,4.81137,9.39209,16.3285,17.6403,15.9301,13.2538,10.6058,8.52228,7.02013,5.96903,5.28267,4.82355,4.63352,4.59104,4.61157,4.76197,5.06716,5.56599,6.30856,7.38414,8.91197,11.0338,13.8351,17.2824,21.0504,24.5478,27.5685],"phase":"inks","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.218511,7.975292,6.646705],[5.224022,7.981737,6.644131],[5.231507,7.994132,6.656434]],"rgb":null,"session":2,"source":"ink","spectrum_pct":[[4.76553,4.76423,4.76274,4.76102,4.75873,4.61872,4.56064,4.55952,4.39435,4.81859,9.39209,16.3285,17.6403,15.927,13.2428,10.5961,8.51071,7.00819,5.9592,5.27274,4.81875,4.62919,4.58106,4.60242,4.7553,5.063,5.56479,6.29857,7.38414,8.91197,11.0338,13.85,17.2865,21.0574,24.567,27.6145],[4.76563,4.76432,4.76282,4.76109,4.75881,4.62925,4.57366,4.5709,4.38864,4.81137,9.32368,16.3232,17.637,15.9301,13.2538,10.6058,8.52228,7.02013,5.96903,5.28267,4.82355,4.63352,4.59104,4.61157,4.76197,5.06716,5.56599,6.30891,7.38235,8.89856,11.0151,13.8183,17.2675,21.0504,24.5478,27.539],[4.76228,4.76096,4.75945,4.75771,4.75542,4.63417,4.57961,4.57411,4.3962,4.81027,9.39607,16.3449,17.6721,15.9558,13.2752,10.6189,8.53132,7.03005,5.97647,5.28988,4.83264,4.64227,4.59788,4.61749,4.76924,5.07224,5.57623,6.30856,7.38434,8.92488,11.0342,13.8351,17.2824,21.0399,24.5318,27.5685]],"t_unix":1786246268.1295996,"uid":"p00018","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.224022,7.981737,6.646705]} +{"bayer_k":39,"config":null,"config_name":null,"ink_fraction":{"black":0.609375,"blue":0.0,"green":0.0,"red":0.0,"white":0.390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 39/64","median_raw":[8.768786,9.110027,13.365996],"median_spectrum_pct":[12.2136,12.2153,12.2172,12.2194,12.2218,12.341,12.4285,12.4654,12.3531,12.2094,12.3913,12.1731,11.612,10.9495,10.2597,9.57629,9.01578,8.57313,8.22897,8.01953,7.866,7.98603,8.18518,8.26204,8.37867,8.60813,9.0131,9.61877,10.5493,11.8958,13.851,16.4712,19.6476,23.012,26.0711,28.5312],"phase":"tone_fine","raster_sha1":"358f980c6aef8ac6","raw":[[8.813796,9.158623,13.411305],[8.764582,9.106751,13.354064],[8.768786,9.110027,13.365996]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[12.2574,12.2591,12.261,12.2632,12.2657,12.4459,12.5341,12.5084,12.3609,12.2094,12.4031,12.1984,11.6624,11.0078,10.3202,9.63517,9.06884,8.62435,8.27769,8.06468,7.9078,8.03309,8.22954,8.30733,8.42364,8.65444,9.06074,9.6715,10.6152,11.9667,13.9306,16.5623,19.7689,23.1488,26.179,28.6907],[12.2019,12.2036,12.2055,12.2077,12.2101,12.3297,12.416,12.4578,12.3531,12.2074,12.3913,12.1433,11.6045,10.9447,10.2594,9.57623,9.01261,8.57313,8.228,8.01652,7.85958,7.98306,8.18211,8.26031,8.37326,8.60753,9.01196,9.61366,10.5433,11.8958,13.8462,16.4539,19.6325,23.012,26.0711,28.5312],[12.2136,12.2153,12.2172,12.2194,12.2218,12.341,12.4285,12.4654,12.3502,12.252,12.3745,12.1731,11.612,10.9495,10.2597,9.57629,9.01578,8.573,8.22897,8.01953,7.866,7.98603,8.18518,8.26204,8.37867,8.60813,9.0131,9.61877,10.5493,11.8932,13.851,16.4712,19.6476,23.0072,26.0529,28.5059]],"t_unix":1786246313.2734833,"uid":"p00058","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.768786,9.110027,13.365996]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 32/64","median_raw":[11.155008,11.703108,17.189879],"median_spectrum_pct":[15.5915,15.5936,15.596,15.5987,15.6019,15.8046,15.9429,15.9984,15.8785,15.7907,16.0334,15.807,15.0773,14.2005,13.298,12.4128,11.6627,11.0661,10.5951,10.3085,10.0947,10.2014,10.382,10.4364,10.5574,10.7994,11.221,11.8493,12.7818,14.123,16.0201,18.5041,21.5126,24.6471,27.462,29.764],"phase":"tone_fine","raster_sha1":"984c5492e07f5c03","raw":[[11.148429,11.697262,17.165051],[11.155008,11.703108,17.189879],[11.157989,11.704448,17.203412]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[15.5705,15.5726,15.5749,15.5777,15.5808,15.7788,15.9213,15.9848,15.8498,15.7872,15.9847,15.7974,15.043,14.1914,13.2957,12.408,11.6603,11.0636,10.594,10.3085,10.0947,10.199,10.38,10.4325,10.5532,10.7939,11.2163,11.8441,12.7818,14.1229,15.9956,18.5041,21.518,24.6463,27.4439,29.7163],[15.5915,15.5936,15.596,15.5987,15.6019,15.8046,15.9429,15.9984,15.8785,15.7907,16.0514,15.8151,15.0773,14.2005,13.2984,12.4152,11.6627,11.0661,10.596,10.3071,10.0937,10.2014,10.3857,10.4403,10.5574,10.7994,11.221,11.8493,12.7807,14.123,16.0201,18.5048,21.5126,24.6471,27.4737,29.764],[15.6001,15.6022,15.6046,15.6073,15.6105,15.8142,15.953,16.0108,15.8935,15.8353,16.0334,15.807,15.0874,14.2117,13.298,12.4128,11.6641,11.0665,10.5951,10.3088,10.0967,10.2022,10.382,10.4364,10.5581,10.8059,11.2263,11.8573,12.7865,14.1286,16.0224,18.4966,21.4983,24.6598,27.462,29.7921]],"t_unix":1786246358.432381,"uid":"p00051","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.155008,11.703108,17.189879]} +{"bayer_k":25,"config":null,"config_name":null,"ink_fraction":{"black":0.390625,"blue":0.0,"green":0.0,"red":0.0,"white":0.609375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 25/64","median_raw":[15.226689,16.149851,22.052047],"median_spectrum_pct":[19.7724,19.7744,19.7768,19.7795,19.7828,20.1312,20.3388,20.4339,20.3479,20.3301,20.6874,20.5397,19.8324,18.9582,18.0213,17.0508,16.2333,15.5585,15.0152,14.6859,14.4136,14.4588,14.5845,14.6003,14.6906,14.9093,15.2947,15.861,16.7081,17.8946,19.5646,21.7326,24.3666,27.1431,29.5322,31.4835],"phase":"tone_fine","raster_sha1":"991117d9bf2a5439","raw":[[15.226212,16.149851,22.033015],[15.226689,16.147253,22.052047],[15.231798,16.153413,22.067783]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[19.738,19.74,19.7424,19.7451,19.7483,20.111,20.3193,20.4219,20.3434,20.3001,20.6874,20.5342,19.8324,18.9557,18.0213,17.0508,16.2348,15.5585,15.0152,14.687,14.4211,14.4676,14.5845,14.6013,14.6893,14.9093,15.2987,15.8584,16.7081,17.8946,19.5628,21.7277,24.3654,27.1442,29.5294,31.4615],[19.7724,19.7744,19.7768,19.7795,19.7828,20.1312,20.3388,20.4339,20.3479,20.3607,20.6758,20.5397,19.8156,18.9582,18.0172,17.0504,16.2306,15.5578,15.015,14.6836,14.4136,14.4588,14.5779,14.5993,14.6906,14.9033,15.2914,15.861,16.704,17.888,19.5646,21.7504,24.3666,27.1243,29.5428,31.4969],[19.7794,19.7815,19.7838,19.7866,19.7898,20.1582,20.3649,20.4454,20.3698,20.3301,20.7088,20.569,19.8484,18.9659,18.0322,17.0578,16.2333,15.5618,15.0177,14.6859,14.4126,14.4572,14.5853,14.6003,14.6963,14.9102,15.2947,15.8657,16.714,17.8995,19.5741,21.7326,24.3828,27.1431,29.5322,31.4835]],"t_unix":1786246403.6988628,"uid":"p00044","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.226689,16.149851,22.052047]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 0/64","median_raw":[34.444195,37.413754,43.145268],"median_spectrum_pct":[37.3376,37.3384,37.3393,37.3403,37.3424,38.4613,39.1191,39.5092,39.6836,40.1017,41.3413,42.0895,41.815,41.1857,40.3426,39.2471,38.2229,37.3347,36.5284,36.0489,35.4796,35.1324,34.8259,34.5761,34.5023,34.5262,34.6474,34.7787,34.9848,35.2237,35.6128,36.133,36.8186,37.455,37.9503,38.3632],"phase":"tone_fine","raster_sha1":"74458a184e222a45","raw":[[34.461103,37.431057,43.15033],[34.444195,37.413754,43.145268],[34.429535,37.404296,43.127162]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[37.3376,37.3384,37.3393,37.3403,37.3424,38.4442,39.0996,39.5043,39.7173,40.1038,41.3744,42.1361,41.815,41.1857,40.3426,39.2534,38.2354,37.353,36.5477,36.0694,35.5013,35.1584,34.8488,34.5997,34.5308,34.5471,34.6713,34.7946,34.9902,35.2528,35.6489,36.1541,36.8437,37.4929,37.9511,38.3781],[37.3462,37.347,37.348,37.349,37.3511,38.4613,39.1191,39.5092,39.6836,40.1017,41.3413,42.0895,41.8119,41.1803,40.338,39.2442,38.2229,37.3347,36.5284,36.0489,35.4796,35.1324,34.8259,34.5761,34.5023,34.5262,34.6474,34.7787,34.9848,35.2237,35.6128,36.133,36.8186,37.4538,37.9481,38.3632],[37.332,37.3328,37.3337,37.3347,37.3368,38.4863,39.1482,39.5104,39.6576,40.0025,41.2724,42.0745,41.8229,41.1916,40.3468,39.2471,38.2227,37.3284,36.5171,36.0342,35.4634,35.1166,34.8067,34.5647,34.4818,34.4976,34.62,34.7523,34.9616,35.1946,35.5799,36.1121,36.8177,37.455,37.9503,38.3495]],"t_unix":1786246448.8528123,"uid":"p00019","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.444195,37.413754,43.145268]} +{"bayer_k":48,"config":null,"config_name":null,"ink_fraction":{"black":0.75,"blue":0.0,"green":0.0,"red":0.0,"white":0.25,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 48/64","median_raw":[6.125941,6.245965,9.526077],"median_spectrum_pct":[8.85029,8.85166,8.85323,8.85504,8.85706,8.9488,8.98205,8.93641,8.78321,8.66186,8.616,8.48852,8.04648,7.54648,7.02024,6.51217,6.1001,5.78729,5.54772,5.40678,5.31681,5.45092,5.64042,5.72326,5.84104,6.0607,6.43522,7.01423,7.92398,9.2879,11.2996,14.012,17.3786,21.0249,24.3489,27.0826],"phase":"tone_fine","raster_sha1":"5006764e9203c174","raw":[[6.125808,6.2454,9.525721],[6.125941,6.245965,9.526077],[6.132407,6.250961,9.551546]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[8.84939,8.85076,8.85234,8.85415,8.85616,8.93586,8.96642,8.92989,8.78321,8.66186,8.616,8.48852,8.04175,7.54291,7.01464,6.50753,6.09866,5.78526,5.54602,5.40512,5.31596,5.44911,5.64042,5.72585,5.84104,6.06384,6.43081,7.01423,7.92343,9.2948,11.31,14.012,17.4024,21.0542,24.3489,27.1054],[8.85029,8.85166,8.85323,8.85504,8.85706,8.9488,8.98205,8.93641,8.7789,8.66181,8.57263,8.47205,8.04648,7.54648,7.02024,6.51217,6.10079,5.78729,5.54772,5.40678,5.31681,5.45092,5.63754,5.72213,5.83843,6.05671,6.43589,7.01763,7.92398,9.2879,11.2996,14.0006,17.3786,20.9928,24.2878,27.0607],[8.88187,8.88326,8.88486,8.88669,8.88872,8.96221,8.99487,8.95597,8.80855,8.68704,8.61927,8.50279,8.06585,7.54862,7.02276,6.51816,6.1001,5.78861,5.54916,5.40901,5.31804,5.45629,5.64662,5.72326,5.84439,6.0607,6.43522,7.00994,7.92618,9.28401,11.2963,14.0157,17.3665,21.0249,24.3726,27.0826]],"t_unix":1786246494.1222453,"uid":"p00067","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.125941,6.245965,9.526077]} +{"bayer_k":13,"config":null,"config_name":null,"ink_fraction":{"black":0.203125,"blue":0.0,"green":0.0,"red":0.0,"white":0.796875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 13/64","median_raw":[24.709273,26.625142,32.859233],"median_spectrum_pct":[28.8422,28.8438,28.8456,28.8477,28.8508,29.6607,30.0982,30.2624,30.2557,30.3773,31.1266,31.4113,30.8455,30.0193,29.0863,28.0235,27.0652,26.2598,25.5798,25.1698,24.7431,24.562,24.4344,24.3146,24.3236,24.449,24.7077,25.0513,25.5993,26.3283,27.4153,28.826,30.52,32.2587,33.7325,34.8967],"phase":"tone_fine","raster_sha1":"4fecb59e3774a2f0","raw":[[24.713891,26.629183,32.859233],[24.709273,26.625142,32.872808],[24.582371,26.488518,32.770811]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[28.8422,28.8438,28.8456,28.8477,28.8508,29.6607,30.0982,30.2624,30.2557,30.3773,31.0842,31.4113,30.8455,30.0193,29.0863,28.0235,27.0681,26.2689,25.5912,25.1838,24.753,24.5647,24.4396,24.3255,24.3335,24.4593,24.7202,25.069,25.6156,26.3559,27.4267,28.826,30.5284,32.2858,33.7495,34.8967],[28.8753,28.8769,28.8787,28.8809,28.8839,29.6869,30.1201,30.2735,30.2471,30.3657,31.1266,31.4332,30.8521,30.0266,29.0905,28.0252,27.0652,26.2598,25.5798,25.1698,24.7431,24.562,24.4344,24.3146,24.3236,24.449,24.7077,25.0513,25.5993,26.3283,27.4153,28.8283,30.52,32.2587,33.7325,34.9526],[28.7616,28.7633,28.7652,28.7674,28.7703,29.41,29.8404,30.168,30.2717,30.468,31.1407,31.3526,30.7338,29.88,28.9328,27.8674,26.9152,26.1121,25.4414,25.033,24.6019,24.4193,24.2955,24.175,24.1873,24.3138,24.5718,24.9216,25.4666,26.2058,27.2771,28.677,30.3785,32.128,33.6275,34.8073]],"t_unix":1786246539.3359163,"uid":"p00032","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.709273,26.625142,32.859233]} +{"bayer_k":60,"config":null,"config_name":null,"ink_fraction":{"black":0.9375,"blue":0.0,"green":0.0,"red":0.0,"white":0.0625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 60/64","median_raw":[2.547506,2.34879,4.077566],"median_spectrum_pct":[4.03601,4.03689,4.0379,4.03906,4.04023,4.00174,3.95174,3.89192,3.7481,3.57456,3.43953,3.35993,3.13465,2.85435,2.55719,2.29196,2.0955,1.96435,1.87613,1.82901,1.82867,2.04525,2.3007,2.41966,2.54333,2.75236,3.11586,3.70005,4.62648,6.03142,8.12234,11.0184,14.6212,18.5588,22.2635,25.3317],"phase":"tone_fine","raster_sha1":"a148d8c94deec03e","raw":[[2.540462,2.342513,4.058122],[2.547506,2.34879,4.078489],[2.548605,2.350503,4.077566]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[4.03601,4.03689,4.0379,4.03906,4.04023,3.98858,3.93788,3.87568,3.73937,3.56245,3.39843,3.3442,3.13157,2.84622,2.54881,2.28657,2.08972,1.96129,1.87309,1.82557,1.82448,2.0397,2.29626,2.41143,2.53925,2.74843,3.10705,3.69363,4.62648,6.03142,8.12234,11.0184,14.6212,18.5956,22.2635,25.3317],[4.04088,4.04175,4.04276,4.04392,4.04509,4.00174,3.95174,3.89192,3.75058,3.60551,3.43953,3.35993,3.13465,2.85435,2.55719,2.29196,2.0955,1.96435,1.87613,1.82901,1.82867,2.04525,2.3007,2.41966,2.54333,2.75236,3.11586,3.70005,4.62997,6.02827,8.13652,11.0232,14.6256,18.5588,22.2756,25.3688],[4.03129,4.03215,4.03314,4.03428,4.03547,4.00782,3.95865,3.89573,3.7481,3.57456,3.45097,3.37804,3.13785,2.8579,2.55847,2.2929,2.09601,1.96513,1.87795,1.83037,1.82964,2.04693,2.30347,2.41983,2.54455,2.7575,3.12245,3.7069,4.62341,6.03171,8.12057,11.0038,14.6161,18.5306,22.2064,25.2769]],"t_unix":1786246584.499715,"uid":"p00079","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.547506,2.34879,4.077566]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.929458,37.941545,43.321006],"median_spectrum_pct":[37.4576,37.4582,37.4589,37.4598,37.4615,38.5285,39.1989,39.6559,39.8883,40.2914,41.5512,42.3638,42.1247,41.5412,40.7545,39.721,38.751,37.906,37.1311,36.6778,36.1221,35.7673,35.4495,35.1974,35.1068,35.1142,35.2126,35.3049,35.4526,35.632,35.9613,36.414,37.0474,37.6456,38.0444,38.3983],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.951621,37.962985,43.331998],[34.929458,37.941545,43.319714],[34.914585,37.929354,43.321006]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[37.4576,37.4582,37.4589,37.4598,37.4615,38.5202,39.1843,39.6595,39.9215,40.2914,41.5996,42.3844,42.123,41.5482,40.7647,39.7333,38.7626,37.9255,37.1552,36.7036,36.1509,35.7959,35.4789,35.225,35.1384,35.1387,35.2438,35.3355,35.4932,35.678,35.9999,36.4615,37.0776,37.6576,38.0297,38.4222],[37.4522,37.4528,37.4536,37.4544,37.4562,38.5285,39.1989,39.6559,39.8883,40.3006,41.5193,42.3353,42.1247,41.5403,40.7545,39.721,38.751,37.906,37.1311,36.6778,36.1221,35.7673,35.4495,35.1974,35.1068,35.1142,35.2126,35.3049,35.4526,35.632,35.9613,36.414,37.0327,37.6264,38.0444,38.3785],[37.4639,37.4645,37.4652,37.4661,37.4679,38.546,39.214,39.6535,39.879,40.2555,41.5512,42.3638,42.1289,41.5412,40.7538,39.7141,38.74,37.8915,37.1162,36.6601,36.1034,35.7455,35.4249,35.1741,35.0887,35.0918,35.1878,35.2736,35.4322,35.6291,35.9447,36.3916,37.0474,37.6456,38.0664,38.3983]],"t_unix":1786246629.6469529,"uid":"p01278","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.929458,37.941545,43.321006]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.431505,1.13742,2.347792],"median_spectrum_pct":[2.4903,2.49098,2.49176,2.49266,2.49357,2.44417,2.37507,2.29684,2.15162,1.95059,1.79018,1.75052,1.58833,1.38072,1.17432,0.988926,0.861024,0.782302,0.732013,0.719979,0.749096,0.99024,1.27367,1.39861,1.5163,1.72911,2.09309,2.66411,3.58898,5.00927,7.15813,10.0981,13.7828,17.8009,21.5554,24.7068],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.430469,1.135615,2.342163],[1.431505,1.13742,2.347792],[1.43421,1.139219,2.354744]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[2.48739,2.48807,2.48886,2.48976,2.49066,2.43831,2.36808,2.29138,2.14196,1.9499,1.8092,1.75491,1.57587,1.37069,1.16863,0.984775,0.861024,0.782302,0.732013,0.715669,0.748129,0.989955,1.27101,1.39811,1.5163,1.73117,2.09334,2.66411,3.59757,5.02692,7.16067,10.1204,13.8218,17.8324,21.6724,24.8222],[2.4903,2.49098,2.49176,2.49266,2.49357,2.44417,2.37507,2.29684,2.15162,1.96645,1.79018,1.74306,1.58833,1.38072,1.17432,0.988926,0.861992,0.781207,0.732903,0.720076,0.749096,0.99024,1.27367,1.39861,1.51566,1.72825,2.08764,2.66409,3.58399,5.00264,7.15813,10.0981,13.7651,17.8009,21.5554,24.7068],[2.4978,2.49848,2.49926,2.50016,2.50108,2.45667,2.38564,2.30569,2.16795,1.95059,1.78996,1.75052,1.58855,1.39164,1.17735,0.990457,0.859667,0.783056,0.731929,0.719979,0.751906,0.994333,1.27446,1.40121,1.51794,1.72911,2.09309,2.66804,3.58898,5.00927,7.14349,10.0672,13.7828,17.7902,21.5207,24.7015]],"t_unix":1786246674.855403,"uid":"p01279","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.431505,1.13742,2.347792]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.682537,12.309178,17.954454],"median_spectrum_pct":[16.228,16.2301,16.2325,16.2353,16.2385,16.5261,16.6921,16.7206,16.5741,16.4704,16.7316,16.5549,15.8081,14.9181,13.9883,13.0767,12.3074,11.6967,11.2127,10.9199,10.689,10.7431,10.8654,10.9018,11.0045,11.2335,11.6351,12.2195,13.1219,14.4053,16.2411,18.6658,21.6564,24.762,27.5284,29.7825],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.682537,12.309178,17.951456],[11.683999,12.310179,17.954454],[11.681559,12.30632,17.954929]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[16.2124,16.2145,16.2169,16.2196,16.2228,16.5095,16.6773,16.7053,16.5792,16.4704,16.7325,16.5611,15.8,14.9107,13.9808,13.0758,12.3087,11.6993,11.2166,10.92,10.6893,10.7431,10.8654,10.9018,11.0044,11.2338,11.6351,12.2195,13.12,14.4053,16.2411,18.6667,21.6635,24.7938,27.5284,29.7825],[16.228,16.2301,16.2325,16.2353,16.2385,16.5261,16.6921,16.7206,16.5642,16.449,16.7316,16.5549,15.8081,14.9181,13.9913,13.0785,12.3074,11.6967,11.2126,10.9199,10.689,10.7442,10.868,10.904,11.0089,11.2335,11.6353,12.2229,13.1251,14.4069,16.2531,18.6569,21.6507,24.7573,27.5446,29.7898],[16.2504,16.2525,16.2549,16.2577,16.2609,16.5361,16.7034,16.7246,16.5741,16.4744,16.6225,16.5284,15.8163,14.9222,13.9883,13.0767,12.3059,11.6957,11.2127,10.9153,10.6856,10.7396,10.8651,10.8968,11.0045,11.2299,11.6222,12.2186,13.1219,14.3988,16.2227,18.6658,21.6564,24.762,27.482,29.7408]],"t_unix":1786246720.0543916,"uid":"p01280","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.682537,12.309178,17.954454]} +{"bayer_k":5,"config":null,"config_name":null,"ink_fraction":{"black":0.078125,"blue":0.0,"green":0.0,"red":0.0,"white":0.921875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 5/64","median_raw":[30.728057,33.288799,39.177008],"median_spectrum_pct":[34.0521,34.0532,34.0544,34.0558,34.0583,35.1127,35.7026,35.9587,36.0024,36.2878,37.335,37.9352,37.567,36.8902,36.0265,34.9498,33.9592,33.1107,32.3647,31.9107,31.3979,31.1107,30.8714,30.6699,30.6256,30.6827,30.8538,31.0593,31.3811,31.8204,32.4713,33.3208,34.3944,35.4908,36.3361,37.0776],"phase":"tone_fine","raster_sha1":"2c6c710d0b9f5885","raw":[[30.728195,33.288799,39.156444],[30.728057,33.290929,39.177008],[30.723401,33.286219,39.18842]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[34.0336,34.0347,34.0359,34.0373,34.0398,35.0802,35.6693,35.943,36.0024,36.2673,37.3504,37.9352,37.5491,36.8778,36.0099,34.9377,33.9553,33.1076,32.3647,31.9165,31.3999,31.1147,30.8768,30.6793,30.6334,30.6936,30.8685,31.0738,31.4085,31.84,32.4713,33.3403,34.4414,35.5198,36.3751,37.0776],[34.0521,34.0532,34.0544,34.0558,34.0583,35.1127,35.7026,35.9587,36.0223,36.3019,37.3126,37.9419,37.567,36.8902,36.0265,34.9498,33.9592,33.1142,32.3649,31.9107,31.3979,31.1107,30.8714,30.6699,30.6256,30.6827,30.8538,31.0593,31.3811,31.8204,32.4717,33.3208,34.3944,35.4908,36.3361,37.0881],[34.0767,34.0778,34.079,34.0804,34.0829,35.1544,35.7433,35.9747,36.0012,36.2878,37.335,37.8973,37.5748,36.9073,36.0292,34.9533,33.9603,33.1107,32.356,31.8978,31.3856,31.1009,30.8578,30.6647,30.6157,30.6755,30.8418,31.0435,31.3728,31.8049,32.4395,33.3177,34.3741,35.4582,36.3325,37.0085]],"t_unix":1786246765.2600796,"uid":"p00024","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.728057,33.288799,39.177008]} +{"bayer_k":16,"config":null,"config_name":null,"ink_fraction":{"black":0.25,"blue":0.0,"green":0.0,"red":0.0,"white":0.75,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 16/64","median_raw":[22.5104105,24.2232025,30.6379995],"median_spectrum_pct":[26.942,26.9438,26.9459,26.9483,26.951349999999998,27.5599,27.963749999999997,28.258699999999997,28.3259,28.45245,29.05275,29.1544,28.4809,27.59055,26.616300000000003,25.54175,24.5908,23.80945,23.15145,22.7473,22.3352,22.161099999999998,22.046,21.94995,21.9709,22.1128,22.3929,22.797449999999998,23.4075,24.24275,25.451,27.038899999999998,28.9673,30.930799999999998,32.609300000000005,33.9914],"phase":"tone_fine","raster_sha1":"4ee18a0ce14026f1","raw":[[22.509572,24.221965,30.631032],[22.511249,24.22444,30.644967]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[26.9343,26.9361,26.9382,26.9406,26.9436,27.5442,27.9519,28.2514,28.3339,28.4497,29.0296,29.1606,28.4687,27.5914,26.6097,25.5386,24.5892,23.8107,23.1506,22.7477,22.3342,22.1622,22.0471,21.9504,21.9721,22.1158,22.3929,22.7988,23.4076,24.2452,25.4555,27.0442,28.9791,30.9439,32.6087,33.9942],[26.9497,26.9515,26.9536,26.956,26.9591,27.5756,27.9756,28.266,28.3179,28.4552,29.0759,29.1482,28.4931,27.5897,26.6229,25.5449,24.5924,23.8082,23.1523,22.7469,22.3362,22.16,22.0449,21.9495,21.9697,22.1098,22.3929,22.7961,23.4074,24.2403,25.4465,27.0336,28.9555,30.9177,32.6099,33.9886]],"t_unix":1786246810.4545321,"uid":"p00035","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.5104105,24.2232025,30.6379995]} +{"bayer_k":38,"config":null,"config_name":null,"ink_fraction":{"black":0.59375,"blue":0.0,"green":0.0,"red":0.0,"white":0.40625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 38/64","median_raw":[9.3095,9.705275,14.45006],"median_spectrum_pct":[13.1634,13.1652,13.1673,13.1698,13.1725,13.3218,13.4401,13.4727,13.3613,13.2657,13.3787,13.1459,12.5196,11.7642,10.9967,10.2517,9.62996,9.14353,8.76091,8.53038,8.35953,8.456,8.61932,8.67723,8.78437,9.011,9.40304,9.99392,10.8942,12.2044,14.1048,16.6668,19.8016,23.1275,26.1445,28.6377],"phase":"tone_fine","raster_sha1":"de4f39b4ba3a9294","raw":[[9.310877,9.707223,14.45006],[9.302345,9.698905,14.42793],[9.3095,9.705275,14.450124]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[13.1634,13.1652,13.1673,13.1698,13.1725,13.3111,13.421,13.4723,13.3673,13.3123,13.3979,13.1625,12.5207,11.7674,10.9967,10.2517,9.62996,9.14353,8.76091,8.53038,8.36099,8.45824,8.62046,8.67992,8.78853,9.02187,9.41425,10.0002,10.8942,12.2208,14.1305,16.6785,19.8399,23.1844,26.1792,28.6722],[13.1559,13.1577,13.1599,13.1623,13.165,13.3218,13.4401,13.4727,13.3381,13.2082,13.3469,13.1459,12.5039,11.7599,10.9902,10.2444,9.62943,9.13816,8.75478,8.52535,8.35526,8.45255,8.61444,8.67283,8.78304,9.00649,9.39835,9.99111,10.8872,12.2044,14.1048,16.6482,19.8006,23.1275,26.1419,28.6377],[13.1674,13.1692,13.1713,13.1738,13.1765,13.3373,13.4514,13.4846,13.3613,13.2657,13.3787,13.132,12.5196,11.7642,10.997,10.2548,9.63181,9.1436,8.76168,8.53159,8.35953,8.456,8.61932,8.67723,8.78437,9.011,9.40304,9.99392,10.8949,12.2041,14.1047,16.6668,19.8016,23.1263,26.1445,28.6176]],"t_unix":1786246856.1124575,"uid":"p00057","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.3095,9.705275,14.45006]} +{"bayer_k":23,"config":null,"config_name":null,"ink_fraction":{"black":0.359375,"blue":0.0,"green":0.0,"red":0.0,"white":0.640625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 23/64","median_raw":[17.083551,18.208228,24.503769],"median_spectrum_pct":[21.8456,21.8477,21.8501,21.8529,21.8562,22.297,22.571,22.7119,22.6153,22.6382,23.0185,22.9561,22.1789,21.2613,20.2617,19.2411,18.3629,17.6449,17.063,16.7125,16.4032,16.3829,16.4115,16.3836,16.4463,16.634,16.9843,17.4916,18.2578,19.3356,20.8661,22.8906,25.3575,27.9542,30.2293,31.9958],"phase":"tone_fine","raster_sha1":"9393005758d6e0c3","raw":[[17.0871,18.215105,24.503769],[17.083551,18.208228,24.511473],[17.076438,18.201496,24.495469]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[21.8456,21.8477,21.8501,21.8529,21.8562,22.2746,22.5476,22.6981,22.6153,22.6382,23.0863,22.9655,22.1789,21.2613,20.2618,19.2508,18.3704,17.6517,17.0736,16.7217,16.4134,16.3891,16.4186,16.3897,16.4498,16.6386,16.9895,17.5048,18.2692,19.3356,20.8661,22.8906,25.3575,27.9542,30.2293,31.9958],[21.856,21.8581,21.8605,21.8633,21.8666,22.297,22.571,22.7126,22.6239,22.6529,23.0185,22.9561,22.1862,21.2648,20.2596,19.241,18.3629,17.6449,17.063,16.7125,16.4032,16.3829,16.4115,16.3836,16.4463,16.634,16.9843,17.4916,18.2578,19.3403,20.8734,22.901,25.3608,27.9575,30.2295,32.0551],[21.8324,21.8345,21.8369,21.8396,21.843,22.3065,22.5787,22.7119,22.6107,22.603,22.9629,22.9295,22.1686,21.2549,20.2617,19.2411,18.3623,17.6415,17.0584,16.7081,16.3951,16.3712,16.4031,16.3813,16.4398,16.6241,16.9761,17.4857,18.2547,19.3337,20.852,22.8772,25.3259,27.9174,30.1885,31.9798]],"t_unix":1786246901.2774174,"uid":"p00042","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.083551,18.208228,24.503769]} +{"bayer_k":33,"config":null,"config_name":null,"ink_fraction":{"black":0.515625,"blue":0.0,"green":0.0,"red":0.0,"white":0.484375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 33/64","median_raw":[10.91852,11.446698,17.039244],"median_spectrum_pct":[15.4852,15.4874,15.4898,15.4927,15.4959,15.725,15.8611,15.8762,15.733,15.6278,15.8153,15.6185,14.8374,13.9514,13.0391,12.1513,11.4026,10.8086,10.3457,10.0666,9.86304,9.95508,10.108,10.1543,10.2577,10.4869,10.8819,11.4799,12.3753,13.6625,15.5003,17.9798,21.0276,24.1785,27.0563,29.3688],"phase":"tone_fine","raster_sha1":"58664a704635a783","raw":[[10.915002,11.444551,17.025674],[10.91852,11.446698,17.039244],[10.921852,11.447872,17.049549]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[15.4643,15.4664,15.4689,15.4717,15.4749,15.7078,15.8418,15.8698,15.7243,15.5995,15.826,15.6185,14.8346,13.9514,13.0317,12.1457,11.4026,10.8088,10.3457,10.0651,9.85953,9.95564,10.108,10.1493,10.2577,10.4826,10.8819,11.4799,12.3753,13.6625,15.4881,17.9798,21.0304,24.1619,27.0563,29.3688],[15.4852,15.4874,15.4898,15.4927,15.4959,15.725,15.8611,15.8762,15.733,15.6278,15.8153,15.6288,14.8375,13.9494,13.0391,12.1513,11.402,10.8086,10.345,10.0679,9.86304,9.95491,10.1092,10.1564,10.2553,10.4869,10.8814,11.4747,12.3654,13.6594,15.5003,17.991,21.0276,24.1785,27.0475,29.3904],[15.4938,15.496,15.4984,15.5013,15.5045,15.7425,15.8759,15.8913,15.7407,15.6576,15.7867,15.6023,14.8374,13.9597,13.0469,12.1516,11.4044,10.8078,10.3461,10.0666,9.86404,9.95508,10.1078,10.1543,10.2617,10.4935,10.8887,11.4801,12.3754,13.6687,15.5101,17.966,21.0005,24.1787,27.0643,29.3604]],"t_unix":1786246946.5112398,"uid":"p00052","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.91852,11.446698,17.039244]} +{"bayer_k":14,"config":null,"config_name":null,"ink_fraction":{"black":0.21875,"blue":0.0,"green":0.0,"red":0.0,"white":0.78125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 14/64","median_raw":[23.766887,25.574281,31.996954],"median_spectrum_pct":[28.1623,28.164,28.1661,28.1684,28.1716,28.9125,29.337,29.5172,29.4898,29.5219,30.2307,30.4704,29.8729,29.0008,28.0305,26.9417,25.9729,25.165,24.4846,24.075,23.6614,23.502,23.401,23.2939,23.3176,23.4507,23.717,24.0898,24.6615,25.4349,26.5673,28.0122,29.8331,31.6565,33.2411,34.5101],"phase":"tone_fine","raster_sha1":"334e10e449846a5b","raw":[[23.77473,25.583082,31.996954],[23.760907,25.568856,31.977343],[23.766887,25.574281,32.013769]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[28.1546,28.1563,28.1584,28.1607,28.1638,28.893,29.3125,29.5081,29.4898,29.5729,30.2632,30.4704,29.8754,29.0008,28.0305,26.9439,25.9775,25.1723,24.4941,24.0895,23.6766,23.5185,23.4149,23.3109,23.3309,23.4682,23.7341,24.104,24.6755,25.4548,26.5722,28.0594,29.8732,31.685,33.2716,34.5145],[28.1623,28.164,28.1661,28.1684,28.1716,28.9125,29.337,29.5172,29.4737,29.4808,30.132,30.4598,29.8679,28.9963,28.0276,26.9319,25.9667,25.1649,24.4846,24.075,23.6598,23.4999,23.3982,23.2939,23.3157,23.4507,23.717,24.0898,24.6615,25.4349,26.5673,28.0093,29.8221,31.6565,33.228,34.4608],[28.1852,28.1869,28.189,28.1913,28.1945,28.9481,29.3656,29.5382,29.503,29.5219,30.2307,30.4768,29.8729,29.0154,28.0365,26.9417,25.9729,25.165,24.4814,24.0704,23.6614,23.502,23.401,23.2928,23.3176,23.4497,23.7128,24.0812,24.6554,25.4345,26.5619,28.0122,29.8331,31.6485,33.2411,34.5101]],"t_unix":1786246991.668743,"uid":"p00033","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.766887,25.574281,31.996954]} +{"bayer_k":55,"config":null,"config_name":null,"ink_fraction":{"black":0.859375,"blue":0.0,"green":0.0,"red":0.0,"white":0.140625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 55/64","median_raw":[4.058712,3.976333,6.430271],"median_spectrum_pct":[6.14886,6.14999,6.15129,6.15279,6.15438,6.16134,6.14419,6.07795,5.92716,5.73424,5.67475,5.55246,5.20796,4.82492,4.42454,4.04746,3.75657,3.54467,3.39096,3.3081,3.27063,3.46103,3.70422,3.81294,3.94031,4.16452,4.53689,5.11438,6.03384,7.42566,9.47106,12.312,15.8058,19.623,23.1494,26.1069],"phase":"tone_fine","raster_sha1":"ad62be04e057a7d9","raw":[[4.058712,3.976333,6.430271],[4.066972,3.984849,6.446068],[4.046095,3.964305,6.419435]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[6.14886,6.14999,6.15129,6.15279,6.15438,6.16134,6.14419,6.07795,5.91632,5.75867,5.665,5.50466,5.20574,4.82492,4.42454,4.04746,3.75657,3.54467,3.39096,3.3081,3.27063,3.46103,3.70422,3.81294,3.94031,4.16452,4.53689,5.11438,6.03384,7.42566,9.47106,12.312,15.8058,19.623,23.1744,26.1302],[6.17159,6.17273,6.17404,6.17555,6.17715,6.17836,6.16383,6.09834,5.93897,5.71846,5.69575,5.55246,5.23077,4.84052,4.43185,4.05189,3.7603,3.5516,3.40009,3.31217,3.27379,3.46795,3.71197,3.82322,3.95112,4.17163,4.54017,5.12712,6.04515,7.44368,9.49513,12.3296,15.8376,19.6338,23.1494,26.1069],[6.13085,6.13198,6.13329,6.13478,6.13635,6.12034,6.10985,6.07669,5.92716,5.73424,5.67475,5.55667,5.20796,4.81604,4.40463,4.0296,3.73819,3.53001,3.37768,3.29534,3.25624,3.44672,3.69312,3.80549,3.93237,4.1504,4.5243,5.10321,6.00991,7.39144,9.43666,12.238,15.7176,19.4762,22.9995,25.9559]],"t_unix":1786247036.836103,"uid":"p00074","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.058712,3.976333,6.430271]} +{"battery_mv":4160,"bayer_k":12,"config":null,"config_name":null,"ink_fraction":{"black":0.1875,"blue":0.0,"green":0.0,"red":0.0,"white":0.8125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 12/64","median_raw":[25.431942,27.42172,33.702204],"median_spectrum_pct":[29.5097,29.5113,29.5131,29.5152,29.5181,30.2284,30.6948,31.0297,31.1218,31.291,32.0561,32.2758,31.6839,30.842,29.9043,28.8292,27.8719,27.0725,26.3897,25.9778,25.5342,25.3387,25.1991,25.0696,25.0665,25.1757,25.4215,25.7405,26.2489,26.93,27.9277,29.2549,30.8964,32.4934,33.9183,34.994],"phase":"tone_fine","raster_sha1":"c3d1f966cf25e9ea","raw":[[25.433479,27.422542,33.674207],[25.431942,27.42172,33.702204],[25.430127,27.421072,33.710251]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[29.4876,29.4892,29.491,29.4931,29.4959,30.2072,30.674,31.0173,31.1157,31.2628,31.9679,32.2564,31.6573,30.834,29.8947,28.8295,27.8727,27.0775,26.3982,25.9832,25.5437,25.3507,25.2034,25.0742,25.0776,25.1932,25.4373,25.7443,26.2489,26.93,27.9277,29.2549,30.9053,32.4934,33.8569,34.9798],[29.5221,29.5237,29.5256,29.5277,29.5305,30.2284,30.6948,31.0297,31.1302,31.2935,32.0561,32.2758,31.6839,30.842,29.9043,28.8292,27.8688,27.0725,26.3897,25.9778,25.5331,25.3387,25.1991,25.0696,25.0665,25.1753,25.4215,25.7405,26.2509,26.9416,27.9435,29.2675,30.8964,32.5529,33.9543,35.0475],[29.5097,29.5113,29.5131,29.5152,29.5181,30.2533,30.724,31.0397,31.1218,31.291,32.0567,32.29,31.6911,30.851,29.9064,28.8287,27.8719,27.0719,26.3871,25.973,25.5342,25.3353,25.1916,25.0633,25.0603,25.1757,25.4179,25.727,26.2315,26.9193,27.9144,29.2292,30.8537,32.4604,33.9183,34.994]],"t_unix":1786247082.0642192,"uid":"p00031","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.431942,27.42172,33.702204]} +{"bayer_k":57,"config":null,"config_name":null,"ink_fraction":{"black":0.890625,"blue":0.0,"green":0.0,"red":0.0,"white":0.109375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 57/64","median_raw":[3.46041,3.328561,5.494302],"median_spectrum_pct":[5.31895,5.31999,5.32119,5.32256,5.32398,5.28356,5.24814,5.19311,5.051,4.88059,4.85979,4.69718,4.39299,4.03946,3.6699,3.33428,3.08526,2.90502,2.77869,2.71216,2.69904,2.90675,3.15476,3.26874,3.39778,3.6192,3.99663,4.57534,5.49302,6.89634,8.95444,11.7913,15.338,19.1719,22.7726,25.7346],"phase":"tone_fine","raster_sha1":"8d96a9f0d69add3a","raw":[[3.456556,3.324758,5.481312],[3.46041,3.328561,5.494302],[3.463853,3.332427,5.49488]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[5.30922,5.31026,5.31147,5.31285,5.31425,5.26954,5.23076,5.17905,5.051,4.8697,4.85979,4.68928,4.38822,4.02481,3.66271,3.33154,3.08073,2.90502,2.77483,2.71216,2.69904,2.90212,3.15403,3.26874,3.39554,3.61163,3.98527,4.57508,5.49302,6.89584,8.95444,11.7913,15.3431,19.2284,22.7931,25.7725],[5.32241,5.32346,5.32466,5.32605,5.32746,5.28356,5.24814,5.19311,5.04632,4.89676,4.86011,4.71223,4.39299,4.03946,3.6699,3.33428,3.08526,2.9042,2.77869,2.71133,2.69865,2.90675,3.15476,3.2668,3.39778,3.6192,3.99892,4.57534,5.49078,6.89925,8.95888,11.8091,15.338,19.1719,22.7726,25.7346],[5.31895,5.31999,5.32119,5.32256,5.32398,5.29208,5.25361,5.19494,5.0577,4.88059,4.84949,4.69718,4.39942,4.04807,3.67709,3.3415,3.08871,2.9096,2.78029,2.71435,2.70109,2.90885,3.16183,3.27621,3.40248,3.6246,3.99663,4.57952,5.49571,6.89634,8.9472,11.7854,15.3241,19.1528,22.7412,25.7131]],"t_unix":1786247128.5310123,"uid":"p00076","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.46041,3.328561,5.494302]} +{"bayer_k":31,"config":null,"config_name":null,"ink_fraction":{"black":0.484375,"blue":0.0,"green":0.0,"red":0.0,"white":0.515625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 31/64","median_raw":[12.259155,12.930184,18.746311],"median_spectrum_pct":[16.9231,16.9252,16.9277,16.9305,16.9338,17.2184,17.3999,17.4592,17.294,17.2443,17.5327,17.3124,16.5227,15.6057,14.6554,13.7197,12.9304,12.3044,11.8155,11.5154,11.2809,11.3276,11.4398,11.4655,11.5696,11.7841,12.1673,12.7415,13.6028,14.8422,16.6278,18.9955,21.8987,24.9685,27.6914,29.9276],"phase":"tone_fine","raster_sha1":"e73225af9e4db7e7","raw":[[12.259155,12.931097,18.746311],[12.256148,12.924413,18.745242],[12.259769,12.930184,18.766261]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[16.9348,16.9369,16.9394,16.9422,16.9455,17.198,17.3801,17.4436,17.2932,17.2443,17.5327,17.3124,16.5229,15.6057,14.6563,13.7197,12.9304,12.309,11.8188,11.5154,11.2809,11.3323,11.4438,11.4696,11.5697,11.7894,12.179,12.7427,13.608,14.857,16.6481,18.9992,21.8996,24.9935,27.7072,29.9743],[16.9227,16.9248,16.9273,16.9301,16.9334,17.2184,17.3999,17.4592,17.294,17.2379,17.4724,17.2703,16.5034,15.5976,14.6459,13.7192,12.9281,12.3019,11.8151,11.5124,11.2766,11.3268,11.4396,11.4655,11.5696,11.7841,12.1667,12.738,13.5948,14.8404,16.6278,18.9955,21.8819,24.9577,27.6723,29.862],[16.9231,16.9252,16.9277,16.9305,16.9338,17.2316,17.4164,17.4628,17.3175,17.2489,17.548,17.3221,16.5227,15.6089,14.6554,13.7201,12.9319,12.3044,11.8155,11.5172,11.281,11.3276,11.4398,11.4604,11.5663,11.7835,12.1673,12.7415,13.6028,14.8422,16.6274,18.9904,21.8987,24.9685,27.6914,29.9276]],"t_unix":1786247173.7405279,"uid":"p00050","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.259155,12.930184,18.746311]} +{"bayer_k":9,"config":null,"config_name":null,"ink_fraction":{"black":0.140625,"blue":0.0,"green":0.0,"red":0.0,"white":0.859375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 9/64","median_raw":[27.576748,29.798447,36.002518],"median_spectrum_pct":[31.4766,31.478,31.4797,31.4816,31.4844,32.3515,32.8574,33.105,33.1346,33.3677,34.2134,34.6472,34.1283,33.3383,32.4087,31.324,30.3347,29.5037,28.7832,28.3551,27.8856,27.6511,27.4662,27.3048,27.2798,27.3719,27.5927,27.8688,28.3065,28.9082,29.7571,30.8959,32.3259,33.7338,34.9258,35.8448],"phase":"tone_fine","raster_sha1":"ba6056c217b754bf","raw":[[27.578987,29.798447,36.002518],[27.563684,29.783272,35.995666],[27.576748,29.800332,36.024644]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[31.4766,31.478,31.4797,31.4816,31.4844,32.3268,32.8285,33.0995,33.1615,33.3818,34.2134,34.6472,34.1283,33.3383,32.4087,31.324,30.3347,29.5037,28.7877,28.3582,27.8877,27.6562,27.4725,27.3179,27.2971,27.3907,27.6164,27.8937,28.3265,28.9226,29.7868,30.9286,32.3407,33.7836,35.0117,35.9368],[31.4683,31.4698,31.4714,31.4733,31.4761,32.3515,32.8574,33.105,33.1346,33.3383,34.1935,34.6111,34.1198,33.3358,32.4038,31.3088,30.3227,29.494,28.7733,28.3429,27.8701,27.6352,27.4527,27.2979,27.2747,27.3651,27.5871,27.8645,28.3065,28.9082,29.7571,30.8959,32.3259,33.7338,34.9258,35.8448],[31.4841,31.4855,31.4872,31.489,31.4919,32.3911,32.8961,33.129,33.1331,33.3677,34.242,34.6512,34.15,33.3638,32.4262,31.3321,30.3429,29.5083,28.7832,28.3551,27.8856,27.6511,27.4662,27.3048,27.2798,27.3719,27.5927,27.8688,28.3024,28.8975,29.7496,30.8881,32.2993,33.6895,34.8437,35.8216]],"t_unix":1786247218.8994849,"uid":"p00028","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.576748,29.798447,36.002518]} +{"bayer_k":59,"config":null,"config_name":null,"ink_fraction":{"black":0.921875,"blue":0.0,"green":0.0,"red":0.0,"white":0.078125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 59/64","median_raw":[2.896522,2.712919,4.622683],"median_spectrum_pct":[4.53299,4.53393,4.53502,4.53626,4.53756,4.51389,4.46044,4.38121,4.23633,4.09895,4.05603,3.86023,3.60434,3.29188,2.96094,2.67348,2.45837,2.30668,2.20207,2.14884,2.14578,2.3633,2.6325,2.75493,2.88106,3.10538,3.47905,4.06567,4.98413,6.38669,8.49459,11.3666,14.9709,18.869,22.514,25.607],"phase":"tone_fine","raster_sha1":"fb6a72d1c53e53ea","raw":[[2.894303,2.712919,4.620141],[2.898911,2.716659,4.630576],[2.896522,2.712295,4.622683]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[4.52766,4.52861,4.52969,4.53094,4.53223,4.50057,4.44671,4.36714,4.22384,4.12272,4.0575,3.86023,3.6009,3.28987,2.96094,2.67348,2.45867,2.30668,2.20042,2.14801,2.14698,2.3633,2.62577,2.74958,2.88061,3.10222,3.47091,4.05967,4.98413,6.39904,8.49459,11.3871,14.9818,18.8777,22.514,25.607],[4.54177,4.54272,4.54382,4.54507,4.54637,4.51452,4.46044,4.38121,4.24852,4.09821,4.05603,3.87949,3.61945,3.2954,2.96212,2.67717,2.45837,2.30963,2.20371,2.1529,2.14578,2.3653,2.63503,2.75505,2.88106,3.10538,3.47944,4.06768,4.98996,6.38669,8.49596,11.3666,14.9709,18.869,22.526,25.6261],[4.53299,4.53393,4.53502,4.53626,4.53756,4.51389,4.46763,4.38574,4.23633,4.09895,3.99975,3.84731,3.60434,3.29188,2.96004,2.67348,2.45626,2.30529,2.20207,2.14884,2.14479,2.3624,2.6325,2.75493,2.88409,3.10561,3.47905,4.06567,4.97807,6.37383,8.46291,11.3499,14.9294,18.8144,22.4772,25.5145]],"t_unix":1786247264.0919626,"uid":"p00078","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.896522,2.712919,4.622683]} +{"bayer_k":20,"config":null,"config_name":null,"ink_fraction":{"black":0.3125,"blue":0.0,"green":0.0,"red":0.0,"white":0.6875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 20/64","median_raw":[19.813768,21.231786,27.466807],"median_spectrum_pct":[24.2988,24.3007,24.3029,24.3054,24.3086,24.8096,25.1427,25.3779,25.3929,25.4536,25.9863,25.9874,25.2626,24.3583,23.3826,22.3656,21.4792,20.7553,20.1595,19.7998,19.4468,19.3314,19.2802,19.2125,19.2436,19.4006,19.7165,20.1568,20.8154,21.7535,23.0934,24.881,27.0726,29.314,31.3385,32.8625],"phase":"tone_fine","raster_sha1":"a3b3cd61503853d3","raw":[[19.814576,21.233391,27.466807],[19.808449,21.226567,27.463269],[19.813768,21.231786,27.485874]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[24.2905,24.2924,24.2946,24.2972,24.3003,24.7896,25.1262,25.3766,25.3929,25.4506,26.026,25.9874,25.2626,24.3583,23.3826,22.3652,21.4812,20.7587,20.1624,19.8067,19.4547,19.3382,19.2873,19.2211,19.2482,19.4056,19.7171,20.1652,20.8269,21.7535,23.0934,24.9005,27.0821,29.314,31.3385,32.8625],[24.2988,24.3007,24.3029,24.3054,24.3086,24.8096,25.1427,25.3779,25.3783,25.4536,25.9608,25.96,25.2553,24.3552,23.3819,22.3656,21.4792,20.7552,20.1543,19.7982,19.4468,19.3311,19.2769,19.2125,19.241,19.3963,19.7088,20.1527,20.81,21.7438,23.0759,24.8578,27.0485,29.2886,31.2864,32.8417],[24.3178,24.3197,24.3219,24.3244,24.3276,24.8307,25.1667,25.3937,25.403,25.4656,25.9863,25.9971,25.2776,24.3773,23.3952,22.3659,21.4762,20.7553,20.1595,19.7998,19.4438,19.3314,19.2802,19.2124,19.2436,19.4006,19.7165,20.1568,20.8154,21.7593,23.1026,24.881,27.0726,29.3426,31.3765,32.9546]],"t_unix":1786247309.2422283,"uid":"p00039","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.813768,21.231786,27.466807]} +{"bayer_k":53,"config":null,"config_name":null,"ink_fraction":{"black":0.828125,"blue":0.0,"green":0.0,"red":0.0,"white":0.171875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 53/64","median_raw":[4.709512,4.682921,7.366699],"median_spectrum_pct":[6.96644,6.96765,6.96903,6.97062,6.9723,6.97523,6.97832,6.93965,6.8071,6.6299,6.58415,6.44567,6.08286,5.64663,5.20817,4.79497,4.47681,4.23943,4.06082,3.96438,3.91642,4.10292,4.34086,4.43542,4.5582,4.78234,5.15518,5.73533,6.64278,8.01543,10.0492,12.81,16.2479,19.9684,23.4546,26.3335],"phase":"tone_fine","raster_sha1":"f755ca8ccc3e05ad","raw":[[4.706555,4.681918,7.358221],[4.711725,4.686928,7.371181],[4.709512,4.682921,7.366699]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[6.94711,6.9483,6.94967,6.95125,6.95292,6.96047,6.96079,6.93352,6.80837,6.61726,6.58415,6.42494,6.08286,5.64294,5.20817,4.79497,4.47681,4.23644,4.06082,3.96265,3.91586,4.09638,4.33374,4.43475,4.56008,4.78055,5.15446,5.73533,6.64366,8.01543,10.0498,12.81,16.2479,19.9886,23.4727,26.3662],[6.96684,6.96805,6.96943,6.97102,6.9727,6.97523,6.97832,6.94668,6.8071,6.6299,6.59426,6.44857,6.09077,5.65382,5.21199,4.79719,4.47914,4.23943,4.06373,3.96708,3.92296,4.10689,4.34145,4.43542,4.55583,4.78234,5.15919,5.73947,6.63694,8.01973,10.0492,12.81,16.2577,19.9684,23.4546,26.3335],[6.96644,6.96765,6.96903,6.97062,6.9723,6.97741,6.98354,6.93965,6.7794,6.67099,6.54881,6.44567,6.07111,5.64663,5.20525,4.79381,4.47629,4.2401,4.05927,3.96438,3.91642,4.10292,4.34086,4.4374,4.5582,4.78342,5.15518,5.73229,6.64278,8.00414,10.0192,12.794,16.2219,19.9361,23.3662,26.2587]],"t_unix":1786247354.393519,"uid":"p00072","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.709512,4.682921,7.366699]} +{"bayer_k":42,"config":null,"config_name":null,"ink_fraction":{"black":0.65625,"blue":0.0,"green":0.0,"red":0.0,"white":0.34375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 42/64","median_raw":[8.275645,8.582552,12.778012],"median_spectrum_pct":[11.7046,11.7063,11.7082,11.7104,11.7129,11.8353,11.9141,11.9233,11.79,11.6558,11.8287,11.6325,11.0246,10.358,9.67315,9.01182,8.47273,8.05881,7.73416,7.53977,7.40313,7.50831,7.66883,7.73891,7.86019,8.07877,8.45461,9.0196,9.90144,11.2011,13.1347,15.7084,18.8965,22.3322,25.4521,28.0488],"phase":"tone_fine","raster_sha1":"214267264438f88b","raw":[[8.26826,8.5751,12.745034],[8.275645,8.582552,12.778012],[8.277347,8.585316,12.781515]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[11.6861,11.6878,11.6897,11.6919,11.6943,11.8143,11.8942,11.9029,11.7719,11.6264,11.7552,11.5791,11.0117,10.3393,9.66,9.01182,8.46766,8.0563,7.7332,7.53381,7.40017,7.50479,7.66873,7.73891,7.85862,8.07828,8.44808,9.0174,9.88962,11.1991,13.1146,15.713,18.9124,22.3349,25.4965,28.0488],[11.7168,11.7185,11.7204,11.7226,11.7251,11.8353,11.9141,11.9233,11.8071,11.6558,11.8296,11.6325,11.0246,10.358,9.67315,9.01116,8.47273,8.05881,7.73416,7.53977,7.40553,7.50831,7.66883,7.73752,7.86019,8.07951,8.45731,9.0196,9.90144,11.2021,13.1348,15.7084,18.8965,22.3118,25.4521,28.0577],[11.7046,11.7063,11.7082,11.7104,11.7129,11.8425,11.9274,11.927,11.79,11.6763,11.8287,11.6385,11.0457,10.3633,9.67563,9.01407,8.47759,8.06045,7.73438,7.53985,7.40313,7.51039,7.6723,7.7443,7.86275,8.07877,8.45461,9.02026,9.90347,11.2011,13.1347,15.704,18.8867,22.3322,25.4448,28.0285]],"t_unix":1786247399.551355,"uid":"p00061","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.275645,8.582552,12.778012]} +{"bayer_k":61,"config":null,"config_name":null,"ink_fraction":{"black":0.953125,"blue":0.0,"green":0.0,"red":0.0,"white":0.046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 61/64","median_raw":[2.339827,2.100417,3.76998],"median_spectrum_pct":[3.78059,3.78146,3.78245,3.78359,3.78476,3.73504,3.67366,3.60098,3.44853,3.27275,3.25568,3.08094,2.82929,2.54186,2.26158,2.00588,1.81833,1.69433,1.61556,1.57784,1.5893,1.82969,2.11865,2.25417,2.38959,2.6145,2.98334,3.56889,4.49095,5.90773,8.00232,10.8982,14.5069,18.4633,22.1493,25.2563],"phase":"tone_fine","raster_sha1":"b7e41f23e1893c0a","raw":[[2.337986,2.100417,3.764367],[2.339827,2.097951,3.76998],[2.341609,2.101063,3.772142]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[3.76898,3.76984,3.77083,3.77197,3.77312,3.72078,3.6626,3.5911,3.43921,3.27275,3.26881,3.09299,2.83367,2.54186,2.26158,2.00588,1.81853,1.69484,1.61914,1.57838,1.58922,1.8284,2.11558,2.25045,2.38811,2.61002,2.97661,3.56966,4.49772,5.91277,8.0059,10.9101,14.5515,18.5224,22.2183,25.2932],[3.7857,3.78657,3.78757,3.78873,3.78989,3.73504,3.67366,3.60098,3.44853,3.28735,3.23005,3.06422,2.82929,2.53909,2.25945,2.00215,1.81416,1.69203,1.61339,1.57653,1.5893,1.82969,2.11865,2.25417,2.3906,2.6145,2.98513,3.56828,4.49095,5.90755,7.9949,10.8982,14.5069,18.4633,22.1493,25.2563],[3.78059,3.78146,3.78245,3.78359,3.78476,3.74397,3.68118,3.60543,3.45569,3.25078,3.25568,3.08094,2.82885,2.54314,2.2669,2.00649,1.81833,1.69433,1.61556,1.57784,1.59044,1.83171,2.12406,2.25807,2.38959,2.61506,2.98334,3.56889,4.48779,5.90773,8.00232,10.8874,14.4769,18.4182,22.1076,25.2065]],"t_unix":1786247444.7792048,"uid":"p00080","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.339827,2.100417,3.76998]} +{"bayer_k":62,"config":null,"config_name":null,"ink_fraction":{"black":0.96875,"blue":0.0,"green":0.0,"red":0.0,"white":0.03125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 62/64","median_raw":[2.044255,1.780988,3.283159],"median_spectrum_pct":[3.34248,3.34328,3.3442,3.34526,3.34633,3.28846,3.22757,3.14778,3.00067,2.844,2.69068,2.6302,2.41558,2.14864,1.90015,1.66131,1.49799,1.38861,1.31766,1.28691,1.30899,1.55923,1.85064,1.98872,2.12378,2.34571,2.71464,3.3061,4.22875,5.65092,7.76889,10.6675,14.3267,18.2819,21.9765,25.1238],"phase":"tone_fine","raster_sha1":"49b51067dee69877","raw":[[2.044255,1.781875,3.283159],[2.043344,1.780988,3.277975],[2.045172,1.780401,3.285028]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[3.33812,3.33892,3.33984,3.3409,3.34197,3.28759,3.21939,3.14719,3.00067,2.86209,2.73221,2.6302,2.41558,2.14864,1.89995,1.66648,1.49799,1.39073,1.31766,1.2863,1.30771,1.55579,1.85053,1.98872,2.12378,2.3468,2.71844,3.30431,4.23397,5.66953,7.79604,10.7007,14.3495,18.3235,22.0566,25.2743],[3.34426,3.34506,3.34599,3.34705,3.34811,3.28846,3.22757,3.14778,2.99972,2.844,2.66993,2.64701,2.42169,2.14588,1.90206,1.66131,1.4983,1.38832,1.31787,1.28784,1.31095,1.55923,1.85064,1.98722,2.1225,2.3451,2.714,3.30632,4.22655,5.65092,7.76889,10.6675,14.3267,18.2819,21.9765,25.1238],[3.34248,3.34328,3.3442,3.34526,3.34633,3.29998,3.23526,3.16279,3.02235,2.82088,2.69068,2.62558,2.41486,2.15249,1.90015,1.66092,1.49333,1.38861,1.31641,1.28691,1.30899,1.55946,1.85221,1.99061,2.12943,2.34571,2.71464,3.3061,4.22875,5.64075,7.74863,10.6616,14.3111,18.2776,21.9641,25.0516]],"t_unix":1786247489.9218278,"uid":"p00081","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.044255,1.780988,3.283159]} +{"bayer_k":50,"config":null,"config_name":null,"ink_fraction":{"black":0.78125,"blue":0.0,"green":0.0,"red":0.0,"white":0.21875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 50/64","median_raw":[5.789024,5.862303,8.943151],"median_spectrum_pct":[8.35842,8.35977,8.36131,8.36308,8.36494,8.3768,8.39267,8.39561,8.27102,8.11849,8.06826,7.94712,7.54088,7.03535,6.53638,6.06049,5.677,5.39708,5.18921,5.07082,4.99773,5.15628,5.36938,5.45672,5.57482,5.79002,6.15721,6.72777,7.62717,8.97182,10.9654,13.6642,17.0378,20.6857,24.0209,26.8307],"phase":"tone_fine","raster_sha1":"09c0f55d237ab516","raw":[[5.81425,5.890589,8.962944],[5.789024,5.862303,8.943151],[5.788821,5.862189,8.938373]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[8.37284,8.37415,8.37567,8.37741,8.37933,8.44306,8.45558,8.40213,8.2556,8.12343,8.06826,7.9586,7.5639,7.07217,6.56905,6.09063,5.70855,5.42909,5.21612,5.09789,5.02582,5.18082,5.3936,5.48159,5.60012,5.81223,6.17662,6.75353,7.66703,9.02516,10.9971,13.7116,17.0988,20.742,24.1464,26.9918],[8.35842,8.35977,8.36131,8.36308,8.36494,8.37216,8.38485,8.38335,8.28257,8.11849,8.11215,7.94712,7.52883,7.03212,6.53305,6.06049,5.677,5.39588,5.18573,5.07046,4.99742,5.15308,5.36938,5.45649,5.57482,5.78638,6.15721,6.72777,7.62717,8.97182,10.956,13.6591,17.0378,20.6857,24.0209,26.8307],[8.35083,8.35216,8.35369,8.35545,8.35732,8.3768,8.39267,8.39561,8.27102,8.11769,8.04211,7.93918,7.54088,7.03535,6.53638,6.05778,5.67668,5.39708,5.18921,5.07082,4.99773,5.15628,5.36912,5.45672,5.57337,5.79002,6.15115,6.72524,7.62032,8.96559,10.9654,13.6642,17.0175,20.6686,23.9963,26.7822]],"t_unix":1786247535.2053063,"uid":"p00069","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.789024,5.862303,8.943151]} +{"bayer_k":10,"config":null,"config_name":null,"ink_fraction":{"black":0.15625,"blue":0.0,"green":0.0,"red":0.0,"white":0.84375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 10/64","median_raw":[27.198719,29.3766065,35.317243],"median_spectrum_pct":[30.85735,30.8587,30.86025,30.862099999999998,30.86465,31.613,32.10375,32.45555,32.56555,32.833749999999995,33.66974999999999,34.02235,33.505700000000004,32.74925,31.861449999999998,30.8192,29.882649999999998,29.10035,28.41855,28.01195,27.556449999999998,27.3289,27.153950000000002,27.002299999999998,26.98245,27.0732,27.289749999999998,27.557450000000003,27.984050000000003,28.5687,29.4362,30.61205,32.040350000000004,33.46875,34.689750000000004,35.68065],"phase":"tone_fine","raster_sha1":"8dda55dfdf9379c5","raw":[[27.208178,29.384982,35.32474],[27.18926,29.368231,35.309746]],"rgb":null,"session":2,"source":"bayer","spectrum_pct":[[30.8584,30.8598,30.8613,30.8632,30.8657,31.6049,32.0978,32.4544,32.5796,32.87,33.6902,34.0223,33.5034,32.7522,31.8672,30.8238,29.8889,29.1074,28.4283,28.0203,27.5665,27.3393,27.1679,27.0147,26.9974,27.0863,27.2993,27.5699,27.9978,28.5792,29.45,30.6266,32.0569,33.4795,34.6987,35.6738],[30.8563,30.8576,30.8592,30.861,30.8636,31.6211,32.1097,32.4567,32.5515,32.7975,33.6493,34.0224,33.508,32.7463,31.8557,30.8146,29.8764,29.0933,28.4088,28.0036,27.5464,27.3185,27.14,26.9899,26.9675,27.0601,27.2802,27.545,27.9703,28.5582,29.4224,30.5975,32.0238,33.458,34.6808,35.6875]],"t_unix":1786247580.353114,"uid":"p00029","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.198719,29.3766065,35.317243]} +{"battery_mv_start":4170,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":3,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786249353.4904075} +{"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor black","median_raw":[1.503238,1.194744,2.47373],"median_spectrum_pct":[2.62399,2.62472,2.62555,2.62651,2.62746,2.55442,2.47733,2.38952,2.25098,2.08067,2.0201,1.85354,1.6865,1.45837,1.22873,1.03507,0.895334,0.813607,0.763368,0.744384,0.776809,1.03703,1.35229,1.48584,1.62101,1.83964,2.20567,2.78945,3.71919,5.15788,7.27944,10.2034,13.8785,17.883,21.6456,24.8646],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.501239,1.193848,2.464329],[1.503238,1.194744,2.47373],[1.505092,1.196711,2.476245]],"session":3,"source":"ink","spectrum_pct":[[2.61375,2.61448,2.61532,2.61628,2.61721,2.54234,2.46648,2.38144,2.24386,2.07549,2.0201,1.85354,1.68061,1.45734,1.22873,1.03371,0.895334,0.812202,0.761592,0.744384,0.774974,1.03494,1.34875,1.48584,1.62101,1.83937,2.20812,2.79532,3.72795,5.1607,7.28559,10.2211,13.9097,17.9266,21.7284,24.9435],[2.62519,2.62592,2.62676,2.62773,2.62867,2.55442,2.47733,2.38952,2.25098,2.0997,2.01284,1.83856,1.68883,1.45837,1.22785,1.03507,0.894697,0.814467,0.763828,0.744405,0.776809,1.03703,1.35229,1.48584,1.61841,1.83964,2.20485,2.78945,3.71919,5.15788,7.27944,10.2034,13.8785,17.883,21.6456,24.8646],[2.62399,2.62472,2.62555,2.62651,2.62746,2.55988,2.48472,2.39567,2.25351,2.08067,2.02262,1.85618,1.6865,1.45837,1.23463,1.03753,0.898453,0.813607,0.763368,0.743653,0.77774,1.03888,1.35669,1.49048,1.62333,1.84548,2.20567,2.78859,3.70868,5.14869,7.26231,10.1814,13.8507,17.8722,21.6005,24.7967]],"t_unix":1786249356.1226754,"uid":"s003_anchor_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.503238,1.194744,2.47373]} +{"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor white","median_raw":[35.069849,38.105215,43.411037],"median_spectrum_pct":[37.6027,37.6033,37.6041,37.6049,37.6068,38.7642,39.3917,39.7008,39.8431,40.2788,41.577,42.4718,42.2699,41.7201,40.9473,39.9164,38.9296,38.0686,37.289,36.8398,36.2954,35.9402,35.6207,35.3577,35.2548,35.2527,35.3465,35.4448,35.5997,35.7855,36.0892,36.527,37.1225,37.7125,38.0847,38.476],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.09099,38.125499,43.411037],[35.069849,38.105215,43.415342],[35.050586,38.088595,43.396742]],"session":3,"source":"ink","spectrum_pct":[[37.6027,37.6033,37.6041,37.6049,37.6068,38.7469,39.3753,39.7008,39.8582,40.2788,41.577,42.492,42.2798,41.7205,40.9524,39.9273,38.9482,38.093,37.3123,36.8658,36.321,35.9718,35.655,35.3885,35.2874,35.2888,35.3843,35.4712,35.6243,35.8102,36.1094,36.527,37.1323,37.7245,38.1399,38.51],[37.6039,37.6045,37.6052,37.6061,37.608,38.7642,39.3917,39.7067,39.8431,40.2827,41.5983,42.4718,42.2699,41.7201,40.9473,39.9164,38.9296,38.0686,37.289,36.8398,36.2954,35.9402,35.6207,35.3577,35.2548,35.2527,35.3465,35.4448,35.5997,35.7855,36.0892,36.5272,37.1225,37.7125,38.0847,38.476],[37.5962,37.5969,37.5976,37.5984,37.6003,38.7758,39.403,39.6965,39.814,40.2285,41.5459,42.453,42.2534,41.7139,40.9442,39.9064,38.9206,38.061,37.2727,36.8187,36.2733,35.9187,35.5955,35.3317,35.2305,35.2267,35.3205,35.4144,35.5731,35.7538,36.0611,36.487,37.1021,37.6608,38.0676,38.4673]],"t_unix":1786249401.2861667,"uid":"s003_anchor_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.069849,38.105215,43.411037]} +{"error":"no_readings","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor yellow","median_raw":null,"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[],"session":3,"source":"ink","t_unix":1786249446.431427,"uid":"s003_anchor_yellow"} +{"error":"no_readings","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor red","median_raw":null,"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[],"session":3,"source":"ink","t_unix":1786249494.6181543,"uid":"s003_anchor_red"} +{"error":"no_readings","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor blue","median_raw":null,"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[],"session":3,"source":"ink","t_unix":1786249542.3973339,"uid":"s003_anchor_blue"} +{"error":"no_readings","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor green","median_raw":null,"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[],"session":3,"source":"ink","t_unix":1786249590.476773,"uid":"s003_anchor_green"} +{"battery_mv":0,"bayer_k":52,"config":null,"config_name":null,"error":"no_readings","ink_fraction":{"black":0.8125,"blue":0.0,"green":0.0,"red":0.0,"white":0.1875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 52/64","median_raw":null,"phase":"tone_fine","raster_sha1":"1ae28f8e43795b99","raw":[],"rgb":null,"session":3,"source":"bayer","t_unix":1786249638.819281,"uid":"p00071"} +{"battery_mv_start":4190,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":4,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786282893.4381216} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.470255,1.187502,2.457646],"median_spectrum_pct":[2.60932,2.61005,2.61089,2.61185,2.61278,2.53907,2.46531,2.38411,2.23607,2.067,1.98664,1.86153,1.69353,1.4722,1.24717,1.05163,0.912041,0.828472,0.774784,0.755432,0.783615,1.01895,1.29615,1.41508,1.53559,1.74575,2.09957,2.66947,3.58586,5.00879,7.1101,10.0291,13.6824,17.6765,21.465,24.6641],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.466279,1.184958,2.4469],[1.470255,1.187502,2.457646],[1.473713,1.190234,2.471171]],"session":4,"source":"ink","spectrum_pct":[[2.60321,2.60394,2.60478,2.60575,2.60667,2.52282,2.45187,2.37184,2.21942,2.05046,1.98682,1.86153,1.69273,1.46627,1.24603,1.04699,0.910258,0.826687,0.773274,0.752233,0.779244,1.0151,1.29052,1.41295,1.53631,1.74242,2.09456,2.66947,3.58586,5.01273,7.12477,10.0291,13.7071,17.752,21.5016,24.7131],[2.60932,2.61005,2.61089,2.61185,2.61278,2.53907,2.46531,2.38411,2.23607,2.067,1.96918,1.85405,1.69353,1.4722,1.24717,1.05163,0.912041,0.828472,0.774784,0.756179,0.783615,1.01895,1.29615,1.41508,1.53307,1.74659,2.09957,2.66944,3.58316,5.00879,7.09815,10.0153,13.6824,17.6765,21.465,24.6559],[2.61874,2.61947,2.62031,2.62127,2.62222,2.54782,2.47139,2.39151,2.25118,2.09502,1.98664,1.86992,1.69731,1.47391,1.24861,1.05511,0.915456,0.830484,0.775226,0.755432,0.784304,1.02023,1.29958,1.41746,1.53559,1.74575,2.10061,2.67543,3.58688,5.00471,7.1101,10.0296,13.676,17.6681,21.4556,24.6641]],"t_unix":1786282896.0534832,"uid":"s004_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.470255,1.187502,2.457646]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.466686,37.458389,43.050037],"median_spectrum_pct":[37.2507,37.2514,37.2523,37.2533,37.2553,38.3702,39.0148,39.4283,39.6304,39.9516,41.2655,42.0659,41.8097,41.1858,40.3754,39.3008,38.2709,37.3665,36.5771,36.1435,35.6125,35.2488,34.8906,34.5922,34.4797,34.4983,34.6437,34.792,35.0021,35.2143,35.5384,35.9792,36.6053,37.2296,37.7066,38.1518],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.4792,37.471219,43.050037],[34.466686,37.458389,43.058904],[34.445545,37.439622,43.046501]],"session":4,"source":"ink","spectrum_pct":[[37.2314,37.2321,37.233,37.2339,37.2359,38.3487,38.9908,39.4258,39.6403,39.9516,41.2689,42.0928,41.815,41.1934,40.3774,39.3035,38.2785,37.3798,36.59,36.1584,35.6339,35.267,34.9094,34.6103,34.5024,34.525,34.6686,34.8266,35.0306,35.2465,35.555,35.9977,36.638,37.2401,37.6985,38.1605],[37.2564,37.2571,37.258,37.259,37.261,38.3702,39.0148,39.4305,39.6304,39.9741,41.2655,42.0659,41.8048,41.1851,40.3754,39.3008,38.2709,37.3665,36.5771,36.1435,35.6125,35.2488,34.8906,34.5922,34.4797,34.4983,34.6437,34.792,35.0021,35.2143,35.5384,35.9792,36.6053,37.2296,37.7066,38.1518],[37.2507,37.2514,37.2523,37.2533,37.2553,38.386,39.0279,39.4283,39.6081,39.9496,41.1801,42.057,41.8097,41.1858,40.3705,39.2927,38.2575,37.3494,36.5549,36.1186,35.5864,35.2231,34.8638,34.5606,34.4528,34.47,34.6124,34.7606,34.9682,35.1884,35.517,35.957,36.5892,37.2292,37.7181,38.0856]],"t_unix":1786282941.2266169,"uid":"s004_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.466686,37.458389,43.050037]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.899911,36.529427,4.635417],"median_spectrum_pct":[1.54967,1.53515,1.51848,1.49932,1.47725,1.47026,1.43116,1.39248,1.38101,1.8084,6.15952,17.6131,27.1929,33.804,37.7411,39.0406,39.1429,38.8646,38.4764,38.408,38.3405,39.2785,40.5613,40.8672,40.764,40.5851,40.4192,40.1239,39.8365,39.513,39.2192,38.9705,38.8909,38.7935,38.6226,38.5127],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.976593,36.625442,4.656929],[30.899911,36.529427,4.631517],[30.86288,36.481066,4.635417]],"session":4,"source":"ink","spectrum_pct":[[1.55587,1.5413,1.52457,1.50534,1.48317,1.46782,1.42976,1.39248,1.38718,1.86858,6.21676,17.6417,27.2588,33.8727,37.8277,39.1406,39.2512,38.9775,38.593,38.5244,38.4598,39.3863,40.6432,40.9386,40.8391,40.6606,40.4999,40.2114,39.9231,39.6006,39.312,39.0523,38.9685,38.8772,38.7333,38.6213],[1.54063,1.52608,1.50939,1.49019,1.46809,1.47026,1.43116,1.38754,1.38056,1.79361,6.15952,17.5928,27.1929,33.804,37.7411,39.0406,39.1429,38.8646,38.4764,38.408,38.3405,39.2785,40.5613,40.8672,40.764,40.5851,40.4192,40.1239,39.8365,39.513,39.2192,38.9705,38.8909,38.7935,38.6216,38.5127],[1.54967,1.53515,1.51848,1.49932,1.47725,1.47476,1.43627,1.39418,1.38101,1.8084,6.14803,17.6131,27.18,33.7709,37.6957,38.9885,39.0852,38.805,38.4122,38.3378,38.2711,39.2225,40.5211,40.8307,40.7306,40.5522,40.3858,40.0933,39.7955,39.4827,39.1902,38.9335,38.854,38.784,38.6226,38.5119]],"t_unix":1786282986.4298775,"uid":"s004_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.899911,36.529427,4.635417]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.988621,4.571318,0.985446],"median_spectrum_pct":[0.945376,0.943987,0.942392,0.940555,0.938447,0.944406,0.942148,0.913507,0.868057,0.763224,0.791265,1.04396,1.12517,1.13941,1.09904,1.02665,1.01695,1.1333,1.31638,1.58519,2.3004,6.99118,14.8617,18.3364,18.8165,18.6131,18.4312,18.4423,18.8005,19.5823,20.7947,22.4729,24.63,26.9433,28.9989,30.6738],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.973936,4.566451,0.985446],[7.988621,4.5744,1.001299],[7.99001,4.571318,0.977233]],"session":4,"source":"ink","spectrum_pct":[[0.945643,0.944259,0.94267,0.940839,0.938731,0.944101,0.942148,0.913507,0.868057,0.763224,0.785816,1.04396,1.12517,1.13941,1.09904,1.02509,1.01603,1.13661,1.32408,1.59661,2.30268,6.97323,14.8332,18.3078,18.7802,18.5718,18.396,18.4122,18.7641,19.5476,20.766,22.457,24.6062,26.9187,28.9837,30.6738],[0.945376,0.943987,0.942392,0.940555,0.938447,0.949136,0.943755,0.918162,0.872784,0.799517,0.868082,1.05091,1.1363,1.1469,1.10376,1.02773,1.01695,1.1333,1.31638,1.58519,2.3004,6.99118,14.8617,18.3364,18.8165,18.6131,18.4312,18.4423,18.8005,19.5823,20.7947,22.4729,24.63,26.9433,28.9989,30.6655],[0.932402,0.931006,0.929402,0.927554,0.925448,0.944406,0.941273,0.911097,0.846553,0.754983,0.791265,1.00697,1.12382,1.13649,1.09897,1.02665,1.01854,1.13018,1.30966,1.57525,2.29088,7.00002,14.878,18.3547,18.832,18.6265,18.4464,18.4619,18.8134,19.5896,20.8076,22.4934,24.6374,26.9597,29.0014,30.6753]],"t_unix":1786283031.548026,"uid":"s004_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.988621,4.571318,0.985446]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.680608,7.345033,26.909179],"median_spectrum_pct":[24.0865,24.0938,24.1021,24.1118,24.1234,24.8768,25.6024,26.1025,25.7436,25.3049,24.9383,22.2487,18.3614,14.5657,11.2013,8.48424,6.52085,5.17305,4.26544,3.69841,3.33034,3.16589,3.12432,3.16476,3.32928,3.63596,4.1445,4.8925,5.95889,7.45554,9.56656,12.4162,15.9922,19.8318,23.5426,26.6306],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.689594,7.34966,26.909179],[7.666437,7.329698,26.864631],[7.680608,7.345033,26.912874]],"session":4,"source":"ink","spectrum_pct":[[24.0943,24.1016,24.1099,24.1195,24.1313,25.0202,25.7472,26.1131,25.6918,25.2394,24.872,22.2487,18.3704,14.5836,11.2137,8.49608,6.53026,5.17869,4.27065,3.70385,3.33572,3.17437,3.13036,3.17599,3.34224,3.65142,4.15928,4.90577,5.98228,7.47769,9.59629,12.458,16.0434,19.9105,23.6213,26.7284],[24.0536,24.0609,24.0692,24.0788,24.0905,24.8356,25.5581,26.0658,25.7436,25.3049,24.9383,22.246,18.3255,14.5342,11.1757,8.4668,6.50604,5.16111,4.25678,3.69072,3.32318,3.15822,3.11506,3.15974,3.32338,3.63256,4.13444,4.88665,5.95581,7.44961,9.55776,12.4039,15.97,19.8275,23.5164,26.6186],[24.0865,24.0938,24.1021,24.1118,24.1234,24.8768,25.6024,26.1025,25.7821,25.3894,24.9707,22.291,18.3614,14.5657,11.2013,8.48424,6.52085,5.17305,4.26544,3.69841,3.33034,3.16589,3.12432,3.16476,3.32928,3.63596,4.1445,4.8925,5.95889,7.45554,9.56656,12.4162,15.9922,19.8318,23.5426,26.6306]],"t_unix":1786283076.7376769,"uid":"s004_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.680608,7.345033,26.909179]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.262964,7.971844,6.747579],"median_spectrum_pct":[4.88295,4.88171,4.88027,4.87862,4.87642,4.74697,4.6946,4.70682,4.50818,4.87878,9.44161,16.3247,17.5274,15.7914,13.1493,10.5507,8.49944,7.00896,5.96508,5.29301,4.84834,4.67153,4.63548,4.65753,4.80574,5.1087,5.61345,6.34936,7.41793,8.92047,10.9954,13.759,17.145,20.803,24.3113,27.2307],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.252836,7.958737,6.737834],[5.262964,7.971844,6.747579],[5.271754,7.982506,6.765619]],"session":4,"source":"ink","spectrum_pct":[[4.8567,4.85544,4.854,4.85233,4.85013,4.7318,4.6808,4.6907,4.49971,4.87878,9.44314,16.3128,17.5039,15.7703,13.1306,10.5361,8.48222,6.9911,5.95183,5.28066,4.837,4.66228,4.62844,4.65008,4.79689,5.0995,5.60208,6.33987,7.39738,8.91191,10.9919,13.747,17.145,20.803,24.3223,27.2307],[4.88295,4.88171,4.88027,4.87862,4.87642,4.74697,4.6946,4.70682,4.50818,4.87731,9.41043,16.3247,17.5274,15.7914,13.1493,10.5507,8.49944,7.00896,5.96508,5.29301,4.84834,4.67153,4.63548,4.65753,4.80574,5.1087,5.61345,6.34936,7.41793,8.92047,10.9954,13.759,17.1384,20.8188,24.3111,27.2244],[4.88568,4.88443,4.88299,4.88133,4.87913,4.75855,4.70407,4.71138,4.52929,4.9184,9.44161,16.3311,17.5537,15.8045,13.1646,10.5654,8.50757,7.01708,5.97333,5.30124,4.85762,4.6802,4.64089,4.66548,4.81096,5.11727,5.62032,6.35781,7.42046,8.92955,11.0091,13.7752,17.1477,20.7954,24.3113,27.233]],"t_unix":1786283121.885067,"uid":"s004_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.262964,7.971844,6.747579]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":false,"label":"ink black r3","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"inks","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":4,"source":"ink","t_unix":1786283167.034723,"uid":"p00013","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":52,"config":null,"config_name":null,"ink_fraction":{"black":0.8125,"blue":0.0,"green":0.0,"red":0.0,"white":0.1875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 52/64","median_raw":[4.898671,4.911559,7.495609],"median_spectrum_pct":[7.08082,7.08197,7.0833,7.08482,7.08646,7.11098,7.11527,7.07517,6.91508,6.69648,6.67798,6.61555,6.28463,5.87399,5.4571,5.05572,4.73422,4.49381,4.30947,4.20718,4.15502,4.32478,4.54377,4.63437,4.75075,4.96914,5.3407,5.92149,6.82788,8.20185,10.2059,12.9305,16.351,20.0131,23.4784,26.3288],"phase":"tone_fine","raster_sha1":"1ae28f8e43795b99","raw":[[4.896349,4.910616,7.491933],[4.900136,4.912561,7.512052],[4.898671,4.911559,7.495609]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[7.05004,7.05118,7.05248,7.05398,7.05561,7.09285,7.10062,7.05678,6.91508,6.69648,6.67798,6.61555,6.28463,5.87392,5.4484,5.05031,4.73422,4.49381,4.30857,4.20718,4.15502,4.32475,4.54296,4.63598,4.74625,4.96527,5.3407,5.92345,6.83057,8.20717,10.2204,12.9526,16.3532,20.0247,23.4784,26.3806],[7.08207,7.08323,7.08456,7.08608,7.08771,7.11098,7.11527,7.0779,6.94588,6.70361,6.69468,6.62452,6.28473,5.87496,5.4571,5.0569,4.73452,4.49187,4.30947,4.20662,4.15284,4.32478,4.54377,4.63381,4.75075,4.9696,5.34144,5.92149,6.82788,8.20185,10.2059,12.9305,16.351,20.0131,23.4842,26.3288],[7.08082,7.08197,7.0833,7.08482,7.08646,7.11739,7.12129,7.07517,6.91381,6.66624,6.63629,6.60039,6.28424,5.87399,5.45773,5.05572,4.73403,4.49435,4.31106,4.20812,4.15668,4.33005,4.54653,4.63437,4.75257,4.96914,5.33246,5.9181,6.82065,8.19314,10.1963,12.9252,16.3315,19.9875,23.4417,26.2777]],"t_unix":1786283167.0372813,"uid":"p00071","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.898671,4.911559,7.495609]} +{"bayer_k":30,"config":null,"config_name":null,"ink_fraction":{"black":0.46875,"blue":0.0,"green":0.0,"red":0.0,"white":0.53125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 30/64","median_raw":[12.589511,13.292647,18.933817],"median_spectrum_pct":[17.1092,17.1113,17.1137,17.1164,17.1197,17.4345,17.5994,17.6368,17.4587,17.2951,17.5822,17.4711,16.8062,15.9318,15.022,14.1066,13.3151,12.6843,12.1985,11.9025,11.6667,11.721,11.8417,11.8575,11.9446,12.1676,12.5796,13.1796,14.0766,15.3332,17.112,19.4306,22.2542,25.2409,27.9129,30.0635],"phase":"tone_fine","raster_sha1":"fb8cbb53137971ca","raw":[[12.589511,13.292647,18.921346],[12.589504,13.292465,18.933817],[12.591451,13.29488,18.939583]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[17.09,17.0921,17.0945,17.0972,17.1004,17.4167,17.5813,17.6252,17.454,17.2951,17.5822,17.4495,16.7983,15.9318,15.0177,14.1054,13.3188,12.6843,12.1985,11.9025,11.6663,11.721,11.8428,11.8612,11.9508,12.1738,12.5826,13.1832,14.0766,15.3348,17.112,19.4188,22.2584,25.2857,27.9532,30.0919],[17.1092,17.1113,17.1137,17.1164,17.1197,17.4345,17.5994,17.6368,17.4587,17.2925,17.5942,17.4819,16.8094,15.9299,15.022,14.1066,13.3122,12.6811,12.1982,11.9,11.6667,11.7226,11.8417,11.8575,11.9413,12.1656,12.578,13.179,14.0728,15.3332,17.1089,19.4306,22.2482,25.2294,27.9048,30.0427],[17.1123,17.1144,17.1167,17.1195,17.1227,17.4483,17.6117,17.6402,17.4637,17.3113,17.5693,17.4711,16.8062,15.9486,15.0265,14.1114,13.3151,12.6852,12.2002,11.9057,11.667,11.7197,11.8381,11.8564,11.9446,12.1676,12.5796,13.1796,14.0776,15.3328,17.1157,19.4386,22.2542,25.2409,27.9129,30.0635]],"t_unix":1786283212.3190303,"uid":"p00049","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.589511,13.292647,18.933817]} +{"bayer_k":2,"config":null,"config_name":null,"ink_fraction":{"black":0.03125,"blue":0.0,"green":0.0,"red":0.0,"white":0.96875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 2/64","median_raw":[32.634266,35.422501,41.224846],"median_spectrum_pct":[35.7809,35.7818,35.7829,35.7841,35.7864,36.9319,37.5478,37.8249,37.8949,38.1212,39.2249,40.0663,39.7958,39.1561,38.3093,37.2157,36.1747,35.2798,34.4919,34.0562,33.543,33.215,32.8907,32.6218,32.5369,32.5886,32.7712,32.9758,33.2599,33.5909,34.0419,34.6769,35.4871,36.305,36.9978,37.4884],"phase":"tone_fine","raster_sha1":"f587491e83f41a88","raw":[[32.646786,35.433373,41.224846],[32.634266,35.422501,41.22187],[32.622089,35.410217,41.22662]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[35.7618,35.7627,35.7638,35.765,35.7673,36.9077,37.52,37.8127,37.908,38.1531,39.2834,40.0955,39.81,39.1538,38.3093,37.2157,36.1747,35.2848,34.5036,34.0703,33.559,33.2331,32.917,32.6466,32.5598,32.6072,32.7854,32.9903,33.2786,33.602,34.0781,34.6952,35.527,36.3549,37.0189,37.513],[35.7809,35.7818,35.7829,35.7841,35.7864,36.9319,37.5478,37.8249,37.8949,38.1176,39.2249,40.0663,39.7903,39.1561,38.3096,37.2188,36.1802,35.2798,34.4919,34.0562,33.543,33.215,32.8907,32.6218,32.5369,32.5886,32.7712,32.9758,33.2599,33.5909,34.0419,34.6769,35.4871,36.305,36.9785,37.4715],[35.7896,35.7906,35.7916,35.7928,35.7952,36.9543,37.5654,37.8302,37.8823,38.1212,39.222,40.0532,39.7958,39.1594,38.3035,37.2064,36.1688,35.2648,34.479,34.0429,33.5262,33.1972,32.8745,32.6041,32.5163,32.5654,32.7483,32.9589,33.2399,33.5541,34.0147,34.631,35.4581,36.284,36.9978,37.4884]],"t_unix":1786283257.5361953,"uid":"p00021","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.634266,35.422501,41.224846]} +{"bayer_k":19,"config":null,"config_name":null,"ink_fraction":{"black":0.296875,"blue":0.0,"green":0.0,"red":0.0,"white":0.703125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 19/64","median_raw":[20.157105,21.642249,27.973146],"median_spectrum_pct":[24.7037,24.7055,24.7077,24.7101,24.7135,25.4316,25.7887,25.8778,25.7675,25.721,26.2928,26.4389,25.8004,24.9242,23.945,22.8966,21.9538,21.1758,20.5356,20.168,19.8067,19.6691,19.5848,19.4949,19.5099,19.6667,20.0066,20.4718,21.1648,22.1016,23.4171,25.1671,27.2869,29.4598,31.4052,33.0135],"phase":"tone_fine","raster_sha1":"c89748eae671698f","raw":[[20.160296,21.64599,27.973146],[20.157105,21.642249,27.976225],[20.055778,21.532706,27.905769]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[24.7037,24.7055,24.7077,24.7101,24.7135,25.4316,25.7887,25.8778,25.7675,25.721,26.292,26.4492,25.8011,24.9268,23.945,22.8966,21.9585,21.1792,20.5422,20.1739,19.8146,19.6787,19.5925,19.4969,19.5127,19.6685,20.0066,20.4845,21.1674,22.1077,23.4412,25.194,27.2869,29.4598,31.4052,33.0135],[24.7215,24.7233,24.7255,24.7279,24.7313,25.4548,25.8049,25.8819,25.7554,25.707,26.2928,26.4389,25.8004,24.9242,23.9523,22.8986,21.9538,21.1758,20.5356,20.168,19.8067,19.6691,19.5848,19.4949,19.5099,19.6667,20.0083,20.4718,21.1648,22.1016,23.4171,25.1671,27.2896,29.483,31.4365,33.0394],[24.6427,24.6446,24.6468,24.6494,24.6526,25.2127,25.5603,25.7942,25.8068,25.8176,26.3528,26.4283,25.7058,24.8056,23.8185,22.7676,21.8302,21.0551,20.4201,20.052,19.6947,19.5564,19.4729,19.3823,19.3982,19.5579,19.899,20.3665,21.0604,22.0124,23.3346,25.0876,27.2029,29.4023,31.3434,32.8925]],"t_unix":1786283302.7368906,"uid":"p00038","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.157105,21.642249,27.973146]} +{"bayer_k":4,"config":null,"config_name":null,"ink_fraction":{"black":0.0625,"blue":0.0,"green":0.0,"red":0.0,"white":0.9375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 4/64","median_raw":[31.08522,33.715359,39.746962],"median_spectrum_pct":[34.5064,34.5075,34.5088,34.5102,34.5127,35.4865,36.0545,36.4643,36.6542,36.9,37.9745,38.5581,38.1422,37.4223,36.5401,35.4334,34.4015,33.5136,32.7529,32.3188,31.8138,31.4925,31.1923,30.9454,30.8694,30.9269,31.1367,31.3791,31.7204,32.1266,32.7124,33.4815,34.4795,35.4499,36.2558,36.9339],"phase":"tone_fine","raster_sha1":"b41b90f70fa87f3e","raw":[[31.087635,33.717315,39.716237],[31.08522,33.715359,39.747746],[31.069908,33.70267,39.746962]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[34.4807,34.4818,34.4831,34.4846,34.487,35.4548,36.0321,36.4449,36.6259,36.8812,37.9766,38.5388,38.1157,37.413,36.5356,35.4334,34.4015,33.5187,32.7625,32.3291,31.8237,31.5047,31.2033,30.957,30.8801,30.944,31.1543,31.3936,31.726,32.1406,32.7124,33.4815,34.4836,35.4499,36.2558,36.9324],[34.5209,34.522,34.5233,34.5248,34.5272,35.4865,36.0545,36.4643,36.6542,36.9504,37.9745,38.5581,38.1472,37.4223,36.5447,35.4375,34.4024,33.5136,32.7529,32.3188,31.8138,31.4925,31.1923,30.9454,30.8694,30.9269,31.1367,31.3791,31.7204,32.1266,32.7264,33.5025,34.4795,35.4631,36.293,36.9339],[34.5064,34.5075,34.5088,34.5102,34.5127,35.4983,36.0739,36.4753,36.6625,36.9,37.9599,38.57,38.1422,37.4277,36.5401,35.4318,34.3959,33.5044,32.7384,32.3018,31.7953,31.4704,31.1687,30.9191,30.8429,30.9036,31.1161,31.3548,31.6942,32.113,32.6925,33.4581,34.4305,35.4347,36.2542,36.9397]],"t_unix":1786283347.9708087,"uid":"p00023","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.08522,33.715359,39.746962]} +{"bayer_k":35,"config":null,"config_name":null,"ink_fraction":{"black":0.546875,"blue":0.0,"green":0.0,"red":0.0,"white":0.453125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 35/64","median_raw":[10.401276,10.90901,16.040673],"median_spectrum_pct":[14.5583,14.5602,14.5625,14.565,14.568,14.7971,14.9189,14.9496,14.8251,14.6768,14.8818,14.6972,14.0194,13.2118,12.3803,11.5661,10.8739,10.3246,9.89817,9.64459,9.45455,9.52345,9.65642,9.68926,9.78915,10.0151,10.4158,11.0125,11.9168,13.2018,15.0468,17.5016,20.5186,23.7165,26.603,28.9908],"phase":"tone_fine","raster_sha1":"945333fda38a2324","raw":[[10.401301,10.91082,16.040673],[10.39642,10.905176,16.030647],[10.401276,10.90901,16.048577]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[14.5583,14.5602,14.5625,14.565,14.568,14.7865,14.9067,14.945,14.8251,14.6768,14.9418,14.734,14.0194,13.209,12.3803,11.5661,10.8767,10.3264,9.89817,9.64432,9.45455,9.53212,9.66083,9.69291,9.78915,10.0151,10.4191,11.0251,11.9221,13.2262,15.0661,17.5309,20.5697,23.7456,26.6594,29.0482],[14.5543,14.5562,14.5585,14.561,14.564,14.7971,14.9189,14.9496,14.8241,14.6607,14.8478,14.6747,14.0072,13.2118,12.385,11.5651,10.8729,10.3223,9.89581,9.64649,9.45336,9.5229,9.65405,9.68483,9.78751,10.0103,10.4108,11.0101,11.9061,13.1974,15.0376,17.4783,20.5097,23.6997,26.5331,28.976],[14.582,14.584,14.5862,14.5888,14.5918,14.8119,14.9316,14.955,14.8329,14.6894,14.8818,14.6972,14.0373,13.2186,12.3778,11.5678,10.8739,10.3246,9.89847,9.64459,9.45483,9.52345,9.65642,9.68926,9.79311,10.0155,10.4158,11.0125,11.9168,13.2018,15.0468,17.5016,20.5186,23.7165,26.603,28.9908]],"t_unix":1786283393.2432792,"uid":"p00054","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.401276,10.90901,16.040673]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":4,"source":"bayer","t_unix":1786283438.392291,"uid":"p01281","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":4,"source":"bayer","t_unix":1786283438.3943067,"uid":"p01282","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":4,"source":"bayer","t_unix":1786283438.3964095,"uid":"p01283","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":51,"config":null,"config_name":null,"ink_fraction":{"black":0.796875,"blue":0.0,"green":0.0,"red":0.0,"white":0.203125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 51/64","median_raw":[5.263806,5.30012,8.23343],"median_spectrum_pct":[7.69535,7.6966,7.69804,7.6997,7.70152,7.7602,7.77877,7.73701,7.59303,7.46726,7.40647,7.22004,6.87293,6.40598,5.92791,5.48307,5.11919,4.85014,4.64285,4.52864,4.46767,4.63224,4.84082,4.92837,5.04651,5.26153,5.63495,6.22036,7.12676,8.48994,10.5,13.2029,16.5976,20.2442,23.6428,26.5425],"phase":"tone_fine","raster_sha1":"21df15ff33ae94ff","raw":[[5.260447,5.296408,8.222635],[5.263806,5.30012,8.234936],[5.264741,5.300562,8.23343]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[7.68058,7.68183,7.68326,7.68491,7.68673,7.75336,7.76471,7.72843,7.60024,7.44363,7.39307,7.22004,6.87293,6.40102,5.91855,5.47795,5.11544,4.84886,4.64269,4.53044,4.46595,4.63207,4.83871,4.92808,5.04148,5.2605,5.63495,6.22036,7.12676,8.49811,10.5045,13.2029,16.6271,20.2701,23.6755,26.5501],[7.69535,7.6966,7.69804,7.6997,7.70152,7.7602,7.77877,7.73701,7.59303,7.47581,7.41976,7.22354,6.88282,6.40598,5.92791,5.48307,5.11919,4.85014,4.64616,4.52841,4.46767,4.63224,4.84082,4.92837,5.04651,5.26755,5.63611,6.22239,7.12682,8.48418,10.5,13.2063,16.5976,20.2442,23.6428,26.5425],[7.69574,7.697,7.69843,7.70008,7.70193,7.77521,7.7853,7.73879,7.58357,7.46726,7.40647,7.21961,6.86406,6.40916,5.93034,5.48669,5.12155,4.85223,4.64285,4.52864,4.46849,4.63653,4.84849,4.93115,5.04917,5.26153,5.63259,6.21709,7.12343,8.48994,10.4821,13.1889,16.5768,20.2059,23.6174,26.4087]],"t_unix":1786283438.3985775,"uid":"p00070","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.263806,5.30012,8.23343]} +{"bayer_k":37,"config":null,"config_name":null,"ink_fraction":{"black":0.578125,"blue":0.0,"green":0.0,"red":0.0,"white":0.421875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 37/64","median_raw":[9.625555,10.038903,14.950445],"median_spectrum_pct":[13.6591,13.661,13.6632,13.6657,13.6686,13.8727,13.9706,13.9573,13.7951,13.6152,13.7967,13.6286,12.9814,12.2074,11.4063,10.6202,9.96294,9.43935,9.03759,8.80391,8.64375,8.76449,8.93224,8.98311,9.08442,9.30819,9.71363,10.3129,11.2158,12.5223,14.3986,16.9114,19.9813,23.2642,26.2489,28.7377],"phase":"tone_fine","raster_sha1":"19d55d5793e8ec9f","raw":[[9.622899,10.035739,14.938382],[9.625555,10.038903,14.950445],[9.627668,10.039632,14.957104]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[13.6394,13.6413,13.6435,13.646,13.6489,13.847,13.9497,13.938,13.793,13.6326,13.7822,13.6043,12.9796,12.1979,11.3949,10.6147,9.96038,9.43886,9.03891,8.80425,8.64328,8.76074,8.93362,8.98311,9.08342,9.30746,9.71034,10.3085,11.2158,12.5183,14.4036,16.9156,19.9813,23.2642,26.2489,28.7377],[13.6689,13.6708,13.673,13.6756,13.6785,13.8727,13.9706,13.9573,13.7951,13.6049,13.7967,13.6286,12.9814,12.2085,11.4066,10.6207,9.96441,9.44071,9.03759,8.80391,8.64445,8.76661,8.92864,8.97913,9.08442,9.30819,9.71363,10.3129,11.2144,12.5223,14.3986,16.9114,19.9751,23.255,26.2362,28.7774],[13.6591,13.661,13.6632,13.6657,13.6686,13.8767,13.9804,13.9625,13.8041,13.6152,13.8027,13.6381,12.9894,12.2074,11.4063,10.6202,9.96294,9.43935,9.03637,8.80311,8.64375,8.76449,8.93224,8.98549,9.08481,9.31304,9.71738,10.316,11.2245,12.5299,14.397,16.9044,19.992,23.2955,26.2717,28.7079]],"t_unix":1786283483.6076396,"uid":"p00056","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.625555,10.038903,14.950445]} +{"bayer_k":11,"config":null,"config_name":null,"ink_fraction":{"black":0.171875,"blue":0.0,"green":0.0,"red":0.0,"white":0.828125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 11/64","median_raw":[25.850023,27.892104,34.127395],"median_spectrum_pct":[29.9239,29.9254,29.9272,29.9293,29.9323,30.8163,31.2728,31.4278,31.3915,31.4969,32.3117,32.7126,32.168,31.3674,30.4426,29.364,28.3703,27.5301,26.8247,26.4298,26.0112,25.8191,25.6563,25.4859,25.4497,25.5627,25.8347,26.1723,26.7066,27.3679,28.3238,29.5753,31.1227,32.7101,34.0733,35.1688],"phase":"tone_fine","raster_sha1":"df0f3ee22fe7cb59","raw":[[25.85401,27.892433,34.127343],[25.842747,27.882346,34.127395],[25.850023,27.892104,34.149339]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[29.9223,29.9238,29.9256,29.9277,29.9307,30.7982,31.2499,31.4233,31.3919,31.5017,32.3359,32.7126,32.1567,31.3674,30.4382,29.364,28.3703,27.5301,26.8344,26.4401,26.0235,25.8336,25.6702,25.4961,25.4691,25.5771,25.8453,26.1854,26.7105,27.3855,28.3284,29.5696,31.1216,32.7152,34.0593,35.18],[29.9239,29.9254,29.9272,29.9293,29.9323,30.8163,31.2728,31.4278,31.3915,31.4884,32.2841,32.6973,32.168,31.3664,30.4426,29.3557,28.367,27.5222,26.8227,26.4298,26.007,25.817,25.6485,25.4783,25.4494,25.5609,25.8289,26.1679,26.6917,27.3622,28.3172,29.5775,31.1227,32.7101,34.0733,35.1688],[29.961,29.9625,29.9643,29.9664,29.9694,30.8551,31.304,31.4492,31.3798,31.4969,32.3117,32.7363,32.1972,31.3911,30.462,29.373,28.3751,27.5307,26.8247,26.4287,26.0112,25.8191,25.6563,25.4859,25.4497,25.5627,25.8347,26.1723,26.7066,27.3679,28.3238,29.5753,31.1357,32.7012,34.1244,35.1379]],"t_unix":1786283528.9591556,"uid":"p00030","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.850023,27.892104,34.127395]} +{"bayer_k":22,"config":null,"config_name":null,"ink_fraction":{"black":0.34375,"blue":0.0,"green":0.0,"red":0.0,"white":0.65625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 22/64","median_raw":[17.836499,19.079356,25.461791],"median_spectrum_pct":[22.6207,22.6228,22.6252,22.6279,22.6313,23.0749,23.3506,23.5405,23.5371,23.5846,24.0589,23.9726,23.1751,22.2359,21.2253,20.1888,19.2748,18.533,17.9439,17.5981,17.279,17.1932,17.1491,17.0742,17.12,17.299,17.6555,18.1616,18.8916,19.9184,21.3637,23.2697,25.5891,28.048,30.2888,32.0755],"phase":"tone_fine","raster_sha1":"aab8e61c4f76a63b","raw":[[17.838082,19.081091,25.451832],[17.836289,19.078392,25.461791],[17.836499,19.079356,25.464627]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[22.6067,22.6088,22.6112,22.6139,22.6173,23.0589,23.3304,23.5291,23.5383,23.5778,24.0674,23.9726,23.1708,22.2337,21.2232,20.1888,19.2786,18.5338,17.9451,17.6019,17.2837,17.1958,17.1548,17.0783,17.1245,17.3042,17.6636,18.1625,18.9032,19.9184,21.3694,23.2575,25.5876,28.0479,30.2888,32.0755],[22.6207,22.6228,22.6252,22.6279,22.6313,23.0749,23.3506,23.5405,23.5339,23.5972,24.0589,23.9714,23.1751,22.2359,21.2253,20.1841,19.2727,18.533,17.9439,17.5981,17.279,17.1932,17.1491,17.0688,17.1175,17.299,17.6555,18.1616,18.8914,19.9195,21.3637,23.2697,25.6019,28.0604,30.2908,32.0755],[22.626,22.628,22.6304,22.6332,22.6365,23.0916,23.3682,23.5476,23.5371,23.5846,24.0177,23.9779,23.1856,22.2445,21.234,20.1938,19.2748,18.5326,17.9417,17.5944,17.2755,17.1894,17.1479,17.0742,17.12,17.2962,17.6539,18.1577,18.8916,19.9101,21.3615,23.2755,25.5891,28.048,30.2819,32.073]],"t_unix":1786283574.1031337,"uid":"p00041","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.836499,19.079356,25.461791]} +{"bayer_k":21,"config":null,"config_name":null,"ink_fraction":{"black":0.328125,"blue":0.0,"green":0.0,"red":0.0,"white":0.671875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 21/64","median_raw":[18.514298,19.828291,26.293638],"median_spectrum_pct":[23.3227,23.3247,23.3271,23.3298,23.3332,23.8328,24.1488,24.3275,24.2836,24.313,24.8205,24.7592,24.0038,23.0667,22.0482,20.9894,20.0562,19.2941,18.6787,18.3259,17.9971,17.8969,17.8421,17.7529,17.7919,17.9646,18.3064,18.7981,19.5142,20.5099,21.9035,23.761,26.0283,28.4064,30.5185,32.2537],"phase":"tone_fine","raster_sha1":"57230d94b2a2bcd7","raw":[[18.514298,19.829588,26.264816],[18.51393,19.825909,26.293638],[18.514526,19.828291,26.301812]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[23.3008,23.3028,23.3052,23.3079,23.3113,23.8167,24.128,24.3163,24.2478,24.2734,24.7444,24.7592,24.0038,23.0667,22.0468,20.9897,20.0576,19.2995,18.686,18.3302,18.0033,17.906,17.8492,17.7582,17.8027,17.9707,18.3155,18.7981,19.5142,20.5099,21.9108,23.761,26.032,28.4438,30.5734,32.2543],[23.3251,23.3272,23.3296,23.3323,23.3357,23.8328,24.1488,24.3275,24.2861,24.3182,24.8205,24.7439,23.9957,23.0657,22.0482,20.9894,20.0535,19.2896,18.6749,18.3257,17.9971,17.8968,17.8421,17.7529,17.7919,17.9646,18.3064,18.8006,19.5171,20.5103,21.9035,23.7584,26.0283,28.4064,30.5185,32.2537],[23.3227,23.3247,23.3271,23.3298,23.3332,23.8532,24.1667,24.3343,24.2836,24.313,24.8282,24.7768,24.0091,23.0739,22.0523,20.9885,20.0562,19.2941,18.6787,18.3259,17.9955,17.8969,17.8395,17.7511,17.7904,17.9609,18.3044,18.7897,19.5126,20.5011,21.9021,23.7673,26.0141,28.4051,30.5101,32.2481]],"t_unix":1786283619.3955681,"uid":"p00040","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.514298,19.828291,26.293638]} +{"bayer_k":54,"config":null,"config_name":null,"ink_fraction":{"black":0.84375,"blue":0.0,"green":0.0,"red":0.0,"white":0.15625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 54/64","median_raw":[4.442725,4.394098,7.016909],"median_spectrum_pct":[6.65661,6.65779,6.65915,6.66072,6.66239,6.67541,6.66109,6.61641,6.47095,6.30164,6.28683,6.09331,5.73604,5.31928,4.89127,4.48899,4.17436,3.94799,3.78403,3.69751,3.65695,3.83488,4.06922,4.1673,4.29494,4.50961,4.88061,5.46465,6.36629,7.73313,9.7559,12.4987,15.9206,19.6527,23.1414,26.0737],"phase":"tone_fine","raster_sha1":"69f702f0ab2aca9b","raw":[[4.438886,4.390777,7.00904],[4.442725,4.395796,7.023404],[4.44371,4.394098,7.016909]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[6.65257,6.65376,6.65513,6.6567,6.65837,6.66031,6.64602,6.60458,6.45937,6.30164,6.28683,6.08757,5.73604,5.31817,4.887,4.48021,4.16755,3.94573,3.78286,3.69581,3.65622,3.83341,4.0653,4.16341,4.2944,4.50701,4.88054,5.46579,6.36798,7.74405,9.76527,12.5079,15.9435,19.6649,23.1466,26.0862],[6.6625,6.66369,6.66506,6.66663,6.6683,6.67541,6.66109,6.61641,6.47095,6.31204,6.2976,6.12301,5.74962,5.32605,4.89127,4.49159,4.17436,3.94799,3.78403,3.69768,3.65701,3.83488,4.06922,4.1673,4.29494,4.50961,4.88061,5.46226,6.36629,7.73313,9.7559,12.4987,15.9206,19.6527,23.1414,26.0737],[6.65661,6.65779,6.65915,6.66072,6.66239,6.6775,6.66762,6.62253,6.48115,6.29852,6.22335,6.09331,5.73394,5.31928,4.89358,4.48899,4.17531,3.94916,3.78477,3.69751,3.65695,3.8391,4.07263,4.17018,4.29753,4.51522,4.88319,5.46465,6.36232,7.72786,9.74722,12.489,15.9125,19.6001,23.1133,26.0162]],"t_unix":1786283664.5728378,"uid":"p00073","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.442725,4.394098,7.016909]} +{"bayer_k":17,"config":null,"config_name":null,"ink_fraction":{"black":0.265625,"blue":0.0,"green":0.0,"red":0.0,"white":0.734375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 17/64","median_raw":[21.824132,23.458313,29.877577],"median_spectrum_pct":[26.3303,26.3321,26.3342,26.3366,26.3399,27.0356,27.4282,27.5941,27.5521,27.5877,28.1917,28.354,27.7048,26.8071,25.8343,24.7597,23.7998,23.0023,22.3477,21.979,21.6115,21.4606,21.3486,21.2314,21.2443,21.377,21.6763,22.1028,22.7269,23.5713,24.7636,26.3389,28.2833,30.3056,32.1052,33.5326],"phase":"tone_fine","raster_sha1":"3c317acb18cd60bb","raw":[[21.824568,23.459015,29.864311],[21.822527,23.458313,29.877577],[21.824132,23.458298,29.890236]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[26.3074,26.3092,26.3113,26.3137,26.3169,27.0144,27.4056,27.5814,27.5521,27.5753,28.1875,28.354,27.6903,26.7968,25.824,24.7539,23.7992,23.0034,22.3492,21.9839,21.6207,21.4721,21.3566,21.2377,21.2483,21.3786,21.6817,22.1074,22.7269,23.5713,24.7611,26.3389,28.2833,30.3056,32.1052,33.5235],[26.3303,26.3321,26.3342,26.3366,26.3399,27.0356,27.4282,27.5941,27.5508,27.5878,28.1917,28.3532,27.7048,26.8071,25.8343,24.7597,23.8007,23.0017,22.3477,21.979,21.6115,21.4606,21.3486,21.2314,21.2403,21.3722,21.6734,22.1017,22.7292,23.5766,24.7727,26.3597,28.2997,30.3166,32.1032,33.5326],[26.3488,26.3506,26.3527,26.3551,26.3584,27.0579,27.4489,27.607,27.5606,27.5877,28.1965,28.3555,27.7062,26.8114,25.8372,24.7627,23.7998,23.0023,22.346,21.9742,21.6082,21.4566,21.3477,21.2288,21.2443,21.377,21.6763,22.1028,22.7269,23.5672,24.7636,26.3364,28.2731,30.298,32.1159,33.5455]],"t_unix":1786283709.7222302,"uid":"p00036","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.824132,23.458313,29.877577]} +{"bayer_k":44,"config":null,"config_name":null,"ink_fraction":{"black":0.6875,"blue":0.0,"green":0.0,"red":0.0,"white":0.3125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 44/64","median_raw":[7.70033,7.956135,11.964095],"median_spectrum_pct":[11.014,11.0156,11.0175,11.0196,11.0221,11.1728,11.2358,11.2,11.0178,10.879,10.9123,10.8025,10.2548,9.6235,8.97824,8.35163,7.83795,7.44563,7.14596,6.97225,6.84922,6.95352,7.1161,7.17924,7.28392,7.4978,7.87712,8.44783,9.32445,10.6319,12.532,15.1012,18.3034,21.7365,24.9162,27.5547],"phase":"tone_fine","raster_sha1":"817f5be5046b3ee1","raw":[[7.693853,7.95118,11.947507],[7.70033,7.956135,11.964095],[7.703961,7.960438,11.973282]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[10.9931,10.9947,10.9966,10.9987,11.0011,11.1517,11.2137,11.183,10.9987,10.8715,10.9123,10.7961,10.2447,9.6141,8.968,8.34675,7.83633,7.44174,7.14093,6.96706,6.84632,6.95267,7.113,7.17178,7.28037,7.48967,7.86972,8.44167,9.3207,10.6319,12.5344,15.1012,18.2924,21.7503,24.9605,27.5999],[11.014,11.0156,11.0175,11.0196,11.0221,11.1728,11.2358,11.2,11.0178,10.8916,10.8908,10.8025,10.2548,9.6235,8.97824,8.35163,7.83795,7.44563,7.14596,6.97225,6.84922,6.95352,7.1161,7.17924,7.28392,7.49819,7.87712,8.44783,9.32445,10.6379,12.532,15.1024,18.3034,21.7365,24.9162,27.5426],[11.0223,11.0239,11.0258,11.0279,11.0303,11.1851,11.2444,11.204,11.0363,10.879,10.9135,10.816,10.263,9.63603,8.98409,8.35725,7.8412,7.44724,7.1467,6.97318,6.85429,6.95932,7.11963,7.18172,7.287,7.4978,7.87791,8.45253,9.32481,10.6313,12.5288,15.0956,18.3244,21.7305,24.9,27.5547]],"t_unix":1786283754.9878457,"uid":"p00063","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.70033,7.956135,11.964095]} +{"bayer_k":1,"config":null,"config_name":null,"ink_fraction":{"black":0.015625,"blue":0.0,"green":0.0,"red":0.0,"white":0.984375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 1/64","median_raw":[33.69024,36.584886,42.153524],"median_spectrum_pct":[36.5204,36.5212,36.5221,36.5232,36.5252,37.5417,38.1701,38.6289,38.826,39.1639,40.3303,41.1423,40.8312,40.2146,39.421,38.3678,37.3544,36.4753,35.7061,35.2846,34.7731,34.4342,34.095,33.8064,33.7042,33.7309,33.8882,34.0483,34.2705,34.5303,34.8967,35.3876,36.0852,36.7525,37.312,37.7631],"phase":"tone_fine","raster_sha1":"13ce66872eb8d7c5","raw":[[33.874542,36.785267,42.282068],[33.69024,36.584886,42.151282],[33.674471,36.571234,42.153524]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[36.6387,36.6394,36.6402,36.6412,36.6433,37.8822,38.519,38.759,38.7929,39.0871,40.294,41.2208,41.0085,40.4287,39.647,38.5897,37.5753,36.689,35.9129,35.4942,34.9806,34.6409,34.3012,34.0162,33.9148,33.9393,34.0877,34.2427,34.4622,34.7076,35.0578,35.5579,36.2404,36.9067,37.4331,37.8604],[36.4989,36.4997,36.5006,36.5016,36.5036,37.5332,38.163,38.6289,38.8457,39.1639,40.3303,41.1423,40.8249,40.2133,39.421,38.3678,37.3544,36.4753,35.7061,35.2846,34.7731,34.4342,34.095,33.8064,33.7042,33.7309,33.8882,34.0483,34.2705,34.5303,34.8967,35.3876,36.0852,36.7439,37.312,37.7591],[36.5204,36.5212,36.5221,36.5232,36.5252,37.5417,38.1701,38.6237,38.826,39.1674,40.358,41.1407,40.8312,40.2146,39.4183,38.3595,37.3459,36.4598,35.6884,35.2654,34.7486,34.4093,34.0693,33.7807,33.6832,33.712,33.8685,34.0289,34.2545,34.5062,34.881,35.3747,36.0635,36.7525,37.307,37.7631]],"t_unix":1786283800.153253,"uid":"p00020","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.69024,36.584886,42.153524]} +{"bayer_k":28,"config":null,"config_name":null,"ink_fraction":{"black":0.4375,"blue":0.0,"green":0.0,"red":0.0,"white":0.5625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 28/64","median_raw":[14.048397,14.905316,20.878595],"median_spectrum_pct":[18.7433,18.7455,18.7479,18.7507,18.754,19.0944,19.3059,19.4089,19.2967,19.2054,19.5205,19.3618,18.608,17.6978,16.7559,15.7978,14.9782,14.329,13.8076,13.5048,13.2414,13.2269,13.2745,13.257,13.3308,13.5298,13.9046,14.4461,15.2535,16.4098,18.0453,20.2163,22.9059,25.7415,28.3083,30.3921],"phase":"tone_fine","raster_sha1":"243cca2611787227","raw":[[14.049729,14.90694,20.876523],[14.048397,14.905316,20.878595],[14.046986,14.903692,20.878613]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[18.7422,18.7444,18.7468,18.7496,18.7529,19.074,19.284,19.3954,19.2987,19.2287,19.5514,19.3807,18.608,17.6914,16.7522,15.7955,14.9812,14.329,13.8076,13.5051,13.2425,13.2305,13.2793,13.2621,13.3348,13.5314,13.9046,14.4549,15.269,16.4222,18.0666,20.2308,22.9194,25.7554,28.3384,30.4146],[18.7483,18.7505,18.7529,18.7557,18.759,19.0944,19.3059,19.4089,19.2967,19.2054,19.5205,19.3618,18.606,17.6978,16.7563,15.7978,14.9782,14.3297,13.8079,13.5048,13.2414,13.2269,13.2745,13.257,13.3308,13.5298,13.9054,14.4461,15.2513,16.4098,18.0453,20.2163,22.9059,25.7415,28.3083,30.3848],[18.7433,18.7455,18.7479,18.7507,18.754,19.1031,19.317,19.4145,19.2902,19.2019,19.4998,19.3568,18.6121,17.7005,16.7559,15.7984,14.9777,14.3272,13.805,13.4995,13.2389,13.2267,13.2733,13.2567,13.3283,13.5249,13.9006,14.4459,15.2535,16.4083,18.0436,20.211,22.9028,25.7049,28.2849,30.3921]],"t_unix":1786283845.3029757,"uid":"p00047","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.048397,14.905316,20.878595]} +{"battery_mv":0,"bayer_k":49,"config":null,"config_name":null,"ink_fraction":{"black":0.765625,"blue":0.0,"green":0.0,"red":0.0,"white":0.234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 49/64","median_raw":[5.93826,6.024449,9.225864],"median_spectrum_pct":[8.60944,8.6108,8.61237,8.61417,8.61615,8.68483,8.71822,8.68817,8.51564,8.31089,8.25033,8.16031,7.76954,7.25177,6.74004,6.25323,5.85915,5.56095,5.32871,5.20191,5.13008,5.2839,5.4909,5.5758,5.69176,5.90691,6.26807,6.83763,7.73199,9.07666,11.0255,13.6756,16.9811,20.5792,23.901,26.6493],"phase":"tone_fine","raster_sha1":"0d04f2cf637da941","raw":[[5.93235,6.020497,9.207185],[5.93826,6.024449,9.225864],[5.941367,6.027053,9.232558]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[8.5813,8.58264,8.58419,8.58597,8.58795,8.67051,8.70476,8.67278,8.49516,8.30074,8.24328,8.15507,7.75035,7.24872,6.74004,6.25378,5.85815,5.55641,5.32777,5.20056,5.12815,5.28239,5.48726,5.57055,5.68541,5.89576,6.26613,6.83153,7.72505,9.07894,11.0255,13.6756,16.9924,20.5862,23.918,26.6791],[8.60944,8.6108,8.61237,8.61417,8.61615,8.68483,8.71822,8.68817,8.51564,8.32087,8.25033,8.18685,7.76954,7.25177,6.73984,6.25088,5.86128,5.56095,5.32871,5.20191,5.13008,5.2839,5.4909,5.5758,5.69193,5.90733,6.26807,6.83763,7.73199,9.07453,11.031,13.6891,16.9811,20.5792,23.901,26.6426],[8.61644,8.6178,8.61937,8.62117,8.62316,8.69749,8.73211,8.70142,8.51664,8.31089,8.27053,8.16031,7.77503,7.26382,6.74551,6.25323,5.85915,5.56308,5.33316,5.20452,5.13301,5.28766,5.49449,5.57731,5.69176,5.90691,6.27293,6.84135,7.73552,9.07666,11.0254,13.6718,16.9652,20.5619,23.879,26.6493]],"t_unix":1786283890.5227644,"uid":"p00068","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.93826,6.024449,9.225864]} +{"bayer_k":34,"config":null,"config_name":null,"ink_fraction":{"black":0.53125,"blue":0.0,"green":0.0,"red":0.0,"white":0.46875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 34/64","median_raw":[10.739509,11.255909,16.666276],"median_spectrum_pct":[15.16,15.162,15.1644,15.1671,15.1703,15.4341,15.5797,15.5804,15.3813,15.177,15.364,15.2401,14.5425,13.683,12.7976,11.9443,11.2149,10.6364,10.1862,9.92375,9.73821,9.835,9.97548,10.0051,10.1007,10.324,10.7131,11.2986,12.1719,13.4428,15.2421,17.6549,20.6211,23.802,26.672,28.9807],"phase":"tone_fine","raster_sha1":"c1041aa75905b3ef","raw":[[10.739509,11.255909,16.665823],[10.739394,11.25505,16.666276],[10.744274,11.26004,16.67861]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[15.1513,15.1534,15.1557,15.1584,15.1616,15.4178,15.5619,15.5717,15.3814,15.1804,15.4114,15.2401,14.5263,13.6803,12.7969,11.9449,11.2149,10.6359,10.1862,9.92081,9.73815,9.835,9.9744,10.002,10.1007,10.324,10.7131,11.2986,12.1768,13.4477,15.2592,17.6549,20.6363,23.8195,26.6972,29.0539],[15.16,15.162,15.1644,15.1671,15.1703,15.4341,15.5797,15.5804,15.37,15.177,15.3604,15.234,14.5425,13.683,12.7976,11.9407,11.2128,10.6364,10.1837,9.92375,9.73821,9.83434,9.97548,10.0051,10.1003,10.3198,10.7086,11.2945,12.1658,13.4369,15.2309,17.6432,20.6182,23.7724,26.6583,28.9807],[15.1734,15.1755,15.1779,15.1806,15.1838,15.4534,15.601,15.5948,15.3813,15.1626,15.364,15.2678,14.5486,13.6967,12.8067,11.9443,11.2167,10.6389,10.1891,9.92485,9.73976,9.83831,9.97908,10.006,10.1032,10.3274,10.7152,11.2986,12.1719,13.4428,15.2421,17.6617,20.6211,23.802,26.672,28.9696]],"t_unix":1786283937.0631955,"uid":"p00053","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.739509,11.255909,16.666276]} +{"bayer_k":15,"config":null,"config_name":null,"ink_fraction":{"black":0.234375,"blue":0.0,"green":0.0,"red":0.0,"white":0.765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 15/64","median_raw":[23.051215,24.793758,31.152355],"median_spectrum_pct":[27.4159,27.4176,27.4196,27.4219,27.4251,28.2219,28.6444,28.7943,28.697,28.6798,29.307,29.5943,29.0246,28.171,27.2187,26.1459,25.1768,24.3649,23.6961,23.3194,22.9408,22.7943,22.6774,22.549,22.5471,22.6813,22.9637,23.3664,23.9565,24.7357,25.8559,27.3122,29.1398,30.9719,32.6495,33.9173],"phase":"tone_fine","raster_sha1":"924fd9cb9fa1b5b8","raw":[[23.057247,24.799523,31.143306],[23.051215,24.793758,31.152355],[23.049835,24.793714,31.169457]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[27.4027,27.4044,27.4064,27.4087,27.4119,28.2002,28.6212,28.7795,28.697,28.6798,29.307,29.5943,29.02,28.1603,27.2114,26.1463,25.179,24.3706,23.7073,23.3281,22.951,22.8057,22.6911,22.5625,22.5595,22.6941,22.9732,23.3773,23.9609,24.7464,25.8634,27.3122,29.1398,30.9719,32.6495,33.9223],[27.4159,27.4176,27.4196,27.4219,27.4251,28.2219,28.6444,28.7943,28.7095,28.6767,29.2656,29.5914,29.0292,28.1727,27.2187,26.144,25.1749,24.3649,23.696,23.3194,22.9408,22.7943,22.6774,22.549,22.5471,22.6813,22.9637,23.3664,23.9565,24.7357,25.8559,27.3332,29.1465,30.9765,32.6605,33.9173],[27.4183,27.42,27.4219,27.4242,27.4275,28.237,28.6592,28.8035,28.695,28.726,29.327,29.6173,29.0246,28.171,27.2196,26.1459,25.1768,24.3645,23.6961,23.3167,22.9388,22.7917,22.6704,22.5396,22.5381,22.6757,22.9568,23.3503,23.938,24.7183,25.8318,27.3091,29.1347,30.965,32.6265,33.8917]],"t_unix":1786283982.2989316,"uid":"p00034","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.051215,24.793758,31.152355]} +{"bayer_k":58,"config":null,"config_name":null,"ink_fraction":{"black":0.90625,"blue":0.0,"green":0.0,"red":0.0,"white":0.09375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 58/64","median_raw":[3.229671,3.06824,5.140378],"median_spectrum_pct":[4.9668,4.96777,4.9689,4.97018,4.97157,5.00417,4.9773,4.89963,4.72117,4.53986,4.44191,4.281,4.045,3.7096,3.36833,3.06247,2.82225,2.65549,2.53582,2.47413,2.46552,2.68491,2.95344,3.06661,3.1874,3.40178,3.7708,4.35193,5.26221,6.64147,8.6907,11.506,15.0137,18.8119,22.407,25.3944],"phase":"tone_fine","raster_sha1":"5b87a289ac1361b1","raw":[[3.229671,3.06888,5.140874],[3.230651,3.06824,5.130924],[3.223513,3.060804,5.140378]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[4.96315,4.96412,4.96522,4.96649,4.9679,5.00417,4.9773,4.89613,4.72117,4.54792,4.44191,4.281,4.04536,3.70966,3.36833,3.06359,2.82246,2.65672,2.53582,2.47662,2.46552,2.68491,2.95344,3.06661,3.1874,3.40119,3.7708,4.35193,5.26221,6.65051,8.71423,11.5176,15.0292,18.8723,22.4671,25.4754],[4.96932,4.97029,4.9714,4.97267,4.97409,5.01875,4.98964,4.90429,4.69818,4.51417,4.37162,4.26975,4.0421,3.7096,3.3712,3.06247,2.82225,2.65549,2.53672,2.47413,2.46893,2.69026,2.95874,3.0705,3.19194,3.40574,3.77584,4.35629,5.26704,6.64147,8.6907,11.506,15.0137,18.8119,22.407,25.3944],[4.9668,4.96777,4.9689,4.97018,4.97157,4.98029,4.95104,4.89963,4.74274,4.53986,4.47517,4.28816,4.045,3.70488,3.35197,3.04734,2.80797,2.6477,2.52686,2.46779,2.46045,2.67654,2.94573,3.0611,3.18365,3.40178,3.76707,4.34403,5.24909,6.63771,8.66843,11.4626,14.9575,18.7674,22.3589,25.3725]],"t_unix":1786284027.4716935,"uid":"p00077","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.229671,3.06824,5.140378]} +{"bayer_k":7,"config":null,"config_name":null,"ink_fraction":{"black":0.109375,"blue":0.0,"green":0.0,"red":0.0,"white":0.890625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 7/64","median_raw":[29.160956,31.557285,37.50329],"median_spectrum_pct":[32.6832,32.6844,32.6858,32.6875,32.69,33.5838,34.1228,34.4763,34.5717,34.7536,35.6617,36.2047,35.7812,35.0633,34.2013,33.14,32.15,31.3037,30.5873,30.1954,29.7396,29.4727,29.2235,29.0032,28.9331,28.9981,29.2193,29.4679,29.8446,30.3275,31.0037,31.9154,33.0972,34.2975,35.3341,36.0873],"phase":"tone_fine","raster_sha1":"2399729e3c2acc1d","raw":[[29.169286,31.562003,37.50329],[29.154567,31.548316,37.496016],[29.160956,31.557285,37.520127]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[32.6814,32.6827,32.6841,32.6857,32.6882,33.5773,34.1122,34.4763,34.5633,34.7821,35.6977,36.2093,35.7812,35.0633,34.2013,33.14,32.15,31.3068,30.5954,30.2061,29.7505,29.4843,29.2401,29.0203,28.9587,29.0224,29.2426,29.4986,29.8779,30.3567,31.035,31.9312,33.1248,34.3431,35.3558,36.1195],[32.6832,32.6844,32.6858,32.6875,32.69,33.5838,34.1228,34.4755,34.5717,34.7488,35.6328,36.195,35.7803,35.0582,34.1917,33.1293,32.1439,31.2995,30.583,30.1894,29.7352,29.4657,29.2235,29.0017,28.9323,28.9981,29.2193,29.4626,29.8446,30.3275,30.9995,31.9154,33.0972,34.2975,35.3341,36.0691],[32.7162,32.7174,32.7188,32.7205,32.723,33.618,34.1555,34.5038,34.5777,34.7536,35.6617,36.2047,35.8064,35.0884,34.2116,33.146,32.1511,31.3037,30.5873,30.1954,29.7396,29.4727,29.2222,29.0032,28.9331,28.9954,29.2119,29.4679,29.8427,30.3263,31.0037,31.9084,33.0947,34.2768,35.3086,36.0873]],"t_unix":1786284072.6443222,"uid":"p00026","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.160956,31.557285,37.50329]} +{"bayer_k":6,"config":null,"config_name":null,"ink_fraction":{"black":0.09375,"blue":0.0,"green":0.0,"red":0.0,"white":0.90625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 6/64","median_raw":[29.856161,32.350691,38.399863],"median_spectrum_pct":[33.4253,33.4265,33.4279,33.4295,33.4321,34.392,34.9445,35.2732,35.3822,35.6129,36.5493,37.1379,36.7157,35.9967,35.103,34.0057,32.9912,32.1185,31.3805,30.9644,30.4832,30.1799,29.902,29.6691,29.596,29.6543,29.8761,30.1265,30.4898,30.9424,31.5885,32.4636,33.5777,34.7016,35.6213,36.4076],"phase":"tone_fine","raster_sha1":"901b6fdd2242843f","raw":[[29.866915,32.35785,38.399233],[29.856161,32.34829,38.399863],[29.856034,32.350691,38.418215]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[33.4252,33.4264,33.4278,33.4294,33.4319,34.3792,34.9309,35.2732,35.3881,35.6129,36.5322,37.1671,36.7157,35.9967,35.0955,34.0045,32.993,32.1213,31.392,30.9811,30.4996,30.1942,29.9171,29.6831,29.6122,29.6715,29.8857,30.1476,30.517,30.984,31.6283,32.4806,33.6055,34.7409,35.6446,36.4156],[33.4253,33.4265,33.4279,33.4295,33.4321,34.392,34.9445,35.272,35.3739,35.6137,36.5493,37.1379,36.6984,35.9906,35.103,34.0057,32.989,32.115,31.3779,30.9643,30.4832,30.1799,29.902,29.6691,29.596,29.6543,29.8761,30.1265,30.4898,30.9421,31.5885,32.4636,33.5475,34.7016,35.6213,36.4076],[33.4345,33.4357,33.4371,33.4387,33.4413,34.4318,34.9777,35.2988,35.3822,35.6095,36.551,37.1304,36.7242,36.0185,35.1138,34.0126,32.9912,32.1185,31.3805,30.9644,30.4805,30.1748,29.8948,29.6572,29.5895,29.6464,29.8653,30.1089,30.481,30.9424,31.5694,32.458,33.5777,34.6855,35.6188,36.3707]],"t_unix":1786284118.0508182,"uid":"p00025","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.856161,32.350691,38.399863]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 64/64","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"tone_fine","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":4,"source":"bayer","t_unix":1786284163.190097,"uid":"p00083","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":40,"config":null,"config_name":null,"ink_fraction":{"black":0.625,"blue":0.0,"green":0.0,"red":0.0,"white":0.375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 40/64","median_raw":[8.946964,9.316742,13.705131],"median_spectrum_pct":[12.5184,12.5202,12.5221,12.5244,12.527,12.7217,12.812,12.8028,12.653,12.5014,12.5937,12.4495,11.8876,11.2065,10.499,9.80964,9.23679,8.79084,8.44448,8.24319,8.09588,8.18783,8.33539,8.37913,8.47688,8.69457,9.07255,9.64162,10.5175,11.7846,13.6318,16.1371,19.2237,22.555,25.5711,28.1051],"phase":"tone_fine","raster_sha1":"0d1e013804ca1310","raw":[[8.946964,9.317718,13.704081],[8.947126,9.316742,13.705131],[8.94685,9.316373,13.711693]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[12.5184,12.5202,12.5221,12.5244,12.527,12.7021,12.7983,12.8004,12.653,12.512,12.5882,12.4804,11.8879,11.2022,10.4994,9.80964,9.23566,8.79084,8.44645,8.2437,8.09455,8.18684,8.33539,8.37913,8.47923,8.69857,9.07257,9.64868,10.5185,11.7918,13.6463,16.1548,19.255,22.596,25.5999,28.1827],[12.5164,12.5181,12.52,12.5223,12.5249,12.7217,12.812,12.8028,12.6472,12.5014,12.5965,12.4377,11.8876,11.2065,10.4952,9.80756,9.23823,8.79232,8.44448,8.24192,8.09591,8.19037,8.33702,8.38045,8.47688,8.69415,9.07255,9.64162,10.5175,11.7748,13.6165,16.1244,19.2237,22.552,25.5711,28.1051],[12.5227,12.5244,12.5264,12.5286,12.5312,12.725,12.8238,12.8179,12.6587,12.4896,12.5937,12.4495,11.8804,11.2106,10.499,9.8104,9.23679,8.78969,8.4441,8.24319,8.09588,8.18783,8.33083,8.37842,8.47647,8.69457,9.0639,9.62861,10.5074,11.7846,13.6318,16.1371,19.2213,22.555,25.5601,28.0986]],"t_unix":1786284163.1926155,"uid":"p00059","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.946964,9.316742,13.705131]} +{"bayer_k":36,"config":null,"config_name":null,"ink_fraction":{"black":0.5625,"blue":0.0,"green":0.0,"red":0.0,"white":0.4375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 36/64","median_raw":[10.041892,10.493144,15.577887],"median_spectrum_pct":[14.1904,14.1924,14.1946,14.1972,14.2002,14.4491,14.5675,14.5567,14.372,14.1947,14.3489,14.1816,13.5182,12.7293,11.9107,11.1084,10.4302,9.89391,9.48324,9.24392,9.06958,9.17232,9.32357,9.36119,9.45846,9.67856,10.0688,10.6557,11.5355,12.8058,14.6391,17.0953,20.1212,23.3659,26.3137,28.7343],"phase":"tone_fine","raster_sha1":"56d71b2f823fd83e","raw":[[10.033895,10.485832,15.551036],[10.041892,10.493144,15.577887],[10.04467,10.493478,15.588912]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[14.1713,14.1733,14.1755,14.1781,14.1811,14.428,14.5466,14.5329,14.3471,14.1417,14.338,14.1816,13.5119,12.7195,11.8988,11.097,10.4266,9.89092,9.47999,9.23872,9.06897,9.17232,9.31719,9.35507,9.4562,9.6752,10.0637,10.6517,11.5355,12.8009,14.6425,17.105,20.1212,23.3659,26.3137,28.7343],[14.1904,14.1924,14.1946,14.1972,14.2002,14.4491,14.5675,14.5567,14.372,14.1947,14.3489,14.1966,13.5279,12.7293,11.9107,11.1115,10.4302,9.89391,9.48404,9.24397,9.07129,9.17623,9.32437,9.36119,9.45846,9.67876,10.0688,10.6557,11.5344,12.8058,14.6351,17.0953,20.1331,23.3724,26.335,28.72],[14.1987,14.2006,14.2029,14.2054,14.2085,14.4646,14.5856,14.5639,14.382,14.2115,14.3604,14.1736,13.5182,12.7408,11.912,11.1084,10.4312,9.89493,9.48324,9.24392,9.06958,9.17219,9.32357,9.36816,9.46503,9.67856,10.0723,10.658,11.5376,12.8088,14.6391,17.0835,20.1135,23.3311,26.2771,28.7515]],"t_unix":1786284208.501698,"uid":"p00055","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.041892,10.493144,15.577887]} +{"bayer_k":27,"config":null,"config_name":null,"ink_fraction":{"black":0.421875,"blue":0.0,"green":0.0,"red":0.0,"white":0.578125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 27/64","median_raw":[14.393684,15.235126,21.285928],"median_spectrum_pct":[19.1325,19.1346,19.1371,19.1399,19.1434,19.5655,19.7585,19.7767,19.5938,19.5144,19.8834,19.7198,18.9649,18.0512,17.0894,16.1232,15.2869,14.6127,14.0821,13.7777,13.536,13.5928,13.6875,13.6766,13.7486,13.9425,14.3226,14.8717,15.6941,16.844,18.4851,20.6626,23.3151,26.1514,28.6651,30.7112],"phase":"tone_fine","raster_sha1":"d46ef397650cd681","raw":[[14.390788,15.234384,21.266517],[14.396448,15.239729,21.289941],[14.393684,15.235126,21.285928]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[19.0984,19.1006,19.103,19.1058,19.1093,19.5333,19.7291,19.7582,19.5884,19.5084,19.8879,19.7198,18.9569,18.0482,17.0852,16.1147,15.2831,14.6088,14.0789,13.7782,13.5375,13.5928,13.6875,13.6731,13.7486,13.9425,14.3244,14.8717,15.6941,16.844,18.4907,20.6679,23.3056,26.1514,28.6898,30.7855],[19.1332,19.1353,19.1378,19.1406,19.1441,19.5655,19.7585,19.7767,19.5938,19.5502,19.8834,19.7378,18.9739,18.0566,17.0974,16.125,15.2881,14.6134,14.0832,13.7777,13.536,13.5945,13.6889,13.6773,13.7488,13.9444,14.3226,14.8778,15.6976,16.8419,18.4851,20.6626,23.3371,26.165,28.6651,30.7112],[19.1325,19.1346,19.1371,19.1399,19.1434,19.5787,19.7732,19.7822,19.6024,19.5144,19.8383,19.7131,18.9649,18.0512,17.0894,16.1232,15.2869,14.6127,14.0821,13.7759,13.5325,13.5862,13.6865,13.6766,13.7458,13.9395,14.3121,14.8714,15.6928,16.8449,18.4795,20.6418,23.3151,26.1338,28.6399,30.7001]],"t_unix":1786284253.6831164,"uid":"p00046","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.393684,15.235126,21.285928]} +{"bayer_k":8,"config":null,"config_name":null,"ink_fraction":{"black":0.125,"blue":0.0,"green":0.0,"red":0.0,"white":0.875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 8/64","median_raw":[27.993873,30.260001,36.527569],"median_spectrum_pct":[31.8935,31.8949,31.8966,31.8985,31.9012,32.7268,33.2345,33.5889,33.7138,33.949,34.7884,35.1685,34.637,33.8374,32.9178,31.8253,30.8132,29.9507,29.2206,28.8116,28.3626,28.1222,27.9051,27.7061,27.6623,27.7499,27.9893,28.287,28.7325,29.3039,30.0931,31.1448,32.4585,33.7895,34.9889,35.9089],"phase":"tone_fine","raster_sha1":"51db0a4208569cfd","raw":[[28.000928,30.267423,36.526499],[27.993873,30.260001,36.5432],[27.988525,30.256408,36.527569]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[31.8749,31.8764,31.878,31.8799,31.8826,32.7005,33.2121,33.5775,33.7138,33.949,34.7884,35.1685,34.6335,33.8374,32.9178,31.8253,30.8132,29.953,29.2299,28.8246,28.3802,28.1389,27.921,27.7205,27.6735,27.7641,28.0118,28.3034,28.7419,29.3056,30.0931,31.1662,32.4758,33.8047,34.9912,35.9089],[31.9027,31.9042,31.9058,31.9078,31.9105,32.7268,33.2345,33.5889,33.7262,33.9645,34.7895,35.1833,34.637,33.8339,32.9166,31.8239,30.8076,29.9505,29.2206,28.8116,28.3626,28.1222,27.9051,27.7061,27.6623,27.7499,27.9893,28.287,28.7325,29.3039,30.0951,31.1448,32.4585,33.7895,34.9889,35.9124],[31.8935,31.8949,31.8966,31.8985,31.9012,32.7524,33.2655,33.6087,33.7095,33.864,34.6985,35.1407,34.6396,33.85,32.9185,31.8278,30.8132,29.9507,29.2186,28.8081,28.3597,28.1212,27.9021,27.6957,27.6498,27.7431,27.9842,28.2766,28.7222,29.2735,30.0585,31.1075,32.4091,33.75,34.908,35.8331]],"t_unix":1786284298.93353,"uid":"p00027","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.993873,30.260001,36.527569]} +{"bayer_k":18,"config":null,"config_name":null,"ink_fraction":{"black":0.28125,"blue":0.0,"green":0.0,"red":0.0,"white":0.71875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 18/64","median_raw":[20.915773,22.462653,28.938015],"median_spectrum_pct":[25.5277,25.5296,25.5318,25.5343,25.5376,26.1761,26.5525,26.7567,26.7147,26.7586,27.3446,27.3957,26.6956,25.774,24.7861,23.7217,22.7742,21.9887,21.3469,20.9762,20.6172,20.473,20.3691,20.2581,20.2765,20.4185,20.7362,21.1769,21.8248,22.71,23.9677,25.6091,27.6308,29.7389,31.6501,33.1912],"phase":"tone_fine","raster_sha1":"709f1d54aa659731","raw":[[20.916876,22.463939,28.931899],[20.914015,22.458837,28.938015],[20.915773,22.462653,28.961261]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[25.505,25.5069,25.509,25.5115,25.5148,26.152,26.5286,26.7461,26.7129,26.7586,27.3446,27.3957,26.6956,25.774,24.7838,23.7217,22.7786,21.9919,21.3509,20.9809,20.623,20.4734,20.3732,20.2676,20.2824,20.4237,20.7395,21.186,21.8368,22.7151,23.9677,25.6091,27.6385,29.7389,31.6501,33.1956],[25.5277,25.5296,25.5318,25.5343,25.5376,26.1761,26.5525,26.7567,26.7147,26.7569,27.3048,27.3785,26.682,25.7707,24.7861,23.7205,22.7735,21.9868,21.3469,20.9762,20.6172,20.473,20.3691,20.2567,20.272,20.4139,20.7362,21.1769,21.8238,22.7054,23.9612,25.608,27.6156,29.7314,31.6049,33.1008],[25.552,25.554,25.5561,25.5587,25.562,26.187,26.5669,26.7649,26.7348,26.7863,27.3501,27.4334,26.7188,25.7858,24.7932,23.7266,22.7742,21.9887,21.3433,20.9739,20.6111,20.4618,20.3623,20.2581,20.2765,20.4185,20.7295,21.1737,21.8248,22.71,23.9705,25.6263,27.6308,29.7637,31.6549,33.1912]],"t_unix":1786284344.0942242,"uid":"p00037","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.915773,22.462653,28.938015]} +{"bayer_k":41,"config":null,"config_name":null,"ink_fraction":{"black":0.640625,"blue":0.0,"green":0.0,"red":0.0,"white":0.359375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 41/64","median_raw":[8.591934,8.924912,13.28567],"median_spectrum_pct":[12.1657,12.1675,12.1694,12.1717,12.1743,12.3312,12.4219,12.4151,12.2745,12.1335,12.2073,12.0768,11.4684,10.7729,10.0677,9.38886,8.82695,8.39153,8.05423,7.8595,7.71883,7.81895,7.97246,8.02331,8.12911,8.34357,8.71658,9.2868,10.152,11.4383,13.2996,15.8233,18.9435,22.3112,25.4182,27.9701],"phase":"tone_fine","raster_sha1":"59f5c0f0a00ec81b","raw":[[8.591205,8.924912,13.280939],[8.591934,8.923369,13.28567],[8.596139,8.929126,13.298394]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[12.1524,12.1541,12.1561,12.1584,12.161,12.3202,12.4069,12.4028,12.2577,12.1359,12.2217,12.0768,11.4684,10.767,10.066,9.38886,8.82695,8.39153,8.05423,7.85959,7.71883,7.81895,7.97246,8.02331,8.12911,8.34043,8.72093,9.28889,10.152,11.4331,13.2996,15.8233,18.9553,22.3112,25.4182,27.9993],[12.1804,12.1821,12.1841,12.1864,12.189,12.3312,12.4219,12.4151,12.2745,12.1335,12.1622,12.0488,11.4662,10.7729,10.0677,9.38756,8.82681,8.39012,8.05502,7.8595,7.7174,7.81793,7.97245,8.02308,8.12502,8.34357,8.71658,9.28269,10.1493,11.4383,13.2892,15.8142,18.9395,22.2816,25.3858,27.9701],[12.1657,12.1675,12.1694,12.1717,12.1743,12.3443,12.4337,12.4231,12.2908,12.1302,12.2073,12.079,11.4841,10.7833,10.076,9.39798,8.82948,8.39372,8.05416,7.85915,7.71937,7.82403,7.976,8.02475,8.13048,8.34598,8.71484,9.2868,10.1593,11.447,13.3159,15.8294,18.9435,22.3215,25.4249,27.9384]],"t_unix":1786284389.306233,"uid":"p00060","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.591934,8.924912,13.28567]} +{"bayer_k":46,"config":null,"config_name":null,"ink_fraction":{"black":0.71875,"blue":0.0,"green":0.0,"red":0.0,"white":0.28125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 46/64","median_raw":[7.024795,7.200349,10.935626],"median_spectrum_pct":[10.1057,10.1072,10.109,10.111,10.1133,10.2361,10.2848,10.2551,10.0994,9.92059,9.95401,9.77293,9.28499,8.68144,8.08823,7.51847,7.05158,6.69373,6.42116,6.26878,6.171,6.31239,6.50391,6.57515,6.68349,6.89674,7.27796,7.84973,8.73017,10.0525,11.9711,14.5697,17.8301,21.3112,24.5359,27.2094],"phase":"tone_fine","raster_sha1":"c1e56f7ab04a6c4f","raw":[[7.024628,7.200349,10.935626],[7.024795,7.199279,10.933902],[7.02728,7.200617,10.941733]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[10.1031,10.1047,10.1064,10.1085,10.1107,10.2225,10.2693,10.2464,10.0994,9.92059,9.98798,9.80623,9.29112,8.68587,8.08543,7.51693,7.04911,6.68939,6.41993,6.26878,6.171,6.31239,6.50063,6.57485,6.68586,6.90014,7.2778,7.84782,8.73012,10.0563,11.9902,14.5831,17.8399,21.3495,24.5787,27.2538],[10.1057,10.1072,10.109,10.111,10.1133,10.2361,10.2848,10.2551,10.1014,9.90084,9.95401,9.76405,9.27882,8.68021,8.08823,7.52071,7.05158,6.69373,6.42157,6.27101,6.16982,6.31013,6.50391,6.57531,6.68053,6.8938,7.27939,7.84973,8.73017,10.0437,11.9711,14.5697,17.8301,21.3112,24.5359,27.2094],[10.1129,10.1144,10.1162,10.1182,10.1205,10.2423,10.2961,10.2634,10.0926,9.93189,9.94921,9.77293,9.28499,8.68144,8.08862,7.51847,7.05259,6.69512,6.42116,6.2684,6.17314,6.31422,6.50578,6.57515,6.68349,6.89674,7.27796,7.8561,8.73739,10.0525,11.9674,14.5611,17.7925,21.2907,24.5138,27.1651]],"t_unix":1786284434.471516,"uid":"p00065","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.024795,7.200349,10.935626]} +{"bayer_k":24,"config":null,"config_name":null,"ink_fraction":{"black":0.375,"blue":0.0,"green":0.0,"red":0.0,"white":0.625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 24/64","median_raw":[16.572882,17.644304,23.87937],"median_spectrum_pct":[21.3377,21.3398,21.3422,21.345,21.3485,21.8516,22.1031,22.1519,21.9994,21.9409,22.3029,22.2994,21.5706,20.6538,19.6645,18.6513,17.7762,17.0617,16.496,16.1746,15.8976,15.882,15.9065,15.8596,15.918,16.1037,16.4612,16.9715,17.7279,18.7946,20.3023,22.2874,24.7509,27.335,29.6478,31.5319],"phase":"tone_fine","raster_sha1":"de4cb02b06c81906","raw":[[16.572119,17.644304,23.868001],[16.573228,17.644594,23.87937],[16.572882,17.643797,23.884513]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[21.3377,21.3398,21.3422,21.345,21.3485,21.8237,22.0766,22.1328,21.9948,21.9424,22.3204,22.2879,21.5632,20.6517,19.6631,18.6469,17.7762,17.0608,16.4964,16.1758,15.9015,15.8888,15.9118,15.8612,15.9187,16.1037,16.4616,16.9665,17.7274,18.7903,20.2868,22.2785,24.7349,27.3188,29.6487,31.5319],[21.3252,21.3272,21.3296,21.3324,21.3359,21.8516,22.1031,22.1519,22.0041,21.9409,22.3029,22.2994,21.5724,20.6538,19.6645,18.6513,17.7785,17.0619,16.496,16.1746,15.8976,15.8813,15.9065,15.8596,15.918,16.1062,16.4612,16.9715,17.7345,18.7981,20.3024,22.2874,24.7531,27.3481,29.6478,31.5441],[21.3519,21.354,21.3565,21.3592,21.3627,21.8679,22.1175,22.1575,21.9994,21.9311,22.2976,22.3025,21.5706,20.6585,19.6704,18.652,17.7741,17.0617,16.4944,16.1717,15.8966,15.882,15.9033,15.8587,15.914,16.0999,16.4604,16.9727,17.7279,18.7946,20.3023,22.2959,24.7509,27.335,29.6353,31.5167]],"t_unix":1786284479.6341834,"uid":"p00043","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.572882,17.644304,23.87937]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":4,"source":"bayer","t_unix":1786284524.7914882,"uid":"p01284","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":4,"source":"bayer","t_unix":1786284524.7935534,"uid":"p01285","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":4,"source":"bayer","t_unix":1786284524.7956724,"uid":"p01286","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":29,"config":null,"config_name":null,"ink_fraction":{"black":0.453125,"blue":0.0,"green":0.0,"red":0.0,"white":0.546875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 29/64","median_raw":[13.151016,13.885296,19.897193],"median_spectrum_pct":[17.9468,17.949,17.9516,17.9545,17.9579,18.2431,18.426,18.5243,18.3899,18.2695,18.5948,18.3674,17.5767,16.6416,15.676,14.7163,13.8935,13.2424,12.7365,12.4407,12.2102,12.2681,12.3747,12.3735,12.453,12.6618,13.0425,13.602,14.4376,15.631,17.3265,19.5626,22.3328,25.2457,27.8958,30.0969],"phase":"tone_fine","raster_sha1":"59145221f22367e4","raw":[[13.216235,13.955495,19.95554],[13.148495,13.882983,19.889657],[13.151016,13.885296,19.897193]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[17.9919,17.994,17.9965,17.9994,18.0029,18.3853,18.5721,18.5716,18.3771,18.2678,18.6017,18.4033,17.6493,16.7195,15.7551,14.7929,13.9688,13.3164,12.8063,12.5117,12.2794,12.3383,12.4418,12.4437,12.5227,12.7302,13.1109,13.6742,14.5094,15.6946,17.3866,19.6381,22.4406,25.367,27.9975,30.1516],[17.9382,17.9404,17.9429,17.9459,17.9492,18.2252,18.4069,18.509,18.3899,18.2863,18.5948,18.3671,17.5737,16.6323,15.6674,14.7082,13.8905,13.2415,12.7365,12.4407,12.2102,12.2669,12.3688,12.3691,12.4512,12.6618,13.0425,13.6005,14.4376,15.6282,17.3238,19.5609,22.3208,25.2377,27.888,30.0969],[17.9468,17.949,17.9516,17.9545,17.9579,18.2431,18.426,18.5243,18.3966,18.2695,18.5865,18.3674,17.5767,16.6416,15.676,14.7163,13.8935,13.2424,12.7362,12.4383,12.2077,12.2681,12.3747,12.3735,12.453,12.6589,13.0417,13.602,14.4369,15.631,17.3265,19.5626,22.3328,25.2457,27.8958,30.0672]],"t_unix":1786284524.7978134,"uid":"p00048","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.151016,13.885296,19.897193]} +{"bayer_k":47,"config":null,"config_name":null,"ink_fraction":{"black":0.734375,"blue":0.0,"green":0.0,"red":0.0,"white":0.265625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 47/64","median_raw":[6.585377,6.716662,10.273716],"median_spectrum_pct":[9.5209,9.52238,9.52408,9.52603,9.5282,9.61875,9.66048,9.65787,9.50474,9.30185,9.3284,9.13817,8.67591,8.10002,7.53046,6.98964,6.5495,6.21627,5.96225,5.82011,5.73653,5.89072,6.09524,6.17597,6.28767,6.50434,6.87422,7.44356,8.32403,9.65142,11.5894,14.2074,17.4431,20.9683,24.2476,27.0073],"phase":"tone_fine","raster_sha1":"7f81341a9f353841","raw":[[6.585377,6.716662,10.266139],[6.585283,6.715165,10.273716],[6.590195,6.717998,10.28482]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[9.51241,9.51389,9.51558,9.51753,9.51969,9.60315,9.64634,9.64457,9.49133,9.30185,9.34518,9.13817,8.6746,8.10002,7.53046,6.99038,6.5495,6.21393,5.96441,5.82234,5.73697,5.89072,6.09524,6.17597,6.28767,6.50434,6.87836,7.44389,8.31903,9.65409,11.5966,14.2082,17.4709,21.0103,24.2625,27.0633],[9.5209,9.52238,9.52408,9.52603,9.5282,9.61875,9.66048,9.65787,9.50474,9.29494,9.3284,9.13879,8.67591,8.09821,7.52925,6.98817,6.54816,6.21641,5.96225,5.81994,5.73507,5.8899,6.09277,6.17326,6.28313,6.50245,6.87207,7.44048,8.32664,9.65142,11.5793,14.2059,17.4431,20.9683,24.2379,26.9981],[9.52634,9.52782,9.52951,9.53146,9.53364,9.63158,9.67373,9.66798,9.52288,9.3146,9.31356,9.13607,8.67696,8.10722,7.53358,6.98964,6.55094,6.21627,5.96213,5.82011,5.73653,5.89619,6.09916,6.1784,6.29438,6.50449,6.87422,7.44356,8.32403,9.64916,11.5894,14.2074,17.4292,20.9581,24.2476,27.0073]],"t_unix":1786284570.0358224,"uid":"p00066","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.585377,6.716662,10.273716]} +{"battery_mv":0,"bayer_k":26,"config":null,"config_name":null,"ink_fraction":{"black":0.40625,"blue":0.0,"green":0.0,"red":0.0,"white":0.59375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 26/64","median_raw":[15.079828,15.98976,22.161668],"median_spectrum_pct":[19.8755,19.8776,19.8801,19.883,19.8864,20.2858,20.4972,20.5844,20.4575,20.3373,20.7206,20.5762,19.8188,18.8785,17.8964,16.9043,16.0564,15.3696,14.8266,14.5262,14.278,14.3063,14.3825,14.3613,14.4203,14.6092,14.9738,15.5051,16.2983,17.411,18.9958,21.0893,23.6809,26.41,28.8649,30.8582],"phase":"tone_fine","raster_sha1":"7567b4c9e5dcf5cf","raw":[[15.077938,15.989471,22.134207],[15.084054,15.993891,22.165918],[15.079828,15.98976,22.161668]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[19.8553,19.8575,19.86,19.8628,19.8663,20.2605,20.4722,20.5648,20.4306,20.332,20.7156,20.5573,19.8082,18.8735,17.8915,16.9021,16.0564,15.3696,14.8266,14.5262,14.278,14.307,14.3835,14.3628,14.4203,14.611,14.9738,15.5051,16.2963,17.4151,18.9958,21.0859,23.6809,26.41,28.8649,30.8582],[19.8755,19.8776,19.8801,19.883,19.8864,20.2858,20.4972,20.5844,20.4575,20.3963,20.7513,20.5807,19.8263,18.8785,17.8964,16.9049,16.0572,15.3711,14.8307,14.5283,14.2793,14.3063,14.3825,14.3613,14.4223,14.6092,14.9799,15.5115,16.3009,17.411,19.0044,21.0987,23.6965,26.4187,28.8984,30.8763],[19.8799,19.8821,19.8845,19.8874,19.8909,20.3002,20.5144,20.5917,20.4616,20.3373,20.7206,20.5762,19.8188,18.8821,17.8975,16.9043,16.0562,15.3691,14.8266,14.523,14.2712,14.3021,14.3794,14.3588,14.4155,14.5994,14.9684,15.5006,16.2983,17.4029,18.9942,21.0893,23.6761,26.3921,28.8567,30.841]],"t_unix":1786284615.2022338,"uid":"p00045","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.079828,15.98976,22.161668]} +{"bayer_k":56,"config":null,"config_name":null,"ink_fraction":{"black":0.875,"blue":0.0,"green":0.0,"red":0.0,"white":0.125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 56/64","median_raw":[3.79028,3.668307,5.983805],"median_spectrum_pct":[5.74063,5.74171,5.74294,5.74436,5.74588,5.75926,5.74054,5.67937,5.50868,5.28176,5.25845,5.09484,4.81432,4.42451,4.0457,3.69208,3.41987,3.22754,3.08837,3.01524,2.99734,3.21722,3.48603,3.6033,3.73129,3.9494,4.32098,4.89644,5.80658,7.18363,9.20633,11.9724,15.4515,19.2362,22.7666,25.7049],"phase":"tone_fine","raster_sha1":"1352932ff96e7d08","raw":[[3.783467,3.661039,5.968544],[3.792222,3.668323,5.995071],[3.79028,3.668307,5.983805]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[5.72723,5.7283,5.72953,5.73095,5.73247,5.74417,5.72329,5.66587,5.50868,5.26805,5.24265,5.09484,4.80208,4.41061,4.0363,3.68665,3.41551,3.22521,3.08475,3.01334,2.99527,3.21203,3.47823,3.59499,3.72544,3.94671,4.31657,4.89045,5.80319,7.18363,9.20633,11.9724,15.4532,19.2362,22.8035,25.7638],[5.74063,5.74171,5.74294,5.74436,5.74588,5.75926,5.74054,5.67937,5.52679,5.34304,5.27588,5.10518,4.81432,4.42451,4.0457,3.69208,3.41987,3.22754,3.08951,3.01627,2.99734,3.21811,3.48757,3.6033,3.73129,3.95242,4.32481,4.90012,5.81239,7.1915,9.21,11.9818,15.4515,19.2431,22.7666,25.7049],[5.74317,5.74424,5.74548,5.74689,5.74843,5.7685,5.74765,5.68299,5.50584,5.28176,5.25845,5.09163,4.8199,4.42784,4.04894,3.69535,3.42584,3.22966,3.08837,3.01524,2.99872,3.21722,3.48603,3.60423,3.73209,3.9494,4.32098,4.89644,5.80658,7.18246,9.2041,11.9684,15.4273,19.1717,22.7164,25.6758]],"t_unix":1786284661.686938,"uid":"p00075","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.79028,3.668307,5.983805]} +{"bayer_k":43,"config":null,"config_name":null,"ink_fraction":{"black":0.671875,"blue":0.0,"green":0.0,"red":0.0,"white":0.328125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 43/64","median_raw":[8.030337,8.296799,12.368028],"median_spectrum_pct":[11.379,11.3806,11.3825,11.3846,11.3871,11.5542,11.6214,11.5803,11.3875,11.198,11.3464,11.1766,10.6157,9.97199,9.31996,8.6901,8.17234,7.77422,7.46961,7.2959,7.17816,7.30033,7.47496,7.53701,7.64114,7.8507,8.22375,8.78473,9.65299,10.937,12.8263,15.3558,18.5078,21.8764,25.047,27.6589],"phase":"tone_fine","raster_sha1":"a7a2e3f0f9ca238d","raw":[[8.027065,8.294053,12.364275],[8.030337,8.296799,12.368028],[8.034942,8.301199,12.379553]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[11.3706,11.3722,11.3741,11.3762,11.3787,11.5387,11.6065,11.5712,11.3875,11.1938,11.3734,11.1609,10.6155,9.96757,9.31572,8.68526,8.16668,7.76909,7.46856,7.2959,7.17737,7.30033,7.46996,7.53138,7.63457,7.84521,8.21824,8.78473,9.65299,10.9361,12.8263,15.3558,18.5092,21.8889,25.0854,27.6844],[11.379,11.3806,11.3825,11.3846,11.3871,11.5542,11.6214,11.5803,11.3833,11.198,11.3307,11.1766,10.6157,9.97199,9.31996,8.6901,8.17234,7.77422,7.46961,7.29488,7.17816,7.30018,7.47496,7.53701,7.6417,7.8507,8.22375,8.78459,9.65129,10.937,12.8183,15.3532,18.4906,21.8764,25.0211,27.6589],[11.3951,11.3967,11.3986,11.4007,11.4032,11.5686,11.6353,11.5887,11.3896,11.2051,11.3464,11.1825,10.6285,9.98292,9.32907,8.69504,8.17303,7.77445,7.47055,7.29855,7.18178,7.30545,7.47858,7.54146,7.64114,7.85394,8.22856,8.79199,9.66065,10.9481,12.8271,15.357,18.5078,21.876,25.047,27.6284]],"t_unix":1786284706.8335285,"uid":"p00062","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.030337,8.296799,12.368028]} +{"bayer_k":3,"config":null,"config_name":null,"ink_fraction":{"black":0.046875,"blue":0.0,"green":0.0,"red":0.0,"white":0.953125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 3/64","median_raw":[32.263478,34.984713,40.559193],"median_spectrum_pct":[35.2317,35.2325,35.2335,35.2346,35.2369,36.4091,37.0084,37.2174,37.23,37.4511,38.5536,39.3695,39.1563,38.5547,37.7497,36.7007,35.697,34.8316,34.0818,33.6778,33.1887,32.89,32.5946,32.3357,32.2487,32.2951,32.4749,32.6639,32.9275,33.2515,33.7204,34.3487,35.1808,36.0167,36.7064,37.3],"phase":"tone_fine","raster_sha1":"550c57bb3c21ccba","raw":[[32.265538,34.984713,40.559193],[32.263478,34.986576,40.561655],[32.088946,34.798332,40.441484]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[35.2317,35.2325,35.2335,35.2346,35.2369,36.4091,37.0084,37.2174,37.23,37.4511,38.5536,39.3841,39.1563,38.5547,37.7497,36.7007,35.697,34.8316,34.0818,33.6778,33.1919,32.8944,32.604,32.3456,32.2564,32.3031,32.4813,32.6812,32.9426,33.2602,33.7246,34.3597,35.1933,36.024,36.7322,37.3],[35.2432,35.2441,35.2451,35.2462,35.2485,36.438,37.0411,37.2375,37.2213,37.3914,38.5386,39.3695,39.1661,38.5688,37.7649,36.713,35.706,34.8368,34.0857,33.6795,33.1887,32.89,32.5946,32.3357,32.2487,32.2951,32.4749,32.6639,32.9275,33.2515,33.7204,34.3487,35.1808,36.0167,36.7064,37.3178],[35.1198,35.1207,35.1218,35.123,35.1252,36.1103,36.6988,37.1052,37.2628,37.4822,38.5989,39.3295,39.0013,38.3675,37.5536,36.5005,35.501,34.6336,33.8879,33.48,32.9899,32.693,32.3988,32.1382,32.054,32.0999,32.2784,32.478,32.7547,33.0773,33.5541,34.1937,35.0279,35.8492,36.5789,37.1894]],"t_unix":1786284751.9965897,"uid":"p00022","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.263478,34.984713,40.559193]} +{"bayer_k":45,"config":null,"config_name":null,"ink_fraction":{"black":0.703125,"blue":0.0,"green":0.0,"red":0.0,"white":0.296875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 45/64","median_raw":[7.392172,7.606434,11.364076],"median_spectrum_pct":[10.4677,10.4692,10.4709,10.4729,10.4752,10.6146,10.6709,10.6713,10.5034,10.3272,10.2691,10.158,9.70027,9.11999,8.52756,7.95151,7.47634,7.11611,6.83859,6.68152,6.57739,6.69907,6.87618,6.94152,7.0481,7.25872,7.62913,8.18759,9.04584,10.3353,12.2245,14.7703,17.9573,21.386,24.5829,27.2192],"phase":"tone_fine","raster_sha1":"8e2c7f02360c1f70","raw":[[7.38719,7.602099,11.34986],[7.392172,7.606434,11.364076],[7.392688,7.606971,11.364386]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[10.4554,10.4569,10.4586,10.4606,10.4629,10.593,10.6541,10.6525,10.4877,10.3351,10.2691,10.1399,9.70694,9.11558,8.51773,7.94397,7.47192,7.11213,6.83512,6.6789,6.57456,6.69579,6.8712,6.9387,7.04455,7.25736,7.63096,8.18993,9.04584,10.3353,12.2257,14.7678,17.9573,21.386,24.5829,27.2208],[10.4708,10.4724,10.4741,10.4761,10.4784,10.6146,10.6709,10.6713,10.5034,10.3272,10.2826,10.1644,9.6892,9.11999,8.52756,7.95151,7.47634,7.11771,6.83859,6.68152,6.57739,6.69907,6.87638,6.94152,7.0481,7.25872,7.62913,8.18759,9.04216,10.34,12.2245,14.7771,17.9751,21.3919,24.5958,27.2192],[10.4677,10.4692,10.4709,10.4729,10.4752,10.6178,10.6806,10.68,10.5148,10.3109,10.2479,10.158,9.70027,9.12336,8.53018,7.95364,7.47885,7.11611,6.83868,6.68251,6.57819,6.70087,6.87618,6.94263,7.04883,7.25907,7.62557,8.18358,9.04748,10.3319,12.2115,14.7703,17.9468,21.3579,24.5516,27.1924]],"t_unix":1786284797.1600218,"uid":"p00064","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.392172,7.606434,11.364076]} +{"bayer_k":63,"config":null,"config_name":null,"ink_fraction":{"black":0.984375,"blue":0.0,"green":0.0,"red":0.0,"white":0.015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 63/64","median_raw":[1.819303,1.516523,2.934211],"median_spectrum_pct":[3.02375,3.02451,3.02538,3.02638,3.02742,3.00606,2.951,2.87703,2.69744,2.47665,2.29866,2.24674,2.07285,1.83296,1.58202,1.37076,1.21752,1.12097,1.06169,1.03849,1.06806,1.32864,1.65452,1.80232,1.94752,2.1696,2.53901,3.12911,4.05401,5.47107,7.567,10.4179,14.0135,17.9477,21.6244,24.7545],"phase":"tone_fine","raster_sha1":"2ac8abd53c9609e5","raw":[[1.818727,1.516227,2.934016],[1.819303,1.516523,2.934211],[1.826468,1.522973,2.947771]],"rgb":null,"session":4,"source":"bayer","spectrum_pct":[[3.02375,3.02451,3.02538,3.02638,3.02742,2.99228,2.93965,2.86558,2.70484,2.4859,2.28378,2.24271,2.0729,1.83045,1.57898,1.36662,1.21752,1.12097,1.06169,1.03849,1.06806,1.32715,1.65131,1.80141,1.94476,2.16898,2.53712,3.12885,4.05401,5.47107,7.56795,10.4382,14.038,17.9599,21.6497,24.7975],[3.02224,3.023,3.02386,3.02485,3.0259,3.00606,2.951,2.87703,2.69194,2.45488,2.29866,2.24674,2.06247,1.83296,1.58202,1.37076,1.21711,1.12085,1.06065,1.03771,1.06513,1.32864,1.65452,1.80232,1.94752,2.1696,2.53901,3.12911,4.05088,5.46774,7.567,10.4159,14.0126,17.9477,21.6244,24.7545],[3.03835,3.03911,3.03998,3.04099,3.04203,3.01068,2.95952,2.8833,2.69744,2.47665,2.34587,2.25317,2.07285,1.83571,1.58981,1.37501,1.2203,1.12523,1.06583,1.04134,1.07032,1.33502,1.66349,1.81186,1.95621,2.17736,2.54916,3.13379,4.05572,5.47421,7.56318,10.4179,14.0135,17.9157,21.6106,24.7129]],"t_unix":1786284842.3885708,"uid":"p00082","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.819303,1.516523,2.934211]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0830234375,"red":0.0827421875,"white":0.834234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray162","median_raw":[29.156579,31.645869,33.910954],"median_spectrum_pct":[29.2631,29.2628,29.2624,29.262,29.2621,30.0622,30.5091,30.743,30.7468,30.9967,32.8752,35.0519,35.4379,35.0105,34.2103,33.1151,32.0715,31.1627,30.397,29.9904,29.6229,29.9795,30.6241,30.7448,30.7434,30.8165,31.0199,31.26,31.6098,32.0493,32.6427,33.4199,34.3806,35.3533,36.1401,36.7566],"phase":"lut_gain","raster_sha1":"bd299c2729beab6a","raw":[[29.170428,31.654641,33.912498],[29.156579,31.643599,33.905195],[29.152424,31.645869,33.910954]],"rgb":[162,162,162],"session":4,"source":"pipeline","spectrum_pct":[[29.2631,29.2628,29.2624,29.262,29.2621,30.0514,30.5047,30.7458,30.76,31.0244,32.879,35.0519,35.4328,35.0086,34.2055,33.1151,32.0715,31.168,30.4096,30.0069,29.6414,29.9934,30.6399,30.7653,30.7698,30.8346,31.0384,31.2799,31.6298,32.073,32.664,33.4357,34.3996,35.3578,36.1487,36.7794],[29.2686,29.2683,29.268,29.2676,29.2677,30.0622,30.5091,30.737,30.7468,30.9967,32.8752,35.021,35.4379,35.0105,34.2103,33.1126,32.0617,31.1589,30.397,29.9904,29.6229,29.9795,30.6241,30.7448,30.7434,30.8165,31.0199,31.26,31.6098,32.0493,32.6427,33.4199,34.3678,35.3258,36.137,36.7472],[29.259,29.2587,29.2583,29.2579,29.2581,30.0815,30.5279,30.743,30.7465,30.9907,32.8489,35.0707,35.4516,35.0192,34.2232,33.131,32.073,31.1627,30.3967,29.9881,29.6211,29.9697,30.6093,30.7337,30.7314,30.8024,31.0052,31.2497,31.6035,32.0379,32.6326,33.3992,34.3806,35.3533,36.1401,36.7566]],"t_unix":1786284889.9321046,"uid":"p00105","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.156579,31.645869,33.910954]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","ink_fraction":{"black":0.3757213541666667,"blue":0.079390625,"green":0.35752083333333334,"red":0.1873671875,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray59","median_raw":[4.97081,5.378135,5.505361],"median_spectrum_pct":[4.70134,4.70118,4.70099,4.70078,4.7004,4.67742,4.6564,4.62166,4.44965,4.49796,6.07943,8.44125,8.74533,8.04028,6.98208,5.88873,4.98136,4.31268,3.84665,3.57593,3.52433,4.34981,5.58103,6.09032,6.32827,6.61457,7.07988,7.77591,8.8184,10.3227,12.3922,15.1028,18.382,21.8222,25.0032,27.5979],"phase":"lut_gain","raster_sha1":"247477ae885058e0","raw":[[4.961956,5.366839,5.493812],[4.97081,5.378135,5.505361],[4.981256,5.389909,5.528017]],"rgb":[59,59,59],"session":4,"source":"pipeline","spectrum_pct":[[4.69239,4.69223,4.69205,4.69184,4.69145,4.65946,4.64002,4.60632,4.42366,4.49796,6.07943,8.39904,8.72188,8.0208,6.96454,5.87221,4.97013,4.3046,3.83711,3.56914,3.51406,4.33942,5.56959,6.08469,6.31839,6.606,7.07423,7.7711,8.81421,10.3227,12.3922,15.0929,18.3724,21.8222,25.0032,27.5861],[4.70134,4.70118,4.70099,4.70078,4.7004,4.67742,4.6564,4.62166,4.44965,4.4833,6.04452,8.44125,8.74533,8.04028,6.98208,5.88873,4.98136,4.31268,3.84665,3.57593,3.52433,4.34981,5.58103,6.09032,6.32827,6.61457,7.07988,7.77591,8.8184,10.3201,12.3908,15.1028,18.382,21.8118,24.9984,27.5979],[4.72044,4.72028,4.72011,4.7199,4.71952,4.69184,4.67379,4.63809,4.45636,4.50758,6.11568,8.45936,8.77511,8.063,6.99586,5.89393,4.9918,4.32177,3.85482,3.58521,3.5328,4.35597,5.5919,6.09846,6.33728,6.62592,7.0901,7.78291,8.82816,10.3358,12.4121,15.1275,18.418,21.8615,25.0282,27.6161]],"t_unix":1786284940.0225194,"uid":"p00126","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.97081,5.378135,5.505361]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","ink_fraction":{"black":0.2601380208333333,"blue":0.0,"green":0.16581770833333334,"red":0.0884453125,"white":0.48559895833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray119","median_raw":[15.579124,16.829961,18.727078],"median_spectrum_pct":[16.3694,16.3696,16.3699,16.3702,16.3707,16.7228,16.9005,16.912,16.7513,16.803,18.2317,20.0886,20.2981,19.7162,18.806,17.7654,16.8462,16.0989,15.5103,15.18,14.9677,15.4542,16.2499,16.5225,16.6433,16.8502,17.227,17.773,18.5668,19.6705,21.194,23.1697,25.529,27.9756,30.1452,31.8215],"phase":"lut_gain","raster_sha1":"0845350d9db1fe19","raw":[[15.574815,16.823454,18.716468],[15.580652,16.829961,18.735995],[15.579124,16.830273,18.727078]],"rgb":[119,119,119],"session":4,"source":"pipeline","spectrum_pct":[[16.3513,16.3515,16.3517,16.352,16.3525,16.7021,16.881,16.8973,16.7513,16.803,18.2317,20.0764,20.283,19.6978,18.7949,17.7588,16.8419,16.0979,15.509,15.18,14.9671,15.4527,16.247,16.5215,16.6377,16.8444,17.2264,17.7696,18.5659,19.6705,21.1909,23.1726,25.5318,27.9756,30.1452,31.82],[16.3694,16.3696,16.3699,16.3702,16.3707,16.7228,16.9005,16.912,16.7478,16.8099,18.3178,20.0886,20.2981,19.7184,18.806,17.7654,16.8462,16.0989,15.5103,15.1813,14.9682,15.4542,16.2499,16.5252,16.644,16.8535,17.2327,17.778,18.5769,19.6763,21.194,23.1697,25.529,28.0062,30.1574,31.8763],[16.3701,16.3704,16.3706,16.3709,16.3714,16.7312,16.9057,16.9121,16.7521,16.784,18.2204,20.0945,20.3069,19.7162,18.8157,17.7713,16.853,16.1012,15.5123,15.1784,14.9677,15.4555,16.2503,16.5225,16.6433,16.8502,17.227,17.773,18.5668,19.6683,21.1985,23.1477,25.5196,27.9603,30.1283,31.8215]],"t_unix":1786284987.396307,"uid":"p00103","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.579124,16.829961,18.727078]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","ink_fraction":{"black":0.06661458333333334,"blue":0.14897395833333332,"green":0.5393203125,"red":0.2285078125,"white":0.016583333333333332,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray78","median_raw":[6.798423,7.989597,7.771806],"median_spectrum_pct":[6.26925,6.26864,6.26794,6.26714,6.26607,6.26113,6.28471,6.305,6.13793,6.31432,9.06518,13.1667,13.8115,12.7009,10.9941,9.23655,7.78577,6.69627,5.92992,5.47086,5.29236,6.09955,7.3722,7.88618,8.11417,8.41913,8.90947,9.63176,10.6825,12.1494,14.1642,16.7542,19.8609,23.1407,26.1384,28.6589],"phase":"lut_gain","raster_sha1":"09e9c60e3fd196fa","raw":[[6.786335,7.9752,7.753283],[6.798423,7.989597,7.78641],[6.801117,7.991756,7.771806]],"rgb":[78,78,78],"session":4,"source":"pipeline","spectrum_pct":[[6.25172,6.25111,6.25041,6.24961,6.24853,6.23639,6.26323,6.2946,6.13435,6.31356,9.05564,13.1667,13.7811,12.6779,10.9766,9.22246,7.77193,6.68679,5.92165,5.46008,5.28447,6.09089,7.36275,7.88088,8.11002,8.40814,8.8992,9.61398,10.6651,12.1361,14.1508,16.7426,19.8609,23.1214,26.1844,28.663],[6.26925,6.26864,6.26794,6.26714,6.26607,6.26113,6.28471,6.305,6.16054,6.36149,9.14534,13.2083,13.813,12.7009,10.9941,9.23655,7.78577,6.69627,5.92992,5.47086,5.29236,6.09955,7.3722,7.88618,8.11417,8.41913,8.90947,9.63176,10.6825,12.1494,14.1661,16.7605,19.8886,23.1716,26.1384,28.6589],[6.28395,6.28335,6.28267,6.28187,6.2808,6.26509,6.29386,6.31562,6.13793,6.31432,9.06518,13.1647,13.8115,12.7069,11.002,9.2425,7.78931,6.69919,5.93462,5.47418,5.3014,6.10513,7.37772,7.89465,8.12137,8.42562,8.91338,9.63474,10.6853,12.1557,14.1642,16.7542,19.8372,23.1407,26.122,28.6175]],"t_unix":1786285035.1104698,"uid":"p00127","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.798423,7.989597,7.771806]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":4,"source":"pipeline","t_unix":1786285082.4604647,"uid":"p00132","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","ink_fraction":{"black":0.30649479166666665,"blue":0.0,"green":0.0,"red":0.0,"white":0.6935052083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray140","median_raw":[20.155348,21.579727,27.259525],"median_spectrum_pct":[24.1731,24.1748,24.1768,24.1791,24.182,24.7318,25.0305,25.1854,25.1334,25.1001,25.6046,25.7633,25.2544,24.4831,23.6074,22.6675,21.8273,21.1402,20.5774,20.2552,19.9231,19.8488,19.8367,19.7603,19.7719,19.9245,20.2638,20.7312,21.413,22.3458,23.6499,25.3455,27.4345,29.5982,31.5047,33.0252],"phase":"lut_gain","raster_sha1":"e2758d9afa174950","raw":[[20.158606,21.583419,27.238315],[20.155348,21.579727,27.259525],[20.076324,21.505557,27.278471]],"rgb":[140,140,140],"session":4,"source":"pipeline","spectrum_pct":[[24.1365,24.1382,24.1401,24.1424,24.1453,24.7131,25.0143,25.1766,25.119,25.0743,25.577,25.7612,25.2477,24.4706,23.6074,22.6772,21.8357,21.1417,20.5803,20.2605,19.9357,19.862,19.8468,19.771,19.7837,19.9303,20.2751,20.7422,21.4184,22.3502,23.6499,25.3663,27.4345,29.5994,31.5047,33.0252],[24.1731,24.1748,24.1768,24.1791,24.182,24.7318,25.0305,25.1854,25.1334,25.1077,25.6184,25.7633,25.2544,24.4862,23.6102,22.6675,21.8273,21.1402,20.5774,20.2552,19.9231,19.8488,19.8367,19.7603,19.7719,19.9245,20.2638,20.7312,21.413,22.3458,23.655,25.3455,27.4385,29.5982,31.5095,33.0352],[24.2038,24.2055,24.2076,24.2099,24.2129,24.7736,25.071,25.2052,25.1473,25.1001,25.6046,25.7822,25.2603,24.4831,23.5938,22.6283,21.764,21.0571,20.4771,20.1435,19.8122,19.7414,19.7222,19.6432,19.6498,19.8021,20.1407,20.6211,21.3047,22.2234,23.5303,25.2494,27.3245,29.4593,31.3694,32.8822]],"t_unix":1786285084.6162302,"uid":"p00091","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.155348,21.579727,27.259525]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":4,"source":"pipeline","t_unix":1786285178.9957492,"uid":"p00133","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","ink_fraction":{"black":0.07241666666666667,"blue":0.0,"green":0.23535416666666667,"red":0.070828125,"white":0.6214010416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray140","median_raw":[21.660512,24.080325,25.095977],"median_spectrum_pct":[21.5503,21.5497,21.5492,21.5485,21.5479,21.9907,22.23,22.3498,22.3175,22.6057,24.9875,28.1965,28.883,28.3032,27.2072,25.837,24.5762,23.5344,22.7096,22.2328,21.8514,22.0722,22.5417,22.6515,22.7109,22.8733,23.1983,23.6533,24.3191,25.1804,26.3568,27.8144,29.6187,31.409,32.9871,34.2623],"phase":"lut_gain","raster_sha1":"24ef72355f6a10f8","raw":[[21.66486,24.083145,25.096469],[21.653948,24.071969,25.08398],[21.660512,24.080325,25.095977]],"rgb":[140,140,140],"session":4,"source":"pipeline","spectrum_pct":[[21.536,21.5355,21.5349,21.5342,21.5336,21.9881,22.223,22.3498,22.3217,22.6323,25.007,28.2216,28.883,28.3032,27.2072,25.837,24.5762,23.5345,22.7103,22.2385,21.8541,22.0781,22.5511,22.6649,22.7248,22.8809,23.2024,23.6586,24.3221,25.1846,26.3657,27.8505,29.6278,31.4544,33.0196,34.2815],[21.5503,21.5497,21.5492,21.5485,21.5479,21.9907,22.23,22.3412,22.3096,22.5824,24.9875,28.1776,28.8821,28.293,27.1977,25.8257,24.5676,23.5272,22.7028,22.2301,21.8441,22.0666,22.541,22.648,22.7033,22.8648,23.1903,23.6505,24.3159,25.1678,26.3456,27.8144,29.6073,31.4015,32.9389,34.1606],[21.561,21.5605,21.5599,21.5592,21.5586,22.0083,22.2459,22.3536,22.3175,22.6057,24.9572,28.1965,28.8946,28.3181,27.2114,25.8375,24.5781,23.5344,22.7096,22.2328,21.8514,22.0722,22.5417,22.6515,22.7109,22.8733,23.1983,23.6533,24.3191,25.1804,26.3568,27.813,29.6187,31.409,32.9871,34.2623]],"t_unix":1786285181.2591913,"uid":"p00117","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.660512,24.080325,25.095977]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","ink_fraction":{"black":0.7727890625,"blue":0.0,"green":0.19344791666666666,"red":0.023252604166666666,"white":0.010510416666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray59","median_raw":[2.791982,2.89482,3.633837],"median_spectrum_pct":[3.41201,3.41235,3.41273,3.41318,3.41356,3.37189,3.30332,3.23377,3.05664,2.97566,3.60397,4.4977,4.58767,4.20346,3.66494,3.12344,2.6759,2.3547,2.13071,2.00265,1.97422,2.31303,2.76805,2.96866,3.13667,3.40242,3.83058,4.49514,5.50839,7.00382,9.13327,12.0176,15.5746,19.3471,22.8748,25.8586],"phase":"lut_gain","raster_sha1":"3ffe59529635f1d0","raw":[[2.785755,2.884809,3.630245],[2.795164,2.897008,3.653515],[2.791982,2.89482,3.633837]],"rgb":[59,59,59],"session":4,"source":"pipeline","spectrum_pct":[[3.40925,3.4096,3.41,3.41046,3.41083,3.34943,3.28393,3.21203,3.05664,2.97566,3.60397,4.49338,4.55906,4.18569,3.64437,3.10702,2.66734,2.34657,2.11799,1.99398,1.96648,2.30407,2.76298,2.9661,3.13055,3.39972,3.83205,4.49377,5.50839,7.00382,9.14599,12.0258,15.5784,19.3668,22.8923,25.9001],[3.42437,3.42472,3.42512,3.42558,3.42596,3.37189,3.30332,3.23418,3.07168,2.99608,3.64029,4.52331,4.59018,4.20346,3.66494,3.12344,2.6759,2.3547,2.13071,2.00265,1.97422,2.31303,2.76818,2.97186,3.14001,3.40584,3.82967,4.49938,5.51011,7.00971,9.13327,12.0176,15.5746,19.3471,22.8748,25.8586],[3.41201,3.41235,3.41273,3.41318,3.41356,3.37547,3.31368,3.23377,3.04883,2.95143,3.53905,4.4977,4.58767,4.20442,3.66684,3.12367,2.67598,2.35805,2.13085,2.00654,1.9758,2.31344,2.76805,2.96866,3.13667,3.40242,3.83058,4.49514,5.50763,6.98784,9.11297,11.9729,15.5041,19.3004,22.8236,25.7932]],"t_unix":1786285228.6722105,"uid":"p00100","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.791982,2.89482,3.633837]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":4,"source":"pipeline","t_unix":1786285276.6507437,"uid":"p00107","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray41","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[41,41,41],"session":4,"source":"pipeline","t_unix":1786285278.831668,"uid":"p00086","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":4,"source":"pipeline","t_unix":1786285280.9645228,"uid":"p00097","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":4,"source":"pipeline","t_unix":1786285283.1477294,"uid":"p00095","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":4,"source":"pipeline","t_unix":1786285285.3097882,"uid":"p00098","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":4,"source":"pipeline","t_unix":1786285287.4993303,"uid":"p00111","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray41","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[41,41,41],"session":4,"source":"pipeline","t_unix":1786285289.6652522,"uid":"p00099","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","ink_fraction":{"black":0.0030442708333333333,"blue":0.0125390625,"green":0.23383333333333334,"red":0.14287760416666667,"white":0.6077057291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray140","median_raw":[22.154277,24.351738,24.202128],"median_spectrum_pct":[20.6022,20.6011,20.5999,20.5984,20.5971,21.1153,21.3932,21.4801,21.3888,21.7041,24.2766,27.7602,28.6034,28.1369,27.129,25.8133,24.5878,23.5775,22.7681,22.3136,22.0218,22.7113,23.8407,24.2093,24.3283,24.4915,24.7887,25.1851,25.7886,26.5821,27.6621,29.0206,30.6547,32.2755,33.6854,34.8098],"phase":"lut_gain","raster_sha1":"4fad75e6cd463e10","raw":[[22.154277,24.353794,24.196945],[22.154464,24.351738,24.207118],[22.152282,24.35081,24.202128]],"rgb":[140,140,140],"session":4,"source":"pipeline","spectrum_pct":[[20.5755,20.5743,20.5731,20.5716,20.5703,21.1029,21.3873,21.4779,21.3888,21.6835,24.2766,27.7796,28.6034,28.1351,27.1291,25.8133,24.5908,23.5799,22.7681,22.3171,22.0218,22.7175,23.8445,24.2116,24.3291,24.4915,24.7913,25.1851,25.7886,26.5879,27.6679,29.0206,30.6591,32.2721,33.6782,34.8098],[20.6109,20.6098,20.6085,20.6071,20.6058,21.1153,21.3932,21.4801,21.3933,21.7088,24.2877,27.7602,28.6017,28.1385,27.1225,25.8114,24.5878,23.5775,22.7705,22.313,22.0179,22.7113,23.8407,24.2093,24.3283,24.4929,24.7887,25.1903,25.7964,26.5821,27.6621,29.0224,30.6547,32.2894,33.6854,34.8204],[20.6022,20.6011,20.5999,20.5984,20.5971,21.1221,21.4033,21.4804,21.3797,21.7041,24.2453,27.7577,28.6066,28.1369,27.129,25.8169,24.5872,23.5737,22.7658,22.3136,22.0231,22.7113,23.8406,24.2058,24.3216,24.4869,24.7838,25.1803,25.7868,26.5778,27.6498,28.9996,30.6423,32.2755,33.6923,34.7781]],"t_unix":1786285291.8415127,"uid":"p00130","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.154277,24.351738,24.202128]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":4,"source":"bayer","t_unix":1786285337.0287924,"uid":"p01287","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":4,"source":"bayer","t_unix":1786285337.0309858,"uid":"p01288","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":4,"source":"bayer","t_unix":1786285337.0341935,"uid":"p01289","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","ink_fraction":{"black":0.44745572916666665,"blue":0.0,"green":0.0,"red":0.0,"white":0.5525442708333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray119","median_raw":[15.166358,16.106554,21.27149],"median_spectrum_pct":[18.9959,18.9976,18.9996,19.0018,19.0046,19.3866,19.6035,19.6954,19.6335,19.6123,19.8873,19.8743,19.2646,18.5278,17.7436,16.9165,16.2043,15.6262,15.1548,14.8854,14.6402,14.6315,14.6879,14.6748,14.7426,14.9385,15.3062,15.832,16.6295,17.7426,19.3204,21.4066,23.9531,26.6686,29.0343,30.9942],"phase":"lut_gain","raster_sha1":"29b7487a06b1f60f","raw":[[15.166716,16.108408,21.27149],[15.161333,16.10083,21.258247],[15.166358,16.106554,21.274117]],"rgb":[119,119,119],"session":4,"source":"pipeline","spectrum_pct":[[18.9959,18.9976,18.9996,19.0018,19.0046,19.3745,19.5913,19.6954,19.6335,19.6354,19.9503,19.8743,19.2646,18.5278,17.7475,16.9165,16.2077,15.6275,15.156,14.8924,14.6459,14.6315,14.6886,14.6748,14.7426,14.9381,15.3133,15.8406,16.6346,17.7477,19.3198,21.4066,23.9713,26.6822,29.0811,31.0872],[18.995,18.9967,18.9987,19.0009,19.0037,19.3866,19.6035,19.6935,19.6228,19.5952,19.8799,19.8333,19.2575,18.5205,17.7372,16.9147,16.2022,15.6214,15.1531,14.8848,14.639,14.6269,14.683,14.6721,14.7399,14.9385,15.3057,15.828,16.6259,17.7309,19.3204,21.4033,23.9276,26.6686,28.9907,30.9942],[19.0252,19.0269,19.0289,19.0312,19.034,19.4025,19.6143,19.7002,19.6348,19.6123,19.8873,19.8784,19.2774,18.5368,17.7436,16.9187,16.2043,15.6262,15.1548,14.8854,14.6402,14.6318,14.6879,14.676,14.7437,14.9417,15.3062,15.832,16.6295,17.7426,19.3232,21.409,23.9531,26.6484,29.0343,30.9684]],"t_unix":1786285339.4555073,"uid":"p00090","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.166358,16.106554,21.27149]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","ink_fraction":{"black":0.021627604166666668,"blue":0.0660859375,"green":0.32233854166666664,"red":0.174015625,"white":0.4159322916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray119","median_raw":[16.684398,18.533091,18.451873],"median_spectrum_pct":[15.6119,15.611,15.6101,15.609,15.6077,15.84,16.0048,16.1084,16.0235,16.3884,19.1776,22.8189,23.5488,22.8139,21.4887,19.9609,18.6013,17.5149,16.682,16.1954,15.9266,16.6956,17.9752,18.4483,18.6125,18.8317,19.215,19.7499,20.5414,21.6061,23.0466,24.8651,27.0697,29.3135,31.2885,32.8225],"phase":"lut_gain","raster_sha1":"455eb3ff2c2772d4","raw":[[16.68411,18.533091,18.456],[16.685397,18.53057,18.451873],[16.684398,18.535158,18.444103]],"rgb":[119,119,119],"session":4,"source":"pipeline","spectrum_pct":[[15.6119,15.611,15.6101,15.609,15.6077,15.8327,15.9945,16.1066,16.0235,16.3884,19.2343,22.8589,23.5488,22.8139,21.4887,19.9609,18.6013,17.5125,16.6817,16.1941,15.9249,16.6933,17.9752,18.4463,18.6098,18.8328,19.2154,19.7499,20.5414,21.6061,23.0574,24.9112,27.0697,29.3212,31.2885,32.8517],[15.62,15.6191,15.6182,15.6171,15.6159,15.84,16.0048,16.1084,16.0315,16.4018,19.1513,22.7914,23.5358,22.8082,21.4851,19.9579,18.6007,17.5149,16.682,16.1981,15.9282,16.6982,17.9746,18.4483,18.6125,18.8317,19.215,19.7532,20.5375,21.6034,23.0466,24.8651,27.0726,29.2939,31.2963,32.8225],[15.5959,15.5951,15.5941,15.593,15.5917,15.8403,16.0126,16.1112,15.9979,16.3591,19.1776,22.8189,23.5528,22.8221,21.4964,19.97,18.6112,17.5187,16.682,16.1954,15.9266,16.6956,17.9774,18.4507,18.6159,18.8289,19.212,19.7492,20.5451,21.6111,23.0433,24.8464,27.0443,29.3135,31.2464,32.7895]],"t_unix":1786285386.8987565,"uid":"p00129","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.684398,18.533091,18.451873]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":4,"source":"pipeline","t_unix":1786285434.4612732,"uid":"p00085","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":4,"source":"pipeline","t_unix":1786285436.7211795,"uid":"p00121","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","ink_fraction":{"black":0.10980208333333333,"blue":0.0,"green":0.13299479166666667,"red":0.10366145833333333,"white":0.6535416666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray140","median_raw":[21.882558,23.68237,25.794316],"median_spectrum_pct":[22.335,22.335,22.335,22.335,22.3353,22.868,23.1667,23.3012,23.2396,23.4828,25.2159,27.2334,27.4613,26.8863,25.9944,24.8772,23.8474,22.9831,22.2776,21.8876,21.6063,22.1208,22.987,23.2515,23.3227,23.4731,23.7645,24.1883,24.8091,25.6334,26.7559,28.1908,29.939,31.6913,33.2177,34.4482],"phase":"lut_gain","raster_sha1":"58cb33365e72096a","raw":[[21.890459,23.689456,25.808787],[21.882558,23.68237,25.794316],[21.875794,23.676472,25.790608]],"rgb":[140,140,140],"session":4,"source":"pipeline","spectrum_pct":[[22.335,22.335,22.335,22.335,22.3353,22.8574,23.1599,23.3065,23.2641,23.5399,25.247,27.2346,27.4613,26.8863,25.9944,24.8816,23.8526,22.9911,22.2882,21.8977,21.6161,22.1263,22.9935,23.2566,23.3345,23.482,23.7768,24.1918,24.8113,25.6338,26.7559,28.1908,29.963,31.6936,33.2262,34.4482],[22.3628,22.3628,22.3629,22.3629,22.3632,22.868,23.1667,23.3008,23.2294,23.4828,25.2159,27.2144,27.4633,26.8951,25.9953,24.8772,23.8474,22.9831,22.2776,21.8876,21.6063,22.1208,22.987,23.2515,23.3227,23.4731,23.7645,24.1883,24.8091,25.6334,26.7773,28.2063,29.939,31.6906,33.2177,34.4551],[22.3279,22.3278,22.3278,22.3278,22.3281,22.872,23.1736,23.3012,23.2396,23.4617,25.1955,27.2334,27.4534,26.8795,25.9907,24.875,23.8462,22.9778,22.2722,21.8857,21.6002,22.1159,22.975,23.2395,23.3148,23.4582,23.7553,24.1734,24.801,25.6117,26.7414,28.1776,29.9029,31.6913,33.1649,34.3527]],"t_unix":1786285439.0525157,"uid":"p00104","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.882558,23.68237,25.794316]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","ink_fraction":{"black":0.21601822916666666,"blue":0.0,"green":0.2651614583333333,"red":0.05310677083333333,"white":0.4657135416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray119","median_raw":[15.623049,17.444581,18.9709],"median_spectrum_pct":[16.4322,16.4322,16.4322,16.4323,16.4323,16.6921,16.8263,16.8547,16.7422,16.9523,18.9936,21.6562,22.0529,21.3764,20.24,18.9353,17.7831,16.849,16.1199,15.6846,15.3646,15.5401,15.9195,16.0349,16.1426,16.3634,16.7574,17.3131,18.1383,19.2717,20.8488,22.8487,25.2743,27.7924,30.0322,31.823],"phase":"lut_gain","raster_sha1":"81276b074056630f","raw":[[15.61553,17.438234,18.944856],[15.623049,17.444581,18.9709],[15.626339,17.449944,18.973083]],"rgb":[119,119,119],"session":4,"source":"pipeline","spectrum_pct":[[16.4154,16.4154,16.4154,16.4154,16.4155,16.6712,16.8094,16.8432,16.7153,16.9355,18.9786,21.6442,22.0526,21.3598,20.231,18.9347,17.7814,16.849,16.1184,15.6807,15.357,15.5343,15.9176,16.0293,16.137,16.361,16.7505,17.3062,18.1332,19.2717,20.8391,22.8487,25.2663,27.7758,30.0121,31.8147],[16.4322,16.4322,16.4322,16.4323,16.4323,16.6921,16.8263,16.8547,16.7422,16.9523,19.071,21.6683,22.0529,21.3764,20.24,18.9353,17.7831,16.8488,16.1199,15.6846,15.3646,15.5401,15.9195,16.0349,16.1426,16.3634,16.7589,17.3131,18.1411,19.2796,20.8546,22.8414,25.2743,27.7924,30.0322,31.8502],[16.445,16.4451,16.4451,16.4451,16.4452,16.7069,16.8409,16.8646,16.7482,16.9566,18.9936,21.6562,22.0632,21.3877,20.2577,18.9511,17.7926,16.8561,16.1271,15.6878,15.3657,15.5422,15.9199,16.0395,16.1433,16.3665,16.7574,17.3142,18.1383,19.2716,20.8488,22.8524,25.2991,27.8315,30.0564,31.823]],"t_unix":1786285486.6050365,"uid":"p00116","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.623049,17.444581,18.9709]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.10151822916666667,"red":0.06865625,"white":0.8298255208333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray162","median_raw":[29.03038,31.640029,34.249128],"median_spectrum_pct":[29.56,29.5598,29.5596,29.5594,29.5598,30.4246,30.8629,31.0122,30.9907,31.2998,33.2687,35.4681,35.8149,35.3258,34.4532,33.2835,32.1618,31.2046,30.3975,29.9529,29.5381,29.7471,30.2269,30.2938,30.2939,30.3653,30.5799,30.8457,31.2249,31.702,32.3467,33.2046,34.258,35.2737,36.1538,36.7986],"phase":"lut_gain","raster_sha1":"2cc5a962a40100f4","raw":[[29.039723,31.647087,34.249128],[29.03038,31.640029,34.249323],[29.016535,31.628438,34.238524]],"rgb":[162,162,162],"session":4,"source":"pipeline","spectrum_pct":[[29.5667,29.5665,29.5663,29.5661,29.5664,30.4087,30.8479,31.0071,30.9942,31.3227,33.2844,35.4681,35.814,35.3248,34.4521,33.2847,32.1641,31.2112,30.4075,29.9616,29.5506,29.7613,30.2416,30.3113,30.3065,30.377,30.5959,30.8674,31.2414,31.7202,32.3672,33.2126,34.2592,35.2737,36.1538,36.7986],[29.5575,29.5573,29.5571,29.5569,29.5572,30.4246,30.8629,31.0122,30.9907,31.2998,33.2687,35.4802,35.822,35.3258,34.4532,33.2835,32.1618,31.2046,30.3975,29.9529,29.5381,29.7471,30.2269,30.2938,30.2939,30.3653,30.5799,30.8457,31.2249,31.702,32.3467,33.2046,34.258,35.2697,36.1675,36.8138],[29.56,29.5598,29.5596,29.5594,29.5598,30.4319,30.8722,31.0124,30.9671,31.2674,33.2333,35.4534,35.8149,35.3335,34.4557,33.279,32.1547,31.1917,30.3858,29.9398,29.5229,29.7321,30.2037,30.2735,30.272,30.3473,30.5621,30.8357,31.2094,31.6867,32.3431,33.1634,34.2056,35.2747,36.1438,36.7845]],"t_unix":1786285533.9153824,"uid":"p00131","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.03038,31.640029,34.249128]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","ink_fraction":{"black":0.9264348958333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.07356510416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray59","median_raw":[2.789107,2.615225,4.395494],"median_spectrum_pct":[4.31672,4.3176,4.31862,4.31979,4.321,4.29408,4.24336,4.17585,4.02639,3.84651,3.8131,3.68981,3.44735,3.14483,2.85064,2.57809,2.37238,2.22835,2.12944,2.08142,2.0778,2.28604,2.54635,2.65647,2.78037,2.99625,3.36379,3.93831,4.84241,6.23881,8.32526,11.1673,14.7223,18.5824,22.265,25.3575],"phase":"lut_gain","raster_sha1":"bda0b8743179477b","raw":[[2.797302,2.62389,4.399751],[2.784501,2.611379,4.382543],[2.789107,2.615225,4.395494]],"rgb":[59,59,59],"session":4,"source":"pipeline","spectrum_pct":[[4.32399,4.32488,4.32589,4.32705,4.32828,4.31966,4.26792,4.17585,4.02639,3.83327,3.8131,3.69613,3.45797,3.16159,2.8599,2.58584,2.37986,2.23998,2.13803,2.0895,2.08731,2.29584,2.55055,2.66314,2.79214,3.00484,3.36968,3.94889,4.86599,6.27834,8.3703,11.2308,14.7932,18.69,22.4048,25.5005],[4.3167,4.31759,4.31861,4.31979,4.321,4.28533,4.23561,4.16368,4.01829,3.84711,3.7728,3.68248,3.44215,3.14391,2.84785,2.57389,2.37151,2.22781,2.12567,2.07933,2.0759,2.28268,2.53845,2.65333,2.77648,2.99414,3.35766,3.93464,4.83987,6.23881,8.32526,11.1605,14.7134,18.5797,22.265,25.3575],[4.31672,4.3176,4.31862,4.31979,4.321,4.29408,4.24336,4.17737,4.03094,3.84651,3.83051,3.68981,3.44735,3.14483,2.85064,2.57809,2.37238,2.22835,2.12944,2.08142,2.0778,2.28604,2.54635,2.65647,2.78037,2.99625,3.36379,3.93831,4.84241,6.23721,8.3204,11.1673,14.7223,18.5824,22.2045,25.3005]],"t_unix":1786285581.2438183,"uid":"p00087","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.789107,2.615225,4.395494]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":4,"source":"pipeline","t_unix":1786285628.4986908,"uid":"p00084","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","ink_fraction":{"black":0.029127604166666668,"blue":0.1128828125,"green":0.44260677083333333,"red":0.2097890625,"white":0.20559375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray98","median_raw":[11.401865,13.03156,12.483473],"median_spectrum_pct":[10.2789,10.278,10.2769,10.2757,10.2742,10.3827,10.4812,10.5472,10.4349,10.7025,13.7223,17.9371,18.7363,17.7882,16.2173,14.493,13.0112,11.8629,11.0162,10.513,10.2786,11.0694,12.363,12.8673,13.0617,13.3194,13.7639,14.4063,15.3562,16.6604,18.437,20.6825,23.3749,26.1961,28.7263,30.7782],"phase":"lut_gain","raster_sha1":"ee184d381e5781f7","raw":[[11.393683,13.023356,12.473843],[11.401865,13.03156,12.483473],[11.4131,13.044529,12.501177]],"rgb":[98,98,98],"session":4,"source":"pipeline","spectrum_pct":[[10.2789,10.278,10.2769,10.2757,10.2742,10.3669,10.4642,10.5346,10.4199,10.6941,13.7223,17.9371,18.7225,17.7789,16.2089,14.4792,13.0025,11.8575,11.0086,10.5052,10.2686,11.0604,12.3538,12.8594,13.0564,13.3147,13.753,14.3955,15.3475,16.652,18.417,20.6691,23.3646,26.179,28.7263,30.7521],[10.2766,10.2757,10.2746,10.2733,10.2719,10.3827,10.4812,10.5472,10.4349,10.7025,13.7002,17.9356,18.7363,17.7882,16.2173,14.493,13.0112,11.8629,11.0162,10.513,10.2786,11.0694,12.363,12.8673,13.0617,13.3194,13.7639,14.4063,15.3562,16.6604,18.437,20.6825,23.3749,26.1961,28.718,30.7782],[10.3077,10.3068,10.3057,10.3045,10.303,10.3936,10.4929,10.557,10.4439,10.7329,13.7246,17.9487,18.7581,17.8108,16.2344,14.5061,13.0264,11.8733,11.0268,10.5239,10.2867,11.0777,12.3732,12.8769,13.0713,13.3339,13.7796,14.4238,15.3709,16.6759,18.4543,20.6838,23.3908,26.1975,28.7498,30.8137]],"t_unix":1786285630.646315,"uid":"p00128","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.401865,13.03156,12.483473]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","ink_fraction":{"black":0.44220052083333333,"blue":0.0,"green":0.1595546875,"red":0.06761197916666667,"white":0.3306328125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray98","median_raw":[10.512807,11.321435,13.310173],"median_spectrum_pct":[11.769,11.7695,11.7701,11.7708,11.7716,11.9124,11.9894,11.9934,11.857,11.9288,13.0479,14.396,14.4202,13.8048,12.9698,12.0546,11.2595,10.628,10.145,9.86857,9.70855,10.1052,10.7348,10.9652,11.1014,11.3378,11.7509,12.3657,13.2856,14.5862,16.3923,18.7643,21.6526,24.6724,27.4171,29.6182],"phase":"lut_gain","raster_sha1":"f5be737aee60e3af","raw":[[10.506509,11.314961,13.291355],[10.512807,11.321435,13.310173],[10.517206,11.325308,13.313942]],"rgb":[98,98,98],"session":4,"source":"pipeline","spectrum_pct":[[11.7518,11.7523,11.7529,11.7536,11.7543,11.8964,11.9741,11.9791,11.8461,11.8948,13.0638,14.3852,14.4038,13.8002,12.9599,12.0454,11.2526,10.6232,10.1423,9.86148,9.7017,10.1001,10.7333,10.9648,11.0995,11.3377,11.7502,12.3573,13.2727,14.5697,16.3871,18.7609,21.67,24.6724,27.4171,29.6053],[11.7696,11.7701,11.7707,11.7714,11.7722,11.9124,11.9894,11.9934,11.857,11.9562,13.0331,14.4143,14.4202,13.8048,12.9698,12.0546,11.2595,10.628,10.145,9.86857,9.70855,10.1052,10.7348,10.9652,11.1014,11.3378,11.7509,12.3657,13.2856,14.5888,16.3923,18.7643,21.6526,24.667,27.4177,29.6494],[11.769,11.7695,11.7701,11.7708,11.7716,11.9271,12.0023,12.001,11.8656,11.9288,13.0479,14.396,14.4254,13.8102,12.9717,12.0585,11.2662,10.6322,10.1511,9.87169,9.71152,10.108,10.7398,10.972,11.1041,11.3425,11.7612,12.3737,13.2862,14.5862,16.4068,18.7757,21.6509,24.6773,27.4089,29.6182]],"t_unix":1786285677.9899971,"uid":"p00102","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.512807,11.321435,13.310173]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.12321614583333333,"red":0.06591927083333333,"white":0.8108645833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray162","median_raw":[28.321995,30.9654,33.093293],"median_spectrum_pct":[28.5141,28.5138,28.5134,28.5129,28.5129,29.2855,29.6742,29.856,29.8866,30.2154,32.3248,34.8055,35.1925,34.7122,33.8236,32.6241,31.4889,30.5241,29.7154,29.27,28.8583,29.0815,29.5735,29.6483,29.6447,29.7156,29.9491,30.2242,30.6295,31.1413,31.8385,32.7133,33.8099,34.8924,35.8343,36.5308],"phase":"lut_gain","raster_sha1":"b636953e774ac0f1","raw":[[28.333089,30.970976,33.093293],[28.321995,30.961708,33.078508],[28.320907,30.9654,33.097495]],"rgb":[162,162,162],"session":4,"source":"pipeline","spectrum_pct":[[28.503,28.5027,28.5023,28.5018,28.5018,29.2731,29.6655,29.856,29.897,30.2243,32.3749,34.8055,35.1925,34.7122,33.8236,32.6229,31.4889,30.5273,29.7207,29.2796,28.8692,29.0976,29.5907,29.6645,29.658,29.729,29.9578,30.2436,30.6464,31.1477,31.8425,32.7231,33.8293,34.9073,35.847,36.5646],[28.5141,28.5138,28.5134,28.5129,28.5129,29.2855,29.6742,29.8542,29.8839,30.157,32.3155,34.7884,35.1871,34.7079,33.8205,32.6241,31.4874,30.5204,29.7154,29.27,28.8583,29.0815,29.5735,29.6483,29.6447,29.7156,29.9491,30.2242,30.6295,31.1369,31.8297,32.7133,33.8013,34.8717,35.8343,36.5308],[28.5142,28.5138,28.5134,28.5129,28.513,29.3029,29.6939,29.8636,29.8866,30.2154,32.3248,34.806,35.2152,34.7289,33.836,32.6371,31.4915,30.5241,29.7143,29.2665,28.8573,29.0788,29.5653,29.6401,29.6302,29.7008,29.9343,30.2162,30.6156,31.1413,31.8385,32.7103,33.8099,34.8924,35.8241,36.5307]],"t_unix":1786285725.5345988,"uid":"p00118","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.321995,30.9654,33.093293]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":4,"source":"pipeline","t_unix":1786285772.851272,"uid":"p00134","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":4,"source":"pipeline","t_unix":1786285775.0668938,"uid":"p00109","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":4,"source":"pipeline","t_unix":1786285777.2353566,"uid":"p00094","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","ink_fraction":{"black":0.5524739583333333,"blue":0.0,"green":0.28706510416666664,"red":0.008734375,"white":0.1517265625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray78","median_raw":[6.536841,7.39406,8.446888],"median_spectrum_pct":[7.46852,7.46877,7.46907,7.4694,7.46965,7.48681,7.47025,7.41567,7.22982,7.21504,8.58935,10.5791,10.8005,10.1714,9.25983,8.287,7.45782,6.82201,6.34499,6.05455,5.8823,6.07593,6.39332,6.52712,6.68598,6.96204,7.40822,8.06682,9.06006,10.5049,12.5394,15.2064,18.4314,21.9053,25.1162,27.7571],"phase":"lut_gain","raster_sha1":"62a76350e626e4f7","raw":[[6.528652,7.384027,8.429284],[6.536841,7.39406,8.446888],[6.545641,7.404519,8.465196]],"rgb":[78,78,78],"session":4,"source":"pipeline","spectrum_pct":[[7.45033,7.45058,7.45087,7.45121,7.45144,7.46282,7.44885,7.39854,7.21825,7.20622,8.57811,10.5593,10.7843,10.1513,9.24941,8.2724,7.44909,6.81209,6.33395,6.044,5.87378,6.07126,6.39041,6.52045,6.67958,6.95699,7.40428,8.06682,9.05777,10.5001,12.5304,15.2081,18.435,21.9012,25.1331,27.7914],[7.46852,7.46877,7.46907,7.4694,7.46965,7.48681,7.47025,7.41567,7.22982,7.21504,8.58935,10.5791,10.8005,10.1714,9.25983,8.287,7.45782,6.82201,6.34499,6.05455,5.8823,6.07593,6.39332,6.52712,6.68598,6.96204,7.40822,8.06579,9.06006,10.5049,12.5394,15.1948,18.4283,21.9105,25.1162,27.7571],[7.46894,7.46919,7.46947,7.46979,7.47005,7.50186,7.48367,7.4268,7.24969,7.24413,8.61996,10.5871,10.8243,10.1891,9.27522,8.29826,7.46811,6.83144,6.35217,6.06016,5.88923,6.08454,6.40421,6.53451,6.68881,6.96824,7.41688,8.07908,9.06603,10.5083,12.5403,15.2064,18.4314,21.9053,25.0854,27.7031]],"t_unix":1786285779.3932939,"uid":"p00114","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.536841,7.39406,8.446888]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","ink_fraction":{"black":0.6113567708333333,"blue":0.0,"green":0.17676822916666668,"red":0.04352604166666667,"white":0.16834895833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray78","median_raw":[6.311765,6.717824,8.228576],"median_spectrum_pct":[7.44793,7.44847,7.44909,7.44981,7.45053,7.49499,7.49527,7.43029,7.25851,7.19508,8.00982,9.06861,9.07043,8.56837,7.89207,7.17961,6.57854,6.11633,5.76935,5.56728,5.4726,5.82034,6.33431,6.54847,6.70815,6.95704,7.38087,8.01194,8.97434,10.3847,12.3999,15.0598,18.3366,21.7943,24.9809,27.6164],"phase":"lut_gain","raster_sha1":"6819ececb2f2a7d5","raw":[[6.311765,6.717824,8.228576],[6.319021,6.725837,8.248706],[6.291844,6.697155,8.225484]],"rgb":[78,78,78],"session":4,"source":"pipeline","spectrum_pct":[[7.44793,7.44847,7.44909,7.44981,7.45053,7.49499,7.49527,7.43029,7.24045,7.16256,7.98335,9.06861,9.07043,8.56837,7.89207,7.17961,6.57854,6.11633,5.76935,5.56728,5.4726,5.82034,6.33431,6.54847,6.70815,6.95704,7.38087,8.01608,8.97536,10.3847,12.4006,15.0598,18.3366,21.8109,25.0344,27.6164],[7.453,7.45354,7.45415,7.45485,7.45558,7.50888,7.51328,7.44281,7.25851,7.19508,8.00982,9.09519,9.09248,8.58519,7.89845,7.18443,6.58664,6.12318,5.77387,5.57163,5.47993,5.82592,6.33785,6.55349,6.71214,6.96754,7.39017,8.01194,8.97434,10.3859,12.3999,15.0653,18.3426,21.7943,24.9809,27.6302],[7.43768,7.43824,7.43887,7.4396,7.44029,7.44792,7.45159,7.42109,7.2637,7.21454,8.01909,9.04411,9.05758,8.54701,7.86582,7.15637,6.55403,6.09756,5.74846,5.54704,5.4538,5.79928,6.3106,6.52167,6.67712,6.93303,7.35313,7.97611,8.9301,10.3489,12.3421,15.0094,18.2752,21.71,24.8938,27.5318]],"t_unix":1786285826.779732,"uid":"p00101","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.311765,6.717824,8.228576]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.453456,1.163263,2.387844],"median_spectrum_pct":[2.54715,2.54786,2.54868,2.54961,2.55052,2.47328,2.399,2.31646,2.16718,2.01955,1.90543,1.77789,1.62318,1.40538,1.20237,1.01728,0.887272,0.807934,0.758067,0.742674,0.772907,1.00936,1.2879,1.41733,1.53913,1.74734,2.10541,2.68096,3.59255,5.01694,7.11679,10.0272,13.6628,17.627,21.4541,24.6331],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.447961,1.158887,2.374978],[1.454619,1.164608,2.392249],[1.453456,1.163263,2.387844]],"session":4,"source":"ink","spectrum_pct":[[2.54055,2.54126,2.54208,2.54302,2.54392,2.46312,2.38941,2.29908,2.15639,1.99546,1.90543,1.77212,1.6121,1.4017,1.19605,1.01359,0.884035,0.807812,0.754169,0.738865,0.770104,1.00793,1.28225,1.40746,1.53411,1.74522,2.10299,2.67883,3.59255,5.01758,7.12165,10.0292,13.6653,17.627,21.4722,24.6634],[2.55113,2.55185,2.55267,2.55361,2.55452,2.47328,2.399,2.31909,2.17578,2.01955,1.91843,1.7911,1.62534,1.41115,1.20237,1.01728,0.887272,0.80916,0.759255,0.743662,0.773399,1.00936,1.2879,1.41985,1.54048,1.7512,2.10825,2.68101,3.59382,5.01694,7.11679,10.0272,13.6628,17.653,21.4541,24.6331],[2.54715,2.54786,2.54868,2.54961,2.55052,2.4756,2.40311,2.31646,2.16718,2.0228,1.88872,1.77789,1.62318,1.40538,1.20377,1.01865,0.887707,0.807934,0.758067,0.742674,0.772907,1.01121,1.28925,1.41733,1.53913,1.74734,2.10541,2.68096,3.59089,5.01567,7.1145,10.0144,13.6489,17.6111,21.4271,24.5579]],"t_unix":1786285874.2046738,"uid":"s004_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.453456,1.163263,2.387844]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.031717,38.058023,43.193289],"median_spectrum_pct":[37.3903,37.3909,37.3915,37.3923,37.394,38.5492,39.1819,39.5456,39.7,40.0046,41.2932,42.2581,42.0913,41.5675,40.8413,39.8351,38.8648,38.0165,37.2649,36.8681,36.3614,36.0027,35.6452,35.3378,35.2147,35.2101,35.3247,35.434,35.5902,35.7415,35.9957,36.3683,36.8911,37.4213,37.8401,38.1639],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.050412,38.074465,43.203017],[35.031717,38.058023,43.193289],[35.017033,38.043746,43.177551]],"session":4,"source":"ink","spectrum_pct":[[37.4007,37.4013,37.4019,37.4027,37.4044,38.5428,39.1736,39.547,39.7211,40.0269,41.3079,42.3004,42.0996,41.5675,40.8433,39.843,38.874,38.0324,37.2845,36.8866,36.3819,36.0303,35.6696,35.3623,35.2372,35.2377,35.3544,35.4666,35.6289,35.772,36.0254,36.3829,36.9123,37.4302,37.8635,38.1676],[37.3903,37.3909,37.3915,37.3923,37.394,38.5492,39.1819,39.5456,39.7,40.0046,41.2932,42.2581,42.0913,41.568,40.8413,39.8351,38.8648,38.0165,37.2649,36.8681,36.3614,36.0027,35.6452,35.3378,35.2147,35.2101,35.3247,35.434,35.5902,35.7415,35.9957,36.3683,36.8844,37.4179,37.8401,38.1639],[37.3888,37.3893,37.39,37.3907,37.3925,38.5586,39.1894,39.5326,39.6701,39.9702,41.2505,42.2357,42.089,41.5667,40.8349,39.825,38.8517,38.0019,37.2518,36.851,36.342,35.9845,35.6234,35.319,35.1975,35.2006,35.3182,35.4218,35.5761,35.7307,35.9771,36.3378,36.8911,37.4213,37.8352,38.1354]],"t_unix":1786285919.3313699,"uid":"s004_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.031717,38.058023,43.193289]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.020687,36.692312,4.66624],"median_spectrum_pct":[1.59305,1.57847,1.56174,1.54249,1.5203,1.50208,1.46505,1.42149,1.38906,1.80241,6.1725,17.6746,27.3158,33.9457,37.9016,39.2135,39.3273,39.0657,38.6921,38.6253,38.5481,39.4371,40.678,40.9708,40.8639,40.6814,40.5094,40.209,39.9102,39.5774,39.2821,39.0102,38.9186,38.8615,38.7004,38.5614],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.071979,36.759574,4.658763],[31.020687,36.692312,4.680243],[30.975653,36.634508,4.66624]],"session":4,"source":"ink","spectrum_pct":[[1.56768,1.55306,1.53627,1.51696,1.49472,1.48986,1.4582,1.41598,1.38861,1.76419,6.16502,17.6746,27.3337,33.9925,37.9617,39.2876,39.4107,39.1527,38.782,38.7211,38.6417,39.5166,40.7418,41.0224,40.9144,40.7359,40.5662,40.2611,39.9628,39.6263,39.316,39.0511,38.9704,38.8815,38.753,38.5926],[1.59305,1.57847,1.56174,1.54249,1.5203,1.50208,1.46505,1.42221,1.39543,1.84156,6.22012,17.6922,27.3158,33.9457,37.9016,39.2135,39.3273,39.0657,38.6921,38.6253,38.5481,39.4371,40.678,40.9708,40.8639,40.6814,40.5094,40.209,39.9102,39.5774,39.2821,39.0102,38.9186,38.8615,38.7004,38.5614],[1.59792,1.58337,1.56667,1.54746,1.5253,1.50255,1.46805,1.42149,1.38906,1.80241,6.1725,17.6645,27.2801,33.9073,37.8471,39.1503,39.2601,38.9976,38.6229,38.5561,38.4772,39.3686,40.6264,40.93,40.8232,40.6405,40.4683,40.1658,39.8575,39.5347,39.2305,38.9596,38.8654,38.7971,38.6246,38.4692]],"t_unix":1786285964.501467,"uid":"s004_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.020687,36.692312,4.66624]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.830481,4.478412,0.969145],"median_spectrum_pct":[0.939867,0.938514,0.93696,0.93517,0.933125,0.949175,0.94343,0.911548,0.850027,0.714058,0.749841,0.980253,1.10637,1.11922,1.07833,0.997447,0.989278,1.10937,1.2882,1.55278,2.25604,6.86334,14.5717,17.975,18.4457,18.2474,18.0815,18.0907,18.4475,19.2166,20.4331,22.1334,24.2839,26.617,28.6598,30.3536],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.82051,4.474684,0.969145],[7.830481,4.478412,0.95603],[7.843288,4.484606,0.969786]],"session":4,"source":"ink","spectrum_pct":[[0.939867,0.938514,0.93696,0.93517,0.933125,0.949175,0.94343,0.914145,0.851957,0.721148,0.749841,0.980468,1.0983,1.1145,1.07833,0.997447,0.989278,1.11076,1.29682,1.56335,2.25979,6.84751,14.5433,17.9419,18.4122,18.2158,18.0428,18.0563,18.415,19.1826,20.3997,22.1056,24.2763,26.5904,28.6523,30.3339],[0.938457,0.937102,0.935547,0.933754,0.931708,0.949028,0.944542,0.908801,0.83305,0.677501,0.723234,0.971696,1.10637,1.12215,1.0766,0.994658,0.989029,1.10937,1.2882,1.55278,2.25604,6.86334,14.5717,17.975,18.4457,18.2474,18.0815,18.0907,18.4475,19.2166,20.4331,22.1334,24.2839,26.617,28.6598,30.3536],[0.951392,0.950046,0.9485,0.946718,0.944668,0.950738,0.94305,0.911548,0.850027,0.714058,0.762391,0.980253,1.1071,1.11922,1.08121,0.997601,0.990287,1.10661,1.28599,1.54529,2.25012,6.87859,14.5976,18.002,18.4722,18.2833,18.1093,18.1188,18.4727,19.2402,20.46,22.1433,24.3064,26.6417,28.6965,30.368]],"t_unix":1786286009.6628997,"uid":"s004_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.830481,4.478412,0.969145]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.961611,7.645871,27.453816],"median_spectrum_pct":[24.5978,24.6051,24.6135,24.6232,24.6353,25.5655,26.3011,26.6282,26.1879,25.7203,25.3508,22.6212,18.7815,14.9971,11.6079,8.85742,6.85061,5.47043,4.53778,3.94696,3.56446,3.38609,3.33714,3.38071,3.54487,3.86123,4.37767,5.13692,6.21765,7.71784,9.83847,12.7006,16.2166,20.0603,23.7515,26.8536],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.946926,7.62993,27.407762],[7.961611,7.645871,27.453816],[7.975384,7.660473,27.500375]],"session":4,"source":"ink","spectrum_pct":[[24.5545,24.5618,24.5702,24.5799,24.5919,25.509,26.239,26.5796,26.1467,25.6929,25.3486,22.5795,18.7398,14.9625,11.5819,8.83499,6.83276,5.45765,4.5248,3.9367,3.55594,3.38325,3.33113,3.375,3.54051,3.85371,4.36721,5.12699,6.20352,7.7117,9.82391,12.6996,16.2201,20.0848,23.7515,26.8536],[24.5978,24.6051,24.6135,24.6232,24.6353,25.5655,26.3011,26.6282,26.1879,25.7203,25.3508,22.6212,18.7815,14.9971,11.6079,8.85742,6.85061,5.47043,4.53778,3.94696,3.56446,3.38609,3.33714,3.38071,3.54487,3.86123,4.37767,5.13692,6.21765,7.71784,9.83847,12.7012,16.213,20.0489,23.7296,26.8719],[24.6437,24.6511,24.6596,24.6693,24.6813,25.6036,26.3416,26.6619,26.2146,25.7861,25.4262,22.6722,18.8044,15.0259,11.631,8.87459,6.86715,5.4807,4.54383,3.95082,3.57203,3.39289,3.34149,3.3857,3.55819,3.87208,4.38787,5.14489,6.22235,7.72388,9.85214,12.7006,16.2166,20.0603,23.7655,26.8334]],"t_unix":1786286054.8748393,"uid":"s004_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.961611,7.645871,27.453816]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.259501,8.012174,6.517655],"median_spectrum_pct":[4.66,4.65863,4.65705,4.65524,4.65285,4.51782,4.46421,4.46854,4.30343,4.65851,9.12773,16.1245,17.4997,15.8522,13.2378,10.6337,8.56722,7.07285,6.02674,5.35089,4.90813,4.72293,4.67978,4.69337,4.83671,5.14275,5.64327,6.38113,7.44586,8.94664,11.0311,13.785,17.1704,20.8298,24.3363,27.2752],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.248405,7.998094,6.505372],[5.259501,8.012174,6.517655],[5.265188,8.021725,6.518242]],"session":4,"source":"ink","spectrum_pct":[[4.6611,4.65974,4.65819,4.6564,4.65402,4.50856,4.45394,4.45922,4.2942,4.64875,9.12569,16.1245,17.4792,15.831,13.2166,10.6169,8.55252,7.05848,6.01463,5.34278,4.89574,4.71274,4.66635,4.68038,4.82505,5.13178,5.63363,6.36964,7.43199,8.93879,11.0157,13.7785,17.1704,20.812,24.3306,27.2271],[4.65976,4.6584,4.65683,4.65502,4.65264,4.51782,4.46421,4.46854,4.3037,4.65877,9.16171,16.1278,17.4997,15.8522,13.2378,10.6337,8.56722,7.07285,6.02674,5.35089,4.90813,4.72293,4.67978,4.69337,4.83671,5.14275,5.64327,6.38113,7.44894,8.94973,11.0359,13.785,17.1538,20.8298,24.354,27.2819],[4.66,4.65863,4.65705,4.65524,4.65285,4.5254,4.47174,4.47204,4.30343,4.65851,9.12773,16.1238,17.5158,15.8725,13.2533,10.6472,8.57943,7.08381,6.03988,5.36208,4.91492,4.73142,4.68472,4.69767,4.84024,5.14717,5.64946,6.38382,7.44586,8.94664,11.0311,13.7871,17.1759,20.8492,24.3363,27.2752]],"t_unix":1786286100.0661914,"uid":"s004_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.259501,8.012174,6.517655]} +{"battery_mv_start":4160,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":5,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786286316.4384878} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.422913,1.141021,2.299424],"median_spectrum_pct":[2.47505,2.47573,2.47652,2.47742,2.47831,2.41588,2.34471,2.25816,2.08582,1.85955,1.75616,1.74959,1.57226,1.38636,1.17968,1.00343,0.87436,0.798283,0.751734,0.730505,0.755904,0.995551,1.26941,1.38917,1.51178,1.72304,2.07114,2.64577,3.55149,4.96243,7.06069,9.96631,13.6533,17.6638,21.4395,24.6189],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.420518,1.138107,2.289563],[1.422913,1.141021,2.299424],[1.428467,1.146689,2.315024]],"session":5,"source":"ink","spectrum_pct":[[2.47505,2.47573,2.47652,2.47742,2.47831,2.40845,2.33381,2.24668,2.07286,1.85037,1.753,1.7176,1.5691,1.38412,1.17126,0.999959,0.87087,0.796493,0.751734,0.730505,0.755904,0.990716,1.26455,1.38824,1.51178,1.72206,2.07003,2.65036,3.54784,4.96243,7.07627,9.96081,13.6706,17.7057,21.508,24.6552],[2.46387,2.46454,2.46531,2.4662,2.46708,2.41588,2.34471,2.25816,2.08582,1.85955,1.75616,1.75074,1.57226,1.38636,1.17968,1.00343,0.87436,0.798283,0.751219,0.728052,0.755689,0.995551,1.26941,1.38917,1.51088,1.72392,2.07114,2.64192,3.55149,4.9619,7.06069,9.97005,13.6533,17.6638,21.4395,24.6081],[2.49525,2.49594,2.49673,2.49764,2.49853,2.42685,2.3545,2.26858,2.09216,1.86791,1.81356,1.74959,1.58711,1.3954,1.18803,1.00726,0.877078,0.802256,0.754282,0.734366,0.760681,0.997976,1.27387,1.39341,1.51516,1.72304,2.08036,2.64577,3.55203,4.96771,7.05863,9.96631,13.6446,17.6501,21.3979,24.6189]],"t_unix":1786286319.0701685,"uid":"s005_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.422913,1.141021,2.299424]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.895041,37.917695,43.14704],"median_spectrum_pct":[37.3522,37.3528,37.3535,37.3543,37.3561,38.4628,39.1059,39.4942,39.6678,40.0237,41.306,42.2385,42.0429,41.5027,40.7266,39.7011,38.7312,37.8888,37.118,36.6748,36.1354,35.7803,35.4508,35.1866,35.095,35.0889,35.1849,35.274,35.4341,35.6127,35.9237,36.3441,36.9348,37.5314,37.9485,38.2452],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.909644,37.929224,43.145431],[34.895041,37.917695,43.14704],[34.881329,37.904042,43.15488]],"session":5,"source":"ink","spectrum_pct":[[37.3342,37.3348,37.3355,37.3363,37.338,38.4318,39.0742,39.4935,39.6924,40.0237,41.3341,42.2319,42.0413,41.4928,40.7262,39.7027,38.7404,37.8979,37.1345,36.6928,36.1554,35.8016,35.4735,35.2152,35.12,35.1077,35.206,35.2954,35.4527,35.6357,35.9509,36.3554,36.9502,37.5314,37.9199,38.2294],[37.3522,37.3528,37.3535,37.3543,37.3561,38.4628,39.1059,39.4964,39.6629,40.0065,41.306,42.2385,42.0575,41.5027,40.7286,39.7011,38.7312,37.8888,37.118,36.6748,36.1354,35.7803,35.4508,35.1866,35.095,35.0889,35.1849,35.274,35.4341,35.6127,35.9237,36.3441,36.9348,37.5241,37.9485,38.2452],[37.3633,37.3639,37.3646,37.3655,37.3673,38.4751,39.1128,39.4942,39.6678,40.0368,41.304,42.2425,42.0429,41.5037,40.7266,39.6903,38.7239,37.8731,37.1004,36.655,36.1128,35.7562,35.4305,35.1718,35.0758,35.0659,35.1551,35.2446,35.4103,35.6054,35.9001,36.3219,36.9306,37.5621,37.9686,38.2784]],"t_unix":1786286364.346885,"uid":"s005_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.895041,37.917695,43.14704]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.979534,36.638417,4.648842],"median_spectrum_pct":[1.55264,1.53807,1.52135,1.50211,1.47996,1.47547,1.44577,1.40471,1.37395,1.78861,6.13526,17.6495,27.2661,33.8991,37.8422,39.1462,39.2749,39.0317,38.6538,38.5493,38.4389,39.3344,40.62,40.9697,40.8919,40.6941,40.49,40.1566,39.8489,39.5334,39.2796,39.052,38.969,38.9351,38.7498,38.5859],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.053131,36.731675,4.659297],[30.979534,36.638417,4.641445],[30.943068,36.589025,4.648842]],"session":5,"source":"ink","spectrum_pct":[[1.55264,1.53807,1.52135,1.50211,1.47996,1.47547,1.44184,1.40441,1.40087,1.77347,6.22371,17.7066,27.3004,33.9681,37.9323,39.2438,39.3821,39.1436,38.7642,38.6664,38.5566,39.435,40.6997,41.0446,40.9652,40.7675,40.5612,40.2332,39.9333,39.6148,39.3572,39.1394,39.1031,39.0616,38.8484,38.6438],[1.54487,1.53033,1.51364,1.49445,1.47235,1.47198,1.44577,1.40471,1.37235,1.78861,6.13291,17.6495,27.2661,33.8991,37.8422,39.1462,39.2749,39.0317,38.6538,38.5493,38.4389,39.3344,40.62,40.9697,40.8919,40.6941,40.49,40.1566,39.8489,39.5334,39.2796,39.052,38.9667,38.9351,38.7498,38.5859],[1.56612,1.55162,1.53497,1.51583,1.49378,1.49087,1.45097,1.41003,1.37395,1.81158,6.13526,17.6405,27.2499,33.8701,37.7897,39.0883,39.2167,38.969,38.5885,38.485,38.3755,39.2775,40.5802,40.9341,40.8551,40.6592,40.4501,40.1167,39.8133,39.4946,39.24,39.0184,38.969,38.892,38.7139,38.5811]],"t_unix":1786286409.550778,"uid":"s005_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.979534,36.638417,4.648842]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.832002,4.483029,0.994822],"median_spectrum_pct":[0.918329,0.916967,0.915403,0.913601,0.91156,0.939869,0.941381,0.916024,0.877396,0.81216,0.858695,1.03827,1.11602,1.12781,1.07518,0.995321,0.989287,1.10216,1.28503,1.54908,2.25039,6.84628,14.5519,17.9732,18.4507,18.2378,18.0462,18.0393,18.3895,19.1716,20.4202,22.1331,24.3547,26.7131,28.768,30.4094],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.832002,4.483401,1.011863],[7.836045,4.483029,0.984767],[7.810023,4.467419,0.994822]],"session":5,"source":"ink","spectrum_pct":[[0.921709,0.92034,0.918768,0.916958,0.914911,0.945349,0.941639,0.918229,0.888108,0.86454,0.903354,1.03893,1.11602,1.13074,1.07989,0.998515,0.991391,1.1064,1.29238,1.55888,2.25507,6.84628,14.5519,17.9732,18.4507,18.2378,18.0462,18.0393,18.3895,19.1716,20.4202,22.1331,24.3547,26.7216,28.768,30.459],[0.901784,0.900399,0.89881,0.896979,0.894932,0.939869,0.941381,0.916024,0.854268,0.77548,0.844196,1.03718,1.11375,1.12781,1.07518,0.995321,0.989287,1.10216,1.28503,1.54908,2.25039,6.86031,14.5745,17.9927,18.4758,18.264,18.0722,18.0633,18.4211,19.1915,20.4327,22.1423,24.3583,26.7131,28.7916,30.4019],[0.918329,0.916967,0.915403,0.913601,0.91156,0.938636,0.9328,0.912762,0.877396,0.81216,0.858695,1.03827,1.12295,1.12408,1.07279,0.993527,0.985477,1.09967,1.271,1.53512,2.23757,6.83993,14.5236,17.9281,18.4093,18.2059,18.0111,18.0064,18.3598,19.1299,20.3727,22.0926,24.2863,26.6374,28.7142,30.4094]],"t_unix":1786286454.8215716,"uid":"s005_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.832002,4.483029,0.994822]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.887942,7.568279,27.310848],"median_spectrum_pct":[24.4547,24.4621,24.4705,24.4802,24.4919,25.2213,25.9535,26.4657,26.1899,25.8115,25.3376,22.5882,18.6566,14.862,11.4768,8.74473,6.76334,5.39682,4.46934,3.88573,3.50291,3.3292,3.28251,3.33318,3.50173,3.81124,4.31786,5.07032,6.15574,7.64969,9.77937,12.6301,16.2085,20.0969,23.773,26.8953],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.875667,7.55397,27.274895],[7.887942,7.568279,27.310848],[7.903939,7.586151,27.374136]],"session":5,"source":"ink","spectrum_pct":[[24.4288,24.4361,24.4445,24.4543,24.466,25.1774,25.9,26.4111,26.1499,25.8027,25.3376,22.5711,18.6159,14.8233,11.4503,8.72528,6.74891,5.38201,4.45952,3.87396,3.49132,3.32285,3.27836,3.32627,3.49977,3.80682,4.3154,5.06793,6.15574,7.64969,9.77838,12.6301,16.2085,20.0984,23.7985,26.9171],[24.4547,24.4621,24.4705,24.4802,24.4919,25.2213,25.9535,26.4657,26.1899,25.8115,25.3069,22.5882,18.6566,14.862,11.4768,8.74473,6.76334,5.39682,4.46934,3.88573,3.50291,3.3292,3.28251,3.33318,3.50173,3.81124,4.31786,5.07032,6.14598,7.64363,9.77937,12.6187,16.1785,20.0835,23.7376,26.8829],[24.5053,24.5127,24.5212,24.5309,24.5426,25.2766,26.0001,26.5022,26.2176,25.911,25.4548,22.6469,18.7087,14.9012,11.5002,8.7642,6.78061,5.405,4.4768,3.89157,3.50861,3.33667,3.28771,3.3343,3.50375,3.81985,4.33295,5.0909,6.17014,7.67419,9.78934,12.6491,16.2206,20.0969,23.773,26.8953]],"t_unix":1786286499.9648533,"uid":"s005_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.887942,7.568279,27.310848]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.259851,7.998882,6.572121],"median_spectrum_pct":[4.6955,4.69416,4.69262,4.69085,4.6885,4.55073,4.49537,4.50797,4.34256,4.76043,9.30197,16.1909,17.521,15.8279,13.2005,10.593,8.54071,7.05168,6.00933,5.32972,4.88166,4.70603,4.6682,4.69564,4.84775,5.14724,5.64215,6.37547,7.43968,8.95628,11.0681,13.823,17.2487,20.9734,24.4094,27.3976],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.246933,7.983905,6.559301],[5.259851,7.998882,6.572121],[5.30449,8.061972,6.646276]],"session":5,"source":"ink","spectrum_pct":[[4.67082,4.66947,4.66791,4.66613,4.66379,4.53935,4.48458,4.49689,4.3368,4.73171,9.30197,16.1707,17.4951,15.8041,13.1778,10.5808,8.52455,7.03796,5.99522,5.3182,4.86929,4.69143,4.65405,4.68266,4.83005,5.13004,5.63102,6.36069,7.43553,8.94302,11.0546,13.7992,17.2082,20.9585,24.4094,27.3672],[4.6955,4.69416,4.69262,4.69085,4.6885,4.55073,4.49537,4.50797,4.34256,4.76043,9.27887,16.1909,17.521,15.8279,13.2005,10.593,8.54071,7.05168,6.00933,5.32972,4.88166,4.70603,4.6682,4.69564,4.84775,5.14724,5.64215,6.37547,7.43968,8.95628,11.0681,13.823,17.2495,20.985,24.4321,27.3976],[4.75231,4.75097,4.74943,4.74767,4.74532,4.60347,4.54648,4.54932,4.39879,4.86269,9.37654,16.327,17.6386,15.9408,13.2934,10.6726,8.60305,7.10696,6.06081,5.38284,4.93063,4.74975,4.70906,4.73023,4.8761,5.18231,5.6772,6.4088,7.47135,8.97575,11.0835,13.8419,17.2487,20.9734,24.4043,27.4091]],"t_unix":1786286545.0994086,"uid":"s005_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.259851,7.998882,6.572121]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":5,"source":"pipeline","t_unix":1786286639.6680574,"uid":"p00106","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":5,"source":"pipeline","t_unix":1786286641.940897,"uid":"p00110","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","ink_fraction":{"black":0.3837317708333333,"blue":0.0,"green":0.2808541666666667,"red":0.03204427083333333,"white":0.30336979166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray98","median_raw":[10.399089,11.667279,13.004577],"median_spectrum_pct":[11.3093,11.3095,11.3097,11.3099,11.31,11.4005,11.4742,11.502,11.4037,11.4913,13.1637,15.3976,15.635,14.9637,13.9393,12.8114,11.8497,11.084,10.4907,10.124,9.88458,10.0751,10.4263,10.5571,10.6888,10.9305,11.3418,11.9706,12.9064,14.2506,16.1041,18.5511,21.4963,24.622,27.3923,29.6728],"phase":"lut_gain","raster_sha1":"2d717f5efadb0f45","raw":[[10.391007,11.657728,12.98796],[10.399089,11.667279,13.004577],[10.405921,11.675185,13.014772]],"rgb":[98,98,98],"session":5,"source":"pipeline","spectrum_pct":[[11.2973,11.2974,11.2976,11.2979,11.298,11.3852,11.4561,11.486,11.3858,11.4869,13.1608,15.3681,15.6308,14.9489,13.9243,12.8007,11.8389,11.0746,10.4817,10.1156,9.87816,10.0648,10.4165,10.5506,10.6828,10.9293,11.3418,11.9706,12.9064,14.2506,16.1041,18.5452,21.4963,24.622,27.3931,29.6889],[11.3093,11.3095,11.3097,11.3099,11.31,11.4005,11.4742,11.502,11.4113,11.4913,13.1637,15.3976,15.635,14.9637,13.9393,12.8114,11.8497,11.084,10.4907,10.124,9.88458,10.0751,10.4263,10.5571,10.6888,10.9305,11.3411,11.9657,12.9059,14.2436,16.1016,18.5528,21.4919,24.6109,27.3923,29.6728],[11.3207,11.3209,11.3211,11.3213,11.3215,11.418,11.4898,11.5097,11.4037,11.5034,13.174,15.4143,15.662,14.9734,13.9463,12.8243,11.8545,11.0885,10.4969,10.1303,9.89142,10.0809,10.4328,10.5636,10.6958,10.9386,11.3498,11.9749,12.9139,14.2543,16.1171,18.5511,21.501,24.6306,27.3488,29.651]],"t_unix":1786286644.2230349,"uid":"p00115","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.399089,11.667279,13.004577]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","ink_fraction":{"black":0.21052864583333333,"blue":0.09318229166666667,"green":0.44134375,"red":0.2549453125,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray59","median_raw":[5.787245,6.348491,5.868734],"median_spectrum_pct":[4.82118,4.82067,4.82008,4.8194,4.81844,4.76325,4.73841,4.73346,4.61637,4.81447,6.86547,9.89112,10.3566,9.5291,8.25647,6.9509,5.87032,5.07194,4.51242,4.193,4.14003,5.19025,6.78441,7.42675,7.66572,7.93711,8.38075,9.05963,10.0773,11.546,13.6055,16.2577,19.451,22.8392,25.8647,28.4267],"phase":"lut_gain","raster_sha1":"8e19aacc93d2cf87","raw":[[5.776008,6.334482,5.848804],[5.787245,6.348491,5.868734],[5.796356,6.358968,5.883179]],"rgb":[59,59,59],"session":5,"source":"pipeline","spectrum_pct":[[4.7972,4.79668,4.79608,4.79539,4.79442,4.74659,4.72197,4.7223,4.59877,4.7832,6.86203,9.86928,10.3248,9.49956,8.23843,6.93772,5.85877,5.05678,4.50075,4.18267,4.12992,5.17899,6.77496,7.41746,7.65592,7.92524,8.37057,9.05548,10.0728,11.5396,13.6002,16.2522,19.4441,22.8169,25.8544,28.4124],[4.82118,4.82067,4.82008,4.8194,4.81844,4.76325,4.73841,4.73346,4.61637,4.81447,6.86547,9.89874,10.3566,9.5291,8.25647,6.9509,5.87032,5.07194,4.51242,4.193,4.14003,5.19025,6.78441,7.42675,7.66572,7.93711,8.38075,9.05963,10.0773,11.546,13.6055,16.2577,19.451,22.8392,25.8647,28.4267],[4.83472,4.83421,4.83363,4.83295,4.83199,4.77869,4.75207,4.74611,4.61656,4.82635,6.92055,9.89112,10.3585,9.54246,8.27212,6.9674,5.88312,5.08186,4.51983,4.2014,4.14816,5.19822,6.79501,7.43289,7.67407,7.94194,8.38844,9.07058,10.092,11.5619,13.6247,16.2657,19.4593,22.8597,25.8898,28.4705]],"t_unix":1786286691.8681266,"uid":"p00113","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.787245,6.348491,5.868734]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp hue_aware gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":5,"source":"pipeline","t_unix":1786286739.692032,"uid":"p00108","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786286742.0587811,"uid":"p00096","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","ink_fraction":{"black":0.8995286458333334,"blue":0.0,"green":0.06381510416666666,"red":0.03665625,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray41","median_raw":[1.963026,1.747043,2.682579],"median_spectrum_pct":[2.72335,2.7239,2.72453,2.72526,2.72588,2.62625,2.55248,2.47694,2.3511,2.25216,2.43299,2.65126,2.51843,2.25214,1.95157,1.65239,1.4302,1.27588,1.17091,1.12315,1.15131,1.51842,1.98622,2.18604,2.33351,2.5534,2.92383,3.52852,4.46038,5.90028,8.03768,10.925,14.529,18.4587,22.1394,25.256],"phase":"lut_gain","raster_sha1":"500b63d102e4de95","raw":[[1.963026,1.747043,2.682579],[1.966693,1.749619,2.69188],[1.957439,1.741787,2.675315]],"rgb":[41,41,41],"session":5,"source":"pipeline","spectrum_pct":[[2.72335,2.7239,2.72453,2.72526,2.72588,2.62625,2.55248,2.47227,2.34318,2.25216,2.44442,2.67218,2.51843,2.25214,1.95157,1.65239,1.4302,1.27588,1.16943,1.12224,1.15329,1.51842,1.98622,2.18604,2.33351,2.5534,2.92383,3.52946,4.46408,5.90851,8.04186,10.9404,14.5421,18.4928,22.1686,25.3325],[2.73311,2.73366,2.73429,2.73502,2.73565,2.64077,2.56606,2.47965,2.3511,2.27613,2.43299,2.6472,2.52594,2.25985,1.95538,1.66003,1.43182,1.27701,1.17199,1.12402,1.15074,1.5209,1.99381,2.19054,2.33617,2.55618,2.92722,3.52852,4.46038,5.90028,8.03768,10.925,14.529,18.4587,22.1394,25.256],[2.71659,2.71713,2.71776,2.71848,2.7191,2.61704,2.54424,2.47694,2.35558,2.2191,2.43136,2.65126,2.50196,2.25105,1.94135,1.64989,1.42459,1.27212,1.17091,1.12315,1.15131,1.51171,1.98272,2.17932,2.32517,2.54979,2.9124,3.50549,4.44061,5.87055,7.98724,10.8709,14.4554,18.3839,22.0465,25.1472]],"t_unix":1786286744.447943,"uid":"p00112","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.963026,1.747043,2.682579]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":5,"source":"pipeline","t_unix":1786286792.0709221,"uid":"p00119","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":5,"source":"bayer","t_unix":1786286792.0745854,"uid":"p01290","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.433347,1.149912,2.379635],"median_spectrum_pct":[2.52504,2.52574,2.52655,2.52747,2.52837,2.45196,2.37124,2.29081,2.16325,2.04525,1.91934,1.7775,1.62416,1.40612,1.19501,1.0089,0.878919,0.798263,0.748013,0.730744,0.760498,0.990184,1.25911,1.37931,1.5033,1.71695,2.07017,2.64482,3.55631,4.96885,7.09167,10.0193,13.6715,17.7086,21.4873,24.66],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.429934,1.147321,2.366045],[1.433347,1.149912,2.379635],[1.436425,1.153441,2.38958]],"rgb":null,"session":5,"source":"bayer","spectrum_pct":[[2.52761,2.52833,2.52914,2.53008,2.53098,2.44095,2.36333,2.28088,2.14927,2.02932,1.89464,1.7775,1.61693,1.39761,1.19061,1.00712,0.877449,0.796609,0.748013,0.730744,0.760498,0.987788,1.25435,1.37255,1.50236,1.71439,2.07017,2.6466,3.55666,4.98245,7.09424,10.0335,13.7074,17.7132,21.5129,24.7292],[2.5197,2.5204,2.5212,2.52213,2.52303,2.45196,2.37124,2.29081,2.16325,2.06493,1.91934,1.76631,1.62416,1.40654,1.19501,1.0089,0.878919,0.798263,0.746839,0.729906,0.759671,0.990184,1.25911,1.38053,1.5033,1.71784,2.07277,2.6394,3.54837,4.96885,7.09167,10.0193,13.6715,17.7086,21.4873,24.6551],[2.52504,2.52574,2.52655,2.52747,2.52837,2.45664,2.38338,2.30771,2.17515,2.04525,1.94435,1.80287,1.6291,1.40612,1.19652,1.01334,0.881569,0.800596,0.750232,0.73247,0.765835,0.99282,1.26013,1.37931,1.50641,1.71695,2.06776,2.64482,3.55631,4.9652,7.08392,10.0079,13.6712,17.6789,21.4847,24.66]],"t_unix":1786286792.0765944,"uid":"p01291","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.433347,1.149912,2.379635]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":5,"source":"bayer","t_unix":1786286837.2323954,"uid":"p01292","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","ink_fraction":{"black":0.7678880208333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.23211197916666668,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray78","median_raw":[6.193869,6.317558,9.26715],"median_spectrum_pct":[8.6275,8.62876,8.63021,8.63187,8.63367,8.67329,8.67721,8.66356,8.55305,8.39361,8.47121,8.30948,7.91795,7.46058,6.99289,6.53303,6.16139,5.88262,5.66967,5.54307,5.46699,5.613,5.8143,5.89912,6.01613,6.23181,6.59911,7.16466,8.06453,9.42239,11.3951,14.0775,17.4189,21.0346,24.3244,27.1095],"phase":"lut_gain","raster_sha1":"9ca3b72fe3cdb308","raw":[[6.190864,6.314366,9.26088],[6.19544,6.31967,9.276912],[6.193869,6.317558,9.26715]],"rgb":[78,78,78],"session":5,"source":"pipeline","spectrum_pct":[[8.63472,8.636,8.63746,8.63914,8.64093,8.6609,8.66646,8.65264,8.55305,8.39361,8.44109,8.30481,7.91682,7.45761,6.99014,6.5325,6.16071,5.87768,5.66536,5.54291,5.46304,5.60838,5.81034,5.89912,6.01613,6.23181,6.59829,7.16466,8.07001,9.42278,11.4023,14.0775,17.4284,21.0544,24.3891,27.1492],[8.62568,8.62694,8.62839,8.63005,8.63184,8.67329,8.67721,8.66356,8.57033,8.41406,8.48459,8.3298,7.91795,7.46058,7.00025,6.5386,6.16299,5.88424,5.66967,5.54307,5.4675,5.613,5.81639,5.90122,6.01428,6.23095,6.60118,7.16783,8.06453,9.42239,11.3951,14.0787,17.4189,21.0346,24.3244,27.1095],[8.6275,8.62876,8.63021,8.63187,8.63367,8.67881,8.68767,8.66865,8.54521,8.36766,8.47121,8.30948,7.92095,7.46294,6.99289,6.53303,6.16139,5.88262,5.6697,5.54608,5.46699,5.61635,5.8143,5.89768,6.01688,6.23313,6.59911,7.16463,8.05961,9.41683,11.3903,14.0742,17.4148,21.012,24.295,27.1061]],"t_unix":1786286839.7173452,"uid":"p00088","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.193869,6.317558,9.26715]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":5,"source":"pipeline","t_unix":1786286887.2507546,"uid":"p00093","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":5,"source":"pipeline","t_unix":1786286890.0824463,"uid":"p00124","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","ink_fraction":{"black":0.13708854166666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.8629114583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray162","median_raw":[27.99469,30.263717,35.926255],"median_spectrum_pct":[31.3979,31.3992,31.4006,31.4022,31.4047,32.2043,32.6755,32.9769,33.0842,33.3213,34.2024,34.7296,34.2983,33.6007,32.7561,31.7397,30.8026,30.017,29.3291,28.9342,28.4819,28.2497,28.0771,27.9146,27.8833,27.9554,28.1673,28.4253,28.8449,29.4093,30.2247,31.3298,32.6575,33.9758,35.1248,36.0396],"phase":"lut_gain","raster_sha1":"8bb4aeb089ff2f45","raw":[[28.010011,30.274176,35.926255],[27.994494,30.258731,35.924367],[27.99469,30.263717,35.937613]],"rgb":[162,162,162],"session":5,"source":"pipeline","spectrum_pct":[[31.3787,31.3799,31.3813,31.3829,31.3853,32.19,32.6637,32.9729,33.0933,33.3163,34.251,34.7296,34.2983,33.598,32.7561,31.7397,30.8101,30.0251,29.3429,28.9483,28.5002,28.2714,28.0985,27.9366,27.9066,27.977,28.1928,28.4541,28.8752,29.4396,30.2622,31.342,32.6737,34.0044,35.1676,36.0398],[31.4065,31.4077,31.4091,31.4108,31.4132,32.2043,32.6755,32.9769,33.0842,33.3231,34.1684,34.7221,34.2932,33.6007,32.7506,31.7283,30.7975,30.0142,29.3268,28.9294,28.4778,28.2497,28.0771,27.9146,27.8833,27.9554,28.1673,28.4253,28.8449,29.4093,30.2247,31.3298,32.6575,33.9758,35.1248,36.0396],[31.3979,31.3992,31.4006,31.4022,31.4047,32.2284,32.7009,32.9873,33.0809,33.3213,34.2024,34.7559,34.3148,33.6126,32.7636,31.742,30.8026,30.017,29.3291,28.9342,28.4819,28.2494,28.0707,27.9076,27.8709,27.9474,28.1613,28.4206,28.8364,29.393,30.1979,31.2964,32.6265,33.9452,35.0993,35.9668]],"t_unix":1786286892.4805422,"uid":"p00092","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.99469,30.263717,35.926255]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","ink_fraction":{"black":0.6129114583333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.3870885416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp bw gray98","median_raw":[10.235447,10.724777,14.764975],"median_spectrum_pct":[13.4674,13.469,13.4708,13.4729,13.4752,13.6268,13.6986,13.7055,13.6315,13.5136,13.6679,13.62,13.1176,12.507,11.8568,11.2063,10.6647,10.254,9.93536,9.75247,9.58548,9.64816,9.77529,9.81677,9.91392,10.1203,10.5042,11.0743,11.927,13.1884,15.0092,17.4622,20.4876,23.6896,26.5942,28.995],"phase":"lut_gain","raster_sha1":"013e4cec77c03ea6","raw":[[10.234341,10.72427,14.764975],[10.235447,10.724777,14.764962],[10.239402,10.729435,14.782196]],"rgb":[98,98,98],"session":5,"source":"pipeline","spectrum_pct":[[13.4537,13.4553,13.4571,13.4591,13.4614,13.6064,13.6824,13.6984,13.6315,13.5136,13.6781,13.62,13.1176,12.5045,11.8533,11.1975,10.6591,10.2529,9.93536,9.75247,9.58548,9.64752,9.77462,9.81469,9.91031,10.1203,10.5035,11.0733,11.9308,13.194,15.0099,17.4711,20.4984,23.6896,26.5942,29.0141],[13.4674,13.469,13.4708,13.4729,13.4752,13.6268,13.6986,13.7055,13.6168,13.5059,13.649,13.5907,13.1176,12.507,11.8568,11.2063,10.6647,10.254,9.93515,9.74986,9.58284,9.64816,9.77577,9.81677,9.91392,10.1233,10.5042,11.0743,11.9244,13.1884,15.0092,17.4622,20.4699,23.701,26.6015,28.995],[13.4675,13.469,13.4708,13.4729,13.4752,13.6367,13.7089,13.7111,13.6329,13.5543,13.6679,13.6221,13.1203,12.5116,11.8612,11.2085,10.672,10.2592,9.93872,9.75371,9.58692,9.64902,9.77529,9.81871,9.91397,10.1192,10.5042,11.0773,11.927,13.181,15.0033,17.4485,20.4876,23.6707,26.579,28.9706]],"t_unix":1786286939.9908392,"uid":"p00089","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.235447,10.724777,14.764975]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":5,"source":"pipeline","t_unix":1786286987.4210665,"uid":"p00123","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786286989.860945,"uid":"p00135","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":5,"source":"pipeline","t_unix":1786286992.3600159,"uid":"p00120","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab_hue_aware gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786286994.6751635,"uid":"p00122","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs_hue_aware","ink_fraction":{"black":0.9965234375,"blue":0.0,"green":0.0030598958333333333,"red":0.0004166666666666667,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs_hue_aware gray41","median_raw":[1.445219,1.157854,2.400451],"median_spectrum_pct":[2.54416,2.54487,2.54568,2.54661,2.54753,2.48004,2.40412,2.31599,2.17935,2.05209,1.95477,1.78338,1.62974,1.41023,1.20295,1.01574,0.881304,0.802354,0.75142,0.734723,0.765876,0.996469,1.26782,1.38917,1.51757,1.73345,2.08796,2.66068,3.56867,4.99518,7.11765,10.0539,13.7273,17.7412,21.5726,24.7689],"phase":"lut_gain","raster_sha1":"10abf218ad144d67","raw":[[1.439849,1.154264,2.386572],[1.445282,1.158113,2.405139],[1.445219,1.157854,2.400451]],"rgb":[41,41,41],"session":5,"source":"pipeline","spectrum_pct":[[2.5375,2.53821,2.53902,2.53995,2.54087,2.46993,2.3927,2.29851,2.15769,2.03163,1.95477,1.78275,1.6251,1.40245,1.19638,1.01257,0.881262,0.801624,0.748814,0.734723,0.764403,0.995755,1.26556,1.38553,1.5139,1.72449,2.08365,2.66068,3.56712,4.99988,7.11765,10.0539,13.7273,17.7412,21.5858,24.7741],[2.54416,2.54487,2.54568,2.54661,2.54753,2.48004,2.40412,2.31665,2.18608,2.0661,1.96,1.78983,1.63094,1.41337,1.20295,1.01574,0.881304,0.802354,0.751568,0.735472,0.768585,0.996469,1.26782,1.38917,1.51832,1.73481,2.08796,2.66133,3.56867,4.99518,7.12191,10.0567,13.7307,17.7509,21.5726,24.7689],[2.55184,2.55256,2.55337,2.55431,2.55523,2.48583,2.40745,2.31599,2.17935,2.05209,1.92794,1.78338,1.62974,1.41023,1.20427,1.01725,0.88381,0.804195,0.75142,0.734183,0.765876,0.99923,1.27214,1.39264,1.51757,1.73345,2.08957,2.65825,3.56996,4.9876,7.10825,10.0192,13.6986,17.7055,21.5273,24.7056]],"t_unix":1786286997.0286741,"uid":"p00125","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.445219,1.157854,2.400451]} +{"bayer_k":44,"config":null,"config_name":null,"duplicate_of":"p00063","ink_fraction":{"black":0.6875,"blue":0.0,"green":0.0,"red":0.0,"white":0.3125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 44/64","median_spectrum_pct":[11.014,11.0156,11.0175,11.0196,11.0221,11.1728,11.2358,11.2,11.0178,10.879,10.9123,10.8025,10.2548,9.6235,8.97824,8.35163,7.83795,7.44563,7.14596,6.97225,6.84922,6.95352,7.1161,7.17924,7.28392,7.4978,7.87712,8.44783,9.32445,10.6319,12.532,15.1012,18.3034,21.7365,24.9162,27.5547],"phase":"algo_gain","raster_sha1":"817f5be5046b3ee1","rgb":null,"session":5,"source":"bayer","t_unix":1786287043.5995572,"uid":"p00146","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.70033,7.956135,11.964095]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"p00088","ink_fraction":{"black":0.7678880208333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.23211197916666668,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray78","median_spectrum_pct":[8.6275,8.62876,8.63021,8.63187,8.63367,8.67329,8.67721,8.66356,8.55305,8.39361,8.47121,8.30948,7.91795,7.46058,6.99289,6.53303,6.16139,5.88262,5.66967,5.54307,5.46699,5.613,5.8143,5.89912,6.01613,6.23181,6.59911,7.16466,8.06453,9.42239,11.3951,14.0775,17.4189,21.0346,24.3244,27.1095],"phase":"algo_gain","raster_sha1":"9ca3b72fe3cdb308","rgb":[78,78,78],"session":5,"source":"pipeline","t_unix":1786287045.833204,"uid":"p00192","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.193869,6.317558,9.26715]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.6978229166666666,"blue":0.0,"green":0.0,"red":0.0,"white":0.3021770833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray78","median_raw":[7.708995,7.960632,11.615364],"median_spectrum_pct":[10.7009,10.7024,10.7041,10.7061,10.7082,10.7765,10.8264,10.8421,10.7233,10.579,10.702,10.5104,10.0396,9.46881,8.88057,8.31022,7.84154,7.48422,7.20032,7.03143,6.91288,7.034,7.22419,7.3027,7.41913,7.63926,8.01812,8.59478,9.48448,10.829,12.7668,15.368,18.6019,22.0512,25.1993,27.8262],"phase":"algo_gain","raster_sha1":"166cfd570fe02a7e","raw":[[7.707948,7.960453,11.610034],[7.708995,7.96236,11.615364],[7.709387,7.960632,11.615603]],"rgb":[78,78,78],"session":5,"source":"pipeline","spectrum_pct":[[10.6906,10.6921,10.6938,10.6958,10.6979,10.7598,10.8074,10.8329,10.7356,10.5964,10.7008,10.5104,10.0459,9.46806,8.88057,8.30873,7.83865,7.48037,7.19822,7.03143,6.91172,7.03239,7.2271,7.30307,7.41913,7.63835,8.01812,8.6005,9.48621,10.8365,12.7877,15.3952,18.6019,22.0633,25.2056,27.8493],[10.7009,10.7024,10.7041,10.7061,10.7082,10.7765,10.8264,10.8421,10.7187,10.579,10.7239,10.5333,10.0396,9.4724,8.88242,8.31232,7.84154,7.48422,7.20106,7.03077,6.91288,7.03518,7.22419,7.30113,7.41661,7.64098,8.02219,8.59401,9.48306,10.829,12.7668,15.3629,18.6084,22.0512,25.1897,27.8262],[10.705,10.7065,10.7082,10.7102,10.7123,10.7847,10.835,10.8481,10.7233,10.5723,10.702,10.5039,10.0344,9.46881,8.8767,8.31022,7.84294,7.48427,7.20032,7.03154,6.91429,7.034,7.22393,7.3027,7.4194,7.63926,8.01535,8.59478,9.48448,10.8214,12.7626,15.368,18.5977,22.03,25.1993,27.8172]],"t_unix":1786287050.028155,"uid":"p00218","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.708995,7.960632,11.615364]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.5781041666666666,"blue":0.0,"green":0.0,"red":0.0,"white":0.42189583333333336,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray98","median_raw":[10.967119,11.51656,15.965867],"median_spectrum_pct":[14.4536,14.4552,14.4571,14.4593,14.4618,14.6353,14.7665,14.8279,14.7298,14.7171,14.8972,14.7132,14.1615,13.4794,12.7774,12.0775,11.488,11.0234,10.6461,10.4199,10.2399,10.3084,10.4498,10.4955,10.5956,10.81,11.1792,11.7388,12.5978,13.8636,15.6707,18.0872,21.0651,24.1826,26.9921,29.325],"phase":"algo_gain","raster_sha1":"dc5e4d5878921b03","raw":[[10.965048,11.51544,15.958784],[10.967121,11.516851,15.971743],[10.967119,11.51656,15.965867]],"rgb":[98,98,98],"session":5,"source":"pipeline","spectrum_pct":[[14.4328,14.4344,14.4363,14.4385,14.441,14.6215,14.7501,14.8163,14.7246,14.7298,14.8978,14.7106,14.1528,13.4794,12.7757,12.0765,11.488,11.0239,10.6475,10.421,10.2399,10.3077,10.4475,10.496,10.5945,10.8118,11.181,11.7388,12.5978,13.8636,15.6707,18.0955,21.0651,24.2109,27.0002,29.3288],[14.4536,14.4552,14.4571,14.4593,14.4618,14.6353,14.7665,14.8279,14.7432,14.7171,14.8972,14.7653,14.1649,13.4778,12.7774,12.0775,11.4876,11.0217,10.6453,10.4199,10.2395,10.3102,10.4498,10.4948,10.5956,10.81,11.1762,11.7416,12.6,13.8637,15.6714,18.0872,21.0726,24.1826,26.9839,29.325],[14.4597,14.4614,14.4633,14.4655,14.468,14.6488,14.7782,14.8318,14.7298,14.688,14.8782,14.7132,14.1615,13.4853,12.781,12.081,11.49,11.0234,10.6461,10.4199,10.2408,10.3084,10.4524,10.4955,10.5973,10.8089,11.1792,11.7371,12.5974,13.8623,15.6553,18.0716,21.0482,24.1795,26.9921,29.3103]],"t_unix":1786287097.066702,"uid":"p00154","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.967119,11.51656,15.965867]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.48434635416666666,"blue":0.0,"green":0.0,"red":0.0,"white":0.5156536458333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray119","median_raw":[12.474273,13.146309,18.705443],"median_spectrum_pct":[16.8944,16.8965,16.8988,16.9015,16.9046,17.1679,17.3297,17.3882,17.2659,17.1651,17.4384,17.3431,16.5969,15.7237,14.8225,13.9177,13.1489,12.5347,12.0443,11.7417,11.5108,11.5879,11.7452,11.7937,11.9139,12.1538,12.5673,13.1657,14.0713,15.3532,17.1614,19.5034,22.3726,25.3649,28.0157,30.192],"phase":"algo_gain","raster_sha1":"6ebf368ba2671187","raw":[[12.469803,13.144275,18.690552],[12.474273,13.147983,18.707415],[12.474804,13.146309,18.705443]],"rgb":[119,119,119],"session":5,"source":"pipeline","spectrum_pct":[[16.8725,16.8745,16.8768,16.8795,16.8826,17.1365,17.3019,17.3737,17.2587,17.1651,17.4564,17.3431,16.5884,15.7114,14.8137,13.9147,13.1489,12.5347,12.0443,11.7417,11.5108,11.5859,11.7452,11.7937,11.9127,12.1538,12.5641,13.1607,14.0623,15.3415,17.142,19.5034,22.3719,25.3391,28.0081,30.1616],[16.8944,16.8965,16.8988,16.9015,16.9046,17.1679,17.3297,17.3882,17.2755,17.1714,17.4384,17.3533,16.6098,15.7237,14.8225,13.9177,13.1512,12.5383,12.0449,11.7417,11.5147,11.5879,11.7435,11.7935,11.9139,12.1538,12.568,13.1657,14.0713,15.3532,17.1645,19.5018,22.3849,25.3835,28.0361,30.2108],[16.8946,16.8967,16.899,16.9017,16.9049,17.1744,17.3397,17.3941,17.2659,17.1635,17.4291,17.32,16.5969,15.7296,14.8258,13.9196,13.1475,12.5326,12.0396,11.7405,11.5105,11.5905,11.7497,11.7973,11.9189,12.1542,12.5673,13.1687,14.0736,15.3551,17.1614,19.5054,22.3726,25.3649,28.0157,30.192]],"t_unix":1786287144.2694223,"uid":"p00168","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.474273,13.146309,18.705443]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray185","median_raw":[34.868725,37.890045,43.155292],"median_spectrum_pct":[37.3686,37.3693,37.37,37.3708,37.3726,38.4801,39.1099,39.4768,39.6585,40.0498,41.3544,42.2578,42.0299,41.4767,40.7138,39.6774,38.703,37.8563,37.0835,36.6394,36.0925,35.7319,35.412,35.1535,35.0591,35.0544,35.1512,35.2403,35.402,35.5993,35.9094,36.3422,36.9606,37.5377,37.9694,38.31],"phase":"algo_gain","raster_sha1":"74458a184e222a45","raw":[[34.876476,37.896044,43.155292],[34.868725,37.890045,43.157256],[34.853106,37.874322,43.139124]],"rgb":[185,185,185],"session":5,"source":"pipeline","spectrum_pct":[[37.3686,37.3693,37.37,37.3708,37.3726,38.4489,39.0788,39.473,39.663,40.0812,41.3839,42.275,42.0299,41.4752,40.7138,39.6774,38.7063,37.8616,37.0892,36.6441,36.1042,35.7451,35.4271,35.1672,35.0707,35.0715,35.1654,35.2566,35.4233,35.61,35.9342,36.3729,36.9696,37.5377,37.9867,38.3375],[37.3605,37.3611,37.3618,37.3627,37.3645,38.4801,39.1099,39.4828,39.6585,40.0498,41.3544,42.2578,42.0385,41.4879,40.7162,39.6784,38.703,37.8563,37.0835,36.6394,36.0925,35.7319,35.412,35.1535,35.0591,35.0544,35.1512,35.2403,35.402,35.5993,35.9094,36.3422,36.9606,37.5529,37.9694,38.31],[37.3805,37.3811,37.3819,37.3827,37.3845,38.4976,39.1266,39.4768,39.6251,39.9986,41.2702,42.2151,42.0292,41.4767,40.7098,39.6742,38.6929,37.84,37.0693,36.6244,36.076,35.7166,35.3961,35.1324,35.0351,35.0285,35.1292,35.2203,35.3818,35.5834,35.9,36.3367,36.9374,37.5148,37.9398,38.282]],"t_unix":1786287191.9559116,"uid":"p00197","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.868725,37.890045,43.155292]} +{"bayer_k":48,"config":null,"config_name":null,"duplicate_of":"p00067","ink_fraction":{"black":0.75,"blue":0.0,"green":0.0,"red":0.0,"white":0.25,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 48/64","median_spectrum_pct":[8.85029,8.85166,8.85323,8.85504,8.85706,8.9488,8.98205,8.93641,8.78321,8.66186,8.616,8.48852,8.04648,7.54648,7.02024,6.51217,6.1001,5.78729,5.54772,5.40678,5.31681,5.45092,5.64042,5.72326,5.84104,6.0607,6.43522,7.01423,7.92398,9.2879,11.2996,14.012,17.3786,21.0249,24.3489,27.0826],"phase":"algo_gain","raster_sha1":"5006764e9203c174","rgb":null,"session":5,"source":"bayer","t_unix":1786287237.238077,"uid":"p00147","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.125941,6.245965,9.526077]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":5,"source":"pipeline","t_unix":1786287239.680523,"uid":"p00185","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":40,"config":null,"config_name":null,"duplicate_of":"p00059","ink_fraction":{"black":0.625,"blue":0.0,"green":0.0,"red":0.0,"white":0.375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 40/64","median_spectrum_pct":[12.5184,12.5202,12.5221,12.5244,12.527,12.7217,12.812,12.8028,12.653,12.5014,12.5937,12.4495,11.8876,11.2065,10.499,9.80964,9.23679,8.79084,8.44448,8.24319,8.09588,8.18783,8.33539,8.37913,8.47688,8.69457,9.07255,9.64162,10.5175,11.7846,13.6318,16.1371,19.2237,22.555,25.5711,28.1051],"phase":"algo_gain","raster_sha1":"0d1e013804ca1310","rgb":null,"session":5,"source":"bayer","t_unix":1786287239.685161,"uid":"p00145","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.946964,9.316742,13.705131]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":5,"source":"pipeline","t_unix":1786287241.445269,"uid":"p00160","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":5,"source":"pipeline","t_unix":1786287243.9899812,"uid":"p00186","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.0015260416666666666,"blue":0.0,"green":0.0,"red":0.0,"white":0.9984739583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray185","median_raw":[34.933266,37.975352,43.308193],"median_spectrum_pct":[37.5017,37.5024,37.5031,37.5039,37.5058,38.6723,39.3093,39.6326,39.7773,40.1277,41.4248,42.3794,42.1719,41.62,40.8454,39.7967,38.8139,37.9539,37.1726,36.7182,36.1608,35.7795,35.4356,35.1723,35.0762,35.073,35.1717,35.2613,35.4315,35.6354,35.9426,36.3707,36.9741,37.5513,37.9753,38.302],"phase":"algo_gain","raster_sha1":"0cf1a43a22ce3bcb","raw":[[34.945717,37.985107,43.3123],[34.933266,37.975352,43.308193],[34.918825,37.959656,43.303514]],"rgb":[185,185,185],"session":5,"source":"pipeline","spectrum_pct":[[37.5068,37.5075,37.5082,37.509,37.5109,38.6461,39.2846,39.6326,39.7934,40.1512,41.4771,42.3921,42.1719,41.62,40.8454,39.8005,38.8173,37.9584,37.181,36.7313,36.1759,35.7968,35.4584,35.1909,35.0945,35.0948,35.1932,35.2861,35.4577,35.6437,35.9579,36.3832,36.9839,37.5513,37.9721,38.302],[37.5017,37.5024,37.5031,37.5039,37.5058,38.6723,39.3093,39.634,39.7773,40.1277,41.4248,42.3794,42.1811,41.6243,40.8464,39.7967,38.8139,37.9539,37.1726,36.7182,36.1608,35.7795,35.4356,35.1723,35.0762,35.073,35.1717,35.2613,35.4315,35.6354,35.9426,36.3707,36.9741,37.5514,38.0022,38.332],[37.4962,37.4968,37.4975,37.4983,37.5003,38.6815,39.3183,39.6284,39.7663,40.125,41.4209,42.3367,42.1603,41.6141,40.8377,39.786,38.7992,37.9397,37.1579,36.7035,36.1428,35.759,35.4135,35.149,35.0581,35.0593,35.1527,35.2433,35.4071,35.6016,35.9161,36.3601,36.965,37.5194,37.9753,38.2795]],"t_unix":1786287245.947074,"uid":"p00158","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.933266,37.975352,43.308193]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 32/64","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"algo_gain","raster_sha1":"984c5492e07f5c03","rgb":null,"session":5,"source":"bayer","t_unix":1786287291.0913205,"uid":"p00143","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":5,"source":"pipeline","t_unix":1786287293.5065587,"uid":"p00184","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.8197838541666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.18021614583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray59","median_raw":[4.864518,4.87322,7.523053],"median_spectrum_pct":[7.08059,7.08174,7.08305,7.08456,7.08624,7.09983,7.10565,7.0846,6.93936,6.75191,6.77401,6.60965,6.26095,5.84288,5.41835,5.01423,4.69311,4.45024,4.26498,4.16089,4.10893,4.27456,4.49461,4.58476,4.70301,4.91936,5.28021,5.85754,6.76182,8.13954,10.1522,12.9117,16.3414,20.0306,23.4933,26.3692],"phase":"algo_gain","raster_sha1":"eac08d42728b6b79","raw":[[4.879984,4.890283,7.525832],[4.859969,4.870349,7.516266],[4.864518,4.87322,7.523053]],"rgb":[59,59,59],"session":5,"source":"pipeline","spectrum_pct":[[7.08059,7.08174,7.08305,7.08456,7.08624,7.14511,7.15104,7.09364,6.92002,6.72539,6.73927,6.60965,6.27589,5.85682,5.44237,5.04061,4.71555,4.46914,4.28286,4.17878,4.12421,4.29066,4.51092,4.60208,4.71791,4.9365,5.30503,5.88493,6.79587,8.17604,10.2051,12.9701,16.4107,20.1104,23.59,26.4861],[7.07248,7.07365,7.07499,7.07652,7.07816,7.0885,7.09437,7.07775,6.9425,6.75191,6.77401,6.62602,6.25548,5.84007,5.41632,5.01282,4.69133,4.44796,4.26446,4.15968,4.10385,4.26803,4.48995,4.57919,4.69742,4.91212,5.27429,5.85203,6.75796,8.13954,10.1522,12.9117,16.3408,20.0306,23.4933,26.3692],[7.08108,7.08225,7.08359,7.08513,7.08677,7.09983,7.10565,7.0846,6.93936,6.75851,6.79663,6.60352,6.26095,5.84288,5.41835,5.01423,4.69311,4.45024,4.26498,4.16089,4.10893,4.27456,4.49461,4.58476,4.70301,4.91936,5.28021,5.85754,6.76182,8.13817,10.1512,12.91,16.3414,20.0052,23.4613,26.3568]],"t_unix":1786287295.2656426,"uid":"p00165","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.864518,4.87322,7.523053]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":5,"source":"bayer","t_unix":1786287340.5381622,"uid":"p01293","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":5,"source":"bayer","t_unix":1786287340.5401103,"uid":"p01294","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.676605,12.280497,17.742494],"median_spectrum_pct":[16.0556,16.0576,16.06,16.0627,16.0658,16.2743,16.4249,16.5036,16.4018,16.302,16.5454,16.4194,15.6822,14.8025,13.901,13.0108,12.2528,11.6557,11.1813,10.8916,10.6669,10.7548,10.9353,10.9905,11.1028,11.3507,11.7774,12.4022,13.3393,14.6621,16.5236,18.9584,21.8883,24.9461,27.6478,29.8809],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.676605,12.280497,17.72993],[11.676075,12.27705,17.742494],[11.681648,12.282785,17.75555]],"rgb":null,"session":5,"source":"bayer","spectrum_pct":[[16.0454,16.0475,16.0498,16.0525,16.0556,16.2617,16.4132,16.4942,16.3895,16.274,16.5454,16.4194,15.6822,14.8025,13.9028,13.0108,12.2528,11.6557,11.1813,10.8916,10.6699,10.7576,10.9355,10.9905,11.1021,11.3507,11.7774,12.4022,13.3401,14.6699,16.5392,18.9584,21.8883,24.9287,27.6476,29.8561],[16.0556,16.0576,16.06,16.0627,16.0658,16.2743,16.4249,16.5036,16.4018,16.3161,16.5398,16.4,15.6731,14.7997,13.8963,13.0069,12.251,11.6527,11.1809,10.8884,10.6648,10.7512,10.9294,10.9871,11.1028,11.3484,11.7717,12.4007,13.3294,14.6614,16.5206,18.9405,21.8825,24.9461,27.6478,29.8809],[16.083,16.0851,16.0875,16.0902,16.0933,16.2923,16.435,16.51,16.4147,16.302,16.5705,16.4418,15.6855,14.8095,13.901,13.0109,12.2546,11.6567,11.1838,10.8919,10.6669,10.7548,10.9353,10.9922,11.1075,11.3515,11.7839,12.408,13.3393,14.6621,16.5236,18.9596,21.894,24.962,27.6536,29.8966]],"t_unix":1786287340.5421903,"uid":"p01295","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.676605,12.280497,17.742494]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":5,"source":"pipeline","t_unix":1786287388.143015,"uid":"p00199","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":5,"source":"pipeline","t_unix":1786287390.8628528,"uid":"p00176","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.6986875,"blue":0.0,"green":0.0,"red":0.0,"white":0.3013125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray78","median_raw":[7.414341,7.639816,11.283507],"median_spectrum_pct":[10.4198,10.4213,10.4231,10.425,10.4272,10.5324,10.5763,10.5661,10.4157,10.251,10.2811,10.1691,9.72928,9.1517,8.56154,7.98856,7.51861,7.15554,6.87275,6.7054,6.58776,6.7165,6.9151,6.99733,7.11623,7.33877,7.72178,8.30786,9.20617,10.5599,12.5118,15.1358,18.3706,21.8229,25.0216,27.6378],"phase":"algo_gain","raster_sha1":"aa3414d2e4bf6d1c","raw":[[7.414341,7.639816,11.283507],[7.41848,7.642513,11.294432],[7.413454,7.637531,11.275187]],"rgb":[78,78,78],"session":5,"source":"pipeline","spectrum_pct":[[10.4198,10.4213,10.4231,10.425,10.4272,10.5194,10.558,10.5523,10.4157,10.2651,10.2812,10.1691,9.73236,9.15095,8.55739,7.98718,7.51796,7.15608,6.87275,6.70351,6.5876,6.71474,6.9151,6.99733,7.11179,7.33877,7.72178,8.30786,9.20617,10.5599,12.5118,15.1467,18.3797,21.8444,25.0266,27.6378],[10.4238,10.4253,10.4271,10.429,10.4312,10.5324,10.5763,10.5686,10.4338,10.251,10.2811,10.1972,9.72928,9.15413,8.5642,7.989,7.51892,7.15554,6.87297,6.7054,6.59029,6.71957,6.91531,6.99744,7.12013,7.34374,7.72571,8.31231,9.21619,10.5684,12.521,15.1358,18.3706,21.8229,25.0216,27.6412],[10.416,10.4175,10.4192,10.4211,10.4233,10.5361,10.5812,10.5661,10.4073,10.2091,10.2179,10.1492,9.70979,9.1517,8.56154,7.98856,7.51861,7.1547,6.87114,6.70633,6.58776,6.7165,6.9136,6.99565,7.11623,7.33466,7.71656,8.3058,9.2054,10.5556,12.5016,15.1145,18.3569,21.8086,24.9301,27.5375]],"t_unix":1786287392.740142,"uid":"p00166","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.414341,7.639816,11.283507]} +{"bayer_k":4,"config":null,"config_name":null,"duplicate_of":"p00023","ink_fraction":{"black":0.0625,"blue":0.0,"green":0.0,"red":0.0,"white":0.9375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 4/64","median_spectrum_pct":[34.5064,34.5075,34.5088,34.5102,34.5127,35.4865,36.0545,36.4643,36.6542,36.9,37.9745,38.5581,38.1422,37.4223,36.5401,35.4334,34.4015,33.5136,32.7529,32.3188,31.8138,31.4925,31.1923,30.9454,30.8694,30.9269,31.1367,31.3791,31.7204,32.1266,32.7124,33.4815,34.4795,35.4499,36.2558,36.9339],"phase":"algo_gain","raster_sha1":"b41b90f70fa87f3e","rgb":null,"session":5,"source":"bayer","t_unix":1786287437.9774222,"uid":"p00136","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.08522,33.715359,39.746962]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.93678125,"blue":0.0,"green":0.0,"red":0.0,"white":0.06321875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray41","median_raw":[2.639894,2.452908,4.140588],"median_spectrum_pct":[4.12383,4.1247,4.12571,4.12687,4.12803,4.07445,4.01795,3.94557,3.79729,3.58762,3.52594,3.44088,3.21733,2.94015,2.66195,2.40492,2.20626,2.0755,1.98448,1.93676,1.93777,2.15002,2.40847,2.52393,2.64882,2.86172,3.22937,3.80807,4.71437,6.11933,8.19784,11.0469,14.6126,18.5126,22.1827,25.2501],"phase":"algo_gain","raster_sha1":"64cd430b470879a5","raw":[[2.63348,2.44727,4.123597],[2.639894,2.452908,4.140588],[2.642422,2.453921,4.147037]],"rgb":[41,41,41],"session":5,"source":"pipeline","spectrum_pct":[[4.10058,4.10145,4.10244,4.10358,4.10475,4.06401,4.00392,3.93244,3.77418,3.57597,3.52415,3.4336,3.20463,2.93195,2.65413,2.40062,2.2019,2.0749,1.98203,1.93446,1.93165,2.14774,2.40356,2.51711,2.647,2.85792,3.22296,3.79949,4.70406,6.1111,8.19814,11.0513,14.63,18.5446,22.1959,25.2631],[4.12383,4.1247,4.12571,4.12687,4.12803,4.07445,4.01795,3.94557,3.80054,3.58762,3.53946,3.44088,3.218,2.94205,2.66511,2.40708,2.20626,2.0755,1.98448,1.93676,1.93777,2.15002,2.40847,2.52393,2.65162,2.86172,3.22937,3.80807,4.71815,6.12481,8.19784,11.0469,14.6012,18.501,22.1827,25.2501],[4.13513,4.13601,4.13702,4.13819,4.13936,4.08624,4.03035,3.95423,3.79729,3.60148,3.52594,3.44586,3.21733,2.94015,2.66195,2.40492,2.20929,2.07743,1.98621,1.93969,1.93932,2.15215,2.41303,2.52551,2.64882,2.86263,3.23282,3.81297,4.71437,6.11933,8.19372,11.0369,14.6126,18.5126,22.1803,25.1992]],"t_unix":1786287439.785822,"uid":"p00164","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.639894,2.452908,4.140588]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":5,"source":"pipeline","t_unix":1786287488.9856188,"uid":"p00201","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":28,"config":null,"config_name":null,"duplicate_of":"p00047","ink_fraction":{"black":0.4375,"blue":0.0,"green":0.0,"red":0.0,"white":0.5625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 28/64","median_spectrum_pct":[18.7433,18.7455,18.7479,18.7507,18.754,19.0944,19.3059,19.4089,19.2967,19.2054,19.5205,19.3618,18.608,17.6978,16.7559,15.7978,14.9782,14.329,13.8076,13.5048,13.2414,13.2269,13.2745,13.257,13.3308,13.5298,13.9046,14.4461,15.2535,16.4098,18.0453,20.2163,22.9059,25.7415,28.3083,30.3921],"phase":"algo_gain","raster_sha1":"243cca2611787227","rgb":null,"session":5,"source":"bayer","t_unix":1786287488.9881206,"uid":"p00142","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.048397,14.905316,20.878595]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.165265625,"blue":0.0,"green":0.0,"red":0.0,"white":0.834734375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray162","median_raw":[27.109369,29.267174,34.910643],"median_spectrum_pct":[30.5177,30.5189,30.5203,30.522,30.5245,31.4011,31.873,32.0932,32.1048,32.285,33.1088,33.6444,33.2185,32.5314,31.6938,30.6901,29.7771,28.9998,28.3292,27.9392,27.5039,27.3013,27.1507,27.0101,26.9938,27.077,27.3044,27.5874,28.0433,28.6533,29.5343,30.6967,32.1166,33.5279,34.7696,35.649],"phase":"algo_gain","raster_sha1":"8e70b04e19028771","raw":[[27.118727,29.274413,34.896546],[27.109369,29.265554,34.910643],[27.107898,29.267174,34.921966]],"rgb":[162,162,162],"session":5,"source":"pipeline","spectrum_pct":[[30.5093,30.5105,30.5119,30.5136,30.5161,31.377,31.8529,32.0854,32.1048,32.254,33.1058,33.6444,33.2185,32.526,31.6925,30.6901,29.7794,29.0077,28.3416,27.9543,27.5165,27.315,27.1706,27.031,27.0069,27.095,27.3286,27.6071,28.0677,28.6797,29.557,30.7022,32.1267,33.5494,34.7704,35.7006],[30.5177,30.5189,30.5203,30.522,30.5245,31.4011,31.873,32.0932,32.1042,32.2898,33.1203,33.6317,33.2167,32.5314,31.6938,30.6894,29.7721,28.9974,28.3292,27.9392,27.5039,27.3013,27.1507,27.0101,26.9938,27.077,27.3044,27.5874,28.0433,28.6533,29.5343,30.6967,32.1166,33.5279,34.7696,35.649],[30.5493,30.5505,30.5519,30.5536,30.5561,31.4193,31.8933,32.1013,32.1131,32.285,33.1088,33.6478,33.229,32.5516,31.7082,30.6981,29.7771,28.9998,28.3273,27.9353,27.4978,27.2939,27.1485,27.0035,26.9831,27.0713,27.2942,27.5773,28.0378,28.6529,29.5268,30.6808,32.0915,33.51,34.7602,35.6335]],"t_unix":1786287493.245779,"uid":"p00209","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.109369,29.267174,34.910643]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":5,"source":"pipeline","t_unix":1786287540.7590055,"uid":"p00198","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":36,"config":null,"config_name":null,"duplicate_of":"p00055","ink_fraction":{"black":0.5625,"blue":0.0,"green":0.0,"red":0.0,"white":0.4375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 36/64","median_spectrum_pct":[14.1904,14.1924,14.1946,14.1972,14.2002,14.4491,14.5675,14.5567,14.372,14.1947,14.3489,14.1816,13.5182,12.7293,11.9107,11.1084,10.4302,9.89391,9.48324,9.24392,9.06958,9.17232,9.32357,9.36119,9.45846,9.67856,10.0688,10.6557,11.5355,12.8058,14.6391,17.0953,20.1212,23.3659,26.3137,28.7343],"phase":"algo_gain","raster_sha1":"56d71b2f823fd83e","rgb":null,"session":5,"source":"bayer","t_unix":1786287540.7618854,"uid":"p00144","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.041892,10.493144,15.577887]} +{"bayer_k":12,"config":null,"config_name":null,"duplicate_of":"p00031","ink_fraction":{"black":0.1875,"blue":0.0,"green":0.0,"red":0.0,"white":0.8125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 12/64","median_spectrum_pct":[29.5097,29.5113,29.5131,29.5152,29.5181,30.2284,30.6948,31.0297,31.1218,31.291,32.0561,32.2758,31.6839,30.842,29.9043,28.8292,27.8719,27.0725,26.3897,25.9778,25.5342,25.3387,25.1991,25.0696,25.0665,25.1757,25.4215,25.7405,26.2489,26.93,27.9277,29.2549,30.8964,32.4934,33.9183,34.994],"phase":"algo_gain","raster_sha1":"c3d1f966cf25e9ea","rgb":null,"session":5,"source":"bayer","t_unix":1786287540.763985,"uid":"p00138","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.431942,27.42172,33.702204]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.2228203125,"blue":0.0,"green":0.0,"red":0.0,"white":0.7771796875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray162","median_raw":[24.044852,25.897689,31.770063],"median_spectrum_pct":[27.9228,27.9243,27.9261,27.9281,27.9309,28.6913,29.1046,29.2653,29.2301,29.331,30.0752,30.3946,29.9062,29.1391,28.2514,27.223,26.3066,25.5478,24.8955,24.5042,24.0973,23.9337,23.8278,23.7181,23.7385,23.8778,24.1395,24.5096,25.0879,25.8589,26.9532,28.3791,30.1038,31.8798,33.4095,34.5527],"phase":"algo_gain","raster_sha1":"c5b756f30fdeb3c7","raw":[[24.047161,25.900931,31.770063],[24.044852,25.897689,31.787976],[23.916599,25.762099,31.674273]],"rgb":[162,162,162],"session":5,"source":"pipeline","spectrum_pct":[[27.9228,27.9243,27.9261,27.9281,27.9309,28.6913,29.1046,29.2653,29.225,29.312,30.0452,30.3987,29.9062,29.1391,28.2514,27.2301,26.315,25.5538,24.9046,24.5123,24.107,23.9422,23.834,23.7281,23.7434,23.8785,24.1432,24.5176,25.0928,25.8589,26.9532,28.3791,30.1325,31.8945,33.4095,34.5527],[27.9379,27.9394,27.9411,27.9431,27.946,28.7207,29.1269,29.2684,29.2301,29.331,30.0993,30.3946,29.9201,29.1512,28.259,27.223,26.3066,25.5478,24.8955,24.5042,24.0973,23.9337,23.8278,23.7181,23.7385,23.8778,24.1395,24.5096,25.0879,25.8631,26.9616,28.3848,30.1038,31.8798,33.4213,34.6089],[27.818,27.8195,27.8213,27.8234,27.8261,28.4471,28.8539,29.1689,29.2504,29.3596,30.0752,30.34,29.7847,28.9947,28.104,27.0754,26.1647,25.4078,24.758,24.3691,23.9624,23.7921,23.6876,23.5793,23.595,23.7349,24.0039,24.3744,24.9495,25.7229,26.8201,28.2541,29.967,31.7366,33.2676,34.4184]],"t_unix":1786287542.898379,"uid":"p00170","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.044852,25.897689,31.770063]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray41","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[41,41,41],"session":5,"source":"pipeline","t_unix":1786287590.5786977,"uid":"p00177","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.9382552083333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.06174479166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray41","median_raw":[2.596089,2.406856,4.075796],"median_spectrum_pct":[4.08816,4.08905,4.09007,4.09124,4.0924,4.02251,3.96386,3.88842,3.73259,3.51526,3.48363,3.34575,3.15746,2.9042,2.61879,2.35872,2.16323,2.03262,1.94267,1.89779,1.89587,2.11182,2.36845,2.48174,2.60699,2.82954,3.19129,3.75734,4.67148,6.07148,8.14702,10.9967,14.5529,18.4429,22.1371,25.1598],"phase":"algo_gain","raster_sha1":"c5ca5db5558a13d8","raw":[[2.596089,2.406389,4.075796],[2.595617,2.406856,4.065908],[2.601884,2.412625,4.086715]],"rgb":[41,41,41],"session":5,"source":"pipeline","spectrum_pct":[[4.0865,4.08739,4.08841,4.08958,4.09073,4.01502,3.95514,3.88579,3.73259,3.5396,3.48363,3.34575,3.14886,2.89486,2.61879,2.35872,2.1629,2.0307,1.94174,1.89646,1.89412,2.10768,2.36373,2.47796,2.60517,2.82954,3.19129,3.75351,4.67424,6.08428,8.15846,11.0007,14.5897,18.4965,22.1581,25.2371],[4.08816,4.08905,4.09007,4.09124,4.0924,4.02251,3.96386,3.88842,3.72369,3.47415,3.4604,3.33902,3.15746,2.9042,2.6165,2.35806,2.16408,2.03262,1.94267,1.89779,1.89587,2.11182,2.36845,2.48174,2.60699,2.82661,3.18068,3.75734,4.66943,6.06862,8.14026,10.9967,14.5529,18.441,22.1174,25.1586],[4.09574,4.09663,4.09765,4.09882,4.09998,4.03394,3.97259,3.8993,3.74366,3.51526,3.49562,3.3803,3.17323,2.90861,2.62475,2.36286,2.16323,2.0343,1.94658,1.90056,1.89801,2.1133,2.37241,2.48533,2.61385,2.83701,3.19324,3.76002,4.67148,6.07148,8.14702,10.9841,14.538,18.4429,22.1371,25.1598]],"t_unix":1786287594.5706723,"uid":"p00203","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.596089,2.406856,4.075796]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.8212239583333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.17877604166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray59","median_raw":[4.943012,4.947803,7.539609],"median_spectrum_pct":[7.09597,7.0971,7.0984,7.0999,7.10152,7.14095,7.15692,7.12205,6.9527,6.72555,6.73884,6.61696,6.29756,5.88391,5.47877,5.0809,4.76582,4.52912,4.34675,4.24327,4.18993,4.36826,4.59646,4.69114,4.81438,5.02978,5.40803,5.98861,6.89436,8.27332,10.2933,13.0298,16.4409,20.1122,23.5305,26.4157],"phase":"algo_gain","raster_sha1":"800fb0289e117d0a","raw":[[4.940248,4.945618,7.533345],[4.943012,4.947803,7.539609],[4.944633,4.94934,7.548592]],"rgb":[59,59,59],"session":5,"source":"pipeline","spectrum_pct":[[7.09363,7.09477,7.09608,7.09758,7.0992,7.12781,7.14275,7.10584,6.94718,6.73672,6.73884,6.59991,6.28914,5.88391,5.47013,5.0786,4.76552,4.52967,4.34665,4.24065,4.18798,4.36464,4.59646,4.68921,4.81428,5.02795,5.40418,5.98702,6.89894,8.27604,10.3016,13.0452,16.4704,20.1311,23.5882,26.4322],[7.09597,7.0971,7.0984,7.0999,7.10152,7.14095,7.15692,7.12205,6.9527,6.72555,6.72064,6.61696,6.29756,5.8818,5.47877,5.0809,4.76607,4.52876,4.34675,4.24377,4.19103,4.37067,4.59556,4.69114,4.81662,5.03078,5.4097,5.98861,6.89399,8.27332,10.2933,13.0298,16.4409,20.1122,23.5305,26.4157],[7.10773,7.10887,7.11018,7.11168,7.11331,7.14811,7.16595,7.13297,6.95798,6.72552,6.73938,6.62652,6.30756,5.88864,5.48067,5.08162,4.76582,4.52912,4.34726,4.24327,4.18993,4.36826,4.60012,4.69558,4.81438,5.02978,5.40803,5.99257,6.89436,8.26148,10.274,13.01,16.4281,20.0852,23.5017,26.3792]],"t_unix":1786287644.0219896,"uid":"p00217","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.943012,4.947803,7.539609]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"p00087","ink_fraction":{"black":0.9264348958333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.07356510416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray59","median_spectrum_pct":[4.31672,4.3176,4.31862,4.31979,4.321,4.29408,4.24336,4.17585,4.02639,3.84651,3.8131,3.68981,3.44735,3.14483,2.85064,2.57809,2.37238,2.22835,2.12944,2.08142,2.0778,2.28604,2.54635,2.65647,2.78037,2.99625,3.36379,3.93831,4.84241,6.23881,8.32526,11.1673,14.7223,18.5824,22.265,25.3575],"phase":"algo_gain","raster_sha1":"bda0b8743179477b","rgb":[59,59,59],"session":5,"source":"pipeline","t_unix":1786287691.6930282,"uid":"p00191","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.789107,2.615225,4.395494]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.6980390625,"blue":0.0,"green":0.0,"red":0.0,"white":0.3019609375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray78","median_raw":[7.735996,7.987933,11.587519],"median_spectrum_pct":[10.65,10.6514,10.653,10.6549,10.6571,10.7903,10.8686,10.8562,10.6915,10.5033,10.5317,10.4682,10.0215,9.476,8.90302,8.34389,7.88205,7.52029,7.23642,7.06768,6.94704,7.07171,7.2672,7.34776,7.46427,7.67986,8.05486,8.63571,9.52602,10.8646,12.8089,15.4157,18.6227,22.0531,25.2181,27.8306],"phase":"algo_gain","raster_sha1":"c9e9b929a1ac17b4","raw":[[7.735996,7.987933,11.590965],[7.736823,7.988844,11.587519],[7.735374,7.987439,11.583416]],"rgb":[78,78,78],"session":5,"source":"pipeline","spectrum_pct":[[10.6496,10.651,10.6527,10.6546,10.6567,10.7794,10.8507,10.8511,10.7006,10.5374,10.5671,10.4682,10.0175,9.4699,8.90255,8.34389,7.88205,7.519,7.23684,7.06768,6.94704,7.07041,7.2672,7.34776,7.46266,7.67859,8.05486,8.64075,9.52602,10.8646,12.8089,15.4169,18.6361,22.0531,25.2188,27.8451],[10.65,10.6514,10.653,10.6549,10.6571,10.7903,10.8686,10.8581,10.6915,10.5033,10.5241,10.4825,10.0281,9.476,8.9069,8.34326,7.88221,7.52293,7.23625,7.0661,6.94517,7.07171,7.26904,7.34989,7.4662,7.68374,8.06317,8.63571,9.52969,10.8678,12.8091,15.4157,18.6227,22.0571,25.2181,27.8306],[10.6606,10.662,10.6637,10.6656,10.6677,10.8019,10.8743,10.8562,10.6765,10.482,10.5317,10.4487,10.0215,9.47794,8.90302,8.34689,7.88146,7.52029,7.23642,7.06798,6.94969,7.07317,7.26607,7.34673,7.46427,7.67986,8.05209,8.63167,9.52342,10.8585,12.7942,15.407,18.6136,22.0263,25.1708,27.7297]],"t_unix":1786287695.8840854,"uid":"p00205","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.735996,7.987933,11.587519]} +{"bayer_k":52,"config":null,"config_name":null,"duplicate_of":"p00071","ink_fraction":{"black":0.8125,"blue":0.0,"green":0.0,"red":0.0,"white":0.1875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 52/64","median_spectrum_pct":[7.08082,7.08197,7.0833,7.08482,7.08646,7.11098,7.11527,7.07517,6.91508,6.69648,6.67798,6.61555,6.28463,5.87399,5.4571,5.05572,4.73422,4.49381,4.30947,4.20718,4.15502,4.32478,4.54377,4.63437,4.75075,4.96914,5.3407,5.92149,6.82788,8.20185,10.2059,12.9305,16.351,20.0131,23.4784,26.3288],"phase":"algo_gain","raster_sha1":"1ae28f8e43795b99","rgb":null,"session":5,"source":"bayer","t_unix":1786287741.063322,"uid":"p00148","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.898671,4.911559,7.495609]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.8199375,"blue":0.0,"green":0.0,"red":0.0,"white":0.1800625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray59","median_raw":[4.86908,4.871689,7.448326],"median_spectrum_pct":[7.02007,7.0212,7.0225,7.02399,7.02562,7.08209,7.0908,7.02569,6.8571,6.63335,6.61646,6.51541,6.22009,5.82563,5.40874,5.01051,4.6923,4.45054,4.2663,4.16529,4.11284,4.28732,4.519,4.61448,4.73402,4.95522,5.32941,5.91107,6.82304,8.19466,10.2127,12.9605,16.3966,20.0842,23.4932,26.3763],"phase":"algo_gain","raster_sha1":"55d485122263fb07","raw":[[4.869182,4.872589,7.458983],[4.866457,4.869685,7.446073],[4.86908,4.871689,7.448326]],"rgb":[59,59,59],"session":5,"source":"pipeline","spectrum_pct":[[7.02007,7.0212,7.0225,7.02399,7.02562,7.07066,7.08185,7.02315,6.87248,6.67034,6.68977,6.5249,6.22009,5.82863,5.40832,5.00925,4.6923,4.44992,4.2663,4.16529,4.11388,4.28732,4.519,4.61448,4.73402,4.95522,5.32941,5.91107,6.82242,8.19286,10.225,12.9675,16.4156,20.1096,23.5501,26.4474],[7.02644,7.02758,7.02888,7.03038,7.03202,7.08209,7.0908,7.02569,6.85233,6.63335,6.6083,6.51541,6.21678,5.82341,5.40874,5.01051,4.69185,4.45054,4.26538,4.1639,4.11284,4.28522,4.5168,4.61327,4.73111,4.95332,5.32694,5.90805,6.82326,8.20026,10.2127,12.9605,16.3966,20.0842,23.4916,26.3763],[7.0168,7.01792,7.0192,7.02068,7.02234,7.09289,7.10036,7.03691,6.8571,6.61031,6.61646,6.50287,6.22162,5.82563,5.41167,5.01352,4.69432,4.45152,4.26778,4.16564,4.11198,4.28893,4.52001,4.6159,4.73527,4.96102,5.3314,5.91395,6.82304,8.19466,10.2065,12.9531,16.3814,20.0823,23.4932,26.3202]],"t_unix":1786287742.8599265,"uid":"p00152","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.86908,4.871689,7.448326]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":5,"source":"pipeline","t_unix":1786287790.3042934,"uid":"p00189","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":5,"source":"pipeline","t_unix":1786287792.035368,"uid":"p00162","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":5,"source":"pipeline","t_unix":1786287796.4678245,"uid":"p00224","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.32855989583333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.6714401041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray140","median_raw":[19.468964,20.841356,26.731202],"median_spectrum_pct":[23.7059,23.7077,23.7097,23.7121,23.7152,24.2986,24.6057,24.6953,24.5906,24.6329,25.1549,25.2595,24.6693,23.851,22.9306,21.9515,21.0881,20.3813,19.791,19.4435,19.1038,19.0226,19.0218,18.9705,19.0162,19.1864,19.5218,20.0038,20.7095,21.7071,23.0865,24.9068,27.0875,29.3497,31.322,32.8475],"phase":"algo_gain","raster_sha1":"4e64b16a1776f653","raw":[[19.472168,20.84709,26.732291],[19.468964,20.841356,26.731202],[19.467233,20.840125,26.720756]],"rgb":[140,140,140],"session":5,"source":"pipeline","spectrum_pct":[[23.7087,23.7105,23.7125,23.7149,23.718,24.2814,24.5862,24.6875,24.606,24.6339,25.1724,25.306,24.6988,23.851,22.9306,21.955,21.0881,20.3813,19.7935,19.4454,19.1055,19.0299,19.0285,18.9746,19.0194,19.1959,19.5277,20.0095,20.7177,21.7071,23.0865,24.9225,27.0889,29.3604,31.3314,32.941],[23.7059,23.7077,23.7097,23.7121,23.7152,24.2986,24.6057,24.6953,24.5906,24.6329,25.1549,25.2595,24.6693,23.8479,22.9284,21.9504,21.0853,20.3776,19.791,19.4435,19.1038,19.0212,19.0218,18.9705,19.0162,19.1864,19.5212,20.0038,20.7095,21.7095,23.0853,24.9068,27.0859,29.3497,31.322,32.8475],[23.7015,23.7033,23.7054,23.7077,23.7108,24.3145,24.6241,24.6994,24.5857,24.58,25.0816,25.2382,24.6635,23.8558,22.9314,21.9515,21.0912,20.382,19.7909,19.4407,19.102,19.0226,19.0205,18.9696,19.0114,19.1857,19.5218,19.9972,20.7084,21.6907,23.0879,24.8882,27.0875,29.3448,31.3165,32.8418]],"t_unix":1786287800.9264927,"uid":"p00221","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.468964,20.841356,26.731202]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"p00090","ink_fraction":{"black":0.44745572916666665,"blue":0.0,"green":0.0,"red":0.0,"white":0.5525442708333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray119","median_spectrum_pct":[18.9959,18.9976,18.9996,19.0018,19.0046,19.3866,19.6035,19.6954,19.6335,19.6123,19.8873,19.8743,19.2646,18.5278,17.7436,16.9165,16.2043,15.6262,15.1548,14.8854,14.6402,14.6315,14.6879,14.6748,14.7426,14.9385,15.3062,15.832,16.6295,17.7426,19.3204,21.4066,23.9531,26.6686,29.0343,30.9942],"phase":"algo_gain","raster_sha1":"29b7487a06b1f60f","rgb":[119,119,119],"session":5,"source":"pipeline","t_unix":1786287848.5115974,"uid":"p00194","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.166358,16.106554,21.27149]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.437,"blue":0.0,"green":0.0,"red":0.0,"white":0.563,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray119","median_raw":[15.338529,16.304325,21.85995],"median_spectrum_pct":[19.55,19.5519,19.554,19.5565,19.5595,19.9083,20.1332,20.2828,20.2006,20.1464,20.4313,20.4044,19.7732,18.9573,18.085,17.1774,16.4099,15.7916,15.2886,14.9864,14.709,14.6835,14.7465,14.7481,14.8205,15.0233,15.3941,15.9331,16.7437,17.8829,19.487,21.596,24.1495,26.8747,29.2011,31.104],"phase":"algo_gain","raster_sha1":"cead452b16edd355","raw":[[15.338529,16.304516,21.848222],[15.338423,16.304325,21.85995],[15.339171,16.30398,21.86536]],"rgb":[119,119,119],"session":5,"source":"pipeline","spectrum_pct":[[19.55,19.5519,19.554,19.5565,19.5595,19.8866,20.1122,20.2685,20.1979,20.1478,20.4313,20.4002,19.7649,18.9573,18.085,17.1774,16.4096,15.791,15.2886,14.9879,14.7141,14.6882,14.749,14.7498,14.8229,15.0264,15.3989,15.9323,16.7437,17.8923,19.497,21.6027,24.1488,26.8742,29.2011,31.104],[19.5486,19.5505,19.5526,19.5551,19.5581,19.9083,20.1332,20.2828,20.2006,20.1464,20.446,20.4238,19.7732,18.9543,18.0845,17.1764,16.4108,15.7941,15.2893,14.9864,14.7073,14.6835,14.7465,14.7481,14.8205,15.021,15.3917,15.9331,16.7401,17.8757,19.487,21.5926,24.1673,26.8747,29.2126,31.1128],[19.551,19.5529,19.5551,19.5576,19.5605,19.9112,20.1421,20.2879,20.2251,20.1463,20.4295,20.4044,19.776,18.9615,18.0862,17.1781,16.4099,15.7916,15.2883,14.9856,14.709,14.6821,14.7442,14.7447,14.8202,15.0233,15.3941,15.9331,16.7453,17.8829,19.4834,21.596,24.1495,26.8761,29.2001,31.0784]],"t_unix":1786287852.9218328,"uid":"p00207","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.338529,16.304325,21.85995]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":5,"source":"bayer","t_unix":1786287898.1990855,"uid":"p01296","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":5,"source":"bayer","t_unix":1786287898.2013853,"uid":"p01297","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":5,"source":"bayer","t_unix":1786287898.2047575,"uid":"p01298","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":16,"config":null,"config_name":null,"duplicate_of":"p00035","ink_fraction":{"black":0.25,"blue":0.0,"green":0.0,"red":0.0,"white":0.75,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 16/64","median_spectrum_pct":[26.942,26.9438,26.9459,26.9483,26.951349999999998,27.5599,27.963749999999997,28.258699999999997,28.3259,28.45245,29.05275,29.1544,28.4809,27.59055,26.616300000000003,25.54175,24.5908,23.80945,23.15145,22.7473,22.3352,22.161099999999998,22.046,21.94995,21.9709,22.1128,22.3929,22.797449999999998,23.4075,24.24275,25.451,27.038899999999998,28.9673,30.930799999999998,32.609300000000005,33.9914],"phase":"algo_gain","raster_sha1":"4ee18a0ce14026f1","rgb":null,"session":5,"source":"bayer","t_unix":1786287898.208016,"uid":"p00139","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.5104105,24.2232025,30.6379995]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.001234375,"blue":0.0,"green":0.0,"red":0.0,"white":0.998765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray185","median_raw":[35.041526,38.078741,43.177139],"median_spectrum_pct":[37.3698,37.3703,37.371,37.3717,37.3733,38.4196,39.0494,39.5027,39.7403,40.08,41.3878,42.2952,42.1133,41.5867,40.8425,39.8384,38.8967,38.0685,37.3143,36.8851,36.3439,35.9727,35.6332,35.3748,35.2774,35.2692,35.3542,35.4277,35.5699,35.7261,36.0093,36.4071,36.9761,37.5403,37.934,38.2144],"phase":"algo_gain","raster_sha1":"e2465e4c4b36eddd","raw":[[35.060957,38.099098,43.177139],[35.041526,38.078741,43.188014],[35.026754,38.06625,43.15757]],"rgb":[185,185,185],"session":5,"source":"pipeline","spectrum_pct":[[37.3768,37.3774,37.378,37.3788,37.3804,38.4126,39.0423,39.5103,39.7403,40.08,41.3878,42.336,42.1195,41.5867,40.8526,39.85,38.9137,38.0931,37.339,36.9109,36.3729,36.0011,35.6672,35.4063,35.3023,35.2979,35.3837,35.463,35.5892,35.7491,36.0459,36.4405,37.0003,37.5403,37.9428,38.1885],[37.3698,37.3703,37.371,37.3717,37.3733,38.4196,39.0494,39.5027,39.7427,40.1439,41.4342,42.2952,42.1073,41.58,40.8399,39.8384,38.8967,38.0685,37.3143,36.8851,36.3439,35.9727,35.6332,35.3748,35.2774,35.2692,35.3542,35.4277,35.5699,35.7261,36.0093,36.4055,36.9737,37.5689,37.9293,38.2371],[37.3653,37.3659,37.3665,37.3673,37.3689,38.4284,39.0595,39.4993,39.7142,40.0378,41.3064,42.2778,42.1133,41.5879,40.8425,39.8331,38.8856,38.0573,37.3002,36.87,36.3283,35.9607,35.6267,35.3586,35.2576,35.2489,35.3372,35.4168,35.5594,35.7167,35.9934,36.4071,36.9761,37.5378,37.934,38.2144]],"t_unix":1786287902.831983,"uid":"p00223","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.041526,38.078741,43.177139]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"p00089","ink_fraction":{"black":0.6129114583333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.3870885416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray98","median_spectrum_pct":[13.4674,13.469,13.4708,13.4729,13.4752,13.6268,13.6986,13.7055,13.6315,13.5136,13.6679,13.62,13.1176,12.507,11.8568,11.2063,10.6647,10.254,9.93536,9.75247,9.58548,9.64816,9.77529,9.81677,9.91392,10.1203,10.5042,11.0743,11.927,13.1884,15.0092,17.4622,20.4876,23.6896,26.5942,28.995],"phase":"algo_gain","raster_sha1":"013e4cec77c03ea6","rgb":[98,98,98],"session":5,"source":"pipeline","t_unix":1786287950.538145,"uid":"p00193","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.235447,10.724777,14.764975]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.0015234375,"blue":0.0,"green":0.0,"red":0.0,"white":0.9984765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray185","median_raw":[35.049088,38.098122,43.272754],"median_spectrum_pct":[37.4619,37.4625,37.4631,37.4639,37.4656,38.5604,39.2017,39.6029,39.8002,40.1295,41.4256,42.3749,42.1965,41.653,40.905,39.8907,38.9322,38.093,37.3287,36.8871,36.3351,35.9529,35.6066,35.3416,35.2433,35.237,35.325,35.4091,35.5598,35.7258,36.0102,36.4238,37.0025,37.5439,37.9461,38.2508],"phase":"algo_gain","raster_sha1":"08d3e0d84dd0338e","raw":[[35.056782,38.104384,43.267119],[35.049088,38.098122,43.278433],[35.038789,38.089184,43.272754]],"rgb":[185,185,185],"session":5,"source":"pipeline","spectrum_pct":[[37.4619,37.4625,37.4631,37.4639,37.4656,38.5387,39.175,39.6003,39.8002,40.1295,41.4347,42.3762,42.1965,41.6489,40.9049,39.8936,38.9342,38.0994,37.3312,36.8936,36.3468,35.9693,35.6247,35.3587,35.2607,35.2523,35.3419,35.4306,35.5782,35.7419,36.0268,36.4347,36.9956,37.5439,37.9461,38.2416],[37.4532,37.4538,37.4544,37.4552,37.4569,38.5604,39.2017,39.6059,39.8073,40.1581,41.4201,42.3747,42.1843,41.6583,40.9111,39.8907,38.9322,38.093,37.3287,36.8871,36.3351,35.9529,35.6066,35.3416,35.2433,35.237,35.325,35.4091,35.5598,35.7258,36.0102,36.4194,37.0025,37.5603,37.9874,38.2589],[37.4687,37.4693,37.47,37.4708,37.4725,38.5763,39.2105,39.6029,39.779,40.1213,41.4256,42.3749,42.1986,41.653,40.905,39.886,38.9266,38.0869,37.3153,36.8722,36.3224,35.9419,35.5904,35.3274,35.2351,35.2231,35.3085,35.3941,35.5478,35.7133,36.0009,36.4238,37.0067,37.5353,37.9345,38.2508]],"t_unix":1786287952.1721542,"uid":"p00171","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.049088,38.098122,43.272754]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"p00091","ink_fraction":{"black":0.30649479166666665,"blue":0.0,"green":0.0,"red":0.0,"white":0.6935052083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray140","median_spectrum_pct":[24.1731,24.1748,24.1768,24.1791,24.182,24.7318,25.0305,25.1854,25.1334,25.1001,25.6046,25.7633,25.2544,24.4831,23.6074,22.6675,21.8273,21.1402,20.5774,20.2552,19.9231,19.8488,19.8367,19.7603,19.7719,19.9245,20.2638,20.7312,21.413,22.3458,23.6499,25.3455,27.4345,29.5982,31.5047,33.0252],"phase":"algo_gain","raster_sha1":"e2758d9afa174950","rgb":[140,140,140],"session":5,"source":"pipeline","t_unix":1786287999.680474,"uid":"p00195","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.155348,21.579727,27.259525]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","ink_fraction":{"black":0.30552083333333335,"blue":0.0,"green":0.0,"red":0.0,"white":0.6944791666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray140","median_raw":[20.669752,22.187096,27.90007],"median_spectrum_pct":[24.6785,24.6801,24.682,24.6842,24.6871,25.2896,25.6116,25.7413,25.6901,25.7131,26.2844,26.4857,25.9492,25.1693,24.2923,23.3317,22.4859,21.7944,21.2123,20.8673,20.5088,20.3725,20.312,20.2318,20.2563,20.3993,20.7102,21.1557,21.8063,22.7148,23.9954,25.6974,27.7741,29.9264,31.7897,33.2816],"phase":"algo_gain","raster_sha1":"e114dabbc946fbdb","raw":[[20.673132,22.189011,27.90007],[20.669752,22.187096,27.897944],[20.665666,22.183775,27.902596]],"rgb":[140,140,140],"session":5,"source":"pipeline","spectrum_pct":[[24.6779,24.6796,24.6815,24.6837,24.6866,25.2756,25.5954,25.7373,25.6901,25.7374,26.3237,26.5135,25.9228,25.1624,24.292,23.3315,22.4859,21.7944,21.2123,20.8685,20.5142,20.3796,20.3201,20.2394,20.259,20.4097,20.7199,21.1557,21.8075,22.7148,24.0125,25.7304,27.7741,29.935,31.8458,33.2816],[24.6785,24.6801,24.682,24.6842,24.6871,25.2896,25.6116,25.7413,25.6977,25.7092,26.2744,26.4857,25.9519,25.1693,24.2923,23.332,22.4864,21.7964,21.214,20.8673,20.5088,20.3725,20.312,20.2318,20.2563,20.3993,20.7102,21.1558,21.8063,22.7198,23.9954,25.6974,27.7894,29.9264,31.7897,33.2931],[24.6867,24.6884,24.6903,24.6925,24.6954,25.3121,25.6286,25.7433,25.6806,25.7131,26.2844,26.4809,25.9492,25.1702,24.3019,23.3317,22.4855,21.7895,21.2101,20.8632,20.5018,20.3643,20.303,20.2253,20.2487,20.3962,20.7084,21.1387,21.7869,22.6962,23.9826,25.6914,27.764,29.9255,31.7486,33.1898]],"t_unix":1786288002.073221,"uid":"p00182","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.669752,22.187096,27.90007]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.9368255208333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.06317447916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray41","median_raw":[2.672956,2.488326,4.211733],"median_spectrum_pct":[4.18478,4.18566,4.18668,4.18784,4.18904,4.15901,4.10485,4.01792,3.85667,3.62065,3.60695,3.4666,3.25075,2.99034,2.70647,2.44526,2.24952,2.11174,2.01902,1.9725,1.97015,2.18228,2.43691,2.54634,2.66427,2.87552,3.24191,3.81432,4.7297,6.13298,8.20902,11.0509,14.6291,18.5474,22.2342,25.2523],"phase":"algo_gain","raster_sha1":"55d5ecde49f86d45","raw":[[2.670306,2.486087,4.204027],[2.672956,2.488326,4.215354],[2.675666,2.489501,4.211733]],"rgb":[41,41,41],"session":5,"source":"pipeline","spectrum_pct":[[4.18799,4.18888,4.18991,4.19108,4.19227,4.14598,4.0934,4.01565,3.85474,3.61546,3.60571,3.4666,3.24595,2.98713,2.70545,2.44352,2.25054,2.11174,2.01744,1.97012,1.96921,2.178,2.43158,2.54409,2.66427,2.87552,3.24191,3.81432,4.7297,6.13298,8.21773,11.059,14.6538,18.576,22.2541,25.3608],[4.18478,4.18566,4.18668,4.18784,4.18904,4.15901,4.10485,4.01792,3.86349,3.64397,3.62465,3.4688,3.25075,2.99034,2.70965,2.44582,2.24914,2.11136,2.01902,1.9725,1.97015,2.18228,2.43691,2.54634,2.66393,2.8723,3.23925,3.81022,4.72731,6.13392,8.19504,11.0392,14.6165,18.525,22.2342,25.2518],[4.17551,4.17638,4.17738,4.17853,4.17974,4.16667,4.11209,4.02706,3.85667,3.62065,3.60695,3.45256,3.25387,2.99481,2.70647,2.44526,2.24952,2.11294,2.02129,1.97411,1.97343,2.1828,2.44014,2.5529,2.67411,2.87817,3.2462,3.82011,4.73262,6.13106,8.20902,11.0509,14.6291,18.5474,22.2054,25.2523]],"t_unix":1786288049.163717,"uid":"p00151","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.672956,2.488326,4.211733]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray0","median_raw":[1.433248,1.146247,2.358076],"median_spectrum_pct":[2.51744,2.51813,2.51893,2.51984,2.52076,2.45687,2.38193,2.30092,2.14358,1.95183,1.8532,1.796,1.60761,1.40199,1.18282,1.00199,0.8737,0.795162,0.746309,0.727993,0.757435,0.996006,1.26783,1.39269,1.51181,1.72378,2.07579,2.6536,3.55843,4.96955,7.06824,9.97919,13.6489,17.7066,21.4231,24.6416],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","raw":[[1.437886,1.150715,2.358076],[1.432321,1.146247,2.357581],[1.433248,1.14618,2.363186]],"rgb":[0,0,0],"session":5,"source":"pipeline","spectrum_pct":[[2.51744,2.51813,2.51893,2.51984,2.52076,2.47034,2.39241,2.30876,2.1438,1.93316,1.81447,1.796,1.60149,1.41241,1.19137,1.00428,0.877264,0.79898,0.752333,0.733673,0.759798,1.00084,1.27257,1.39838,1.51264,1.72736,2.08664,2.66482,3.58286,4.99648,7.12592,10.0457,13.7394,17.8017,21.553,24.78],[2.5151,2.51579,2.5166,2.51751,2.51842,2.45589,2.37425,2.30039,2.14358,1.95183,1.8532,1.79833,1.61388,1.3968,1.18172,1.00096,0.8737,0.795162,0.746309,0.727952,0.75448,0.996006,1.26716,1.39269,1.51031,1.72378,2.07397,2.64852,3.55843,4.96955,7.06824,9.97555,13.6489,17.7066,21.4231,24.6416],[2.54633,2.54705,2.54788,2.54883,2.54974,2.45687,2.38193,2.30092,2.1424,1.96314,1.87052,1.77119,1.60761,1.40199,1.18282,1.00199,0.873052,0.795136,0.745471,0.727993,0.757435,0.995804,1.26783,1.38819,1.51181,1.71957,2.07579,2.6536,3.55284,4.96941,7.06611,9.97919,13.6279,17.6465,21.358,24.559]],"t_unix":1786288096.3149364,"uid":"p00149","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.433248,1.146247,2.358076]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786288144.1661325,"uid":"p00187","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.3341458333333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.6658541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray140","median_raw":[19.450221,20.820507,26.651815],"median_spectrum_pct":[23.6155,23.6172,23.6193,23.6217,23.6246,24.1126,24.4173,24.613,24.5944,24.657,25.1529,25.2534,24.6079,23.7725,22.8611,21.902,21.0523,20.3611,19.7829,19.4394,19.1024,19.0227,19.0213,18.9723,19.0114,19.1875,19.5196,19.9912,20.6947,21.6788,23.0593,24.8652,27.0854,29.3399,31.3057,32.8513],"phase":"algo_gain","raster_sha1":"473910b4d90a331c","raw":[[19.450221,20.820507,26.645019],[19.448823,20.818342,26.651815],[19.452395,20.820974,26.681563]],"rgb":[140,140,140],"session":5,"source":"pipeline","spectrum_pct":[[23.6155,23.6172,23.6193,23.6217,23.6246,24.0992,24.4031,24.6083,24.5944,24.6371,25.1375,25.2643,24.6083,23.7725,22.8611,21.902,21.0523,20.3622,19.7836,19.4399,19.1024,19.0302,19.0252,18.9723,19.021,19.1973,19.5234,19.9916,20.697,21.6788,23.0631,24.8652,27.0687,29.3141,31.2987,32.8073],[23.6137,23.6154,23.6175,23.6198,23.6228,24.1126,24.4173,24.613,24.591,24.657,25.1529,25.2495,24.584,23.7643,22.8604,21.904,21.0577,20.3611,19.7825,19.4383,19.1035,19.0221,19.0213,18.9728,19.0114,19.1875,19.5157,19.9822,20.6947,21.6663,23.0437,24.8535,27.0854,29.3706,31.3711,32.8745],[23.6237,23.6255,23.6275,23.6299,23.6328,24.1266,24.4349,24.6241,24.6142,24.7297,25.2247,25.2534,24.6079,23.7814,22.8651,21.8997,21.052,20.3587,19.7829,19.4394,19.1022,19.0227,19.0176,18.9663,19.0089,19.183,19.5196,19.9912,20.6935,21.6793,23.0593,24.8821,27.0994,29.3399,31.3057,32.8513]],"t_unix":1786288146.065305,"uid":"p00169","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.450221,20.820507,26.651815]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.9381380208333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.061861979166666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray41","median_raw":[2.711327,2.532989,4.260687],"median_spectrum_pct":[4.22305,4.22394,4.22496,4.22614,4.22732,4.17531,4.12079,4.05206,3.90615,3.69104,3.69731,3.55126,3.32844,3.05108,2.7554,2.48845,2.28372,2.14884,2.06102,2.01571,2.01409,2.22392,2.47598,2.58569,2.70291,2.91362,3.2756,3.86075,4.77867,6.16848,8.24552,11.0732,14.6568,18.5716,22.2253,25.2792],"phase":"algo_gain","raster_sha1":"f697ec29f65892f3","raw":[[2.713581,2.535799,4.270244],[2.707887,2.530056,4.24736],[2.711327,2.532989,4.260687]],"rgb":[41,41,41],"session":5,"source":"pipeline","spectrum_pct":[[4.2286,4.22949,4.23052,4.23169,4.23286,4.16889,4.11019,4.05206,3.9149,3.75443,3.70653,3.59174,3.34235,3.05108,2.7554,2.48887,2.28443,2.14839,2.06197,2.01733,2.01632,2.22392,2.47598,2.58688,2.70417,2.91587,3.27904,3.87157,4.77951,6.18452,8.26821,11.1171,14.6713,18.6057,22.2744,25.3267],[4.22305,4.22394,4.22496,4.22614,4.22732,4.17531,4.12079,4.0506,3.89364,3.66209,3.65482,3.53555,3.32844,3.05137,2.75268,2.48674,2.28368,2.14884,2.0579,2.01395,2.01159,2.22116,2.47547,2.58359,2.70226,2.9118,3.27093,3.86075,4.77867,6.16848,8.24552,11.0667,14.6568,18.5563,22.2253,25.2792],[4.22191,4.22279,4.22381,4.22497,4.22616,4.17907,4.12575,4.05728,3.90615,3.69104,3.69731,3.55126,3.32418,3.0495,2.75687,2.48845,2.28372,2.1508,2.06102,2.01571,2.01409,2.22504,2.47779,2.58569,2.70291,2.91362,3.2756,3.85867,4.76707,6.16444,8.24492,11.0732,14.6335,18.5716,22.2064,25.2137]],"t_unix":1786288195.056347,"uid":"p00216","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.711327,2.532989,4.260687]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":5,"source":"pipeline","t_unix":1786288244.0088594,"uid":"p00202","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":5,"source":"pipeline","t_unix":1786288246.1202066,"uid":"p00188","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.6996380208333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.3003619791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray78","median_raw":[7.630217,7.869867,11.523502],"median_spectrum_pct":[10.6109,10.6123,10.614,10.616,10.6182,10.7267,10.7743,10.7666,10.6451,10.4809,10.4905,10.4206,9.94818,9.38086,8.79051,8.21494,7.74637,7.38804,7.10615,6.94297,6.8283,6.94981,7.14027,7.21478,7.33358,7.55723,7.94296,8.53474,9.43492,10.7827,12.7443,15.3436,18.5573,22.0405,25.1463,27.7465],"phase":"algo_gain","raster_sha1":"de779c3e32862ac6","raw":[[7.630392,7.872525,11.524293],[7.626507,7.86749,11.512982],[7.630217,7.869867,11.523502]],"rgb":[78,78,78],"session":5,"source":"pipeline","spectrum_pct":[[10.6109,10.6123,10.614,10.616,10.6182,10.7142,10.7624,10.7591,10.6451,10.4917,10.583,10.4244,9.94818,9.37825,8.79349,8.2152,7.75004,7.38982,7.10615,6.94297,6.8286,6.94981,7.14027,7.21642,7.33217,7.55922,7.94736,8.5433,9.43965,10.795,12.751,15.3789,18.6074,22.0794,25.2239,27.8563],[10.6086,10.6101,10.6118,10.6138,10.616,10.7267,10.7743,10.7684,10.6409,10.4539,10.4872,10.3875,9.94472,9.38119,8.79051,8.21494,7.74637,7.38804,7.10519,6.93829,6.82536,6.94716,7.13266,7.21478,7.33392,7.55252,7.94205,8.53474,9.43492,10.7827,12.7376,15.3436,18.5492,22.0405,25.1463,27.7465],[10.6251,10.6266,10.6283,10.6302,10.6324,10.7367,10.7841,10.7666,10.6453,10.4809,10.4905,10.4206,9.95217,9.38086,8.78581,8.21278,7.74525,7.38638,7.10657,6.94491,6.8283,6.95275,7.14174,7.21412,7.33358,7.55723,7.94296,8.53154,9.43481,10.7827,12.7443,15.3391,18.5573,22.0229,25.1375,27.7309]],"t_unix":1786288247.7199242,"uid":"p00153","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.630217,7.869867,11.523502]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":5,"source":"pipeline","t_unix":1786288295.8046596,"uid":"p00159","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.4842473958333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.5157526041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray119","median_raw":[12.751995,13.449904,18.919898],"median_spectrum_pct":[17.0447,17.0467,17.0489,17.0515,17.0546,17.3733,17.544,17.571,17.4297,17.3522,17.6934,17.5353,16.8374,15.9884,15.102,14.2125,13.4515,12.8483,12.3755,12.0821,11.8481,11.9158,12.0731,12.1136,12.2154,12.4404,12.8532,13.4576,14.3637,15.6319,17.4048,19.7405,22.6054,25.5648,28.1838,30.3546],"phase":"algo_gain","raster_sha1":"2abf9f8b69f4f44f","raw":[[12.747187,13.44495,18.898724],[12.754681,13.451131,18.925284],[12.751995,13.449904,18.919898]],"rgb":[119,119,119],"session":5,"source":"pipeline","spectrum_pct":[[17.0283,17.0302,17.0325,17.0351,17.0381,17.3522,17.5244,17.5657,17.429,17.3306,17.6399,17.5052,16.8254,15.981,15.0952,14.2104,13.451,12.8483,12.3743,12.081,11.8481,11.9126,12.0686,12.1106,12.2151,12.4404,12.8528,13.4536,14.3575,15.6269,17.3968,19.7376,22.5738,25.5341,28.188,30.3409],[17.0587,17.0607,17.063,17.0656,17.0687,17.3733,17.544,17.571,17.4405,17.3861,17.6939,17.5441,16.8374,15.9884,15.1022,14.2177,13.4515,12.8473,12.3755,12.0832,11.851,11.9184,12.0735,12.1166,12.2188,12.4452,12.8594,13.4704,14.3637,15.6319,17.4048,19.7405,22.6089,25.5658,28.1684,30.3546],[17.0447,17.0467,17.0489,17.0515,17.0546,17.3788,17.5526,17.5745,17.4297,17.3522,17.6934,17.5353,16.845,15.9899,15.102,14.2125,13.4539,12.8504,12.3775,12.0821,11.8467,11.9158,12.0731,12.1136,12.2154,12.4357,12.8532,13.4576,14.3641,15.6352,17.4091,19.7472,22.6054,25.5648,28.1838,30.3811]],"t_unix":1786288297.4601178,"uid":"p00155","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.751995,13.449904,18.919898]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786288344.431544,"uid":"p00161","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786288348.7848222,"uid":"p00226","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":5,"source":"pipeline","t_unix":1786288354.1532133,"uid":"p00225","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":20,"config":null,"config_name":null,"duplicate_of":"p00039","ink_fraction":{"black":0.3125,"blue":0.0,"green":0.0,"red":0.0,"white":0.6875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 20/64","median_spectrum_pct":[24.2988,24.3007,24.3029,24.3054,24.3086,24.8096,25.1427,25.3779,25.3929,25.4536,25.9863,25.9874,25.2626,24.3583,23.3826,22.3656,21.4792,20.7553,20.1595,19.7998,19.4468,19.3314,19.2802,19.2125,19.2436,19.4006,19.7165,20.1568,20.8154,21.7535,23.0934,24.881,27.0726,29.314,31.3385,32.8625],"phase":"algo_gain","raster_sha1":"a3b3cd61503853d3","rgb":null,"session":5,"source":"bayer","t_unix":1786288354.1568954,"uid":"p00140","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.813768,21.231786,27.466807]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":5,"source":"pipeline","t_unix":1786288356.1483648,"uid":"p00163","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.4376276041666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.5623723958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray119","median_raw":[15.40184,16.372598,21.849967],"median_spectrum_pct":[19.5442,19.5461,19.5482,19.5506,19.5536,19.9538,20.1762,20.2316,20.1271,20.1134,20.4848,20.4193,19.7999,18.9973,18.137,17.2468,16.4817,15.862,15.3612,15.0589,14.7885,14.7688,14.8374,14.8419,14.9146,15.1179,15.4815,16.0115,16.8167,17.958,19.5726,21.7002,24.2918,26.9816,29.3611,31.2807],"phase":"algo_gain","raster_sha1":"d2721535ee32f0e1","raw":[[15.40184,16.372598,21.849967],[15.402785,16.373569,21.851204],[15.325445,16.291305,21.791399]],"rgb":[119,119,119],"session":5,"source":"pipeline","spectrum_pct":[[19.5442,19.5461,19.5482,19.5506,19.5536,19.9538,20.1762,20.2316,20.1271,20.1134,20.4848,20.4251,19.7999,18.9973,18.137,17.247,16.4817,15.862,15.3612,15.0651,14.7887,14.7688,14.8374,14.8419,14.9198,15.1199,15.4827,16.0115,16.8168,17.958,19.5726,21.7167,24.2918,26.9816,29.3669,31.3054],[19.5475,19.5493,19.5514,19.5539,19.5569,19.9897,20.2046,20.2491,20.1099,20.073,20.455,20.4193,19.8013,19.0085,18.1462,17.2468,16.4835,15.8673,15.365,15.0589,14.7885,14.7721,14.8388,14.843,14.9146,15.1179,15.4815,16.0118,16.8167,17.9622,19.5837,21.7002,24.2968,26.9954,29.3611,31.2807],[19.4548,19.4567,19.4588,19.4613,19.4642,19.7923,20.0077,20.1731,20.1426,20.1622,20.5452,20.3948,19.6969,18.9093,18.0518,17.1527,16.391,15.778,15.2783,14.979,14.7046,14.6896,14.754,14.7528,14.8313,15.0338,15.3988,15.9349,16.7491,17.886,19.4979,21.6138,24.2054,26.8963,29.2802,31.2113]],"t_unix":1786288360.658474,"uid":"p00220","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.40184,16.372598,21.849967]} +{"bayer_k":8,"config":null,"config_name":null,"duplicate_of":"p00027","ink_fraction":{"black":0.125,"blue":0.0,"green":0.0,"red":0.0,"white":0.875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 8/64","median_spectrum_pct":[31.8935,31.8949,31.8966,31.8985,31.9012,32.7268,33.2345,33.5889,33.7138,33.949,34.7884,35.1685,34.637,33.8374,32.9178,31.8253,30.8132,29.9507,29.2206,28.8116,28.3626,28.1222,27.9051,27.7061,27.6623,27.7499,27.9893,28.287,28.7325,29.3039,30.0931,31.1448,32.4585,33.7895,34.9889,35.9089],"phase":"algo_gain","raster_sha1":"51db0a4208569cfd","rgb":null,"session":5,"source":"bayer","t_unix":1786288405.8306541,"uid":"p00137","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.993873,30.260001,36.527569]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray0","median_raw":[1.447612,1.158898,2.393545],"median_spectrum_pct":[2.53549,2.53619,2.537,2.53792,2.53882,2.4616,2.38834,2.31462,2.18163,2.02707,1.94544,1.81077,1.63128,1.41138,1.19655,1.01162,0.880332,0.79987,0.749188,0.73331,0.764677,1.00385,1.27688,1.40564,1.52714,1.74526,2.09775,2.67756,3.59055,5.00536,7.11022,10.0271,13.7054,17.7336,21.4681,24.7135],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","raw":[[1.442679,1.153692,2.38611],[1.448288,1.159446,2.395397],[1.447612,1.158898,2.393545]],"rgb":[0,0,0],"session":5,"source":"pipeline","spectrum_pct":[[2.52312,2.52382,2.52462,2.52555,2.52644,2.45257,2.37669,2.30098,2.18163,2.04736,1.92449,1.81077,1.61734,1.40237,1.1881,1.00465,0.878807,0.798663,0.745233,0.729582,0.76325,0.998087,1.27078,1.39865,1.52542,1.73804,2.09537,2.67115,3.58566,5.00536,7.11346,10.0247,13.7077,17.7336,21.4951,24.7302],[2.53549,2.53619,2.537,2.53792,2.53882,2.4616,2.38834,2.31639,2.18953,2.02707,1.9711,1.78323,1.63448,1.4163,1.19916,1.01241,0.881067,0.800277,0.750412,0.734235,0.766202,1.00385,1.27688,1.40564,1.52714,1.74526,2.10642,2.67871,3.592,5.00878,7.11022,10.0294,13.7054,17.7533,21.4681,24.7135],[2.54538,2.54609,2.54691,2.54785,2.54875,2.46711,2.3907,2.31462,2.17497,2.02519,1.94544,1.82565,1.63128,1.41138,1.19655,1.01162,0.880332,0.79987,0.749188,0.73331,0.764677,1.00435,1.27828,1.40683,1.5304,1.74682,2.09775,2.67756,3.59055,4.98919,7.09698,10.0271,13.667,17.6784,21.4459,24.6418]],"t_unix":1786288408.4450264,"uid":"p00175","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.447612,1.158898,2.393545]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.569671875,"blue":0.0,"green":0.0,"red":0.0,"white":0.430328125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray98","median_raw":[11.056484,11.613497,16.150493],"median_spectrum_pct":[14.6274,14.6291,14.631,14.6333,14.6358,14.8191,14.94,14.9914,14.8847,14.8239,15.0568,14.9383,14.3504,13.6574,12.9206,12.1858,11.5759,11.0944,10.7132,10.4849,10.2975,10.369,10.5174,10.5675,10.6732,10.8995,11.2892,11.8644,12.7376,14.0131,15.8367,18.2626,21.1969,24.324,27.15,29.479],"phase":"algo_gain","raster_sha1":"5fde7eefe9698ae0","raw":[[11.056484,11.613497,16.151983],[11.048442,11.60589,16.113492],[11.058174,11.614485,16.150493]],"rgb":[98,98,98],"session":5,"source":"pipeline","spectrum_pct":[[14.6107,14.6124,14.6144,14.6166,14.6191,14.801,14.9277,14.9914,14.9149,14.8621,15.0926,14.9431,14.3616,13.6574,12.915,12.1858,11.5759,11.0944,10.7132,10.4873,10.2959,10.3689,10.5174,10.5694,10.6732,10.8995,11.2892,11.8667,12.7376,14.0131,15.8394,18.2626,21.2193,24.3535,27.1692,29.4983],[14.6274,14.6291,14.631,14.6333,14.6358,14.8191,14.94,14.9871,14.8705,14.718,14.9495,14.915,14.3402,13.6551,12.9206,12.1832,11.5713,11.0902,10.7097,10.4805,10.2985,10.369,10.5153,10.5632,10.6722,10.8886,11.2785,11.8628,12.7292,14.0106,15.8175,18.2349,21.1936,24.2769,27.0692,29.4289],[14.6482,14.6499,14.6519,14.6542,14.6567,14.8353,14.9567,14.9965,14.8847,14.8239,15.0568,14.9383,14.3504,13.6609,12.9229,12.1922,11.5808,11.0976,10.7139,10.4849,10.2975,10.3704,10.5196,10.5675,10.6768,10.9053,11.2914,11.8644,12.7423,14.0182,15.8367,18.2695,21.1969,24.324,27.15,29.479]],"t_unix":1786288457.8906062,"uid":"p00219","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.056484,11.613497,16.150493]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":5,"source":"bayer","t_unix":1786288503.0712998,"uid":"p01299","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":5,"source":"bayer","t_unix":1786288503.074096,"uid":"p01300","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.846247,12.462854,18.06744],"median_spectrum_pct":[16.3576,16.3597,16.3622,16.3649,16.3681,16.6043,16.7458,16.7899,16.6654,16.6288,16.8532,16.701,15.932,15.0513,14.1197,13.2093,12.4403,11.8308,11.3491,11.0561,10.8314,10.9105,11.0711,11.1196,11.2325,11.4772,11.9001,12.5188,13.4426,14.7425,16.5761,18.9912,21.9157,24.9669,27.6885,29.9522],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.847321,12.465058,18.068465],[11.846247,12.462854,18.06744],[11.84465,12.46162,18.067413]],"rgb":null,"session":5,"source":"bayer","spectrum_pct":[[16.3576,16.3597,16.3622,16.3649,16.3681,16.5861,16.7317,16.7861,16.6654,16.6412,16.9205,16.6948,15.9271,15.0384,14.1227,13.2123,12.4439,11.8325,11.3521,11.057,10.8346,10.9105,11.0711,11.1196,11.2371,11.4772,11.9008,12.5216,13.4474,14.7387,16.5691,18.9912,21.9157,24.9597,27.687,29.9282],[16.3644,16.3665,16.3689,16.3717,16.3749,16.6043,16.7458,16.7923,16.6803,16.6072,16.8532,16.7025,15.9327,15.0513,14.1197,13.2093,12.4394,11.8308,11.3491,11.0543,10.8314,10.9113,11.0713,11.1178,11.2325,11.4774,11.8977,12.5188,13.4426,14.7425,16.5761,18.9997,21.9196,24.9904,27.6885,29.9731],[16.3508,16.3529,16.3553,16.358,16.3612,16.6086,16.7585,16.7899,16.6607,16.6288,16.8479,16.701,15.932,15.052,14.1184,13.208,12.4403,11.8297,11.3487,11.0561,10.8252,10.908,11.0641,11.1196,11.2317,11.4737,11.9001,12.5168,13.4343,14.7439,16.5785,18.9812,21.8892,24.9669,27.7046,29.9522]],"t_unix":1786288503.0768814,"uid":"p01301","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.846247,12.462854,18.06744]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":5,"source":"pipeline","t_unix":1786288552.0047646,"uid":"p00212","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray41","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[41,41,41],"session":5,"source":"pipeline","t_unix":1786288554.253116,"uid":"p00190","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"p00092","ink_fraction":{"black":0.13708854166666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.8629114583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray162","median_spectrum_pct":[31.3979,31.3992,31.4006,31.4022,31.4047,32.2043,32.6755,32.9769,33.0842,33.3213,34.2024,34.7296,34.2983,33.6007,32.7561,31.7397,30.8026,30.017,29.3291,28.9342,28.4819,28.2497,28.0771,27.9146,27.8833,27.9554,28.1673,28.4253,28.8449,29.4093,30.2247,31.3298,32.6575,33.9758,35.1248,36.0396],"phase":"algo_gain","raster_sha1":"8bb4aeb089ff2f45","rgb":[162,162,162],"session":5,"source":"pipeline","t_unix":1786288556.4729872,"uid":"p00196","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.99469,30.263717,35.926255]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","ink_fraction":{"black":0.921921875,"blue":0.0,"green":0.0,"red":0.0,"white":0.078078125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray59","median_raw":[2.857473,2.682003,4.484732],"median_spectrum_pct":[4.41429,4.41521,4.41625,4.41746,4.41867,4.36706,4.30996,4.23473,4.09844,3.97613,3.9384,3.76405,3.4977,3.22071,2.91791,2.64051,2.4355,2.29213,2.19403,2.13831,2.13474,2.35133,2.61199,2.73072,2.85601,3.07349,3.44255,4.02443,4.94548,6.35808,8.43601,11.2865,14.8562,18.7814,22.4479,25.5183],"phase":"algo_gain","raster_sha1":"33fec04d10a151f8","raw":[[2.852882,2.67873,4.472193],[2.857883,2.684136,4.486317],[2.857473,2.682003,4.484732]],"rgb":[59,59,59],"session":5,"source":"pipeline","spectrum_pct":[[4.40397,4.40489,4.40593,4.40714,4.40834,4.3505,4.29321,4.22075,4.09844,3.96573,3.9384,3.76405,3.4977,3.21224,2.91191,2.63628,2.42937,2.29213,2.1914,2.13666,2.13166,2.3473,2.60947,2.72785,2.8554,3.07349,3.44033,4.02443,4.94766,6.35808,8.43904,11.2916,14.8812,18.7918,22.4895,25.5636],[4.42067,4.42158,4.42264,4.42385,4.42506,4.3673,4.30996,4.23473,4.0926,3.99125,3.95867,3.77258,3.50466,3.22268,2.91791,2.64316,2.4355,2.29602,2.19403,2.1397,2.1391,2.35403,2.61199,2.73072,2.85731,3.0726,3.44432,4.02052,4.94416,6.36404,8.43601,11.2865,14.8562,18.7814,22.4479,25.5183],[4.41429,4.41521,4.41625,4.41746,4.41867,4.36706,4.31485,4.23957,4.10464,3.97613,3.93682,3.76197,3.48981,3.22071,2.91804,2.64051,2.43637,2.29134,2.19441,2.13831,2.13474,2.35133,2.61467,2.734,2.85601,3.07734,3.44255,4.02523,4.94548,6.35438,8.40993,11.2585,14.8166,18.7178,22.4053,25.4431]],"t_unix":1786288558.692332,"uid":"p00178","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.857473,2.682003,4.484732]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.0012578125,"blue":0.0,"green":0.0,"red":0.0,"white":0.9987421875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray185","median_raw":[35.304753,38.351159,43.326888],"median_spectrum_pct":[37.532,37.5325,37.5331,37.5338,37.5355,38.6919,39.3194,39.6124,39.7504,40.1332,41.4464,42.4462,42.3119,41.8102,41.0976,40.1053,39.1667,38.342,37.5956,37.1744,36.6473,36.3036,35.9755,35.7104,35.6098,35.5966,35.6712,35.7396,35.8647,36.025,36.2974,36.6991,37.239,37.788,38.1804,38.5443],"phase":"algo_gain","raster_sha1":"bb8c4c98d8520c44","raw":[[35.326633,38.371121,43.326888],[35.300807,38.345748,43.296216],[35.304753,38.351159,43.333888]],"rgb":[185,185,185],"session":5,"source":"pipeline","spectrum_pct":[[37.5142,37.5147,37.5152,37.5158,37.5175,38.6816,39.3079,39.6191,39.7687,40.1332,41.4759,42.4722,42.3144,41.8102,41.0976,40.1096,39.179,38.3638,37.6194,37.2016,36.6729,36.3265,36.0078,35.7484,35.6399,35.626,35.7021,35.771,35.9006,36.0512,36.3125,36.6991,37.239,37.788,38.1804,38.5443],[37.532,37.5325,37.5331,37.5338,37.5355,38.6919,39.3194,39.6036,39.7121,40.0748,41.375,42.4001,42.2873,41.804,41.0848,40.0948,39.1615,38.342,37.5956,37.1744,36.6473,36.3036,35.9755,35.7104,35.6098,35.5966,35.6712,35.7396,35.8619,35.9985,36.2638,36.6608,37.1975,37.7419,38.0828,38.4013],[37.5444,37.5449,37.5455,37.5462,37.5479,38.7223,39.3424,39.6124,39.7504,40.15,41.4464,42.4462,42.3119,41.8216,41.1009,40.1053,39.1667,38.3413,37.5912,37.1711,36.6408,36.2988,35.9705,35.7086,35.6059,35.5895,35.6711,35.7333,35.8647,36.025,36.2974,36.7086,37.2615,37.8162,38.1908,38.5636]],"t_unix":1786288607.6393373,"uid":"p00210","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.304753,38.351159,43.326888]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":0.16581770833333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.8341822916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray162","median_raw":[26.820102,28.968091,34.833232],"median_spectrum_pct":[30.4822,30.4836,30.4852,30.4871,30.4896,31.1851,31.644,31.9914,32.1274,32.3952,33.1934,33.6117,33.0499,32.3037,31.4371,30.4133,29.4818,28.6962,28.0017,27.5915,27.1432,26.9226,26.7577,26.6124,26.6129,26.7184,26.9477,27.2313,27.696,28.3227,29.2261,30.4104,31.9002,33.3635,34.5937,35.5868],"phase":"algo_gain","raster_sha1":"4ba3c5ffc805cba1","raw":[[26.82917,28.976288,34.833232],[26.820102,28.968091,34.840311],[26.810276,28.961048,34.819613]],"rgb":[162,162,162],"session":5,"source":"pipeline","spectrum_pct":[[30.4749,30.4763,30.4779,30.4797,30.4822,31.1666,31.6301,31.9874,32.1393,32.4039,33.1934,33.616,33.0573,32.2936,31.4371,30.4179,29.4895,28.7038,28.0139,27.6012,27.1575,26.9341,26.7739,26.6287,26.6261,26.7357,26.9672,27.2486,27.7127,28.3338,29.2261,30.4307,31.9162,33.3886,34.5937,35.5868],[30.4827,30.4841,30.4857,30.4875,30.4901,31.1851,31.644,31.9914,32.1274,32.3952,33.249,33.6117,33.049,32.3044,31.4342,30.4095,29.4818,28.6962,28.0017,27.5915,27.1432,26.9226,26.7577,26.6124,26.6129,26.7184,26.9477,27.2313,27.696,28.3227,29.2322,30.4104,31.9002,33.3635,34.628,35.6634],[30.4822,30.4836,30.4852,30.4871,30.4896,31.1976,31.6587,31.9958,32.1056,32.3184,33.1463,33.5788,33.0499,32.3037,31.4391,30.4133,29.4811,28.6905,27.9978,27.5851,27.1395,26.9177,26.752,26.605,26.5948,26.6957,26.9266,27.2046,27.6657,28.3017,29.2052,30.3771,31.8163,33.3179,34.5533,35.4853]],"t_unix":1786288657.5450783,"uid":"p00222","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.820102,28.968091,34.833232]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray24","median_raw":[1.437946,1.150372,2.37662],"median_spectrum_pct":[2.52698,2.52769,2.5285,2.52944,2.53034,2.44997,2.36529,2.28365,2.16923,2.03876,1.94751,1.77499,1.60858,1.39232,1.18882,1.00479,0.875302,0.7971,0.745925,0.730999,0.762653,0.993993,1.26594,1.38803,1.51792,1.7299,2.08941,2.66187,3.57017,4.98026,7.10006,10.033,13.6916,17.71,21.5041,24.7037],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","raw":[[1.436046,1.149371,2.371835],[1.437946,1.151363,2.380823],[1.43851,1.150372,2.37662]],"rgb":[24,24,24],"session":5,"source":"pipeline","spectrum_pct":[[2.52752,2.52824,2.52906,2.53,2.53089,2.43815,2.35756,2.27768,2.16225,2.03876,1.94751,1.77116,1.60788,1.39232,1.18882,1.00353,0.87383,0.796835,0.745925,0.729732,0.762104,0.993993,1.26562,1.38452,1.51566,1.72656,2.09003,2.66187,3.57264,4.99547,7.11307,10.0481,13.7206,17.7443,21.5481,24.7772],[2.52698,2.52769,2.5285,2.52944,2.53034,2.44997,2.36529,2.28365,2.16923,2.04707,1.96586,1.79072,1.60879,1.39656,1.19126,1.00483,0.875302,0.7971,0.746234,0.732303,0.762653,0.993969,1.26594,1.38803,1.51792,1.73013,2.08581,2.65703,3.56923,4.98003,7.10006,10.033,13.6916,17.71,21.5041,24.7037],[2.52326,2.52396,2.52477,2.52569,2.5266,2.4537,2.37313,2.29094,2.17092,2.01771,1.9389,1.77499,1.60858,1.39207,1.1862,1.00479,0.877263,0.79774,0.74536,0.730999,0.763642,0.994762,1.26783,1.38925,1.5239,1.7299,2.08941,2.66264,3.57017,4.98026,7.09763,10.0087,13.6618,17.6777,21.4676,24.681]],"t_unix":1786288708.5894706,"uid":"p00215","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.437946,1.150372,2.37662]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":5,"source":"pipeline","t_unix":1786288755.3690195,"uid":"p00172","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","ink_fraction":{"black":0.7671354166666666,"blue":0.0,"green":0.0,"red":0.0,"white":0.23286458333333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray78","median_raw":[6.228129,6.348562,9.216833],"median_spectrum_pct":[8.57842,8.57965,8.58106,8.58268,8.58441,8.61571,8.63355,8.61587,8.50123,8.34881,8.4221,8.27835,7.88949,7.44871,6.99284,6.55131,6.19148,5.91884,5.70616,5.58832,5.51527,5.6695,5.87774,5.96364,6.08611,6.30423,6.67624,7.24539,8.14264,9.49927,11.4804,14.1597,17.4919,21.0844,24.3572,27.1556],"phase":"algo_gain","raster_sha1":"f7f8a4b7e24b11be","raw":[[6.228795,6.349687,9.223677],[6.228129,6.348562,9.216833],[6.226902,6.348035,9.212585]],"rgb":[78,78,78],"session":5,"source":"pipeline","spectrum_pct":[[8.58414,8.58538,8.5868,8.58843,8.59014,8.59968,8.61854,8.60883,8.50141,8.37292,8.48278,8.31306,7.88949,7.44498,6.99284,6.55118,6.18981,5.91791,5.70616,5.58742,5.51527,5.66869,5.87736,5.96538,6.08687,6.30785,6.67676,7.25051,8.15384,9.50704,11.4943,14.1823,17.5115,21.1053,24.4163,27.1556],[8.57787,8.5791,8.58051,8.58213,8.58386,8.61571,8.63355,8.61587,8.50123,8.34881,8.39908,8.27835,7.89732,7.45574,6.9909,6.55131,6.19148,5.91884,5.70553,5.5887,5.51686,5.67187,5.88031,5.96216,6.08578,6.30423,6.67624,7.24539,8.14098,9.49927,11.4736,14.1597,17.4919,21.0844,24.3572,27.1263],[8.57842,8.57965,8.58106,8.58268,8.58441,8.61968,8.64074,8.61661,8.47608,8.33122,8.4221,8.26643,7.88364,7.44871,6.99419,6.55385,6.1949,5.92167,5.70836,5.58832,5.51113,5.6695,5.87774,5.96364,6.08611,6.30181,6.67526,7.24288,8.14264,9.49719,11.4804,14.1479,17.451,21.0349,24.308,27.1612]],"t_unix":1786288757.5447366,"uid":"p00179","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.228129,6.348562,9.216833]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","ink_fraction":{"black":0.4460442708333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.5539557291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray119","median_raw":[15.511241,16.484067,21.443705],"median_spectrum_pct":[19.1972,19.1989,19.2008,19.203,19.2057,19.5585,19.7468,19.8195,19.7507,19.7601,20.0943,20.0701,19.5353,18.8395,18.0799,17.2765,16.5933,16.0298,15.5744,15.3117,15.0568,15.0425,15.1075,15.1099,15.1766,15.3587,15.7075,16.2125,16.9871,18.0963,19.6778,21.7844,24.3663,27.0343,29.4002,31.3214],"phase":"algo_gain","raster_sha1":"4bdfa602a7179034","raw":[[15.506413,16.478808,21.4246],[15.511771,16.484718,21.447054],[15.511241,16.484067,21.443705]],"rgb":[119,119,119],"session":5,"source":"pipeline","spectrum_pct":[[19.1793,19.1809,19.1829,19.1851,19.1877,19.5368,19.73,19.8069,19.7376,19.746,20.0943,20.0507,19.5186,18.8252,18.0693,17.2698,16.5865,16.0266,15.5744,15.3117,15.0575,15.0412,15.1059,15.1062,15.1766,15.3587,15.7071,16.2113,16.9871,18.0963,19.6754,21.772,24.3632,27.0379,29.4002,31.2768],[19.1991,19.2007,19.2027,19.2049,19.2075,19.5585,19.7468,19.8195,19.7625,19.766,20.1277,20.0865,19.5353,18.8395,18.0799,17.2765,16.5945,16.0298,15.5729,15.3104,15.0565,15.0452,15.1075,15.1099,15.179,15.3612,15.7112,16.2125,16.9877,18.1038,19.6912,21.7844,24.3784,27.0343,29.4201,31.3417],[19.1972,19.1989,19.2008,19.203,19.2057,19.5686,19.7638,19.8277,19.7507,19.7601,20.0688,20.0701,19.5373,18.8399,18.0847,17.2778,16.5933,16.0321,15.5751,15.3125,15.0568,15.0425,15.1083,15.1107,15.1749,15.3569,15.7075,16.2137,16.9861,18.0951,19.6778,21.786,24.3663,27.0181,29.3957,31.3214]],"t_unix":1786288805.0438414,"uid":"p00181","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.511241,16.484067,21.443705]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.8213723958333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.17862760416666668,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray59","median_raw":[4.954505,4.960674,7.605815],"median_spectrum_pct":[7.17807,7.17926,7.18061,7.18217,7.18384,7.19666,7.17563,7.12199,6.98794,6.86124,6.86774,6.70072,6.34232,5.93719,5.50183,5.09215,4.76277,4.51891,4.34498,4.25234,4.19604,4.36807,4.5981,4.69717,4.81263,5.02685,5.40838,5.99913,6.91396,8.29405,10.3166,13.079,16.5035,20.2068,23.6627,26.5525],"phase":"algo_gain","raster_sha1":"71fdbe0828eb481a","raw":[[4.948937,4.956674,7.585017],[4.954505,4.960674,7.605815],[4.957567,4.964561,7.606654]],"rgb":[59,59,59],"session":5,"source":"pipeline","spectrum_pct":[[7.16484,7.16603,7.16739,7.16895,7.17061,7.17888,7.15814,7.11407,6.97976,6.83109,6.83951,6.70072,6.34024,5.93245,5.49711,5.08732,4.76115,4.51701,4.34198,4.24607,4.19528,4.36807,4.5947,4.6882,4.80973,5.02566,5.4067,5.99702,6.91398,8.29405,10.3258,13.088,16.5191,20.25,23.7171,26.5644],[7.18223,7.18342,7.18479,7.18636,7.18803,7.19666,7.17563,7.12199,6.99406,6.88235,6.86999,6.69983,6.34232,5.93719,5.50183,5.09215,4.76277,4.51891,4.34498,4.25234,4.19604,4.36625,4.5981,4.69717,4.81263,5.02685,5.40838,5.99932,6.91377,8.29389,10.3113,13.079,16.4895,20.2068,23.6627,26.5389],[7.17807,7.17926,7.18061,7.18217,7.18384,7.20174,7.18769,7.13394,6.98794,6.86124,6.86774,6.70452,6.34336,5.94762,5.50793,5.09462,4.76901,4.52521,4.34827,4.2527,4.19956,4.37126,4.60113,4.7001,4.81774,5.03129,5.4128,5.99913,6.91396,8.30335,10.3166,13.0775,16.5035,20.1802,23.6432,26.5525]],"t_unix":1786288854.2064807,"uid":"p00204","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.954505,4.960674,7.605815]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":5,"source":"pipeline","t_unix":1786288903.160303,"uid":"p00211","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","ink_fraction":{"black":0.13615104166666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.8638489583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray162","median_raw":[28.435765,30.73821,36.331681],"median_spectrum_pct":[31.7445,31.7457,31.7471,31.7487,31.751,32.4908,32.9706,33.3378,33.4596,33.7235,34.684,35.173,34.7103,34.0255,33.2152,32.2082,31.2933,30.512,29.8221,29.4187,28.962,28.7376,28.5709,28.4181,28.3936,28.4671,28.662,28.8979,29.3037,29.8472,30.6298,31.6688,32.9427,34.2344,35.3074,36.155],"phase":"algo_gain","raster_sha1":"ded813394b0b2f77","raw":[[28.586416,30.897267,36.430086],[28.435157,30.735846,36.31592],[28.435765,30.73821,36.331681]],"rgb":[162,162,162],"session":5,"source":"pipeline","spectrum_pct":[[31.8548,31.8559,31.8572,31.8587,31.8612,32.7764,33.2606,33.4408,33.4344,33.6491,34.6301,35.2227,34.8478,34.1892,33.3832,32.3822,31.4659,30.6808,29.9877,29.5864,29.1285,28.9076,28.7455,28.5923,28.5577,28.6255,28.821,29.0548,29.4627,30.0015,30.7771,31.8257,33.1017,34.3699,35.4094,36.2616],[31.736,31.7372,31.7386,31.7402,31.7425,32.4682,32.9497,33.3211,33.4596,33.7235,34.6938,35.1649,34.7047,34.0104,33.1983,32.2018,31.2916,30.5119,29.8203,29.4187,28.9598,28.7376,28.5709,28.4181,28.3936,28.4671,28.662,28.8979,29.3037,29.8472,30.6298,31.6688,32.9427,34.2344,35.3074,36.1319],[31.7445,31.7457,31.7471,31.7487,31.751,32.4908,32.9706,33.3378,33.4768,33.7397,34.684,35.173,34.7103,34.0255,33.2152,32.2082,31.2933,30.512,29.8221,29.417,28.962,28.7361,28.5701,28.4164,28.3834,28.4538,28.6525,28.8889,29.2879,29.8328,30.6143,31.6472,32.9183,34.2031,35.3036,36.155]],"t_unix":1786288905.285513,"uid":"p00183","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.435765,30.73821,36.331681]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.3134296875,"blue":0.0,"green":0.0,"red":0.0,"white":0.6865703125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray140","median_raw":[20.32105,21.783008,27.738415],"median_spectrum_pct":[24.5692,24.571,24.5731,24.5755,24.5785,25.0634,25.365,25.5803,25.613,25.7234,26.2434,26.3049,25.6597,24.8198,23.9009,22.9162,22.0477,21.334,20.7463,20.4001,20.0468,19.9344,19.8947,19.83,19.8588,20.0126,20.3402,20.8022,21.4889,22.437,23.768,25.5062,27.6198,29.8118,31.6976,33.1857],"phase":"algo_gain","raster_sha1":"8576d57b9610564e","raw":[[20.324297,21.787303,27.736639],[20.32105,21.783008,27.75191],[20.315961,21.779224,27.738415]],"rgb":[140,140,140],"session":5,"source":"pipeline","spectrum_pct":[[24.5628,24.5647,24.5667,24.5692,24.5721,25.0472,25.3505,25.5726,25.613,25.7234,26.2434,26.2981,25.6597,24.8198,23.9014,22.9144,22.0504,21.3413,20.7529,20.4068,20.0568,19.9433,19.9041,19.8404,19.8668,20.0189,20.3421,20.8055,21.4942,22.4375,23.768,25.5062,27.619,29.802,31.6905,33.1857],[24.5692,24.571,24.5731,24.5755,24.5785,25.0634,25.365,25.5803,25.614,25.7642,26.2692,26.3148,25.6553,24.817,23.8979,22.9162,22.0457,21.334,20.7463,20.4001,20.0468,19.9344,19.8947,19.83,19.8588,20.0126,20.3367,20.8022,21.4889,22.437,23.7812,25.513,27.6333,29.8179,31.7109,33.1894],[24.5736,24.5755,24.5776,24.58,24.583,25.0804,25.3804,25.581,25.5966,25.707,26.1883,26.3049,25.6641,24.8218,23.9009,22.9162,22.0477,21.334,20.7426,20.3955,20.0401,19.9249,19.8912,19.8247,19.8509,20.0085,20.3402,20.8014,21.4867,22.4224,23.7667,25.5017,27.6198,29.8118,31.6976,33.1688]],"t_unix":1786288954.2100494,"uid":"p00208","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.32105,21.783008,27.738415]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786289001.106651,"uid":"p00174","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.33329166666666665,"blue":0.0,"green":0.0,"red":0.0,"white":0.6667083333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray140","median_raw":[19.382848,20.751251,26.7447],"median_spectrum_pct":[23.7011,23.703,23.7051,23.7075,23.7106,24.2165,24.525,24.7007,24.6703,24.718,25.2596,25.2992,24.6346,23.7823,22.8464,21.8596,20.989,20.278,19.6892,19.3401,18.9947,18.904,18.8953,18.8478,18.8903,19.0646,19.4025,19.8872,20.6043,21.6071,23.0076,24.8329,27.0082,29.3017,31.3017,32.9017],"phase":"algo_gain","raster_sha1":"201d4e2c183aa724","raw":[[19.383112,20.752588,26.733767],[19.382848,20.751016,26.7447],[19.382157,20.751251,26.749095]],"rgb":[140,140,140],"session":5,"source":"pipeline","spectrum_pct":[[23.6915,23.6934,23.6955,23.6979,23.701,24.1927,24.5001,24.6908,24.662,24.7149,25.284,25.3076,24.6346,23.7823,22.8418,21.8562,20.9873,20.2786,19.6916,19.3441,18.997,18.9072,18.9031,18.8493,18.8945,19.0698,19.4093,19.8896,20.6043,21.6124,23.0092,24.8329,27.0082,29.3207,31.3017,32.898],[23.7045,23.7063,23.7084,23.7109,23.7139,24.2165,24.525,24.7007,24.6703,24.7292,25.2596,25.2992,24.6316,23.7785,22.8464,21.8596,20.9898,20.278,19.6892,19.3401,18.9947,18.904,18.8947,18.8478,18.8903,19.0646,19.4015,19.8872,20.6056,21.6071,23.0076,24.8421,27.0035,29.2932,31.2768,32.9017],[23.7011,23.703,23.7051,23.7075,23.7106,24.2272,24.5369,24.7077,24.6782,24.718,25.2557,25.2969,24.6458,23.7844,22.8555,21.8624,20.989,20.2753,19.6883,19.3375,18.9928,18.9017,18.8953,18.8458,18.8858,19.0602,19.4025,19.8831,20.597,21.5969,23.002,24.8227,27.0178,29.3017,31.3117,32.935]],"t_unix":1786289002.7685518,"uid":"p00156","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.382848,20.751251,26.7447]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"stucki_serp_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki_serp gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":5,"source":"pipeline","t_unix":1786289051.7671583,"uid":"p00214","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":5,"source":"pipeline","t_unix":1786289053.3808734,"uid":"p00173","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"algo_gain","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":5,"source":"pipeline","t_unix":1786289054.9495482,"uid":"p00150","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"atkinson_bw","ink_fraction":{"black":0.6126927083333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.38730729166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson gray98","median_raw":[10.099778,10.560891,14.634355],"median_spectrum_pct":[13.2755,13.277,13.2787,13.2807,13.283,13.4885,13.6101,13.615,13.4759,13.3843,13.5426,13.4564,12.9193,12.3041,11.6796,11.05,10.5215,10.0963,9.74857,9.53951,9.38134,9.47463,9.63641,9.69931,9.81352,10.0273,10.3951,10.9586,11.8156,13.089,14.9327,17.3978,20.4258,23.6314,26.5308,28.9211],"phase":"algo_gain","raster_sha1":"8daa8b74db90113a","raw":[[10.095526,10.558965,14.619745],[10.100202,10.563137,14.635324],[10.099778,10.560891,14.634355]],"rgb":[98,98,98],"session":5,"source":"pipeline","spectrum_pct":[[13.2671,13.2687,13.2704,13.2724,13.2747,13.4704,13.5934,13.6053,13.4647,13.3843,13.5426,13.4564,12.9193,12.2967,11.6765,11.0425,10.5183,10.0958,9.74758,9.53902,9.38134,9.47362,9.63588,9.69533,9.80761,10.0239,10.3951,10.959,11.8202,13.1016,14.9327,17.3929,20.4258,23.635,26.5491,28.9623],[13.2755,13.277,13.2787,13.2807,13.283,13.4885,13.6101,13.615,13.4759,13.4045,13.57,13.4579,12.9316,12.3075,11.6808,11.05,10.5228,10.0963,9.74857,9.53951,9.3813,9.47463,9.63746,9.70123,9.8156,10.0305,10.4008,10.9586,11.8151,13.089,14.9329,17.401,20.4259,23.6314,26.5308,28.9211],[13.2785,13.28,13.2818,13.2838,13.2861,13.5039,13.6245,13.6218,13.484,13.3816,13.5369,13.426,12.9123,12.3041,11.6796,11.0511,10.5215,10.0988,9.75033,9.53952,9.382,9.4747,9.63641,9.69931,9.81352,10.0273,10.3935,10.9485,11.8156,13.0827,14.9296,17.3978,20.4132,23.5828,26.4923,28.9126]],"t_unix":1786289057.095444,"uid":"p00180","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.099778,10.560891,14.634355]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"floyd_steinberg_serp_bw","ink_fraction":{"black":0.5708098958333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.42919010416666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg_serp gray98","median_raw":[11.137175,11.691117,16.395902],"median_spectrum_pct":[14.8353,14.837,14.839,14.8412,14.844,15.1008,15.2445,15.2588,15.125,14.9849,15.2375,15.0851,14.5026,13.7916,13.0441,12.2952,11.6647,11.1668,10.7666,10.5265,10.3377,10.4094,10.5589,10.6094,10.7196,10.9452,11.334,11.9151,12.7935,14.074,15.8869,18.3042,21.2586,24.3489,27.1788,29.4605],"phase":"algo_gain","raster_sha1":"aac48154fca22ec4","raw":[[11.134965,11.689935,16.384512],[11.137175,11.691117,16.395902],[11.138917,11.692268,16.397299]],"rgb":[98,98,98],"session":5,"source":"pipeline","spectrum_pct":[[14.831,14.8327,14.8347,14.837,14.8397,15.0866,15.2283,15.2446,15.1109,14.974,15.2458,15.0851,14.5014,13.7794,13.0397,12.2921,11.6643,11.1668,10.7677,10.5281,10.3365,10.4076,10.5569,10.6094,10.7185,10.9442,11.3321,11.9154,12.7954,14.071,15.8933,18.3232,21.2551,24.3448,27.1876,29.506],[14.8379,14.8396,14.8416,14.8439,14.8466,15.1008,15.2445,15.2588,15.125,14.9849,15.2375,15.083,14.5026,13.7921,13.0441,12.2977,11.6647,11.165,10.7643,10.5247,10.3377,10.4094,10.5589,10.6084,10.7196,10.9452,11.334,11.9151,12.7891,14.0782,15.886,18.303,21.2586,24.3489,27.1788,29.4605],[14.8353,14.837,14.839,14.8412,14.844,15.1149,15.2528,15.2639,15.1264,14.9899,15.1896,15.0929,14.5157,13.7916,13.0459,12.2952,11.6667,11.167,10.7666,10.5265,10.3379,10.4095,10.5598,10.6135,10.7226,10.9474,11.3349,11.9146,12.7935,14.074,15.8869,18.3042,21.2607,24.3562,27.1665,29.4468]],"t_unix":1786289104.011437,"uid":"p00167","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.137175,11.691117,16.395902]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786289153.140953,"uid":"p00213","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_bw","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"algo_gain","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":5,"source":"pipeline","t_unix":1786289155.277408,"uid":"p00200","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"stucki","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"stucki_bw","ink_fraction":{"black":0.5701666666666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.42983333333333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"stucki gray98","median_raw":[11.129588,11.679657,16.336448],"median_spectrum_pct":[14.7927,14.7944,14.7964,14.7986,14.8013,15.0719,15.2093,15.2076,15.0548,14.9386,15.139,15.0194,14.4461,13.7471,13.0167,12.2812,11.6604,11.1634,10.7641,10.5233,10.3328,10.4099,10.5621,10.6212,10.7339,10.9584,11.3381,11.9088,12.7761,14.0601,15.8658,18.2914,21.2319,24.3373,27.1605,29.448],"phase":"algo_gain","raster_sha1":"80220564b375b2c5","raw":[[11.129588,11.679657,16.336448],[11.133929,11.683183,16.353062],[11.076748,11.624259,16.291303]],"rgb":[98,98,98],"session":5,"source":"pipeline","spectrum_pct":[[14.7927,14.7944,14.7964,14.7986,14.8013,15.0719,15.2093,15.2076,15.049,14.9386,15.1238,15.0194,14.4461,13.7488,13.0167,12.2812,11.6604,11.1634,10.7641,10.5233,10.3328,10.411,10.5621,10.6212,10.7339,10.9616,11.3387,11.9109,12.7761,14.0601,15.8658,18.2914,21.2319,24.3373,27.1615,29.4549],[14.8202,14.822,14.824,14.8262,14.8289,15.0917,15.2296,15.224,15.0631,14.9326,15.1515,15.041,14.4491,13.7471,13.0193,12.2848,11.664,11.1669,10.7681,10.528,10.3389,10.4099,10.5628,10.6224,10.7353,10.9584,11.3381,11.9088,12.7792,14.0622,15.8663,18.2921,21.256,24.3637,27.1605,29.448],[14.7614,14.7632,14.7652,14.7675,14.7701,14.953,15.0908,15.1686,15.0548,14.9488,15.139,15.0019,14.3855,13.6824,12.9513,12.2203,11.6013,11.1074,10.71,10.4693,10.2784,10.3517,10.5062,10.5657,10.6772,10.9015,11.2757,11.8423,12.7121,13.9787,15.7872,18.2062,21.1704,24.2684,27.0453,29.3343]],"t_unix":1786289159.0631328,"uid":"p00206","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.129588,11.679657,16.336448]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"bw","neutral_chroma":12.0,"serpentine":false},"config_name":"floyd_steinberg_bw","ink_fraction":{"black":0.2231015625,"blue":0.0,"green":0.0,"red":0.0,"white":0.7768984375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"floyd_steinberg gray162","median_raw":[24.296266,26.15499,31.985313],"median_spectrum_pct":[28.1246,28.1261,28.1279,28.1299,28.1326,28.7578,29.1494,29.4346,29.5125,29.6586,30.3385,30.6402,30.107,29.3347,28.461,27.4581,26.5577,25.8078,25.1623,24.777,24.3711,24.2169,24.1299,24.0351,24.057,24.1892,24.445,24.8018,25.3654,26.1207,27.2013,28.6002,30.3015,32.0431,33.5163,34.656],"phase":"algo_gain","raster_sha1":"b7e6518572363119","raw":[[24.305977,26.164111,31.979662],[24.296266,26.15499,31.985313],[24.293668,26.154558,31.992187]],"rgb":[162,162,162],"session":5,"source":"pipeline","spectrum_pct":[[28.1125,28.1141,28.1158,28.1179,28.1205,28.742,29.1327,29.4274,29.5141,29.6644,30.319,30.6423,30.107,29.3325,28.461,27.4593,26.5622,25.8161,25.1717,24.7885,24.3875,24.2313,24.147,24.0531,24.0763,24.2024,24.4575,24.817,25.3774,26.1426,27.2288,28.6346,30.3422,32.0774,33.5835,34.688],[28.1246,28.1261,28.1279,28.1299,28.1326,28.7578,29.1494,29.4346,29.5125,29.649,30.3385,30.6306,30.1028,29.3347,28.4587,27.4536,26.5574,25.8078,25.1623,24.777,24.3711,24.2169,24.1299,24.0351,24.057,24.1892,24.445,24.8018,25.3654,26.1207,27.2013,28.5968,30.3015,32.0431,33.5145,34.656],[28.1337,28.1353,28.1371,28.1391,28.1418,28.7718,29.1623,29.437,29.5052,29.6586,30.3466,30.6402,30.1193,29.3393,28.4665,27.4581,26.5577,25.8066,25.1602,24.7729,24.3652,24.2096,24.1263,24.0315,24.0492,24.1822,24.4372,24.7908,25.3529,26.1178,27.1903,28.6002,30.2992,32.0209,33.5163,34.6389]],"t_unix":1786289206.2583795,"uid":"p00157","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.296266,26.15499,31.985313]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.438939,1.149116,2.381227],"median_spectrum_pct":[2.54126,2.54197,2.54279,2.54374,2.54465,2.47202,2.39677,2.31079,2.1708,1.97868,1.89108,1.76045,1.60256,1.3999,1.19054,1.00167,0.872871,0.796535,0.747604,0.729229,0.757007,0.992521,1.26809,1.39003,1.51827,1.73305,2.09306,2.66303,3.57483,4.98676,7.09895,9.99755,13.6483,17.6625,21.4665,24.6448],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.435807,1.145823,2.37131],[1.438939,1.149116,2.381227],[1.441178,1.149937,2.381969]],"session":5,"source":"ink","spectrum_pct":[[2.54126,2.54197,2.54279,2.54374,2.54465,2.46379,2.3886,2.30097,2.1506,1.97868,1.91529,1.75895,1.59352,1.3926,1.18958,0.999853,0.870791,0.794316,0.744306,0.726474,0.754708,0.988704,1.26513,1.38724,1.51779,1.73299,2.09132,2.663,3.57518,4.99817,7.10967,10.027,13.6958,17.6893,21.5138,24.6654],[2.54099,2.5417,2.54252,2.54345,2.54437,2.47202,2.39677,2.31079,2.1708,1.99679,1.89108,1.77948,1.60538,1.40072,1.19303,1.00167,0.872871,0.796579,0.747672,0.729229,0.757007,0.992521,1.26809,1.39003,1.51827,1.73305,2.09323,2.66303,3.57211,4.98137,7.09895,9.99755,13.6483,17.6625,21.4665,24.6448],[2.54903,2.54974,2.55056,2.55151,2.55242,2.47689,2.40489,2.32024,2.1711,1.97807,1.88969,1.76045,1.60256,1.3999,1.19054,1.0068,0.875742,0.796535,0.747604,0.729286,0.759638,0.994248,1.27233,1.39418,1.52325,1.73779,2.09306,2.66428,3.57483,4.98676,7.09167,9.98036,13.6253,17.6247,21.4154,24.5587]],"t_unix":1786289251.4391084,"uid":"s005_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.438939,1.149116,2.381227]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.381128,38.433877,43.269112],"median_spectrum_pct":[37.4901,37.4906,37.4912,37.4918,37.4933,38.5665,39.1911,39.5717,39.7458,40.0996,41.4139,42.4344,42.3062,41.8183,41.1274,40.1599,39.2449,38.4456,37.7102,37.2975,36.774,36.4298,36.1036,35.8341,35.7276,35.7062,35.7783,35.829,35.9377,36.0682,36.313,36.6751,37.2028,37.6864,38.0787,38.3599],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.399451,38.45151,43.278869],[35.381128,38.433877,43.264945],[35.375172,38.430824,43.269112]],"session":5,"source":"ink","spectrum_pct":[[37.4923,37.4928,37.4933,37.4939,37.4954,38.5473,39.1729,39.5799,39.7661,40.1446,41.4641,42.4612,42.3072,41.8183,41.1274,40.1634,39.2563,38.4615,37.7319,37.3207,36.7933,36.4474,36.1251,35.8628,35.7542,35.7327,35.7998,35.8489,35.9603,36.0909,36.337,36.6751,37.2028,37.7234,38.0959,38.3762],[37.4862,37.4867,37.4872,37.4878,37.4894,38.5665,39.1911,39.5717,39.7458,40.0985,41.4062,42.4344,42.2984,41.8121,41.1225,40.1555,39.2434,38.4456,37.7102,37.2975,36.774,36.4298,36.1036,35.8341,35.7276,35.7062,35.7783,35.829,35.9377,36.0598,36.2995,36.6721,37.1962,37.6813,38.0527,38.3562],[37.4901,37.4906,37.4912,37.4918,37.4933,38.5848,39.2045,39.5713,39.7413,40.0996,41.4139,42.4132,42.3062,41.8263,41.1283,40.1599,39.2449,38.442,37.706,37.2954,36.7664,36.4151,36.0903,35.8216,35.7137,35.6931,35.7636,35.8189,35.9364,36.0682,36.313,36.6881,37.204,37.6864,38.0787,38.3599]],"t_unix":1786289296.599759,"uid":"s005_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.381128,38.433877,43.269112]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.050372,36.722484,4.687995],"median_spectrum_pct":[1.60054,1.586,1.56932,1.55013,1.52801,1.50711,1.46859,1.42479,1.39674,1.84456,6.23499,17.7153,27.3465,33.9782,37.9153,39.2226,39.3582,39.1205,38.7467,38.6537,38.546,39.4276,40.699,41.0369,40.9616,40.7703,40.5557,40.2183,39.9034,39.5908,39.3201,39.0987,39.0347,38.9858,38.8009,38.6723],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.103254,36.79064,4.683802],[31.050372,36.722484,4.687995],[31.013204,36.673635,4.688959]],"session":5,"source":"ink","spectrum_pct":[[1.59732,1.58275,1.56604,1.54681,1.52463,1.50126,1.46457,1.42093,1.39129,1.82444,6.2232,17.7313,27.3851,34.0269,37.9796,39.2961,39.4334,39.205,38.8341,38.7425,38.6335,39.5053,40.7621,41.0989,41.0138,40.8173,40.6104,40.2738,39.961,39.6434,39.3745,39.1495,39.0844,39.0236,38.8542,38.7289],[1.60054,1.586,1.56932,1.55013,1.52801,1.50711,1.46859,1.42479,1.39674,1.84917,6.23499,17.7153,27.3465,33.9782,37.9153,39.2226,39.3582,39.1205,38.7467,38.6537,38.546,39.4276,40.699,41.0369,40.9616,40.7703,40.5557,40.2183,39.9034,39.5908,39.3201,39.0987,39.0347,38.9858,38.8009,38.6723],[1.61259,1.59808,1.58143,1.56228,1.54018,1.50978,1.47585,1.43009,1.39795,1.84456,6.23582,17.709,27.3238,33.9459,37.872,39.1664,39.2989,39.0595,38.684,38.5908,38.4821,39.3702,40.6566,41.0047,40.9257,40.7319,40.5189,40.1838,39.8656,39.5532,39.2773,39.0695,39.0028,38.9398,38.7477,38.6155]],"t_unix":1786289341.7494876,"uid":"s005_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.050372,36.722484,4.687995]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.810879,4.466163,0.973805],"median_spectrum_pct":[0.942547,0.941202,0.939657,0.937878,0.935843,0.950887,0.94398,0.916473,0.855133,0.728806,0.765102,1.01025,1.10837,1.12224,1.07463,0.989447,0.983417,1.09982,1.28344,1.54387,2.24239,6.82766,14.5178,17.9318,18.4177,18.2194,18.0331,18.0338,18.3794,19.1534,20.3873,22.1096,24.3026,26.6536,28.7209,30.4029],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.799262,4.460059,0.973805],[7.810879,4.466163,0.972711],[7.821686,4.470837,0.978457]],"session":5,"source":"ink","spectrum_pct":[[0.942389,0.941048,0.939509,0.937735,0.935708,0.950887,0.943906,0.915279,0.856555,0.728806,0.765102,0.989522,1.10701,1.1194,1.07528,0.989447,0.981064,1.09982,1.28498,1.55156,2.24597,6.81305,14.4858,17.9029,18.3891,18.1918,18.003,17.9957,18.3473,19.1186,20.369,22.0911,24.2926,26.6352,28.7275,30.4216],[0.945794,0.944454,0.942915,0.941143,0.93911,0.95018,0.94398,0.916473,0.85073,0.718726,0.763669,1.01025,1.10837,1.12224,1.07463,0.989865,0.98348,1.10116,1.28344,1.54387,2.24239,6.82766,14.5178,17.9318,18.4177,18.2194,18.0331,18.0338,18.3794,19.1534,20.3873,22.1096,24.3026,26.6536,28.7152,30.4029],[0.942547,0.941202,0.939657,0.937878,0.935843,0.951014,0.945692,0.916886,0.855133,0.729747,0.794631,1.01433,1.11419,1.12772,1.07378,0.986958,0.983417,1.09884,1.27465,1.53663,2.23963,6.84367,14.5385,17.9593,18.4496,18.2475,18.0614,18.0587,18.4018,19.1792,20.4125,22.1421,24.3142,26.6734,28.7209,30.3908]],"t_unix":1786289386.9042294,"uid":"s005_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.810879,4.466163,0.973805]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[8.13578,7.85658,27.722353],"median_spectrum_pct":[24.841,24.8484,24.8569,24.8667,24.8785,25.6055,26.3311,26.8456,26.5358,26.1921,25.7279,22.9604,19.0485,15.2521,11.8614,9.10215,7.08681,5.68601,4.73126,4.1212,3.72426,3.5392,3.4888,3.5372,3.70712,4.03508,4.54933,5.30999,6.39992,7.90992,10.0438,12.8938,16.417,20.2653,23.9145,27.0266],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[8.118839,7.840312,27.664456],[8.13578,7.85658,27.722353],[8.152084,7.874757,27.771416]],"session":5,"source":"ink","spectrum_pct":[[24.7948,24.8022,24.8107,24.8205,24.8322,25.5499,26.2727,26.7922,26.4823,26.1222,25.682,22.9278,19.0165,15.221,11.8395,9.08317,7.06867,5.67077,4.71887,4.11218,3.71624,3.53238,3.48304,3.53019,3.69913,4.02362,4.54079,5.30696,6.39569,7.90354,10.0348,12.888,16.4058,20.2653,23.9207,27.0131],[24.841,24.8484,24.8569,24.8667,24.8785,25.6055,26.3311,26.8456,26.5358,26.1921,25.7279,22.9604,19.0485,15.2521,11.8614,9.10215,7.08681,5.68601,4.73126,4.1212,3.72426,3.5392,3.4888,3.5372,3.70712,4.03508,4.54933,5.30999,6.39992,7.90992,10.0438,12.8938,16.417,20.2613,23.9099,27.0266],[24.8755,24.8829,24.8914,24.9012,24.913,25.6446,26.3736,26.8788,26.5938,26.2388,25.7955,23.009,19.095,15.2875,11.8912,9.12437,7.10216,5.69954,4.74006,4.12952,3.73484,3.54829,3.49709,3.54551,3.71692,4.04176,4.56147,5.33187,6.42173,7.93527,10.0643,12.9264,16.4457,20.2864,23.9145,27.0475]],"t_unix":1786289432.0685065,"uid":"s005_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.13578,7.85658,27.722353]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.279016,8.067404,6.35606],"median_spectrum_pct":[4.48679,4.48532,4.48364,4.4817,4.47917,4.34502,4.29014,4.30064,4.11974,4.52939,9.02143,16.0223,17.5156,15.9127,13.3122,10.7113,8.64782,7.15017,6.10334,5.42152,4.96392,4.78041,4.73665,4.75602,4.90041,5.20162,5.70493,6.43268,7.49609,9.00985,11.0969,13.8572,17.2555,20.9306,24.4345,27.3484],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.267085,8.051015,6.337666],[5.279016,8.067404,6.35606],[5.288477,8.078387,6.370841]],"session":5,"source":"ink","spectrum_pct":[[4.47009,4.46862,4.46693,4.46499,4.46247,4.33219,4.27837,4.28858,4.09846,4.51752,9.02143,16.0009,17.478,15.8848,13.2889,10.6917,8.62836,7.13666,6.09073,5.40797,4.9535,4.76696,4.72347,4.74676,4.89008,5.19294,5.69765,6.4257,7.49218,8.99912,11.0771,13.8374,17.2294,20.902,24.3986,27.2901],[4.48679,4.48532,4.48364,4.4817,4.47917,4.34502,4.29014,4.30064,4.11974,4.52939,9.0516,16.0223,17.5156,15.9127,13.3122,10.7113,8.64782,7.15017,6.10334,5.42152,4.96392,4.78041,4.73665,4.75602,4.90041,5.20162,5.70493,6.43268,7.49609,9.00985,11.0969,13.8572,17.2555,20.9346,24.4345,27.3484],[4.49913,4.49766,4.49598,4.49404,4.49152,4.35707,4.30013,4.31157,4.15757,4.53689,9.01929,16.0703,17.5349,15.9291,13.323,10.7225,8.66036,7.16124,6.11348,5.43049,4.97553,4.78734,4.74202,4.76353,4.90942,5.21216,5.71397,6.44244,7.5052,9.02659,11.1103,13.8723,17.266,20.9306,24.4666,27.3872]],"t_unix":1786289477.3460462,"uid":"s005_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.279016,8.067404,6.35606]} +{"battery_mv_start":4180,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":6,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786293436.857899} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.441712,1.159575,2.357596],"median_spectrum_pct":[2.50268,2.50338,2.50417,2.50509,2.50596,2.42928,2.34811,2.26567,2.1449,2.03946,1.90791,1.76592,1.61938,1.41032,1.19792,1.01649,0.887073,0.809264,0.760925,0.740206,0.769927,1.00646,1.27783,1.40253,1.52609,1.73761,2.09208,2.66465,3.56855,4.99106,7.08833,10.0036,13.6586,17.6637,21.4948,24.7358],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.439242,1.156396,2.350559],[1.441712,1.159575,2.357596],[1.445921,1.164062,2.369649]],"session":6,"source":"ink","spectrum_pct":[[2.50268,2.50338,2.50417,2.50509,2.50596,2.41759,2.33794,2.26121,2.13585,2.02929,1.90791,1.76026,1.59674,1.40268,1.19729,1.01598,0.882353,0.804664,0.757731,0.740206,0.768552,1.00383,1.27783,1.40074,1.5234,1.73372,2.0893,2.66602,3.5723,4.99106,7.09233,10.0183,13.6872,17.7197,21.5422,24.7693],[2.49343,2.49411,2.4949,2.4958,2.49668,2.42928,2.34811,2.26567,2.1449,2.03946,1.90389,1.76592,1.61938,1.41032,1.19792,1.01674,0.887073,0.809264,0.760925,0.739464,0.769927,1.00646,1.27762,1.40253,1.52609,1.74028,2.09249,2.65983,3.56855,4.99342,7.08833,10.0036,13.6586,17.6637,21.4948,24.7358],[2.50458,2.50526,2.50605,2.50696,2.50784,2.4361,2.35526,2.27498,2.14979,2.04102,1.94967,1.80299,1.62746,1.41481,1.2005,1.01649,0.888161,0.809997,0.764695,0.745165,0.771832,1.01371,1.28524,1.40505,1.53238,1.73761,2.09208,2.66465,3.56187,4.97369,7.07163,9.99631,13.6546,17.6618,21.4821,24.6524]],"t_unix":1786293439.4816196,"uid":"s006_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.441712,1.159575,2.357596]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[35.199401,38.242071,43.385679],"median_spectrum_pct":[37.4925,37.493,37.4936,37.4943,37.4959,38.6208,39.293,39.7168,39.9096,40.2788,41.5434,42.4823,42.2885,41.7693,41.0237,40.019,39.057,38.2162,37.4609,37.0329,36.4933,36.1361,35.8073,35.5437,35.4325,35.4248,35.5227,35.6143,35.7661,35.9238,36.211,36.6186,37.1902,37.7734,38.1888,38.4842],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.218703,38.259792,43.385679],[35.199401,38.242071,43.385951],[35.1841,38.227788,43.375438]],"session":6,"source":"ink","spectrum_pct":[[37.4925,37.493,37.4936,37.4943,37.4959,38.6009,39.2732,39.7169,39.9137,40.2788,41.6051,42.488,42.2885,41.7706,41.0262,40.0255,39.0693,38.2362,37.48,37.054,36.5183,36.1655,35.8402,35.5729,35.4562,35.4555,35.5562,35.6402,35.7932,35.9662,36.2538,36.661,37.2418,37.7752,38.207,38.4842],[37.4954,37.496,37.4965,37.4972,37.4989,38.6208,39.293,39.7168,39.9096,40.2874,41.5381,42.4823,42.2957,41.7693,41.0214,40.019,39.057,38.2162,37.4609,37.0329,36.4933,36.1361,35.8073,35.5437,35.4325,35.4248,35.5227,35.6143,35.7661,35.9228,36.211,36.6186,37.1902,37.7283,38.1758,38.4807],[37.4887,37.4892,37.4898,37.4905,37.4922,38.6335,39.3009,39.709,39.8789,40.2551,41.5434,42.4678,42.275,41.7616,41.0237,40.0071,39.0442,38.2035,37.4421,37.0165,36.477,36.1204,35.793,35.5216,35.4075,35.4011,35.504,35.5874,35.7376,35.9238,36.2089,36.5948,37.1684,37.7734,38.1888,38.5107]],"t_unix":1786293484.647546,"uid":"s006_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.199401,38.242071,43.385679]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[31.114345,36.782211,4.679057],"median_spectrum_pct":[1.57964,1.56521,1.54864,1.52959,1.50758,1.46917,1.43057,1.39122,1.38662,1.92098,6.27877,17.6886,27.3197,34.0026,37.9731,39.2937,39.4228,39.1702,38.7906,38.7013,38.5953,39.5032,40.8035,41.1547,41.0694,40.8727,40.6788,40.3568,40.0472,39.7359,39.4771,39.2599,39.2001,39.1423,38.9646,38.7609],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.17313,36.857921,4.679057],[31.114345,36.782211,4.684613],[30.910255,36.537657,4.667123]],"session":6,"source":"ink","spectrum_pct":[[1.56964,1.55506,1.53833,1.51909,1.49689,1.46917,1.43057,1.39377,1.37605,1.92098,6.25399,17.6962,27.3514,34.0502,38.0445,39.3771,39.5146,39.265,38.8871,38.8004,38.6949,39.5927,40.8754,41.2166,41.1257,40.9298,40.7386,40.4163,40.1021,39.7855,39.5197,39.2988,39.2447,39.1745,39.0094,38.8049],[1.59981,1.58529,1.56862,1.54945,1.5273,1.47877,1.43518,1.39122,1.38662,1.91417,6.29859,17.6886,27.3197,34.0026,37.9731,39.2937,39.4228,39.1702,38.7906,38.7013,38.5953,39.5032,40.8035,41.1547,41.0694,40.8727,40.6788,40.3568,40.0472,39.7359,39.4771,39.2599,39.2001,39.1423,38.9646,38.7609],[1.57964,1.56521,1.54864,1.52959,1.50758,1.46413,1.42278,1.3882,1.39015,1.93312,6.27877,17.6558,27.1874,33.7822,37.7163,39.0233,39.1523,38.8993,38.52,38.4255,38.325,39.2365,40.5435,40.8922,40.8058,40.616,40.4298,40.1116,39.8114,39.5135,39.2627,39.0429,38.9923,38.9678,38.7696,38.6567]],"t_unix":1786293529.8090646,"uid":"s006_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.114345,36.782211,4.679057]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.817178,4.473958,1.007872],"median_spectrum_pct":[0.933691,0.932346,0.930801,0.929021,0.926972,0.934481,0.926667,0.910861,0.874496,0.849245,0.922735,1.0778,1.12763,1.12641,1.0734,0.999628,0.986379,1.10055,1.28286,1.54779,2.24722,6.82507,14.5186,17.9427,18.421,18.2153,18.0267,18.0218,18.3731,19.1302,20.3678,22.0875,24.2738,26.6255,28.7231,30.4278],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.805118,4.470725,1.007872],[7.817178,4.473958,1.015892],[7.819744,4.474118,0.996402]],"session":6,"source":"ink","spectrum_pct":[[0.933691,0.932346,0.930801,0.929021,0.926972,0.932582,0.926667,0.910861,0.874496,0.849245,0.922735,1.10283,1.13387,1.12745,1.0734,1.00073,0.990473,1.10394,1.28638,1.55561,2.24889,6.80882,14.4924,17.9162,18.3931,18.1886,17.9961,17.9861,18.3424,19.1061,20.3478,22.0684,24.281,26.6485,28.7231,30.4544],[0.93581,0.934464,0.932918,0.931138,0.92909,0.936598,0.92981,0.913273,0.885491,0.879226,0.945015,1.07059,1.12508,1.12641,1.07031,0.996937,0.986379,1.10055,1.28286,1.54779,2.24722,6.82507,14.5186,17.9427,18.421,18.2153,18.0267,18.0218,18.3731,19.1302,20.3678,22.0875,24.2738,26.6255,28.7422,30.4278],[0.929586,0.928236,0.926687,0.924901,0.922855,0.934481,0.925986,0.909874,0.860226,0.826272,0.88055,1.0778,1.12763,1.12528,1.07647,0.999628,0.985485,1.09745,1.27537,1.53745,2.2375,6.83259,14.5342,17.9618,18.4411,18.236,18.0478,18.0379,18.3886,19.1477,20.3745,22.0988,24.2653,26.6189,28.7131,30.3888]],"t_unix":1786293574.9600308,"uid":"s006_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.817178,4.473958,1.007872]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.983936,7.687376,27.433571],"median_spectrum_pct":[24.53,24.5373,24.5457,24.5554,24.567,25.2896,26.0366,26.573,26.28,25.9426,25.5557,22.7322,18.8118,15.0177,11.6375,8.89187,6.89433,5.5119,4.57591,3.98101,3.59625,3.419,3.3677,3.42192,3.59388,3.91334,4.42535,5.19373,6.27801,7.79021,9.91317,12.7879,16.3273,20.2164,23.8779,27.0259],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.967292,7.668531,27.38053],[7.983936,7.687376,27.433571],[7.994693,7.699708,27.466108]],"session":6,"source":"ink","spectrum_pct":[[24.4714,24.4787,24.487,24.4967,24.5083,25.2305,25.9722,26.518,26.2427,25.9249,25.4974,22.6742,18.7716,14.9774,11.608,8.86757,6.87463,5.49433,4.56168,3.97187,3.58677,3.41128,3.36376,3.41293,3.58679,3.90485,4.41815,5.18268,6.26494,7.77471,9.91317,12.7948,16.35,20.2164,23.8995,27.0259],[24.53,24.5373,24.5457,24.5554,24.567,25.2896,26.0366,26.573,26.28,25.9426,25.5557,22.7322,18.8118,15.0177,11.6375,8.89187,6.89433,5.5119,4.57591,3.98101,3.59625,3.419,3.3677,3.42192,3.59388,3.91334,4.42535,5.19373,6.27801,7.79367,9.90764,12.7669,16.3273,20.2173,23.872,27.0017],[24.5596,24.5669,24.5753,24.585,24.5966,25.3286,26.0811,26.6054,26.3024,25.9729,25.5565,22.7632,18.8429,15.0439,11.6615,8.91022,6.90584,5.51968,4.58241,3.99179,3.60548,3.42358,3.3729,3.42621,3.59889,3.91589,4.43204,5.19625,6.27913,7.79021,9.92231,12.7879,16.3186,20.211,23.8779,27.0312]],"t_unix":1786293620.1852138,"uid":"s006_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.983936,7.687376,27.433571]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.289322,8.047046,6.501215],"median_spectrum_pct":[4.63962,4.63824,4.63665,4.63483,4.63238,4.46013,4.40835,4.42923,4.28083,4.70489,9.23043,16.1875,17.5146,15.8714,13.2576,10.6603,8.60424,7.11202,6.06535,5.38752,4.93927,4.75981,4.72565,4.74979,4.89756,5.20069,5.70159,6.44048,7.50994,9.02828,11.1287,13.8849,17.2954,21.0297,24.4781,27.4728],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.286042,8.041421,6.501215],[5.289322,8.047046,6.492834],[5.301096,8.062838,6.520529]],"session":6,"source":"ink","spectrum_pct":[[4.64058,4.63921,4.63764,4.63584,4.6334,4.45677,4.39853,4.42115,4.28182,4.70489,9.23043,16.2011,17.5142,15.8519,13.2471,10.6545,8.59352,7.10098,6.05612,5.3807,4.93081,4.75287,4.7197,4.7474,4.8963,5.19889,5.69956,6.43984,7.50707,9.02554,11.1287,13.8865,17.3126,21.0297,24.5333,27.5454],[4.63117,4.62979,4.6282,4.62638,4.62394,4.46013,4.40835,4.42923,4.27463,4.68389,9.16064,16.1753,17.5146,15.8714,13.2576,10.6603,8.60424,7.11202,6.06535,5.38752,4.93927,4.75981,4.72565,4.74979,4.89756,5.20069,5.70159,6.44048,7.50994,9.02828,11.1159,13.883,17.2915,21.0124,24.4781,27.4606],[4.63962,4.63824,4.63665,4.63483,4.63238,4.47275,4.41702,4.4348,4.28083,4.75112,9.27758,16.1875,17.5363,15.8973,13.2839,10.6815,8.61684,7.12125,6.07628,5.4008,4.94725,4.76945,4.73583,4.75872,4.90815,5.21226,5.70747,6.44629,7.51889,9.03608,11.1302,13.8849,17.2954,21.0306,24.4582,27.4728]],"t_unix":1786293665.325755,"uid":"s006_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.289322,8.047046,6.501215]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":6,"source":"bayer","t_unix":1786293710.4874825,"uid":"p01302","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":6,"source":"bayer","t_unix":1786293710.4906926,"uid":"p01303","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":6,"source":"bayer","t_unix":1786293710.4935946,"uid":"p01304","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":24,"config":null,"config_name":null,"duplicate_of":"p00043","ink_fraction":{"black":0.375,"blue":0.0,"green":0.0,"red":0.0,"white":0.625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"bayer 24/64","median_spectrum_pct":[21.3377,21.3398,21.3422,21.345,21.3485,21.8516,22.1031,22.1519,21.9994,21.9409,22.3029,22.2994,21.5706,20.6538,19.6645,18.6513,17.7762,17.0617,16.496,16.1746,15.8976,15.882,15.9065,15.8596,15.918,16.1037,16.4612,16.9715,17.7279,18.7946,20.3023,22.2874,24.7509,27.335,29.6478,31.5319],"phase":"algo_gain","raster_sha1":"de4cb02b06c81906","rgb":null,"session":6,"source":"bayer","t_unix":1786293710.4960003,"uid":"p00141","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.572882,17.644304,23.87937]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.008604166666666666,"blue":0.0,"green":0.04313541666666667,"red":0.18345572916666666,"white":0.7648046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray162","median_raw":[26.26798,27.610782,29.501049],"median_spectrum_pct":[25.5891,25.5889,25.5887,25.5885,25.5886,26.2036,26.5794,26.8158,26.8575,27.1184,28.5731,30.0529,30.1105,29.679,28.9904,28.0852,27.2443,26.5311,25.9388,25.6442,25.4857,26.722,28.6662,29.3586,29.4868,29.5652,29.7609,30.0062,30.4111,30.9615,31.7166,32.6785,33.8542,35.0033,35.9155,36.6028],"phase":"lut_algo_cross","raster_sha1":"4dbf98ef9efa4450","raw":[[26.26798,27.610782,29.499174],[26.265073,27.607986,29.501049],[26.268162,27.616079,29.534876]],"rgb":[162,162,162],"session":6,"source":"pipeline","spectrum_pct":[[25.5637,25.5635,25.5633,25.563,25.5631,26.1801,26.5589,26.8067,26.8575,27.1184,28.5731,30.0529,30.1105,29.6736,28.9854,28.0827,27.2377,26.5311,25.94,25.6481,25.4896,26.7284,28.6693,29.3685,29.4929,29.5686,29.7632,30.0062,30.4111,30.9703,31.7273,32.6785,33.8542,34.9996,35.8949,36.586],[25.5891,25.5889,25.5887,25.5885,25.5886,26.2036,26.5794,26.8158,26.8406,27.0946,28.5658,30.0281,30.109,29.679,28.9904,28.0852,27.2443,26.5277,25.9351,25.6415,25.4811,26.722,28.6662,29.3586,29.4868,29.5652,29.7609,30.0073,30.4137,30.9615,31.7166,32.6762,33.8392,35.0033,35.9333,36.6028],[25.5981,25.5979,25.5977,25.5974,25.5976,26.2333,26.6116,26.8359,26.8607,27.1684,28.6034,30.054,30.1384,29.6987,29.0147,28.1032,27.2548,26.5374,25.9388,25.6442,25.4857,26.7169,28.6497,29.3504,29.4774,29.5537,29.7546,30.0014,30.4075,30.9558,31.7166,32.6875,33.8574,35.0131,35.9155,36.6176]],"t_unix":1786293712.3248682,"uid":"p00235","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.26798,27.610782,29.501049]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.6721901041666667,"blue":0.0008307291666666667,"green":0.1002109375,"red":0.106015625,"white":0.12075260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray59","median_raw":[4.832903,4.747855,6.033222],"median_spectrum_pct":[5.59375,5.59431,5.59496,5.5957,5.59639,5.5675,5.54165,5.50697,5.37901,5.31289,5.78717,6.22054,6.10199,5.7156,5.23271,4.73225,4.33076,4.04023,3.83402,3.73149,3.73363,4.33423,5.19877,5.53812,5.68851,5.90314,6.28591,6.88892,7.82304,9.23157,11.2569,13.9744,17.3147,20.9097,24.2478,27.0244],"phase":"lut_algo_cross","raster_sha1":"fd2bbe2fffba2a69","raw":[[4.826577,4.741512,6.019469],[4.832903,4.747855,6.033222],[4.837262,4.751461,6.045886]],"rgb":[59,59,59],"session":6,"source":"pipeline","spectrum_pct":[[5.5759,5.57646,5.5771,5.57783,5.57851,5.55002,5.52605,5.49085,5.35437,5.31289,5.78717,6.21213,6.08917,5.70731,5.22252,4.72345,4.32484,4.036,3.82896,3.72833,3.72919,4.32667,5.19313,5.53381,5.68409,5.89905,6.28099,6.88408,7.81981,9.23536,11.2597,13.9744,17.3147,20.9241,24.262,27.0244],[5.59375,5.59431,5.59496,5.5957,5.59639,5.5675,5.54165,5.50697,5.37901,5.31244,5.76166,6.2442,6.10199,5.7156,5.23271,4.73225,4.33076,4.04023,3.83402,3.73149,3.73363,4.33423,5.19877,5.53812,5.68851,5.90314,6.28591,6.88892,7.82682,9.23157,11.2569,13.9776,17.3325,20.9097,24.2478,27.0437],[5.59481,5.59537,5.59601,5.59674,5.59744,5.57614,5.5513,5.51481,5.3845,5.35056,5.7931,6.22054,6.10775,5.72423,5.23492,4.73662,4.33211,4.04251,3.83733,3.73564,3.73797,4.33571,5.20098,5.54319,5.69324,5.90549,6.29107,6.88892,7.82304,9.2303,11.2395,13.9592,17.3034,20.8752,24.2169,27.0097]],"t_unix":1786293759.2189603,"uid":"p00230","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.832903,4.747855,6.033222]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray0","median_raw":[1.426847,1.145465,2.364656],"median_spectrum_pct":[2.51581,2.51651,2.51733,2.51826,2.51914,2.43307,2.36286,2.28502,2.15744,2.02158,1.9284,1.77277,1.61005,1.39529,1.18853,1.00679,0.87768,0.795454,0.746929,0.728521,0.760237,0.986364,1.25493,1.37286,1.49868,1.70999,2.06381,2.63562,3.54044,4.94982,7.06131,9.96675,13.6361,17.6171,21.4436,24.645],"phase":"lut_algo_cross","raster_sha1":"1daca356a8f94d5f","raw":[[1.426681,1.145465,2.363625],[1.426847,1.144186,2.364656],[1.432642,1.151481,2.386102]],"rgb":[0,0,0],"session":6,"source":"pipeline","spectrum_pct":[[2.51581,2.51651,2.51733,2.51826,2.51914,2.42708,2.35167,2.27771,2.15734,2.02158,1.9284,1.77277,1.60575,1.39529,1.18853,1.00619,0.87768,0.795171,0.746929,0.728521,0.760237,0.985822,1.25312,1.36991,1.49525,1.70999,2.06381,2.63562,3.5419,4.95526,7.06131,9.99906,13.6526,17.659,21.488,24.6803],[2.51192,2.51262,2.51343,2.51435,2.51523,2.43307,2.36286,2.28502,2.15744,2.01603,1.91856,1.7506,1.61005,1.39011,1.18673,1.00679,0.875838,0.795454,0.745481,0.727984,0.756183,0.986364,1.25493,1.37286,1.49868,1.70914,2.06277,2.63008,3.53356,4.94431,7.05998,9.96675,13.6361,17.6171,21.4436,24.645],[2.52025,2.52095,2.52175,2.52268,2.52356,2.44131,2.3688,2.29433,2.17006,2.05405,1.98816,1.79627,1.62951,1.40377,1.19713,1.01145,0.878651,0.797575,0.747344,0.732137,0.761434,0.98843,1.25839,1.37744,1.49989,1.71603,2.06576,2.63568,3.54044,4.94982,7.06512,9.95428,13.6117,17.6087,21.4431,24.6181]],"t_unix":1786293806.0497525,"uid":"p00227","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.426847,1.145465,2.364656]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_algo_cross","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":6,"source":"pipeline","t_unix":1786293852.9022768,"uid":"p00238","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_algo_cross","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":6,"source":"pipeline","t_unix":1786293854.4865792,"uid":"p00237","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.4205625,"blue":0.0005598958333333334,"green":0.07903645833333334,"red":0.1353203125,"white":0.36452083333333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray98","median_raw":[11.200248,11.544843,13.746203],"median_spectrum_pct":[12.2418,12.2424,12.2432,12.2441,12.245,12.3745,12.4817,12.5555,12.4925,12.5169,13.2335,13.9398,13.7257,13.1844,12.4992,11.7751,11.1489,10.6617,10.2888,10.097,10.0231,10.7833,11.9418,12.3816,12.5232,12.7124,13.071,13.6242,14.4735,15.6984,17.4292,19.6983,22.4983,25.4135,28.0259,30.1136],"phase":"lut_algo_cross","raster_sha1":"d208907853b57be4","raw":[[11.200128,11.544148,13.746203],[11.200248,11.544843,13.737581],[11.208987,11.552835,13.765783]],"rgb":[98,98,98],"session":6,"source":"pipeline","spectrum_pct":[[12.2355,12.2361,12.2369,12.2377,12.2387,12.3604,12.4661,12.5525,12.4793,12.5169,13.2335,13.9398,13.7179,13.1778,12.4971,11.7696,11.1455,10.656,10.2851,10.0918,10.0231,10.7833,11.94,12.3816,12.5232,12.7052,13.071,13.6208,14.4669,15.6984,17.4365,19.7094,22.4863,25.4135,28.0164,30.093],[12.2418,12.2424,12.2432,12.2441,12.245,12.3745,12.4817,12.5555,12.4925,12.4529,13.1549,13.9223,13.7257,13.1844,12.4992,11.7751,11.1489,10.6617,10.2888,10.097,10.0227,10.7816,11.9418,12.3769,12.5207,12.7124,13.071,13.6242,14.4735,15.6917,17.4292,19.6945,22.4998,25.4065,28.0259,30.1136],[12.2585,12.2592,12.26,12.2608,12.2618,12.3874,12.4948,12.5721,12.4977,12.5202,13.2342,13.9584,13.7395,13.1897,12.5068,11.7827,11.1522,10.6618,10.2934,10.1019,10.0291,10.7872,11.9458,12.3837,12.5306,12.7207,13.0819,13.6279,14.4757,15.7017,17.4182,19.6983,22.4983,25.4455,28.0391,30.1226]],"t_unix":1786293856.0881088,"uid":"p00232","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.200248,11.544843,13.746203]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.7917213541666667,"blue":5.208333333333334e-05,"green":0.10784895833333333,"red":0.09127864583333334,"white":0.009098958333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray41","median_raw":[2.667311,2.473746,3.102851],"median_spectrum_pct":[2.99174,2.99209,2.9925,2.99296,2.9933,2.90959,2.84614,2.79389,2.67615,2.59277,3.02463,3.48498,3.43253,3.14111,2.75632,2.37301,2.06892,1.85985,1.72196,1.65833,1.69167,2.23012,2.97863,3.28238,3.43448,3.65749,4.03815,4.6335,5.57872,7.00825,9.11492,11.9341,15.4529,19.2918,22.8514,25.8283],"phase":"lut_algo_cross","raster_sha1":"6edcb849b0ec0810","raw":[[2.661542,2.467616,3.088882],[2.667311,2.473746,3.102851],[2.673178,2.479422,3.111558]],"rgb":[41,41,41],"session":6,"source":"pipeline","spectrum_pct":[[2.96348,2.96381,2.9642,2.96464,2.96498,2.89372,2.82986,2.7818,2.66049,2.61139,2.99425,3.46183,3.42168,3.12723,2.74613,2.36608,2.06468,1.85668,1.71888,1.65524,1.68983,2.2248,2.97292,3.27656,3.42821,3.6512,4.03264,4.6335,5.57872,7.00825,9.10317,11.9379,15.4542,19.2918,22.8828,25.8318],[2.99174,2.99209,2.9925,2.99296,2.9933,2.90959,2.84614,2.79389,2.67615,2.59067,3.02671,3.48558,3.43253,3.14111,2.75632,2.37301,2.06892,1.85985,1.72196,1.65833,1.69167,2.23012,2.97863,3.28238,3.43448,3.65749,4.03815,4.63334,5.57717,7.00695,9.11492,11.9341,15.4529,19.2963,22.8514,25.8283],[3.01734,3.01771,3.01813,3.01861,3.01896,2.92391,2.85555,2.80372,2.68019,2.59277,3.02463,3.48498,3.44621,3.14668,2.76325,2.37727,2.07624,1.86612,1.7276,1.66259,1.69694,2.23429,2.98456,3.29089,3.44141,3.66276,4.04022,4.63509,5.58352,7.01372,9.12259,11.9316,15.4228,19.2744,22.8428,25.7836]],"t_unix":1786293902.874761,"uid":"p00229","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.667311,2.473746,3.102851]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"lut_algo_cross","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":6,"source":"pipeline","t_unix":1786293949.5744033,"uid":"p00228","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"lut_algo_cross","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":6,"source":"pipeline","t_unix":1786293951.1657708,"uid":"p00239","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.5499765625,"blue":0.0006145833333333333,"green":0.08965625,"red":0.1201953125,"white":0.23955729166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray78","median_raw":[7.600914,7.735825,9.491261],"median_spectrum_pct":[8.58059,8.58122,8.58194,8.58277,8.58361,8.62537,8.66772,8.67456,8.55533,8.48813,9.09649,9.70913,9.56972,9.09559,8.49967,7.87182,7.35079,6.95845,6.66581,6.51013,6.47258,7.11732,8.06365,8.42897,8.59106,8.81156,9.19091,9.7696,10.6745,12.011,13.9201,16.479,19.6015,22.901,25.8902,28.4106],"phase":"lut_algo_cross","raster_sha1":"1e522804be229a77","raw":[[7.59475,7.7295,9.468851],[7.600914,7.735825,9.491261],[7.606035,7.741519,9.49816]],"rgb":[78,78,78],"session":6,"source":"pipeline","spectrum_pct":[[8.55876,8.55938,8.56009,8.56091,8.56174,8.61116,8.65011,8.66097,8.53151,8.45282,9.07125,9.69417,9.55574,9.07602,8.49193,7.86947,7.34788,6.95569,6.65818,6.50357,6.4691,7.11265,8.06138,8.42393,8.58834,8.81048,9.19091,9.7696,10.6706,12.0128,13.9336,16.4831,19.6058,22.897,25.9295,28.4106],[8.58059,8.58122,8.58194,8.58277,8.58361,8.62537,8.66772,8.67456,8.55533,8.48813,9.09804,9.70913,9.56972,9.09559,8.49967,7.87182,7.35079,6.95845,6.66581,6.51013,6.47258,7.11732,8.06365,8.42897,8.59106,8.81156,9.18669,9.76636,10.6745,12.0054,13.9201,16.479,19.5951,22.901,25.8902,28.4139],[8.59016,8.59079,8.59152,8.59235,8.59319,8.6361,8.67848,8.67841,8.5618,8.48945,9.09649,9.71916,9.58108,9.10173,8.50627,7.88037,7.35844,6.96428,6.66819,6.51424,6.47731,7.12062,8.06827,8.43661,8.59485,8.81766,9.19426,9.7713,10.6845,12.011,13.9189,16.4763,19.6015,22.906,25.8795,28.3885]],"t_unix":1786293952.7504232,"uid":"p00231","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.600914,7.735825,9.491261]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.2867395833333333,"blue":5.208333333333333e-06,"green":0.06618489583333333,"red":0.15073177083333333,"white":0.4963385416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray119","median_raw":[14.723364,15.292782,17.929765],"median_spectrum_pct":[15.8125,15.8131,15.8139,15.8147,15.8158,16.1078,16.2884,16.3625,16.2606,16.3623,17.2725,18.1508,17.9358,17.3118,16.5239,15.6549,14.8987,14.2892,13.8075,13.552,13.4392,14.3301,15.7078,16.2308,16.4029,16.5877,16.9347,17.4457,18.2171,19.3338,20.8921,22.8962,25.3091,27.8331,30.0429,31.8398],"phase":"lut_algo_cross","raster_sha1":"3a8fde20b3126483","raw":[[14.719094,15.29006,17.916883],[14.723364,15.293194,17.933297],[14.723776,15.292782,17.929765]],"rgb":[119,119,119],"session":6,"source":"pipeline","spectrum_pct":[[15.7882,15.7888,15.7895,15.7904,15.7914,16.0901,16.2736,16.3554,16.2698,16.3295,17.2725,18.1508,17.9358,17.3064,16.5176,15.6542,14.8964,14.2867,13.8058,13.5504,13.4378,14.3284,15.7078,16.2335,16.3986,16.584,16.9347,17.4389,18.2168,19.3386,20.8782,22.8935,25.3091,27.8391,30.0426,31.8398],[15.8217,15.8224,15.8231,15.824,15.8251,16.1078,16.2884,16.3625,16.2606,16.3893,17.2797,18.1516,17.9395,17.3118,16.5239,15.6549,14.8987,14.2897,13.8084,13.5532,13.4402,14.3301,15.7075,16.2304,16.4032,16.5902,16.936,17.4457,18.2171,19.3234,20.8921,22.8962,25.3172,27.8331,30.0595,31.8545],[15.8125,15.8131,15.8139,15.8147,15.8158,16.1178,16.302,16.3692,16.2558,16.3623,17.2612,18.1325,17.9266,17.3133,16.5242,15.6589,14.9027,14.2892,13.8075,13.552,13.4392,14.333,15.7124,16.2308,16.4029,16.5877,16.934,17.4467,18.221,19.3338,20.9012,22.9054,25.3019,27.8165,30.0429,31.7951]],"t_unix":1786293999.6152866,"uid":"p00233","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.723364,15.292782,17.929765]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.08294270833333334,"white":0.9069895833333333,"yellow":0.010067708333333333},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray185","median_raw":[31.501926,33.78404,37.277565],"median_spectrum_pct":[32.2273,32.2274,32.2275,32.2277,32.2284,33.0228,33.5915,34.0554,34.2268,34.5282,35.9569,37.0545,36.9721,36.5353,35.873,34.9551,34.0662,33.2907,32.6048,32.2306,31.8721,32.2964,33.0344,33.2112,33.2149,33.2482,33.3814,33.5267,33.7718,34.0807,34.5269,35.1133,35.8811,36.6273,37.237,37.6644],"phase":"lut_algo_cross","raster_sha1":"95b219c3e236c460","raw":[[31.86043,34.145657,37.464032],[31.489875,33.771101,37.269401],[31.501926,33.78404,37.277565]],"rgb":[185,185,185],"session":6,"source":"pipeline","spectrum_pct":[[32.4045,32.4045,32.4045,32.4045,32.4053,33.3609,33.9415,34.2387,34.283,34.5274,35.9579,37.1954,37.2071,36.8102,36.177,35.2847,34.4199,33.666,32.9954,32.6445,32.2947,32.7217,33.4832,33.6652,33.668,33.699,33.8252,33.9593,34.1806,34.4768,34.9092,35.4771,36.2234,36.9117,37.4499,37.8713],[32.2037,32.2038,32.204,32.2041,32.2048,32.9905,33.5622,34.0356,34.2268,34.5651,35.9569,37.0227,36.9662,36.5267,35.8631,34.9385,34.0501,33.274,32.5896,32.2192,31.8601,32.2798,33.0228,33.199,33.2042,33.2327,33.3691,33.5144,33.7535,34.0611,34.5219,35.1107,35.8503,36.5903,37.2049,37.6376],[32.2273,32.2274,32.2275,32.2277,32.2284,33.0228,33.5915,34.0554,34.2117,34.5282,35.9519,37.0545,36.9721,36.5353,35.873,34.9551,34.0662,33.2907,32.6048,32.2306,31.8721,32.2964,33.0344,33.2112,33.2149,33.2482,33.3814,33.5267,33.7718,34.0807,34.5269,35.1133,35.8811,36.6273,37.237,37.6644]],"t_unix":1786294046.4173136,"uid":"p00236","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.501926,33.78404,37.277565]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_serp_hue_aware","ink_fraction":{"black":0.15080729166666668,"blue":0.0,"green":0.05514583333333333,"red":0.16671614583333333,"white":0.6273307291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"fs_serp hue_aware gray140","median_raw":[20.40747,21.425327,23.749878],"median_spectrum_pct":[20.6809,20.6811,20.6814,20.6817,20.6822,21.1089,21.4119,21.6302,21.6239,21.7696,22.9971,24.1886,24.1198,23.575,22.8194,21.9264,21.1043,20.4248,19.865,19.5689,19.4182,20.4203,22.001,22.5754,22.7218,22.8692,23.1393,23.5308,24.1382,24.9845,26.1719,27.6671,29.4848,31.3172,32.9229,34.1492],"phase":"lut_algo_cross","raster_sha1":"f0247888f1ed18ca","raw":[[20.410404,21.430946,23.749878],[20.407378,21.425327,23.743252],[20.40747,21.424071,23.752107]],"rgb":[140,140,140],"session":6,"source":"pipeline","spectrum_pct":[[20.6719,20.6721,20.6724,20.6727,20.6732,21.0983,21.3979,21.6261,21.625,21.7814,23.0528,24.1967,24.131,23.575,22.8202,21.9299,21.1093,20.4321,19.8732,19.576,19.4185,20.4229,22.0021,22.5754,22.7259,22.8707,23.141,23.5308,24.1458,24.9985,26.1713,27.6651,29.4861,31.3515,32.9529,34.1492],[20.6809,20.6811,20.6814,20.6817,20.6822,21.1089,21.4119,21.6302,21.6149,21.7539,22.9963,24.1842,24.1198,23.5697,22.8194,21.9264,21.1043,20.4248,19.8637,19.5684,19.4182,20.4203,22.001,22.5785,22.7215,22.8673,23.1358,23.5317,24.1382,24.9845,26.1743,27.6801,29.4829,31.3172,32.9137,34.0876],[20.6886,20.6888,20.6891,20.6894,20.69,21.1206,21.42,21.6367,21.6239,21.7696,22.9971,24.1886,24.1182,23.5767,22.8165,21.9224,21.1001,20.4223,19.865,19.5689,19.4134,20.4185,21.996,22.5732,22.7218,22.8692,23.1393,23.5307,24.1368,24.9836,26.1719,27.6671,29.4848,31.3064,32.9229,34.1498]],"t_unix":1786294140.3765523,"uid":"p00234","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.40747,21.425327,23.749878]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.18226822916666666,"blue":1.0416666666666666e-05,"green":0.0032682291666666667,"red":0.5241302083333333,"white":0.28810416666666666,"yellow":0.00221875},"ink_index":null,"is_control":false,"label":"skin (111, 81, 71) fs_cam16ucs_hue_aware","median_raw":[11.44126,10.003358,9.064076],"median_spectrum_pct":[8.07428,8.07378,8.0732,8.07253,8.07176,8.18754,8.25176,8.27629,8.2062,8.18092,8.63929,9.15081,9.14068,8.93192,8.64831,8.31581,8.03806,7.86406,7.76926,7.81983,8.17892,11.0321,15.467,17.307,17.663,17.7521,17.9387,18.2855,18.9351,19.9421,21.3944,23.2835,25.5773,27.9631,30.0366,31.6579],"phase":"skin","raster_sha1":"158970ce0238e735","raw":[[11.43801,10.002225,9.064076],[11.44126,10.003358,9.058962],[11.445281,10.004858,9.067582]],"rgb":[111,81,71],"session":6,"source":"pipeline","spectrum_pct":[[8.07428,8.07378,8.0732,8.07253,8.07176,8.17875,8.23986,8.27629,8.21052,8.18092,8.63929,9.15314,9.14068,8.93052,8.64897,8.31507,8.03806,7.86406,7.77129,7.82259,8.17863,11.0293,15.4584,17.294,17.6528,17.7389,17.9245,18.2783,18.9288,19.9421,21.3964,23.3,25.5891,27.9631,30.0119,31.6491],[8.07262,8.07211,8.07152,8.07085,8.07008,8.18754,8.25176,8.27627,8.18398,8.17366,8.61601,9.15081,9.14255,8.93192,8.64831,8.31581,8.03759,7.86449,7.76805,7.81983,8.1798,11.0321,15.467,17.307,17.663,17.7521,17.9387,18.2855,18.9351,19.9396,21.3931,23.2835,25.5773,27.9671,30.0366,31.6579],[8.07772,8.07721,8.07663,8.07596,8.07519,8.19199,8.25471,8.2775,8.2062,8.18537,8.64474,9.12963,9.12903,8.93294,8.64811,8.31762,8.04079,7.8638,7.76926,7.81947,8.17892,11.0392,15.4689,17.3093,17.6709,17.7581,17.9456,18.2951,18.9405,19.949,21.3944,23.2803,25.5615,27.9539,30.0404,31.6651]],"t_unix":1786294189.868138,"uid":"p00284","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.44126,10.003358,9.064076]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.1728125,"blue":0.0,"green":0.001640625,"red":0.32147916666666665,"white":0.5040677083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (134, 114, 107) atkinson_hue_aware","median_raw":[16.712106,16.482034,17.57768],"median_spectrum_pct":[15.4794,15.4795,15.4795,15.4795,15.4797,15.8234,16.033,16.1252,16.0462,16.0555,16.6989,17.3462,17.2247,16.8731,16.4023,15.8357,15.3366,14.9469,14.6433,14.5492,14.667,16.5834,19.4994,20.6305,20.8542,20.944,21.1784,21.5487,22.1682,23.0678,24.3524,26.0087,28.0072,30.0479,31.8174,33.1481],"phase":"skin","raster_sha1":"241977512a928120","raw":[[16.709678,16.481669,17.572376],[16.713002,16.482338,17.584433],[16.712106,16.482034,17.57768]],"rgb":[134,114,107],"session":6,"source":"pipeline","spectrum_pct":[[15.4773,15.4773,15.4774,15.4774,15.4776,15.8112,16.0176,16.1089,16.0381,16.0666,16.6989,17.3401,17.2286,16.8731,16.401,15.8339,15.3353,14.9469,14.6456,14.5516,14.667,16.5829,19.5015,20.6299,20.8493,20.9402,21.1721,21.5477,22.1615,23.0678,24.3577,25.9932,27.9863,30.0161,31.8088,33.1277],[15.4979,15.4979,15.498,15.498,15.4982,15.8234,16.033,16.1252,16.0581,16.0555,16.7081,17.3464,17.2247,16.8711,16.4023,15.836,15.3366,14.9454,14.6433,14.5492,14.6685,16.5863,19.4994,20.6305,20.8542,20.944,21.1791,21.5487,22.1721,23.0736,24.3524,26.0104,28.0128,30.0534,31.8174,33.174],[15.4794,15.4795,15.4795,15.4795,15.4797,15.828,16.0413,16.1261,16.0462,16.0285,16.6926,17.3462,17.2228,16.8762,16.4043,15.8357,15.3375,14.9479,14.6413,14.548,14.6658,16.5834,19.4988,20.6359,20.8556,20.9477,21.1784,21.5542,22.1682,23.063,24.3497,26.0087,28.0072,30.0479,31.8198,33.1481]],"t_unix":1786294237.2176476,"uid":"p00294","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.712106,16.482034,17.57768]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5734765625,"white":0.4265234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (193, 102, 103) fs_cam16ucs_hue_aware","median_raw":[16.515948,15.016286,13.015861],"median_spectrum_pct":[11.4277,11.4266,11.4254,11.4239,11.4224,11.6271,11.7337,11.767,11.6922,11.7123,12.5891,13.6427,13.8217,13.6818,13.3975,13.0134,12.6661,12.4226,12.2743,12.319,12.7441,16.3252,21.9456,24.3048,24.7514,24.799,24.9011,25.1268,25.6093,26.3535,27.4098,28.7511,30.3647,31.959,33.3201,34.3489],"phase":"skin","raster_sha1":"aa75f34b3804bede","raw":[[16.515948,15.018092,13.016792],[16.515722,15.016286,13.009954],[16.517069,15.015688,13.015861]],"rgb":[193,102,103],"session":6,"source":"pipeline","spectrum_pct":[[11.4261,11.425,11.4238,11.4223,11.4207,11.6196,11.7285,11.767,11.704,11.7215,12.5868,13.6427,13.8269,13.6803,13.3954,13.0134,12.6688,12.4291,12.2805,12.3258,12.7468,16.3252,21.9431,24.2996,24.7418,24.7923,24.9009,25.1216,25.6041,26.3464,27.4008,28.7359,30.3243,31.9444,33.3147,34.339],[11.4389,11.4378,11.4366,11.4351,11.4335,11.6271,11.7337,11.7674,11.6922,11.6678,12.5891,13.6412,13.8217,13.6839,13.3975,13.0138,12.6661,12.4226,12.2743,12.319,12.7441,16.3228,21.9456,24.3048,24.7535,24.799,24.9011,25.1268,25.6191,26.3546,27.4098,28.7511,30.3647,31.959,33.3201,34.3489],[11.4277,11.4266,11.4254,11.4239,11.4224,11.6331,11.7387,11.766,11.6872,11.7123,12.5918,13.6444,13.8147,13.6818,13.4,13.0124,12.6637,12.4175,12.2707,12.3146,12.7424,16.3259,21.9491,24.3089,24.7514,24.8025,24.9114,25.1327,25.6093,26.3535,27.415,28.7591,30.372,31.9752,33.3564,34.3956]],"t_unix":1786294283.9654398,"uid":"p00359","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.515948,15.016286,13.015861]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.42419270833333333,"white":0.5758072916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (167, 132, 128) atkinson_hue_aware","median_raw":[20.582814,20.086573,19.694706],"median_spectrum_pct":[17.1534,17.1527,17.1519,17.1509,17.15,17.4898,17.7421,17.913,17.9181,18.0196,19.0369,20.0483,20.1003,19.8396,19.4487,18.9277,18.4469,18.0529,17.7442,17.6715,17.9019,20.678,24.9723,26.6937,27.0026,27.062,27.1901,27.4025,27.8389,28.4841,29.39,30.55,31.9434,33.3066,34.478,35.2905],"phase":"skin","raster_sha1":"5d74f53144ae244d","raw":[[20.69189,20.197539,19.752328],[20.582814,20.086573,19.689925],[20.582019,20.085048,19.694706]],"rgb":[167,132,128],"session":6,"source":"pipeline","spectrum_pct":[[17.21,17.2093,17.2084,17.2074,17.2065,17.6485,17.9036,17.9764,17.8985,17.9698,19.0182,20.0967,20.1823,19.9499,19.5717,19.0451,18.5593,18.1613,17.8506,17.7753,18.0054,20.7971,25.1101,26.8364,27.1551,27.2109,27.3378,27.5397,27.9679,28.613,29.5135,30.6622,32.0548,33.4154,34.5814,35.3952],[17.1484,17.1477,17.1469,17.1459,17.145,17.4819,17.7295,17.9078,17.9181,18.0361,19.0369,20.0336,20.0932,19.8351,19.4483,18.9277,18.4469,18.0529,17.7442,17.6715,17.9019,20.677,24.9722,26.6926,27.0026,27.0592,27.1901,27.4025,27.8389,28.4816,29.39,30.5418,31.9357,33.2971,34.4638,35.2797],[17.1534,17.1527,17.1519,17.1509,17.15,17.4898,17.7421,17.913,17.9212,18.0196,19.0491,20.0483,20.1003,19.8396,19.4487,18.9249,18.4436,18.0514,17.7393,17.6633,17.8935,20.678,24.9723,26.6937,27.0017,27.062,27.1896,27.3971,27.8346,28.4841,29.3878,30.55,31.9434,33.3066,34.478,35.2905]],"t_unix":1786294331.28556,"uid":"p00468","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.582814,20.086573,19.694706]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.136453125,"white":0.863546875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (221, 174, 168) atkinson_hue_aware","median_raw":[29.867056,31.629342,34.663873],"median_spectrum_pct":[30.0017,30.0018,30.0018,30.0019,30.0025,30.7681,31.289,31.6955,31.8278,32.0494,33.3262,34.382,34.2747,33.8323,33.2059,32.3467,31.5391,30.8368,30.2211,29.9195,29.6781,30.5274,31.8986,32.3427,32.394,32.4337,32.5712,32.7405,33.0096,33.371,33.8951,34.5734,35.4172,36.2489,36.8987,37.3653],"phase":"skin","raster_sha1":"95e5fb5a5a8abd3f","raw":[[29.8764,31.632775,34.665425],[29.867056,31.629342,34.663873],[29.843071,31.608326,34.651593]],"rgb":[221,174,168],"session":6,"source":"pipeline","spectrum_pct":[[30.0028,30.0029,30.0029,30.003,30.0036,30.7448,31.2621,31.6917,31.8448,32.0911,33.3479,34.3837,34.2747,33.8234,33.1952,32.3447,31.5391,30.8369,30.2211,29.923,29.6824,30.5402,31.9199,32.3599,32.4174,32.4563,32.5934,32.7644,33.0396,33.4056,33.9093,34.5895,35.4504,36.2624,36.8987,37.3653],[30.0017,30.0018,30.0018,30.0019,30.0025,30.7681,31.289,31.7011,31.8278,32.0494,33.3262,34.382,34.2792,33.8323,33.2087,32.3529,31.5401,30.8368,30.2242,29.9195,29.6781,30.5274,31.8986,32.3427,32.394,32.4337,32.5712,32.7405,33.0096,33.371,33.8951,34.5734,35.4172,36.2489,36.911,37.386],[29.9922,29.9923,29.9923,29.9924,29.993,30.7785,31.2991,31.6955,31.8158,32.0255,33.2681,34.3373,34.2662,33.8345,33.2059,32.3467,31.53,30.8203,30.1971,29.8908,29.65,30.5013,31.8651,32.3053,32.3585,32.3984,32.539,32.7036,32.9744,33.3393,33.8584,34.5408,35.3836,36.2127,36.877,37.3259]],"t_unix":1786294380.0379348,"uid":"p00501","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.867056,31.629342,34.663873]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.24465364583333332,"white":0.7553463541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (168, 147, 145) atkinson_oklab_hue_aware","median_raw":[26.134875,26.987111,28.521461],"median_spectrum_pct":[24.7142,24.7139,24.7135,24.7131,24.713,25.3205,25.7298,26.0116,26.0638,26.316,27.4886,28.5899,28.5742,28.222,27.6881,26.9533,26.2602,25.6738,25.1745,24.9556,24.9147,26.5954,29.1788,30.1371,30.3084,30.3626,30.5075,30.7045,31.0572,31.5432,32.2209,33.0919,34.1592,35.2033,36.0269,36.6412],"phase":"skin","raster_sha1":"cdff7511cb92afb7","raw":[[26.141791,26.993288,28.521461],[26.134875,26.985741,28.504482],[26.127691,26.987111,28.530706]],"rgb":[168,147,145],"session":6,"source":"pipeline","spectrum_pct":[[24.7142,24.7139,24.7135,24.7131,24.713,25.3056,25.7127,26.0059,26.0859,26.316,27.5105,28.6172,28.5742,28.2181,27.6881,26.9533,26.2602,25.6758,25.1811,24.9678,24.9214,26.6026,29.1845,30.1427,30.3099,30.3644,30.5144,30.7162,31.0717,31.5677,32.2373,33.1042,34.1764,35.2033,36.0404,36.6609],[24.7051,24.7048,24.7044,24.704,24.7039,25.3205,25.7298,26.0116,26.0566,26.2483,27.4605,28.5702,28.5613,28.222,27.6853,26.9498,26.2577,25.672,25.1745,24.9556,24.9147,26.5954,29.1788,30.1371,30.3084,30.3626,30.5075,30.7045,31.0572,31.5432,32.2209,33.0919,34.1592,35.1925,36.0194,36.6085],[24.7166,24.7163,24.7159,24.7155,24.7154,25.3434,25.7492,26.0206,26.0638,26.3286,27.4886,28.5899,28.5911,28.2417,27.7058,26.9682,26.2689,25.6738,25.1718,24.9534,24.9078,26.5783,29.152,30.1142,30.2774,30.3365,30.4853,30.6795,31.0278,31.5238,32.2181,33.0735,34.1571,35.2123,36.0269,36.6412]],"t_unix":1786294427.358274,"uid":"p00322","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.134875,26.987111,28.521461]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.16276041666666666,"white":0.8304765625,"yellow":0.0067630208333333336},"ink_index":null,"is_control":false,"label":"skin (192, 172, 158) atkinson_hue_aware","median_raw":[28.977215,30.561454,32.92242],"median_spectrum_pct":[28.4885,28.4884,28.4882,28.4879,28.4882,29.2719,29.7569,30.0725,30.1228,30.3037,31.6641,32.8756,32.9184,32.5512,31.9648,31.1444,30.3494,29.6566,29.0625,28.7746,28.5773,29.6432,31.3175,31.8924,31.9812,32.0223,32.1616,32.3347,32.624,33.0216,33.5742,34.2851,35.1673,36.0487,36.7493,37.234],"phase":"skin","raster_sha1":"e764f0367e4cdc93","raw":[[28.988044,30.567638,32.921717],[28.977215,30.561454,32.92242],[28.964876,30.556357,32.933776]],"rgb":[192,172,158],"session":6,"source":"pipeline","spectrum_pct":[[28.4885,28.4884,28.4882,28.4879,28.4882,29.2529,29.7367,30.0693,30.1228,30.3012,31.7202,32.8714,32.9133,32.5429,31.9607,31.1364,30.3448,29.6619,29.0663,28.7801,28.5857,29.6598,31.3436,31.9173,31.9981,32.0435,32.1847,32.3532,32.649,33.0529,33.6033,34.3197,35.2203,36.0765,36.751,37.2634],[28.4755,28.4753,28.4751,28.4748,28.4751,29.2719,29.7569,30.0727,30.1307,30.3037,31.642,32.8756,32.9184,32.5512,31.9648,31.1444,30.3494,29.6566,29.0625,28.7746,28.5773,29.6432,31.3175,31.8924,31.9812,32.0223,32.1616,32.3347,32.624,33.0216,33.5742,34.2851,35.1673,36.0116,36.7068,37.2085],[28.5108,28.5107,28.5105,28.5102,28.5106,29.2957,29.7766,30.0725,30.1166,30.3037,31.6641,32.918,32.9351,32.5712,31.98,31.1517,30.3495,29.6533,29.0506,28.7591,28.5647,29.6251,31.293,31.8617,31.9524,31.9995,32.1407,32.3111,32.6017,32.9969,33.541,34.2621,35.1622,36.0487,36.7493,37.234]],"t_unix":1786294474.803303,"uid":"p00354","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.977215,30.561454,32.92242]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3886328125,"white":0.6113671875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (180, 110, 81) atkinson_oklab_hue_aware","median_raw":[21.781317,21.543501,21.516014],"median_spectrum_pct":[18.786,18.7855,18.7848,18.784,18.7833,19.1974,19.4403,19.5766,19.5549,19.7265,20.6765,21.7516,21.8639,21.6167,21.1741,20.5867,20.046,19.6275,19.3033,19.22,19.391,21.9424,25.9132,27.4992,27.7847,27.8382,27.986,28.1953,28.6242,29.2217,30.0812,31.1715,32.4788,33.7747,34.8488,35.6213],"phase":"skin","raster_sha1":"2afac4fcb2388aee","raw":[[21.781581,21.544571,21.516014],[21.776509,21.538256,21.509432],[21.781317,21.543501,21.528952]],"rgb":[180,110,81],"session":6,"source":"pipeline","spectrum_pct":[[18.785,18.7845,18.7838,18.783,18.7823,19.1897,19.4301,19.5708,19.5549,19.7348,20.6765,21.7516,21.8639,21.6167,21.1741,20.5891,20.046,19.6299,19.3103,19.2286,19.3973,21.9466,25.9186,27.4992,27.7848,27.8416,27.986,28.1953,28.6242,29.2304,30.0909,31.1749,32.4788,33.7747,34.8488,35.6163],[18.786,18.7855,18.7848,18.784,18.7833,19.1974,19.4403,19.5766,19.5542,19.6862,20.643,21.748,21.859,21.6108,21.1693,20.5847,20.0448,19.6223,19.3026,19.22,19.3904,21.9424,25.9096,27.4968,27.7827,27.8378,27.9821,28.1917,28.6107,29.2127,30.0701,31.1594,32.4684,33.758,34.8536,35.6213],[18.8063,18.8057,18.805,18.8042,18.8036,19.2122,19.4558,19.5833,19.5601,19.7265,20.6909,21.7527,21.8749,21.6341,21.1788,20.5867,20.0472,19.6275,19.3033,19.2192,19.391,21.9395,25.9132,27.502,27.7847,27.8382,27.9864,28.1993,28.6246,29.2217,30.0812,31.1715,32.4915,33.7852,34.8471,35.6502]],"t_unix":1786294522.1232262,"uid":"p00478","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.781317,21.543501,21.516014]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.18486458333333333,"white":0.8110416666666667,"yellow":0.00409375},"ink_index":null,"is_control":false,"label":"skin (186, 168, 166) fs_cam16ucs_hue_aware","median_raw":[28.178223,29.611577,31.804626],"median_spectrum_pct":[27.5734,27.5733,27.5731,27.5729,27.5731,28.2106,28.6625,29.0265,29.1051,29.3267,30.6329,31.919,31.8772,31.4843,30.8969,30.0794,29.2919,28.6138,28.0294,27.7489,27.5853,28.7865,30.6399,31.2864,31.3933,31.4509,31.6031,31.7923,32.1034,32.5278,33.1153,33.8816,34.8327,35.7254,36.4634,36.9561],"phase":"skin","raster_sha1":"aa97909a7f9424a4","raw":[[28.393559,29.826781,31.913764],[28.174098,29.608213,31.802792],[28.178223,29.611577,31.804626]],"rgb":[186,168,166],"session":6,"source":"pipeline","spectrum_pct":[[27.6648,27.6646,27.6643,27.664,27.6643,28.4562,28.9131,29.1309,29.1112,29.2981,30.6257,31.9605,32.0149,31.6656,31.0837,30.2718,29.5027,28.835,28.2626,27.9915,27.8235,29.0334,30.9163,31.5685,31.6762,31.7247,31.8765,32.0535,32.3555,32.7748,33.3455,34.0984,35.035,35.9049,36.5998,37.1319],[27.5626,27.5625,27.5623,27.5621,27.5622,28.1882,28.6391,29.0127,29.1051,29.3414,30.6919,31.919,31.8772,31.4821,30.8819,30.0679,29.2853,28.6063,28.0283,27.7489,27.5832,28.7822,30.6341,31.2843,31.3908,31.4443,31.595,31.7846,32.0963,32.5264,33.1153,33.8672,34.8279,35.7254,36.4535,36.9561],[27.5734,27.5733,27.5731,27.5729,27.5731,28.2106,28.6625,29.0265,29.1046,29.3267,30.6329,31.8964,31.8742,31.4843,30.8969,30.0794,29.2919,28.6138,28.0294,27.7486,27.5853,28.7865,30.6399,31.2864,31.3933,31.4509,31.6031,31.7923,32.1034,32.5278,33.1055,33.8816,34.8327,35.7067,36.4634,36.9275]],"t_unix":1786294569.0155027,"uid":"p00482","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.178223,29.611577,31.804626]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.24422135416666665,"white":0.7451197916666666,"yellow":0.010658854166666667},"ink_index":null,"is_control":false,"label":"skin (186, 158, 150) fs_cam16ucs_hue_aware","median_raw":[26.189003,27.150765,27.979898],"median_spectrum_pct":[24.1831,24.1825,24.1818,24.181,24.1804,24.7444,25.1258,25.4337,25.5074,25.7359,27.0849,28.5213,28.6925,28.4099,27.9053,27.1809,26.4834,25.8753,25.361,25.1387,25.0971,26.7849,29.3653,30.3273,30.5079,30.5804,30.7382,30.9452,31.2926,31.7779,32.4425,33.2823,34.3234,35.3305,36.1227,36.7161],"phase":"skin","raster_sha1":"8d9d544f91a6e6e9","raw":[[26.200341,27.16127,27.979898],[26.189003,27.149109,27.975613],[26.181411,27.150765,27.983791]],"rgb":[186,158,150],"session":6,"source":"pipeline","spectrum_pct":[[24.1831,24.1825,24.1818,24.181,24.1804,24.7329,25.1165,25.4334,25.5074,25.7396,27.1247,28.529,28.6925,28.4099,27.9053,27.1809,26.4834,25.8806,25.3748,25.1515,25.1089,26.7996,29.3807,30.3425,30.5201,30.595,30.7624,30.9648,31.3119,31.8117,32.4779,33.2986,34.3234,35.3551,36.1378,36.7161],[24.1698,24.1692,24.1685,24.1677,24.1671,24.7444,25.1258,25.4337,25.5096,25.7359,27.0799,28.4966,28.6786,28.4073,27.902,27.174,26.473,25.8707,25.3586,25.1387,25.0971,26.7849,29.3653,30.3273,30.5079,30.5804,30.7382,30.9452,31.2926,31.7779,32.4425,33.272,34.3377,35.3185,36.1217,36.7062],[24.2053,24.2047,24.2041,24.2033,24.2027,24.7719,25.1481,25.4476,25.4974,25.6994,27.0849,28.5213,28.7023,28.4294,27.9222,27.196,26.4859,25.8753,25.361,25.1355,25.0906,26.7688,29.3382,30.3045,30.4849,30.5567,30.7232,30.932,31.2844,31.7726,32.441,33.2823,34.3231,35.3305,36.1227,36.7451]],"t_unix":1786294619.9396183,"uid":"p00350","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.189003,27.150765,27.979898]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1243515625,"white":0.8650677083333334,"yellow":0.010580729166666667},"ink_index":null,"is_control":false,"label":"skin (204, 178, 168) fs_cam16ucs_hue_aware","median_raw":[30.207581,32.083579,35.025072],"median_spectrum_pct":[30.325,30.325,30.325,30.325,30.3256,31.1137,31.6362,32.0076,32.1199,32.3297,33.6271,34.81,34.7723,34.386,33.7541,32.887,32.0604,31.3475,30.7293,30.4169,30.1518,30.9211,32.1896,32.5915,32.6397,32.6735,32.8186,32.9753,33.2368,33.5769,34.1005,34.7668,35.5779,36.3863,37.0267,37.5],"phase":"skin","raster_sha1":"6095a799ed5b3024","raw":[[30.22046,32.086289,35.033729],[30.207581,32.083579,35.025072],[30.180311,32.056774,35.015288]],"rgb":[204,178,168],"session":6,"source":"pipeline","spectrum_pct":[[30.3007,30.3007,30.3007,30.3006,30.3012,31.0902,31.6133,32.0076,32.1451,32.4262,33.6523,34.81,34.762,34.3788,33.7472,32.887,32.0604,31.3475,30.7326,30.4197,30.1556,30.9401,32.2176,32.6215,32.6629,32.7003,32.8371,33.01,33.2681,33.6193,34.1108,34.7668,35.5857,36.3799,37.0267,37.5082],[30.3258,30.3258,30.3258,30.3258,30.3263,31.1137,31.6362,32.014,32.1199,32.3296,33.6271,34.8274,34.7836,34.3936,33.7696,32.8996,32.0681,31.3513,30.7293,30.4169,30.1518,30.9211,32.1896,32.5915,32.6397,32.6735,32.8186,32.9753,33.2368,33.5769,34.1005,34.7672,35.5779,36.3953,37.0336,37.4901],[30.325,30.325,30.325,30.325,30.3256,31.1228,31.6395,31.9991,32.1114,32.3297,33.5868,34.774,34.7723,34.386,33.7541,32.8783,32.0466,31.3227,30.6994,30.3871,30.1261,30.899,32.1539,32.5457,32.5938,32.6307,32.7666,32.9331,33.2038,33.5548,34.068,34.7049,35.5509,36.3863,37.0202,37.5]],"t_unix":1786294666.7096806,"uid":"p00371","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.207581,32.083579,35.025072]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":6,"source":"bayer","t_unix":1786294712.0131097,"uid":"p01305","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":6,"source":"bayer","t_unix":1786294712.0151649,"uid":"p01306","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":6,"source":"bayer","t_unix":1786294712.017381,"uid":"p01307","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.3494817708333333,"blue":0.00034895833333333334,"green":0.05280208333333333,"red":0.4629010416666667,"white":0.13200260416666668,"yellow":0.002463541666666667},"ink_index":null,"is_control":false,"label":"skin (84, 58, 47) fs_cam16ucs_hue_aware","median_raw":[7.032084,5.789336,5.483129],"median_spectrum_pct":[5.04647,5.04636,5.04623,5.04607,5.04587,5.09655,5.11131,5.09054,4.98569,4.8657,4.99547,5.20529,5.14363,4.95361,4.72485,4.46699,4.28067,4.18256,4.14214,4.20411,4.48839,6.5745,9.77213,11.063,11.3077,11.3973,11.6182,12.0505,12.8104,14.0037,15.7471,18.0818,20.9573,24.0024,26.7111,28.912],"phase":"skin","raster_sha1":"83504a405ab629df","raw":[[7.021157,5.780476,5.457329],[7.032084,5.789336,5.483129],[7.036328,5.792237,5.490957]],"rgb":[84,58,47],"session":6,"source":"pipeline","spectrum_pct":[[5.02159,5.02147,5.02133,5.02116,5.02096,5.08268,5.09941,5.07942,4.97347,4.79966,4.96192,5.19878,5.1255,4.94594,4.71464,4.45853,4.27817,4.17903,4.14194,4.2011,4.48223,6.565,9.76168,11.0508,11.2901,11.3842,11.6056,12.0383,12.806,14.0044,15.7374,18.076,20.9314,23.9596,26.6858,28.912],[5.05891,5.05881,5.0587,5.05856,5.05836,5.09655,5.11131,5.09054,4.99099,4.8657,4.99547,5.20529,5.14905,4.96135,4.726,4.46699,4.28067,4.18256,4.14214,4.20423,4.48854,6.5745,9.77213,11.063,11.3077,11.3973,11.6182,12.0505,12.811,14.0022,15.7503,18.0818,20.9573,24.014,26.7128,28.9185],[5.04647,5.04636,5.04623,5.04607,5.04587,5.09983,5.11505,5.0974,4.98569,4.88752,5.04512,5.21062,5.14363,4.95361,4.72485,4.46868,4.28275,4.18611,4.14555,4.20411,4.48839,6.58025,9.77915,11.072,11.3126,11.4032,11.6222,12.0527,12.8104,14.0037,15.7471,18.0986,20.9849,24.0024,26.7111,28.9067]],"t_unix":1786294713.640206,"uid":"p00263","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.032084,5.789336,5.483129]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.03791666666666667,"blue":0.0,"green":0.0008385416666666667,"red":0.8061302083333334,"white":0.15511458333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (109, 58, 52) fs_cam16ucs_hue_aware","median_raw":[10.151028,7.492,4.68831],"median_spectrum_pct":[4.17772,4.17655,4.1752,4.17364,4.17188,4.24191,4.27734,4.27309,4.20379,4.12238,4.45332,4.82968,4.94631,4.89751,4.774,4.5962,4.487,4.49161,4.56773,4.75716,5.34789,9.44894,16.1435,19.0629,19.5245,19.4455,19.3995,19.5364,19.9881,20.8351,22.1209,23.8086,25.8894,28.1046,30.0644,31.5528],"phase":"skin","raster_sha1":"f9b57436362121fa","raw":[[10.135167,7.482263,4.659578],[10.151028,7.493143,4.696335],[10.15398,7.492,4.68831]],"rgb":[109,58,52],"session":6,"source":"pipeline","spectrum_pct":[[4.16669,4.16552,4.16417,4.16261,4.16085,4.23065,4.26576,4.26413,4.18535,4.0599,4.36571,4.78809,4.94631,4.89666,4.76945,4.59433,4.487,4.49223,4.56897,4.76071,5.34789,9.43021,16.1193,19.0419,19.4997,19.4194,19.3889,19.5108,19.9672,20.8133,22.0818,23.7754,25.8367,28.092,30.0644,31.5468],[4.17772,4.17655,4.1752,4.17364,4.17188,4.24191,4.27734,4.27469,4.21792,4.14434,4.47339,4.84514,4.94681,4.90266,4.77999,4.5999,4.48965,4.49161,4.56773,4.75716,5.35085,9.44894,16.1435,19.0629,19.5245,19.4455,19.3995,19.5364,19.9881,20.8351,22.1209,23.8201,25.8978,28.1395,30.1015,31.605],[4.17946,4.17828,4.17693,4.17538,4.17362,4.24396,4.2794,4.27309,4.20379,4.12238,4.45332,4.82968,4.94533,4.89751,4.774,4.5962,4.48647,4.48747,4.56508,4.75353,5.34581,9.4527,16.154,19.0748,19.537,19.463,19.4242,19.5482,19.9965,20.8359,22.123,23.8086,25.8894,28.1046,30.0224,31.5528]],"t_unix":1786294760.6596777,"uid":"p00446","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.151028,7.492,4.68831]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.33401041666666664,"white":0.6659895833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (162, 134, 122) atkinson_oklab_hue_aware","median_raw":[23.32062,23.468818,23.763417],"median_spectrum_pct":[20.6999,20.6993,20.6986,20.6978,20.6973,21.2219,21.5091,21.629,21.601,21.7096,22.8538,24.0646,24.1971,23.9278,23.4612,22.8429,22.2536,21.7582,21.3593,21.2256,21.3446,23.6594,27.1696,28.5166,28.7616,28.8179,28.9738,29.1952,29.5995,30.1812,30.981,31.9776,33.2075,34.4246,35.4086,36.1087],"phase":"skin","raster_sha1":"4c94e33882392d8b","raw":[[23.327684,23.479099,23.772842],[23.32062,23.468818,23.763417],[23.204686,23.355768,23.703831]],"rgb":[162,134,122],"session":6,"source":"pipeline","spectrum_pct":[[20.7179,20.7173,20.7166,20.7159,20.7153,21.2219,21.5091,21.6312,21.601,21.7096,22.8538,24.0833,24.2093,23.9376,23.4778,22.8543,22.2597,21.7686,21.3669,21.237,21.3547,23.6678,27.1736,28.5187,28.766,28.8266,28.9829,29.2097,29.6145,30.1812,30.9943,32.021,33.2473,34.4373,35.4326,36.1974],[20.6999,20.6993,20.6986,20.6978,20.6973,21.2334,21.5174,21.629,21.5874,21.702,22.802,24.0542,24.1971,23.9278,23.4612,22.8429,22.2536,21.7582,21.3593,21.2256,21.3446,23.6594,27.1696,28.5166,28.7616,28.8179,28.9738,29.1952,29.5995,30.1832,30.981,31.9776,33.2075,34.4246,35.4086,36.1087],[20.6235,20.623,20.6224,20.6217,20.621,21.0322,21.3176,21.5617,21.6099,21.7609,22.9194,24.0646,24.1205,23.8148,23.3464,22.7254,22.1369,21.6448,21.2429,21.1075,21.2272,23.5295,27.0155,28.3598,28.6073,28.6697,28.8342,29.0583,29.4662,30.0477,30.8526,31.855,33.0815,34.297,35.2892,36.0403]],"t_unix":1786294807.9643192,"uid":"p00316","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.32062,23.468818,23.763417]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.22630989583333333,"white":0.7631510416666667,"yellow":0.0105390625},"ink_index":null,"is_control":false,"label":"skin (179, 161, 159) fs_cam16ucs_hue_aware","median_raw":[26.677377,27.736127,28.824224],"median_spectrum_pct":[24.9351,24.9346,24.934,24.9333,24.9329,25.4966,25.8812,26.2003,26.3115,26.5361,27.9284,29.2674,29.3696,29.0777,28.567,27.834,27.1255,26.5215,26.0098,25.7825,25.719,27.3094,29.7234,30.6013,30.7598,30.8333,30.9949,31.2014,31.5323,32.0136,32.6561,33.4792,34.4854,35.4866,36.2688,36.8741],"phase":"skin","raster_sha1":"46ff8752b6bb92ec","raw":[[26.684903,27.744097,28.810221],[26.677377,27.736127,28.824224],[26.665904,27.732231,28.828066]],"rgb":[179,161,159],"session":6,"source":"pipeline","spectrum_pct":[[24.934,24.9335,24.9329,24.9323,24.9318,25.4813,25.8686,26.1897,26.2932,26.5355,27.9284,29.2674,29.3661,29.0723,28.567,27.834,27.1291,26.5245,26.0167,25.7975,25.7407,27.3214,29.7423,30.6177,30.7754,30.8468,31.0014,31.2093,31.5464,32.0263,32.6582,33.4852,34.5153,35.4866,36.2688,36.8392],[24.9595,24.959,24.9584,24.9578,24.9573,25.4966,25.8812,26.2003,26.3115,26.5582,27.9307,29.2455,29.3696,29.0777,28.5664,27.8297,27.1239,26.5215,26.0098,25.7825,25.719,27.3094,29.7234,30.6013,30.7598,30.8333,30.9949,31.2014,31.5323,32.0136,32.6561,33.4792,34.4799,35.4941,36.2756,36.8768],[24.9351,24.9346,24.934,24.9333,24.9329,25.514,25.8997,26.2078,26.3193,26.5361,27.9151,29.269,29.3896,29.1016,28.5854,27.8388,27.1255,26.514,26.0001,25.7752,25.7142,27.2911,29.6934,30.5757,30.7389,30.8107,30.9792,31.1816,31.5134,31.9859,32.6302,33.4657,34.4854,35.479,36.2487,36.8741]],"t_unix":1786294854.923453,"uid":"p00476","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.677377,27.736127,28.824224]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.25042447916666666,"white":0.7427057291666667,"yellow":0.006869791666666666},"ink_index":null,"is_control":false,"label":"skin (206, 157, 127) fs_cam16ucs_hue_aware","median_raw":[25.870018,26.756088,27.450501],"median_spectrum_pct":[23.7434,23.7427,23.742,23.7412,23.7406,24.2729,24.6488,24.9158,24.9795,25.2396,26.6597,28.0469,28.1924,27.9262,27.4368,26.7334,26.0454,25.4367,24.924,24.7029,24.6759,26.4446,29.1403,30.1476,30.341,30.4128,30.5776,30.7922,31.1459,31.6458,32.3411,33.1973,34.2684,35.3273,36.1367,36.7213],"phase":"skin","raster_sha1":"ed34b361706cc06d","raw":[[25.882798,26.766759,27.450501],[25.870018,26.753964,27.434519],[25.865207,26.756088,27.453916]],"rgb":[206,157,127],"session":6,"source":"pipeline","spectrum_pct":[[23.7365,23.7359,23.7351,23.7343,23.7336,24.2607,24.6426,24.9158,24.9949,25.2666,26.6597,28.0469,28.1924,27.9198,27.4368,26.7334,26.0463,25.4447,24.9354,24.7173,24.6911,26.4622,29.1553,30.1605,30.3508,30.4232,30.5952,30.8133,31.1703,31.6619,32.3541,33.2255,34.3059,35.3765,36.1524,36.7814],[23.7434,23.7427,23.742,23.7412,23.7406,24.2729,24.6488,24.913,24.9795,25.2174,26.5728,28.0306,28.1878,27.9262,27.4259,26.7245,26.0361,25.4346,24.924,24.7029,24.6749,26.4446,29.1403,30.1476,30.341,30.4128,30.5776,30.7922,31.1459,31.6458,32.3411,33.1973,34.265,35.2885,36.0956,36.7213],[23.7624,23.7618,23.7611,23.7603,23.7597,24.2897,24.6646,24.9251,24.9651,25.2396,26.6715,28.0493,28.1984,27.9347,27.4471,26.7379,26.0454,25.4367,24.9221,24.6982,24.6759,26.4372,29.1179,30.1274,30.3225,30.394,30.561,30.7711,31.1269,31.6375,32.3303,33.192,34.2684,35.3273,36.1367,36.7]],"t_unix":1786294901.809759,"uid":"p00377","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.870018,26.756088,27.450501]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.32862760416666664,"white":0.6657421875,"yellow":0.005630208333333333},"ink_index":null,"is_control":false,"label":"skin (212, 144, 117) fs_cam16ucs_hue_aware","median_raw":[23.455155,23.721015,23.506578],"median_spectrum_pct":[20.3465,20.3456,20.3447,20.3436,20.3425,20.787,21.0684,21.2823,21.3268,21.5409,22.8634,24.2932,24.4729,24.2368,23.786,23.1577,22.5522,22.043,21.6241,21.4796,21.5898,23.8848,27.3625,28.7171,28.9864,29.0809,29.2578,29.4903,29.908,30.4834,31.2786,32.2744,33.4751,34.6141,35.5776,36.2843],"phase":"skin","raster_sha1":"40e3b8407110b224","raw":[[23.462614,23.728589,23.506578],[23.451188,23.715987,23.496223],[23.455155,23.721015,23.509598]],"rgb":[212,144,117],"session":6,"source":"pipeline","spectrum_pct":[[20.3465,20.3456,20.3447,20.3436,20.3425,20.7823,21.0684,21.2823,21.3476,21.5409,22.8844,24.296,24.4729,24.2368,23.7886,23.1616,22.5551,22.0503,21.6323,21.4896,21.5973,23.8929,27.3789,28.7306,28.999,29.0899,29.2696,29.5029,29.9176,30.4924,31.2786,32.2744,33.4751,34.6141,35.5776,36.3285],[20.3421,20.3412,20.3403,20.3392,20.3382,20.787,21.0673,21.2767,21.3268,21.524,22.8634,24.2932,24.4535,24.2187,23.7744,23.1493,22.5486,22.0385,21.6225,21.4765,21.5839,23.8804,27.3625,28.7171,28.9864,29.0758,29.2567,29.4903,29.9052,30.4788,31.2696,32.2685,33.4527,34.5891,35.5512,36.2843],[20.3675,20.3666,20.3657,20.3646,20.3636,20.8119,21.0926,21.2893,21.3206,21.542,22.8592,24.2842,24.4736,24.2384,23.786,23.1577,22.5522,22.043,21.6241,21.4796,21.5898,23.8848,27.358,28.7151,28.9862,29.0809,29.2578,29.4855,29.908,30.4834,31.2839,32.2832,33.4754,34.6537,35.5789,36.2757]],"t_unix":1786294948.5778432,"uid":"p00386","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.455155,23.721015,23.506578]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.154140625,"white":0.8322630208333334,"yellow":0.013596354166666666},"ink_index":null,"is_control":false,"label":"skin (203, 173, 153) fs_cam16ucs_hue_aware","median_raw":[29.255863,30.906523,33.210725],"median_spectrum_pct":[28.7455,28.7453,28.7451,28.7448,28.7451,29.5267,30.0054,30.2987,30.392,30.5972,31.9037,33.1783,33.2648,32.933,32.3497,31.5153,30.7184,30.0375,29.4469,29.1661,28.957,29.9721,31.5742,32.1162,32.199,32.2436,32.3921,32.5618,32.8388,33.2226,33.7557,34.4669,35.3456,36.2261,36.9021,37.3809],"phase":"skin","raster_sha1":"eafad4f215607d4d","raw":[[29.266064,30.910415,33.211507],[29.255863,30.906523,33.210725],[29.235405,30.888679,33.208115]],"rgb":[203,173,153],"session":6,"source":"pipeline","spectrum_pct":[[28.7436,28.7434,28.7431,28.7429,28.7431,29.5051,29.9852,30.296,30.4021,30.5972,31.9747,33.1783,33.2558,32.9195,32.3393,31.5136,30.7184,30.0375,29.4546,29.1722,28.9666,29.9893,31.5995,32.1375,32.2185,32.2635,32.4065,32.5804,32.8635,33.245,33.7956,34.4758,35.3865,36.2565,36.9225,37.4216],[28.7455,28.7453,28.7451,28.7448,28.7451,29.5267,30.0054,30.309,30.392,30.6044,31.866,33.1793,33.2741,32.933,32.3595,31.5267,30.7256,30.038,29.4469,29.1661,28.957,29.9721,31.5742,32.1162,32.199,32.2436,32.3921,32.5618,32.8388,33.2226,33.7557,34.4669,35.3456,36.2261,36.9021,37.3809],[28.7588,28.7586,28.7584,28.7581,28.7584,29.5417,30.0164,30.2987,30.3751,30.5806,31.9037,33.1428,33.2648,32.9354,32.3497,31.5153,30.7147,30.0235,29.4267,29.1393,28.9372,29.9522,31.5474,32.0845,32.1617,32.2098,32.3518,32.5174,32.806,33.1875,33.7229,34.4278,35.3268,36.185,36.8596,37.341]],"t_unix":1786294995.4621112,"uid":"p00497","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.255863,30.906523,33.210725]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.430015625,"blue":0.0,"green":0.0,"red":0.5275182291666667,"white":0.04246614583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (73, 40, 24) fs_cam16ucs_hue_aware","median_raw":[5.045288,3.521136,2.6219],"median_spectrum_pct":[2.4861,2.48579,2.48544,2.48503,2.48452,2.49304,2.47931,2.43923,2.35857,2.3145,2.36237,2.43844,2.3667,2.25792,2.11329,1.95979,1.86006,1.84432,1.88571,1.99837,2.33805,4.57813,8.00688,9.37554,9.61346,9.68362,9.88316,10.2869,11.049,12.259,14.07,16.519,19.5229,22.7371,25.6424,28.0612],"phase":"skin","raster_sha1":"1068ea20ec583edc","raw":[[5.0394,3.519687,2.617344],[5.045288,3.522212,2.624243],[5.046103,3.521136,2.6219]],"rgb":[73,40,24],"session":6,"source":"pipeline","spectrum_pct":[[2.4719,2.47159,2.47122,2.4708,2.47029,2.485,2.47068,2.43065,2.35857,2.3145,2.36237,2.43844,2.3607,2.25332,2.11618,1.96137,1.86065,1.84369,1.88563,2.00071,2.33847,4.5702,7.99356,9.36404,9.60171,9.67186,9.87567,10.2825,11.0431,12.259,14.07,16.5116,19.5229,22.7444,25.6258,28.0612],[2.49285,2.49255,2.4922,2.4918,2.49129,2.4973,2.47931,2.44299,2.35664,2.30042,2.3835,2.44107,2.36721,2.25792,2.11036,1.95979,1.86006,1.84432,1.88637,1.99837,2.33609,4.57813,8.00832,9.37554,9.61346,9.68362,9.88379,10.2869,11.0519,12.2652,14.0681,16.5241,19.5251,22.7371,25.6424,28.0749],[2.4861,2.48579,2.48544,2.48503,2.48452,2.49304,2.47947,2.43923,2.36194,2.33786,2.33625,2.38537,2.3667,2.25995,2.11329,1.95671,1.85906,1.84525,1.88571,1.99757,2.33805,4.58064,8.00688,9.37651,9.61981,9.68822,9.88316,10.2914,11.049,12.2549,14.0732,16.519,19.5208,22.7214,25.6539,28.0451]],"t_unix":1786295042.2301035,"uid":"p00422","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.045288,3.521136,2.6219]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (215, 190, 172) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[215,190,172],"session":6,"source":"pipeline","t_unix":1786295089.58488,"uid":"p00393","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.03623697916666667,"blue":0.0,"green":0.0,"red":0.4999140625,"white":0.45648697916666664,"yellow":0.007361979166666667},"ink_index":null,"is_control":false,"label":"skin (147, 105, 78) atkinson_hue_aware","median_raw":[17.156752,16.056346,14.922329],"median_spectrum_pct":[13.1083,13.1075,13.1066,13.1056,13.1044,13.2948,13.4159,13.5237,13.5385,13.6202,14.4341,15.3172,15.3749,15.1786,14.8521,14.4185,14.0318,13.7663,13.5823,13.6012,13.9305,17.0389,21.9214,23.9286,24.2763,24.3178,24.4335,24.6699,25.1715,25.9084,26.9766,28.3516,30.0015,31.6738,33.1131,34.1865],"phase":"skin","raster_sha1":"927af945ed7ea067","raw":[[17.15906,16.059741,14.928531],[17.155774,16.055075,14.922329],[17.156752,16.056346,14.918057]],"rgb":[147,105,78],"session":6,"source":"pipeline","spectrum_pct":[[13.13,13.1293,13.1284,13.1274,13.1262,13.2881,13.4076,13.5273,13.5408,13.6314,14.445,15.317,15.3801,15.1869,14.8539,14.4203,14.0379,13.7689,13.5858,13.6042,13.9312,17.0403,21.9214,23.9294,24.2763,24.3178,24.4335,24.6696,25.1715,25.9084,26.9861,28.3537,29.9996,31.6916,33.1324,34.2372],[13.1055,13.1047,13.1038,13.1028,13.1016,13.2948,13.4159,13.5237,13.5385,13.6202,14.409,15.3172,15.3677,15.1786,14.8521,14.4164,14.0291,13.7642,13.5822,13.6012,13.9305,17.0385,21.9175,23.9253,24.2761,24.3124,24.429,24.6699,25.1698,25.9064,26.959,28.3329,30.0015,31.6738,33.1131,34.1865],[13.1083,13.1075,13.1066,13.1056,13.1044,13.2956,13.4205,13.5219,13.5118,13.602,14.4341,15.319,15.3749,15.1779,14.8514,14.4185,14.0318,13.7663,13.5823,13.597,13.9277,17.0389,21.9222,23.9286,24.2821,24.3222,24.4361,24.6744,25.1715,25.9109,26.9766,28.3516,30.0015,31.6582,33.0791,34.1729]],"t_unix":1786295091.76239,"uid":"p00465","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.156752,16.056346,14.922329]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0017890625,"blue":0.0,"green":0.0,"red":0.5531067708333334,"white":0.44507291666666665,"yellow":3.125e-05},"ink_index":null,"is_control":false,"label":"skin (144, 102, 65) atkinson_oklab_hue_aware","median_raw":[16.994593,15.653408,14.164723],"median_spectrum_pct":[12.3435,12.3425,12.3414,12.3401,12.3387,12.5614,12.7324,12.8482,12.844,12.9547,13.7178,14.5785,14.6565,14.476,14.1903,13.8007,13.4482,13.1885,13.0155,13.0363,13.4109,16.8103,22.1574,24.379,24.7673,24.788,24.8704,25.0716,25.544,26.2749,27.3111,28.6455,30.2644,31.9098,33.2787,34.344],"phase":"skin","raster_sha1":"f5e1891920b4bde0","raw":[[16.994593,15.655942,14.171834],[16.990141,15.651278,14.157699],[16.994955,15.653408,14.164723]],"rgb":[144,102,65],"session":6,"source":"pipeline","spectrum_pct":[[12.3664,12.3654,12.3643,12.3631,12.3616,12.5614,12.7297,12.8503,12.8679,12.9609,13.7195,14.5785,14.6565,14.481,14.1977,13.8033,13.4482,13.1945,13.0213,13.0413,13.4141,16.811,22.1574,24.3763,24.7673,24.7848,24.8704,25.0685,25.544,26.2788,27.3111,28.6438,30.2644,31.9098,33.2787,34.344],[12.3435,12.3425,12.3414,12.3401,12.3387,12.5603,12.7324,12.8482,12.8312,12.9326,13.7144,14.5626,14.6567,14.476,14.1877,13.8007,13.4482,13.1878,13.0155,13.0363,13.4089,16.8039,22.156,24.379,24.7666,24.788,24.8662,25.0716,25.5428,26.2649,27.3024,28.6455,30.2473,31.8939,33.2494,34.3203],[12.3303,12.3293,12.3282,12.3269,12.3255,12.5668,12.7385,12.8445,12.844,12.9547,13.7178,14.591,14.6524,14.4729,14.1903,13.7997,13.4427,13.1885,13.0127,13.0352,13.4109,16.8103,22.1633,24.3864,24.7801,24.7938,24.8787,25.0784,25.5525,26.2749,27.3234,28.6537,30.2743,31.9184,33.2825,34.35]],"t_unix":1786295141.0261526,"uid":"p00310","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.994593,15.653408,14.164723]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.11188541666666667,"white":0.8881145833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (211, 177, 168) atkinson_hue_aware","median_raw":[30.625425,32.558429,35.871847],"median_spectrum_pct":[31.0838,31.0839,31.0841,31.0843,31.0851,31.911,32.4299,32.7836,32.9509,33.1946,34.4186,35.479,35.3782,34.9374,34.2862,33.406,32.5778,31.8622,31.2366,30.9181,30.6395,31.336,32.4732,32.8139,32.8446,32.875,33.0073,33.1592,33.4103,33.7571,34.2531,34.8965,35.7144,36.5224,37.1425,37.6195],"phase":"skin","raster_sha1":"bcd38ad4a86f4b9c","raw":[[30.634336,32.55991,35.871847],[30.625425,32.558429,35.883144],[30.598315,32.533376,35.854942]],"rgb":[211,177,168],"session":6,"source":"pipeline","spectrum_pct":[[31.0621,31.0622,31.0624,31.0625,31.0633,31.8838,32.4067,32.7791,32.9509,33.1946,34.4658,35.4846,35.361,34.9256,34.2803,33.406,32.5778,31.8622,31.2401,30.9245,30.6475,31.3535,32.5027,32.8396,32.8644,32.8899,33.0267,33.191,33.448,33.7769,34.2634,34.906,35.7325,36.5354,37.1562,37.6485],[31.0843,31.0845,31.0846,31.0848,31.0856,31.911,32.4299,32.7967,32.9514,33.2071,34.4186,35.479,35.3881,34.9521,34.3018,33.4246,32.583,31.8642,31.2366,30.9181,30.6395,31.336,32.4732,32.8139,32.8446,32.875,33.0073,33.1592,33.4103,33.7571,34.2531,34.8965,35.7144,36.5224,37.1425,37.6195],[31.0838,31.0839,31.0841,31.0843,31.0851,31.9116,32.4324,32.7836,32.8967,33.1299,34.3749,35.4717,35.3782,34.9374,34.2862,33.4033,32.5611,31.8394,31.2093,30.8911,30.6158,31.3112,32.4427,32.7792,32.8091,32.8368,32.9697,33.1243,33.3853,33.7202,34.2021,34.8415,35.6575,36.4884,37.1176,37.5899]],"t_unix":1786295190.8368704,"uid":"p00378","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.625425,32.558429,35.871847]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5646067708333333,"white":0.4353932291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (191, 114, 111) atkinson_hue_aware","median_raw":[16.820954,15.39584,13.816258],"median_spectrum_pct":[12.1153,12.1143,12.1133,12.112,12.1107,12.3146,12.4354,12.5011,12.5123,12.5657,13.4034,14.2239,14.3337,14.1674,13.8543,13.442,13.0882,12.8585,12.7257,12.7782,13.1677,16.6131,22.0619,24.3491,24.7558,24.7751,24.8583,25.0723,25.5487,26.2733,27.3249,28.666,30.3048,31.9506,33.3356,34.4061],"phase":"skin","raster_sha1":"58becc25edc632f7","raw":[[16.821126,15.400066,13.825982],[16.817785,15.394123,13.816258],[16.820954,15.39584,13.8143]],"rgb":[191,114,111],"session":6,"source":"pipeline","spectrum_pct":[[12.1332,12.1322,12.1312,12.1299,12.1286,12.3089,12.4289,12.504,12.5257,12.5832,13.4169,14.2615,14.3429,14.1684,13.8543,13.4477,13.0952,12.8643,12.7298,12.7825,13.176,16.6131,22.0598,24.3491,24.7558,24.7717,24.8583,25.0671,25.5418,26.2733,27.3341,28.6837,30.3048,31.9684,33.3549,34.4149],[12.1094,12.1085,12.1074,12.1061,12.1047,12.3146,12.4354,12.5011,12.5123,12.5621,13.4034,14.2239,14.3337,14.1568,13.853,13.442,13.0859,12.8578,12.7257,12.7782,13.1656,16.6104,22.0619,24.3485,24.7542,24.7751,24.8573,25.0723,25.5487,26.2681,27.3249,28.666,30.282,31.9506,33.3356,34.4061],[12.1153,12.1143,12.1133,12.112,12.1107,12.3171,12.4388,12.4975,12.5047,12.5657,13.3906,14.2142,14.3237,14.1674,13.8566,13.4394,13.0882,12.8585,12.7252,12.7747,13.1677,16.617,22.072,24.3541,24.76,24.7876,24.8668,25.0735,25.5504,26.2757,27.3116,28.6508,30.3057,31.9456,33.2929,34.4004]],"t_unix":1786295238.193195,"uid":"p00486","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.820954,15.39584,13.816258]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3723151041666667,"blue":0.0,"green":0.15888020833333333,"red":0.4688046875,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (80, 54, 53) atkinson_hue_aware","median_raw":[5.00174,3.983244,2.4867],"median_spectrum_pct":[2.20994,2.20932,2.2086,2.20778,2.20671,2.15667,2.11704,2.07641,2.01034,1.98485,2.70599,3.68168,3.89797,3.71189,3.33868,2.92231,2.58983,2.38233,2.27605,2.28614,2.54217,4.5792,7.69522,8.95761,9.21504,9.34561,9.61571,10.1031,10.9509,12.2473,14.1212,16.6153,19.6516,22.8855,25.7918,28.254],"phase":"skin","raster_sha1":"403d1fdcf5fd94fd","raw":[[4.995565,3.976706,2.488815],[5.00174,3.983244,2.4867],[5.003809,3.983647,2.485392]],"rgb":[80,54,53],"session":6,"source":"pipeline","spectrum_pct":[[2.20994,2.20932,2.2086,2.20778,2.20671,2.14816,2.10641,2.07329,2.0108,1.99561,2.72198,3.68168,3.88986,3.70676,3.3316,2.91692,2.5851,2.37793,2.27148,2.28098,2.53908,4.57273,7.68781,8.94707,9.20396,9.33352,9.60323,10.0969,10.9373,12.2473,14.1262,16.6062,19.6516,22.8855,25.8351,28.2938],[2.20146,2.20083,2.2001,2.19926,2.19819,2.15667,2.11704,2.07641,1.99729,1.98328,2.70599,3.6896,3.89797,3.71189,3.33868,2.92705,2.58983,2.38233,2.27605,2.28761,2.54787,4.58094,7.69522,8.95761,9.21504,9.34561,9.61571,10.1053,10.9509,12.2517,14.1212,16.6155,19.6588,22.8952,25.7918,28.254],[2.21388,2.21325,2.21254,2.21171,2.21064,2.16162,2.1218,2.0781,2.01034,1.98485,2.6373,3.66862,3.90608,3.7232,3.33995,2.92231,2.59334,2.38513,2.27827,2.28614,2.54217,4.5792,7.7016,8.96304,9.22216,9.35526,9.6257,10.1031,10.9562,12.242,14.1154,16.6153,19.6411,22.8728,25.774,28.1651]],"t_unix":1786295285.4941242,"uid":"p00258","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.00174,3.983244,2.4867]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.405515625,"red":0.46407291666666667,"white":0.13041145833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (104, 83, 76) atkinson_oklab_hue_aware","median_raw":[10.193298,10.435188,6.856085],"median_spectrum_pct":[5.45593,5.454,5.45178,5.44922,5.44619,5.41939,5.41511,5.45144,5.41036,5.599,7.98212,11.6076,12.6091,12.2823,11.3974,10.3318,9.41104,8.71897,8.23367,7.99996,8.09914,10.2049,13.4716,14.7834,15.077,15.2444,15.5634,16.0704,16.8996,18.0936,19.7475,21.834,24.3414,26.9695,29.2932,31.1322],"phase":"skin","raster_sha1":"b4189c78a6eb2719","raw":[[10.232477,10.477387,6.859939],[10.189759,10.43267,6.856085],[10.193298,10.435188,6.852961]],"rgb":[104,83,76],"session":6,"source":"pipeline","spectrum_pct":[[5.45593,5.454,5.45178,5.44922,5.44619,5.46057,5.45504,5.46455,5.39142,5.57609,7.94618,11.6024,12.6461,12.3344,11.4486,10.3825,9.45564,8.75913,8.26999,8.03654,8.1346,10.25,13.5265,14.8425,15.1342,15.3029,15.6224,16.1271,16.9642,18.1652,19.8113,21.9137,24.4144,27.0628,29.3634,31.252],[5.47117,5.46928,5.46711,5.46462,5.46157,5.41828,5.40877,5.45144,5.41036,5.61441,7.98948,11.6076,12.6091,12.2816,11.396,10.3318,9.40836,8.71532,8.23344,7.9975,8.0919,10.2027,13.4648,14.7778,15.0693,15.2328,15.5501,16.0629,16.8995,18.0936,19.7475,21.834,24.3414,26.9695,29.2932,31.1322],[5.4454,5.44349,5.44129,5.43877,5.43572,5.41939,5.41511,5.44928,5.41572,5.599,7.98212,11.6141,12.5977,12.2823,11.3974,10.3316,9.41104,8.71897,8.23367,7.99996,8.09914,10.2049,13.4716,14.7834,15.077,15.2444,15.5634,16.0704,16.8996,18.0928,19.7471,21.8242,24.3361,26.9558,29.2701,31.1308]],"t_unix":1786295332.935185,"uid":"p00280","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.193298,10.435188,6.856085]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.33473697916666667,"blue":0.0,"green":0.0,"red":0.42240625,"white":0.2426328125,"yellow":0.00022395833333333333},"ink_index":null,"is_control":false,"label":"skin (111, 75, 41) atkinson_oklab_hue_aware","median_raw":[9.130968,8.042505,8.1752],"median_spectrum_pct":[7.39086,7.39086,7.39086,7.39086,7.39081,7.46809,7.51584,7.5338,7.46113,7.43157,7.69129,7.83953,7.70641,7.45637,7.14512,6.8112,6.54992,6.38821,6.29972,6.33208,6.59013,8.70448,11.9399,13.2142,13.4492,13.5457,13.7682,14.1788,14.9118,16.0358,17.6768,19.8618,22.5463,25.3584,27.8632,29.8924],"phase":"skin","raster_sha1":"b13bc51dbcc1c54b","raw":[[9.12852,8.042417,8.1752],[9.130968,8.042505,8.173839],[9.134696,8.044394,8.180845]],"rgb":[111,75,41],"session":6,"source":"pipeline","spectrum_pct":[[7.38318,7.38318,7.38317,7.38316,7.38311,7.45905,7.50554,7.5319,7.46113,7.4578,7.69129,7.82749,7.70641,7.45637,7.14898,6.81583,6.55071,6.38883,6.29787,6.33089,6.58806,8.7014,11.9334,13.2093,13.4454,13.5404,13.7597,14.1738,14.9113,16.023,17.6768,19.8618,22.5677,25.3715,27.8905,29.9184],[7.39086,7.39086,7.39086,7.39086,7.39081,7.46809,7.51584,7.53861,7.45745,7.43157,7.66563,7.83953,7.70713,7.45647,7.14512,6.80828,6.54758,6.38821,6.30069,6.33208,6.59013,8.70448,11.9399,13.2142,13.4492,13.5457,13.7682,14.1788,14.9118,16.0358,17.6734,19.8599,22.5463,25.3584,27.8632,29.8924],[7.39722,7.39722,7.39722,7.39722,7.39719,7.48029,7.52198,7.5338,7.46127,7.4292,7.7186,7.84579,7.6951,7.45033,7.1444,6.8112,6.54992,6.38792,6.29972,6.33208,6.59117,8.70889,11.9437,13.2206,13.4571,13.5499,13.7724,14.183,14.923,16.0507,17.6782,19.8681,22.5393,25.3296,27.8599,29.8899]],"t_unix":1786295380.39818,"uid":"p00454","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.130968,8.042505,8.1752]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (240, 188, 183) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[240,188,183],"session":6,"source":"pipeline","t_unix":1786295427.8340147,"uid":"p00526","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.07826302083333334,"blue":2.6041666666666666e-06,"green":0.0019140625,"red":0.5260208333333334,"white":0.39326041666666667,"yellow":0.0005390625},"ink_index":null,"is_control":false,"label":"skin (127, 98, 93) fs_cam16ucs_hue_aware","median_raw":[14.713168,13.3511,12.134325],"median_spectrum_pct":[10.7132,10.7125,10.7117,10.7108,10.7097,10.8545,10.9469,11.012,11.0031,10.9852,11.6913,12.471,12.4736,12.2707,11.9689,11.584,11.2463,11.0162,10.8718,10.9051,11.2855,14.4502,19.3821,21.4096,21.7815,21.8306,21.9748,22.2657,22.8227,23.6814,24.9122,26.4824,28.3878,30.3664,32.0113,33.3178],"phase":"skin","raster_sha1":"560a178cf475af73","raw":[[14.71164,13.3511,12.132888],[14.714269,13.3521,12.146906],[14.713168,13.348877,12.134325]],"rgb":[127,98,93],"session":6,"source":"pipeline","spectrum_pct":[[10.7132,10.7125,10.7117,10.7108,10.7097,10.8499,10.9404,11.0103,11.0092,10.9801,11.6913,12.471,12.4742,12.2707,11.9689,11.5842,11.2486,11.0191,10.8767,10.911,11.2859,14.4502,19.3806,21.4048,21.7754,21.8292,21.9748,22.264,22.8227,23.6814,24.9154,26.4824,28.4083,30.3544,32.0362,33.3178],[10.7011,10.7004,10.6995,10.6986,10.6975,10.8545,10.9469,11.0145,11.0031,11.0428,11.7415,12.4784,12.4716,12.2753,11.9716,11.5825,11.2454,11.0162,10.8718,10.9051,11.2855,14.4535,19.3852,21.4096,21.7815,21.8306,21.9738,22.2657,22.8215,23.6816,24.9119,26.4922,28.3878,30.3753,32.0113,33.3266],[10.7288,10.7282,10.7274,10.7264,10.7254,10.8626,10.9502,11.012,10.9994,10.9852,11.6858,12.4365,12.4736,12.27,11.9657,11.584,11.2463,11.015,10.8696,10.9045,11.2815,14.45,19.3821,21.4119,21.7848,21.8362,21.983,22.2809,22.8337,23.6721,24.9122,26.4786,28.3682,30.3664,31.9775,33.3076]],"t_unix":1786295429.5045364,"uid":"p00293","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.713168,13.3511,12.134325]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.06402864583333333,"blue":0.0,"green":0.0,"red":0.7383255208333334,"white":0.19764583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (111, 65, 49) fs_cam16ucs_hue_aware","median_raw":[10.651055,8.290985,5.960178],"median_spectrum_pct":[5.27684,5.27582,5.27465,5.2733,5.27176,5.34623,5.39001,5.40949,5.37284,5.39592,5.73031,6.11837,6.14252,6.05215,5.8893,5.68252,5.52565,5.47998,5.50932,5.66649,6.21021,10.0485,16.2243,18.8714,19.275,19.2273,19.2506,19.4365,19.9358,20.8154,22.1302,23.8575,26.0014,28.2436,30.2101,31.7119],"phase":"skin","raster_sha1":"62dc7167ba9650c3","raw":[[10.651055,8.291896,5.971697],[10.649643,8.288175,5.956372],[10.65504,8.290985,5.960178]],"rgb":[111,65,49],"session":6,"source":"pipeline","spectrum_pct":[[5.29844,5.29744,5.29629,5.29496,5.29341,5.35157,5.388,5.41086,5.39689,5.41454,5.73031,6.15018,6.15583,6.05215,5.89377,5.68252,5.52855,5.48475,5.51404,5.66951,6.21481,10.0466,16.2232,18.8654,19.2688,19.2188,19.2423,19.4311,19.9346,20.8154,22.1302,23.8575,26.0014,28.2609,30.2509,31.7628],[5.27684,5.27582,5.27465,5.2733,5.27176,5.34623,5.39001,5.4073,5.37284,5.39592,5.70449,6.09322,6.14252,6.05083,5.88884,5.68255,5.52565,5.47998,5.50932,5.66649,6.21021,10.0485,16.2243,18.8714,19.275,19.2273,19.2506,19.4365,19.9358,20.8125,22.1189,23.8533,25.9779,28.2338,30.2101,31.695],[5.27614,5.27512,5.27395,5.27259,5.27105,5.34604,5.39225,5.40949,5.37184,5.39303,5.73251,6.11837,6.1405,6.05262,5.8893,5.6822,5.52472,5.47626,5.50583,5.66474,6.20958,10.0538,16.2412,18.8838,19.2924,19.2398,19.2548,19.4396,19.9526,20.8272,22.1354,23.8661,26.0074,28.2436,30.15,31.7119]],"t_unix":1786295476.2863626,"uid":"p00452","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.651055,8.290985,5.960178]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1274609375,"white":0.8725390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (196, 149, 139) atkinson_oklab_hue_aware","median_raw":[30.098557,31.871943,34.99053],"median_spectrum_pct":[30.2872,30.2873,30.2873,30.2874,30.2881,31.1573,31.7047,32.0119,32.0782,32.3355,33.6267,34.5696,34.4696,34.0628,33.4504,32.6063,31.7995,31.0943,30.4768,30.1704,29.9259,30.7729,32.1138,32.5378,32.589,32.6251,32.7552,32.9061,33.1712,33.5305,34.0455,34.7095,35.5874,36.4198,37.0804,37.5611],"phase":"skin","raster_sha1":"10229b404f037a69","raw":[[30.105301,31.872314,34.99053],[30.098557,31.871943,35.008449],[30.075339,31.851537,34.986766]],"rgb":[196,149,139],"session":6,"source":"pipeline","spectrum_pct":[[30.2598,30.2599,30.2599,30.2599,30.2606,31.1339,31.6807,32.0053,32.0782,32.3355,33.6332,34.587,34.4634,34.0409,33.4344,32.6006,31.7995,31.0943,30.479,30.1749,29.9363,30.7908,32.141,32.5593,32.6042,32.6393,32.7808,32.9324,33.1929,33.5454,34.0592,34.7209,35.5888,36.4368,37.0804,37.5922],[30.2872,30.2873,30.2873,30.2874,30.2881,31.1573,31.7047,32.0209,32.0831,32.3721,33.6267,34.5696,34.4801,34.066,33.4568,32.6156,31.8082,31.0987,30.4768,30.1704,29.9259,30.7729,32.1138,32.5378,32.589,32.6251,32.7552,32.9061,33.1712,33.5305,34.0455,34.7095,35.5874,36.4198,37.1024,37.5611],[30.291,30.2911,30.2911,30.2912,30.292,31.1713,31.7167,32.0119,32.0436,32.3133,33.5428,34.562,34.4696,34.0628,33.4504,32.6063,31.7932,31.08,30.4522,30.1428,29.9067,30.7537,32.0901,32.5077,32.5525,32.5879,32.7194,32.8637,33.1314,33.4975,34.0163,34.694,35.557,36.3682,37.0339,37.4821]],"t_unix":1786295523.6497817,"uid":"p00364","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.098557,31.871943,34.99053]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3319765625,"white":0.6491927083333333,"yellow":0.018830729166666667},"ink_index":null,"is_control":false,"label":"skin (212, 144, 117) atkinson_hue_aware","median_raw":[23.360312,23.593799,23.33273],"median_spectrum_pct":[20.2591,20.2583,20.2573,20.2562,20.2553,20.7431,21.0293,21.1387,21.1342,21.3545,22.6373,23.9643,24.2054,24.0099,23.6098,23.0134,22.4294,21.9354,21.5266,21.3835,21.4948,23.7885,27.3015,28.6715,28.925,28.9922,29.1465,29.3483,29.7456,30.3142,31.1072,32.1087,33.3332,34.5267,35.505,36.2117],"phase":"skin","raster_sha1":"cdedba233457b205","raw":[[23.366518,23.600144,23.344926],[23.360312,23.593799,23.33273],[23.237117,23.470679,23.270026]],"rgb":[212,144,117],"session":6,"source":"pipeline","spectrum_pct":[[20.2674,20.2666,20.2656,20.2646,20.2636,20.7431,21.0293,21.1387,21.1342,21.3545,22.6373,23.9907,24.2136,24.0119,23.6098,23.0134,22.4313,21.9422,21.533,21.3919,21.5018,23.7948,27.3104,28.6769,28.9304,28.9992,29.1487,29.3592,29.7534,30.3237,31.1121,32.1206,33.3332,34.533,35.5148,36.2571],[20.2591,20.2583,20.2573,20.2562,20.2553,20.7534,21.042,21.1387,21.1229,21.332,22.5458,23.9643,24.2054,24.0099,23.6137,23.0171,22.4294,21.9354,21.5266,21.3835,21.4948,23.7885,27.3015,28.6715,28.925,28.9922,29.1465,29.3483,29.7456,30.3142,31.1072,32.1087,33.3454,34.5267,35.505,36.2117],[20.1889,20.1881,20.1872,20.1862,20.1851,20.5585,20.8424,21.0612,21.1461,21.3843,22.6741,23.941,24.1084,23.887,23.482,22.8865,22.3052,21.8099,21.402,21.2605,21.371,23.6498,27.1421,28.5066,28.7619,28.8317,28.9841,29.196,29.5968,30.1698,30.9725,31.981,33.2042,34.4007,35.3802,36.1156]],"t_unix":1786295571.076833,"uid":"p00384","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.360312,23.593799,23.33273]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (236, 197, 192) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[236,197,192],"session":6,"source":"pipeline","t_unix":1786295619.3728523,"uid":"p00414","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.00029947916666666664,"red":0.6345911458333333,"white":0.365109375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (133, 93, 91) fs_cam16ucs_hue_aware","median_raw":[14.777941,12.912107,10.650719],"median_spectrum_pct":[9.34834,9.34723,9.34596,9.34449,9.34276,9.44564,9.51849,9.58946,9.60006,9.66965,10.3844,11.2106,11.3185,11.18,10.9343,10.6054,10.3317,10.1571,10.0634,10.1561,10.6449,14.4335,20.4482,22.9933,23.45,23.4778,23.5533,23.7583,24.2488,25.0313,26.1584,27.6059,29.367,31.131,32.6358,33.7889],"phase":"skin","raster_sha1":"ae67b97a33f22b28","raw":[[14.773193,12.910752,10.631388],[14.777941,12.912107,10.650719],[14.780745,12.912404,10.652821]],"rgb":[133,93,91],"session":6,"source":"pipeline","spectrum_pct":[[9.34834,9.34723,9.34596,9.34449,9.34276,9.43767,9.51312,9.58716,9.57285,9.62025,10.3679,11.1989,11.3171,11.1839,10.9343,10.6054,10.3317,10.1602,10.069,10.1609,10.6459,14.4299,20.4438,22.989,23.446,23.4691,23.5406,23.7492,24.2401,25.0256,26.1445,27.5932,29.3464,31.0964,32.5872,33.7721],[9.34688,9.34577,9.34449,9.34302,9.34129,9.44564,9.51849,9.58946,9.60342,9.68585,10.3844,11.2136,11.3205,11.18,10.9351,10.6068,10.3318,10.1571,10.0634,10.1561,10.6425,14.4335,20.4482,22.9933,23.45,23.4778,23.5533,23.7583,24.2488,25.0313,26.1584,27.6163,29.367,31.131,32.6358,33.8253],[9.36221,9.36111,9.35985,9.35839,9.35666,9.45011,9.52306,9.59298,9.60006,9.66965,10.4072,11.2106,11.3185,11.1792,10.9322,10.6046,10.3278,10.1568,10.0629,10.1529,10.6449,14.436,20.4502,23.0005,23.4589,23.4848,23.5567,23.774,24.2558,25.0429,26.1628,27.6059,29.3754,31.159,32.6415,33.7889]],"t_unix":1786295621.5332417,"uid":"p00461","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.777941,12.912107,10.650719]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6669869791666667,"white":0.33301302083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (133, 93, 91) atkinson_hue_aware","median_raw":[14.180148,12.194434,9.945275],"median_spectrum_pct":[8.75382,8.75274,8.7515,8.75007,8.74841,8.86452,8.93591,8.98407,8.95854,9.02266,9.68455,10.3516,10.4471,10.3303,10.111,9.80397,9.55358,9.4098,9.33904,9.44614,9.94213,13.7653,19.8984,22.5068,22.9518,22.9274,22.9456,23.1255,23.5945,24.3665,25.4922,26.9645,28.7687,30.6097,32.1939,33.4091],"phase":"skin","raster_sha1":"5f956bd4695b216b","raw":[[14.174975,12.193529,9.945275],[14.180148,12.194434,9.949721],[14.182256,12.195318,9.944289]],"rgb":[133,93,91],"session":6,"source":"pipeline","spectrum_pct":[[8.75382,8.75274,8.7515,8.75007,8.74841,8.85617,8.93192,8.97671,8.95583,9.02266,9.68455,10.3516,10.4604,10.3303,10.1103,9.80702,9.55358,9.41192,9.34389,9.44614,9.94147,13.759,19.8892,22.4965,22.9366,22.9161,22.9387,23.1121,23.5819,24.359,25.4873,26.9484,28.7684,30.5902,32.1464,33.4091],[8.75263,8.75154,8.7503,8.74887,8.74721,8.86452,8.93591,8.98407,8.95854,9.03301,9.68503,10.3496,10.4421,10.3331,10.1139,9.80291,9.55169,9.40647,9.33878,9.44733,9.94213,13.7653,19.8984,22.5068,22.9518,22.9274,22.9456,23.1255,23.5945,24.3665,25.4933,26.9858,28.7911,30.6106,32.2033,33.4465],[8.75895,8.75787,8.75663,8.7552,8.75355,8.86575,8.94369,8.98475,8.96506,9.00156,9.62767,10.3636,10.4471,10.3293,10.111,9.80397,9.55614,9.4098,9.33904,9.44343,9.94297,13.7691,19.9041,22.5156,22.9538,22.9322,22.9529,23.14,23.604,24.3668,25.4922,26.9645,28.7687,30.6097,32.1939,33.4013]],"t_unix":1786295668.8801618,"uid":"p00459","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.180148,12.194434,9.945275]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.33327864583333333,"white":0.6667213541666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (196, 149, 139) atkinson_hue_aware","median_raw":[23.161093,23.113967,23.698076],"median_spectrum_pct":[20.5749,20.5744,20.5739,20.5732,20.5728,21.0555,21.3839,21.6064,21.6584,21.8425,22.8559,23.7364,23.6816,23.3738,22.9116,22.3167,21.7516,21.2964,20.926,20.8113,20.9541,23.3504,27.0557,28.5337,28.8224,28.9041,29.0695,29.2931,29.7007,30.2833,31.0908,32.1334,33.3603,34.5596,35.5063,36.261],"phase":"skin","raster_sha1":"fdac86082c22758a","raw":[[23.173274,23.125503,23.70162],[23.161093,23.112717,23.691739],[23.160422,23.113967,23.698076]],"rgb":[196,149,139],"session":6,"source":"pipeline","spectrum_pct":[[20.5711,20.5706,20.57,20.5693,20.5689,21.0527,21.3792,21.6052,21.6686,21.8492,22.9079,23.7364,23.6791,23.3738,22.9152,22.3202,21.7645,21.3062,20.9354,20.8249,20.9688,23.3651,27.0708,28.5469,28.8339,28.9203,29.0884,29.3131,29.7146,30.2869,31.1039,32.137,33.3603,34.5622,35.547,36.2737],[20.5749,20.5744,20.5739,20.5732,20.5728,21.0555,21.3839,21.6064,21.6445,21.8425,22.8559,23.7093,23.6816,23.3639,22.9085,22.3088,21.7513,21.2964,20.926,20.8113,20.9506,23.3504,27.0557,28.5337,28.8224,28.9041,29.0676,29.2879,29.7007,30.2813,31.0908,32.1334,33.3649,34.5596,35.5063,36.261],[20.5867,20.5862,20.5856,20.585,20.5845,21.0745,21.4017,21.6126,21.6584,21.8019,22.8537,23.7393,23.701,23.3763,22.9116,22.3167,21.7516,21.2932,20.9224,20.8107,20.9541,23.3497,27.0503,28.5286,28.8156,28.8944,29.0695,29.2931,29.6993,30.2833,31.0805,32.0909,33.3472,34.5309,35.5028,36.2607]],"t_unix":1786295716.2590115,"uid":"p00363","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.161093,23.113967,23.698076]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":6,"source":"bayer","t_unix":1786295761.4429426,"uid":"p01308","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":6,"source":"bayer","t_unix":1786295761.4452276,"uid":"p01309","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":6,"source":"bayer","t_unix":1786295761.4475558,"uid":"p01310","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19102604166666667,"white":0.8089739583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (179, 161, 159) atkinson_hue_aware","median_raw":[27.98442,29.240035,31.591523],"median_spectrum_pct":[27.3451,27.345,27.3448,27.3447,27.345,28.1036,28.5749,28.86,28.9297,29.1587,30.4201,31.3721,31.3143,30.9168,30.342,29.5563,28.8024,28.1538,27.5988,27.3373,27.2011,28.5159,30.5534,31.2727,31.3884,31.4375,31.5864,31.7743,32.0922,32.5177,33.1167,33.9131,34.8914,35.8233,36.5991,37.1429],"phase":"skin","raster_sha1":"b6b103aec64265e2","raw":[[27.994655,29.246603,31.591523],[27.98442,29.240035,31.598381],[27.96535,29.227819,31.577849]],"rgb":[179,161,159],"session":6,"source":"pipeline","spectrum_pct":[[27.3531,27.353,27.3528,27.3527,27.353,28.0902,28.5598,28.8577,28.9368,29.1587,30.443,31.3721,31.3063,30.9109,30.3408,29.5535,28.8029,28.1599,27.6056,27.3484,27.2147,28.5315,30.5713,31.2907,31.4078,31.4582,31.6074,31.7914,32.1177,32.5636,33.1572,33.9436,34.9218,35.8705,36.629,37.1541],[27.3451,27.345,27.3448,27.3447,27.345,28.1036,28.5749,28.86,28.9297,29.1948,30.4201,31.3889,31.3143,30.9168,30.342,29.5563,28.8021,28.1538,27.5988,27.3373,27.2011,28.5159,30.5534,31.2727,31.3884,31.4375,31.5864,31.7743,32.0922,32.5177,33.1167,33.9131,34.8914,35.8233,36.5991,37.1429],[27.3442,27.3441,27.3439,27.3437,27.3441,28.1224,28.5977,28.8665,28.909,29.1205,30.2839,31.3461,31.3236,30.9337,30.352,29.5617,28.8024,28.1473,27.587,27.3249,27.1901,28.4977,30.5222,31.2369,31.3539,31.403,31.5545,31.7399,32.0632,32.4944,33.1005,33.8884,34.8626,35.7997,36.5425,37.099]],"t_unix":1786295763.6004696,"uid":"p00474","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.98442,29.240035,31.591523]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.32671614583333336,"blue":0.0,"green":0.0,"red":0.4545546875,"white":0.21861197916666666,"yellow":0.0001171875},"ink_index":null,"is_control":false,"label":"skin (110, 72, 36) atkinson_oklab_hue_aware","median_raw":[8.663443,7.416776,7.216465],"median_spectrum_pct":[6.55205,6.55194,6.55182,6.55168,6.55147,6.61049,6.64088,6.62682,6.55634,6.53011,6.82447,6.95333,6.84845,6.62646,6.34439,6.03903,5.80134,5.66165,5.59577,5.64577,5.93147,8.19955,11.6958,13.1088,13.3712,13.4487,13.6509,14.0389,14.7729,15.8981,17.5478,19.7362,22.462,25.2923,27.8391,29.9072],"phase":"skin","raster_sha1":"28fb1aba168e4902","raw":[[8.654718,7.40896,7.199595],[8.663443,7.416776,7.216465],[8.666597,7.418654,7.22634]],"rgb":[110,72,36],"session":6,"source":"pipeline","spectrum_pct":[[6.53602,6.53591,6.53578,6.53563,6.53541,6.59614,6.63125,6.62565,6.55603,6.52486,6.72322,6.93272,6.83594,6.62646,6.34207,6.03638,5.79628,5.66165,5.59324,5.63963,5.92901,8.19216,11.6834,13.0956,13.3563,13.4401,13.6421,14.035,14.7605,15.8844,17.526,19.7317,22.462,25.3097,27.8406,29.934],[6.55205,6.55194,6.55182,6.55168,6.55147,6.61049,6.64088,6.62682,6.55634,6.53011,6.82447,6.96676,6.85722,6.62294,6.34439,6.03903,5.80134,5.66297,5.5972,5.6459,5.9335,8.19955,11.6958,13.1088,13.3723,13.4487,13.6509,14.0389,14.7729,15.8981,17.5478,19.7362,22.4486,25.2797,27.8378,29.907],[6.56131,6.56121,6.56109,6.56096,6.56075,6.61895,6.64819,6.63225,6.56795,6.55384,6.83519,6.95333,6.84845,6.63493,6.34989,6.04343,5.80382,5.66087,5.59577,5.64577,5.93147,8.20398,11.6996,13.1107,13.3712,13.4551,13.6519,14.0493,14.773,15.9087,17.5578,19.7528,22.4624,25.2923,27.8391,29.9072]],"t_unix":1786295812.3657663,"uid":"p00448","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.663443,7.416776,7.216465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4418828125,"red":0.5581171875,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (84, 58, 47) atkinson_oklab_hue_aware","median_raw":[7.214018,6.9859,3.385911],"median_spectrum_pct":[2.42027,2.41845,2.41635,2.41394,2.41102,2.35519,2.32697,2.31802,2.27836,2.49917,4.68241,7.93841,8.82098,8.44094,7.56979,6.5722,5.72161,5.0989,4.68237,4.49261,4.67689,7.00069,10.5637,11.998,12.3086,12.4768,12.7919,13.3311,14.2035,15.4889,17.2818,19.5738,22.3453,25.2452,27.8225,29.9676],"phase":"skin","raster_sha1":"e8eda03ffc683ef0","raw":[[7.209705,6.982084,3.385911],[7.214018,6.9859,3.379012],[7.2555,7.0185,3.424363]],"rgb":[84,58,47],"session":6,"source":"pipeline","spectrum_pct":[[2.42027,2.41845,2.41635,2.41394,2.41102,2.34865,2.31746,2.31122,2.27836,2.49917,4.68241,7.93841,8.81124,8.43328,7.56829,6.57025,5.7174,5.09146,4.67549,4.49261,4.67392,6.99816,10.5566,11.988,12.2929,12.4659,12.7848,13.3168,14.1975,15.4889,17.2799,19.5738,22.3453,25.2452,27.8392,29.9824],[2.41907,2.41724,2.41513,2.41271,2.4098,2.35519,2.32697,2.31802,2.26634,2.46738,4.64042,7.92774,8.82098,8.44094,7.56979,6.5722,5.72161,5.0989,4.68237,4.49393,4.67689,7.00069,10.5637,11.998,12.3086,12.4768,12.7919,13.3311,14.2035,15.4862,17.2818,19.5552,22.3206,25.2349,27.8109,29.9676],[2.43652,2.43468,2.43257,2.43013,2.42722,2.38538,2.35088,2.34615,2.313,2.54547,4.70979,7.98216,8.8628,8.48546,7.60335,6.59954,5.74613,5.11573,4.68545,4.4906,4.68707,7.04235,10.6313,12.0751,12.3831,12.554,12.8694,13.4032,14.2827,15.5673,17.3278,19.5963,22.3621,25.2705,27.8225,29.9553]],"t_unix":1786295861.437272,"uid":"p00262","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.214018,6.9859,3.385911]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.23352083333333334,"blue":0.0,"green":0.0008125,"red":0.171515625,"white":0.5941510416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (140, 126, 116) atkinson_hue_aware","median_raw":[18.140168,18.68353,21.916857],"median_spectrum_pct":[19.3221,19.3229,19.3238,19.3249,19.3262,19.7204,19.9912,20.1689,20.1652,20.2122,20.7824,21.1252,20.7617,20.2131,19.5665,18.8403,18.2019,17.6815,17.2614,17.0559,16.9634,17.9508,19.4497,19.9865,20.1156,20.2433,20.5217,20.9253,21.5793,22.4994,23.8203,25.5486,27.6081,29.7721,31.6541,33.1112],"phase":"skin","raster_sha1":"c241ff9d987ec88e","raw":[[18.140598,18.685457,21.904461],[18.138939,18.68353,21.916857],[18.140168,18.683017,21.918318]],"rgb":[140,126,116],"session":6,"source":"pipeline","spectrum_pct":[[19.3047,19.3055,19.3064,19.3074,19.3088,19.7059,19.9783,20.1626,20.1652,20.2122,20.7608,21.1252,20.7528,20.2068,19.5665,18.8403,18.2018,17.6855,17.2674,17.0598,16.9695,17.9525,19.4543,19.9925,20.1156,20.2433,20.5254,20.9307,21.5805,22.505,23.828,25.5486,27.6312,29.7508,31.6183,33.1863],[19.3221,19.3229,19.3238,19.3249,19.3262,19.7204,19.9912,20.1689,20.1576,20.22,20.8113,21.1537,20.7634,20.2131,19.5574,18.8348,18.2019,17.6799,17.2609,17.0559,16.9634,17.9508,19.4497,19.9865,20.1104,20.2425,20.5202,20.925,21.5735,22.4969,23.8144,25.5444,27.6055,29.7721,31.6626,33.1048],[19.324,19.3248,19.3257,19.3268,19.3282,19.7313,20.0004,20.1736,20.1874,20.2019,20.7824,21.0935,20.7617,20.2131,19.5671,18.8407,18.2026,17.6815,17.2614,17.0538,16.9608,17.9482,19.4497,19.9844,20.1158,20.2481,20.5217,20.9253,21.5793,22.4994,23.8203,25.555,27.6081,29.7758,31.6541,33.1112]],"t_unix":1786295957.2210164,"uid":"p00306","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.140168,18.68353,21.916857]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.056611979166666666,"white":0.9433880208333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (246, 183, 177) atkinson_hue_aware","median_raw":[32.807304,35.273419,39.593535],"median_spectrum_pct":[34.2,34.2003,34.2007,34.2011,34.2023,35.1692,35.8119,36.2601,36.4248,36.7535,37.9504,38.888,38.7117,38.2308,37.5405,36.5859,35.6858,34.9032,34.2094,33.8345,33.4191,33.598,34.0148,34.0536,34.0183,34.0331,34.1557,34.2899,34.5039,34.7688,35.1646,35.6986,36.4152,37.0981,37.6407,38.0326],"phase":"skin","raster_sha1":"76385db117eafda0","raw":[[32.830623,35.290313,39.603979],[32.807304,35.273419,39.593535],[32.789845,35.257614,39.57576]],"rgb":[246,183,177],"session":6,"source":"pipeline","spectrum_pct":[[34.2098,34.2101,34.2105,34.2109,34.2121,35.1591,35.802,36.267,36.4412,36.7999,37.9735,38.888,38.7071,38.2312,37.5416,36.591,35.694,34.9169,34.2292,33.8553,33.4431,33.6267,34.0485,34.0892,34.0556,34.0725,34.1993,34.3255,34.5322,34.7987,35.1991,35.7043,36.4152,37.134,37.6656,38.0653],[34.1946,34.1949,34.1952,34.1957,34.1969,35.1692,35.8119,36.2601,36.4248,36.7535,37.9504,38.9046,38.7133,38.2306,37.5405,36.5859,35.6858,34.9032,34.2094,33.8345,33.4191,33.598,34.0148,34.0536,34.0183,34.0331,34.1557,34.2899,34.5039,34.7688,35.1646,35.6986,36.4155,37.0981,37.6407,38.0326],[34.2,34.2003,34.2007,34.2011,34.2023,35.183,35.8305,36.2598,36.3964,36.6666,37.9038,38.8821,38.7117,38.2308,37.5322,36.5789,35.6739,34.8892,34.1939,33.8126,33.4029,33.5816,33.9923,34.0312,33.9963,34.0092,34.1324,34.2629,34.4713,34.7518,35.1359,35.6573,36.3554,37.0644,37.5957,37.9565]],"t_unix":1786296005.1163976,"uid":"p00531","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.807304,35.273419,39.593535]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0023776041666666668,"blue":0.0,"green":0.5122109375,"red":0.4281484375,"white":0.05726302083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (94, 77, 68) atkinson_oklab_hue_aware","median_raw":[8.345523,9.004584,5.401713],"median_spectrum_pct":[4.0338,4.03182,4.02955,4.02693,4.02378,3.98749,3.97054,3.97918,3.8965,4.1409,6.92877,11.1738,12.3283,11.845,10.7158,9.41954,8.29894,7.45576,6.86048,6.53941,6.55592,8.27989,10.9412,12.0123,12.2857,12.4956,12.8716,13.4701,14.3941,15.7077,17.5135,19.8104,22.6103,25.5363,28.1302,30.3017],"phase":"skin","raster_sha1":"245b8d480d230d3f","raw":[[8.336945,8.996119,5.399601],[8.345523,9.004584,5.401713],[8.353578,9.012244,5.417496]],"rgb":[94,77,68],"session":6,"source":"pipeline","spectrum_pct":[[4.02555,4.02357,4.0213,4.01868,4.01553,3.97851,3.96274,3.96734,3.8882,4.1409,6.94746,11.1851,12.3171,11.8386,10.7072,9.40532,8.29299,7.44382,6.84804,6.53189,6.54623,8.26926,10.9316,12.0012,12.2774,12.4864,12.8611,13.4588,14.3839,15.6927,17.4881,19.7915,22.5843,25.5247,28.0859,30.2527],[4.0338,4.03182,4.02955,4.02693,4.02378,3.98749,3.97054,3.97918,3.8965,4.14048,6.89364,11.1738,12.3283,11.845,10.7158,9.41954,8.29894,7.45576,6.86048,6.53941,6.55592,8.27989,10.9412,12.0123,12.2857,12.4956,12.8716,13.4701,14.3941,15.7134,17.5135,19.8104,22.6213,25.5425,28.1302,30.3121],[4.03941,4.03743,4.03515,4.03253,4.02938,3.99353,3.97531,3.98083,3.91125,4.19209,6.92877,11.17,12.3385,11.8537,10.721,9.42648,8.3091,7.46098,6.8661,6.54411,6.55991,8.28604,10.9529,12.0213,12.2948,12.5053,12.8795,13.4743,14.406,15.7077,17.5222,19.825,22.6103,25.5363,28.1459,30.3017]],"t_unix":1786296052.5382364,"uid":"p00436","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.345523,9.004584,5.401713]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (236, 209, 202) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[236,209,202],"session":6,"source":"pipeline","t_unix":1786296100.147292,"uid":"p00417","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4423958333333333,"red":0.5576041666666667,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (78, 58, 47) atkinson_oklab_hue_aware","median_raw":[7.196824,6.932979,3.383504],"median_spectrum_pct":[2.44363,2.44183,2.43978,2.43741,2.43456,2.38863,2.35877,2.34337,2.2721,2.46562,4.5818,7.86776,8.76341,8.37536,7.50514,6.49946,5.64,5.01592,4.60455,4.41974,4.60565,6.94611,10.5667,12.0284,12.3375,12.5026,12.8137,13.3386,14.2236,15.5129,17.2884,19.5742,22.3564,25.2559,27.8494,29.9481],"phase":"skin","raster_sha1":"28bdf23108296b7d","raw":[[7.185752,6.923018,3.371682],[7.196824,6.932979,3.386695],[7.200464,6.936604,3.383504]],"rgb":[78,58,47],"session":6,"source":"pipeline","spectrum_pct":[[2.44363,2.44183,2.43978,2.43741,2.43456,2.38563,2.35341,2.33247,2.26028,2.41927,4.5818,7.86776,8.75695,8.36935,7.49069,6.48688,5.63313,5.01298,4.59746,4.41454,4.59419,6.93256,10.5517,12.0199,12.3238,12.4829,12.7995,13.333,14.2002,15.4872,17.2777,19.5742,22.342,25.2304,27.834,29.9481],[2.45035,2.44856,2.4465,2.44413,2.44127,2.38863,2.35877,2.34337,2.2721,2.46562,4.59763,7.87713,8.76341,8.37536,7.50514,6.49946,5.64,5.01592,4.60455,4.41974,4.60565,6.94611,10.5667,12.0284,12.3375,12.5026,12.8137,13.3386,14.2236,15.5147,17.2884,19.573,22.3584,25.2649,27.8604,29.9455],[2.4365,2.4347,2.43262,2.43023,2.42737,2.38993,2.3662,2.34942,2.27448,2.46603,4.5449,7.85732,8.77437,8.38128,7.50683,6.50736,5.64579,5.02402,4.60804,4.42202,4.60682,6.95117,10.5689,12.0324,12.3451,12.5108,12.8256,13.3546,14.2277,15.5129,17.295,19.5852,22.3564,25.2559,27.8494,29.9733]],"t_unix":1786296102.4903324,"uid":"p00256","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.196824,6.932979,3.383504]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (192, 172, 158) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[192,172,158],"session":6,"source":"pipeline","t_unix":1786296150.5417728,"uid":"p00355","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (218, 187, 169) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[218,187,169],"session":6,"source":"pipeline","t_unix":1786296153.2057056,"uid":"p00397","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (231, 192, 167) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[231,192,167],"session":6,"source":"pipeline","t_unix":1786296155.4589703,"uid":"p00514","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.12821875,"white":0.87178125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (222, 176, 166) atkinson_hue_aware","median_raw":[30.059344,31.852692,35.122674],"median_spectrum_pct":[30.3786,30.3788,30.3789,30.3791,30.3797,31.1329,31.6787,32.1246,32.3156,32.5838,33.7494,34.6862,34.5424,34.096,33.4608,32.6036,31.7902,31.0863,30.4765,30.1713,29.9219,30.7258,32.0078,32.3982,32.4407,32.4781,32.6151,32.7834,33.0507,33.4185,33.9325,34.6156,35.4777,36.3054,37.0052,37.4772],"phase":"skin","raster_sha1":"dc575dc95bd430fc","raw":[[30.077878,31.865252,35.122674],[30.059344,31.852692,35.111058],[30.038151,31.834937,35.125374]],"rgb":[222,176,166],"session":6,"source":"pipeline","spectrum_pct":[[30.3786,30.3788,30.3789,30.3791,30.3797,31.1161,31.6608,32.1246,32.3348,32.6103,33.7494,34.6862,34.54,34.0915,33.4634,32.6036,31.7923,31.0986,30.4868,30.1822,29.9347,30.7471,32.0394,32.4314,32.471,32.507,32.6506,32.8178,33.0877,33.4503,33.9614,34.6454,35.5041,36.3678,37.0373,37.542],[30.3879,30.388,30.3882,30.3883,30.389,31.1329,31.6787,32.1237,32.2892,32.5721,33.7129,34.6811,34.5424,34.096,33.4597,32.6049,31.7902,31.0863,30.4765,30.1713,29.9219,30.7258,32.0078,32.3982,32.4407,32.4781,32.6151,32.7834,33.0507,33.4185,33.9325,34.6156,35.4777,36.3017,36.9964,37.4772],[30.3769,30.3771,30.3772,30.3774,30.3781,31.1409,31.6879,32.1268,32.3156,32.5838,33.7647,34.6962,34.5519,34.1004,33.4608,32.5927,31.7766,31.0696,30.4501,30.1396,29.8919,30.6955,31.9728,32.3646,32.4053,32.4374,32.5832,32.7465,33.0188,33.3882,33.9183,34.5894,35.4527,36.3054,37.0052,37.4727]],"t_unix":1786296157.7110646,"uid":"p00402","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.059344,31.852692,35.122674]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.3782760416666667,"blue":0.0,"green":0.0,"red":0.5846536458333333,"white":0.0370703125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (76, 39, 25) fs_cam16ucs_hue_aware","median_raw":[5.459282,3.731818,2.465607],"median_spectrum_pct":[2.35615,2.35571,2.35521,2.35463,2.35392,2.35413,2.32069,2.2877,2.22504,2.14947,2.22517,2.32435,2.28785,2.21583,2.08208,1.93754,1.84923,1.85855,1.92449,2.06221,2.44884,4.97989,8.90224,10.4797,10.7222,10.7579,10.9211,11.2899,12.0072,13.1727,14.8965,17.2471,20.1209,23.1989,25.9858,28.3026],"phase":"skin","raster_sha1":"3aef8db67cd6c0f3","raw":[[5.451856,3.729354,2.465607],[5.461136,3.736355,2.488108],[5.459282,3.731818,2.460122]],"rgb":[76,39,25],"session":6,"source":"pipeline","spectrum_pct":[[2.34188,2.34143,2.34092,2.34033,2.33961,2.34082,2.31323,2.28423,2.22504,2.14947,2.22517,2.32435,2.28785,2.21358,2.07803,1.93722,1.84923,1.85693,1.92449,2.06221,2.44954,4.97769,8.89012,10.4634,10.7119,10.7447,10.9046,11.2796,11.9948,13.164,14.8883,17.249,20.1055,23.1989,25.9858,28.3026],[2.37203,2.37161,2.37112,2.37055,2.36983,2.35413,2.32152,2.29492,2.25699,2.16558,2.27814,2.35986,2.29425,2.21845,2.08603,1.94403,1.85292,1.85903,1.92613,2.0644,2.44884,4.97989,8.90224,10.4797,10.7222,10.7579,10.9211,11.2899,12.0072,13.1727,14.8965,17.2471,20.1377,23.235,26.0078,28.3166],[2.35615,2.35571,2.35521,2.35463,2.35392,2.35661,2.32069,2.2877,2.20956,2.12857,2.18105,2.30881,2.28618,2.21583,2.08208,1.93754,1.84901,1.85855,1.92052,2.05779,2.44756,4.98421,8.90721,10.484,10.7341,10.7715,10.9318,11.2981,12.0157,13.1741,14.901,17.2179,20.1209,23.1742,25.971,28.265]],"t_unix":1786296205.017184,"uid":"p00425","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.459282,3.731818,2.465607]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (235, 169, 144) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[235,169,144],"session":6,"source":"pipeline","t_unix":1786296253.3910384,"uid":"p00520","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.024973958333333334,"blue":0.0,"green":0.36899739583333335,"red":0.5325651041666667,"white":0.07346354166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (96, 73, 65) atkinson_hue_aware","median_raw":[8.770719,8.469517,5.13172],"median_spectrum_pct":[4.04529,4.04359,4.04163,4.03937,4.03666,4.01431,4.00275,4.00984,3.95596,4.167,6.12287,9.05353,9.86094,9.55679,8.80258,7.91571,7.14637,6.58619,6.20827,6.05198,6.24319,8.62726,12.299,13.7693,14.0703,14.2165,14.5163,15.0183,15.8403,17.0669,18.7641,20.9324,23.5614,26.3023,28.6942,30.6668],"phase":"skin","raster_sha1":"c8c900fc54dd8861","raw":[[8.766685,8.464769,5.133656],[8.770719,8.469517,5.13172],[8.777422,8.477193,5.128017]],"rgb":[96,73,65],"session":6,"source":"pipeline","spectrum_pct":[[4.04529,4.04359,4.04163,4.03937,4.03666,4.01362,3.99947,4.00984,3.95775,4.19235,6.12287,9.06354,9.85227,9.54219,8.7925,7.90968,7.14101,6.5821,6.20431,6.05143,6.24319,8.6234,12.2928,13.7643,14.0642,14.205,14.4998,15.0,15.8277,17.0551,18.7607,20.9308,23.5614,26.3129,28.6968,30.6668],[4.06155,4.05986,4.05791,4.05567,4.05296,4.01431,4.00275,4.00728,3.95596,4.167,6.13416,9.03884,9.8646,9.55679,8.80258,7.91571,7.14637,6.58619,6.20827,6.05198,6.24248,8.62726,12.299,13.7693,14.0703,14.2165,14.5163,15.0183,15.8403,17.0669,18.7641,20.9324,23.5686,26.3023,28.6942,30.6676],[4.04185,4.04013,4.03816,4.03589,4.03317,4.01709,4.00972,4.01543,3.94874,4.15605,6.0969,9.05353,9.86094,9.56986,8.81462,7.92514,7.15668,6.59263,6.21624,6.05636,6.24822,8.63217,12.3131,13.7825,14.086,14.2274,14.5223,15.0239,15.8597,17.0838,18.7756,20.9369,23.5579,26.2878,28.684,30.6171]],"t_unix":1786296256.2036097,"uid":"p00438","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.770719,8.469517,5.13172]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.26113020833333334,"blue":0.0,"green":0.0,"red":0.5828541666666667,"white":0.155875,"yellow":0.000140625},"ink_index":null,"is_control":false,"label":"skin (111, 65, 49) atkinson_hue_aware","median_raw":[8.028944,6.328849,5.253842],"median_spectrum_pct":[4.80006,4.79964,4.79916,4.79861,4.79791,4.81975,4.82111,4.81351,4.76898,4.74889,4.91616,5.11313,5.08934,4.93598,4.72564,4.48591,4.31308,4.25793,4.27031,4.38191,4.77246,7.54464,11.8577,13.5981,13.8839,13.923,14.0671,14.4083,15.082,16.1721,17.7714,19.9123,22.5442,25.3093,27.7785,29.8046],"phase":"skin","raster_sha1":"9b066afc7638cf84","raw":[[8.025179,6.327614,5.253842],[8.028944,6.32962,5.257704],[8.029355,6.328849,5.251694]],"rgb":[111,65,49],"session":6,"source":"pipeline","spectrum_pct":[[4.79968,4.79927,4.79879,4.79824,4.79754,4.8168,4.81596,4.81351,4.77437,4.74889,4.91616,5.0933,5.08536,4.93598,4.72576,4.48591,4.318,4.25899,4.27031,4.38213,4.77246,7.53617,11.8489,13.595,13.8773,13.9125,14.0551,14.3981,15.082,16.1777,17.7714,19.9117,22.5442,25.3131,27.781,29.8334],[4.80006,4.79964,4.79916,4.79861,4.79791,4.81975,4.82111,4.82116,4.76898,4.75675,4.91293,5.11313,5.09643,4.93798,4.72564,4.48354,4.31308,4.25793,4.27062,4.38191,4.77292,7.54464,11.8577,13.5981,13.8839,13.923,14.0671,14.4083,15.0803,16.1721,17.7739,19.9132,22.5479,25.3016,27.7785,29.8046],[4.80196,4.80155,4.80107,4.80052,4.79983,4.82275,4.82303,4.81331,4.76249,4.72548,4.91848,5.11434,5.08934,4.93554,4.72464,4.48621,4.3104,4.25513,4.26688,4.37988,4.77026,7.54599,11.8587,13.604,13.8911,13.93,14.0756,14.4164,15.0874,16.1705,17.7632,19.9123,22.5356,25.3093,27.7744,29.7934]],"t_unix":1786296303.767576,"uid":"p00450","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.028944,6.328849,5.253842]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.03865625,"white":0.9254322916666666,"yellow":0.03591145833333333},"ink_index":null,"is_control":false,"label":"skin (233, 192, 167) fs_cam16ucs_hue_aware","median_raw":[33.152205,35.928051,38.566904],"median_spectrum_pct":[33.2077,33.2073,33.2068,33.2063,33.2065,34.2075,34.8085,35.1547,35.2415,35.5289,37.0827,38.7385,39.0534,38.8457,38.2982,37.4082,36.526,35.7451,35.0455,34.6763,34.2543,34.3648,34.6553,34.6275,34.5735,34.5767,34.6882,34.7851,34.9593,35.1833,35.5349,36.0089,36.6654,37.3106,37.7889,38.1556],"phase":"skin","raster_sha1":"4bd859c2c4fdbeab","raw":[[33.171032,35.943228,38.575183],[33.152205,35.928051,38.566904],[33.137456,35.914365,38.566195]],"rgb":[233,192,167],"session":6,"source":"pipeline","spectrum_pct":[[33.2012,33.2008,33.2004,33.1998,33.2,34.1863,34.7925,35.1578,35.2632,35.5822,37.1098,38.7158,39.0576,38.8454,38.3004,37.4159,36.532,35.759,35.066,34.6927,34.2781,34.3929,34.6831,34.6581,34.6002,34.6032,34.7078,34.8037,34.9858,35.2147,35.5569,36.0501,36.698,37.3106,37.7745,38.1621],[33.2077,33.2073,33.2068,33.2063,33.2065,34.2075,34.8085,35.1547,35.2415,35.5289,37.0735,38.7472,39.0534,38.8474,38.2982,37.4082,36.526,35.7451,35.0455,34.6763,34.2543,34.3648,34.6553,34.6275,34.5735,34.5767,34.6882,34.7851,34.9593,35.1833,35.5349,36.0089,36.6569,37.3053,37.8062,38.139],[33.2133,33.2129,33.2124,33.2119,33.2121,34.2228,34.8211,35.1501,35.2234,35.5226,37.0827,38.7385,39.0449,38.8457,38.2962,37.3985,36.5128,35.7305,35.0288,34.6583,34.2394,34.35,34.632,34.6065,34.5535,34.5532,34.6541,34.7533,34.9274,35.1666,35.5228,36.0022,36.6654,37.3252,37.7889,38.1556]],"t_unix":1786296350.7139723,"uid":"p00413","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.152205,35.928051,38.566904]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.430155,1.146228,2.371927],"median_spectrum_pct":[2.5082,2.5089,2.50969,2.51061,2.5115,2.43508,2.35697,2.2828,2.17303,2.0466,1.93333,1.76975,1.60958,1.39218,1.18486,1.00301,0.874093,0.794858,0.743894,0.729333,0.757723,0.98309,1.25363,1.37312,1.50043,1.71474,2.07675,2.64887,3.55668,4.97257,7.08143,9.99212,13.6472,17.6675,21.4584,24.6693],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.431738,1.147034,2.371927],[1.427407,1.142907,2.371151],[1.430155,1.146228,2.378019]],"session":6,"source":"ink","spectrum_pct":[[2.5082,2.5089,2.50969,2.51061,2.5115,2.44004,2.36223,2.27711,2.16516,2.04922,1.93333,1.76823,1.61287,1.39374,1.18699,1.00321,0.875053,0.796708,0.745633,0.730698,0.760155,0.985187,1.25363,1.37534,1.50373,1.72015,2.08376,2.65434,3.56755,4.99393,7.11302,10.0457,13.7333,17.7795,21.572,24.7917],[2.50769,2.50838,2.50919,2.51011,2.51099,2.43023,2.35127,2.2828,2.1794,2.04142,1.93137,1.76975,1.60958,1.38847,1.18126,0.999137,0.872626,0.791873,0.74143,0.727384,0.756373,0.98309,1.25201,1.37285,1.49684,1.7113,2.07239,2.63724,3.54961,4.9643,7.07667,9.99212,13.6472,17.6675,21.4584,24.6693],[2.51082,2.51152,2.51232,2.51324,2.51413,2.43508,2.35697,2.28758,2.17303,2.0466,1.9693,1.79312,1.60884,1.39218,1.18486,1.00301,0.874093,0.794858,0.743894,0.729333,0.757723,0.982142,1.25503,1.37312,1.50043,1.71474,2.07675,2.64887,3.55668,4.97257,7.08143,9.982,13.6422,17.6598,21.44,24.6675]],"t_unix":1786296398.1998997,"uid":"s006_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.430155,1.146228,2.371927]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.196253,38.219814,43.308607],"median_spectrum_pct":[37.366,37.3665,37.367,37.3676,37.3691,38.4097,39.12,39.6962,39.9491,40.2886,41.5069,42.3574,42.1515,41.6579,40.9463,39.9576,39.0203,38.1958,37.4556,37.0413,36.5147,36.1652,35.8393,35.572,35.4593,35.4467,35.5446,35.6263,35.769,35.9259,36.1962,36.5994,37.1563,37.7037,38.1087,38.4488],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.219077,38.241798,43.336935],[35.196253,38.219814,43.308607],[35.183917,38.210408,43.294559]],"session":6,"source":"ink","spectrum_pct":[[37.3781,37.3786,37.3791,37.3797,37.3812,38.4019,39.1152,39.7043,39.9867,40.3534,41.5892,42.4201,42.1707,41.6636,40.9543,39.9685,39.0345,38.2169,37.4762,37.0637,36.5366,36.19,35.8704,35.5984,35.484,35.4767,35.5713,35.6575,35.8025,35.9571,36.2268,36.6271,37.1967,37.733,38.1198,38.4488],[37.366,37.3665,37.367,37.3676,37.3691,38.4097,39.12,39.6962,39.9491,40.2886,41.5069,42.3574,42.1421,41.6579,40.9463,39.9576,39.0203,38.1958,37.4556,37.0413,36.5147,36.1652,35.8393,35.572,35.4593,35.4467,35.5446,35.6263,35.769,35.9259,36.1962,36.5994,37.1563,37.7037,38.1087,38.4665],[37.3614,37.3618,37.3623,37.363,37.3645,38.4269,39.1378,39.69,39.9141,40.2424,41.4544,42.3571,42.1515,41.6564,40.9407,39.9556,39.0179,38.1897,37.4472,37.0318,36.4992,36.1495,35.8223,35.5563,35.4436,35.431,35.527,35.609,35.7516,35.9142,36.1871,36.5672,37.1273,37.6852,38.1,38.4163]],"t_unix":1786296443.3663921,"uid":"s006_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.196253,38.219814,43.308607]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.025886,36.671823,4.694225],"median_spectrum_pct":[1.60393,1.58945,1.57283,1.55372,1.53164,1.48383,1.44498,1.41456,1.39758,1.94732,6.30702,17.6772,27.2606,33.8909,37.8442,39.1572,39.2863,39.0488,38.6826,38.597,38.4891,39.3808,40.6787,41.032,40.9473,40.7522,40.562,40.2423,39.9316,39.6213,39.3633,39.1431,39.0734,39.0213,38.8588,38.7045],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.087134,36.750353,4.688941],[31.025886,36.671823,4.694225],[30.986115,36.620009,4.695079]],"session":6,"source":"ink","spectrum_pct":[[1.5988,1.58429,1.56763,1.54847,1.52634,1.48053,1.44254,1.40839,1.40112,1.9193,6.28568,17.6863,27.2886,33.9453,37.9161,39.2443,39.3833,39.1443,38.7829,38.7013,38.5914,39.4719,40.751,41.0959,41.0049,40.815,40.6261,40.3031,39.9969,39.6909,39.4186,39.1953,39.1411,39.0721,38.9132,38.7595],[1.60393,1.58945,1.57283,1.55372,1.53164,1.48383,1.44498,1.41456,1.39748,1.95309,6.31047,17.6761,27.2606,33.8909,37.8442,39.1572,39.2863,39.0488,38.6826,38.597,38.4891,39.3808,40.6787,41.032,40.9473,40.7522,40.562,40.2423,39.9316,39.6213,39.3633,39.1431,39.0734,39.0213,38.8588,38.7045],[1.61305,1.5986,1.58202,1.56294,1.5409,1.49089,1.45258,1.41975,1.39758,1.94732,6.30702,17.6772,27.2369,33.8596,37.7976,39.1038,39.2299,38.9823,38.6095,38.5233,38.4201,39.3196,40.6338,40.9921,40.9128,40.7226,40.5281,40.1994,39.8945,39.5856,39.3245,39.1086,39.0427,38.9814,38.8528,38.6981]],"t_unix":1786296488.5167797,"uid":"s006_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.025886,36.671823,4.694225]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.69651,4.408862,1.004054],"median_spectrum_pct":[0.947393,0.946081,0.944574,0.942837,0.940836,0.94531,0.93782,0.916831,0.877234,0.826154,0.880654,1.08058,1.1261,1.11965,1.06916,0.984858,0.974087,1.08894,1.27031,1.53128,2.22133,6.73189,14.2977,17.6538,18.1187,17.9103,17.7274,17.717,18.0692,18.8439,20.0872,21.8004,24.0199,26.3761,28.5299,30.2447],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.683314,4.40155,1.000105],[7.69651,4.408862,1.004054],[7.709003,4.41549,1.019612]],"session":6,"source":"ink","spectrum_pct":[[0.950554,0.949248,0.947748,0.94602,0.944018,0.9412,0.934317,0.916831,0.877234,0.801009,0.880389,1.0682,1.11661,1.11583,1.06568,0.984005,0.97251,1.08894,1.27313,1.53706,2.2217,6.71477,14.272,17.6233,18.0852,17.8736,17.6937,17.6891,18.038,18.8148,20.0518,21.782,23.994,26.3638,28.506,30.2659],[0.947393,0.946081,0.944574,0.942837,0.940836,0.945455,0.93782,0.913953,0.872522,0.826154,0.880654,1.08058,1.1261,1.11965,1.06916,0.984858,0.974544,1.08916,1.27031,1.53128,2.22133,6.73189,14.2977,17.6538,18.1187,17.9103,17.7274,17.717,18.0692,18.8439,20.0872,21.8004,24.0199,26.3761,28.5299,30.2206],[0.947213,0.945896,0.944383,0.942641,0.940634,0.94531,0.939248,0.92271,0.888955,0.860438,0.933808,1.09749,1.13022,1.12476,1.07248,0.984885,0.974087,1.08829,1.26513,1.52547,2.2202,6.74721,14.3209,17.6772,18.1468,17.9382,17.7516,17.749,18.0996,18.8703,20.1052,21.825,24.0335,26.4034,28.5322,30.2447]],"t_unix":1786296533.6597135,"uid":"s006_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.69651,4.408862,1.004054]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[8.105778,7.80956,27.671647],"median_spectrum_pct":[24.7185,24.7258,24.7341,24.7437,24.7556,25.585,26.3611,26.8334,26.4799,26.0865,25.652,22.8433,18.9644,15.1722,11.7924,9.03784,7.02831,5.63561,4.68991,4.0901,3.69738,3.51892,3.46904,3.51429,3.68387,4.00569,4.52387,5.28649,6.37346,7.87872,10.0063,12.881,16.4071,20.276,23.9589,27.0772],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[8.090653,7.792205,27.623402],[8.105778,7.80956,27.671647],[8.113514,7.819286,27.691011]],"session":6,"source":"ink","spectrum_pct":[[24.6747,24.682,24.6904,24.7,24.7118,25.5272,26.3051,26.7883,26.4335,26.0779,25.6079,22.7994,18.9108,15.1405,11.7677,9.01746,7.00805,5.61904,4.67835,4.08071,3.68727,3.5102,3.46349,3.51016,3.67995,3.9983,4.51252,5.27424,6.36705,7.87872,10.0052,12.8776,16.4264,20.276,23.9953,27.1042],[24.7205,24.7278,24.7362,24.7458,24.7576,25.585,26.3611,26.8334,26.4799,26.0865,25.6647,22.8433,18.9644,15.1722,11.7924,9.03784,7.02831,5.63561,4.68991,4.0901,3.69738,3.51892,3.46904,3.51429,3.68387,4.00569,4.52387,5.28649,6.37346,7.8752,10.0063,12.8837,16.4071,20.2801,23.9589,27.0772],[24.7185,24.7258,24.7341,24.7437,24.7556,25.6149,26.3996,26.8645,26.4905,26.0934,25.652,22.8512,18.9819,15.2008,11.8112,9.05358,7.04057,5.64458,4.6971,4.09545,3.70365,3.52421,3.4711,3.51804,3.689,4.00571,4.52745,5.29153,6.38103,7.88922,10.0143,12.881,16.4019,20.2743,23.9378,27.0685]],"t_unix":1786296578.8153257,"uid":"s006_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.105778,7.80956,27.671647]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.30592,8.084794,6.452114],"median_spectrum_pct":[4.57878,4.57737,4.57575,4.57389,4.57139,4.42357,4.37471,4.379,4.22768,4.62871,9.14856,16.1306,17.5408,15.9354,13.3312,10.7229,8.65536,7.15844,6.10663,5.42493,4.97097,4.78716,4.7522,4.77501,4.92111,5.22375,5.72422,6.45941,7.53047,9.05805,11.1638,13.9257,17.3393,21.0455,24.5553,27.4904],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.30592,8.084794,6.452114],[5.313341,8.094876,6.45458],[5.295001,8.066408,6.448138]],"session":6,"source":"ink","spectrum_pct":[[4.58038,4.57896,4.57733,4.57544,4.57295,4.42357,4.37471,4.379,4.22148,4.63855,9.14856,16.1306,17.5408,15.9354,13.3312,10.7229,8.65536,7.15844,6.10663,5.42493,4.97097,4.78716,4.7522,4.77501,4.92111,5.22375,5.72422,6.45941,7.53047,9.05805,11.1638,13.9257,17.3504,21.0455,24.5553,27.528],[4.57523,4.57379,4.57214,4.57024,4.56776,4.43484,4.38466,4.38724,4.22768,4.62166,9.14087,16.116,17.5522,15.9561,13.3474,10.7403,8.66655,7.16805,6.11638,5.43469,4.98105,4.79724,4.7576,4.7797,4.92818,5.23335,5.73696,6.47183,7.54277,9.05947,11.1731,13.9384,17.3393,21.0594,24.5572,27.4904],[4.57878,4.57737,4.57575,4.57389,4.57139,4.40355,4.3524,4.37603,4.24179,4.62871,9.17442,16.1369,17.5112,15.8927,13.2883,10.6908,8.62995,7.13989,6.09294,5.41526,4.96269,4.77917,4.74076,4.76352,4.90666,5.21195,5.71614,6.44539,7.50905,9.02162,11.1263,13.867,17.2719,20.9809,24.4712,27.4404]],"t_unix":1786296623.9635797,"uid":"s006_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.30592,8.084794,6.452114]} +{"battery_mv_start":0,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=4170","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":7,"settle_s":3.0,"spec":"build\\colorcal\\supplement_spec.json","spec_sha256":"4b454769d885c45d","t_unix":1786296918.4429288} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.397382,1.116076,2.28522],"median_spectrum_pct":[2.43846,2.43914,2.43991,2.4408,2.44167,2.3687,2.29369,2.21628,2.07316,1.91399,1.83444,1.71976,1.54629,1.35892,1.15506,0.971273,0.847543,0.771914,0.722095,0.708254,0.736419,0.965204,1.23195,1.3544,1.47932,1.68337,2.04165,2.61042,3.51904,4.92952,7.02106,9.9144,13.581,17.585,21.3635,24.5296],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.391192,1.110646,2.269923],[1.397549,1.116076,2.28522],[1.397382,1.117126,2.289358]],"session":7,"source":"ink","spectrum_pct":[[2.42272,2.42338,2.42415,2.42504,2.42589,2.35626,2.28191,2.20276,2.06244,1.89002,1.83444,1.70128,1.53859,1.34793,1.14602,0.967803,0.843437,0.769596,0.720504,0.705549,0.732769,0.965204,1.22648,1.34679,1.47337,1.67969,2.03721,2.60809,3.51904,4.92952,7.04182,9.93174,13.5861,17.6018,21.4019,24.5742],[2.43846,2.43914,2.43991,2.4408,2.44167,2.3687,2.29369,2.21743,2.07316,1.92494,1.82515,1.72354,1.54629,1.35892,1.15506,0.971273,0.847543,0.771914,0.722908,0.708594,0.736419,0.96687,1.23448,1.35662,1.47932,1.68717,2.04165,2.61444,3.52438,4.93475,7.02106,9.9144,13.581,17.585,21.3635,24.5296],[2.44973,2.45041,2.45119,2.45209,2.45297,2.3775,2.29988,2.21628,2.07883,1.91399,1.84379,1.71976,1.55576,1.36282,1.15796,0.976388,0.850222,0.772884,0.722095,0.708254,0.736803,0.964791,1.23195,1.3544,1.47959,1.68337,2.04326,2.61042,3.51407,4.92827,7.01413,9.909,13.5516,17.5594,21.3202,24.4605]],"t_unix":1786296921.0665202,"uid":"s007_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.397382,1.116076,2.28522]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.994643,38.018966,43.094043],"median_spectrum_pct":[37.3165,37.3171,37.3177,37.3185,37.3201,38.4087,39.0269,39.4186,39.6294,39.9907,41.2751,42.1858,42.049,41.5494,40.8057,39.7729,38.805,37.9755,37.2407,36.8295,36.2979,35.9369,35.5999,35.3254,35.2333,35.2472,35.3521,35.4452,35.5944,35.7418,35.9967,36.3734,36.9261,37.4706,37.8797,38.1658],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.00784,38.032148,43.094043],[34.994643,38.018966,43.102428],[34.971836,38.000792,43.071678]],"session":7,"source":"ink","spectrum_pct":[[37.3165,37.3171,37.3177,37.3185,37.3201,38.3883,39.0126,39.4186,39.6294,39.9907,41.2751,42.215,42.057,41.5534,40.8057,39.7749,38.8146,37.9903,37.2556,36.8476,36.3154,35.9591,35.6256,35.3499,35.2533,35.2683,35.3784,35.4705,35.6094,35.7452,35.9967,36.3789,36.9338,37.4562,37.8841,38.1903],[37.3314,37.332,37.3327,37.3334,37.3351,38.409,39.0269,39.4248,39.637,39.995,41.2843,42.1858,42.049,41.5494,40.8064,39.7729,38.805,37.9755,37.2407,36.8295,36.2979,35.9369,35.5999,35.3254,35.2333,35.2472,35.3521,35.4452,35.5944,35.7418,35.9969,36.3734,36.9261,37.4706,37.8797,38.1658],[37.3108,37.3113,37.312,37.3127,37.3144,38.4087,39.0316,39.4082,39.5764,39.9303,41.2217,42.1804,42.0435,41.5441,40.7954,39.7638,38.7937,37.9608,37.223,36.8098,36.2783,35.9154,35.5734,35.297,35.2006,35.2128,35.3294,35.4213,35.5644,35.71,35.9626,36.3485,36.9101,37.4707,37.8781,38.1611]],"t_unix":1786296966.218474,"uid":"s007_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.994643,38.018966,43.094043]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.887335,36.53255,4.634224],"median_spectrum_pct":[1.53147,1.51697,1.50034,1.48121,1.45916,1.4535,1.42034,1.38334,1.37334,1.8052,6.20592,17.6001,27.2081,33.8367,37.7582,39.0317,39.1372,38.8945,38.5309,38.45,38.3447,39.2253,40.4921,40.8225,40.7505,40.5872,40.4093,40.0987,39.7894,39.4628,39.1724,38.9243,38.8549,38.7863,38.6231,38.4779],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.955621,36.61709,4.634224],[30.887335,36.53255,4.618591],[30.851784,36.485488,4.639798]],"session":7,"source":"ink","spectrum_pct":[[1.53147,1.51697,1.50034,1.48121,1.45916,1.45075,1.41857,1.3808,1.37334,1.8052,6.20592,17.6015,27.2435,33.8952,37.8359,39.1189,39.2325,38.9935,38.6366,38.5577,38.4525,39.3244,40.5685,40.8915,40.818,40.6529,40.4812,40.1712,39.8597,39.5302,39.227,38.9847,38.9161,38.836,38.6823,38.5726],[1.51647,1.50199,1.48538,1.46628,1.44429,1.4535,1.42034,1.38334,1.37299,1.76344,6.14319,17.5864,27.208,33.8367,37.7582,39.0317,39.1372,38.8945,38.5309,38.45,38.3447,39.2253,40.4921,40.8225,40.7505,40.5872,40.4093,40.0987,39.7894,39.4628,39.1724,38.9243,38.8549,38.7863,38.6231,38.4779],[1.54105,1.52661,1.51004,1.49099,1.46903,1.46146,1.42881,1.39016,1.38862,1.81471,6.2097,17.6001,27.2081,33.8122,37.7112,38.9757,39.0797,38.8327,38.4655,38.381,38.2763,39.1674,40.4503,40.7858,40.7128,40.5498,40.3781,40.0635,39.7468,39.4202,39.137,38.8964,38.8337,38.744,38.6089,38.4433]],"t_unix":1786297011.367508,"uid":"s007_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.887335,36.53255,4.634224]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.687491,4.393993,0.949278],"median_spectrum_pct":[0.914123,0.912799,0.911279,0.909528,0.907528,0.923071,0.915731,0.89223,0.834972,0.701911,0.7649,0.967332,1.0888,1.10179,1.0495,0.969403,0.959539,1.07402,1.25312,1.51447,2.20801,6.74291,14.319,17.6572,18.1203,17.919,17.7349,17.7333,18.0719,18.8227,20.0436,21.7275,23.9263,26.2658,28.3564,30.0507],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.676112,4.387979,0.94939],[7.687491,4.393993,0.949278],[7.695077,4.395559,0.943832]],"session":7,"source":"ink","spectrum_pct":[[0.908215,0.90689,0.905368,0.903615,0.901612,0.917289,0.913763,0.889327,0.834972,0.722428,0.765993,0.967332,1.08101,1.09364,1.04756,0.968765,0.959539,1.07465,1.25657,1.52406,2.21227,6.72905,14.2926,17.626,18.0891,17.8866,17.7025,17.7024,18.0484,18.7916,20.0123,21.7079,23.9,26.2391,28.3447,30.0507],[0.914123,0.912799,0.911279,0.909528,0.907528,0.923071,0.915731,0.89223,0.833229,0.701911,0.7649,0.981341,1.0907,1.10316,1.05216,0.969403,0.95981,1.07402,1.25312,1.51447,2.20801,6.74291,14.319,17.6572,18.1203,17.919,17.7349,17.7333,18.0719,18.8227,20.0436,21.7275,23.9263,26.2837,28.3934,30.0938],[0.917235,0.915913,0.914396,0.912647,0.910645,0.923242,0.91648,0.895363,0.838876,0.678046,0.730854,0.960291,1.0888,1.10179,1.0495,0.970373,0.958837,1.0715,1.24882,1.50658,2.20567,6.75539,14.3341,17.6759,18.1459,17.9503,17.7616,17.7518,18.0933,18.8458,20.057,21.743,23.9407,26.2658,28.3564,30.0487]],"t_unix":1786297056.509621,"uid":"s007_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.687491,4.393993,0.949278]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.942347,7.639,27.372566],"median_spectrum_pct":[24.5229,24.5303,24.5387,24.5484,24.5601,25.3049,26.0285,26.5239,26.189,25.7899,25.4138,22.6578,18.7537,14.9665,11.585,8.83605,6.84234,5.4649,4.53454,3.94155,3.56079,3.38676,3.3345,3.38061,3.55096,3.86192,4.37594,5.13435,6.21663,7.71356,9.82176,12.6631,16.1804,20.0221,23.7073,26.7694],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.952112,7.643696,27.391627],[7.932236,7.628596,27.348554],[7.942347,7.639,27.372566]],"session":7,"source":"ink","spectrum_pct":[[24.5615,24.5688,24.5772,24.5869,24.5988,25.4673,26.1881,26.5394,26.1274,25.7227,25.355,22.6298,18.7557,14.9877,11.6005,8.84964,6.8511,5.47137,4.53715,3.94612,3.56379,3.38875,3.3392,3.38695,3.55564,3.86799,4.38277,5.14911,6.2246,7.7255,9.8525,12.7075,16.2392,20.0931,23.7664,26.8815],[24.5022,24.5095,24.518,24.5276,24.5393,25.2741,25.9916,26.4903,26.189,25.7972,25.4239,22.6578,18.7325,14.9503,11.5628,8.8206,6.83117,5.45737,4.526,3.93471,3.55198,3.37856,3.3281,3.37496,3.54322,3.85664,4.37039,5.1306,6.21265,7.70736,9.8175,12.6631,16.1804,20.0221,23.7073,26.7694],[24.5229,24.5303,24.5387,24.5484,24.5601,25.3049,26.0285,26.5239,26.2221,25.7899,25.4138,22.6679,18.7537,14.9665,11.585,8.83605,6.84234,5.4649,4.53454,3.94155,3.56079,3.38676,3.3345,3.38061,3.55096,3.86192,4.37594,5.13435,6.21663,7.71356,9.82176,12.6581,16.1624,19.9956,23.6628,26.728]],"t_unix":1786297101.7125795,"uid":"s007_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.942347,7.639,27.372566]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.181292,7.929196,6.333507],"median_spectrum_pct":[4.48081,4.4794,4.47778,4.47591,4.47348,4.3488,4.29944,4.30494,4.11962,4.50501,8.98007,15.9523,17.3794,15.7466,13.1386,10.5321,8.47965,6.9967,5.95884,5.28502,4.83708,4.66237,4.62182,4.64039,4.78852,5.10067,5.59629,6.32942,7.3916,8.89585,10.9807,13.7224,17.0933,20.7724,24.2541,27.214],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.174073,7.919952,6.331738],[5.181292,7.929196,6.333507],[5.187591,7.939071,6.338295]],"session":7,"source":"ink","spectrum_pct":[[4.47839,4.47699,4.47537,4.47351,4.47108,4.33863,4.28896,4.29494,4.11962,4.51256,8.98327,15.9558,17.372,15.727,13.122,10.5253,8.46672,6.98464,5.94923,5.27871,4.82866,4.64908,4.61224,4.63379,4.78269,5.0895,5.59001,6.3222,7.38652,8.89319,10.9853,13.7224,17.0933,20.7724,24.2783,27.2165],[4.48081,4.4794,4.47778,4.47591,4.47348,4.3488,4.29944,4.30494,4.12238,4.49468,8.96235,15.9513,17.3794,15.7466,13.1386,10.5321,8.47965,6.9967,5.95884,5.28502,4.83708,4.66237,4.62182,4.64039,4.78852,5.10067,5.59629,6.32942,7.3916,8.89585,10.9693,13.7122,17.0833,20.7651,24.2405,27.1962],[4.48712,4.4857,4.48408,4.48221,4.47978,4.35953,4.30677,4.30841,4.10665,4.50501,8.98007,15.9523,17.3948,15.764,13.1536,10.5451,8.48978,7.00867,5.96719,5.29575,4.8482,4.66722,4.62521,4.64744,4.79399,5.10349,5.60273,6.33645,7.39388,8.8988,10.9807,13.7272,17.105,20.8038,24.2541,27.214]],"t_unix":1786297146.859313,"uid":"s007_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.181292,7.929196,6.333507]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":true,"label":"ctl_ink_black_open","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":7,"source":"ink","t_unix":1786297192.0860755,"uid":"g00040","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"is_control":true,"label":"ctl_ink_white_open","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":7,"source":"ink","t_unix":1786297192.0880885,"uid":"g00041","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"is_control":true,"label":"ctl_ink_yellow_open","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"control","raster_sha1":"558146b910c5dfc3","rgb":null,"session":7,"source":"ink","t_unix":1786297192.0901675,"uid":"g00042","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"is_control":true,"label":"ctl_ink_red_open","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"control","raster_sha1":"74aa72762ed77c42","rgb":null,"session":7,"source":"ink","t_unix":1786297192.0920355,"uid":"g00043","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"is_control":true,"label":"ctl_ink_blue_open","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"control","raster_sha1":"260250b62f7214b1","rgb":null,"session":7,"source":"ink","t_unix":1786297192.0938747,"uid":"g00044","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"is_control":true,"label":"ctl_ink_green_open","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"control","raster_sha1":"eb83c1f5aff81ccc","rgb":null,"session":7,"source":"ink","t_unix":1786297192.0958645,"uid":"g00045","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":7,"source":"bayer","t_unix":1786297192.0981078,"uid":"g00046","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":7,"source":"bayer","t_unix":1786297192.100207,"uid":"g00047","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":7,"source":"bayer","t_unix":1786297192.1024668,"uid":"g00048","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","ink_fraction":{"black":0.0006953125,"blue":0.1730625,"green":0.5729296875,"red":0.2533125,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray78","median_raw":[6.647692,7.932315,7.677261],"median_spectrum_pct":[6.08375,6.08306,6.08227,6.08137,6.08021,6.09286,6.12102,6.15615,5.99401,6.22699,9.1335,13.5236,14.2365,13.0365,11.1722,9.274,7.72186,6.57636,5.76948,5.28636,5.09207,5.90741,7.21152,7.73162,7.95043,8.23997,8.71474,9.42437,10.4634,11.9233,13.9337,16.5388,19.6831,23.0049,26.0368,28.6174],"phase":"plain_lut_grey","raster_sha1":"b7193a636888d8db","raw":[[6.63802,7.920806,7.660008],[6.647692,7.932315,7.677261],[6.655906,7.941626,7.694203]],"rgb":[78,78,78],"session":7,"source":"pipeline","spectrum_pct":[[6.06815,6.06746,6.06667,6.06576,6.0646,6.07786,6.10707,6.14347,5.97874,6.20408,9.11568,13.5072,14.223,13.0192,11.1537,9.25716,7.7099,6.56403,5.7619,5.27881,5.08528,5.90141,7.20161,7.72071,7.94047,8.23208,8.70935,9.41404,10.4561,11.9217,13.9219,16.5216,19.6831,23.0049,26.0585,28.6174],[6.08375,6.08306,6.08227,6.08137,6.08021,6.09286,6.12102,6.15615,5.99401,6.22699,9.1335,13.5236,14.2365,13.0365,11.1722,9.274,7.72186,6.57636,5.76948,5.28636,5.09207,5.90741,7.21152,7.73162,7.95043,8.23997,8.71474,9.42591,10.4634,11.9233,13.9337,16.545,19.6868,23.0075,26.0368,28.5995],[6.09349,6.0928,6.09201,6.0911,6.08996,6.10841,6.13722,6.1684,5.99539,6.2498,9.18385,13.5342,14.2485,13.0505,11.1808,9.28512,7.7327,6.58349,5.77748,5.29313,5.09839,5.91609,7.21617,7.73737,7.96111,8.25036,8.71969,9.42437,10.4674,11.9391,13.9442,16.5388,19.6683,22.9927,26.0342,28.6204]],"t_unix":1786297194.6892045,"uid":"g00018","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.647692,7.932315,7.677261]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":7,"source":"pipeline","t_unix":1786297242.0852642,"uid":"g00036","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","ink_fraction":{"black":0.0,"blue":0.060932291666666666,"green":0.6956640625,"red":0.07766927083333333,"white":0.165734375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray98","median_raw":[9.713479,12.275589,10.856582],"median_spectrum_pct":[8.62964,8.62828,8.62672,8.62493,8.62269,8.62396,8.64714,8.67085,8.52042,8.88263,12.7617,18.6526,20.0398,18.9065,16.8369,14.6191,12.7785,11.3921,10.386,9.74672,9.33346,9.46577,9.85418,10.0046,10.1568,10.4399,10.9087,11.591,12.5781,13.9645,15.8351,18.2737,21.2411,24.3544,27.2172,29.5419],"phase":"plain_lut_grey","raster_sha1":"667495a83360683c","raw":[[9.707332,12.268639,10.853617],[9.713479,12.275589,10.856582],[9.723335,12.287303,10.87377]],"rgb":[98,98,98],"session":7,"source":"pipeline","spectrum_pct":[[8.6218,8.62044,8.61888,8.61709,8.61485,8.61796,8.63572,8.66166,8.51468,8.88263,12.7617,18.6526,20.0292,18.8908,16.8332,14.6141,12.7689,11.3813,10.3749,9.73765,9.32761,9.46118,9.84514,9.99914,10.148,10.4293,10.9054,11.591,12.5736,13.9645,15.8351,18.2737,21.2411,24.3544,27.2172,29.5419],[8.62964,8.62828,8.62672,8.62493,8.62269,8.62396,8.64714,8.67085,8.52042,8.87463,12.7411,18.6346,20.0398,18.9065,16.8369,14.6191,12.7785,11.3921,10.386,9.74672,9.33346,9.46577,9.85418,10.0046,10.1568,10.4399,10.9087,11.5886,12.5781,13.9512,15.8221,18.2708,21.2351,24.3486,27.2068,29.5272],[8.64118,8.63983,8.63827,8.63648,8.63424,8.6424,8.65781,8.67534,8.5292,8.89242,12.7822,18.6871,20.0629,18.9179,16.854,14.6321,12.7879,11.3989,10.3926,9.75475,9.34016,9.4752,9.86366,10.0165,10.1652,10.4485,10.9219,11.602,12.5967,13.977,15.8412,18.2892,21.2711,24.3746,27.2173,29.5485]],"t_unix":1786297244.2558727,"uid":"g00006","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.713479,12.275589,10.856582]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"plain_lut_grey","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":7,"source":"pipeline","t_unix":1786297291.6725988,"uid":"g00001","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","ink_fraction":{"black":0.0,"blue":0.0,"green":0.42535677083333334,"red":0.0027578125,"white":0.5718854166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray140","median_raw":[20.973663,24.482688,23.609844],"median_spectrum_pct":[19.7828,19.7813,19.7795,19.7775,19.7753,20.1696,20.4145,20.5294,20.4036,20.8495,24.4032,29.6646,31.132,30.5566,29.098,27.2534,25.5896,24.2441,23.1747,22.4984,21.9116,21.616,21.4331,21.2959,21.3259,21.4995,21.8551,22.3342,23.0286,23.9637,25.212,26.7982,28.6907,30.6557,32.3778,33.7262],"phase":"plain_lut_grey","raster_sha1":"0cc82d6fa0c3d9cf","raw":[[20.973663,24.48231,23.60343],[20.973372,24.482688,23.613905],[20.975172,24.486153,23.609844]],"rgb":[140,140,140],"session":7,"source":"pipeline","spectrum_pct":[[19.7828,19.7813,19.7795,19.7775,19.7753,20.1549,20.4023,20.5247,20.4088,20.8495,24.4032,29.6697,31.132,30.5566,29.098,27.2492,25.5871,24.2409,23.1729,22.4982,21.9116,21.6176,21.437,21.3003,21.3259,21.504,21.8557,22.3342,23.033,23.9652,25.2218,26.7982,28.6907,30.6594,32.398,33.7262],[19.7804,19.7789,19.7771,19.7751,19.7729,20.1696,20.4145,20.5294,20.4018,20.8758,24.4471,29.6646,31.1289,30.5552,29.0979,27.2534,25.5896,24.2441,23.1747,22.4984,21.9092,21.6133,21.4299,21.2937,21.3235,21.4995,21.8551,22.3339,23.0286,23.9637,25.2074,26.7862,28.6846,30.6314,32.3666,33.6999],[19.7956,19.7941,19.7923,19.7903,19.7882,20.1791,20.4268,20.5333,20.4036,20.8453,24.3818,29.6608,31.137,30.5704,29.1086,27.2635,25.5951,24.2486,23.1765,22.5001,21.9126,21.616,21.4331,21.2959,21.3264,21.498,21.853,22.3399,23.027,23.9584,25.212,26.8119,28.7043,30.6557,32.3778,33.7262]],"t_unix":1786297293.845836,"uid":"g00008","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.973663,24.482688,23.609844]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"plain_lut_grey","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":7,"source":"pipeline","t_unix":1786297341.1312807,"uid":"g00028","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":7,"source":"pipeline","t_unix":1786297343.3227055,"uid":"g00024","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","ink_fraction":{"black":0.20911197916666666,"blue":0.0933046875,"green":0.441875,"red":0.2557083333333333,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray59","median_raw":[5.675516,6.309454,5.655958],"median_spectrum_pct":[4.60086,4.60024,4.59953,4.59871,4.59765,4.58474,4.58236,4.56672,4.40429,4.49657,6.60499,9.77476,10.3348,9.5552,8.30568,6.98598,5.89769,5.08586,4.52277,4.19654,4.12999,5.12284,6.63433,7.23082,7.46024,7.7287,8.18175,8.87092,9.88859,11.3559,13.3867,16.0285,19.2166,22.5449,25.6237,28.1394],"phase":"plain_lut_grey","raster_sha1":"68e92eb1f431c5f7","raw":[[5.675516,6.309454,5.655958],[5.685931,6.323267,5.66989],[5.661071,6.296074,5.651339]],"rgb":[59,59,59],"session":7,"source":"pipeline","spectrum_pct":[[4.60086,4.60024,4.59953,4.59871,4.59765,4.58474,4.58236,4.56061,4.3935,4.5187,6.59642,9.75736,10.3348,9.5552,8.30568,6.98598,5.89769,5.08586,4.52277,4.19654,4.12999,5.12284,6.63433,7.23082,7.46024,7.7287,8.18175,8.87092,9.88859,11.3559,13.3867,16.0285,19.2166,22.5449,25.6237,28.1636],[4.62927,4.62866,4.62796,4.62716,4.62611,4.60636,4.60271,4.57607,4.40429,4.49657,6.60499,9.78491,10.3706,9.57703,8.32222,7.00144,5.91368,5.10197,4.53365,4.20773,4.14054,5.13517,6.64386,7.24266,7.46375,7.73557,8.19048,8.87587,9.89902,11.3689,13.4108,16.0376,19.222,22.5768,25.6387,28.1394],[4.59786,4.59725,4.59654,4.59573,4.59467,4.57169,4.56767,4.56672,4.40676,4.47637,6.62242,9.77476,10.3194,9.52711,8.2851,6.97368,5.8828,5.07947,4.51707,4.18983,4.11997,5.11054,6.61243,7.20887,7.43297,7.70241,8.15236,8.83734,9.85692,11.3199,13.3446,15.9667,19.1206,22.4587,25.5299,28.0342]],"t_unix":1786297345.4881074,"uid":"g00004","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.675516,6.309454,5.655958]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","ink_fraction":{"black":0.37429947916666667,"blue":0.07955729166666667,"green":0.35773177083333335,"red":0.18841145833333334,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray59","median_raw":[4.810827,5.201064,5.268902],"median_spectrum_pct":[4.48969,4.48952,4.48932,4.48909,4.48866,4.44079,4.41776,4.39533,4.25917,4.30981,5.8148,8.11813,8.46437,7.77839,6.74323,5.67926,4.80135,4.15375,3.70481,3.44978,3.40411,4.22679,5.4548,5.94662,6.14695,6.40544,6.85778,7.53942,8.57093,10.0597,12.1207,14.8184,18.0687,21.5471,24.7541,27.3662],"phase":"plain_lut_grey","raster_sha1":"13387ddbfc54e354","raw":[[4.798027,5.186168,5.239784],[4.810827,5.201064,5.268902],[4.816507,5.207189,5.272939]],"rgb":[59,59,59],"session":7,"source":"pipeline","spectrum_pct":[[4.47907,4.47891,4.47871,4.47849,4.47806,4.42147,4.39778,4.37905,4.22538,4.27749,5.80149,8.09079,8.44768,7.75057,6.7253,5.66304,4.78359,4.14275,3.6938,3.44009,3.39424,4.21609,5.4452,5.93373,6.1355,6.39939,6.85011,7.53284,8.55692,10.0458,12.1049,14.8098,18.0607,21.5471,24.7788,27.3609],[4.48969,4.48952,4.48932,4.48909,4.48866,4.44079,4.41776,4.39533,4.25956,4.30981,5.86913,8.11813,8.46437,7.77839,6.74323,5.67926,4.80135,4.15375,3.70481,3.44978,3.40411,4.22679,5.4548,5.94662,6.14695,6.40544,6.85778,7.53942,8.57093,10.0597,12.1233,14.8184,18.0687,21.5391,24.7541,27.3873],[4.49852,4.49835,4.49815,4.49792,4.4975,4.45732,4.43062,4.40433,4.25917,4.32084,5.8148,8.12105,8.47798,7.78427,6.74953,5.68953,4.80835,4.16353,3.71441,3.45749,3.40641,4.22818,5.45997,5.95099,6.15127,6.41716,6.86771,7.55174,8.57607,10.0641,12.1207,14.8229,18.0771,21.5615,24.7511,27.3662]],"t_unix":1786297393.360849,"uid":"g00017","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.810827,5.201064,5.268902]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","ink_fraction":{"black":0.0,"blue":0.0137578125,"green":0.23463020833333334,"red":0.14573177083333333,"white":0.6058802083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray140","median_raw":[22.10756,24.245497,23.907111],"median_spectrum_pct":[20.4169,20.4158,20.4146,20.4132,20.4118,20.8002,21.0078,21.1629,21.1507,21.5177,24.0851,27.4664,28.331,27.8909,26.892,25.5983,24.4108,23.4421,22.6742,22.2372,21.9376,22.6842,23.9262,24.3412,24.4484,24.5936,24.8859,25.276,25.8674,26.6337,27.6927,29.0331,30.6236,32.2433,33.6638,34.6574],"phase":"plain_lut_grey","raster_sha1":"7d3190f3a5de4bcb","raw":[[22.110023,24.24748,23.907111],[22.104369,24.241659,23.901012],[22.10756,24.245497,23.915964]],"rgb":[140,140,140],"session":7,"source":"pipeline","spectrum_pct":[[20.4148,20.4138,20.4126,20.4112,20.4097,20.7906,20.9987,21.1629,21.1507,21.5358,24.0851,27.4653,28.3309,27.8872,26.892,25.5983,24.4117,23.4465,22.6804,22.242,21.944,22.6894,23.9291,24.3425,24.4535,24.6014,24.8864,25.2843,25.8693,26.6486,27.7031,29.0235,30.6205,32.249,33.6641,34.6574],[20.4247,20.4236,20.4224,20.421,20.4196,20.8002,21.0078,21.1622,21.1502,21.4753,24.0756,27.4664,28.331,27.8909,26.8878,25.5925,24.4052,23.4397,22.6742,22.2352,21.9358,22.6842,23.9262,24.3361,24.4417,24.5936,24.8859,25.276,25.8674,26.6337,27.6879,29.0331,30.6421,32.2433,33.6638,34.6419],[20.4169,20.4158,20.4146,20.4132,20.4118,20.8121,21.0204,21.1649,21.1625,21.5177,24.1037,27.4743,28.3384,27.8958,26.8961,25.5985,24.4108,23.4421,22.6739,22.2372,21.9376,22.6819,23.9244,24.3412,24.4484,24.5896,24.8839,25.2744,25.8645,26.6327,27.6927,29.0352,30.6236,32.2415,33.6524,34.6925]],"t_unix":1786297440.6900046,"uid":"g00021","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.10756,24.245497,23.907111]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","ink_fraction":{"black":0.5980182291666667,"blue":0.0,"green":0.18216927083333334,"red":0.0516484375,"white":0.1681640625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray78","median_raw":[6.198009,6.611601,7.956838],"median_spectrum_pct":[7.20924,7.20973,7.21029,7.21093,7.21153,7.22043,7.21003,7.16169,6.98657,6.92098,7.76845,8.90626,8.9619,8.46536,7.78314,7.06388,6.45979,6.00519,5.66861,5.4679,5.37363,5.73186,6.27219,6.486,6.63797,6.89214,7.30477,7.93027,8.87782,10.2747,12.2672,14.9109,18.1381,21.6149,24.7888,27.3901],"phase":"plain_lut_grey","raster_sha1":"990f3d4f2f5d3c6c","raw":[[6.195296,6.607777,7.956838],[6.198009,6.611601,7.955104],[6.202729,6.618055,7.969427]],"rgb":[78,78,78],"session":7,"source":"pipeline","spectrum_pct":[[7.20084,7.20133,7.20189,7.20253,7.20312,7.20771,7.19748,7.15059,6.98657,6.93305,7.78427,8.8966,8.95292,8.46097,7.7792,7.0577,6.45659,6.00115,5.66298,5.46317,5.36945,5.72598,6.26342,6.47951,6.63797,6.8924,7.3036,7.93153,8.8806,10.2859,12.2827,14.9243,18.1883,21.6492,24.8101,27.3938],[7.20924,7.20973,7.21029,7.21093,7.21153,7.22043,7.21003,7.16169,6.97628,6.90241,7.74635,8.91661,8.9619,8.46536,7.78314,7.06388,6.45979,6.00519,5.66861,5.4679,5.37363,5.73186,6.27219,6.486,6.63692,6.89214,7.30477,7.92485,8.87653,10.2728,12.256,14.9109,18.1381,21.6149,24.7775,27.3901],[7.22308,7.22357,7.22413,7.22478,7.22538,7.23326,7.22539,7.16766,6.99195,6.92098,7.76845,8.90626,8.97866,8.48291,7.79588,7.07118,6.46858,6.01195,5.67326,5.47186,5.37709,5.73594,6.27275,6.48675,6.63892,6.89041,7.30663,7.93027,8.87782,10.2747,12.2672,14.8987,18.1225,21.6015,24.7888,27.3658]],"t_unix":1786297488.006089,"uid":"g00031","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.198009,6.611601,7.956838]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":7,"source":"pipeline","t_unix":1786297535.3268864,"uid":"g00011","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"p00131","ink_fraction":{"black":0.0,"blue":0.0,"green":0.10151822916666667,"red":0.06865625,"white":0.8298255208333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray162","median_spectrum_pct":[29.56,29.5598,29.5596,29.5594,29.5598,30.4246,30.8629,31.0122,30.9907,31.2998,33.2687,35.4681,35.8149,35.3258,34.4532,33.2835,32.1618,31.2046,30.3975,29.9529,29.5381,29.7471,30.2269,30.2938,30.2939,30.3653,30.5799,30.8457,31.2249,31.702,32.3467,33.2046,34.258,35.2737,36.1538,36.7986],"phase":"plain_lut_grey","raster_sha1":"2cc5a962a40100f4","rgb":[162,162,162],"session":7,"source":"pipeline","t_unix":1786297537.4548137,"uid":"g00022","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.03038,31.640029,34.249128]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","ink_fraction":{"black":0.0,"blue":0.010411458333333333,"green":0.5810625,"red":0.04257291666666667,"white":0.365953125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray119","median_raw":[15.100493,18.260912,16.221013],"median_spectrum_pct":[13.2439,13.2421,13.24,13.2376,13.2348,13.3764,13.4866,13.5464,13.4033,13.8609,17.8386,23.7615,25.4421,24.6914,22.9454,20.9044,19.1281,17.738,16.6796,15.9984,15.4915,15.4289,15.5635,15.5849,15.6826,15.9212,16.3382,16.9214,17.7776,18.9431,20.5395,22.5612,24.9894,27.5378,29.825,31.6411],"phase":"plain_lut_grey","raster_sha1":"1c0379a611dc4f4d","raw":[[15.095024,18.255148,16.218938],[15.100493,18.260912,16.221013],[15.106204,18.270335,16.226806]],"rgb":[119,119,119],"session":7,"source":"pipeline","spectrum_pct":[[13.227,13.2252,13.2231,13.2207,13.2179,13.3557,13.4749,13.5383,13.417,13.8734,17.8386,23.7615,25.4421,24.6773,22.9332,20.8992,19.1223,17.7309,16.672,15.9945,15.4852,15.4227,15.5557,15.5786,15.6739,15.9174,16.3329,16.9154,17.7755,18.9431,20.5225,22.5647,24.9954,27.5421,29.8356,31.6411],[13.2482,13.2464,13.2443,13.2419,13.2391,13.3764,13.4866,13.5464,13.4018,13.8609,17.8264,23.7577,25.4355,24.6914,22.9454,20.9044,19.1281,17.738,16.6796,15.9984,15.4915,15.4289,15.5635,15.5849,15.6826,15.9212,16.3382,16.9214,17.7776,18.9411,20.5409,22.5612,24.9894,27.5378,29.8237,31.6694],[13.2439,13.2421,13.24,13.2376,13.2348,13.3803,13.4964,13.55,13.4033,13.8503,17.8529,23.7858,25.4509,24.7038,22.9558,20.917,19.1409,17.7497,16.6853,16.0059,15.4993,15.4368,15.5679,15.5893,15.6869,15.9264,16.3443,16.9238,17.7792,18.9534,20.5395,22.5578,24.977,27.5315,29.825,31.6384]],"t_unix":1786297539.586524,"uid":"g00007","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.100493,18.260912,16.221013]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray208","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[208,208,208],"session":7,"source":"pipeline","t_unix":1786297586.936358,"uid":"g00037","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":7,"source":"pipeline","t_unix":1786297589.1683893,"uid":"g00010","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":7,"source":"pipeline","t_unix":1786297591.3524168,"uid":"g00013","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray41","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"plain_lut_grey","raster_sha1":"1daca356a8f94d5f","rgb":[41,41,41],"session":7,"source":"pipeline","t_unix":1786297593.5231237,"uid":"g00029","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","ink_fraction":{"black":0.24698697916666668,"blue":0.0,"green":0.17143489583333332,"red":0.09735677083333333,"white":0.4842213541666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray119","median_raw":[15.797286,17.125062,18.848019],"median_spectrum_pct":[16.444,16.4441,16.4443,16.4445,16.4448,16.7606,16.9364,16.9599,16.8212,16.9578,18.4899,20.3949,20.6631,20.0951,19.1868,18.1153,17.1788,16.4167,15.8107,15.4536,15.2173,15.7004,16.5026,16.7785,16.9069,17.1174,17.4828,17.9973,18.7712,19.8596,21.3724,23.311,25.6571,28.089,30.2107,31.908],"phase":"plain_lut_grey","raster_sha1":"013cfc0768e6a69c","raw":[[15.79599,17.121698,18.848019],[15.797286,17.125062,18.842881],[15.802385,17.128872,18.853944]],"rgb":[119,119,119],"session":7,"source":"pipeline","spectrum_pct":[[16.4426,16.4428,16.4429,16.4431,16.4435,16.7441,16.9197,16.9531,16.8246,16.992,18.5021,20.3846,20.6631,20.0845,19.173,18.1092,17.1742,16.4159,15.809,15.4504,15.215,15.6977,16.4976,16.7731,16.9043,17.1174,17.4828,17.9993,18.7718,19.8596,21.3631,23.311,25.6465,28.074,30.2097,31.8961],[16.444,16.4441,16.4443,16.4445,16.4448,16.7606,16.9364,16.9599,16.809,16.942,18.4719,20.4014,20.6673,20.0951,19.1868,18.1153,17.1788,16.4167,15.8107,15.4536,15.2173,15.7004,16.5026,16.7785,16.9069,17.1143,17.4797,17.9966,18.7712,19.8539,21.3724,23.3074,25.6571,28.094,30.2203,31.9174],[16.4474,16.4476,16.4478,16.4479,16.4483,16.7769,16.9497,16.9648,16.8212,16.9578,18.4899,20.3949,20.6604,20.0959,19.1901,18.1199,17.1823,16.4237,15.8154,15.457,15.2208,15.7035,16.5042,16.7833,16.9138,17.1218,17.483,17.9973,18.7629,19.8646,21.3825,23.3162,25.6676,28.089,30.2107,31.908]],"t_unix":1786297595.6476948,"uid":"g00033","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.797286,17.125062,18.848019]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","ink_fraction":{"black":0.757421875,"blue":0.0,"green":0.19972395833333334,"red":0.0337578125,"white":0.009096354166666668,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray59","median_raw":[2.819223,2.929074,3.63071],"median_spectrum_pct":[3.42081,3.42115,3.42155,3.42201,3.42232,3.32788,3.2641,3.20906,3.06866,2.97909,3.58994,4.5148,4.57587,4.2028,3.67613,3.14558,2.71808,2.4093,2.18484,2.06115,2.02831,2.35672,2.80833,3.00392,3.16644,3.42704,3.84679,4.49108,5.48749,6.96994,9.08618,11.9454,15.4542,19.2547,22.8011,25.7631],"phase":"plain_lut_grey","raster_sha1":"37a306b0afe8b7e1","raw":[[2.811773,2.92271,3.606369],[2.819223,2.929074,3.63071],[2.824047,2.936381,3.638772]],"rgb":[59,59,59],"session":7,"source":"pipeline","spectrum_pct":[[3.40407,3.40441,3.4048,3.40525,3.40556,3.31428,3.24782,3.19669,3.04378,2.93172,3.56237,4.5148,4.57346,4.19751,3.66634,3.13763,2.7127,2.40171,2.1818,2.05551,2.02277,2.35113,2.8044,3.00012,3.16323,3.42704,3.84113,4.48708,5.48131,6.96994,9.10607,11.9503,15.4686,19.2743,22.851,25.7775],[3.42081,3.42115,3.42155,3.42201,3.42232,3.32788,3.2641,3.20906,3.0803,2.97909,3.58994,4.51461,4.57587,4.2028,3.67613,3.14558,2.71808,2.4093,2.18484,2.06115,2.02831,2.35672,2.80833,3.00392,3.16644,3.42662,3.84685,4.49108,5.48749,6.972,9.08606,11.9454,15.4542,19.2547,22.8011,25.7631],[3.43333,3.43368,3.43409,3.43455,3.43487,3.33987,3.27173,3.21431,3.06866,2.98457,3.62793,4.52859,4.58702,4.21363,3.68799,3.15362,2.72623,2.4151,2.19274,2.06744,2.03212,2.36121,2.81344,3.01005,3.17086,3.42921,3.84679,4.49172,5.488,6.96976,9.08618,11.9337,15.4499,19.2353,22.7753,25.7121]],"t_unix":1786297643.049567,"uid":"g00030","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.819223,2.929074,3.63071]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":7,"source":"bayer","t_unix":1786297688.2771256,"uid":"g00049","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":7,"source":"bayer","t_unix":1786297688.2791984,"uid":"g00050","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":7,"source":"bayer","t_unix":1786297688.281426,"uid":"g00051","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":7,"source":"pipeline","t_unix":1786297690.4189868,"uid":"g00012","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","ink_fraction":{"black":0.10484895833333334,"blue":0.0,"green":0.13488541666666667,"red":0.10651302083333333,"white":0.6537526041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray140","median_raw":[22.193322,24.002284,25.587047],"median_spectrum_pct":[22.1671,22.1669,22.1667,22.1665,22.1664,22.6052,22.8676,23.0555,23.0613,23.2885,25.0886,27.1985,27.5337,27.0512,26.1992,25.1041,24.112,23.3035,22.6559,22.2968,22.0138,22.5637,23.4902,23.7892,23.8873,24.0445,24.3265,24.7173,25.2986,26.0755,27.139,28.5264,30.1904,31.887,33.342,34.4388],"phase":"plain_lut_grey","raster_sha1":"bebe60be952b02b1","raw":[[22.201956,24.011481,25.587047],[22.193322,24.002284,25.584569],[22.192196,24.001621,25.59007]],"rgb":[140,140,140],"session":7,"source":"pipeline","spectrum_pct":[[22.1671,22.1669,22.1667,22.1665,22.1664,22.5958,22.8583,23.0527,23.0738,23.2885,25.1102,27.1985,27.5337,27.0539,26.2018,25.1083,24.1186,23.314,22.6653,22.3051,22.0247,22.5763,23.5012,23.8041,23.9011,24.0586,24.334,24.72,25.3051,26.084,27.1633,28.5348,30.1933,31.885,33.342,34.4388],[22.1659,22.1657,22.1655,22.1652,22.1652,22.6052,22.8676,23.0555,23.0554,23.2951,25.0857,27.1853,27.5304,27.0454,26.1951,25.1041,24.112,23.3035,22.6559,22.2968,22.0138,22.5637,23.4902,23.7892,23.8873,24.0434,24.3265,24.7173,25.2963,26.0674,27.1373,28.5264,30.188,31.894,33.3515,34.4429],[22.1736,22.1734,22.1732,22.173,22.1729,22.6178,22.8761,23.0582,23.0613,23.2856,25.0886,27.2052,27.5408,27.0512,26.1992,25.1037,24.1103,23.3002,22.6528,22.2922,22.0114,22.5596,23.4883,23.7848,23.8866,24.0445,24.3228,24.7079,25.2986,26.0755,27.139,28.507,30.1904,31.887,33.3383,34.4341]],"t_unix":1786297692.568729,"uid":"g00034","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.193322,24.002284,25.587047]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":7,"source":"pipeline","t_unix":1786297739.9089115,"uid":"g00038","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","ink_fraction":{"black":5.208333333333334e-05,"blue":0.12222395833333333,"green":0.4603203125,"red":0.22175,"white":0.19565364583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray98","median_raw":[11.300909,12.990293,12.033161],"median_spectrum_pct":[9.87737,9.87629,9.87504,9.87361,9.87186,9.94709,10.0404,10.0979,9.94304,10.1786,13.3113,17.7938,18.7608,17.8519,16.2597,14.4914,12.982,11.8183,10.9643,10.4469,10.2035,11.0163,12.3428,12.8629,13.0696,13.3343,13.7791,14.4239,15.3663,16.6734,18.4327,20.6657,23.3562,26.1567,28.6815,30.708],"phase":"plain_lut_grey","raster_sha1":"9b9475cf4f975535","raw":[[11.289203,12.978222,12.017205],[11.300909,12.990293,12.033161],[11.306779,12.998091,12.037394]],"rgb":[98,98,98],"session":7,"source":"pipeline","spectrum_pct":[[9.85672,9.85562,9.85437,9.85293,9.85117,9.9253,10.0202,10.0802,9.93083,10.1786,13.3113,17.784,18.7397,17.8445,16.245,14.474,12.9678,11.8092,10.9521,10.4368,10.1938,11.0028,12.329,12.8525,13.0603,13.3249,13.767,14.4131,15.3581,16.6585,18.4134,20.6366,23.3562,26.1567,28.6578,30.708],[9.87737,9.87629,9.87504,9.87361,9.87186,9.94709,10.0404,10.0979,9.94337,10.19,13.3049,17.7938,18.7608,17.8519,16.2597,14.4914,12.982,11.8183,10.9643,10.4469,10.2035,11.0163,12.3428,12.8629,13.0696,13.3343,13.7791,14.4239,15.369,16.6734,18.4399,20.6657,23.3557,26.1496,28.6815,30.7035],[9.8803,9.87921,9.87795,9.87651,9.87477,9.95855,10.0516,10.1043,9.94304,10.1685,13.3193,17.8083,18.7679,17.8681,16.2729,14.4991,12.9851,11.828,10.9726,10.4568,10.2076,11.0204,12.3519,12.8707,13.0732,13.3414,13.7909,14.4286,15.3663,16.6773,18.4327,20.6714,23.3681,26.1805,28.6937,30.7306]],"t_unix":1786297742.0480902,"uid":"g00019","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.300909,12.990293,12.033161]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray231","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[231,231,231],"session":7,"source":"pipeline","t_unix":1786297789.3947594,"uid":"g00025","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":7,"source":"pipeline","t_unix":1786297791.5441577,"uid":"g00026","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","ink_fraction":{"black":0.0,"blue":0.1177109375,"green":0.7473828125,"red":0.13490625,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray78","median_raw":[6.206513,8.229489,7.329984],"median_spectrum_pct":[5.57919,5.57816,5.57699,5.57563,5.57385,5.52174,5.5162,5.53457,5.38118,5.69527,9.33635,14.8723,15.9778,14.6421,12.4714,10.2396,8.4324,7.10209,6.16364,5.57267,5.2515,5.58259,6.21901,6.48717,6.67866,6.98879,7.49169,8.21838,9.27913,10.7845,12.8481,15.5206,18.7582,22.2348,25.4671,28.1341],"phase":"plain_lut_grey","raster_sha1":"2ec16ec2aeb2d1e9","raw":[[6.193335,8.214704,7.304209],[6.206513,8.229489,7.329984],[6.214172,8.238663,7.345242]],"rgb":[78,78,78],"session":7,"source":"pipeline","spectrum_pct":[[5.57919,5.57816,5.57699,5.57563,5.57385,5.50624,5.50059,5.51886,5.34272,5.64801,9.32051,14.8466,15.9474,14.6183,12.4538,10.2265,8.41876,7.08918,6.15038,5.56172,5.23926,5.5711,6.20898,6.47831,6.66883,6.97691,7.47418,8.19905,9.26612,10.7741,12.8391,15.5019,18.7328,22.2159,25.4351,28.0896],[5.57817,5.57713,5.57593,5.57455,5.57278,5.52174,5.5162,5.53457,5.38118,5.69527,9.34059,14.8723,15.9778,14.6421,12.4714,10.2396,8.4324,7.10209,6.16364,5.57267,5.2515,5.58259,6.21901,6.48717,6.67866,6.98879,7.49169,8.21838,9.27913,10.7845,12.8481,15.5206,18.7582,22.2348,25.4671,28.1444],[5.59527,5.59423,5.59304,5.59167,5.5899,5.53754,5.52981,5.55095,5.4065,5.69778,9.33635,14.8895,15.9959,14.6594,12.4836,10.2543,8.44317,7.11083,6.17104,5.57914,5.25692,5.58637,6.2252,6.49416,6.68266,6.99458,7.49968,8.22643,9.27995,10.7915,12.8623,15.5434,18.7816,22.2673,25.4967,28.1341]],"t_unix":1786297793.6881676,"uid":"g00005","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.206513,8.229489,7.329984]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"plain_lut_grey","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":7,"source":"pipeline","t_unix":1786297841.063439,"uid":"g00027","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"plain_lut_grey","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":7,"source":"pipeline","t_unix":1786297843.24985,"uid":"g00015","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray255","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":7,"source":"pipeline","t_unix":1786297845.463449,"uid":"g00039","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","ink_fraction":{"black":1.5625e-05,"blue":0.07314322916666667,"green":0.33401302083333334,"red":0.18240364583333332,"white":0.4104244791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray119","median_raw":[16.908524,18.7932,18.11919],"median_spectrum_pct":[15.2451,15.244,15.2427,15.2412,15.2396,15.5165,15.6883,15.7772,15.6876,15.977,18.831,22.7359,23.6399,23.012,21.7149,20.1864,18.8415,17.7745,16.9677,16.4927,16.2245,17.0578,18.429,18.9184,19.06,19.2659,19.6433,20.1727,20.9385,21.9884,23.4008,25.1779,27.2971,29.4753,31.4057,32.9419],"phase":"plain_lut_grey","raster_sha1":"462ad36a4d1e5b3b","raw":[[16.904594,18.788911,18.114885],[16.908524,18.7932,18.11919],[16.913565,18.79789,18.121573]],"rgb":[119,119,119],"session":7,"source":"pipeline","spectrum_pct":[[15.2315,15.2304,15.2291,15.2276,15.226,15.5027,15.6769,15.7728,15.6853,15.9783,18.8335,22.7591,23.6396,23.0007,21.7087,20.1792,18.8352,17.7687,16.9644,16.4904,16.2226,17.0529,18.426,18.9103,19.0545,19.2634,19.6433,20.1727,20.9359,21.9862,23.3931,25.1711,27.299,29.4753,31.3944,32.9369],[15.2535,15.2524,15.2511,15.2497,15.248,15.5165,15.6883,15.7772,15.6876,15.967,18.831,22.7359,23.6509,23.012,21.7149,20.1864,18.8415,17.7745,16.9677,16.4927,16.2245,17.0578,18.429,18.9184,19.06,19.2659,19.6403,20.168,20.9385,21.992,23.4015,25.1847,27.2971,29.4923,31.4551,32.9419],[15.2451,15.244,15.2427,15.2412,15.2396,15.5276,15.7003,15.7813,15.6904,15.977,18.8039,22.7264,23.6399,23.0138,21.7231,20.1962,18.8486,17.7802,16.9712,16.4998,16.2311,17.064,18.4326,18.9211,19.0678,19.2741,19.6467,20.1758,20.944,21.9884,23.4008,25.1779,27.2956,29.4705,31.4057,32.9448]],"t_unix":1786297847.6790435,"uid":"g00020","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.908524,18.7932,18.11919]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray0","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"plain_lut_grey","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":7,"source":"pipeline","t_unix":1786297894.9868956,"uid":"g00014","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","ink_fraction":{"black":0.4397734375,"blue":0.0,"green":0.16011197916666667,"red":0.06909114583333334,"white":0.3310234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray98","median_raw":[10.464431,11.277663,13.091854],"median_spectrum_pct":[11.6107,11.6112,11.6118,11.6124,11.6131,11.6898,11.7413,11.787,11.6992,11.6904,12.8076,14.2245,14.2853,13.7063,12.8731,11.9721,11.2003,10.6031,10.151,9.88788,9.72034,10.1094,10.7289,10.9481,11.0789,11.3107,11.7212,12.3191,13.2162,14.498,16.2851,18.6554,21.5417,24.564,27.2912,29.4702],"phase":"plain_lut_grey","raster_sha1":"504088429f9c2961","raw":[[10.504055,11.320261,13.098719],[10.45843,11.270372,13.077002],[10.464431,11.277663,13.091854]],"rgb":[98,98,98],"session":7,"source":"pipeline","spectrum_pct":[[11.6142,11.6146,11.6152,11.6158,11.6165,11.7724,11.827,11.8065,11.6713,11.6358,12.7499,14.2245,14.3172,13.7557,12.9285,12.0238,11.2496,10.6497,10.1967,9.9354,9.76744,10.1523,10.7746,10.9989,11.1281,11.36,11.7734,12.3752,13.2715,14.5619,16.3666,18.7269,21.6056,24.6402,27.359,29.5687],[11.5884,11.5889,11.5895,11.5901,11.5907,11.673,11.7262,11.7737,11.7016,11.6972,12.8076,14.2162,14.2696,13.6936,12.8638,11.9642,11.1947,10.5975,10.1471,9.88411,9.71679,10.1044,10.7228,10.9445,11.0737,11.3036,11.7167,12.316,13.2118,14.4944,16.2851,18.6554,21.5335,24.5412,27.2784,29.4466],[11.6107,11.6112,11.6118,11.6124,11.6131,11.6898,11.7413,11.787,11.6992,11.6904,12.8673,14.2414,14.2853,13.7063,12.8731,11.9721,11.2003,10.6031,10.151,9.88788,9.72034,10.1094,10.7289,10.9481,11.0789,11.3107,11.7212,12.3191,13.2162,14.498,16.2841,18.6499,21.5417,24.564,27.2912,29.4702]],"t_unix":1786297897.195645,"uid":"g00032","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.464431,11.277663,13.091854]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"p00125","ink_fraction":{"black":0.9965234375,"blue":0.0,"green":0.0030598958333333333,"red":0.0004166666666666667,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray41","median_spectrum_pct":[2.54416,2.54487,2.54568,2.54661,2.54753,2.48004,2.40412,2.31599,2.17935,2.05209,1.95477,1.78338,1.62974,1.41023,1.20295,1.01574,0.881304,0.802354,0.75142,0.734723,0.765876,0.996469,1.26782,1.38917,1.51757,1.73345,2.08796,2.66068,3.56867,4.99518,7.11765,10.0539,13.7273,17.7412,21.5726,24.7689],"phase":"plain_lut_grey","raster_sha1":"10abf218ad144d67","rgb":[41,41,41],"session":7,"source":"pipeline","t_unix":1786297944.6583478,"uid":"g00016","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.445219,1.157854,2.400451]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray24","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"plain_lut_grey","raster_sha1":"1daca356a8f94d5f","rgb":[24,24,24],"session":7,"source":"pipeline","t_unix":1786297946.8472393,"uid":"g00002","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","ink_fraction":{"black":0.0,"blue":0.0,"green":0.20461979166666666,"red":0.0,"white":0.7953802083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray162","median_raw":[28.092355,31.513099,33.093633],"median_spectrum_pct":[28.3637,28.3631,28.3624,28.3616,28.361,28.9364,29.3133,29.6204,29.7122,30.1722,32.8311,36.1307,36.8952,36.4153,35.3416,33.9026,32.5559,31.435,30.5064,29.9389,29.3441,28.9799,28.671,28.4428,28.4019,28.5078,28.7592,29.0534,29.4889,30.0524,30.8228,31.8026,33.0368,34.2464,35.2852,36.0913],"phase":"plain_lut_grey","raster_sha1":"d32001cb07d2fe01","raw":[[28.101631,31.523249,33.093633],[28.092355,31.513099,33.09721],[28.089001,31.510497,33.090646]],"rgb":[162,162,162],"session":7,"source":"pipeline","spectrum_pct":[[28.3566,28.356,28.3553,28.3545,28.3538,28.9308,29.3102,29.6204,29.7122,30.1722,32.8311,36.1371,36.8959,36.4203,35.3528,33.9065,32.5636,31.4463,30.5203,29.9522,29.3555,28.9887,28.6842,28.4536,28.4129,28.5224,28.7839,29.0838,29.5091,30.0691,30.8241,31.8146,33.0268,34.2586,35.2814,36.076],[28.3637,28.3631,28.3624,28.3616,28.361,28.9364,29.3133,29.6216,29.7128,30.173,32.8553,36.1307,36.888,36.4133,35.3416,33.8997,32.5559,31.4342,30.5064,29.9389,29.3441,28.9799,28.671,28.4428,28.4019,28.5078,28.7585,29.0534,29.488,30.0492,30.8228,31.8026,33.0395,34.2464,35.2852,36.0913],[28.3651,28.3645,28.3638,28.363,28.3624,28.9452,29.325,29.6179,29.7121,30.1292,32.8289,36.1195,36.8952,36.4153,35.3374,33.9026,32.5559,31.435,30.5056,29.9354,29.3381,28.9723,28.6685,28.4386,28.3961,28.5037,28.7592,29.0519,29.4889,30.0524,30.8204,31.7907,33.0368,34.2439,35.3061,36.092]],"t_unix":1786297949.0526166,"uid":"g00009","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.092355,31.513099,33.093633]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"cam16ucs","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_cam16ucs","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp cam16ucs gray185","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"plain_lut_grey","raster_sha1":"74458a184e222a45","rgb":[185,185,185],"session":7,"source":"pipeline","t_unix":1786297996.4402602,"uid":"g00023","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_oklab","duplicate_of":"p00112","ink_fraction":{"black":0.8995286458333334,"blue":0.0,"green":0.06381510416666666,"red":0.03665625,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp oklab gray41","median_spectrum_pct":[2.72335,2.7239,2.72453,2.72526,2.72588,2.62625,2.55248,2.47694,2.3511,2.25216,2.43299,2.65126,2.51843,2.25214,1.95157,1.65239,1.4302,1.27588,1.17091,1.12315,1.15131,1.51842,1.98622,2.18604,2.33351,2.5534,2.92383,3.52852,4.46038,5.90028,8.03768,10.925,14.529,18.4587,22.1394,25.256],"phase":"plain_lut_grey","raster_sha1":"500b63d102e4de95","rgb":[41,41,41],"session":7,"source":"pipeline","t_unix":1786297998.636003,"uid":"g00003","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.963026,1.747043,2.682579]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"euclidean","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_serp_euclidean","duplicate_of":"p00105","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0830234375,"red":0.0827421875,"white":0.834234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"atkinson_serp euclidean gray162","median_spectrum_pct":[29.2631,29.2628,29.2624,29.262,29.2621,30.0622,30.5091,30.743,30.7468,30.9967,32.8752,35.0519,35.4379,35.0105,34.2103,33.1151,32.0715,31.1627,30.397,29.9904,29.6229,29.9795,30.6241,30.7448,30.7434,30.8165,31.0199,31.26,31.6098,32.0493,32.6427,33.4199,34.3806,35.3533,36.1401,36.7566],"phase":"plain_lut_grey","raster_sha1":"bd299c2729beab6a","rgb":[162,162,162],"session":7,"source":"pipeline","t_unix":1786298000.83282,"uid":"g00035","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.156579,31.645869,33.910954]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":7,"source":"bayer","t_unix":1786298000.8351097,"uid":"g00052","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":7,"source":"bayer","t_unix":1786298000.8372588,"uid":"g00053","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":7,"source":"bayer","t_unix":1786298000.8394096,"uid":"g00054","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":true,"label":"ctl_ink_black_close","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":7,"source":"ink","t_unix":1786298000.8414104,"uid":"g00055","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"is_control":true,"label":"ctl_ink_white_close","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":7,"source":"ink","t_unix":1786298000.843242,"uid":"g00056","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"is_control":true,"label":"ctl_ink_yellow_close","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"control","raster_sha1":"558146b910c5dfc3","rgb":null,"session":7,"source":"ink","t_unix":1786298000.8450663,"uid":"g00057","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"is_control":true,"label":"ctl_ink_red_close","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"control","raster_sha1":"74aa72762ed77c42","rgb":null,"session":7,"source":"ink","t_unix":1786298000.8470693,"uid":"g00058","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"is_control":true,"label":"ctl_ink_blue_close","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"control","raster_sha1":"260250b62f7214b1","rgb":null,"session":7,"source":"ink","t_unix":1786298000.8491025,"uid":"g00059","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":null,"config_name":null,"duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"is_control":true,"label":"ctl_ink_green_close","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"control","raster_sha1":"eb83c1f5aff81ccc","rgb":null,"session":7,"source":"ink","t_unix":1786298000.8510976,"uid":"g00060","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"battery_mv_start":4170,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":8,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786298184.6595025} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.41546,1.126612,2.344721],"median_spectrum_pct":[2.49862,2.49933,2.50015,2.50108,2.50196,2.40917,2.33664,2.25973,2.13731,2.00217,1.93179,1.75095,1.57799,1.37381,1.1601,0.976428,0.850302,0.772557,0.726018,0.711297,0.738405,0.970969,1.24548,1.36892,1.49328,1.70788,2.06922,2.64256,3.55956,4.9832,7.09872,9.99506,13.6612,17.6583,21.4691,24.6512],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.412923,1.125395,2.342219],[1.41546,1.126612,2.344721],[1.418319,1.129147,2.34714]],"session":8,"source":"ink","spectrum_pct":[[2.49862,2.49933,2.50015,2.50108,2.50196,2.40249,2.32476,2.25002,2.13731,2.00217,1.94301,1.7685,1.57622,1.3663,1.15957,0.976428,0.850302,0.772557,0.724182,0.708325,0.735859,0.969162,1.24031,1.366,1.48794,1.70504,2.06583,2.64126,3.55905,4.9917,7.09872,10.03,13.6771,17.6885,21.505,24.7206],[2.4943,2.495,2.49581,2.49673,2.49761,2.40917,2.33664,2.25973,2.13398,2.00685,1.93179,1.74618,1.57799,1.37381,1.1601,0.976014,0.850093,0.772273,0.726018,0.711297,0.738405,0.970969,1.24548,1.36892,1.49328,1.70788,2.06922,2.64256,3.56093,4.97931,7.09644,9.99438,13.6612,17.6577,21.4691,24.6512],[2.50827,2.50898,2.5098,2.51074,2.51162,2.4169,2.34231,2.26585,2.14318,1.99851,1.89958,1.75095,1.58396,1.3781,1.16471,0.980567,0.852843,0.774874,0.727221,0.71297,0.738849,0.97411,1.25163,1.37535,1.49357,1.71008,2.07269,2.64529,3.55956,4.9832,7.10099,9.99506,13.646,17.6583,21.4625,24.6004]],"t_unix":1786298187.2836914,"uid":"s008_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.41546,1.126612,2.344721]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[35.120385,38.149149,43.200395],"median_spectrum_pct":[37.42,37.4205,37.4211,37.4218,37.4235,38.5315,39.1591,39.5125,39.6856,40.0723,41.3574,42.2947,42.146,41.6505,40.9205,39.8976,38.9358,38.109,37.3773,36.9728,36.4456,36.0883,35.7505,35.4696,35.3701,35.3881,35.501,35.5884,35.7208,35.8545,36.1058,36.4614,37.0293,37.5499,37.9554,38.3007],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.138218,38.165421,43.202858],[35.120385,38.149149,43.199447],[35.106273,38.135062,43.200395]],"session":8,"source":"ink","spectrum_pct":[[37.4098,37.4103,37.4109,37.4116,37.4133,38.5135,39.1412,39.5188,39.6963,40.0859,41.3732,42.305,42.146,41.6505,40.9223,39.9084,38.9496,38.1254,37.3942,36.9923,36.4665,36.1134,35.7721,35.4925,35.3992,35.4204,35.5315,35.621,35.7542,35.8866,36.1227,36.497,37.0761,37.5896,37.997,38.3502],[37.42,37.4205,37.4211,37.4218,37.4235,38.5315,39.1591,39.5095,39.6856,40.0723,41.3475,42.2762,42.1479,41.6524,40.9205,39.8976,38.9358,38.109,37.3773,36.9728,36.4456,36.0883,35.7505,35.4696,35.3701,35.3881,35.501,35.5884,35.7208,35.8545,36.1058,36.4614,37.0293,37.5389,37.9286,38.2595],[37.4259,37.4265,37.4271,37.4278,37.4295,38.5423,39.1699,39.5125,39.6624,40.0708,41.3574,42.2947,42.1395,41.6469,40.9115,39.8882,38.9234,38.0919,37.3597,36.9546,36.4257,36.0665,35.7302,35.4515,35.3505,35.3671,35.4798,35.5725,35.7065,35.8463,36.0869,36.4556,37.0155,37.5499,37.9554,38.3007]],"t_unix":1786298232.5297632,"uid":"s008_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.120385,38.149149,43.200395]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.960246,36.620861,4.685985],"median_spectrum_pct":[1.59574,1.58126,1.56464,1.54552,1.52344,1.48084,1.44268,1.40327,1.39049,1.9115,6.29711,17.709,27.3162,33.9347,37.8519,39.1164,39.2246,38.9794,38.6201,38.5374,38.4309,39.3104,40.5729,40.9002,40.8272,40.6645,40.496,40.1755,39.865,39.5355,39.2409,39.0076,38.9339,38.881,38.7271,38.6193],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.023562,36.69926,4.68997],[30.960246,36.620861,4.684373],[30.919003,36.567443,4.685985]],"session":8,"source":"ink","spectrum_pct":[[1.59574,1.58126,1.56464,1.54552,1.52344,1.4778,1.4368,1.40168,1.39756,1.92054,6.28845,17.7295,27.3556,33.9813,37.9179,39.199,39.314,39.0769,38.7195,38.6397,38.5332,39.4025,40.6458,40.9652,40.8951,40.7292,40.555,40.2443,39.9271,39.5914,39.302,39.0593,38.9914,38.9287,38.7971,38.699],[1.59998,1.58554,1.56896,1.54988,1.52785,1.48084,1.44268,1.40327,1.39049,1.8992,6.29711,17.709,27.3162,33.9347,37.8519,39.1164,39.2246,38.9794,38.6201,38.5374,38.4309,39.3104,40.5729,40.9002,40.8272,40.6645,40.496,40.1755,39.865,39.5355,39.2409,39.0076,38.9339,38.881,38.7271,38.6193],[1.59107,1.57664,1.56007,1.54101,1.51903,1.48798,1.44724,1.40616,1.38981,1.9115,6.31503,17.6955,27.288,33.8924,37.7952,39.0599,39.163,38.9179,38.5533,38.4684,38.3584,39.2481,40.5284,40.8611,40.7875,40.621,40.4482,40.1366,39.8169,39.4868,39.1846,38.9473,38.883,38.8204,38.656,38.5436]],"t_unix":1786298277.7149656,"uid":"s008_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.960246,36.620861,4.685985]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.642669,4.371599,0.989284],"median_spectrum_pct":[0.933235,0.931939,0.93045,0.928735,0.926749,0.92413,0.915684,0.89772,0.855657,0.83419,0.872682,1.02759,1.10236,1.10181,1.05115,0.968098,0.95777,1.06964,1.24782,1.50848,2.19525,6.70812,14.2219,17.5262,17.9859,17.7951,17.6243,17.6289,17.9791,18.7296,19.9548,21.6536,23.8445,26.1862,28.3159,30.016],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.662756,4.385162,0.990354],[7.628659,4.364039,0.971171],[7.642669,4.371599,0.989284]],"session":8,"source":"ink","spectrum_pct":[[0.925056,0.923741,0.92223,0.92049,0.918499,0.931719,0.922049,0.902225,0.855657,0.842679,0.872682,1.02759,1.10236,1.10181,1.05051,0.969712,0.963953,1.07675,1.25965,1.52584,2.21194,6.71747,14.2514,17.5721,18.032,17.8298,17.652,17.6533,18.0036,18.7691,19.9942,21.6932,23.8969,26.2363,28.3861,30.0982],[0.933235,0.931939,0.93045,0.928735,0.926749,0.92413,0.9138,0.89772,0.847987,0.771216,0.827856,1.00942,1.09416,1.09904,1.05302,0.967677,0.956825,1.06964,1.24782,1.50848,2.19525,6.69361,14.194,17.4969,17.9585,17.7633,17.5888,17.5938,17.9403,18.6976,19.9217,21.6147,23.8202,26.1803,28.2855,29.9745],[0.936588,0.935291,0.933801,0.932085,0.930091,0.924073,0.915684,0.897535,0.857185,0.83419,0.887663,1.0341,1.10628,1.10745,1.05115,0.968098,0.95777,1.06726,1.24217,1.50049,2.19195,6.70812,14.2219,17.5262,17.9859,17.7951,17.6243,17.6289,17.9791,18.7296,19.9548,21.6536,23.8445,26.1862,28.3159,30.016]],"t_unix":1786298322.8565514,"uid":"s008_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.642669,4.371599,0.989284]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.992523,7.690251,27.497272],"median_spectrum_pct":[24.6441,24.6515,24.6599,24.6697,24.6814,25.4136,26.1409,26.6323,26.3184,25.986,25.5447,22.7473,18.837,15.0461,11.6527,8.899,6.89726,5.51057,4.57439,3.97989,3.59279,3.41538,3.36859,3.41263,3.58255,3.90522,4.42059,5.17443,6.25898,7.75563,9.88183,12.7272,16.2589,20.1219,23.8067,26.9186],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.975093,7.672559,27.451955],[7.992523,7.690251,27.497272],[8.004963,7.704738,27.540362]],"session":8,"source":"ink","spectrum_pct":[[24.5744,24.5818,24.5902,24.5999,24.6116,25.3488,26.0743,26.5748,26.288,25.9542,25.5447,22.7284,18.7934,15.0039,11.626,8.87431,6.87571,5.49294,4.56012,3.96835,3.58152,3.40591,3.36081,3.40472,3.57366,3.89398,4.40944,5.1581,6.2434,7.74373,9.87725,12.7175,16.2489,20.1219,23.8067,26.9416],[24.6441,24.6515,24.6599,24.6697,24.6814,25.4136,26.1409,26.6323,26.3184,25.986,25.5002,22.7473,18.837,15.0461,11.6527,8.899,6.89726,5.51057,4.57439,3.97989,3.59279,3.41538,3.36859,3.41263,3.58255,3.90522,4.42059,5.17443,6.25898,7.75563,9.88183,12.7272,16.2594,20.1369,23.8272,26.9186],[24.6683,24.6756,24.6841,24.6938,24.7056,25.4525,26.1808,26.6671,26.3411,26.0521,25.5701,22.7763,18.8752,15.074,11.6744,8.91619,6.91182,5.52372,4.58365,3.98701,3.60028,3.42151,3.37241,3.41702,3.58498,3.90797,4.42731,5.18807,6.27064,7.76983,9.89634,12.74,16.2589,20.1195,23.7792,26.9149]],"t_unix":1786298368.0422137,"uid":"s008_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.992523,7.690251,27.497272]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.214874,7.975158,6.386878],"median_spectrum_pct":[4.51516,4.51375,4.51213,4.51027,4.50782,4.36532,4.30574,4.31278,4.17163,4.58851,9.10342,16.0175,17.4454,15.8246,13.2031,10.5889,8.52594,7.03794,5.99546,5.32333,4.87432,4.69057,4.64724,4.66981,4.81971,5.12401,5.63065,6.36092,7.43449,8.93692,11.0217,13.7912,17.1872,20.8643,24.3547,27.3013],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.204032,7.961441,6.372447],[5.214874,7.975158,6.386878],[5.221782,7.986255,6.393631]],"session":8,"source":"ink","spectrum_pct":[[4.50676,4.50536,4.50374,4.50189,4.49944,4.35127,4.2921,4.29912,4.167,4.58076,9.11425,15.9996,17.4234,15.7992,13.1824,10.5745,8.50901,7.02084,5.98566,5.3133,4.86331,4.6798,4.63793,4.66248,4.80847,5.11276,5.62024,6.35138,7.41799,8.92709,11.0089,13.776,17.1709,20.8409,24.3547,27.2788],[4.51516,4.51375,4.51213,4.51027,4.50782,4.36532,4.30574,4.31278,4.17163,4.62574,9.08836,16.0175,17.4454,15.8246,13.2031,10.5889,8.52594,7.03794,5.99546,5.32333,4.87432,4.69057,4.64724,4.66981,4.81971,5.12401,5.63065,6.36092,7.43449,8.93692,11.0217,13.7912,17.1872,20.8643,24.351,27.3013],[4.51846,4.51705,4.51543,4.51356,4.51111,4.37119,4.31148,4.32104,4.191,4.58851,9.10342,16.0739,17.4563,15.8396,13.2226,10.6051,8.53539,7.04744,6.00772,5.333,4.88152,4.6961,4.65281,4.67642,4.82572,5.13099,5.63907,6.37188,7.43611,8.93895,11.0329,13.806,17.2084,20.8913,24.3884,27.3076]],"t_unix":1786298413.192275,"uid":"s008_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.214874,7.975158,6.386878]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.32257291666666665,"white":0.6774270833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (179, 128, 95) atkinson_oklab_hue_aware","median_raw":[23.521519,23.718028,24.38886],"median_spectrum_pct":[21.2804,21.28,21.2796,21.2791,21.2787,21.7537,22.0105,22.1603,22.1736,22.3828,23.6225,24.6146,24.6516,24.317,23.808,23.1453,22.521,22.0057,21.5993,21.4604,21.5578,23.8016,27.2059,28.513,28.7662,28.8545,29.0441,29.2768,29.6792,30.2465,31.0248,32.013,33.2118,34.4041,35.3857,36.1221],"phase":"skin","raster_sha1":"608be47dafed7dec","raw":[[23.526587,23.723611,24.38886],[23.517568,23.712504,24.378792],[23.521519,23.718028,24.400605]],"rgb":[179,128,95],"session":8,"source":"pipeline","spectrum_pct":[[21.2804,21.28,21.2796,21.2791,21.2787,21.7465,22.0024,22.1603,22.1855,22.3849,23.6225,24.6146,24.6516,24.317,23.8103,23.1453,22.5262,22.0141,21.6073,21.4709,21.5725,23.8106,27.2126,28.5218,28.7724,28.8629,29.0455,29.2802,29.6882,30.2545,31.0248,31.9993,33.2118,34.4041,35.3899,36.1123],[21.2687,21.2683,21.2678,21.2673,21.267,21.7537,22.0105,22.1519,22.1726,22.3671,23.59,24.5915,24.6338,24.3097,23.7993,23.1362,22.5179,22.0032,21.5972,21.4582,21.5556,23.8016,27.2059,28.513,28.7638,28.8527,29.0379,29.2739,29.677,30.2367,31.0126,32.015,33.2086,34.3972,35.3857,36.1221],[21.2966,21.2962,21.2958,21.2953,21.2949,21.7774,22.0324,22.1687,22.1736,22.3828,23.6389,24.636,24.652,24.3225,23.808,23.1472,22.521,22.0057,21.5993,21.4604,21.5578,23.7969,27.1999,28.5112,28.7662,28.8545,29.0441,29.2768,29.6792,30.2465,31.031,32.013,33.2274,34.4072,35.3837,36.1424]],"t_unix":1786298460.615569,"uid":"p00337","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.521519,23.718028,24.38886]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7366848958333333,"blue":0.0,"green":0.047638020833333336,"red":0.200671875,"white":0.015005208333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (66, 52, 48) atkinson_hue_aware","median_raw":[2.442293,1.896279,2.622015],"median_spectrum_pct":[2.67354,2.67399,2.67452,2.67512,2.67567,2.6162,2.56042,2.5033,2.38404,2.24961,2.21673,2.15955,2.00767,1.81503,1.62082,1.43141,1.30529,1.24223,1.20788,1.22121,1.32649,2.033,3.01546,3.39251,3.52587,3.70752,4.03652,4.58802,5.47491,6.86572,8.91366,11.705,15.1838,18.9843,22.5486,25.5212],"phase":"skin","raster_sha1":"0c602f76de69c2f8","raw":[[2.430566,1.885624,2.586218],[2.442293,1.896279,2.622015],[2.445176,1.897474,2.634132]],"rgb":[66,52,48],"session":8,"source":"pipeline","spectrum_pct":[[2.6256,2.62602,2.62651,2.62707,2.62762,2.59948,2.54668,2.48851,2.36312,2.17365,2.13472,2.12011,1.98566,1.80747,1.61431,1.42246,1.29749,1.23711,1.20296,1.21649,1.3221,2.02604,3.00784,3.38183,3.5171,3.69663,4.02647,4.57996,5.46426,6.85124,8.91366,11.705,15.1838,18.9843,22.5486,25.5212],[2.67354,2.67399,2.67452,2.67512,2.67567,2.6162,2.56042,2.5033,2.38404,2.24961,2.21673,2.15955,2.00767,1.81503,1.62408,1.43262,1.30566,1.24223,1.20815,1.22172,1.32739,2.033,3.01546,3.39251,3.52587,3.70752,4.04007,4.59169,5.47625,6.86717,8.91618,11.7101,15.1882,18.9904,22.5609,25.5566],[2.6784,2.67885,2.67938,2.67998,2.68054,2.62672,2.56781,2.51063,2.39351,2.28123,2.2317,2.16047,2.01329,1.81976,1.62082,1.43141,1.30529,1.24238,1.20788,1.22121,1.32649,2.03458,3.01821,3.39676,3.53217,3.71094,4.03652,4.58802,5.47491,6.86572,8.90009,11.6977,15.183,18.984,22.5459,25.5173]],"t_unix":1786298509.289872,"uid":"p00246","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.442293,1.896279,2.622015]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3875416666666667,"white":0.5981119791666667,"yellow":0.014346354166666667},"ink_index":null,"is_control":false,"label":"skin (215, 142, 127) atkinson_hue_aware","median_raw":[21.80009,21.587878,20.985856],"median_spectrum_pct":[18.283,18.2821,18.2812,18.2801,18.2791,18.7266,18.9496,19.0023,18.9697,19.1455,20.3377,21.5242,21.748,21.5649,21.1699,20.6185,20.093,19.6788,19.3564,19.2792,19.472,22.0896,26.1237,27.7174,28.012,28.0825,28.2293,28.4315,28.8324,29.4056,30.2118,31.259,32.5414,33.7798,34.8691,35.6326],"phase":"skin","raster_sha1":"1d84f6dca8033742","raw":[[21.807778,21.597376,20.999057],[21.80009,21.587878,20.985856],[21.688835,21.478037,20.91563]],"rgb":[215,142,127],"session":8,"source":"pipeline","spectrum_pct":[[18.302,18.3011,18.3002,18.2991,18.2981,18.7266,18.9496,19.0099,18.9772,19.1455,20.3416,21.575,21.7719,21.5718,21.1784,20.6241,20.0976,19.6826,19.3622,19.2903,19.4824,22.0986,26.1308,27.7276,28.0218,28.0893,28.2316,28.437,28.8364,29.4123,30.2239,31.259,32.5556,33.819,34.8735,35.6326],[18.283,18.2821,18.2812,18.2801,18.2791,18.7362,18.9557,19.0023,18.9697,19.1236,20.2908,21.5242,21.748,21.5649,21.1699,20.6185,20.093,19.6788,19.3564,19.2792,19.472,22.0896,26.1237,27.7174,28.012,28.0825,28.2293,28.4315,28.8324,29.4056,30.2118,31.2608,32.5414,33.7798,34.8691,35.6583],[18.2022,18.2014,18.2004,18.1994,18.1983,18.5632,18.7778,18.9301,18.968,19.154,20.3377,21.5069,21.6583,21.4528,21.0565,20.5025,19.9846,19.5689,19.2481,19.1729,19.3626,21.9665,25.9809,27.5735,27.8666,27.9385,28.0851,28.2902,28.6988,29.2788,30.0916,31.1366,32.4363,33.6709,34.7683,35.5289]],"t_unix":1786298556.6673808,"uid":"p00390","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.80009,21.587878,20.985856]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.50875,"white":0.49125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (191, 114, 111) fs_cam16ucs_hue_aware","median_raw":[17.698807,16.446787,14.285315],"median_spectrum_pct":[12.4928,12.4917,12.4903,12.4887,12.4869,12.6403,12.7483,12.8193,12.7897,12.9229,14.101,15.3145,15.4682,15.3146,15.0213,14.6141,14.2332,13.9331,13.7107,13.7232,14.1422,17.6991,23.1136,25.3339,25.7909,25.9097,26.0857,26.3357,26.8245,27.5439,28.5191,29.7564,31.2688,32.7487,33.9973,34.9245],"phase":"skin","raster_sha1":"29a94f81b3556492","raw":[[17.700793,16.451597,14.297579],[17.697729,16.446787,14.285315],[17.698807,16.445189,14.282734]],"rgb":[191,114,111],"session":8,"source":"pipeline","spectrum_pct":[[12.491,12.4898,12.4884,12.4869,12.485,12.632,12.7406,12.8282,12.8137,12.9573,14.1184,15.3145,15.4764,15.3167,15.0296,14.6221,14.2392,13.9384,13.7179,13.7262,14.1464,17.6991,23.1109,25.3338,25.7895,25.9067,26.0858,26.3357,26.8245,27.5376,28.5191,29.7704,31.2758,32.7487,34.022,34.9294],[12.4928,12.4917,12.4903,12.4887,12.4869,12.6404,12.7483,12.8193,12.7892,12.9109,14.101,15.3166,15.4667,15.3146,15.0213,14.6137,14.2332,13.9331,13.7107,13.7232,14.1422,17.6976,23.1136,25.3339,25.7909,25.9097,26.0839,26.3323,26.8292,27.5458,28.5139,29.7554,31.2628,32.7383,33.9966,34.9057],[12.5024,12.5012,12.4998,12.4983,12.4965,12.6403,12.7519,12.8185,12.7897,12.9229,14.0604,15.2753,15.4682,15.3128,15.0194,14.6141,14.2303,13.9317,13.7095,13.7205,14.1414,17.6994,23.1143,25.337,25.7971,25.9194,26.0857,26.3378,26.824,27.5439,28.5312,29.7564,31.2688,32.7533,33.9973,34.9245]],"t_unix":1786298603.9094052,"uid":"p00488","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.698807,16.446787,14.285315]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5687369791666667,"white":0.43126302083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (172, 104, 96) fs_cam16ucs_hue_aware","median_raw":[16.256145,14.777591,13.024549],"median_spectrum_pct":[11.457,11.4561,11.455,11.4537,11.4523,11.6045,11.6944,11.7522,11.7186,11.8346,12.6669,13.5867,13.6768,13.5004,13.199,12.8056,12.4586,12.2123,12.0585,12.1038,12.5263,16.0616,21.5634,23.8344,24.2541,24.3063,24.4139,24.6493,25.1309,25.8663,26.931,28.2877,29.9306,31.5837,33.0129,34.0601],"phase":"skin","raster_sha1":"203d36d61e28f8fd","raw":[[16.255279,14.777591,13.019031],[16.256145,14.775432,13.029423],[16.259757,14.778021,13.024549]],"rgb":[172,104,96],"session":8,"source":"pipeline","spectrum_pct":[[11.457,11.4561,11.455,11.4537,11.4523,11.5978,11.691,11.7489,11.7142,11.8302,12.6669,13.5974,13.6903,13.5007,13.1992,12.8056,12.459,12.2152,12.0617,12.1038,12.5265,16.0616,21.5607,23.8324,24.2505,24.3062,24.4139,24.6493,25.1309,25.8663,26.931,28.2925,29.9256,31.5837,33.0166,34.0601],[11.4551,11.4542,11.4531,11.4518,11.4504,11.6045,11.6944,11.7522,11.7283,11.8653,12.6935,13.5799,13.6727,13.5004,13.1967,12.8025,12.4567,12.2093,12.0562,12.1,12.5254,16.0615,21.5634,23.8344,24.2541,24.3063,24.4103,24.6417,25.1257,25.8548,26.91,28.2877,29.9306,31.5709,32.9816,34.0469],[11.471,11.47,11.4689,11.4677,11.4662,11.6142,11.7023,11.756,11.7186,11.8346,12.6515,13.5867,13.6768,13.4969,13.199,12.8082,12.4586,12.2123,12.0585,12.1041,12.5263,16.0659,21.5715,23.8406,24.2591,24.3121,24.4192,24.6536,25.1401,25.8767,26.9367,28.2827,29.9361,31.5866,33.0129,34.0733]],"t_unix":1786298650.8100536,"uid":"p00473","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.256145,14.777591,13.024549]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (222, 206, 204) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[222,206,204],"session":8,"source":"pipeline","t_unix":1786298698.2002058,"uid":"p00504","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (215, 190, 172) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[215,190,172],"session":8,"source":"pipeline","t_unix":1786298700.4053288,"uid":"p00394","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1106953125,"white":0.8893046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (204, 178, 168) atkinson_hue_aware","median_raw":[30.626831,32.598002,36.098689],"median_spectrum_pct":[31.3495,31.3498,31.3501,31.3504,31.3514,32.2079,32.7028,32.9835,33.0713,33.3482,34.6339,35.6539,35.5549,35.0921,34.4279,33.5167,32.6546,31.9207,31.2818,30.9551,30.6703,31.3184,32.3677,32.6598,32.6937,32.745,32.894,33.0594,33.3073,33.6226,34.0904,34.7259,35.5353,36.3234,36.9968,37.4417],"phase":"skin","raster_sha1":"402703c0b574e984","raw":[[30.641682,32.605145,36.109115],[30.626831,32.598002,36.097825],[30.606368,32.580262,36.098689]],"rgb":[204,178,168],"session":8,"source":"pipeline","spectrum_pct":[[31.3303,31.3305,31.3308,31.3311,31.332,32.186,32.6767,32.9835,33.0997,33.3999,34.6874,35.6539,35.5431,35.0805,34.4226,33.5167,32.6546,31.9207,31.2869,30.963,30.6755,31.3382,32.3977,32.6905,32.7216,32.7779,32.9204,33.0838,33.331,33.6478,34.1182,34.7533,35.5626,36.3416,36.9992,37.457],[31.3495,31.3498,31.3501,31.3504,31.3514,32.2079,32.7028,32.9841,33.0713,33.3482,34.6036,35.6376,35.5549,35.0965,34.4355,33.5222,32.6601,31.9215,31.2818,30.9551,30.6703,31.3184,32.3677,32.6598,32.6937,32.745,32.894,33.0594,33.3073,33.6226,34.0904,34.7259,35.5353,36.3223,36.9746,37.4107],[31.3548,31.355,31.3553,31.3556,31.3566,32.2188,32.7083,32.98,33.0602,33.3244,34.6339,35.6778,35.5563,35.0921,34.4279,33.5129,32.6465,31.9003,31.2534,30.9292,30.6433,31.2951,32.3387,32.6316,32.6605,32.7149,32.8638,33.0289,33.2759,33.6045,34.0701,34.6859,35.5099,36.3234,36.9968,37.4417]],"t_unix":1786298702.6183336,"uid":"p00369","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.626831,32.598002,36.098689]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":8,"source":"bayer","t_unix":1786298747.7914417,"uid":"p01311","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":8,"source":"bayer","t_unix":1786298747.7935913,"uid":"p01312","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":8,"source":"bayer","t_unix":1786298747.7958922,"uid":"p01313","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.28488020833333333,"white":0.6719739583333333,"yellow":0.043145833333333335},"ink_index":null,"is_control":false,"label":"skin (185, 154, 134) atkinson_hue_aware","median_raw":[24.4577,25.126903,24.456635],"median_spectrum_pct":[21.1729,21.1718,21.1706,21.1692,21.1679,21.6834,21.9525,22.0631,22.0706,22.3195,23.7649,25.5082,25.9816,25.8689,25.4937,24.8622,24.2367,23.7038,23.2576,23.0923,23.1412,25.1633,28.2239,29.3836,29.6003,29.6796,29.8396,30.0346,30.3894,30.8965,31.5933,32.5073,33.6236,34.7113,35.597,36.2664],"phase":"skin","raster_sha1":"aac4c1bc9bd4e5a0","raw":[[24.461506,25.130003,24.447923],[24.4577,25.125676,24.456635],[24.452481,25.126903,24.471632]],"rgb":[185,154,134],"session":8,"source":"pipeline","spectrum_pct":[[21.1581,21.1571,21.1558,21.1544,21.1531,21.6595,21.9356,22.0545,22.0608,22.3195,23.7623,25.4939,25.9785,25.8689,25.4928,24.8622,24.2353,23.7052,23.267,23.1022,23.1542,25.168,28.23,29.3948,29.6118,29.6874,29.8428,30.0346,30.3917,30.8965,31.5897,32.503,33.6179,34.7032,35.597,36.2191],[21.1729,21.1718,21.1706,21.1692,21.1679,21.6834,21.9525,22.0631,22.0748,22.2951,23.7649,25.5082,25.9816,25.8687,25.4937,24.8598,24.2367,23.702,23.2576,23.0923,23.1412,25.1633,28.2239,29.3836,29.6003,29.6796,29.8396,30.0376,30.3894,30.8985,31.6006,32.5161,33.6275,34.7113,35.615,36.2664],[21.1861,21.1851,21.1839,21.1825,21.1812,21.7002,21.9704,22.0739,22.0706,22.3222,23.7911,25.521,25.9905,25.8877,25.5123,24.8742,24.2456,23.7038,23.2566,23.0884,23.1381,25.1532,28.2019,29.3653,29.5861,29.6588,29.8216,30.0199,30.3798,30.8848,31.5933,32.5073,33.6236,34.7169,35.5952,36.2695]],"t_unix":1786298750.0101948,"uid":"p00345","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.4577,25.126903,24.456635]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (246, 183, 177) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[246,183,177],"session":8,"source":"pipeline","t_unix":1786298797.4664824,"uid":"p00532","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.15665364583333333,"white":0.8103098958333333,"yellow":0.03303645833333333},"ink_index":null,"is_control":false,"label":"skin (201, 173, 157) atkinson_hue_aware","median_raw":[28.817285,30.551754,31.672919],"median_spectrum_pct":[27.4415,27.4409,27.4402,27.4394,27.439,28.2007,28.593,28.7218,28.724,29.0323,30.5594,32.3341,32.6957,32.5013,31.9896,31.1821,30.3952,29.7266,29.147,28.8693,28.6757,29.7347,31.3874,31.9438,32.0421,32.1116,32.2734,32.4339,32.6969,33.0754,33.5866,34.2605,35.1482,35.9925,36.6847,37.2129],"phase":"skin","raster_sha1":"8ca4bed7ed9f4f52","raw":[[28.825561,30.554161,31.672711],[28.817285,30.551754,31.672919],[28.793377,30.531336,31.685464]],"rgb":[201,173,157],"session":8,"source":"pipeline","spectrum_pct":[[27.4308,27.4302,27.4295,27.4287,27.4283,28.1718,28.5654,28.7169,28.7375,29.0323,30.5594,32.3355,32.6904,32.4868,31.9822,31.1772,30.3952,29.7266,29.1519,28.8741,28.6829,29.7514,31.4091,31.9621,32.0564,32.133,32.287,32.4524,32.7213,33.0949,33.6033,34.2938,35.1574,35.9925,36.6847,37.1681],[27.4415,27.4409,27.4402,27.4394,27.439,28.2007,28.593,28.7307,28.724,28.9835,30.5427,32.311,32.6957,32.5013,31.9993,31.1913,30.404,29.7316,29.147,28.8693,28.6757,29.7347,31.3874,31.9438,32.0421,32.1116,32.2734,32.4339,32.6969,33.0754,33.5866,34.2605,35.1482,35.9855,36.6738,37.2129],[27.4539,27.4533,27.4527,27.4519,27.4516,28.2082,28.5996,28.7218,28.7149,29.035,30.5918,32.3341,32.7078,32.5033,31.9896,31.1821,30.3859,29.7068,29.1188,28.8346,28.6455,29.7061,31.3489,31.8997,32.0,32.0721,32.2351,32.3999,32.6747,33.0452,33.5687,34.2549,35.1456,36.0075,36.6865,37.2511]],"t_unix":1786298799.6812937,"uid":"p00492","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.817285,30.551754,31.672919]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1008359375,"white":0.8951145833333334,"yellow":0.0040494791666666665},"ink_index":null,"is_control":false,"label":"skin (204, 182, 173) fs_cam16ucs_hue_aware","median_raw":[30.954772,33.009252,36.624014],"median_spectrum_pct":[31.7715,31.7718,31.7721,31.7725,31.7734,32.5749,33.0698,33.4413,33.6248,33.9484,35.2195,36.1471,36.0567,35.5885,34.9038,33.9737,33.1109,32.3765,31.7434,31.4105,31.0925,31.6463,32.5956,32.8595,32.8977,32.9517,33.1004,33.2592,33.5003,33.8073,34.2501,34.8393,35.6307,36.3892,37.0095,37.4271],"phase":"skin","raster_sha1":"833cc7c80c066ff3","raw":[[30.969641,33.017681,36.624014],[30.954772,33.009252,36.624752],[30.935698,32.991552,36.621054]],"rgb":[204,182,173],"session":8,"source":"pipeline","spectrum_pct":[[31.7715,31.7718,31.7721,31.7725,31.7734,32.5569,33.0527,33.4413,33.635,33.9695,35.2195,36.1721,36.0544,35.5795,34.9005,33.9737,33.1109,32.381,31.7518,31.4206,31.109,31.6696,32.6241,32.8898,32.9222,32.9821,33.1287,33.2865,33.5289,33.83,34.2782,34.8797,35.639,36.4049,37.0238,37.4531],[31.7705,31.7707,31.7711,31.7714,31.7724,32.5749,33.0698,33.4435,33.6248,33.9484,35.2329,36.1457,36.0567,35.5885,34.9114,33.9824,33.1118,32.3765,31.7434,31.4105,31.0925,31.6463,32.5956,32.8595,32.8977,32.9517,33.1004,33.2592,33.5003,33.8073,34.2501,34.8393,35.6307,36.3892,37.0095,37.4203],[31.7779,31.7782,31.7785,31.7789,31.7799,32.5828,33.0755,33.4378,33.6126,33.9372,35.2162,36.1471,36.0679,35.5898,34.9038,33.9723,33.0938,32.3545,31.7171,31.3846,31.0704,31.627,32.5704,32.8341,32.87,32.9248,33.0738,33.2264,33.4671,33.7773,34.2268,34.8327,35.6252,36.3648,36.9961,37.4271]],"t_unix":1786298846.5230508,"uid":"p00374","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.954772,33.009252,36.624014]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.03666666666666667,"white":0.9633333333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (230, 155, 147) atkinson_oklab_hue_aware","median_raw":[33.443753,36.116356,40.773801],"median_spectrum_pct":[35.325,35.3255,35.3261,35.3268,35.3282,36.2849,36.8667,37.2788,37.4988,37.8454,39.1252,40.0153,39.8573,39.3434,38.6049,37.6046,36.6609,35.8579,35.1461,34.7606,34.2993,34.267,34.3823,34.291,34.2418,34.2762,34.4139,34.5374,34.7247,34.9509,35.286,35.7507,36.3958,37.0325,37.5355,37.9037],"phase":"skin","raster_sha1":"87e25853ed967df7","raw":[[33.460282,36.129963,40.775237],[33.443753,36.116356,40.773801],[33.42747,36.102636,40.75999]],"rgb":[230,155,147],"session":8,"source":"pipeline","spectrum_pct":[[35.329,35.3295,35.33,35.3307,35.3321,36.2692,36.8537,37.2788,37.5008,37.863,39.1382,40.0437,39.8659,39.3408,38.6047,37.6046,36.6655,35.8691,35.1637,34.7791,34.3187,34.2886,34.4092,34.3193,34.2714,34.3048,34.4372,34.5605,34.7516,34.9722,35.3099,35.7852,36.4187,37.0325,37.5355,37.8939],[35.325,35.3255,35.3261,35.3268,35.3282,36.2849,36.8667,37.281,37.4988,37.8454,39.1252,40.0153,39.8573,39.345,38.6049,37.605,36.6609,35.8579,35.1461,34.7606,34.2993,34.267,34.3823,34.291,34.2418,34.2762,34.4139,34.5374,34.7247,34.9509,35.286,35.7507,36.3958,37.0456,37.5509,37.9564],[35.322,35.3225,35.3231,35.3237,35.3252,36.2989,36.8801,37.275,37.4666,37.7962,39.1016,39.9925,39.8523,39.3434,38.605,37.6012,36.6483,35.8441,35.1355,34.7424,34.2813,34.2491,34.3617,34.2729,34.2194,34.252,34.3854,34.5106,34.7,34.9227,35.2516,35.7369,36.3887,37.0258,37.5339,37.9037]],"t_unix":1786298893.9102232,"uid":"p00409","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.443753,36.116356,40.773801]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (247, 221, 203) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[247,221,203],"session":8,"source":"pipeline","t_unix":1786298941.2790267,"uid":"p00535","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.16616927083333333,"white":0.8210234375,"yellow":0.012807291666666666},"ink_index":null,"is_control":false,"label":"skin (222, 171, 138) fs_cam16ucs_hue_aware","median_raw":[28.708061,30.396732,31.737411],"median_spectrum_pct":[27.5363,27.5359,27.5354,27.5347,27.5344,28.1877,28.5662,28.777,28.8429,29.1614,30.6501,32.3185,32.6087,32.3647,31.8306,31.0112,30.2146,29.5307,28.9439,28.6632,28.4758,29.5601,31.2494,31.8238,31.9223,31.9921,32.155,32.3361,32.6191,32.9962,33.5308,34.2276,35.0941,35.9358,36.6317,37.1604],"phase":"skin","raster_sha1":"0911ee5c37658901","raw":[[28.714915,30.398609,31.712495],[28.708061,30.396732,31.737411],[28.684222,30.377705,31.739378]],"rgb":[222,171,138],"session":8,"source":"pipeline","spectrum_pct":[[27.5214,27.521,27.5204,27.5198,27.5195,28.1661,28.5486,28.7679,28.8401,29.1053,30.627,32.2958,32.599,32.3508,31.8187,31.0061,30.2146,29.5329,28.9501,28.6722,28.485,29.5754,31.2717,31.8422,31.9428,32.0163,32.1789,32.3592,32.6441,33.0174,33.5395,34.2341,35.1035,35.9372,36.6665,37.1604],[27.5363,27.5359,27.5354,27.5347,27.5344,28.1877,28.5662,28.7807,28.8595,29.1614,30.6501,32.3245,32.6087,32.3693,31.8306,31.0171,30.2186,29.5307,28.9439,28.6632,28.4758,29.5601,31.2494,31.8238,31.9223,31.9921,32.155,32.3361,32.6191,32.9962,33.5308,34.2276,35.0941,35.9358,36.6317,37.1633],[27.5396,27.5392,27.5387,27.5381,27.5378,28.1988,28.5753,28.777,28.8429,29.1729,30.6655,32.3185,32.6119,32.3647,31.8306,31.0112,30.2079,29.512,28.9207,28.6362,28.4475,29.5313,31.2119,31.7854,31.8821,31.9505,32.1134,32.2961,32.5793,32.9558,33.4897,34.1794,35.0738,35.9261,36.6133,37.1433]],"t_unix":1786298942.938267,"uid":"p00401","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.708061,30.396732,31.737411]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.4552395833333333,"blue":0.0,"green":0.0,"red":0.43904947916666665,"white":0.1057109375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (93, 60, 50) atkinson_hue_aware","median_raw":[5.841364,4.61394,4.368854],"median_spectrum_pct":[4.09895,4.09891,4.09886,4.09881,4.0987,4.12103,4.10894,4.06854,3.97476,3.85016,3.96553,4.0489,3.97426,3.80104,3.58193,3.34813,3.18573,3.11136,3.09651,3.1659,3.43455,5.37452,8.33426,9.50858,9.72334,9.82042,10.0513,10.4881,11.2631,12.4763,14.2761,16.6825,19.6695,22.8344,25.753,28.0935],"phase":"skin","raster_sha1":"4886fb535ce808df","raw":[[5.837766,4.612464,4.368143],[5.841364,4.61394,4.368854],[5.847912,4.621108,4.385287]],"rgb":[93,60,50],"session":8,"source":"pipeline","spectrum_pct":[[4.09771,4.09768,4.09763,4.09758,4.09747,4.11551,4.10507,4.06689,3.97323,3.84557,3.96553,4.0489,3.97426,3.80104,3.57999,3.34386,3.18505,3.11056,3.09526,3.1659,3.43455,5.36835,8.32624,9.49654,9.718,9.81555,10.0416,10.4783,11.2631,12.4763,14.2773,16.6786,19.6711,22.8404,25.753,28.0935],[4.09895,4.09891,4.09886,4.09881,4.0987,4.12103,4.10894,4.06854,3.97476,3.85016,3.94881,4.04635,3.96204,3.79829,3.58193,3.34813,3.18573,3.11136,3.09651,3.16457,3.43208,5.37452,8.33426,9.50858,9.72334,9.82042,10.0513,10.4881,11.2613,12.474,14.2662,16.6825,19.6695,22.8273,25.7458,28.0854],[4.11736,4.11734,4.1173,4.11726,4.11715,4.13007,4.1163,4.07955,3.98148,3.86393,4.00254,4.07743,3.98722,3.81129,3.58921,3.35201,3.19015,3.11497,3.09962,3.16652,3.43651,5.37628,8.33995,9.51686,9.73421,9.82701,10.0562,10.4925,11.2773,12.486,14.2761,16.6972,19.6682,22.8344,25.7634,28.099]],"t_unix":1786298990.3792174,"uid":"p00267","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.841364,4.61394,4.368854]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0005338541666666666,"blue":0.0,"green":0.0,"red":0.5802708333333333,"white":0.4191953125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (144, 102, 65) fs_cam16ucs_hue_aware","median_raw":[16.283928,14.755898,12.723453],"median_spectrum_pct":[11.1608,11.1597,11.1584,11.1569,11.1554,11.3668,11.4624,11.4764,11.4229,11.4675,12.3793,13.3452,13.5149,13.378,13.1074,12.7322,12.3956,12.1574,12.0021,12.0518,12.4889,16.0957,21.7391,24.0891,24.5255,24.585,24.6836,24.8989,25.3672,26.0869,27.1353,28.4622,30.0645,31.6784,33.0559,34.0702],"phase":"skin","raster_sha1":"04061e0cabef2718","raw":[[16.282783,14.755898,12.723453],[16.283928,14.754321,12.721393],[16.289404,14.757141,12.727871]],"rgb":[144,102,65],"session":8,"source":"pipeline","spectrum_pct":[[11.1608,11.1597,11.1584,11.1569,11.1554,11.3639,11.456,11.4721,11.4229,11.4726,12.383,13.3509,13.5149,13.3805,13.1074,12.7343,12.3953,12.1579,12.0069,12.057,12.4915,16.0914,21.7324,24.0816,24.5238,24.5814,24.6779,24.8958,25.3658,26.0854,27.1332,28.4622,30.0694,31.6859,33.0773,34.0658],[11.1597,11.1586,11.1573,11.1559,11.1543,11.3668,11.4624,11.4764,11.4178,11.4675,12.3689,13.3318,13.5018,13.3757,13.1091,12.7322,12.3956,12.1551,12.0021,12.0518,12.4889,16.0957,21.7391,24.0891,24.5255,24.585,24.6836,24.8989,25.3672,26.0869,27.1353,28.4622,30.051,31.6526,33.0506,34.0702],[11.1708,11.1697,11.1685,11.167,11.1655,11.3761,11.471,11.4794,11.4273,11.4578,12.3793,13.3452,13.5193,13.378,13.1044,12.731,12.3957,12.1574,12.0009,12.0483,12.4884,16.1014,21.7487,24.0996,24.5362,24.5973,24.695,24.9107,25.3834,26.1109,27.1402,28.4684,30.0645,31.6784,33.0559,34.1032]],"t_unix":1786299037.305087,"uid":"p00311","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.283928,14.755898,12.723453]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.20462760416666667,"blue":0.0639609375,"green":0.32088541666666665,"red":0.40906770833333334,"white":0.000984375,"yellow":0.00047395833333333334},"ink_index":null,"is_control":false,"label":"skin (66, 52, 48) fs_cam16ucs_hue_aware","median_raw":[6.031315,5.894233,4.33761],"median_spectrum_pct":[3.53814,3.53726,3.53625,3.53508,3.53364,3.52463,3.51137,3.49213,3.37049,3.42687,5.01859,7.41736,7.93077,7.45251,6.63085,5.72584,4.96338,4.40323,4.02691,3.84471,3.95617,5.63796,8.1306,9.11362,9.3752,9.60326,9.99096,10.5965,11.5467,12.9308,14.8533,17.3718,20.334,23.4887,26.3718,28.6918],"phase":"skin","raster_sha1":"4d7aae4575e62bd6","raw":[[6.04747,5.908789,4.33761],[6.021055,5.883796,4.322022],[6.031315,5.894233,4.346168]],"rgb":[66,52,48],"session":8,"source":"pipeline","spectrum_pct":[[3.5381,3.5372,3.53617,3.53498,3.53355,3.53769,3.52422,3.49213,3.36956,3.42687,5.01859,7.41193,7.93401,7.46887,6.64455,5.73883,4.97741,4.41581,4.0391,3.85668,3.96779,5.65554,8.1658,9.14587,9.40272,9.63106,10.018,10.6265,11.5878,12.9817,14.9131,17.4275,20.4253,23.5595,26.4187,28.7805],[3.53814,3.53726,3.53625,3.53508,3.53364,3.51518,3.50353,3.48944,3.37049,3.3923,4.98691,7.41736,7.90928,7.43546,6.61522,5.71436,4.95708,4.39829,4.02058,3.84,3.95174,5.62981,8.12316,9.10057,9.3643,9.59107,9.97582,10.5865,11.5362,12.9239,14.8464,17.3538,20.3325,23.4887,26.3602,28.6584],[3.55225,3.55138,3.55037,3.54921,3.54777,3.52463,3.51137,3.50304,3.37637,3.46955,5.03592,7.42716,7.93077,7.45251,6.63085,5.72584,4.96338,4.40323,4.02691,3.84471,3.95617,5.63796,8.1306,9.11362,9.3752,9.60326,9.99096,10.5965,11.5467,12.9308,14.8533,17.3718,20.334,23.4856,26.3718,28.6918]],"t_unix":1786299084.2072535,"uid":"p00248","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.031315,5.894233,4.33761]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5919296875,"blue":0.0,"green":0.0,"red":0.2796640625,"white":0.106734375,"yellow":0.021671875},"ink_index":null,"is_control":false,"label":"skin (90, 61, 38) atkinson_hue_aware","median_raw":[5.348724,4.676784,4.524831],"median_spectrum_pct":[4.25462,4.25462,4.25463,4.25464,4.25455,4.24965,4.22577,4.17244,4.03752,3.89372,4.11519,4.47512,4.52423,4.39008,4.18363,3.94209,3.75255,3.64651,3.59183,3.61455,3.78342,5.08764,6.9946,7.72471,7.88806,8.03535,8.33209,8.83531,9.6568,10.9445,12.8068,15.3212,18.4257,21.7398,24.8053,27.3304],"phase":"skin","raster_sha1":"35bbb80b54b723e3","raw":[[5.348192,4.676784,4.517825],[5.349529,4.676996,4.524831],[5.348724,4.67665,4.528]],"rgb":[90,61,38],"session":8,"source":"pipeline","spectrum_pct":[[4.25462,4.25462,4.25463,4.25464,4.25455,4.24329,4.21644,4.16818,4.03963,3.8842,4.08322,4.48217,4.52353,4.39001,4.18363,3.9419,3.75217,3.64665,3.59426,3.61738,3.78373,5.08773,6.9946,7.71818,7.88752,8.03536,8.33209,8.83531,9.66224,10.9467,12.8276,15.3398,18.4478,21.7765,24.8575,27.3665],[4.26512,4.26514,4.26515,4.26517,4.26508,4.24965,4.22577,4.17244,4.03752,3.89372,4.11519,4.46414,4.52423,4.39239,4.18394,3.94209,3.75255,3.64651,3.59183,3.61455,3.78342,5.08764,6.99649,7.72471,7.88806,8.03535,8.33126,8.83498,9.65519,10.9445,12.8068,15.3212,18.4257,21.7331,24.8053,27.3304],[4.24825,4.24825,4.24825,4.24824,4.24816,4.25264,4.2303,4.17393,4.03069,3.89724,4.15313,4.47512,4.52599,4.39008,4.18313,3.94329,3.75458,3.6433,3.5906,3.61144,3.77887,5.08492,6.99233,7.72623,7.88938,8.03494,8.33263,8.83881,9.6568,10.9354,12.8017,15.3149,18.4176,21.7398,24.7837,27.3033]],"t_unix":1786299132.9508736,"uid":"p00264","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.348724,4.676784,4.524831]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.055171875,"blue":0.0,"green":0.0,"red":0.2345625,"white":0.6968697916666666,"yellow":0.013395833333333333},"ink_index":null,"is_control":false,"label":"skin (164, 140, 120) atkinson_hue_aware","median_raw":[23.993485,24.717703,25.880963],"median_spectrum_pct":[22.5406,22.5404,22.54,22.5396,22.5395,23.0737,23.3898,23.5791,23.5886,23.719,24.9308,26.0353,26.1363,25.8248,25.3234,24.6285,23.9766,23.4325,22.9843,22.8068,22.7978,24.4415,26.9147,27.8177,27.9961,28.0917,28.2869,28.5197,28.9274,29.4875,30.2874,31.3094,32.576,33.8271,34.9022,35.6603],"phase":"skin","raster_sha1":"3ae84bde560d1ebb","raw":[[24.000138,24.724733,25.880112],[23.993485,24.717703,25.880963],[23.990966,24.716271,25.892605]],"rgb":[164,140,120],"session":8,"source":"pipeline","spectrum_pct":[[22.5301,22.5298,22.5294,22.529,22.5289,23.058,23.3753,23.5772,23.5886,23.7297,24.9351,26.0305,26.133,25.8248,25.3234,24.6275,23.9823,23.4416,22.9933,22.8147,22.8085,24.4502,26.9261,27.8289,28.0035,28.1045,28.296,28.5246,28.9305,29.4954,30.2959,31.3343,32.576,33.8544,34.9045,35.6572],[22.5406,22.5404,22.54,22.5396,22.5395,23.0737,23.3898,23.5791,23.5868,23.7169,24.9003,26.0414,26.1363,25.8227,25.3196,24.6285,23.9746,23.4312,22.9843,22.8068,22.7978,24.4415,26.9147,27.8177,27.9961,28.0917,28.2869,28.5197,28.9274,29.4875,30.2874,31.3094,32.5789,33.8271,34.9022,35.665],[22.5562,22.5559,22.5556,22.5552,22.5551,23.0869,23.4005,23.5824,23.6049,23.719,24.9308,26.0353,26.1425,25.8266,25.3248,24.6325,23.9766,23.4325,22.9801,22.7985,22.7933,24.4337,26.9031,27.8115,27.9867,28.0859,28.2863,28.5121,28.9236,29.4848,30.2774,31.2992,32.5633,33.808,34.8894,35.6603]],"t_unix":1786299180.3999836,"uid":"p00318","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.993485,24.717703,25.880963]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.35365104166666667,"white":0.6463489583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (191, 114, 111) atkinson_oklab_hue_aware","median_raw":[22.709166,22.716956,22.896223],"median_spectrum_pct":[20.0181,20.0176,20.017,20.0163,20.0157,20.452,20.6773,20.7941,20.8106,20.953,22.0645,23.2052,23.2965,23.0188,22.5593,21.9436,21.3766,20.9353,20.5865,20.487,20.6233,23.0029,26.6355,28.0481,28.3078,28.3898,28.5551,28.767,29.1697,29.738,30.5292,31.5163,32.7708,33.9894,35.0001,35.7089],"phase":"skin","raster_sha1":"17f5e5b69afe3ab0","raw":[[22.712069,22.722066,22.894219],[22.706631,22.714488,22.896223],[22.709166,22.716956,22.908592]],"rgb":[191,114,111],"session":8,"source":"pipeline","spectrum_pct":[[20.003,20.0024,20.0018,20.0011,20.0005,20.4423,20.6673,20.7924,20.8106,20.947,22.0645,23.2061,23.2999,23.0188,22.5625,21.9473,21.3822,20.9387,20.5943,20.4941,20.6323,23.0096,26.6409,28.0524,28.3204,28.3962,28.5606,28.7732,29.1772,29.7442,30.5306,31.5285,32.7714,33.9858,34.9851,35.716],[20.0181,20.0176,20.017,20.0163,20.0157,20.452,20.6773,20.7941,20.8,20.9595,22.0497,23.1947,23.2965,23.0134,22.5513,21.9375,21.3753,20.9334,20.5864,20.487,20.6232,23.0018,26.6341,28.0454,28.3076,28.3898,28.5551,28.7661,29.1653,29.7373,30.5217,31.5161,32.7544,33.9894,35.0001,35.7039],[20.0265,20.0259,20.0253,20.0246,20.0241,20.4701,20.6934,20.8029,20.8135,20.953,22.0827,23.2052,23.2906,23.0218,22.5593,21.9436,21.3766,20.9353,20.5865,20.4845,20.6233,23.0029,26.6355,28.0481,28.3078,28.3861,28.5517,28.767,29.1697,29.738,30.5292,31.5163,32.7708,34.0086,35.0095,35.7089]],"t_unix":1786299228.1326761,"uid":"p00487","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.709166,22.716956,22.896223]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.06509375,"white":0.9335859375,"yellow":0.0013203125},"ink_index":null,"is_control":false,"label":"skin (240, 188, 183) fs_cam16ucs_hue_aware","median_raw":[32.427363,34.812745,38.869851],"median_spectrum_pct":[33.7327,33.733,33.7334,33.7338,33.7351,34.7696,35.3153,35.5521,35.6026,35.845,37.1492,38.1908,38.1438,37.7035,37.0134,36.0642,35.1578,34.3867,33.7165,33.3611,32.9752,33.2377,33.7542,33.8251,33.808,33.8394,33.9677,34.098,34.2963,34.5413,34.9133,35.4372,36.1234,36.7858,37.3748,37.7238],"phase":"skin","raster_sha1":"51a2b6e0d65cac69","raw":[[32.445351,34.824027,38.88612],[32.427363,34.812745,38.869851],[32.403668,34.791696,38.848244]],"rgb":[240,188,183],"session":8,"source":"pipeline","spectrum_pct":[[33.7327,33.733,33.7334,33.7338,33.7351,34.7526,35.2975,35.5521,35.6189,35.9432,37.2352,38.1908,38.1386,37.7004,37.0134,36.0644,35.1633,34.3953,33.7269,33.374,32.9873,33.2538,33.7778,33.8543,33.84,33.8765,34.0021,34.1344,34.3322,34.5723,34.9341,35.4403,36.1234,36.8221,37.3827,37.7313],[33.7432,33.7435,33.7439,33.7443,33.7457,34.7696,35.3153,35.5568,35.6026,35.845,37.1492,38.2067,38.1548,37.7125,37.0178,36.0642,35.1578,34.3867,33.7165,33.3611,32.9752,33.2377,33.7542,33.8251,33.808,33.8394,33.9677,34.098,34.2963,34.5413,34.9133,35.4372,36.1343,36.7858,37.3748,37.7238],[33.7164,33.7167,33.7171,33.7175,33.7188,34.7754,35.3208,35.5461,35.5642,35.8038,37.1013,38.182,38.1438,37.7035,37.013,36.0544,35.1446,34.3676,33.6927,33.332,32.9461,33.2104,33.7278,33.7984,33.7737,33.8075,33.9439,34.0701,34.2691,34.5106,34.8857,35.3919,36.0936,36.7815,37.2908,37.6429]],"t_unix":1786299275.0645533,"uid":"p00527","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.427363,34.812745,38.869851]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.49161458333333335,"blue":0.0,"green":0.0021145833333333333,"red":0.35844010416666666,"white":0.14782552083333333,"yellow":5.208333333333333e-06},"ink_index":null,"is_control":false,"label":"skin (94, 63, 49) atkinson_oklab_hue_aware","median_raw":[6.174545,5.234828,5.548961],"median_spectrum_pct":[5.16045,5.16061,5.16079,5.161,5.16123,5.22494,5.2249,5.17805,5.04906,4.91103,5.01458,5.12883,5.0271,4.80128,4.54603,4.26926,4.05879,3.94369,3.88192,3.91077,4.11581,5.72638,8.14583,9.08994,9.28418,9.41651,9.69293,10.1767,10.9941,12.2377,14.0634,16.5138,19.531,22.7246,25.6491,28.0401],"phase":"skin","raster_sha1":"300e75695a0b63e0","raw":[[6.174545,5.234828,5.548961],[6.176754,5.235185,5.550069],[6.149162,5.212042,5.537944]],"rgb":[94,63,49],"session":8,"source":"pipeline","spectrum_pct":[[5.16045,5.16061,5.16079,5.161,5.16123,5.22494,5.2249,5.17805,5.04906,4.91103,5.01458,5.12909,5.03019,4.80128,4.54787,4.27057,4.05879,3.94369,3.88192,3.91131,4.11587,5.72638,8.14583,9.08994,9.28418,9.41651,9.69293,10.1767,10.9946,12.2377,14.0634,16.5243,19.5492,22.7551,25.7024,28.0783],[5.17462,5.17479,5.17499,5.17521,5.17544,5.23134,5.23705,5.18549,5.04071,4.90416,5.00145,5.11698,5.0271,4.80339,4.54603,4.26926,4.05992,3.94483,3.88472,3.91077,4.11581,5.72663,8.14602,9.09269,9.29112,9.4237,9.7013,10.1846,10.9941,12.2401,14.066,16.5138,19.531,22.7246,25.6491,28.0401],[5.14825,5.14842,5.14862,5.14885,5.14905,5.18345,5.18948,5.16837,5.05019,4.92801,5.02895,5.12883,5.01566,4.78183,4.52531,4.24755,4.03851,3.92194,3.86261,3.89049,4.09445,5.69904,8.109,9.05144,9.24665,9.38133,9.65791,10.1348,10.9525,12.2004,14.0157,16.4424,19.4536,22.639,25.5607,27.9427]],"t_unix":1786299322.8806183,"uid":"p00271","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.174545,5.234828,5.548961]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.09968229166666667,"white":0.9003177083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (188, 162, 147) atkinson_oklab_hue_aware","median_raw":[31.192723,33.253703,36.701588],"median_spectrum_pct":[31.849,31.8492,31.8494,31.8497,31.8506,32.6729,33.1714,33.5149,33.6568,33.9657,35.2717,36.2377,36.1828,35.7406,35.094,34.1972,33.3549,32.6302,32.0059,31.6864,31.386,31.9609,32.9237,33.1866,33.2137,33.2573,33.394,33.5366,33.7468,34.0292,34.4402,34.9938,35.7289,36.4616,37.05,37.4346],"phase":"skin","raster_sha1":"12180fd013f3c047","raw":[[31.207931,33.262418,36.701588],[31.192723,33.253703,36.702362],[31.168159,33.231591,36.689312]],"rgb":[188,162,147],"session":8,"source":"pipeline","spectrum_pct":[[31.8456,31.8458,31.846,31.8463,31.8471,32.6523,33.1508,33.5149,33.6758,34.0014,35.2717,36.2377,36.1776,35.733,35.0903,34.1972,33.3585,32.6366,32.0168,31.6966,31.3951,31.9832,32.9557,33.213,33.2401,33.289,33.4243,33.5659,33.7823,34.0642,34.4746,35.0169,35.7496,36.4966,37.0658,37.4565],[31.849,31.8492,31.8494,31.8497,31.8506,32.6729,33.1714,33.5214,33.6568,33.9657,35.2816,36.2492,36.1844,35.743,35.0995,34.1997,33.3549,32.6302,32.0059,31.6864,31.386,31.9609,32.9237,33.1866,33.2137,33.2573,33.394,33.5366,33.7468,34.0292,34.4402,34.9938,35.7289,36.4616,37.0442,37.4346],[31.8536,31.8538,31.854,31.8543,31.8552,32.6789,33.1751,33.5141,33.6485,33.9272,35.2195,36.2363,36.1828,35.7406,35.094,34.1928,33.3386,32.6073,31.9784,31.657,31.3542,31.9307,32.8908,33.1529,33.1763,33.2266,33.3648,33.5045,33.7226,34.0011,34.4156,34.9614,35.7152,36.4572,37.05,37.4291]],"t_unix":1786299370.350576,"uid":"p00352","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.192723,33.253703,36.701588]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.22409895833333332,"white":0.7379817708333334,"yellow":0.03791927083333333},"ink_index":null,"is_control":false,"label":"skin (206, 157, 127) atkinson_hue_aware","median_raw":[27.244268,28.430228,29.687658],"median_spectrum_pct":[25.8339,25.8335,25.8331,25.8326,25.8324,26.4292,26.7658,26.9649,27.0183,27.2779,28.607,30.0124,30.2031,29.9274,29.4003,28.6244,27.8886,27.2835,26.7796,26.559,26.4653,27.9156,30.1477,30.9552,31.1065,31.1816,31.3469,31.5426,31.8483,32.266,32.8485,33.598,34.5623,35.4748,36.229,36.7783],"phase":"skin","raster_sha1":"b4d6acee65e6c9d9","raw":[[27.244268,28.430228,29.670061],[27.244521,28.431666,29.688239],[27.222212,28.417796,29.687658]],"rgb":[206,157,127],"session":8,"source":"pipeline","spectrum_pct":[[25.8129,25.8125,25.8121,25.8116,25.8114,26.3986,26.7391,26.9485,27.0098,27.2779,28.6172,29.9957,30.1969,29.9138,29.387,28.6178,27.8849,27.2835,26.7807,26.5612,26.4689,27.9203,30.1543,30.9606,31.1135,31.1931,31.3523,31.5467,31.8526,32.2723,32.8566,33.6191,34.5756,35.4748,36.2356,36.766],[25.8339,25.8335,25.8331,25.8326,25.8324,26.4292,26.7658,26.9649,27.0315,27.2826,28.607,30.0124,30.2031,29.9274,29.4003,28.6244,27.8894,27.2845,26.7796,26.559,26.4653,27.9156,30.1477,30.9552,31.1065,31.1816,31.3469,31.5426,31.8483,32.266,32.8485,33.598,34.5623,35.4921,36.229,36.7877],[25.8386,25.8382,25.8378,25.8373,25.8371,26.4391,26.7734,26.9696,27.0183,27.2617,28.6026,30.0323,30.2135,29.939,29.4039,28.6292,27.8886,27.2722,26.7624,26.5372,26.4419,27.8865,30.1075,30.9144,31.0632,31.142,31.3088,31.5086,31.8256,32.2456,32.8224,33.5801,34.5332,35.4587,36.2137,36.7783]],"t_unix":1786299418.411484,"uid":"p00375","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.244268,28.430228,29.687658]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (201, 167, 151) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[201,167,151],"session":8,"source":"pipeline","t_unix":1786299465.7744358,"uid":"p00367","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.6129869791666667,"blue":0.0,"green":0.0037395833333333335,"red":0.36097395833333334,"white":0.022299479166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (80, 48, 35) atkinson_oklab_hue_aware","median_raw":[3.521427,2.478482,2.340489],"median_spectrum_pct":[2.34948,2.34955,2.34963,2.34972,2.34974,2.33663,2.29506,2.2312,2.11009,1.96528,1.95374,1.98443,1.91948,1.78081,1.62843,1.46591,1.3596,1.33028,1.34297,1.40925,1.62912,3.09161,5.27137,6.1289,6.3127,6.43922,6.69506,7.17777,8.01376,9.31431,11.2464,13.8541,17.0821,20.5633,23.8514,26.5454],"phase":"skin","raster_sha1":"5e6c6d4a88ee9940","raw":[[3.516035,2.474536,2.328782],[3.521427,2.478482,2.347991],[3.522106,2.479572,2.340489]],"rgb":[80,48,35],"session":8,"source":"pipeline","spectrum_pct":[[2.34948,2.34955,2.34963,2.34972,2.34974,2.32548,2.28772,2.22436,2.10015,1.95074,1.93978,1.96003,1.91275,1.77834,1.62488,1.46441,1.35643,1.33028,1.34297,1.40911,1.62738,3.08668,5.26654,6.12592,6.30799,6.43097,6.69378,7.17536,8.00924,9.31405,11.2472,13.8545,17.0905,20.6017,23.8603,26.5869],[2.35707,2.35714,2.35722,2.35731,2.35734,2.33663,2.29506,2.2312,2.11332,2.01553,1.95769,1.98443,1.92048,1.78239,1.62843,1.46591,1.3596,1.3297,1.3416,1.41077,1.62912,3.09161,5.27137,6.1289,6.3127,6.43922,6.69506,7.1812,8.01376,9.31906,11.2464,13.8541,17.0821,20.5633,23.8514,26.5454],[2.3437,2.34376,2.34382,2.3439,2.34393,2.33819,2.30082,2.23217,2.11009,1.96528,1.95374,1.99107,1.91948,1.78081,1.62904,1.46761,1.36176,1.3331,1.34317,1.40925,1.62912,3.09418,5.27661,6.13509,6.31614,6.4429,6.69894,7.17777,8.01392,9.31431,11.2375,13.8496,17.0653,20.5499,23.8135,26.5361]],"t_unix":1786299467.9711764,"uid":"p00433","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.521427,2.478482,2.340489]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.16899479166666667,"white":0.7611901041666667,"yellow":0.06981510416666667},"ink_index":null,"is_control":false,"label":"skin (213, 167, 138) atkinson_hue_aware","median_raw":[28.305104,30.02787,29.254385],"median_spectrum_pct":[25.2328,25.2315,25.23,25.2283,25.2267,25.8604,26.2024,26.3571,26.3737,26.6283,28.4207,30.7154,31.5156,31.5706,31.2249,30.5198,29.807,29.1986,28.6724,28.4333,28.2966,29.553,31.477,32.1448,32.2628,32.3279,32.4648,32.6157,32.859,33.1964,33.6891,34.3276,35.1476,35.9486,36.5876,37.0338],"phase":"skin","raster_sha1":"fe12b80bc31e0f4a","raw":[[28.316424,30.03069,29.256993],[28.305104,30.02787,29.254385],[28.277906,30.002972,29.25197]],"rgb":[213,167,138],"session":8,"source":"pipeline","spectrum_pct":[[25.2322,25.2309,25.2293,25.2276,25.226,25.8421,26.186,26.3527,26.377,26.689,28.4432,30.7033,31.4997,31.555,31.2171,30.5198,29.807,29.1986,28.6785,28.4424,28.3058,29.5686,31.5025,32.1691,32.2859,32.3481,32.4906,32.6326,32.88,33.2172,33.7055,34.3443,35.1751,35.9486,36.5876,37.0585],[25.2414,25.2401,25.2386,25.2369,25.2353,25.8604,26.2024,26.3605,26.3737,26.6264,28.4207,30.7164,31.5156,31.5734,31.2338,30.5354,29.8147,29.2024,28.6724,28.4333,28.2966,29.553,31.477,32.1448,32.2628,32.3279,32.4648,32.6157,32.859,33.1964,33.6891,34.3276,35.1476,35.9513,36.5757,37.0157],[25.2328,25.2315,25.23,25.2283,25.2267,25.8669,26.208,26.3571,26.3669,26.6283,28.4036,30.7154,31.5178,31.5706,31.2249,30.5196,29.7943,29.1735,28.6408,28.3981,28.2638,29.5194,31.44,32.1083,32.2235,32.2866,32.4222,32.5677,32.8137,33.1622,33.6444,34.2696,35.1266,35.947,36.5892,37.0338]],"t_unix":1786299515.7318838,"uid":"p00387","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.305104,30.02787,29.254385]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.29669270833333333,"blue":0.0001171875,"green":0.22988020833333334,"red":0.4733098958333333,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (78, 51, 50) atkinson_oklab_hue_aware","median_raw":[5.336781,4.550608,2.587353],"median_spectrum_pct":[2.19174,2.19085,2.18983,2.18865,2.18721,2.16382,2.13066,2.07935,1.94184,1.90893,2.96682,4.53064,4.93758,4.70618,4.24076,3.69819,3.25278,2.95369,2.77585,2.73851,2.97199,4.98917,8.06626,9.29431,9.55677,9.70933,10.0176,10.5334,11.3947,12.6951,14.5501,17.0018,19.9944,23.1472,26.0024,28.3443],"phase":"skin","raster_sha1":"6360550564ec3152","raw":[[5.331138,4.543955,2.582117],[5.336781,4.550608,2.587353],[5.346334,4.559884,2.607391]],"rgb":[78,51,50],"session":8,"source":"pipeline","spectrum_pct":[[2.18225,2.18136,2.18033,2.17915,2.17771,2.1532,2.12105,2.07668,1.9284,1.9034,2.96682,4.52761,4.92872,4.6918,4.22637,3.68809,3.24613,2.94671,2.77248,2.73367,2.96537,4.98359,8.06267,9.28867,9.54713,9.70129,10.0099,10.5286,11.3947,12.6916,14.5454,17.0018,19.9944,23.1472,26.0024,28.3443],[2.19174,2.19085,2.18983,2.18865,2.18721,2.16382,2.13066,2.07935,1.94184,1.90893,2.93257,4.53064,4.93758,4.70618,4.24076,3.69819,3.25278,2.95369,2.77585,2.73851,2.97199,4.98917,8.06626,9.29431,9.55677,9.70933,10.0176,10.5334,11.3924,12.6951,14.5501,17.0008,19.9931,23.1234,25.9802,28.3574],[2.19607,2.19517,2.19414,2.19296,2.19152,2.17115,2.13894,2.08874,1.94505,1.95522,2.99346,4.57767,4.95735,4.71302,4.24705,3.70544,3.2611,2.95737,2.78052,2.74086,2.9737,4.99624,8.07539,9.30659,9.57375,9.72864,10.0303,10.5421,11.4082,12.7018,14.5615,17.0251,20.0,23.1481,26.0153,28.3394]],"t_unix":1786299563.2408843,"uid":"p00427","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.336781,4.550608,2.587353]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.16518229166666668,"white":0.7719557291666667,"yellow":0.06286197916666666},"ink_index":null,"is_control":false,"label":"skin (235, 169, 144) atkinson_hue_aware","median_raw":[28.370131,30.156245,29.570758],"median_spectrum_pct":[25.5407,25.5395,25.5381,25.5366,25.535,26.0693,26.4018,26.6305,26.7225,26.999,28.8062,31.0714,31.7923,31.8047,31.4375,30.7276,30.003,29.3607,28.803,28.553,28.4022,29.6,31.4278,32.05,32.1583,32.222,32.3634,32.5234,32.7749,33.1082,33.5982,34.2585,35.0705,35.8825,36.5382,37.0127],"phase":"skin","raster_sha1":"9d6ed6712e8dd2cc","raw":[[28.382263,30.16267,29.570758],[28.370131,30.156245,29.579329],[28.342552,30.130123,29.564425]],"rgb":[235,169,144],"session":8,"source":"pipeline","spectrum_pct":[[25.5407,25.5395,25.5381,25.5366,25.535,26.0607,26.3879,26.6305,26.7225,26.999,28.8062,31.0894,31.7914,31.8047,31.4375,30.7276,30.003,29.3607,28.8088,28.5627,28.4162,29.6205,31.4545,32.0821,32.1851,32.2449,32.3857,32.5413,32.7947,33.1348,33.6258,34.2733,35.094,35.8963,36.5684,37.0423],[25.535,25.5338,25.5324,25.5308,25.5292,26.0693,26.4018,26.6387,26.7338,27.0113,28.8137,31.0714,31.7956,31.818,31.4455,30.7346,30.0048,29.3609,28.803,28.553,28.4022,29.6,31.4278,32.05,32.1583,32.222,32.3634,32.5234,32.7749,33.1082,33.5982,34.2585,35.0705,35.8825,36.5382,37.0127],[25.5414,25.5402,25.5388,25.5372,25.5357,26.08,26.4031,26.6279,26.7139,26.9733,28.7601,31.0636,31.7923,31.8033,31.4345,30.717,29.9809,29.3308,28.7773,28.5208,28.3729,29.5705,31.3938,32.0126,32.1197,32.1803,32.3256,32.4713,32.7302,33.0768,33.5727,34.2106,35.057,35.8668,36.5296,36.972]],"t_unix":1786299610.6539772,"uid":"p00519","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.370131,30.156245,29.570758]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3809921875,"blue":0.0,"green":0.0,"red":0.5087421875,"white":0.10978645833333334,"yellow":0.00047916666666666664},"ink_index":null,"is_control":false,"label":"skin (101, 59, 43) atkinson_hue_aware","median_raw":[6.54689,5.087054,4.402277],"median_spectrum_pct":[4.1019,4.10168,4.10142,4.10113,4.10074,4.13343,4.12445,4.09737,3.98982,3.85523,3.99069,4.14016,4.12333,3.9733,3.76291,3.55206,3.39683,3.3391,3.34463,3.43763,3.76394,6.07445,9.62475,11.0525,11.3069,11.3794,11.5687,11.9637,12.6904,13.8552,15.556,17.8495,20.6592,23.6402,26.3726,28.5826],"phase":"skin","raster_sha1":"9d0f78790ef1c19f","raw":[[6.540173,5.081498,4.396548],[6.54689,5.087054,4.407198],[6.54965,5.087903,4.402277]],"rgb":[101,59,43],"session":8,"source":"pipeline","spectrum_pct":[[4.1019,4.10168,4.10142,4.10113,4.10074,4.12338,4.11629,4.09223,3.98901,3.85523,3.99069,4.13001,4.1123,3.96824,3.76027,3.55062,3.39631,3.33558,3.34435,3.43763,3.76249,6.06498,9.61562,11.0466,11.2961,11.367,11.5581,11.9528,12.6872,13.8492,15.5462,17.8221,20.6408,23.6402,26.3709,28.5826],[4.09858,4.09835,4.09808,4.09777,4.09739,4.13343,4.12445,4.09737,3.99853,3.87428,4.01163,4.14016,4.12723,3.9733,3.76291,3.55244,3.40232,3.34055,3.34496,3.4385,3.76447,6.07445,9.62475,11.0525,11.3069,11.3794,11.5687,11.9637,12.6904,13.862,15.5635,17.8495,20.6592,23.632,26.3726,28.5835],[4.10461,4.10438,4.10411,4.10381,4.10343,4.13695,4.13056,4.09789,3.98982,3.85324,3.98274,4.14333,4.12333,3.9794,3.76763,3.55206,3.39683,3.3391,3.34463,3.43708,3.76394,6.07637,9.63388,11.0654,11.3138,11.3891,11.5807,11.9752,12.694,13.8552,15.556,17.8497,20.6659,23.6425,26.3743,28.5779]],"t_unix":1786299658.6160746,"uid":"p00273","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.54689,5.087054,4.402277]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.5197005208333333,"blue":0.0,"green":2.6041666666666666e-06,"red":0.4149010416666667,"white":0.06516927083333333,"yellow":0.0002265625},"ink_index":null,"is_control":false,"label":"skin (69, 44, 23) fs_cam16ucs_hue_aware","median_raw":[4.851852,3.652277,3.281066],"median_spectrum_pct":[3.15762,3.15757,3.1575,3.15743,3.15728,3.16025,3.132,3.08517,2.96967,2.82451,2.8442,2.98796,2.93716,2.79097,2.61265,2.42962,2.30424,2.26288,2.27164,2.34525,2.61438,4.423,7.15352,8.23392,8.44926,8.55959,8.78066,9.22316,10.0088,11.2489,13.0822,15.5665,18.619,21.8984,24.8965,27.3775],"phase":"skin","raster_sha1":"ba5a46a81b85a907","raw":[[4.851457,3.652277,3.281066],[4.851852,3.650294,3.278747],[4.856491,3.653231,3.28305]],"rgb":[69,44,23],"session":8,"source":"pipeline","spectrum_pct":[[3.1543,3.15424,3.15417,3.15409,3.15394,3.15512,3.1288,3.08517,2.96967,2.82451,2.85333,3.01763,2.93782,2.79097,2.61533,2.43344,2.30424,2.26355,2.26963,2.34755,2.61595,4.42141,7.15287,8.23216,8.44449,8.55454,8.78066,9.21997,10.0059,11.2386,13.0822,15.5757,18.6475,21.9261,24.9263,27.4104],[3.15762,3.15757,3.1575,3.15743,3.15728,3.16025,3.132,3.08204,2.96701,2.82462,2.8442,2.98696,2.92829,2.78875,2.61265,2.42769,2.30216,2.26185,2.27164,2.34525,2.61415,4.423,7.15352,8.23392,8.44926,8.55959,8.77847,9.22316,10.0088,11.2489,13.0804,15.5526,18.619,21.8812,24.8965,27.3775],[3.16355,3.16349,3.16343,3.16336,3.16321,3.16631,3.13857,3.08635,2.97831,2.82033,2.83574,2.98796,2.93716,2.79444,2.6125,2.42962,2.30498,2.26288,2.27314,2.34343,2.61438,4.42892,7.16022,8.24269,8.45742,8.56719,8.79034,9.23388,10.0155,11.2578,13.0921,15.5665,18.6073,21.8984,24.8943,27.3603]],"t_unix":1786299705.4275649,"uid":"p00251","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.851852,3.652277,3.281066]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.15678645833333332,"blue":0.0,"green":0.06865625,"red":0.6358984375,"white":0.13865885416666668,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (104, 68, 68) atkinson_hue_aware","median_raw":[9.020922,7.257627,5.18256],"median_spectrum_pct":[4.60888,4.60799,4.60696,4.60577,4.60439,4.6566,4.65327,4.62595,4.56098,4.48393,5.09325,5.82623,5.97962,5.86325,5.60737,5.29751,5.05171,4.92472,4.88858,4.9821,5.4064,8.55525,13.5211,15.584,15.9358,15.9769,16.1109,16.4173,17.0568,18.0783,19.5633,21.518,23.9105,26.4691,28.7276,30.4948],"phase":"skin","raster_sha1":"a596171badef3615","raw":[[9.011773,7.250647,5.166899],[9.020922,7.257627,5.188448],[9.023813,7.258544,5.18256]],"rgb":[104,68,68],"session":8,"source":"pipeline","spectrum_pct":[[4.60522,4.60433,4.6033,4.60212,4.60074,4.64481,4.64289,4.62341,4.54105,4.45997,5.06248,5.80274,5.9688,5.85776,5.60508,5.29263,5.04626,4.92219,4.88985,4.98387,5.40611,8.54656,13.514,15.5724,15.9256,15.966,16.0949,16.4034,17.0317,18.0526,19.5325,21.5084,23.9105,26.4691,28.6887,30.4762],[4.61739,4.6165,4.61548,4.6143,4.61292,4.65669,4.65327,4.62646,4.5634,4.50215,5.119,5.82778,5.97962,5.86454,5.60737,5.29751,5.05226,4.92596,4.88858,4.9821,5.41188,8.55525,13.5211,15.584,15.9358,15.9769,16.1109,16.4173,17.0568,18.0783,19.567,21.518,23.9072,26.4875,28.7285,30.5373],[4.60888,4.60799,4.60696,4.60577,4.60439,4.6566,4.65431,4.62595,4.56098,4.48393,5.09325,5.82623,5.98447,5.86325,5.60781,5.29767,5.05171,4.92472,4.88776,4.98001,5.4064,8.55931,13.5337,15.5949,15.9489,15.9854,16.1216,16.4307,17.0597,18.0791,19.5633,21.5279,23.9236,26.4501,28.7276,30.4948]],"t_unix":1786299753.7123387,"uid":"p00276","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.020922,7.257627,5.18256]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":8,"source":"bayer","t_unix":1786299799.0040922,"uid":"p01314","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":8,"source":"bayer","t_unix":1786299799.0083072,"uid":"p01315","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":8,"source":"bayer","t_unix":1786299799.0122488,"uid":"p01316","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.007455729166666667,"blue":0.0009817708333333334,"green":0.04421875,"red":0.44690885416666665,"white":0.5004348958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (139, 118, 117) fs_cam16ucs_hue_aware","median_raw":[17.959059,17.142669,14.788238],"median_spectrum_pct":[12.8595,12.8582,12.8567,12.8549,12.8529,13.0557,13.1644,13.1878,13.1188,13.2325,14.6641,16.345,16.7049,16.5592,16.2073,15.7077,15.2406,14.8612,14.5737,14.5319,14.8816,18.1194,23.005,24.9874,25.4144,25.5543,25.7554,26.034,26.5494,27.2784,28.2969,29.5579,31.0815,32.5853,33.8535,34.8197],"phase":"skin","raster_sha1":"0b5301ff6f0b34b8","raw":[[17.960286,17.146395,14.790902],[17.957328,17.142042,14.778618],[17.959059,17.142669,14.788238]],"rgb":[139,118,117],"session":8,"source":"pipeline","spectrum_pct":[[12.8615,12.8601,12.8586,12.8568,12.8548,13.0498,13.1602,13.1878,13.1188,13.2597,14.6854,16.3675,16.7024,16.5592,16.2077,15.7098,15.2426,14.8618,14.5763,14.5374,14.8873,18.1216,23.005,24.9884,25.4144,25.5495,25.7518,26.0317,26.5494,27.2784,28.2911,29.5581,31.0901,32.578,33.8535,34.8197],[12.8595,12.8582,12.8567,12.8549,12.8529,13.0557,13.1644,13.1864,13.1148,13.2117,14.6425,16.3274,16.7049,16.5598,16.2006,15.707,15.2406,14.8612,14.5737,14.5319,14.8816,18.1169,23.0013,24.9874,25.4163,25.5552,25.7554,26.034,26.5472,27.2784,28.2969,29.5579,31.0815,32.5853,33.85,34.7639],[12.8563,12.855,12.8535,12.8517,12.8497,13.063,13.1721,13.1896,13.122,13.2325,14.6641,16.345,16.7066,16.5581,16.2073,15.7077,15.2368,14.8601,14.5693,14.5261,14.8798,18.1194,23.0096,24.9868,25.4125,25.5543,25.7564,26.0432,26.562,27.2925,28.3109,29.5565,31.076,32.5935,33.8761,34.8624]],"t_unix":1786299800.8629203,"uid":"p00305","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.959059,17.142669,14.788238]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.8318541666666667,"blue":0.0,"green":0.0,"red":0.16814583333333333,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (69, 44, 23) atkinson_oklab_hue_aware","median_raw":[2.065256,1.484075,2.121173],"median_spectrum_pct":[2.23149,2.23191,2.23239,2.23294,2.23347,2.18837,2.12644,2.05784,1.9131,1.76182,1.69712,1.67968,1.53653,1.35715,1.16856,0.995927,0.879659,0.827525,0.810435,0.830025,0.93843,1.65333,2.64406,3.02269,3.16203,3.34218,3.6712,4.21643,5.10074,6.4898,8.54226,11.3159,14.8102,18.6079,22.1725,25.1254],"phase":"skin","raster_sha1":"0428a4282fce68e4","raw":[[2.071463,1.487465,2.121173],[2.063042,1.481844,2.116726],[2.065256,1.484075,2.127072]],"rgb":[69,44,23],"session":8,"source":"pipeline","spectrum_pct":[[2.23149,2.23191,2.23239,2.23294,2.23347,2.19482,2.13465,2.05784,1.90362,1.76334,1.68938,1.67149,1.54038,1.35715,1.1694,0.996744,0.883425,0.830848,0.813335,0.832327,0.941085,1.66027,2.65432,3.0355,3.17479,3.35155,3.68224,4.23404,5.1276,6.52846,8.58479,11.3865,14.8908,18.72,22.2938,25.2885],[2.22755,2.22798,2.22846,2.22902,2.22955,2.18055,2.11876,2.05418,1.91444,1.75067,1.69712,1.67968,1.53318,1.35434,1.16593,0.991165,0.879083,0.826538,0.810137,0.830025,0.93843,1.6531,2.64406,3.01992,3.16158,3.33951,3.66616,4.21236,5.09615,6.4898,8.54226,11.3108,14.8102,18.6079,22.1725,25.1254],[2.24017,2.2406,2.24109,2.24166,2.24218,2.18837,2.12644,2.06288,1.9131,1.76182,1.73627,1.68717,1.53653,1.36014,1.16856,0.995927,0.879659,0.827525,0.810435,0.829337,0.938262,1.65333,2.64232,3.02269,3.16203,3.34218,3.6712,4.21643,5.10074,6.48485,8.52416,11.3159,14.801,18.5911,22.1346,25.1169]],"t_unix":1786299848.63671,"uid":"p00250","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.065256,1.484075,2.121173]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.34474739583333336,"white":0.6552526041666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (181, 145, 139) atkinson_hue_aware","median_raw":[22.988787,23.042053,23.394884],"median_spectrum_pct":[20.4726,20.4722,20.4717,20.4711,20.4706,20.851,21.0701,21.2489,21.2943,21.4753,22.562,23.6501,23.7083,23.4146,22.9374,22.3048,21.7226,21.2709,20.926,20.8271,20.9517,23.2853,26.8581,28.2362,28.4899,28.5674,28.7359,28.9449,29.3362,29.8958,30.6544,31.6508,32.8584,34.0507,35.0597,35.7861],"phase":"skin","raster_sha1":"f3e9fdf72eb3b2d3","raw":[[22.99773,23.051279,23.394884],[22.987062,23.041258,23.385801],[22.988787,23.042053,23.401748]],"rgb":[181,145,139],"session":8,"source":"pipeline","spectrum_pct":[[20.4728,20.4724,20.4719,20.4713,20.4708,20.851,21.0698,21.2489,21.3076,21.4753,22.562,23.6596,23.7083,23.4161,22.9397,22.3052,21.7264,21.2794,20.9338,20.8363,20.9619,23.3,26.8724,28.2503,28.5021,28.5792,28.7454,28.9568,29.3464,29.9061,30.6649,31.6508,32.8637,34.0542,35.0733,35.7861],[20.4581,20.4577,20.4571,20.4566,20.456,20.8509,21.0701,21.2453,21.2897,21.4693,22.5438,23.6422,23.6946,23.4108,22.9285,22.3001,21.721,21.2709,20.926,20.8271,20.9517,23.2853,26.8581,28.2362,28.489,28.562,28.7282,28.9443,29.3362,29.8897,30.6544,31.656,32.8439,34.0387,35.0393,35.7846],[20.4726,20.4722,20.4717,20.4711,20.4706,20.8697,21.0936,21.2599,21.2943,21.4834,22.5642,23.6501,23.7136,23.4146,22.9374,22.3048,21.7226,21.267,20.9178,20.8203,20.9482,23.2845,26.8557,28.2341,28.4899,28.5674,28.7359,28.9449,29.3336,29.8958,30.6541,31.6495,32.8584,34.0507,35.0597,35.8003]],"t_unix":1786299898.287819,"uid":"p00339","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.988787,23.042053,23.394884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5944375,"blue":0.0,"green":0.0,"red":0.4055625,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (73, 40, 24) atkinson_hue_aware","median_raw":[3.309382,2.148251,1.746743],"median_spectrum_pct":[1.80914,1.80911,1.80907,1.80903,1.80889,1.77479,1.72688,1.67588,1.57214,1.44039,1.42082,1.46027,1.41247,1.28699,1.14485,1.0057,0.922903,0.916058,0.949635,1.03276,1.28906,2.89765,5.28609,6.2176,6.40515,6.51579,6.75879,7.22504,8.05079,9.35432,11.2643,13.8663,17.1101,20.5661,23.803,26.529],"phase":"skin","raster_sha1":"7f204679f62b98c0","raw":[[3.306641,2.146777,1.740935],[3.309382,2.148251,1.746743],[3.314673,2.151884,1.759867]],"rgb":[73,40,24],"session":8,"source":"pipeline","spectrum_pct":[[1.79768,1.79764,1.79759,1.79754,1.79739,1.76644,1.72075,1.6685,1.56319,1.44039,1.41783,1.45577,1.40709,1.28153,1.14267,1.00321,0.922903,0.916058,0.950194,1.03393,1.28906,2.89765,5.28609,6.21212,6.39563,6.50682,6.75297,7.2216,8.04649,9.3424,11.2626,13.8732,17.1123,20.5734,23.8195,26.529],[1.80914,1.80911,1.80907,1.80903,1.80889,1.77479,1.72688,1.67588,1.57214,1.43328,1.42082,1.46027,1.41247,1.28699,1.14485,1.0057,0.922481,0.915454,0.949635,1.03276,1.28817,2.89647,5.28591,6.2176,6.40515,6.51579,6.75879,7.22504,8.05079,9.35432,11.2643,13.8591,17.0781,20.5543,23.803,26.5484],[1.80984,1.8098,1.80976,1.80971,1.80957,1.78119,1.73285,1.67965,1.57901,1.47915,1.44137,1.47725,1.41659,1.28754,1.14731,1.00932,0.922982,0.916271,0.948621,1.03242,1.29038,2.90063,5.29488,6.22528,6.4101,6.52387,6.76499,7.23095,8.05427,9.35839,11.2769,13.8663,17.1101,20.5661,23.7931,26.5015]],"t_unix":1786299945.7051256,"uid":"p00420","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.309382,2.148251,1.746743]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.369765625,"white":0.627625,"yellow":0.002609375},"ink_index":null,"is_control":false,"label":"skin (162, 134, 122) atkinson_hue_aware","median_raw":[22.262443,22.12923,22.198931],"median_spectrum_pct":[19.3908,19.3902,19.3896,19.3888,19.3882,19.8133,20.0418,20.1577,20.1748,20.3359,21.4772,22.4414,22.5311,22.2646,21.8208,21.2338,20.6939,20.2686,19.9422,19.8614,20.028,22.5195,26.3384,27.822,28.085,28.1506,28.304,28.508,28.9113,29.484,30.2834,31.3069,32.566,33.8041,34.8806,35.629],"phase":"skin","raster_sha1":"2581d31cec28ab9a","raw":[[22.266804,22.134343,22.208361],[22.262443,22.12923,22.198482],[22.258535,22.12609,22.198931]],"rgb":[162,134,122],"session":8,"source":"pipeline","spectrum_pct":[[19.3898,19.3893,19.3886,19.3879,19.3872,19.8072,20.0307,20.1526,20.1878,20.37,21.5166,22.4425,22.5314,22.2605,21.8208,21.2338,20.6994,20.2754,19.9498,19.8714,20.0331,22.5224,26.3394,27.8225,28.0875,28.1576,28.3096,28.5127,28.9113,29.484,30.2851,31.3114,32.5838,33.833,34.8888,35.629],[19.3924,19.3918,19.3912,19.3904,19.3898,19.8133,20.0418,20.1586,20.1748,20.333,21.4471,22.4406,22.5311,22.2646,21.8205,21.2334,20.6939,20.2686,19.9422,19.8614,20.028,22.5195,26.3384,27.822,28.085,28.1506,28.304,28.508,28.9131,29.4875,30.2834,31.3069,32.5645,33.8,34.8806,35.6261],[19.3908,19.3902,19.3896,19.3888,19.3882,19.8185,20.0488,20.1577,20.1542,20.3359,21.4772,22.4414,22.5145,22.2696,21.8242,21.2359,20.6901,20.2652,19.9367,19.8537,20.0213,22.5137,26.3307,27.8177,28.0809,28.1464,28.3018,28.5073,28.9076,29.4761,30.278,31.3043,32.566,33.8041,34.8803,35.6393]],"t_unix":1786299993.1909204,"uid":"p00315","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.262443,22.12923,22.198931]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (236, 209, 202) fs_cam16ucs_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[236,209,202],"session":8,"source":"pipeline","t_unix":1786300040.261331,"uid":"p00419","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.13028385416666666,"red":0.39041927083333333,"white":0.479296875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (139, 118, 117) atkinson_oklab_hue_aware","median_raw":[18.494136,18.659547,16.871043],"median_spectrum_pct":[14.5385,14.5372,14.5358,14.5341,14.5323,14.7845,14.9222,14.9549,14.8942,15.1469,16.8778,19.1339,19.6947,19.4946,18.9334,18.1614,17.4642,16.9151,16.4942,16.3282,16.4489,18.789,22.3931,23.8059,24.0879,24.2011,24.4037,24.7222,25.2791,26.0648,27.1507,28.5266,30.1804,31.8576,33.2705,34.3529],"phase":"skin","raster_sha1":"fbc54a156c6a2dbf","raw":[[18.49406,18.661272,16.865858],[18.494136,18.658545,16.871043],[18.495784,18.659547,16.873701]],"rgb":[139,118,117],"session":8,"source":"pipeline","spectrum_pct":[[14.5273,14.526,14.5246,14.5229,14.521,14.7794,14.9136,14.9499,14.895,15.1323,16.8745,19.1339,19.6955,19.4981,18.9352,18.1629,17.4688,16.9204,16.4986,16.3322,16.451,18.7904,22.3912,23.8029,24.0864,24.2002,24.4026,24.7222,25.2791,26.0648,27.1539,28.5266,30.1804,31.8329,33.2606,34.3529],[14.5385,14.5372,14.5358,14.5341,14.5323,14.7845,14.9222,14.9549,14.8942,15.1473,16.8778,19.117,19.6905,19.4942,18.9334,18.1602,17.4631,16.9151,16.4942,16.3282,16.4489,18.789,22.3931,23.8059,24.0879,24.2011,24.4037,24.7172,25.2729,26.0485,27.1365,28.5182,30.1903,31.8699,33.2705,34.3738],[14.5391,14.5378,14.5364,14.5347,14.5328,14.7946,14.9249,14.9552,14.8902,15.1469,16.8849,19.1369,19.6947,19.4946,18.9319,18.1614,17.4642,16.9133,16.4931,16.3278,16.4481,18.7882,22.3936,23.8099,24.092,24.2031,24.406,24.7326,25.2874,26.0696,27.1507,28.5266,30.1782,31.8576,33.2861,34.3491]],"t_unix":1786300042.6544561,"uid":"p00304","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.494136,18.659547,16.871043]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3890104166666667,"white":0.6109895833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (162, 134, 122) fs_cam16ucs_hue_aware","median_raw":[21.490269,21.213353,20.828597],"median_spectrum_pct":[18.1831,18.1823,18.1815,18.1806,18.1797,18.5949,18.7997,18.8454,18.8019,19.034,20.2515,21.3899,21.4758,21.2323,20.8017,20.2241,19.6868,19.2484,18.9023,18.8113,19.0144,21.7047,25.7768,27.3731,27.6833,27.7861,27.9709,28.2091,28.6503,29.2723,30.1168,31.1893,32.5192,33.7931,34.8515,35.663],"phase":"skin","raster_sha1":"65ffed0dd6572c55","raw":[[21.496099,21.220702,20.833308],[21.490269,21.213353,20.828597],[21.382506,21.106326,20.761358]],"rgb":[162,134,122],"session":8,"source":"pipeline","spectrum_pct":[[18.1831,18.1823,18.1815,18.1806,18.1797,18.5949,18.7997,18.8518,18.8019,19.034,20.2515,21.4032,21.486,21.2335,20.8071,20.233,19.6957,19.2569,18.9103,18.8181,19.0228,21.7122,25.7858,27.3809,27.6895,27.7902,27.9709,28.2131,28.655,29.2723,30.1168,31.1893,32.5263,33.8126,34.8515,35.663],[18.1988,18.1981,18.1973,18.1964,18.1955,18.6039,18.8065,18.8454,18.7821,19.014,20.2582,21.3899,21.4758,21.2323,20.8017,20.2241,19.6868,19.2484,18.9023,18.8113,19.0144,21.7047,25.7768,27.3731,27.6833,27.7861,27.971,28.2091,28.6503,29.2729,30.1311,31.2017,32.5192,33.7931,34.89,35.6952],[18.1189,18.1182,18.1175,18.1166,18.1157,18.4274,18.6289,18.7772,18.8092,19.0676,20.2487,21.343,21.396,21.1191,20.6904,20.1152,19.5825,19.1464,18.7986,18.7053,18.9106,21.5864,25.6393,27.2288,27.541,27.6452,27.8269,28.0705,28.5181,29.148,30.0097,31.0845,32.4052,33.6814,34.7754,35.5649]],"t_unix":1786300089.619541,"uid":"p00317","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.490269,21.213353,20.828597]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0544296875,"blue":0.0,"green":0.4750234375,"red":0.470546875,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (71, 58, 50) atkinson_oklab_hue_aware","median_raw":[6.709786,6.815395,3.601585],"median_spectrum_pct":[2.62882,2.62716,2.62524,2.62304,2.62035,2.54797,2.50245,2.49472,2.41881,2.66039,4.90964,8.34468,9.27082,8.82487,7.84975,6.75162,5.83149,5.15764,4.69795,4.46818,4.57756,6.50401,9.44111,10.6066,10.8882,11.0949,11.4531,12.0315,12.9522,14.2764,16.115,18.4995,21.3616,24.354,27.0878,29.3356],"phase":"skin","raster_sha1":"e9fa5bc1711474e0","raw":[[6.702972,6.808436,3.599963],[6.709786,6.815395,3.601585],[6.717671,6.823611,3.611082]],"rgb":[71,58,50],"session":8,"source":"pipeline","spectrum_pct":[[2.61612,2.61444,2.61252,2.61031,2.60762,2.53896,2.49572,2.48702,2.42065,2.66039,4.92055,8.32682,9.26728,8.81101,7.84142,6.74675,5.82529,5.14944,4.69383,4.46262,4.57459,6.49713,9.42755,10.593,10.8785,11.0865,11.4434,12.0224,12.9392,14.2651,16.0955,18.4995,21.3616,24.3562,27.0878,29.3122],[2.62882,2.62716,2.62524,2.62304,2.62035,2.54797,2.50245,2.49472,2.41498,2.64331,4.90964,8.34468,9.27082,8.82487,7.84975,6.75162,5.83149,5.15764,4.69795,4.46818,4.57756,6.50401,9.44111,10.6066,10.8882,11.0949,11.4531,12.0315,12.9522,14.2764,16.115,18.4917,21.363,24.3497,27.0832,29.3368],[2.63269,2.63102,2.6291,2.6269,2.62421,2.55579,2.50846,2.49585,2.41881,2.67662,4.90412,8.37184,9.29096,8.82934,7.85681,6.76421,5.83991,5.16255,4.70301,4.47192,4.5815,6.51009,9.45061,10.6162,10.9026,11.1098,11.468,12.0403,12.9601,14.2856,16.1243,18.5127,21.3613,24.354,27.1321,29.3356]],"t_unix":1786300137.150212,"uid":"p00253","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.709786,6.815395,3.601585]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.14072135416666667,"blue":0.06459895833333333,"green":0.20261197916666668,"red":0.5398984375,"white":0.05196875,"yellow":0.00020052083333333334},"ink_index":null,"is_control":false,"label":"skin (80, 54, 53) fs_cam16ucs_hue_aware","median_raw":[7.285747,6.405697,4.901997],"median_spectrum_pct":[4.17444,4.17367,4.17278,4.17175,4.17049,4.18066,4.18356,4.18433,4.08199,4.17925,5.27002,6.81464,7.0533,6.69547,6.09511,5.44388,4.90106,4.52096,4.28857,4.22573,4.48508,6.84217,10.4045,11.8093,12.093,12.2336,12.5292,13.026,13.8614,15.1119,16.8582,19.1762,21.9431,24.8424,27.4417,29.5442],"phase":"skin","raster_sha1":"3ec10cb20473c890","raw":[[7.277456,6.398982,4.883243],[7.285747,6.405697,4.901997],[7.295205,6.415503,4.915314]],"rgb":[80,54,53],"session":8,"source":"pipeline","spectrum_pct":[[4.17444,4.17367,4.17278,4.17175,4.17049,4.16839,4.17139,4.1709,4.06728,4.13728,5.22756,6.81464,7.04118,6.67985,6.09397,5.43976,4.89537,4.51826,4.28286,4.22196,4.48023,6.83647,10.3984,11.8006,12.0805,12.224,12.5191,13.0182,13.8526,15.0967,16.8552,19.1628,21.9415,24.8424,27.4274,29.539],[4.17422,4.17344,4.17254,4.17151,4.17025,4.18066,4.18356,4.18433,4.08199,4.17925,5.27002,6.80596,7.0533,6.69547,6.09511,5.44388,4.90106,4.52096,4.28857,4.22573,4.48508,6.84217,10.4045,11.8093,12.093,12.2336,12.5292,13.026,13.8614,15.1119,16.8582,19.1762,21.9431,24.8231,27.4417,29.5442],[4.1884,4.18762,4.18672,4.1857,4.18443,4.18924,4.19101,4.19281,4.08886,4.19821,5.28869,6.84552,7.06554,6.70718,6.10781,5.45374,4.90719,4.52804,4.29395,4.23222,4.49005,6.8495,10.4191,11.8259,12.1043,12.2437,12.5367,13.0373,13.8717,15.1299,16.8813,19.1923,21.9751,24.8586,27.4674,29.5822]],"t_unix":1786300184.216494,"uid":"p00260","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.285747,6.405697,4.901997]} +{"battery_mv_start":0,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=4180","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":9,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786300464.5504897} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.482428,1.192893,2.439309],"median_spectrum_pct":[2.55557,2.55626,2.55705,2.55796,2.55886,2.50741,2.43153,2.35864,2.22849,2.09556,1.9944,1.84138,1.6803,1.45002,1.23352,1.04526,0.912697,0.830745,0.780991,0.760707,0.789667,1.02921,1.31323,1.43908,1.57314,1.79132,2.15511,2.73588,3.65239,5.07695,7.18783,10.082,13.7149,17.7025,21.4717,24.6393],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.481477,1.192893,2.438078],[1.482428,1.19257,2.439309],[1.484136,1.193496,2.445098]],"session":9,"source":"ink","spectrum_pct":[[2.55557,2.55626,2.55705,2.55796,2.55886,2.49657,2.42197,2.3512,2.22641,2.09556,1.9944,1.85273,1.68094,1.45453,1.23416,1.04526,0.912697,0.829998,0.779612,0.760707,0.787815,1.02737,1.31172,1.43752,1.57006,1.79083,2.15689,2.7402,3.65721,5.08522,7.20288,10.0977,13.7511,17.7447,21.5177,24.6995],[2.55062,2.5513,2.55208,2.55298,2.55389,2.50741,2.43153,2.35864,2.22849,2.08433,1.98605,1.84138,1.67564,1.45002,1.23352,1.0432,0.913462,0.832028,0.781171,0.760221,0.789667,1.02921,1.31323,1.43908,1.57314,1.79132,2.15347,2.73588,3.65239,5.07695,7.18783,10.082,13.7149,17.7025,21.4717,24.6393],[2.55848,2.55916,2.55995,2.56086,2.56177,2.5104,2.43514,2.35941,2.23186,2.09621,2.00463,1.84092,1.6803,1.44913,1.23058,1.0464,0.912008,0.830745,0.780991,0.761192,0.790714,1.03113,1.31553,1.4425,1.57509,1.79566,2.15511,2.73086,3.64816,5.06856,7.16341,10.0665,13.6867,17.6662,21.4504,24.6043]],"t_unix":1786300467.1865697,"uid":"s009_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.482428,1.192893,2.439309]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.972933,37.991128,43.069406],"median_spectrum_pct":[37.2775,37.2781,37.2787,37.2795,37.2811,38.3541,38.9897,39.412,39.6181,39.9659,41.2478,42.1544,41.9805,41.4754,40.7617,39.7659,38.7947,37.934,37.183,36.7924,36.2993,35.9601,35.6092,35.3001,35.1758,35.1804,35.3074,35.4295,35.6029,35.7736,36.0263,36.3858,36.9356,37.4637,37.8941,38.2142],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.989208,38.005098,43.075788],[34.972933,37.991128,43.069406],[34.95247,37.970702,43.049094]],"session":9,"source":"ink","spectrum_pct":[[37.2746,37.2752,37.2758,37.2765,37.2781,38.3305,38.9685,39.412,39.6393,40.0203,41.2797,42.1773,41.9805,41.4754,40.7677,39.7699,38.8,37.947,37.1937,36.809,36.3222,35.9828,35.6336,35.3276,35.2001,35.2043,35.3352,35.4538,35.6243,35.7823,36.0428,36.4078,36.9601,37.4637,37.8735,38.2366],[37.2822,37.2827,37.2834,37.2841,37.2857,38.3554,38.9921,39.4198,39.6181,39.9659,41.2478,42.1544,41.9852,41.4783,40.7617,39.7659,38.7947,37.934,37.183,36.7924,36.2993,35.9601,35.6092,35.3001,35.1758,35.1804,35.3074,35.4295,35.6029,35.7736,36.0263,36.3858,36.9356,37.4695,37.9137,38.2142],[37.2775,37.2781,37.2787,37.2795,37.2811,38.3541,38.9897,39.3984,39.5936,39.9381,41.1985,42.1236,41.9698,41.4628,40.7541,39.7525,38.7765,37.9141,37.1592,36.7679,36.2758,35.9372,35.588,35.2811,35.153,35.1524,35.2809,35.4025,35.574,35.741,35.991,36.3746,36.9222,37.4555,37.8941,38.1942]],"t_unix":1786300512.407244,"uid":"s009_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.972933,37.991128,43.069406]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.749162,36.350004,4.702329],"median_spectrum_pct":[1.62022,1.60591,1.58948,1.57059,1.54878,1.51129,1.4701,1.44016,1.42747,1.94099,6.28627,17.6248,27.104,33.6351,37.5417,38.8355,38.94,38.6687,38.2902,38.2243,38.1577,39.0623,40.325,40.6274,40.5228,40.3488,40.1986,39.9258,39.6495,39.3473,39.0655,38.8143,38.7293,38.6585,38.4922,38.3799],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.981982,36.632905,4.711035],[30.749162,36.350004,4.702329],[30.703944,36.292592,4.689421]],"session":9,"source":"ink","spectrum_pct":[[1.62785,1.61342,1.59687,1.57783,1.55585,1.5218,1.47785,1.44019,1.41531,1.94099,6.28627,17.6824,27.2718,33.8875,37.8375,39.1466,39.2562,38.9847,38.6058,38.5467,38.4811,39.3808,40.6251,40.9172,40.8118,40.6327,40.4769,40.2006,39.9121,39.5964,39.3046,39.054,38.9637,38.8957,38.7206,38.5837],[1.62022,1.60591,1.58948,1.57059,1.54878,1.50753,1.46644,1.43693,1.42747,1.97637,6.34591,17.6248,27.104,33.6351,37.5417,38.8355,38.94,38.6687,38.2902,38.2243,38.1577,39.0623,40.325,40.6274,40.5228,40.3488,40.1986,39.9258,39.6495,39.3473,39.0655,38.8143,38.7293,38.6585,38.4922,38.3799],[1.61761,1.60332,1.58692,1.56805,1.54628,1.51129,1.4701,1.44016,1.42899,1.93228,6.27615,17.6229,27.0801,33.6011,37.4846,38.7719,38.8749,38.599,38.2186,38.1529,38.0861,38.9978,40.277,40.5827,40.4804,40.3068,40.1529,39.8811,39.6012,39.301,39.0229,38.7673,38.68,38.6044,38.4582,38.3378]],"t_unix":1786300557.5612185,"uid":"s009_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.749162,36.350004,4.702329]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.6663,4.406564,1.019174],"median_spectrum_pct":[0.969242,0.967943,0.966451,0.964732,0.962749,0.966032,0.959098,0.944113,0.892419,0.805697,0.873257,1.07563,1.14396,1.13628,1.08631,1.01193,1.00371,1.11266,1.29106,1.55261,2.23716,6.73076,14.2422,17.5426,17.9867,17.7781,17.606,17.6197,17.9799,18.743,19.9682,21.649,23.8328,26.1609,28.2728,29.9683],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.65698,4.402316,1.019174],[7.6663,4.406566,1.020673],[7.673099,4.406564,1.009273]],"session":9,"source":"ink","spectrum_pct":[[0.971519,0.970224,0.968738,0.967025,0.965045,0.966032,0.956996,0.942264,0.880334,0.827449,0.88109,1.06574,1.14071,1.13405,1.08631,1.01193,1.00424,1.1153,1.29586,1.56133,2.242,6.72042,14.2222,17.5198,17.9546,17.7491,17.5823,17.5915,17.954,18.7241,19.9448,21.6411,23.8094,26.149,28.2728,29.9683],[0.969242,0.967943,0.966451,0.964732,0.962749,0.966199,0.959098,0.944517,0.900425,0.805697,0.873257,1.07563,1.15151,1.14136,1.08729,1.01444,1.00371,1.11266,1.29106,1.55261,2.23716,6.73076,14.2422,17.5426,17.9867,17.7781,17.606,17.6197,17.9799,18.743,19.9682,21.649,23.8335,26.1609,28.3082,29.9858],[0.95756,0.956252,0.954749,0.953018,0.95103,0.960039,0.960494,0.944113,0.892419,0.791904,0.803368,1.07797,1.14396,1.13628,1.08244,1.00553,1.00049,1.10967,1.28382,1.54388,2.23476,6.74581,14.2633,17.5629,18.0117,17.8058,17.6329,17.6426,18.0051,18.7592,19.9783,21.655,23.8328,26.1757,28.2513,29.9504]],"t_unix":1786300602.76761,"uid":"s009_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.6663,4.406564,1.019174]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.990685,7.691933,27.386611],"median_spectrum_pct":[24.5026,24.5099,24.5182,24.5279,24.5395,25.2659,25.99,26.5229,26.2494,25.9235,25.4225,22.6852,18.7696,14.9848,11.6252,8.90027,6.89974,5.52015,4.5913,4.00215,3.61939,3.44194,3.39442,3.442,3.61425,3.92983,4.44273,5.20432,6.2951,7.80203,9.92246,12.7541,16.2667,20.1282,23.7802,26.896],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.971155,7.671773,27.327873],[7.990685,7.691933,27.386611],[8.00297,7.706383,27.421146]],"session":9,"source":"ink","spectrum_pct":[[24.4518,24.4591,24.4674,24.4771,24.4887,25.2009,25.9209,26.4653,26.2215,25.8422,25.3897,22.6435,18.7183,14.9549,11.5967,8.87253,6.8797,5.5021,4.5754,3.98877,3.60732,3.43382,3.38576,3.43342,3.60417,3.91573,4.43365,5.19397,6.27695,7.78076,9.91151,12.7378,16.2613,20.1282,23.7821,26.8762],[24.5026,24.5099,24.5182,24.5279,24.5395,25.2659,25.99,26.5229,26.2494,25.9235,25.4225,22.6852,18.7696,14.9848,11.6252,8.90027,6.89974,5.52015,4.5913,4.00215,3.61939,3.44194,3.39442,3.442,3.61425,3.92983,4.44273,5.20432,6.2951,7.80203,9.92246,12.7541,16.2667,20.1154,23.7611,26.896],[24.5416,24.5489,24.5573,24.5669,24.5785,25.3064,26.0296,26.5579,26.2753,25.9408,25.4498,22.7184,18.8002,15.0151,11.6529,8.92074,6.91569,5.53274,4.5991,4.00951,3.62488,3.4495,3.40289,3.44922,3.61868,3.93681,4.44971,5.21458,6.30607,7.80838,9.93172,12.7641,16.2895,20.1397,23.7802,26.904]],"t_unix":1786300647.9841015,"uid":"s009_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.990685,7.691933,27.386611]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.253924,8.003264,6.440771],"median_spectrum_pct":[4.58496,4.58358,4.58201,4.58019,4.57777,4.4245,4.37057,4.38114,4.2308,4.6176,9.14085,16.0542,17.4345,15.8005,13.2057,10.6155,8.55633,7.06362,6.02524,5.35649,4.91164,4.73368,4.69596,4.71196,4.8595,5.16017,5.66812,6.40858,7.47888,8.98665,11.0648,13.8207,17.2048,20.8508,24.341,27.2619],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.247812,7.993321,6.432409],[5.253924,8.003264,6.440771],[5.260636,8.011167,6.448529]],"session":9,"source":"ink","spectrum_pct":[[4.58496,4.58358,4.58201,4.58019,4.57777,4.42154,4.36054,4.37555,4.22672,4.6176,9.11418,16.0494,17.4214,15.7866,13.1883,10.5966,8.54426,7.05604,6.01738,5.34982,4.90435,4.72885,4.69005,4.70883,4.8522,5.1567,5.66137,6.3984,7.4689,8.99387,11.0677,13.8117,17.2133,20.8587,24.3563,27.2597],[4.57751,4.57612,4.57452,4.57269,4.57026,4.4245,4.37057,4.38114,4.2308,4.61489,9.16349,16.0542,17.4345,15.8005,13.2057,10.6155,8.55633,7.06362,6.02524,5.35649,4.91164,4.73368,4.69596,4.71196,4.8595,5.16017,5.66812,6.40858,7.47888,8.98319,11.061,13.8207,17.2048,20.8383,24.3204,27.2621],[4.59955,4.59817,4.59659,4.59477,4.59235,4.43802,4.37917,4.38572,4.2339,4.62991,9.14085,16.0645,17.4496,15.8159,13.2155,10.6237,8.56562,7.07046,6.03311,5.36373,4.91871,4.74045,4.70331,4.71947,4.86472,5.16942,5.67205,6.41293,7.47955,8.98665,11.0648,13.8236,17.199,20.8508,24.341,27.2619]],"t_unix":1786300693.1479986,"uid":"s009_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.253924,8.003264,6.440771]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.12163541666666666,"blue":0.0,"green":0.15101302083333334,"red":0.6063333333333333,"white":0.12101822916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (104, 68, 68) atkinson_oklab_hue_aware","median_raw":[8.639311,7.256232,4.920404],"median_spectrum_pct":[4.22492,4.22383,4.22258,4.22114,4.21944,4.24304,4.25026,4.2514,4.19545,4.23204,5.08656,6.37526,6.68467,6.49253,6.11996,5.68196,5.31206,5.07467,4.94733,4.97371,5.33819,8.24979,12.8188,14.6829,15.0057,15.0696,15.2446,15.6264,16.3408,17.4418,19.0101,21.0636,23.5555,26.1886,28.512,30.4021],"phase":"skin","raster_sha1":"575dfa8c86d4c8c6","raw":[[8.632985,7.25155,4.910602],[8.639311,7.256232,4.920404],[8.644387,7.260158,4.921215]],"rgb":[104,68,68],"session":9,"source":"pipeline","spectrum_pct":[[4.20583,4.20473,4.20347,4.20202,4.20032,4.23339,4.24278,4.24546,4.1822,4.23005,5.08656,6.37501,6.67107,6.48452,6.11706,5.67629,5.3086,5.0718,4.94518,4.97367,5.33778,8.24668,12.8093,14.6767,14.9985,15.0557,15.2296,15.6156,16.3245,17.4248,18.9964,21.0428,23.55,26.175,28.4777,30.3483],[4.22492,4.22383,4.22258,4.22114,4.21944,4.24304,4.25026,4.25286,4.20321,4.23204,5.0762,6.38647,6.68469,6.49253,6.11996,5.68196,5.31206,5.07467,4.94733,4.97371,5.33819,8.24979,12.8188,14.6829,15.0057,15.0696,15.2446,15.6264,16.3413,17.4418,19.0101,21.0636,23.5621,26.2031,28.512,30.4066],[4.22792,4.22684,4.22559,4.22415,4.22245,4.24787,4.25522,4.2514,4.19545,4.23284,5.0892,6.37526,6.68467,6.49907,6.12369,5.68448,5.31597,5.07618,4.94891,4.9748,5.34192,8.25732,12.8233,14.6957,15.0188,15.0798,15.2551,15.6355,16.3408,17.4493,19.0106,21.0688,23.5555,26.1886,28.5158,30.4021]],"t_unix":1786300740.888779,"uid":"p00277","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.639311,7.256232,4.920404]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.32304947916666665,"white":0.6763098958333333,"yellow":0.000640625},"ink_index":null,"is_control":false,"label":"skin (181, 145, 139) fs_cam16ucs_hue_aware","median_raw":[23.300606,23.462336,23.766444],"median_spectrum_pct":[20.7074,20.7068,20.7062,20.7054,20.7049,21.1785,21.4423,21.5777,21.5726,21.7861,23.0252,24.1609,24.2534,23.9475,23.4812,22.8606,22.2494,21.7284,21.3116,21.1813,21.3285,23.6679,27.1475,28.4541,28.6983,28.7862,28.9806,29.2414,29.6718,30.255,31.0264,32.0079,33.2004,34.3453,35.3317,35.996],"phase":"skin","raster_sha1":"c5a2d01e766d2b1f","raw":[[23.305977,23.468881,23.772719],[23.300606,23.462336,23.766444],[23.182323,23.34488,23.706555]],"rgb":[181,145,139],"session":9,"source":"pipeline","spectrum_pct":[[20.7114,20.7108,20.7102,20.7095,20.7089,21.1785,21.4423,21.579,21.5726,21.7861,23.0252,24.181,24.2614,23.9475,23.487,22.867,22.2562,21.7321,21.3176,21.1919,21.3359,23.6719,27.154,28.4628,28.7034,28.7908,28.9807,29.2435,29.6808,30.2658,31.03,32.0079,33.2004,34.3721,35.3317,35.996],[20.7074,20.7068,20.7062,20.7054,20.7049,21.1945,21.4544,21.5777,21.5586,21.7491,23.0189,24.1609,24.2534,23.948,23.4812,22.8606,22.2494,21.7284,21.3116,21.1813,21.3285,23.6679,27.1475,28.4541,28.6983,28.7862,28.9806,29.2414,29.6718,30.255,31.0264,32.0147,33.203,34.3453,35.3359,36.0515],[20.6409,20.6404,20.6398,20.6392,20.6385,21.0021,21.2586,21.5068,21.6,21.8213,23.0699,24.1463,24.1652,23.8334,23.3597,22.7387,22.1314,21.6097,21.1955,21.0669,21.2078,23.5302,26.9923,28.2966,28.5395,28.6308,28.8275,29.0915,29.5278,30.113,30.8974,31.8877,33.0839,34.2473,35.2261,35.9522]],"t_unix":1786300789.3013155,"uid":"p00341","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.300606,23.462336,23.766444]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (222, 206, 204) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[222,206,204],"session":9,"source":"pipeline","t_unix":1786300836.9093711,"uid":"p00505","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.17703385416666667,"blue":0.002927083333333333,"green":0.007309895833333333,"red":0.6023515625,"white":0.21037239583333334,"yellow":5.208333333333333e-06},"ink_index":null,"is_control":false,"label":"skin (104, 68, 68) fs_cam16ucs_hue_aware","median_raw":[9.675835,7.903,6.573858],"median_spectrum_pct":[5.95446,5.95391,5.95328,5.95255,5.95166,5.98737,6.00767,6.02611,5.95917,5.9215,6.18514,6.54472,6.54863,6.40577,6.19255,5.9378,5.73876,5.64475,5.62586,5.73182,6.1539,9.21547,13.9845,15.9271,16.2461,16.2799,16.4213,16.7534,17.3897,18.416,19.8881,21.819,24.1891,26.6645,28.8805,30.6195],"phase":"skin","raster_sha1":"4bab87413f34ff27","raw":[[9.668042,7.897632,6.573858],[9.679775,7.908294,6.602399],[9.675835,7.903,6.573639]],"rgb":[104,68,68],"session":9,"source":"pipeline","spectrum_pct":[[5.93787,5.93731,5.93667,5.93594,5.93503,5.97816,5.99939,6.01885,5.95076,5.9215,6.18514,6.5345,6.54208,6.39446,6.18183,5.93142,5.73734,5.64233,5.62586,5.73182,6.15383,9.20503,13.9709,15.9133,16.2353,16.2668,16.4095,16.7372,17.3781,18.4055,19.8717,21.8005,24.1646,26.6527,28.862,30.6195],[5.97009,5.96955,5.96894,5.96823,5.96732,5.98737,6.00767,6.03118,5.97325,5.95315,6.29258,6.57555,6.56146,6.40577,6.19255,5.93942,5.74089,5.6448,5.6295,5.73672,6.15955,9.21547,13.9845,15.9271,16.2461,16.2799,16.4213,16.7534,17.3964,18.4251,19.9028,21.8387,24.2106,26.6978,28.9022,30.6791],[5.95446,5.95391,5.95328,5.95255,5.95166,5.98952,6.01031,6.02611,5.95917,5.88207,6.14923,6.54472,6.54863,6.40578,6.19523,5.9378,5.73876,5.64475,5.62288,5.72845,6.1539,9.21569,13.9876,15.9338,16.2517,16.283,16.4287,16.7557,17.3897,18.416,19.8881,21.819,24.1891,26.6645,28.8805,30.6068]],"t_unix":1786300838.7419333,"uid":"p00278","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.675835,7.903,6.573858]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5730286458333333,"white":0.42280729166666664,"yellow":0.0041640625},"ink_index":null,"is_control":false,"label":"skin (180, 110, 81) atkinson_hue_aware","median_raw":[16.057984,14.516064,12.685875],"median_spectrum_pct":[11.1718,11.1708,11.1697,11.1684,11.1669,11.3367,11.4254,11.4781,11.4588,11.4952,12.2402,13.0774,13.23,13.1005,12.848,12.486,12.1631,11.9483,11.8232,11.8921,12.3353,15.88,21.4404,23.7264,24.1134,24.129,24.2092,24.4266,24.9038,25.6317,26.6731,28.0071,29.6277,31.2857,32.7121,33.786],"phase":"skin","raster_sha1":"d1187fec574c0ede","raw":[[16.057548,14.517701,12.685875],[16.057984,14.516064,12.679737],[16.059309,14.514884,12.687036]],"rgb":[180,110,81],"session":9,"source":"pipeline","spectrum_pct":[[11.1648,11.1638,11.1627,11.1614,11.1599,11.3309,11.4199,11.4781,11.472,11.4981,12.2402,13.0878,13.227,13.1046,12.8514,12.4883,12.1661,11.9485,11.827,11.8979,12.3376,15.8787,21.4362,23.7201,24.1026,24.1234,24.2092,24.4247,24.8945,25.6238,26.6709,28.008,29.6161,31.2789,32.6993,33.7525],[11.1729,11.172,11.1708,11.1696,11.1681,11.3367,11.4254,11.4771,11.4517,11.4722,12.2376,13.0768,13.23,13.1005,12.8454,12.486,12.1631,11.9483,11.8232,11.8921,12.3353,15.88,21.4404,23.7264,24.1134,24.129,24.2079,24.4266,24.9038,25.6317,26.6731,28.0071,29.6277,31.2857,32.7205,33.7888],[11.1718,11.1708,11.1697,11.1684,11.1669,11.342,11.4303,11.4824,11.4588,11.4952,12.2411,13.0774,13.2309,13.0965,12.848,12.4837,12.1622,11.9432,11.8166,11.8863,12.3313,15.8804,21.4417,23.7296,24.1139,24.1392,24.216,24.4319,24.9072,25.6361,26.6758,28.0059,29.6299,31.2946,32.7121,33.786]],"t_unix":1786300886.301089,"uid":"p00477","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.057984,14.516064,12.685875]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.16057552083333335,"white":0.8394244791666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (176, 159, 146) atkinson_oklab_hue_aware","median_raw":[28.95009,30.492817,33.310262],"median_spectrum_pct":[28.9589,28.959,28.9592,28.9593,28.9599,29.6887,30.1234,30.429,30.5397,30.7394,31.9493,33.0225,32.9258,32.4901,31.8955,31.0662,30.2611,29.5637,28.9721,28.7036,28.5303,29.5787,31.1906,31.7004,31.7539,31.8011,31.967,32.1706,32.474,32.8663,33.3897,34.0737,34.9586,35.8033,36.493,36.9655],"phase":"skin","raster_sha1":"7cdca59b644283c9","raw":[[28.955041,30.492817,33.298742],[28.95009,30.493285,33.310262],[28.930552,30.478935,33.320009]],"rgb":[176,159,146],"session":9,"source":"pipeline","spectrum_pct":[[28.9589,28.959,28.9592,28.9593,28.9599,29.6708,30.1023,30.4129,30.5251,30.7394,31.9317,33.0225,32.9097,32.4688,31.8747,31.0588,30.2611,29.5637,28.9732,28.7076,28.538,29.5933,31.2077,31.7131,31.7716,31.8171,31.98,32.1818,32.4848,32.8776,33.3897,34.0758,34.9586,35.7868,36.4805,36.9618],[28.9573,28.9574,28.9575,28.9576,28.9583,29.6887,30.1234,30.429,30.5443,30.7238,31.9508,32.9965,32.9258,32.4901,31.8955,31.072,30.2694,29.5666,28.9721,28.7036,28.5303,29.5787,31.1906,31.7004,31.7539,31.8011,31.967,32.1706,32.474,32.8663,33.3927,34.0737,34.9692,35.8229,36.493,37.0022],[28.9725,28.9726,28.9727,28.9729,28.9735,29.7042,30.1351,30.433,30.5397,30.7457,31.9493,33.023,32.9433,32.4964,31.8962,31.0662,30.2594,29.5538,28.9543,28.6778,28.5122,29.5542,31.158,31.6611,31.7183,31.7615,31.9294,32.1323,32.4404,32.8305,33.3672,34.0617,34.9297,35.8033,36.5024,36.9655]],"t_unix":1786300933.6584458,"uid":"p00331","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.95009,30.492817,33.310262]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5147526041666667,"white":0.4852473958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (170, 113, 79) fs_cam16ucs_hue_aware","median_raw":[17.596231,16.430824,14.697106],"median_spectrum_pct":[12.8781,12.8771,12.8759,12.8746,12.873,13.0754,13.1861,13.2454,13.211,13.2568,14.3789,15.508,15.6571,15.4765,15.1568,14.7193,14.3029,13.9858,13.7602,13.7703,14.1691,17.5807,22.7725,24.8645,25.2588,25.3526,25.5308,25.8158,26.3427,27.0842,28.0992,29.3675,30.8895,32.3932,33.7021,34.61],"phase":"skin","raster_sha1":"0bf674b0a80dfbed","raw":[[17.597114,16.432395,14.697106],[17.596231,16.430824,14.697238],[17.593837,16.42662,14.68753]],"rgb":[170,113,79],"session":9,"source":"pipeline","spectrum_pct":[[12.8787,12.8777,12.8765,12.8752,12.8737,13.0676,13.1816,13.2497,13.211,13.2652,14.3789,15.508,15.6646,15.4765,15.1568,14.7209,14.3048,13.9898,13.7644,13.7737,14.1735,17.5813,22.7729,24.8624,25.2588,25.3524,25.5305,25.8156,26.3427,27.0785,28.0993,29.3675,30.8942,32.4099,33.7021,34.619],[12.8781,12.8771,12.8759,12.8746,12.873,13.0754,13.1861,13.2454,13.2127,13.2488,14.3935,15.5135,15.6571,15.4778,15.1584,14.7193,14.3029,13.9858,13.7602,13.7703,14.1691,17.5807,22.7724,24.8645,25.2578,25.3536,25.5308,25.8158,26.3479,27.0854,28.0878,29.3645,30.8893,32.3932,33.699,34.5999],[12.8707,12.8697,12.8685,12.8672,12.8657,13.0767,13.1907,13.2433,13.1899,13.2568,14.3436,15.48,15.643,15.4739,15.1563,14.7177,14.3017,13.9823,13.7558,13.7657,14.1653,17.5765,22.7725,24.8658,25.2605,25.3526,25.5327,25.8162,26.3423,27.0842,28.0992,29.3681,30.8895,32.3904,33.7121,34.61]],"t_unix":1786300980.588997,"uid":"p00329","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.596231,16.430824,14.697106]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2532213541666667,"white":0.7467786458333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (169, 152, 148) atkinson_hue_aware","median_raw":[25.733159,26.475571,28.042565],"median_spectrum_pct":[24.4401,24.4399,24.4397,24.4394,24.4395,25.063,25.4078,25.5828,25.5873,25.7439,26.9251,27.9592,27.9484,27.5926,27.0839,26.3799,25.6936,25.0987,24.6069,24.4173,24.424,26.1838,28.8437,29.804,29.9575,30.0123,30.176,30.3881,30.7564,31.2443,31.9145,32.7681,33.8309,34.8747,35.7264,36.3487],"phase":"skin","raster_sha1":"8d7d79038d17a177","raw":[[25.74397,26.479507,28.042565],[25.733159,26.47019,28.027544],[25.732196,26.475571,28.060015]],"rgb":[169,152,148],"session":9,"source":"pipeline","spectrum_pct":[[24.4401,24.4399,24.4397,24.4394,24.4395,25.0459,25.3922,25.5785,25.5982,25.7727,26.9251,27.9592,27.9484,27.5852,27.0807,26.3799,25.6936,25.1012,24.6152,24.43,24.438,26.2002,28.8614,29.8167,29.9663,30.0244,30.1838,30.3951,30.7608,31.2573,31.9237,32.7681,33.8309,34.8613,35.7264,36.3487],[24.4377,24.4375,24.4373,24.437,24.4371,25.063,25.4078,25.5828,25.5702,25.7143,26.8536,27.95,27.9399,27.5926,27.0839,26.3755,25.6913,25.0952,24.6049,24.4173,24.424,26.1838,28.8437,29.804,29.9575,30.0123,30.176,30.3881,30.7564,31.2443,31.9145,32.7676,33.8164,34.8747,35.7231,36.3286],[24.4515,24.4513,24.4511,24.4508,24.4509,25.0945,25.439,25.6,25.5873,25.7439,26.9479,27.9875,27.9711,27.6135,27.1037,26.3951,25.7008,25.0987,24.6069,24.4143,24.4173,26.1715,28.8256,29.7921,29.9454,30.0005,30.1626,30.3718,30.7404,31.2398,31.9069,32.7796,33.8371,34.8857,35.7431,36.3684]],"t_unix":1786301028.1381433,"uid":"p00324","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.733159,26.475571,28.042565]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0001171875,"blue":0.0,"green":0.0,"red":0.3528880208333333,"white":0.646640625,"yellow":0.0003541666666666667},"ink_index":null,"is_control":false,"label":"skin (164, 140, 120) fs_cam16ucs_hue_aware","median_raw":[22.482435,22.493822,22.617359],"median_spectrum_pct":[19.7527,19.7522,19.7516,19.7509,19.7502,20.0813,20.295,20.5225,20.5915,20.7228,21.9338,23.1154,23.1481,22.8464,22.3772,21.7677,21.1746,20.6772,20.2928,20.1852,20.3485,22.7809,26.4349,27.8291,28.078,28.1684,28.3792,28.65,29.0988,29.6977,30.511,31.5347,32.7658,33.9747,34.9533,35.6976],"phase":"skin","raster_sha1":"3d48aa14bacb0dc1","raw":[[22.491619,22.503631,22.626995],[22.482435,22.493822,22.615138],[22.479324,22.491227,22.617359]],"rgb":[164,140,120],"session":9,"source":"pipeline","spectrum_pct":[[19.7527,19.7522,19.7516,19.7509,19.7502,20.0813,20.2911,20.5225,20.6065,20.7738,21.9387,23.118,23.1596,22.8475,22.3832,21.773,21.1847,20.6863,20.2988,20.1939,20.3593,22.7973,26.446,27.836,28.0854,28.1786,28.386,28.6538,29.1038,29.7191,30.5192,31.5347,32.768,33.9519,34.9533,35.6976],[19.7529,19.7524,19.7518,19.7511,19.7504,20.0797,20.295,20.5209,20.5867,20.7228,21.9338,23.1154,23.1481,22.8405,22.3719,21.7641,21.1737,20.6772,20.2928,20.1852,20.3485,22.7809,26.4349,27.8291,28.0775,28.1684,28.3792,28.65,29.0984,29.6977,30.5085,31.5372,32.7658,33.9782,34.9435,35.6724],[19.7443,19.7438,19.7432,19.7425,19.7418,20.0924,20.3071,20.5282,20.5915,20.7073,21.9249,23.1149,23.1457,22.8464,22.3772,21.7677,21.1746,20.6753,20.286,20.1747,20.3403,22.777,26.4298,27.8237,28.078,28.1656,28.3698,28.6398,29.0988,29.6958,30.511,31.533,32.7538,33.9747,34.9539,35.7061]],"t_unix":1786301075.1295395,"uid":"p00320","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.482435,22.493822,22.617359]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9312369791666667,"yellow":0.06876302083333333},"ink_index":null,"is_control":false,"label":"skin (252, 205, 179) atkinson_oklab_hue_aware","median_raw":[34.052079,37.357736,39.154582],"median_spectrum_pct":[33.6878,33.6871,33.6863,33.6854,33.6849,34.5113,35.0473,35.5149,35.7441,36.0695,37.8519,40.0392,40.6682,40.5953,40.1199,39.2314,38.3079,37.4724,36.7312,36.3464,35.8769,35.6296,35.3989,35.1327,35.0133,35.0065,35.129,35.244,35.4073,35.5702,35.8298,36.1811,36.7421,37.248,37.6378,37.9541],"phase":"skin","raster_sha1":"77852cafec5465b9","raw":[[34.066568,37.372916,39.154582],[34.052079,37.357736,39.157529],[34.031031,37.338839,39.146117]],"rgb":[252,205,179],"session":9,"source":"pipeline","spectrum_pct":[[33.6839,33.6832,33.6824,33.6815,33.6809,34.4929,35.0323,35.5149,35.7552,36.0695,37.8628,40.0539,40.6686,40.5972,40.1271,39.2435,38.3207,37.4857,36.7496,36.3668,35.8999,35.654,35.4185,35.1521,35.0302,35.0331,35.1506,35.2647,35.4274,35.5878,35.8467,36.2107,36.7527,37.2791,37.683,37.9354],[33.6896,33.6889,33.6881,33.6872,33.6866,34.5113,35.0473,35.5204,35.7441,36.0745,37.8519,40.0392,40.6659,40.5953,40.1199,39.2314,38.3079,37.4724,36.7312,36.3464,35.8769,35.6296,35.3989,35.1327,35.0133,35.0065,35.129,35.244,35.4073,35.5702,35.8298,36.1811,36.7421,37.248,37.6378,37.9886],[33.6878,33.6871,33.6863,33.6854,33.6849,34.5174,35.0556,35.5118,35.723,36.0465,37.8199,40.0219,40.6682,40.5891,40.1118,39.2208,38.2938,37.4527,36.7106,36.3262,35.8522,35.6034,35.3676,35.1037,34.9841,34.9796,35.1015,35.212,35.3787,35.5461,35.7966,36.1566,36.6989,37.2448,37.6355,37.9541]],"t_unix":1786301122.7638938,"uid":"p00538","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.052079,37.357736,39.154582]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (222, 176, 166) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[222,176,166],"session":9,"source":"pipeline","t_unix":1786301170.2739627,"uid":"p00403","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (235, 160, 150) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[235,160,150],"session":9,"source":"pipeline","t_unix":1786301172.517403,"uid":"p00517","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3107317708333333,"white":0.6835390625,"yellow":0.005729166666666666},"ink_index":null,"is_control":false,"label":"skin (168, 147, 145) fs_cam16ucs_hue_aware","median_raw":[23.963935,24.33046,24.819445],"median_spectrum_pct":[21.5949,21.5944,21.5938,21.5931,21.5925,22.0449,22.331,22.5428,22.575,22.7622,23.9973,25.2986,25.3992,25.0565,24.5765,23.9249,23.2751,22.7056,22.2397,22.075,22.1683,24.3443,27.6094,28.8465,29.0843,29.1824,29.3825,29.6323,30.0557,30.6162,31.3591,32.3011,33.4379,34.5265,35.4426,36.1068],"phase":"skin","raster_sha1":"c4956d18c14cadb5","raw":[[23.969382,24.337667,24.82021],[23.963935,24.329295,24.814787],[23.960323,24.33046,24.819445]],"rgb":[168,147,145],"session":9,"source":"pipeline","spectrum_pct":[[21.5931,21.5926,21.592,21.5913,21.5907,22.0348,22.3233,22.5416,22.575,22.7648,24.052,25.317,25.3992,25.0565,24.5765,23.9249,23.2751,22.7119,22.2492,22.0852,22.1749,24.3496,27.6174,28.8508,29.088,29.1883,29.3887,29.6404,30.0597,30.6162,31.3671,32.3011,33.4379,34.5283,35.4426,36.1022],[21.5949,21.5944,21.5938,21.5931,21.5925,22.0449,22.331,22.5428,22.5772,22.7622,23.9769,25.2986,25.3738,25.0564,24.5723,23.9205,23.2685,22.7026,22.2389,22.075,22.1683,24.3443,27.6094,28.8465,29.0843,29.1824,29.3825,29.6306,30.0557,30.6164,31.3591,32.2808,33.4243,34.5263,35.4437,36.1537],[21.5986,21.598,21.5974,21.5967,21.5962,22.0654,22.3529,22.5483,22.5548,22.755,23.9973,25.2872,25.3994,25.0653,24.5872,23.9276,23.2763,22.7056,22.2397,22.0722,22.1663,24.3367,27.5958,28.8359,29.0746,29.1671,29.371,29.6323,30.0495,30.6127,31.3579,32.3065,33.4404,34.5265,35.4298,36.1068]],"t_unix":1786301174.2193165,"uid":"p00323","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.963935,24.33046,24.819445]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.11772135416666667,"blue":0.05090625,"green":0.3911614583333333,"red":0.42190364583333334,"white":0.014223958333333333,"yellow":0.004083333333333333},"ink_index":null,"is_control":false,"label":"skin (71, 58, 50) fs_cam16ucs_hue_aware","median_raw":[6.867399,6.999054,4.657892],"median_spectrum_pct":[3.67499,3.67371,3.67224,3.67055,3.66847,3.64463,3.62729,3.61813,3.48257,3.61132,5.65524,8.71917,9.50384,9.01849,8.07971,7.03501,6.13681,5.45755,4.99231,4.75945,4.84866,6.59639,9.21328,10.2327,10.4929,10.7142,11.1004,11.7174,12.6724,14.0348,15.8965,18.3025,21.2159,24.224,26.9425,29.1997],"phase":"skin","raster_sha1":"8972fd259ea890c9","raw":[[6.862721,6.992042,4.657892],[6.867399,6.999054,4.656194],[6.87512,7.005661,4.66686]],"rgb":[71,58,50],"session":9,"source":"pipeline","spectrum_pct":[[3.67499,3.67371,3.67224,3.67055,3.66847,3.62991,3.61604,3.61166,3.47493,3.62853,5.68842,8.71917,9.47423,9.00919,8.07004,7.02808,6.12863,5.44924,4.98512,4.75609,4.84311,6.58433,9.20623,10.2307,10.4851,10.7081,11.0922,11.7144,12.6724,14.0348,15.8965,18.2854,21.2089,24.223,26.9373,29.1771],[3.66753,3.66624,3.66475,3.66304,3.66097,3.64463,3.62729,3.61813,3.48257,3.58272,5.65524,8.73736,9.50393,9.01849,8.07971,7.03501,6.13681,5.45755,4.99231,4.75945,4.84866,6.59639,9.21328,10.2327,10.4929,10.7142,11.1004,11.7174,12.6615,14.0345,15.8937,18.3025,21.2159,24.224,26.9608,29.2102],[3.67964,3.67835,3.67687,3.67516,3.6731,3.65476,3.63587,3.62332,3.4991,3.61132,5.64951,8.71839,9.50384,9.03164,8.08803,7.04173,6.14562,5.46495,4.99788,4.76611,4.85321,6.59723,9.21824,10.245,10.5055,10.7229,11.1135,11.7266,12.6774,14.0438,15.901,18.316,21.2212,24.2243,26.9425,29.1997]],"t_unix":1786301221.057733,"uid":"p00254","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.867399,6.999054,4.657892]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (201, 173, 157) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[201,173,157],"session":9,"source":"pipeline","t_unix":1786301268.4390519,"uid":"p00493","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.841723,37.837905,42.964175],"median_spectrum_pct":[37.2396,37.2402,37.2408,37.2416,37.2433,38.3478,38.9675,39.3533,39.5087,39.783,41.0111,41.9842,41.8379,41.3277,40.6117,39.6159,38.6398,37.7822,37.0286,36.6332,36.14,35.8059,35.4683,35.1598,35.0313,35.026,35.1519,35.2704,35.4402,35.6158,35.87,36.2555,36.8029,37.3356,37.7498,38.0728],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.862583,37.858537,42.980646],[34.841723,37.837905,42.964175],[34.820971,37.820239,42.949285]],"rgb":null,"session":9,"source":"bayer","spectrum_pct":[[37.2396,37.2402,37.2408,37.2416,37.2433,38.3286,38.9507,39.3588,39.5303,39.8199,41.1225,42.0201,41.8364,41.3364,40.6193,39.6264,38.6579,37.798,37.047,36.6577,36.1626,35.8338,35.4932,35.1872,35.0588,35.0559,35.1862,35.3023,35.475,35.6369,35.8817,36.2555,36.8139,37.3408,37.7581,38.0828],[37.2473,37.2479,37.2486,37.2493,37.2511,38.3478,38.9675,39.3533,39.5087,39.783,41.0111,41.9842,41.8385,41.3242,40.6111,39.6159,38.6398,37.7822,37.0286,36.6332,36.14,35.8059,35.4683,35.1598,35.0313,35.026,35.1519,35.2704,35.4402,35.6158,35.87,36.2584,36.8029,37.3356,37.7498,38.0728],[37.2284,37.229,37.2297,37.2305,37.2323,38.3538,38.9725,39.3449,39.4799,39.7488,40.9856,41.9679,41.8379,41.3277,40.6117,39.6033,38.6278,37.7612,37.0066,36.6095,36.1142,35.7846,35.4434,35.1348,35.0,34.9965,35.1249,35.2435,35.4244,35.59,35.85,36.2265,36.7667,37.3178,37.7089,38.0487]],"t_unix":1786301268.4413052,"uid":"p01317","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.841723,37.837905,42.964175]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":9,"source":"bayer","t_unix":1786301313.6128504,"uid":"p01318","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":9,"source":"bayer","t_unix":1786301313.6151905,"uid":"p01319","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4700182291666667,"white":0.5299817708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (177, 98, 83) atkinson_oklab_hue_aware","median_raw":[19.270017,18.491121,17.733175],"median_spectrum_pct":[15.472,15.4713,15.4704,15.4694,15.4683,15.7499,15.9482,16.1215,16.1393,16.1902,17.1481,18.1086,18.1729,17.9509,17.596,17.1047,16.6581,16.302,16.0401,16.0197,16.3099,19.2877,23.9112,25.7712,26.0961,26.1493,26.2848,26.5179,26.9835,27.6429,28.5699,29.7431,31.1862,32.5993,33.8499,34.7396],"phase":"skin","raster_sha1":"a3291e9562496f80","raw":[[19.376208,18.593916,17.805861],[19.270017,18.491121,17.726532],[19.26786,18.486793,17.733175]],"rgb":[177,98,83],"session":9,"source":"pipeline","spectrum_pct":[[15.5541,15.5533,15.5524,15.5513,15.5503,15.8985,16.1008,16.1867,16.144,16.1884,17.1687,18.1608,18.2515,18.0471,17.7026,17.2087,16.7602,16.3999,16.1325,16.1116,16.4073,19.4029,24.0458,25.9142,26.2402,26.2842,26.4219,26.6523,27.1086,27.7785,28.6987,29.871,31.2938,32.7206,33.8752,34.7978],[15.4639,15.4631,15.4622,15.4612,15.4601,15.7467,15.9445,16.1112,16.1317,16.1902,17.1396,18.1086,18.168,17.9509,17.596,17.1047,16.6581,16.302,16.0401,16.0197,16.3099,19.2877,23.9112,25.7704,26.094,26.1493,26.2848,26.5149,26.9783,27.6429,28.5699,29.7431,31.1744,32.5797,33.7971,34.6774],[15.472,15.4713,15.4704,15.4694,15.4683,15.7499,15.9482,16.1215,16.1393,16.1965,17.1481,18.1062,18.1729,17.9501,17.589,17.1003,16.6542,16.2972,16.0321,16.0091,16.3026,19.2811,23.9057,25.7712,26.0961,26.1461,26.2792,26.5179,26.9835,27.6389,28.5591,29.7431,31.1862,32.5993,33.8499,34.7396]],"t_unix":1786301315.8761864,"uid":"p00334","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.270017,18.491121,17.733175]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0794375,"blue":0.0,"green":0.0006979166666666667,"red":0.6753802083333333,"white":0.24446875,"yellow":1.5625e-05},"ink_index":null,"is_control":false,"label":"skin (114, 73, 58) fs_cam16ucs_hue_aware","median_raw":[11.325106,9.217299,7.121079],"median_spectrum_pct":[6.34651,6.34559,6.34453,6.34331,6.3419,6.42401,6.46295,6.48489,6.43107,6.40313,6.71779,7.28123,7.38035,7.28033,7.08611,6.83975,6.64541,6.56027,6.5504,6.68363,7.19093,10.8251,16.612,19.0577,19.4422,19.4475,19.5313,19.7712,20.31,21.1973,22.4782,24.1761,26.2519,28.4202,30.2535,31.7449],"phase":"skin","raster_sha1":"79fa9d403153c813","raw":[[11.320385,9.215143,7.121079],[11.325106,9.217299,7.11967],[11.332302,9.222922,7.131301]],"rgb":[114,73,58],"session":9,"source":"pipeline","spectrum_pct":[[6.34651,6.34559,6.34453,6.34331,6.3419,6.42038,6.45941,6.48356,6.43421,6.40313,6.716,7.26873,7.38013,7.28033,7.08611,6.83975,6.64313,6.56027,6.55118,6.68425,7.19093,10.8188,16.6019,19.0438,19.4376,19.431,19.5113,19.7594,20.2945,21.1803,22.4683,24.1661,26.2519,28.4202,30.2535,31.7449],[6.34373,6.3428,6.34174,6.34052,6.33911,6.42401,6.46295,6.48489,6.43107,6.38381,6.71779,7.28389,7.38035,7.2781,7.08519,6.83557,6.64541,6.55988,6.5504,6.68363,7.19018,10.8251,16.612,19.0577,19.4422,19.4475,19.5313,19.7712,20.31,21.1973,22.4782,24.1761,26.2551,28.4084,30.248,31.7311],[6.35073,6.34981,6.34875,6.34753,6.34612,6.42954,6.46676,6.48949,6.42815,6.41621,6.77014,7.28123,7.38536,7.28176,7.09523,6.84147,6.64914,6.56115,6.54836,6.68259,7.19214,10.8325,16.6238,19.0666,19.4609,19.4579,19.5416,19.7819,20.326,21.2028,22.4914,24.186,26.2322,28.4316,30.29,31.7454]],"t_unix":1786301362.7050555,"uid":"p00287","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.325106,9.217299,7.121079]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9748489583333333,"yellow":0.025151041666666665},"ink_index":null,"is_control":false,"label":"skin (236, 207, 197) fs_cam16ucs_hue_aware","median_raw":[34.513034,37.602927,41.507992],"median_spectrum_pct":[35.8667,35.8669,35.867,35.8672,35.868,36.8068,37.399,37.8878,38.1276,38.4344,39.8857,41.2239,41.3163,40.953,40.3302,39.3807,38.4388,37.597,36.8541,36.469,35.9988,35.7167,35.4267,35.1374,35.0086,34.9999,35.1216,35.2365,35.3969,35.5631,35.809,36.1724,36.7217,37.251,37.6672,37.9934],"phase":"skin","raster_sha1":"4c21c85b1d8ea9a2","raw":[[34.530182,37.619433,41.516397],[34.513034,37.602927,41.507992],[34.496432,37.589213,41.497232]],"rgb":[236,207,197],"session":9,"source":"pipeline","spectrum_pct":[[35.876,35.8762,35.8763,35.8765,35.8773,36.7946,37.3847,37.8959,38.1408,38.462,39.9128,41.2285,41.3163,40.9601,40.3392,39.3966,38.4505,37.6106,36.8725,36.493,36.0195,35.739,35.4468,35.159,35.0308,35.0255,35.1438,35.2564,35.421,35.5806,35.8432,36.2106,36.7582,37.3036,37.6922,37.9934],[35.8607,35.8608,35.8609,35.8611,35.8619,36.8068,37.399,37.8878,38.1276,38.4344,39.8828,41.2239,41.3209,40.953,40.3286,39.3807,38.4388,37.597,36.8541,36.469,35.9988,35.7167,35.4267,35.1374,35.0086,34.9999,35.1216,35.2365,35.3969,35.5631,35.809,36.1684,36.721,37.2495,37.6672,37.9751],[35.8667,35.8669,35.867,35.8672,35.868,36.8199,37.4074,37.8815,38.0983,38.3829,39.8857,41.2208,41.3088,40.9523,40.3302,39.3757,38.4266,37.5854,36.8405,36.4539,35.9766,35.6907,35.4031,35.1151,34.9888,34.9824,35.0974,35.2103,35.3775,35.5357,35.7925,36.1724,36.7217,37.251,37.654,38.0165]],"t_unix":1786301409.4794524,"uid":"p00524","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.513034,37.602927,41.507992]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.2445859375,"blue":0.0,"green":0.0006848958333333334,"red":0.37542447916666666,"white":0.36869270833333334,"yellow":0.010611979166666667},"ink_index":null,"is_control":false,"label":"skin (124, 96, 84) atkinson_hue_aware","median_raw":[12.641621,11.964034,12.378165],"median_spectrum_pct":[10.9672,10.9671,10.967,10.9669,10.9668,11.183,11.3208,11.3829,11.2872,11.1971,11.6864,12.2043,12.1224,11.8569,11.4927,11.052,10.6628,10.352,10.1281,10.0871,10.2937,12.3628,15.4966,16.7179,16.9648,17.086,17.3073,17.7023,18.3916,19.4166,20.8676,22.7637,25.0902,27.5251,29.6481,31.2946],"phase":"skin","raster_sha1":"033f809ec166c4f0","raw":[[12.637112,11.962465,12.361719],[12.641621,11.964034,12.380623],[12.642725,11.964794,12.378165]],"rgb":[124,96,84],"session":9,"source":"pipeline","spectrum_pct":[[10.9565,10.9564,10.9563,10.9562,10.9561,11.1701,11.3062,11.3758,11.2872,11.1583,11.6813,12.2043,12.1203,11.8574,11.4892,11.052,10.6629,10.352,10.1281,10.0878,10.2937,12.3604,15.4918,16.7179,16.9633,17.0794,17.3037,17.6911,18.3886,19.4193,20.8697,22.7549,25.0813,27.5102,29.6127,31.2888],[10.9672,10.9671,10.967,10.9669,10.9668,11.183,11.3208,11.3829,11.2886,11.2274,11.7121,12.2012,12.1224,11.8569,11.4927,11.0496,10.6581,10.3517,10.1279,10.0871,10.2937,12.365,15.4966,16.7166,16.9648,17.0864,17.3073,17.7041,18.392,19.4166,20.8676,22.7637,25.0902,27.5251,29.6481,31.2946],[10.9834,10.9833,10.9832,10.9831,10.9831,11.1977,11.3273,11.3857,11.2838,11.1971,11.6864,12.2061,12.1241,11.8528,11.495,11.0538,10.6628,10.3535,10.1291,10.0862,10.2914,12.3628,15.4974,16.724,16.9736,17.086,17.3095,17.7023,18.3916,19.4105,20.8554,22.7704,25.0992,27.552,29.692,31.3195]],"t_unix":1786301458.2401416,"uid":"p00288","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.641621,11.964034,12.378165]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.37960677083333333,"blue":0.0,"green":0.0,"red":0.38649479166666667,"white":0.2128125,"yellow":0.0210859375},"ink_index":null,"is_control":false,"label":"skin (111, 75, 41) atkinson_hue_aware","median_raw":[8.816462,7.896591,7.529477],"median_spectrum_pct":[6.83345,6.83327,6.83305,6.8328,6.83248,6.89473,6.92105,6.91785,6.8077,6.68643,7.02802,7.46701,7.53789,7.37766,7.12203,6.81166,6.55602,6.39093,6.29595,6.32257,6.56663,8.53492,11.5177,12.7007,12.9321,13.0362,13.2578,13.6785,14.4158,15.54,17.1702,19.3499,22.0545,24.875,27.4203,29.4665],"phase":"skin","raster_sha1":"b8b5ad30b8e0a306","raw":[[8.811035,7.894092,7.525776],[8.818578,7.899507,7.540003],[8.816462,7.896591,7.529477]],"rgb":[111,75,41],"session":9,"source":"pipeline","spectrum_pct":[[6.81979,6.8196,6.81938,6.81913,6.81879,6.88443,6.91376,6.90806,6.80678,6.69379,7.01762,7.46701,7.52808,7.37472,7.12098,6.81166,6.55602,6.39075,6.29595,6.32304,6.56382,8.52707,11.5095,12.6926,12.9216,13.029,13.2481,13.6704,14.4121,15.5295,17.1702,19.3499,22.0545,24.849,27.4203,29.4478],[6.84594,6.84576,6.84556,6.84533,6.845,6.89473,6.92105,6.91785,6.83969,6.68643,7.04018,7.47159,7.53934,7.37766,7.12863,6.81301,6.56244,6.39451,6.29771,6.32257,6.56663,8.5352,11.5186,12.7007,12.9348,13.0362,13.2578,13.6818,14.4206,15.5405,17.181,19.3582,22.0502,24.8797,27.4373,29.4976],[6.83345,6.83327,6.83305,6.8328,6.83248,6.90236,6.93004,6.91966,6.8077,6.65286,7.02802,7.46241,7.53789,7.37926,7.12203,6.8103,6.55493,6.39093,6.29533,6.32099,6.56711,8.53492,11.5177,12.7032,12.9321,13.0399,13.264,13.6785,14.4158,15.54,17.1633,19.3472,22.0697,24.875,27.4124,29.4665]],"t_unix":1786301505.8913388,"uid":"p00453","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.816462,7.896591,7.529477]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3260416666666667,"blue":0.0,"green":0.0013854166666666667,"red":0.40996354166666665,"white":0.262609375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (111, 81, 71) atkinson_hue_aware","median_raw":[9.506009,8.516496,8.748209],"median_spectrum_pct":[7.96394,7.964,7.96407,7.96414,7.96422,8.06778,8.10607,8.09075,8.00342,7.81211,8.04628,8.36685,8.30419,8.06752,7.74595,7.39045,7.10521,6.91562,6.80588,6.82669,7.06447,9.09843,12.2095,13.4358,13.6644,13.7624,14.0077,14.4384,15.1776,16.2998,17.9075,20.0371,22.6708,25.4174,27.8778,29.8712],"phase":"skin","raster_sha1":"68d733e8479df7d5","raw":[[9.506009,8.516496,8.748209],[9.511388,8.520682,8.767808],[9.46192,8.477483,8.721077]],"rgb":[111,81,71],"session":9,"source":"pipeline","spectrum_pct":[[7.96394,7.964,7.96407,7.96414,7.96422,8.06778,8.10607,8.09075,7.99544,7.81211,8.04628,8.36685,8.30419,8.06752,7.74595,7.39045,7.10614,6.91562,6.80588,6.82686,7.06447,9.09843,12.2095,13.4358,13.6644,13.7624,14.0077,14.4384,15.1776,16.2998,17.9075,20.0371,22.6762,25.4174,27.8794,29.8865],[7.98119,7.98125,7.98133,7.98142,7.98151,8.086,8.11663,8.10219,8.00566,7.85365,8.08234,8.37484,8.32386,8.07053,7.75175,7.39554,7.10521,6.91661,6.80597,6.82669,7.06793,9.10262,12.2141,13.4372,13.6679,13.7699,14.0129,14.4397,15.1776,16.3022,17.9219,20.046,22.6708,25.4257,27.8778,29.8712],[7.93856,7.93863,7.93872,7.93882,7.93886,8.00378,8.03779,8.06671,8.00342,7.81051,8.0396,8.36348,8.28576,8.03065,7.71138,7.35615,7.06785,6.87877,6.77216,6.79016,7.03036,9.05543,12.1496,13.3687,13.5977,13.7003,13.9413,14.3777,15.1047,16.2298,17.8289,19.9766,22.5981,25.3249,27.7943,29.7701]],"t_unix":1786301553.303168,"uid":"p00282","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.506009,8.516496,8.748209]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.45488541666666665,"white":0.5451145833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (212, 131, 120) atkinson_hue_aware","median_raw":[19.687407,18.964945,18.218933],"median_spectrum_pct":[15.8644,15.8636,15.8627,15.8616,15.8605,16.1536,16.366,16.5376,16.589,16.6717,17.6686,18.6227,18.6406,18.4223,18.0815,17.6102,17.1671,16.8066,16.5351,16.5044,16.8026,19.7623,24.3243,26.155,26.4717,26.5217,26.6639,26.8903,27.3424,27.986,28.8824,30.0209,31.4228,32.8258,33.9792,34.8594],"phase":"skin","raster_sha1":"74bd7e711dd068da","raw":[[19.693679,18.972395,18.223556],[19.687407,18.964945,18.218933],[19.684188,18.9619,18.211826]],"rgb":[212,131,120],"session":9,"source":"pipeline","spectrum_pct":[[15.8671,15.8663,15.8654,15.8643,15.8632,16.1447,16.3616,16.5424,16.589,16.7318,17.6668,18.6227,18.6485,18.4249,18.0892,17.613,17.1749,16.8149,16.5454,16.5172,16.813,19.7689,24.3288,26.155,26.48,26.533,26.6691,26.9002,27.351,27.9835,28.8984,30.0278,31.4228,32.8287,33.9905,34.8594],[15.8644,15.8636,15.8627,15.8616,15.8605,16.1549,16.366,16.5376,16.6003,16.6717,17.6828,18.6247,18.6346,18.4223,18.0815,17.6102,17.1669,16.8066,16.5351,16.5044,16.8026,19.7623,24.3243,26.1562,26.4717,26.521,26.6639,26.89,27.3424,27.986,28.8824,30.0054,31.4166,32.8205,33.9752,34.8579],[15.8527,15.8519,15.851,15.8499,15.8488,16.1536,16.3663,16.5355,16.5787,16.6709,17.6686,18.6181,18.6406,18.4186,18.0774,17.6068,17.1671,16.8025,16.5295,16.5011,16.8012,19.7583,24.3235,26.1493,26.4701,26.5217,26.6621,26.8903,27.3416,27.9862,28.8794,30.0209,31.448,32.8258,33.9792,34.8635]],"t_unix":1786301600.674908,"uid":"p00381","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.687407,18.964945,18.218933]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.23534375,"white":0.76465625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (199, 130, 121) atkinson_oklab_hue_aware","median_raw":[26.37155,27.297337,28.865675],"median_spectrum_pct":[25.1039,25.1037,25.1035,25.1032,25.1031,25.6478,25.9861,26.2885,26.4104,26.6081,27.8125,28.9383,28.9467,28.5839,28.049,27.3192,26.6094,26.0005,25.5115,25.3263,25.2999,26.9201,29.3624,30.2306,30.3668,30.4284,30.6057,30.8223,31.1874,31.6484,32.2747,33.0607,34.0758,35.0559,35.8503,36.4472],"phase":"skin","raster_sha1":"129bd7a188845320","raw":[[26.372132,27.299307,28.845452],[26.37155,27.297337,28.865675],[26.356442,27.290092,28.873744]],"rgb":[199,130,121],"session":9,"source":"pipeline","spectrum_pct":[[25.0951,25.0948,25.0946,25.0943,25.0942,25.6335,25.9735,26.2823,26.4042,26.5651,27.7903,28.9383,28.9281,28.5742,28.0478,27.3192,26.6125,26.0101,25.5213,25.3325,25.3072,26.9248,29.3697,30.2322,30.3668,30.4332,30.6065,30.833,31.1888,31.6528,32.2822,33.0607,34.0737,35.0559,35.8471,36.4472],[25.1039,25.1037,25.1035,25.1032,25.1031,25.6478,25.9861,26.2885,26.4104,26.6256,27.8388,28.9349,28.9467,28.5839,28.049,27.3148,26.6094,26.0005,25.5115,25.3263,25.2999,26.9201,29.3624,30.2306,30.3686,30.4284,30.6057,30.8223,31.1874,31.6484,32.2747,33.0712,34.0922,35.0868,35.8769,36.5073],[25.1494,25.1493,25.1491,25.1488,25.1488,25.6613,25.9986,26.2897,26.4286,26.6081,27.8125,28.9532,28.9706,28.5915,28.061,27.3211,26.6076,26.0002,25.5078,25.3166,25.2902,26.8957,29.3301,30.1975,30.3309,30.3918,30.5683,30.7923,31.1482,31.6241,32.253,33.0595,34.0758,35.0357,35.8503,36.4325]],"t_unix":1786301648.1847703,"uid":"p00490","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.37155,27.297337,28.865675]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.1134453125,"red":0.859140625,"white":0.0274140625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (109, 58, 52) atkinson_oklab_hue_aware","median_raw":[8.144313,5.65733,2.216331],"median_spectrum_pct":[1.89192,1.89049,1.88885,1.88695,1.88475,1.88998,1.8772,1.8591,1.78909,1.77119,2.35304,3.26354,3.56366,3.50052,3.28135,3.00177,2.79715,2.72482,2.74926,2.90044,3.47049,7.45534,13.9619,16.7675,17.1923,17.1205,17.111,17.303,17.8287,18.7478,20.1235,21.9364,24.2291,26.6564,28.7385,30.4359],"phase":"skin","raster_sha1":"4d66815e1add285c","raw":[[8.144313,5.65733,2.219455],[8.144203,5.653602,2.194163],[8.158459,5.663247,2.216331]],"rgb":[109,58,52],"session":9,"source":"pipeline","spectrum_pct":[[1.89911,1.89769,1.89605,1.89416,1.89196,1.89237,1.8772,1.86177,1.79601,1.77472,2.35304,3.28066,3.56544,3.50739,3.28135,3.00177,2.79792,2.72694,2.75631,2.90638,3.47049,7.44512,13.9507,16.7569,17.1817,17.1072,17.1021,17.2899,17.8198,18.7404,20.1235,21.9364,24.2291,26.6564,28.7627,30.5316],[1.87591,1.87447,1.87281,1.8709,1.86871,1.88998,1.87584,1.85684,1.77476,1.70574,2.29112,3.23915,3.54799,3.49484,3.27835,2.99852,2.79599,2.72482,2.74919,2.90044,3.46643,7.45534,13.9619,16.7675,17.1923,17.1205,17.111,17.303,17.8287,18.7478,20.1077,21.9343,24.2254,26.6444,28.7385,30.4359],[1.89192,1.89049,1.88885,1.88695,1.88475,1.88996,1.87811,1.8591,1.78909,1.77119,2.36274,3.26354,3.56366,3.50052,3.28424,3.00261,2.79715,2.72454,2.74926,2.89864,3.47133,7.46977,13.9828,16.7941,17.2203,17.1447,17.1376,17.3271,17.8502,18.7741,20.1442,21.9604,24.2484,26.6719,28.7306,30.4166]],"t_unix":1786301695.635548,"uid":"p00445","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.144313,5.65733,2.216331]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (236, 209, 202) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[236,209,202],"session":9,"source":"pipeline","t_unix":1786301743.3489099,"uid":"p00418","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.07203385416666666,"red":0.4246432291666667,"white":0.5033229166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (139, 118, 117) atkinson_hue_aware","median_raw":[18.694979,18.367957,17.095065],"median_spectrum_pct":[14.8565,14.8555,14.8543,14.853,14.8516,15.1364,15.3015,15.3872,15.3371,15.3938,16.7036,18.3417,18.6766,18.4808,18.0341,17.4253,16.8613,16.4097,16.0749,15.99,16.2045,18.8717,22.9636,24.5709,24.8489,24.9245,25.103,25.3887,25.9094,26.6416,27.6629,28.95,30.5016,32.0686,33.3877,34.3772],"phase":"skin","raster_sha1":"a4973425cc341b59","raw":[[18.696436,18.371607,17.099143],[18.694979,18.367957,17.095065],[18.693185,18.365556,17.08875]],"rgb":[139,118,117],"session":9,"source":"pipeline","spectrum_pct":[[14.8565,14.8555,14.8543,14.853,14.8516,15.1281,15.2919,15.3849,15.3411,15.4024,16.7505,18.358,18.6911,18.484,18.0421,17.4253,16.8619,16.4115,16.0778,15.9908,16.2066,18.8767,22.9691,24.5709,24.8479,24.9248,25.103,25.3879,25.9057,26.64,27.6543,28.9587,30.5138,32.0768,33.3813,34.3867],[14.8556,14.8546,14.8535,14.8521,14.8507,15.1364,15.3015,15.3891,15.3371,15.3938,16.7036,18.3417,18.6766,18.4787,18.0341,17.4262,16.8613,16.4094,16.0749,15.99,16.2045,18.8717,22.9635,24.5709,24.8521,24.9224,25.1014,25.3887,25.9101,26.6439,27.6629,28.946,30.4998,32.0686,33.3877,34.3694],[14.875,14.874,14.8729,14.8716,14.8702,15.1399,15.3036,15.3872,15.3321,15.3654,16.6737,18.3272,18.6759,18.4808,18.0331,17.4223,16.8584,16.4097,16.074,15.9877,16.2033,18.8693,22.9636,24.5663,24.8489,24.9245,25.1033,25.3892,25.9094,26.6416,27.6671,28.95,30.5016,32.0638,33.3996,34.3772]],"t_unix":1786301745.9909031,"uid":"p00303","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.694979,18.367957,17.095065]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5481875,"white":0.4363828125,"yellow":0.0154296875},"ink_index":null,"is_control":false,"label":"skin (170, 113, 79) atkinson_hue_aware","median_raw":[17.18796,15.956479,14.269303],"median_spectrum_pct":[12.4451,12.4441,12.4429,12.4415,12.44,12.7019,12.8623,12.9313,12.8852,12.9185,13.7916,14.756,14.961,14.8442,14.5864,14.198,13.8295,13.5541,13.3653,13.3934,13.7812,17.1388,22.3603,24.4795,24.8302,24.8505,24.952,25.1707,25.6397,26.3451,27.3456,28.6342,30.164,31.7487,33.1016,34.0951],"phase":"skin","raster_sha1":"060c737d71474599","raw":[[17.183646,15.955765,14.255675],[17.18796,15.956479,14.269303],[17.193175,15.958847,14.271212]],"rgb":[170,113,79],"session":9,"source":"pipeline","spectrum_pct":[[12.4267,12.4256,12.4243,12.4229,12.4215,12.6966,12.8562,12.9313,12.8661,12.9063,13.7714,14.756,14.961,14.8442,14.5871,14.1988,13.8306,13.5541,13.3655,13.3951,13.7816,17.1341,22.3541,24.4756,24.8223,24.8457,24.9466,25.1693,25.6307,26.3284,27.3276,28.6013,30.1499,31.7339,33.1129,34.0771],[12.4482,12.4471,12.4459,12.4445,12.4431,12.7019,12.8623,12.9358,12.8947,12.9185,13.7916,14.7654,14.9634,14.8451,14.5832,14.1967,13.8273,13.5506,13.3617,13.3934,13.7812,17.1388,22.3603,24.4795,24.8302,24.8505,24.952,25.1707,25.6397,26.3451,27.3456,28.6347,30.164,31.7487,33.0923,34.13],[12.4451,12.4441,12.4429,12.4415,12.44,12.7211,12.875,12.9306,12.8852,12.9186,13.809,14.7498,14.9551,14.8401,14.5864,14.198,13.8295,13.5542,13.3653,13.3893,13.7788,17.1425,22.3682,24.4927,24.8439,24.87,24.9611,25.1763,25.6482,26.3551,27.354,28.6342,30.1723,31.7643,33.1016,34.0951]],"t_unix":1786301793.351285,"uid":"p00327","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.18796,15.956479,14.269303]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (236, 207, 197) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[236,207,197],"session":9,"source":"pipeline","t_unix":1786301840.7940583,"uid":"p00523","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.42054166666666665,"white":0.5794583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (170, 113, 79) atkinson_oklab_hue_aware","median_raw":[20.521658,20.030153,19.590672],"median_spectrum_pct":[17.1064,17.1057,17.1049,17.104,17.1031,17.3882,17.5988,17.7794,17.833,17.9619,18.9676,19.9901,20.0319,19.7825,19.399,18.8799,18.3946,17.985,17.6731,17.6153,17.8656,20.655,24.9174,26.6024,26.9048,26.9789,27.1428,27.3852,27.8517,28.4935,29.3738,30.4739,31.8101,33.1638,34.2624,35.0934],"phase":"skin","raster_sha1":"c0ce074fc64b0c85","raw":[[20.524956,20.036244,19.590672],[20.521658,20.030153,19.592296],[20.515161,20.023503,19.579693]],"rgb":[170,113,79],"session":9,"source":"pipeline","spectrum_pct":[[17.1064,17.1057,17.1049,17.104,17.1031,17.3876,17.5958,17.7794,17.833,17.9619,18.9676,19.995,20.0534,19.7888,19.4083,18.8852,18.398,17.9913,17.681,17.6225,17.8742,20.661,24.9191,26.6027,26.912,26.9833,27.1428,27.3898,27.8538,28.4973,29.3858,30.4894,31.8095,33.1638,34.2553,35.0701],[17.107,17.1063,17.1056,17.1047,17.1037,17.3894,17.5988,17.7845,17.8373,17.9619,18.9689,19.9901,20.0319,19.7816,19.399,18.8799,18.3946,17.985,17.6731,17.6153,17.8656,20.655,24.9174,26.6024,26.9048,26.9789,27.1437,27.3852,27.8517,28.4935,29.3738,30.4739,31.8236,33.1721,34.2967,35.0994],[17.0911,17.0905,17.0897,17.0888,17.0878,17.3882,17.6029,17.7794,17.8166,17.9298,18.9539,19.9676,20.0315,19.7825,19.396,18.8737,18.3837,17.9763,17.6664,17.6098,17.8582,20.6498,24.9167,26.5961,26.8996,26.9698,27.1363,27.385,27.842,28.4847,29.3721,30.4658,31.8101,33.1328,34.2624,35.0934]],"t_unix":1786301843.0072734,"uid":"p00328","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.521658,20.030153,19.590672]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19015364583333333,"white":0.7958828125,"yellow":0.013963541666666668},"ink_index":null,"is_control":false,"label":"skin (201, 167, 151) fs_cam16ucs_hue_aware","median_raw":[27.89599,29.229294,31.169711],"median_spectrum_pct":[27.0286,27.0284,27.0282,27.0279,27.028,27.6394,28.0423,28.3906,28.554,28.7796,30.0657,31.2685,31.2651,30.8993,30.3572,29.5854,28.8233,28.1686,27.6194,27.3837,27.2732,28.563,30.5273,31.1874,31.2793,31.3312,31.5118,31.7282,32.0574,32.4781,33.0412,33.7565,34.6742,35.5798,36.2819,36.81],"phase":"skin","raster_sha1":"8094016f6f44ea35","raw":[[27.905504,29.233251,31.169711],[27.89599,29.229294,31.170976],[27.871338,29.210807,31.151635]],"rgb":[201,167,151],"session":9,"source":"pipeline","spectrum_pct":[[27.0334,27.0332,27.033,27.0328,27.0328,27.6206,28.0232,28.3893,28.5697,28.8062,30.0681,31.2685,31.2651,30.8875,30.3454,29.5789,28.8233,28.1689,27.6295,27.392,27.282,28.58,30.5456,31.2066,31.2981,31.3532,31.5266,31.7427,32.0713,32.4848,33.0501,33.7592,34.6742,35.5891,36.3438,36.81],[27.0286,27.0284,27.0282,27.0279,27.028,27.6394,28.0423,28.3984,28.554,28.7796,30.0657,31.2863,31.2697,30.8993,30.3572,29.5854,28.8293,28.1686,27.6194,27.3837,27.2732,28.563,30.5273,31.1874,31.2793,31.3312,31.5118,31.7282,32.0574,32.4781,33.0412,33.7565,34.6791,35.5798,36.2819,36.8101],[27.0233,27.0231,27.0228,27.0226,27.0226,27.641,28.0477,28.3906,28.527,28.7377,30.0219,31.2128,31.2604,30.908,30.3592,29.5875,28.8224,28.1533,27.5975,27.3619,27.2543,28.5421,30.4889,31.1464,31.2377,31.2931,31.4699,31.6934,32.0226,32.4315,33.0039,33.7095,34.6344,35.4945,36.2011,36.7772]],"t_unix":1786301889.8183124,"uid":"p00368","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.89599,29.229294,31.169711]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.06490364583333333,"blue":0.0,"green":0.0,"red":0.8494505208333333,"white":0.08564583333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (109, 58, 52) atkinson_hue_aware","median_raw":[8.622549,5.896381,3.085051],"median_spectrum_pct":[2.79511,2.79398,2.79269,2.7912,2.78953,2.84919,2.85725,2.83849,2.75866,2.65635,2.82295,3.13911,3.24384,3.23395,3.13397,2.99693,2.92733,2.96436,3.07248,3.2821,3.88139,7.89833,14.4692,17.3003,17.7107,17.6002,17.5495,17.6836,18.1495,18.9863,20.3049,22.0654,24.2957,26.6335,28.7065,30.42],"phase":"skin","raster_sha1":"93c4489dd4e2f6fb","raw":[[8.61307,5.8927,3.081211],[8.622549,5.896381,3.085051],[8.632715,5.904355,3.09263]],"rgb":[109,58,52],"session":9,"source":"pipeline","spectrum_pct":[[2.79511,2.79398,2.79269,2.7912,2.78953,2.84844,2.85465,2.82867,2.74966,2.64375,2.82295,3.13911,3.24384,3.23086,3.1323,2.99693,2.92334,2.96555,3.07549,3.28432,3.88159,7.88244,14.4519,17.2799,17.6911,17.5801,17.5238,17.6643,18.1318,18.9768,20.2725,22.0494,24.2957,26.6299,28.6774,30.3621],[2.7812,2.78006,2.77875,2.77725,2.77557,2.84919,2.85725,2.83849,2.77568,2.65635,2.79285,3.10976,3.24217,3.23395,3.13397,2.99635,2.92733,2.96404,3.07248,3.2821,3.88128,7.89833,14.4692,17.3003,17.7107,17.6002,17.5495,17.6836,18.1495,18.9863,20.3049,22.0654,24.2831,26.6335,28.7065,30.42],[2.80157,2.80044,2.79915,2.79766,2.79598,2.85203,2.86037,2.84029,2.75866,2.66358,2.84241,3.1451,3.25861,3.24231,3.14608,3.00231,2.92958,2.96436,3.06737,3.27691,3.88139,7.90964,14.4896,17.3223,17.7339,17.6231,17.5726,17.709,18.1756,19.0321,20.3318,22.1008,24.3254,26.6708,28.7402,30.4328]],"t_unix":1786301937.1734774,"uid":"p00444","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.622549,5.896381,3.085051]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (241, 190, 156) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[241,190,156],"session":9,"source":"pipeline","t_unix":1786301984.5283668,"uid":"p00529","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.5493489583333333,"blue":0.0,"green":0.0,"red":0.45065104166666664,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (76, 39, 25) atkinson_oklab_hue_aware","median_raw":[3.636355,2.331607,1.695662],"median_spectrum_pct":[1.75732,1.75719,1.75704,1.75687,1.75659,1.73175,1.69291,1.63399,1.52147,1.36567,1.33797,1.39571,1.3961,1.29478,1.16427,1.03275,0.956353,0.960422,1.00707,1.10831,1.39317,3.21327,5.95524,7.03045,7.22141,7.30951,7.52952,7.96649,8.75411,10.0092,11.8724,14.3758,17.5099,20.9048,24.0293,26.6217],"phase":"skin","raster_sha1":"fe8d81e3577a257e","raw":[[3.63404,2.330646,1.690055],[3.636355,2.331607,1.695662],[3.63798,2.332776,1.704528]],"rgb":[76,39,25],"session":9,"source":"pipeline","spectrum_pct":[[1.75223,1.7521,1.75195,1.75177,1.75149,1.72333,1.68793,1.62931,1.51974,1.36265,1.33529,1.39571,1.3961,1.29389,1.16353,1.03093,0.955149,0.958952,1.00853,1.10947,1.39409,3.21028,5.95524,7.02728,7.2145,7.30396,7.52703,7.96018,8.75375,10.0092,11.8754,14.3718,17.5432,20.9048,24.0293,26.6217],[1.75732,1.75719,1.75704,1.75687,1.75659,1.73175,1.69291,1.63399,1.52147,1.37747,1.33797,1.39394,1.38983,1.29537,1.16427,1.03371,0.956353,0.960422,1.00707,1.10831,1.39317,3.21327,5.95241,7.03093,7.22242,7.31078,7.52952,7.96649,8.75451,10.0059,11.863,14.3758,17.5099,20.9062,24.0393,26.6271],[1.76529,1.76516,1.76501,1.76484,1.76458,1.73945,1.70036,1.64026,1.52726,1.36567,1.38911,1.40574,1.40134,1.29478,1.16427,1.03275,0.957275,0.961915,1.00596,1.10345,1.38955,3.21395,5.95826,7.03045,7.22141,7.30951,7.5359,7.97775,8.75411,10.0123,11.8724,14.3859,17.508,20.8659,23.9983,26.5875]],"t_unix":1786301986.6733649,"uid":"p00424","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.636355,2.331607,1.695662]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.031950520833333336,"blue":0.0,"green":0.0742109375,"red":0.5418203125,"white":0.35201822916666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (127, 98, 93) atkinson_hue_aware","median_raw":[14.581865,13.533624,11.315049],"median_spectrum_pct":[9.84453,9.84335,9.84199,9.84042,9.83865,9.99329,10.062,10.0814,10.0028,10.0842,11.1693,12.6894,13.0629,12.9056,12.5358,12.037,11.5874,11.2556,11.0444,11.0408,11.3869,14.4942,19.3473,21.3154,21.653,21.6981,21.8501,22.1622,22.7315,23.5882,24.7907,26.3181,28.1639,30.0844,31.7173,32.9814],"phase":"skin","raster_sha1":"1f4c69c4efeaa13c","raw":[[14.580961,13.533624,11.319317],[14.581865,13.533172,11.311274],[14.587446,13.537855,11.315049]],"rgb":[127,98,93],"session":9,"source":"pipeline","spectrum_pct":[[9.85061,9.84943,9.84808,9.84652,9.84474,9.98415,10.0547,10.081,10.0232,10.0978,11.1722,12.6894,13.0655,12.9114,12.5358,12.0363,11.5871,11.2556,11.0439,11.0408,11.3849,14.4921,19.3426,21.309,21.6506,21.6897,21.845,22.1622,22.7315,23.5825,24.7922,26.3038,28.1639,30.0844,31.7173,33.0147],[9.84453,9.84335,9.84199,9.84042,9.83865,9.99329,10.062,10.0827,10.0028,10.073,11.1444,12.6887,13.0541,12.9056,12.5337,12.037,11.5874,11.2554,11.0447,11.0399,11.3869,14.4942,19.3473,21.3154,21.653,21.6981,21.8501,22.1598,22.7243,23.5882,24.7845,26.3181,28.1638,30.1072,31.7307,32.9814],[9.84067,9.83948,9.83811,9.83654,9.83477,9.99626,10.0665,10.0814,9.99545,10.0842,11.1693,12.7004,13.0629,12.9027,12.5368,12.0387,11.591,11.26,11.0444,11.0419,11.3887,14.5035,19.359,21.3243,21.6613,21.7105,21.8618,22.1658,22.7326,23.5931,24.7907,26.3244,28.1719,30.0738,31.7129,32.9711]],"t_unix":1786302034.0722804,"uid":"p00291","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.581865,13.533624,11.315049]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.1318125,"blue":0.0,"green":0.0,"red":0.6298307291666667,"white":0.23695052083333334,"yellow":0.00140625},"ink_index":null,"is_control":false,"label":"skin (110, 72, 36) fs_cam16ucs_hue_aware","median_raw":[10.663122,8.779579,7.064896],"median_spectrum_pct":[6.28867,6.28789,6.28699,6.28595,6.28477,6.37219,6.41661,6.4517,6.40014,6.35909,6.66103,7.17583,7.21623,7.09555,6.90874,6.65411,6.4567,6.35662,6.33282,6.44709,6.90557,10.2116,15.4169,17.5719,17.9319,17.9517,18.0674,18.3574,18.9583,19.9122,21.2877,23.0847,25.2926,27.5878,29.584,31.1772],"phase":"skin","raster_sha1":"90121ea2d7e12825","raw":[[10.664039,8.783771,7.075327],[10.658709,8.777201,7.050317],[10.663122,8.779579,7.064896]],"rgb":[110,72,36],"session":9,"source":"pipeline","spectrum_pct":[[6.3064,6.30564,6.30475,6.30374,6.30254,6.37219,6.41567,6.45187,6.40695,6.38749,6.69719,7.18855,7.21915,7.10321,6.91165,6.66267,6.46268,6.35937,6.33628,6.45286,6.90759,10.2097,15.4149,17.5719,17.9319,17.9517,18.0651,18.357,18.9556,19.9067,21.3003,23.1117,25.3235,27.6354,29.597,31.204],[6.27737,6.27658,6.27567,6.27463,6.27344,6.36946,6.41661,6.44588,6.37587,6.32525,6.63245,7.17583,7.21623,7.09161,6.90235,6.65352,6.45472,6.35429,6.33149,6.44709,6.90521,10.2116,15.4177,17.5691,17.9292,17.9517,18.0674,18.3574,18.9583,19.9122,21.2877,23.0847,25.2916,27.5859,29.584,31.1471],[6.28867,6.28789,6.28699,6.28595,6.28477,6.37774,6.42015,6.4517,6.40014,6.35909,6.66103,7.15704,7.21352,7.09555,6.90874,6.65411,6.4567,6.35662,6.33282,6.44453,6.90557,10.214,15.4169,17.5744,17.9382,17.9577,18.0689,18.3641,18.9589,19.9229,21.2832,23.084,25.2926,27.5878,29.574,31.1772]],"t_unix":1786302085.0497239,"uid":"p00449","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.663122,8.779579,7.064896]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.021322916666666667,"blue":0.0,"green":0.332796875,"red":0.48408072916666667,"white":0.16179947916666668,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (104, 83, 76) atkinson_hue_aware","median_raw":[10.623676,10.616802,7.203441],"median_spectrum_pct":[5.82833,5.82651,5.82443,5.82203,5.81919,5.84404,5.86609,5.8977,5.82906,5.98936,8.07399,11.2875,12.2116,11.9317,11.1951,10.2723,9.45637,8.83697,8.40178,8.20816,8.36042,10.6471,14.1556,15.545,15.8238,15.9745,16.2816,16.7803,17.5771,18.7327,20.3045,22.2876,24.69,27.1551,29.3771,31.103],"phase":"skin","raster_sha1":"e3374ae340de9613","raw":[[10.620935,10.614107,7.203441],[10.623676,10.616802,7.202208],[10.63041,10.622954,7.20944]],"rgb":[104,83,76],"session":9,"source":"pipeline","spectrum_pct":[[5.82666,5.82484,5.82276,5.82036,5.81752,5.84402,5.86006,5.8977,5.82906,5.99178,8.07399,11.2756,12.2116,11.9317,11.1848,10.2682,9.45469,8.83622,8.40107,8.20554,8.3568,10.6428,14.1525,15.5393,15.8225,15.9702,16.2764,16.7701,17.5687,18.7142,20.2886,22.286,24.6939,27.1722,29.3771,31.0907],[5.82833,5.82651,5.82443,5.82203,5.81919,5.84404,5.86609,5.89711,5.82664,5.98936,8.05049,11.2875,12.2086,11.9305,11.1951,10.2723,9.45637,8.83697,8.40178,8.20816,8.36042,10.6471,14.1556,15.545,15.8238,15.9745,16.2816,16.7803,17.5771,18.7327,20.3046,22.2876,24.6857,27.1511,29.3481,31.103],[5.83108,5.82926,5.82717,5.82477,5.82193,5.85083,5.87295,5.90308,5.83709,5.98013,8.08034,11.2914,12.2159,11.9389,11.1988,10.2772,9.46346,8.84177,8.40327,8.21231,8.36616,10.6545,14.1625,15.5524,15.8377,15.9874,16.2896,16.7909,17.5872,18.7335,20.3045,22.3076,24.69,27.1551,29.3924,31.1195]],"t_unix":1786302132.4837465,"uid":"p00279","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.623676,10.616802,7.203441]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (221, 174, 168) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[221,174,168],"session":9,"source":"pipeline","t_unix":1786302179.8854685,"uid":"p00502","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.13529166666666667,"white":0.8647083333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (212, 144, 117) atkinson_oklab_hue_aware","median_raw":[29.593833,31.278032,34.270012],"median_spectrum_pct":[29.7571,29.7572,29.7574,29.7575,29.7582,30.4892,30.9557,31.3236,31.4759,31.7098,32.9102,33.8994,33.8175,33.3883,32.7827,31.9441,31.1278,30.4245,29.8323,29.5745,29.3878,30.2961,31.6909,32.1051,32.144,32.1895,32.3549,32.5534,32.8472,33.2026,33.7086,34.3498,35.168,35.9605,36.6164,37.1326],"phase":"skin","raster_sha1":"81d6d18547a29f9e","raw":[[29.596151,31.278032,34.266638],[29.593833,31.281743,34.291631],[29.567815,31.258191,34.270012]],"rgb":[212,144,117],"session":9,"source":"pipeline","spectrum_pct":[[29.7326,29.7327,29.7328,29.7329,29.7335,30.4564,30.925,31.3134,31.4759,31.7098,32.9102,33.894,33.811,33.3794,32.7729,31.9394,31.1278,30.4245,29.8323,29.5745,29.3891,30.3091,31.7131,32.1241,32.1577,32.2044,32.3689,32.5663,32.8618,33.2256,33.7126,34.3568,35.168,35.9782,36.6467,37.1346],[29.7571,29.7572,29.7574,29.7575,29.7582,30.4892,30.9557,31.3327,31.4825,31.7312,32.9387,33.9388,33.8321,33.4044,32.7861,31.9493,31.1349,30.4314,29.8398,29.576,29.3878,30.2961,31.6909,32.1051,32.144,32.1895,32.3549,32.5534,32.8472,33.2026,33.7086,34.3498,35.1875,35.9605,36.6056,37.1326],[29.7598,29.7599,29.7601,29.7602,29.7609,30.4989,30.961,31.3236,31.4435,31.684,32.8763,33.8994,33.8175,33.3883,32.7827,31.9441,31.1239,30.4093,29.8091,29.5442,29.3571,30.2709,31.6607,32.0688,32.1098,32.1539,32.3162,32.5197,32.8084,33.177,33.6639,34.3174,35.1567,35.9581,36.6164,37.0841]],"t_unix":1786302182.0401225,"uid":"p00385","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.593833,31.278032,34.270012]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.8263177083333333,"blue":0.0,"green":0.0,"red":0.1723671875,"white":0.0,"yellow":0.0013151041666666667},"ink_index":null,"is_control":false,"label":"skin (69, 44, 23) atkinson_hue_aware","median_raw":[2.088161,1.50796,2.087973],"median_spectrum_pct":[2.20618,2.20658,2.20703,2.20756,2.20805,2.16648,2.11208,2.04243,1.90387,1.69861,1.59591,1.64229,1.51905,1.35909,1.17965,1.01757,0.911523,0.861789,0.844237,0.865901,0.977285,1.69091,2.68447,3.06614,3.20032,3.37237,3.70132,4.24977,5.13607,6.52474,8.56331,11.3572,14.8342,18.6205,22.1923,25.1424],"phase":"skin","raster_sha1":"d9e8aab1ba8b7970","raw":[[2.084234,1.505252,2.080958],[2.088161,1.50796,2.087973],[2.089813,1.509247,2.096754]],"rgb":[69,44,23],"session":9,"source":"pipeline","spectrum_pct":[[2.19728,2.19768,2.19813,2.19866,2.19914,2.1519,2.09998,2.03197,1.89083,1.69861,1.59591,1.64721,1.51604,1.35765,1.1773,1.01525,0.909266,0.859284,0.842854,0.865688,0.975101,1.68672,2.68447,3.06393,3.19579,3.36885,3.69316,4.24451,5.13607,6.5253,8.56771,11.3617,14.8429,18.6369,22.1923,25.1556],[2.20749,2.20789,2.20835,2.20888,2.20937,2.16648,2.11208,2.04243,1.90387,1.69051,1.59084,1.6308,1.52225,1.36385,1.18279,1.01757,0.911523,0.863646,0.844237,0.865901,0.977285,1.69091,2.68845,3.06614,3.20045,3.37237,3.70132,4.25057,5.14069,6.52474,8.56331,11.3572,14.8342,18.6205,22.207,25.1424],[2.20618,2.20658,2.20703,2.20756,2.20805,2.17028,2.11585,2.0482,1.90409,1.70144,1.64401,1.64229,1.51905,1.35909,1.17965,1.01972,0.913317,0.861789,0.846733,0.867448,0.978039,1.69345,2.68388,3.06767,3.20032,3.37764,3.70491,4.24977,5.13361,6.51994,8.56068,11.3361,14.8253,18.5885,22.143,25.1302]],"t_unix":1786302230.6558692,"uid":"p00249","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.088161,1.50796,2.087973]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7170755208333334,"blue":0.0,"green":5.208333333333333e-06,"red":0.19052604166666667,"white":0.08379166666666667,"yellow":0.0086015625},"ink_index":null,"is_control":false,"label":"skin (78, 58, 47) atkinson_hue_aware","median_raw":[4.053253,3.529376,4.402442],"median_spectrum_pct":[4.23123,4.23168,4.23221,4.23281,4.23343,4.2375,4.20491,4.14654,4.01583,3.84311,3.85745,3.89794,3.77503,3.56101,3.30835,3.05844,2.86594,2.75091,2.68147,2.67978,2.78413,3.64262,4.85908,5.32519,5.47898,5.66205,5.99018,6.51359,7.37402,8.7046,10.6606,13.3188,16.6497,20.2004,23.5297,26.2918],"phase":"skin","raster_sha1":"53d216d81a19f778","raw":[[4.052852,3.529376,4.402442],[4.053253,3.529019,4.400712],[4.055242,3.530375,4.404089]],"rgb":[78,58,47],"session":9,"source":"pipeline","spectrum_pct":[[4.23546,4.23593,4.23646,4.23708,4.23769,4.23165,4.19484,4.14165,4.0169,3.83988,3.889,3.91467,3.77503,3.56101,3.30835,3.05825,2.86512,2.74846,2.6802,2.68024,2.78408,3.64261,4.85831,5.32155,5.47589,5.66205,5.99056,6.51359,7.37346,8.70228,10.6659,13.3334,16.6497,20.2495,23.5909,26.3792],[4.22946,4.22992,4.23045,4.23105,4.23167,4.2375,4.20491,4.14654,4.01294,3.84311,3.85745,3.88147,3.77713,3.56025,3.31141,3.05844,2.86594,2.75091,2.68147,2.67978,2.78413,3.64262,4.85908,5.32519,5.47898,5.6603,5.98385,6.51037,7.37402,8.7046,10.6606,13.3188,16.6523,20.2004,23.5297,26.2918],[4.23123,4.23168,4.23221,4.23281,4.23343,4.23794,4.21012,4.14858,4.01583,3.85105,3.85208,3.89794,3.77315,3.56332,3.30656,3.059,2.86722,2.75407,2.68345,2.67957,2.78472,3.64508,4.8617,5.32615,5.48055,5.66497,5.99018,6.51598,7.37622,8.7049,10.6542,13.3033,16.6087,20.1392,23.4774,26.2484]],"t_unix":1786302277.9828355,"uid":"p00255","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.053253,3.529376,4.402442]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":9,"source":"bayer","t_unix":1786302323.2794476,"uid":"p01320","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":9,"source":"bayer","t_unix":1786302323.2814503,"uid":"p01321","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":9,"source":"bayer","t_unix":1786302323.2836754,"uid":"p01322","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0008046875,"blue":0.0,"green":0.000171875,"red":0.6157760416666667,"white":0.38307552083333335,"yellow":0.000171875},"ink_index":null,"is_control":false,"label":"skin (135, 96, 64) fs_cam16ucs_hue_aware","median_raw":[15.40897,13.665171,11.350365],"median_spectrum_pct":[9.976,9.97486,9.97355,9.97204,9.97028,10.0897,10.1607,10.2395,10.2086,10.2466,11.0075,11.9923,12.1669,12.0303,11.7863,11.4529,11.1583,10.9548,10.8455,10.9286,11.4106,15.1645,21.0736,23.541,23.987,24.0308,24.1259,24.3598,24.8551,25.6015,26.6435,27.9761,29.6095,31.2691,32.668,33.7201],"phase":"skin","raster_sha1":"6a9022c44b927aac","raw":[[15.48963,13.739924,11.391826],[15.408707,13.665171,11.350365],[15.40897,13.66441,11.347394]],"rgb":[135,96,64],"session":9,"source":"pipeline","spectrum_pct":[[10.0204,10.0192,10.0179,10.0163,10.0146,10.1883,10.2576,10.2761,10.2027,10.2294,11.0262,12.0321,12.2114,12.0988,11.8586,11.5246,11.2256,11.019,10.908,10.9935,11.4768,15.2444,21.1865,23.6647,24.1104,24.1491,24.2472,24.4755,24.9592,25.7035,26.7505,28.1043,29.714,31.3735,32.7987,33.863],[9.976,9.97486,9.97355,9.97204,9.97028,10.0897,10.1607,10.2395,10.2126,10.2519,11.002,11.9923,12.1669,12.0302,11.7846,11.4529,11.1583,10.9548,10.8455,10.9286,11.4099,15.1577,21.0673,23.541,23.9855,24.0279,24.1237,24.3598,24.8475,25.5922,26.6419,27.9761,29.5988,31.2584,32.6569,33.685],[9.96805,9.9669,9.96559,9.96407,9.96231,10.0873,10.1596,10.2358,10.2086,10.2466,11.0075,11.9916,12.1643,12.0303,11.7863,11.4504,11.155,10.9512,10.8386,10.9259,11.4106,15.1645,21.0736,23.5405,23.987,24.0308,24.1259,24.3598,24.8551,25.6015,26.6435,27.9714,29.6095,31.2691,32.668,33.7201]],"t_unix":1786302324.8862216,"uid":"p00299","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.40897,13.665171,11.350365]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (204, 182, 173) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[204,182,173],"session":9,"source":"pipeline","t_unix":1786302372.315045,"uid":"p00373","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.27503645833333334,"blue":0.0,"green":0.0313515625,"red":0.43183333333333335,"white":0.2601796875,"yellow":0.0015989583333333333},"ink_index":null,"is_control":false,"label":"skin (111, 81, 71) atkinson_oklab_hue_aware","median_raw":[9.906113,8.945764,9.246963],"median_spectrum_pct":[8.36759,8.36766,8.36774,8.36783,8.36787,8.43687,8.48538,8.5286,8.47022,8.36032,8.65875,8.94033,8.80235,8.52192,8.19301,7.82862,7.52659,7.32698,7.21201,7.22585,7.46108,9.51521,12.6366,13.8605,14.0917,14.194,14.4325,14.8484,15.5711,16.6813,18.2767,20.3592,22.9344,25.6394,28.0472,29.9788],"phase":"skin","raster_sha1":"517ad8256db7c152","raw":[[9.903656,8.944776,9.244346],[9.906113,8.945764,9.246963],[9.911151,8.950216,9.266919]],"rgb":[111,81,71],"session":9,"source":"pipeline","spectrum_pct":[[8.3619,8.36196,8.36204,8.36213,8.36216,8.42838,8.47612,8.52486,8.47022,8.36032,8.63285,8.94033,8.80235,8.51893,8.18999,7.82631,7.52659,7.32698,7.21201,7.22659,7.4589,9.51179,12.6349,13.8567,14.0836,14.1903,14.4305,14.8482,15.5681,16.674,18.2584,20.3518,22.9344,25.6394,28.0442,30.0034],[8.36759,8.36766,8.36774,8.36783,8.36787,8.43687,8.48538,8.5286,8.46968,8.34382,8.65875,8.92032,8.79695,8.52336,8.19301,7.82862,7.52596,7.3255,7.21016,7.22585,7.46108,9.51629,12.6366,13.8605,14.0917,14.194,14.4325,14.8484,15.5711,16.6813,18.2767,20.3702,22.9284,25.6314,28.0472,29.9738],[8.36884,8.3689,8.36897,8.36906,8.36909,8.44583,8.49367,8.54216,8.49187,8.39124,8.67758,8.96076,8.80589,8.52192,8.19692,7.83489,7.53102,7.32801,7.21231,7.22545,7.46229,9.51521,12.637,13.8629,14.0958,14.2017,14.4409,14.8568,15.5719,16.6861,18.2813,20.3592,22.9369,25.6649,28.074,29.9788]],"t_unix":1786302374.4700828,"uid":"p00283","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.906113,8.945764,9.246963]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5947890625,"blue":0.0,"green":0.0,"red":0.17766666666666667,"white":0.22754427083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (94, 77, 68) atkinson_hue_aware","median_raw":[7.029834,6.702224,8.525744],"median_spectrum_pct":[7.82902,7.82974,7.83056,7.83151,7.83258,7.93066,7.96932,7.96894,7.824,7.69709,7.80889,7.77091,7.51831,7.16897,6.78444,6.39325,6.07439,5.83895,5.67077,5.60832,5.66533,6.55236,7.82884,8.31253,8.46352,8.63776,8.95602,9.47336,10.3062,11.577,13.4373,15.9259,18.9939,22.2444,25.2736,27.7574],"phase":"skin","raster_sha1":"403b4d39409bb4f1","raw":[[7.02351,6.697741,8.508034],[7.029834,6.702224,8.525744],[7.032403,6.704989,8.530313]],"rgb":[94,77,68],"session":9,"source":"pipeline","spectrum_pct":[[7.82276,7.82348,7.82431,7.82526,7.82632,7.91556,7.95669,7.95691,7.81819,7.67704,7.77422,7.74178,7.51682,7.16539,6.78444,6.39244,6.07147,5.83548,5.66866,5.60832,5.66495,6.54581,7.82467,8.30764,8.45515,8.62825,8.94901,9.46481,10.3073,11.5701,13.4349,15.93,18.9939,22.2444,25.2591,27.7574],[7.82902,7.82974,7.83056,7.83151,7.83258,7.93066,7.96932,7.96894,7.824,7.70709,7.82021,7.77091,7.51831,7.16897,6.78441,6.39325,6.07439,5.83895,5.67077,5.60785,5.66533,6.55236,7.82884,8.31321,8.46352,8.64145,8.95794,9.47336,10.3053,11.577,13.4373,15.9259,18.9899,22.2404,25.2736,27.744],[7.83628,7.837,7.83783,7.83878,7.83986,7.93979,7.97972,7.97535,7.83208,7.69709,7.80889,7.78137,7.52514,7.17202,6.78708,6.39679,6.07589,5.84151,5.67336,5.61274,5.66956,6.55575,7.83359,8.31253,8.46456,8.63776,8.95602,9.47679,10.3062,11.5772,13.4378,15.9252,19.0011,22.2709,25.2877,27.7839]],"t_unix":1786302421.8449104,"uid":"p00435","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.029834,6.702224,8.525744]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.21167708333333332,"blue":0.078125,"green":0.2918072916666667,"red":0.41627864583333335,"white":0.0019192708333333334,"yellow":0.00019270833333333333},"ink_index":null,"is_control":false,"label":"skin (66, 51, 49) fs_cam16ucs_hue_aware","median_raw":[6.221088,5.970456,4.603527],"median_spectrum_pct":[3.83178,3.83101,3.83012,3.8291,3.82782,3.80529,3.79014,3.772,3.6458,3.73837,5.22007,7.42529,7.84988,7.37813,6.57305,5.70265,4.96454,4.42269,4.05789,3.89206,4.02123,5.7778,8.40592,9.43856,9.71448,9.93957,10.322,10.9207,11.8552,13.2278,15.1216,17.5869,20.55,23.625,26.434,28.7401],"phase":"skin","raster_sha1":"6581d8612824dff6","raw":[[6.211114,5.960832,4.587181],[6.221088,5.970456,4.603527],[6.226932,5.977497,4.613005]],"rgb":[66,51,49],"session":9,"source":"pipeline","spectrum_pct":[[3.82341,3.82264,3.82176,3.82074,3.81944,3.78739,3.77353,3.76472,3.64024,3.72973,5.16639,7.41321,7.84146,7.37041,6.56095,5.6932,4.95495,4.41429,4.05156,3.88709,4.01414,5.77095,8.3974,9.427,9.69873,9.92506,10.3075,10.909,11.845,13.2148,15.1154,17.5869,20.5333,23.6291,26.4298,28.7281],[3.83178,3.83101,3.83012,3.8291,3.82782,3.80529,3.79014,3.772,3.6458,3.74674,5.22007,7.42529,7.84988,7.37813,6.57305,5.70265,4.96454,4.42269,4.05789,3.89206,4.02123,5.7778,8.40592,9.43856,9.71448,9.93957,10.322,10.9207,11.8552,13.2278,15.1298,17.5875,20.5541,23.625,26.4432,28.7924],[3.84938,3.84861,3.84774,3.84673,3.84544,3.81249,3.79944,3.78472,3.64672,3.73837,5.25733,7.42741,7.86081,7.39465,6.58714,5.70943,4.9716,4.4269,4.06108,3.89517,4.02626,5.78422,8.41325,9.4475,9.71851,9.94664,10.3301,10.9227,11.8564,13.2282,15.1216,17.5816,20.55,23.6066,26.434,28.7401]],"t_unix":1786302468.6359928,"uid":"p00245","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.221088,5.970456,4.603527]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.1353203125,"blue":0.0,"green":0.06521354166666667,"red":0.22238020833333333,"white":0.5620703125,"yellow":0.015015625},"ink_index":null,"is_control":false,"label":"skin (140, 126, 116) atkinson_oklab_hue_aware","median_raw":[19.378462,20.227875,20.030599],"median_spectrum_pct":[17.4771,17.4765,17.4758,17.4751,17.4742,17.7407,17.8782,17.9533,17.9163,18.0871,19.6678,21.5961,22.0607,21.8046,21.219,20.4438,19.6941,19.0704,18.5855,18.3649,18.3255,19.7644,21.9783,22.7824,22.9092,22.992,23.2459,23.6526,24.2608,25.0831,26.2182,27.661,29.434,31.2108,32.7638,33.9264],"phase":"skin","raster_sha1":"207caeff8bbf137a","raw":[[19.379621,20.231656,20.036232],[19.378462,20.227675,20.030599],[19.377418,20.227875,20.030402]],"rgb":[140,126,116],"session":9,"source":"pipeline","spectrum_pct":[[17.4827,17.4822,17.4815,17.4807,17.4798,17.7327,17.8669,17.9475,17.9163,18.1096,19.7162,21.6265,22.0727,21.8046,21.2158,20.4464,19.6969,19.0719,18.5861,18.3649,18.3274,19.766,21.9783,22.7846,22.9092,22.992,23.2449,23.6526,24.2608,25.0831,26.238,27.6867,29.4454,31.212,32.7638,33.9018],[17.4771,17.4765,17.4758,17.4751,17.4742,17.7407,17.8782,17.9533,17.9194,18.0871,19.6678,21.5961,22.0474,21.7977,21.219,20.4395,19.6925,19.0702,18.5855,18.3665,18.3255,19.7644,21.9803,22.7806,22.9094,22.9933,23.2462,23.6474,24.255,25.0822,26.2182,27.6584,29.434,31.2018,32.7431,33.9264],[17.4769,17.4763,17.4756,17.4748,17.474,17.7526,17.8905,17.9539,17.9054,18.0782,19.6637,21.594,22.0607,21.8078,21.219,20.4438,19.6941,19.0704,18.5851,18.3629,18.3239,19.7588,21.975,22.7824,22.9083,22.9912,23.2459,23.6526,24.2616,25.0856,26.215,27.661,29.4146,31.2108,32.7738,33.9348]],"t_unix":1786302516.1691613,"uid":"p00307","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.378462,20.227875,20.030599]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.09493489583333334,"white":0.9021328125,"yellow":0.002932291666666667},"ink_index":null,"is_control":false,"label":"skin (246, 183, 177) fs_cam16ucs_hue_aware","median_raw":[31.353614,33.477512,36.900396],"median_spectrum_pct":[32.0216,32.0218,32.0219,32.0222,32.023,32.9048,33.4187,33.7333,33.8257,34.0409,35.3638,36.4659,36.4295,36.0117,35.3885,34.5024,33.6411,32.8851,32.2452,31.9317,31.641,32.1752,33.0571,33.2599,33.2533,33.2909,33.4416,33.6166,33.8658,34.1589,34.5657,35.1147,35.8265,36.5538,37.0974,37.4912],"phase":"skin","raster_sha1":"1289badcb8415d06","raw":[[31.368584,33.486944,36.900396],[31.353614,33.477512,36.908742],[31.178969,33.293118,36.790164]],"rgb":[246,183,177],"session":9,"source":"pipeline","spectrum_pct":[[32.0216,32.0218,32.0219,32.0222,32.023,32.9048,33.4187,33.7333,33.8235,34.027,35.3638,36.4659,36.4295,36.0117,35.3885,34.5024,33.6416,32.8893,32.2536,31.9413,31.6579,32.2021,33.0875,33.2924,33.2868,33.3233,33.4755,33.6418,33.8876,34.1861,34.5961,35.1243,35.8457,36.5538,37.0974,37.4912],[32.0333,32.0335,32.0337,32.0339,32.0348,32.931,33.4412,33.7381,33.8257,34.0409,35.3284,36.4664,36.4302,36.021,35.3961,34.5088,33.6411,32.8851,32.2452,31.9317,31.641,32.1752,33.0571,33.2599,33.2533,33.2909,33.4416,33.6166,33.8658,34.1589,34.5657,35.1147,35.8265,36.5539,37.1197,37.4947],[31.9037,31.9039,31.9042,31.9045,31.9053,32.6077,33.1166,33.6134,33.8538,34.127,35.3819,36.4208,36.2926,35.8352,35.1945,34.3027,33.4419,32.6868,32.0466,31.737,31.4491,31.9846,32.8534,33.0566,33.0515,33.0878,33.2486,33.425,33.6774,33.9777,34.393,34.9488,35.6905,36.3926,36.9957,37.4096]],"t_unix":1786302562.949838,"uid":"p00533","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.353614,33.477512,36.900396]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.06550520833333333,"white":0.9344947916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (186, 168, 166) atkinson_oklab_hue_aware","median_raw":[32.33357,34.721361,38.778516],"median_spectrum_pct":[33.5933,33.5937,33.5941,33.5946,33.5956,34.406,34.9539,35.4544,35.715,36.0072,37.2771,38.192,38.0454,37.5623,36.8942,35.9656,35.0659,34.2835,33.6072,33.2701,32.9157,33.1778,33.6666,33.7119,33.6705,33.6988,33.8475,34.0036,34.2365,34.4896,34.8698,35.359,36.0415,36.6994,37.2655,37.6054],"phase":"skin","raster_sha1":"0378ce41f463c170","raw":[[32.355314,34.737491,38.787776],[32.33357,34.721361,38.778311],[32.317304,34.705915,38.778516]],"rgb":[186,168,166],"session":9,"source":"pipeline","spectrum_pct":[[33.5933,33.5937,33.5941,33.5946,33.5956,34.3979,34.9478,35.4567,35.7315,36.008,37.3247,38.2233,38.0496,37.5623,36.8942,35.9656,35.0712,34.2946,33.6239,33.2925,32.9366,33.2031,33.7043,33.7466,33.7036,33.7329,33.8832,34.0432,34.2745,34.5354,34.9044,35.404,36.0742,36.7418,37.2655,37.6108],[33.5892,33.5895,33.5899,33.5904,33.5914,34.406,34.9539,35.4544,35.715,36.0046,37.2621,38.192,38.0454,37.5694,36.8948,35.9678,35.0659,34.2835,33.6072,33.2701,32.9157,33.1778,33.6666,33.7119,33.6705,33.6988,33.8475,34.0036,34.2365,34.4878,34.8698,35.3542,36.0212,36.6861,37.2382,37.5743],[33.6031,33.6034,33.6039,33.6043,33.6054,34.4116,34.957,35.4528,35.6993,36.0072,37.2771,38.188,38.0406,37.5612,36.8876,35.9576,35.0547,34.2679,33.5883,33.2496,32.8951,33.1547,33.6431,33.687,33.6427,33.6689,33.8234,33.9913,34.2257,34.4896,34.8531,35.359,36.0415,36.6994,37.2673,37.6054]],"t_unix":1786302610.2528183,"uid":"p00481","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.33357,34.721361,38.778516]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5493307291666667,"blue":0.0,"green":0.0,"red":0.45066927083333336,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (76, 39, 25) atkinson_hue_aware","median_raw":[3.628677,2.327159,1.694642],"median_spectrum_pct":[1.75132,1.75119,1.75105,1.75088,1.75059,1.71539,1.67445,1.61838,1.52145,1.39106,1.37531,1.39236,1.38858,1.28303,1.1569,1.02853,0.953238,0.960199,1.00588,1.10907,1.39415,3.20684,5.93966,7.00732,7.19674,7.29074,7.52432,7.97038,8.77275,10.0512,11.9236,14.4508,17.6069,20.9571,24.0941,26.687],"phase":"skin","raster_sha1":"48018338f1d3c3bf","raw":[[3.628677,2.327159,1.696145],[3.627552,2.325925,1.679739],[3.633435,2.32924,1.694642]],"rgb":[76,39,25],"session":9,"source":"pipeline","spectrum_pct":[[1.75132,1.75119,1.75105,1.75088,1.75059,1.71055,1.66867,1.61452,1.52897,1.41867,1.39337,1.3864,1.38858,1.28299,1.15466,1.02853,0.95308,0.960944,1.00891,1.11009,1.39557,3.20459,5.93796,7.00263,7.18959,7.28463,7.51977,7.97038,8.76591,10.0512,11.9246,14.4745,17.6303,21.0185,24.1493,26.7247],[1.74983,1.7497,1.74956,1.74939,1.7491,1.71539,1.67445,1.61838,1.50397,1.35641,1.33208,1.39236,1.38686,1.28303,1.1569,1.02907,0.953238,0.959095,1.00588,1.10907,1.39415,3.20684,5.93966,7.00732,7.19674,7.29074,7.52432,7.96886,8.77275,10.045,11.9219,14.4508,17.6038,20.9514,24.0911,26.6373],[1.75587,1.75574,1.75559,1.75543,1.75514,1.71846,1.67943,1.6219,1.52145,1.39106,1.37531,1.40071,1.38978,1.2862,1.1582,1.02812,0.954575,0.960199,1.00565,1.10525,1.39174,3.21062,5.95008,7.01894,7.20736,7.29971,7.53133,7.97614,8.77597,10.0582,11.9236,14.4486,17.6069,20.9571,24.0941,26.687]],"t_unix":1786302657.554136,"uid":"p00423","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.628677,2.327159,1.694642]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.29861197916666665,"white":0.6937526041666666,"yellow":0.007635416666666667},"ink_index":null,"is_control":false,"label":"skin (196, 149, 139) fs_cam16ucs_hue_aware","median_raw":[24.538931,25.041841,25.202713],"median_spectrum_pct":[21.8875,21.8868,21.886,21.8851,21.8843,22.3326,22.6137,22.8393,22.8992,23.1155,24.5015,25.8641,26.0322,25.7652,25.3201,24.6817,24.0486,23.4862,23.0292,22.8738,22.9648,25.0859,28.2441,29.4216,29.635,29.7213,29.9086,30.1455,30.5397,31.0657,31.753,32.6227,33.7018,34.7529,35.5984,36.2146],"phase":"skin","raster_sha1":"0d4b7fcf13b5c213","raw":[[24.545873,25.04695,25.202713],[24.538931,25.039272,25.205144],[24.536398,25.041841,25.195943]],"rgb":[196,149,139],"session":9,"source":"pipeline","spectrum_pct":[[21.8828,21.8821,21.8813,21.8804,21.8796,22.323,22.603,22.8393,22.9127,23.1155,24.5015,25.856,26.0315,25.7652,25.3201,24.6817,24.0488,23.4914,23.0359,22.8836,22.9756,25.0949,28.253,29.4292,29.6423,29.7288,29.9189,30.1585,30.5482,31.0753,31.7689,32.6357,33.713,34.7604,35.6044,36.2295],[21.8875,21.8868,21.886,21.8851,21.8843,22.3326,22.6137,22.8364,22.8992,23.1169,24.5204,25.8653,26.0322,25.7615,25.3142,24.6764,24.0401,23.4799,23.0246,22.8713,22.9648,25.0859,28.2441,29.4216,29.635,29.7213,29.9086,30.1455,30.5397,31.0657,31.7429,32.6227,33.7018,34.7529,35.5984,36.2146],[21.8977,21.897,21.8963,21.8954,21.8946,22.3484,22.6293,22.845,22.88,23.0554,24.4665,25.8641,26.0451,25.7772,25.3322,24.687,24.0486,23.4862,23.0292,22.8738,22.9634,25.0816,28.2372,29.4145,29.6298,29.715,29.9054,30.1424,30.5376,31.0537,31.753,32.6195,33.6853,34.7194,35.5709,36.1991]],"t_unix":1786302704.3243084,"uid":"p00365","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.538931,25.041841,25.202713]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.010682291666666666,"white":0.9798880208333334,"yellow":0.0094296875},"ink_index":null,"is_control":false,"label":"skin (236, 197, 192) fs_cam16ucs_hue_aware","median_raw":[34.383388,37.34428,42.101527],"median_spectrum_pct":[36.48,36.4805,36.481,36.4816,36.4831,37.5243,38.1468,38.5427,38.6881,38.9636,40.2199,41.3397,41.2748,40.811,40.1072,39.1072,38.1201,37.2564,36.5003,36.0976,35.6099,35.3513,35.1203,34.8604,34.7439,34.7523,34.8826,35.0094,35.1855,35.3708,35.6487,36.044,36.6107,37.166,37.61,37.9849],"phase":"skin","raster_sha1":"c64963931ab3900d","raw":[[34.586051,37.54054,42.195541],[34.373552,37.337078,42.08582],[34.383388,37.34428,42.101527]],"rgb":[236,197,192],"session":9,"source":"pipeline","spectrum_pct":[[36.5288,36.5292,36.5297,36.5303,36.5316,37.5493,38.1766,38.6221,38.8069,39.0687,40.3828,41.4604,41.3606,40.8936,40.2151,39.2439,38.2908,37.4572,36.7228,36.3388,35.8638,35.6124,35.3865,35.1299,35.0069,35.0141,35.1428,35.256,35.4269,35.5961,35.8527,36.225,36.7723,37.3239,37.737,38.027],[36.4535,36.4539,36.4545,36.4551,36.4566,37.4935,38.1146,38.5199,38.6767,38.9636,40.2122,41.3397,41.2647,40.7975,40.0955,39.0938,38.1179,37.2546,36.495,36.0928,35.6023,35.3413,35.1123,34.8506,34.7325,34.7379,34.8676,34.9974,35.1768,35.3603,35.6399,36.0294,36.6079,37.166,37.61,37.9462],[36.48,36.4805,36.481,36.4816,36.4831,37.5243,38.1468,38.5427,38.6881,38.9469,40.2199,41.3172,41.2748,40.811,40.1072,39.1072,38.1201,37.2564,36.5003,36.0976,35.6099,35.3513,35.1203,34.8604,34.7439,34.7523,34.8826,35.0094,35.1855,35.3708,35.6487,36.044,36.6107,37.1507,37.594,37.9849]],"t_unix":1786302751.1594496,"uid":"p00416","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.383388,37.34428,42.101527]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.5947213541666667,"blue":0.0,"green":0.0,"red":0.40527864583333334,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (73, 40, 24) atkinson_oklab_hue_aware","median_raw":[3.394437,2.204269,1.724618],"median_spectrum_pct":[1.78211,1.78205,1.78197,1.78187,1.7817,1.7627,1.72049,1.66469,1.54284,1.40824,1.37426,1.40597,1.3938,1.28931,1.15966,1.02575,0.949108,0.949153,0.989576,1.07699,1.34007,2.98963,5.45359,6.40432,6.58508,6.69616,6.94453,7.41549,8.23585,9.52476,11.4388,14.0208,17.2141,20.6917,23.8928,26.5613],"phase":"skin","raster_sha1":"89b22bda4fcb24fc","raw":[[3.394437,2.204269,1.723296],[3.398786,2.206216,1.728975],[3.383732,2.196663,1.724618]],"rgb":[73,40,24],"session":9,"source":"pipeline","spectrum_pct":[[1.78165,1.78158,1.78149,1.78139,1.78122,1.7627,1.72049,1.66469,1.53859,1.40778,1.3763,1.40597,1.39523,1.28943,1.15966,1.02575,0.949777,0.950938,0.989576,1.07907,1.34007,2.98963,5.45359,6.40432,6.58508,6.69616,6.94453,7.41549,8.23585,9.53059,11.44,14.0232,17.2311,20.7151,23.9133,26.5927],[1.79416,1.79409,1.79402,1.79393,1.79375,1.77061,1.72956,1.66999,1.54284,1.40824,1.37426,1.41745,1.39225,1.28727,1.16188,1.02852,0.949108,0.949153,0.99084,1.07699,1.34072,2.99438,5.45941,6.4144,6.59589,6.70493,6.95219,7.4203,8.23846,9.52476,11.4388,14.0208,17.2141,20.6917,23.8928,26.5613],[1.78211,1.78205,1.78197,1.78187,1.7817,1.76077,1.71598,1.66416,1.55466,1.4132,1.3678,1.39557,1.3938,1.28931,1.15544,1.02371,0.947202,0.945562,0.987548,1.07055,1.33068,2.98153,5.43494,6.38289,6.56448,6.67563,6.92356,7.3865,8.20899,9.48854,11.3899,13.9587,17.1353,20.5532,23.7651,26.4381]],"t_unix":1786302845.6381543,"uid":"p00421","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.394437,2.204269,1.724618]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.20965885416666666,"white":0.7903411458333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (181, 145, 139) atkinson_oklab_hue_aware","median_raw":[27.330445,28.427966,30.2895],"median_spectrum_pct":[26.3913,26.3912,26.3911,26.3909,26.391,26.912,27.2676,27.6075,27.748,27.953,29.1589,30.25,30.24,29.8624,29.3222,28.5699,27.8507,27.2355,26.7329,26.529,26.4616,27.9299,30.161,30.9368,31.0554,31.1117,31.2819,31.495,31.8251,32.2453,32.8105,33.5369,34.4949,35.4011,36.1494,36.6891],"phase":"skin","raster_sha1":"f52b390eabbf9ddc","raw":[[27.340695,28.436657,30.287849],[27.330445,28.427966,30.2895],[27.318461,28.424576,30.300951]],"rgb":[181,145,139],"session":9,"source":"pipeline","spectrum_pct":[[26.3913,26.3912,26.3911,26.3909,26.391,26.9029,27.2601,27.6062,27.748,27.966,29.1589,30.25,30.24,29.8624,29.3222,28.5699,27.8507,27.2399,26.738,26.5394,26.4793,27.949,30.178,30.9565,31.0717,31.1276,31.2961,31.5045,31.8322,32.2499,32.8192,33.5592,34.5124,35.4089,36.1665,36.6594],[26.3865,26.3864,26.3862,26.3861,26.3862,26.912,27.2676,27.6075,27.7528,27.953,29.1653,30.2495,30.2395,29.8584,29.3158,28.5685,27.8451,27.2355,26.7329,26.529,26.4616,27.9299,30.161,30.9368,31.0554,31.1117,31.2819,31.495,31.8251,32.2453,32.8105,33.5369,34.4949,35.3839,36.1301,36.6891],[26.4097,26.4096,26.4095,26.4094,26.4095,26.9357,27.2903,27.622,27.7478,27.9429,29.1583,30.2913,30.2536,29.8831,29.3355,28.5814,27.8532,27.2331,26.72,26.5176,26.4551,27.9138,30.1295,30.9102,31.0263,31.0844,31.251,31.4615,31.7905,32.2255,32.8002,33.5274,34.4724,35.4011,36.1494,36.707]],"t_unix":1786302892.9346204,"uid":"p00340","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.330445,28.427966,30.2895]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (247, 221, 203) fs_cam16ucs_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[247,221,203],"session":9,"source":"pipeline","t_unix":1786302939.8296876,"uid":"p00536","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.20082291666666666,"white":0.7991770833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (190, 134, 123) atkinson_oklab_hue_aware","median_raw":[27.736852,28.986772,30.98065],"median_spectrum_pct":[26.9029,26.9027,26.9026,26.9024,26.9025,27.5061,27.9075,28.2371,28.3639,28.5777,29.8572,31.0281,30.9919,30.5972,30.0599,29.2835,28.5315,27.8789,27.3281,27.0901,26.9904,28.3429,30.412,31.127,31.2388,31.3049,31.4801,31.692,32.0205,32.4478,33.0149,33.733,34.6488,35.5601,36.2796,36.7982],"phase":"skin","raster_sha1":"22f5e315b905039b","raw":[[27.741073,28.98846,30.965606],[27.736852,28.986772,30.98065],[27.719292,28.977551,30.980655]],"rgb":[190,134,123],"session":9,"source":"pipeline","spectrum_pct":[[26.8808,26.8806,26.8804,26.8802,26.8803,27.4825,27.8875,28.2311,28.3639,28.5713,29.8357,31.0185,30.9847,30.5906,30.0456,29.276,28.5306,27.8824,27.3333,27.0972,26.998,28.3521,30.4236,31.1377,31.2541,31.3187,31.4921,31.7028,32.0391,32.4532,33.0182,33.733,34.6435,35.5609,36.2726,36.7615],[26.9029,26.9027,26.9026,26.9024,26.9025,27.5061,27.9075,28.2371,28.3653,28.5912,29.8572,31.0281,30.9919,30.5972,30.0599,29.2835,28.5315,27.8789,27.3281,27.0901,26.9904,28.3429,30.412,31.127,31.2388,31.3049,31.4801,31.692,32.0205,32.4478,33.0149,33.7369,34.6513,35.524,36.2988,36.7982],[26.9089,26.9088,26.9086,26.9084,26.9085,27.5147,27.9182,28.2411,28.3448,28.5777,29.8627,31.0358,31.0065,30.616,30.0653,29.287,28.5343,27.8754,27.3146,27.0723,26.9756,28.3206,30.3782,31.0927,31.2077,31.2734,31.447,31.6584,31.9899,32.4141,32.9849,33.7092,34.6488,35.5601,36.2796,36.81]],"t_unix":1786302941.9760275,"uid":"p00484","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.736852,28.986772,30.98065]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9568880208333334,"yellow":0.04311197916666667},"ink_index":null,"is_control":false,"label":"skin (225, 202, 194) fs_cam16ucs_hue_aware","median_raw":[34.510822,37.716916,40.806872],"median_spectrum_pct":[35.1759,35.1756,35.1754,35.175,35.1754,36.1292,36.7168,37.183,37.3716,37.7041,39.2255,40.9551,41.2788,41.0435,40.4854,39.5627,38.6225,37.7798,37.0347,36.6493,36.1628,35.8631,35.5747,35.286,35.1585,35.1507,35.2761,35.3913,35.5454,35.7015,35.9459,36.2998,36.8199,37.3358,37.7446,38.0173],"phase":"skin","raster_sha1":"c6def1dc74f9ac3f","raw":[[34.521662,37.725428,40.806872],[34.510822,37.716916,40.807723],[34.496717,37.701933,40.80142]],"rgb":[225,202,194],"session":9,"source":"pipeline","spectrum_pct":[[35.1759,35.1756,35.1754,35.175,35.1753,36.1066,36.7007,37.1833,37.3806,37.7157,39.25,40.9551,41.2799,41.0463,40.4854,39.5627,38.6247,37.7829,37.0443,36.662,36.1787,35.8821,35.5921,35.3005,35.1711,35.1747,35.2988,35.4108,35.5706,35.7235,35.964,36.3015,36.8169,37.3576,37.7446,38.0173],[35.1792,35.1789,35.1787,35.1784,35.1787,36.1292,36.7168,37.183,37.3716,37.7039,39.2255,40.9736,41.2788,41.0384,40.486,39.5633,38.6225,37.7798,37.0347,36.6493,36.1628,35.8631,35.5747,35.286,35.1585,35.1507,35.2761,35.3913,35.5454,35.7015,35.9459,36.2998,36.826,37.3358,37.7647,38.0153],[35.1759,35.1756,35.1753,35.175,35.1754,36.135,36.7265,37.1738,37.3532,37.7041,39.2157,40.9354,41.2631,41.0435,40.481,39.5512,38.6092,37.7636,37.0156,36.6276,36.1454,35.845,35.5551,35.2669,35.1397,35.1366,35.2631,35.3764,35.5366,35.6976,35.9346,36.2756,36.8199,37.327,37.7104,38.0264]],"t_unix":1786302990.0368721,"uid":"p00407","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.510822,37.716916,40.806872]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4129713541666667,"white":0.5870286458333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (199, 130, 121) fs_cam16ucs_hue_aware","median_raw":[20.987987,20.591807,19.975257],"median_spectrum_pct":[17.4131,17.4123,17.4114,17.4104,17.4093,17.755,17.9729,18.0948,18.0973,18.2227,19.4152,20.6006,20.7167,20.4721,20.0715,19.5241,18.996,18.5528,18.2146,18.1397,18.3766,21.1551,25.407,27.0953,27.4148,27.5088,27.701,27.9588,28.4255,29.071,29.9245,30.9904,32.2959,33.5969,34.6648,35.4645],"phase":"skin","raster_sha1":"b449fac78e464bd5","raw":[[20.988933,20.596179,19.973345],[20.985707,20.590433,19.975257],[20.987987,20.591807,19.992862]],"rgb":[199,130,121],"session":9,"source":"pipeline","spectrum_pct":[[17.4131,17.4123,17.4114,17.4104,17.4093,17.7528,17.9672,18.0941,18.0915,18.1972,19.4152,20.6006,20.7167,20.4721,20.0732,19.5241,18.996,18.56,18.2239,18.1476,18.3866,21.1656,25.4128,27.0953,27.4148,27.5088,27.7013,27.9534,28.4255,29.0756,29.9289,30.9878,32.3108,33.5957,34.6597,35.4382],[17.4079,17.4071,17.4061,17.4051,17.4041,17.755,17.9729,18.0948,18.0973,18.2227,19.39,20.5786,20.7093,20.4659,20.0685,19.5212,18.9962,18.5528,18.2146,18.1397,18.3766,21.1551,25.407,27.0951,27.4139,27.5077,27.6996,27.9588,28.4309,29.071,29.9185,30.9904,32.283,33.5969,34.6648,35.4782],[17.434,17.4332,17.4323,17.4313,17.4302,17.7665,17.9841,18.1024,18.1093,18.2519,19.4176,20.6077,20.7213,20.4753,20.0715,19.526,18.9924,18.5502,18.2111,18.1322,18.3738,21.1529,25.4065,27.0972,27.4191,27.5118,27.701,27.9624,28.4224,29.067,29.9245,31.0013,32.2959,33.6147,34.6724,35.4645]],"t_unix":1786303036.913106,"uid":"p00491","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.987987,20.591807,19.975257]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.023604166666666666,"blue":0.0,"green":0.0,"red":0.6136484375,"white":0.3627473958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (136, 95, 84) atkinson_hue_aware","median_raw":[14.664696,12.929061,11.104315],"median_spectrum_pct":[9.78018,9.77922,9.77812,9.77685,9.7755,9.97966,10.0579,10.0865,10.0209,10.0381,10.6353,11.3534,11.4805,11.3536,11.106,10.7691,10.4891,10.3167,10.2354,10.3351,10.7905,14.3492,20.0132,22.3836,22.7576,22.7369,22.816,23.0598,23.561,24.3189,25.4298,26.8828,28.6608,30.4829,32.0187,33.2003],"phase":"skin","raster_sha1":"f8dc4ff8036078e6","raw":[[14.659221,12.925262,11.096297],[14.664696,12.929061,11.104315],[14.669373,12.931164,11.10634]],"rgb":[136,95,84],"session":9,"source":"pipeline","spectrum_pct":[[9.76294,9.76197,9.76086,9.75958,9.75822,9.96668,10.0546,10.0829,10.0209,10.0381,10.607,11.3325,11.4814,11.3531,11.106,10.7668,10.4872,10.3146,10.2339,10.3351,10.7902,14.3407,20.0013,22.3791,22.7534,22.7315,22.8068,23.0452,23.5405,24.3105,25.4298,26.8662,28.6277,30.4843,31.9982,33.135],[9.7895,9.78855,9.78746,9.78621,9.78485,9.97966,10.0579,10.0888,10.0089,10.0398,10.6489,11.3534,11.4746,11.3536,11.1062,10.7691,10.4891,10.3167,10.2354,10.3359,10.7915,14.3492,20.0132,22.3836,22.7576,22.7369,22.816,23.0598,23.561,24.3189,25.4264,26.8828,28.6608,30.4829,32.0277,33.2323],[9.78018,9.77922,9.77812,9.77685,9.7755,9.98289,10.0656,10.0865,10.025,10.0357,10.6353,11.357,11.4805,11.3568,11.0989,10.7714,10.4904,10.3172,10.2361,10.3347,10.7905,14.35,20.0218,22.3957,22.7692,22.7523,22.8266,23.0675,23.5699,24.3338,25.4559,26.8949,28.6666,30.4743,32.0187,33.2003]],"t_unix":1786303084.2294428,"uid":"p00300","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.664696,12.929061,11.104315]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.24344010416666667,"white":0.7565598958333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (235, 160, 150) atkinson_hue_aware","median_raw":[26.128023,26.941322,28.510738],"median_spectrum_pct":[24.8605,24.8604,24.8602,24.86,24.86,25.3419,25.6583,25.9818,26.1325,26.2991,27.453,28.5042,28.474,28.1084,27.5757,26.8541,26.1637,25.5903,25.1287,24.9621,24.9494,26.6325,29.1939,30.1206,30.2659,30.327,30.5029,30.7204,31.0824,31.5514,32.1777,32.986,34.0196,34.9955,35.8217,36.4141],"phase":"skin","raster_sha1":"da8f7ec086c11ddb","raw":[[26.132235,26.945911,28.508967],[26.128023,26.941322,28.510738],[26.118006,26.939875,28.517343]],"rgb":[235,160,150],"session":9,"source":"pipeline","spectrum_pct":[[24.8587,24.8586,24.8584,24.8582,24.8582,25.328,25.644,25.974,26.1339,26.2991,27.4628,28.5151,28.474,28.101,27.571,26.85,26.1621,25.5906,25.1361,24.9696,24.9626,26.6429,29.2022,30.1274,30.268,30.33,30.5067,30.7306,31.0927,31.5581,32.1777,33.0063,34.0196,34.9955,35.8217,36.4141],[24.8624,24.8622,24.8621,24.8619,24.8618,25.3419,25.6583,25.9818,26.1325,26.3111,27.4226,28.4711,28.4727,28.1084,27.5757,26.8541,26.1637,25.5875,25.1287,24.9621,24.9494,26.6325,29.1939,30.1206,30.2659,30.327,30.5029,30.7204,31.0824,31.5514,32.1894,32.986,34.03,35.0271,35.8571,36.4373],[24.8605,24.8604,24.8602,24.86,24.86,25.3637,25.6783,25.9859,26.1284,26.2792,27.453,28.5042,28.4891,28.1266,27.594,26.862,26.1709,25.5903,25.1267,24.9535,24.942,26.6161,29.1685,30.0981,30.2446,30.3009,30.4803,30.7023,31.0617,31.5323,32.1632,32.9747,33.9858,34.9612,35.7893,36.3974]],"t_unix":1786303131.6681235,"uid":"p00516","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.128023,26.941322,28.510738]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.6833046875,"blue":0.0,"green":0.005067708333333333,"red":0.24384895833333334,"white":0.06776822916666667,"yellow":1.0416666666666666e-05},"ink_index":null,"is_control":false,"label":"skin (58, 45, 39) fs_cam16ucs_hue_aware","median_raw":[3.965588,3.221871,3.717301],"median_spectrum_pct":[3.62059,3.62092,3.62129,3.62172,3.62212,3.60776,3.56078,3.51489,3.39675,3.24716,3.17715,3.22303,3.13249,2.95205,2.73477,2.51915,2.35988,2.28156,2.25284,2.27995,2.4342,3.54013,5.17072,5.8128,5.96936,6.11601,6.42079,6.93786,7.79,9.1065,11.0459,13.6626,16.9169,20.427,23.7438,26.4525],"phase":"skin","raster_sha1":"e48a5135adb07e05","raw":[[3.959747,3.21818,3.712552],[3.965588,3.223018,3.717306],[3.96587,3.221871,3.717301]],"rgb":[58,45,39],"session":9,"source":"pipeline","spectrum_pct":[[3.60832,3.60864,3.60901,3.60943,3.60983,3.59574,3.54771,3.49768,3.39505,3.25385,3.21704,3.22303,3.12728,2.94852,2.72648,2.51108,2.35479,2.28156,2.25284,2.27965,2.43092,3.5345,5.16186,5.80107,5.9653,6.11217,6.41266,6.93304,7.78201,9.10477,11.0351,13.6612,16.9169,20.427,23.7438,26.4525],[3.63124,3.63158,3.63196,3.6324,3.6328,3.60776,3.56078,3.51489,3.39675,3.24716,3.16969,3.22741,3.1363,2.95515,2.73477,2.52047,2.36167,2.28264,2.25312,2.2846,2.43463,3.54013,5.17072,5.8128,5.96936,6.11912,6.42081,6.93786,7.79,9.10895,11.0502,13.6626,16.9215,20.4416,23.7481,26.4727],[3.62059,3.62092,3.62129,3.62172,3.62212,3.60917,3.56446,3.51721,3.40978,3.22703,3.17715,3.21838,3.13249,2.95205,2.73501,2.51915,2.35988,2.28069,2.24994,2.27995,2.4342,3.543,5.17477,5.81419,5.971,6.11601,6.42079,6.94639,7.79592,9.1065,11.0459,13.6641,16.9121,20.4159,23.698,26.4225]],"t_unix":1786303178.4530346,"uid":"p00242","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.965588,3.221871,3.717301]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.005408854166666667,"blue":0.0,"green":0.1729140625,"red":0.3904479166666667,"white":0.4278723958333333,"yellow":0.003356770833333333},"ink_index":null,"is_control":false,"label":"skin (134, 114, 107) atkinson_oklab_hue_aware","median_raw":[17.434444,17.696734,15.190353],"median_spectrum_pct":[12.9871,12.9856,12.9838,12.9818,12.9794,13.158,13.2623,13.3464,13.2992,13.4647,15.4158,18.0766,18.8612,18.6948,18.1222,17.3262,16.5819,15.9846,15.5393,15.3627,15.4878,17.7876,21.3295,22.7295,23.0118,23.1334,23.3658,23.7381,24.3508,25.1849,26.3207,27.7657,29.4798,31.2014,32.6941,33.8225],"phase":"skin","raster_sha1":"7f5a9a0b96dd2bc9","raw":[[17.447994,17.711533,15.207048],[17.430188,17.692854,15.184352],[17.434444,17.696734,15.190353]],"rgb":[134,114,107],"session":9,"source":"pipeline","spectrum_pct":[[12.9926,12.991,12.9892,12.9872,12.9848,13.1645,13.2623,13.3622,13.323,13.4822,15.4409,18.0851,18.8638,18.7022,18.1308,17.34,16.5995,16.0021,15.5586,15.3825,15.5044,17.8,21.338,22.7378,23.0209,23.1435,23.3799,23.7536,24.3562,25.2065,26.3425,27.7777,29.4798,31.2394,32.735,33.8831],[12.9871,12.9856,12.9838,12.9818,12.9794,13.1545,13.2553,13.3409,13.2992,13.4282,15.4158,18.0766,18.845,18.6852,18.1194,17.3197,16.5809,15.98,15.5393,15.3627,15.4878,17.7818,21.3191,22.7182,23.0044,23.1299,23.3608,23.7344,24.3418,25.1718,26.3181,27.7574,29.4772,31.2014,32.6741,33.8225],[12.9754,12.9738,12.972,12.9699,12.9676,13.158,13.2671,13.3464,13.288,13.4647,15.4131,18.076,18.8612,18.6948,18.1222,17.3262,16.5819,15.9846,15.5375,15.361,15.4834,17.7876,21.3295,22.7295,23.0118,23.1334,23.3658,23.7381,24.3508,25.1849,26.3207,27.7657,29.4868,31.2,32.6941,33.8092]],"t_unix":1786303225.7485654,"uid":"p00295","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.434444,17.696734,15.190353]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9685963541666667,"yellow":0.031403645833333334},"ink_index":null,"is_control":false,"label":"skin (231, 192, 167) atkinson_hue_aware","median_raw":[34.571559,37.727369,41.138771],"median_spectrum_pct":[35.5052,35.5051,35.505,35.5049,35.5054,36.4881,37.088,37.5163,37.6921,38.0008,39.5347,41.0909,41.3349,41.0505,40.4741,39.5383,38.6005,37.7582,37.02,36.6383,36.1571,35.8692,35.5835,35.2965,35.1734,35.1673,35.2898,35.3991,35.5492,35.7046,35.9505,36.2965,36.8288,37.3439,37.7184,38.0403],"phase":"skin","raster_sha1":"fdeeba4a82329ec7","raw":[[34.583964,37.738599,41.138771],[34.571559,37.727369,41.144196],[34.5564,37.714279,41.132536]],"rgb":[231,192,167],"session":9,"source":"pipeline","spectrum_pct":[[35.5052,35.5051,35.505,35.5049,35.5054,36.4735,37.0725,37.5185,37.7005,38.0008,39.5347,41.0956,41.3304,41.0505,40.4754,39.5453,38.6101,37.7714,37.0342,36.6533,36.175,35.8892,35.605,35.3211,35.19,35.1863,35.3019,35.4185,35.5662,35.7192,35.9505,36.2965,36.8288,37.3439,37.7374,38.0231],[35.5095,35.5094,35.5093,35.5092,35.5097,36.4881,37.088,37.5163,37.6921,38.0147,39.542,41.0909,41.3407,41.0589,40.4708,39.537,38.6005,37.7582,37.02,36.6383,36.1571,35.8692,35.5835,35.2965,35.1734,35.1673,35.2898,35.3991,35.5492,35.7046,35.9519,36.2984,36.8422,37.3548,37.7184,38.0487],[35.4976,35.4975,35.4974,35.4972,35.4978,36.5033,37.1026,37.5109,37.6596,37.9822,39.5141,41.0809,41.3349,41.0484,40.4741,39.5383,38.5906,37.7444,37.0008,36.6177,36.1405,35.8571,35.567,35.2801,35.15,35.1425,35.2659,35.3731,35.5299,35.6898,35.9245,36.2542,36.785,37.3302,37.7027,38.0403]],"t_unix":1786303277.211769,"uid":"p00513","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.571559,37.727369,41.138771]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9387291666666666,"yellow":0.06127083333333333},"ink_index":null,"is_control":false,"label":"skin (241, 190, 156) atkinson_hue_aware","median_raw":[34.405965,37.701473,39.963327],"median_spectrum_pct":[34.4627,34.4622,34.4616,34.4609,34.4607,35.412,35.9693,36.3154,36.4249,36.7614,38.4698,40.5264,41.0976,40.9961,40.498,39.5941,38.6576,37.8121,37.0724,36.6843,36.1991,35.9157,35.6459,35.3618,35.2352,35.2312,35.3519,35.4678,35.6316,35.7814,36.0126,36.3547,36.8799,37.3879,37.7584,38.064],"phase":"skin","raster_sha1":"384e902ca8aee7c1","raw":[[34.427043,37.721297,39.974966],[34.405965,37.701473,39.957086],[34.393858,37.6867,39.963327]],"rgb":[241,190,156],"session":9,"source":"pipeline","spectrum_pct":[[34.4479,34.4474,34.4467,34.446,34.4458,35.4027,35.9602,36.3246,36.4406,36.771,38.5228,40.5677,41.1216,41.0013,40.5029,39.6033,38.6734,37.8338,37.0862,36.7013,36.2232,35.9445,35.6712,35.3936,35.2645,35.2606,35.3792,35.4968,35.6594,35.7956,36.0407,36.3883,36.9066,37.416,37.8067,38.064],[34.4627,34.4622,34.4616,34.4609,34.4607,35.412,35.9693,36.3154,36.411,36.7222,38.4698,40.5264,41.0976,40.9961,40.498,39.5941,38.6576,37.8121,37.0724,36.6843,36.1991,35.9157,35.6459,35.3618,35.2352,35.2312,35.3519,35.4678,35.6316,35.7814,36.0095,36.3547,36.8693,37.3879,37.7584,38.0066],[34.4663,34.4658,34.4652,34.4645,34.4644,35.4171,35.9708,36.3123,36.4249,36.7614,38.4648,40.4963,41.0879,40.9921,40.4892,39.5851,38.6442,37.7969,37.0489,36.6608,36.1808,35.897,35.6251,35.3446,35.2242,35.2173,35.3392,35.4515,35.6118,35.7564,36.0126,36.352,36.8799,37.3846,37.7559,38.0773]],"t_unix":1786303324.7081878,"uid":"p00528","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.405965,37.701473,39.963327]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.37488020833333335,"blue":0.0,"green":0.0,"red":0.41238541666666667,"white":0.193,"yellow":0.019734375},"ink_index":null,"is_control":false,"label":"skin (110, 72, 36) atkinson_hue_aware","median_raw":[8.30942,7.252495,6.911408],"median_spectrum_pct":[6.2963,6.29612,6.29592,6.29568,6.29542,6.34533,6.35161,6.35183,6.26055,6.15732,6.45082,6.78489,6.78196,6.6257,6.36077,6.06708,5.82478,5.67507,5.59701,5.63133,5.89018,7.93468,11.0772,12.3419,12.5861,12.6802,12.9038,13.322,14.0572,15.2104,16.8562,19.0736,21.7995,24.6777,27.2101,29.2716],"phase":"skin","raster_sha1":"ec4d19aa85c75ea7","raw":[[8.345176,7.287545,6.916117],[8.305077,7.248786,6.907119],[8.30942,7.252495,6.911408]],"rgb":[110,72,36],"session":9,"source":"pipeline","spectrum_pct":[[6.2963,6.29612,6.29592,6.29568,6.29542,6.39122,6.40035,6.36385,6.24313,6.10618,6.41818,6.80931,6.82783,6.64965,6.39447,6.09653,5.85598,5.70786,5.62991,5.66535,5.92361,7.97732,11.1271,12.3992,12.6395,12.7334,12.9584,13.3875,14.1272,15.2645,16.9258,19.1659,21.8993,24.7582,27.3223,29.4222],[6.29496,6.29481,6.29465,6.29445,6.29416,6.33245,6.34361,6.34649,6.26055,6.16164,6.46215,6.78489,6.77765,6.60808,6.35486,6.05795,5.82362,5.67507,5.59536,5.63068,5.88907,7.9313,11.0725,12.3341,12.5779,12.6694,12.8936,13.3158,14.0566,15.2078,16.8562,19.0736,21.7924,24.656,27.2066,29.2716],[6.30052,6.30037,6.3002,6.30001,6.29972,6.34533,6.35161,6.35183,6.26892,6.15732,6.45082,6.77434,6.78196,6.6257,6.36077,6.06708,5.82478,5.67391,5.59701,5.63133,5.89018,7.93468,11.0772,12.3419,12.5861,12.6802,12.9038,13.322,14.0572,15.2104,16.8554,19.0695,21.7995,24.6777,27.2101,29.2538]],"t_unix":1786303372.092071,"uid":"p00447","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.30942,7.252495,6.911408]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.443261,1.159271,2.371932],"median_spectrum_pct":[2.52072,2.5214,2.52219,2.5231,2.524,2.46983,2.39891,2.32539,2.16349,1.97546,1.85646,1.77662,1.60229,1.40815,1.19838,1.01677,0.892177,0.813165,0.762681,0.748838,0.776381,1.00356,1.27004,1.38987,1.51704,1.73078,2.08984,2.65882,3.57254,4.97704,7.06903,9.94554,13.5444,17.5095,21.2135,24.4088],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.436161,1.151715,2.361243],[1.443261,1.159271,2.371932],[1.446761,1.161057,2.383971]],"session":9,"source":"ink","spectrum_pct":[[2.52043,2.52113,2.52193,2.52285,2.52374,2.45058,2.38129,2.2978,2.16191,1.97546,1.84475,1.75224,1.58528,1.39799,1.19429,1.01019,0.886492,0.808424,0.75821,0.742714,0.769537,0.994191,1.26522,1.3854,1.50717,1.71992,2.07772,2.64614,3.56458,4.97704,7.08995,9.96673,13.6156,17.6002,21.3223,24.4559],[2.52072,2.5214,2.52219,2.5231,2.524,2.46983,2.39891,2.32539,2.16349,1.94997,1.85646,1.78074,1.60781,1.40972,1.19838,1.01677,0.89292,0.813165,0.765677,0.748838,0.776381,1.00356,1.27004,1.38987,1.51705,1.73078,2.08984,2.65882,3.57254,4.96457,7.06903,9.92569,13.5444,17.5095,21.2,24.3683],[2.55199,2.5527,2.55351,2.55445,2.55536,2.47704,2.40551,2.32657,2.17627,1.97939,1.86845,1.77662,1.60229,1.40815,1.20445,1.02028,0.892177,0.816054,0.762681,0.750543,0.778154,1.00533,1.27503,1.39266,1.51704,1.73115,2.09128,2.66068,3.57298,4.97873,7.06766,9.94554,13.5356,17.4954,21.2135,24.4088]],"t_unix":1786303419.562354,"uid":"s009_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.443261,1.159271,2.371932]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.179849,38.206056,43.086524],"median_spectrum_pct":[37.306,37.3065,37.3071,37.3077,37.3092,38.3204,38.9527,39.4505,39.6816,39.987,41.2389,42.1785,42.0463,41.5754,40.8984,39.9414,39.0012,38.1757,37.4423,37.0665,36.5852,36.2548,35.9034,35.5922,35.455,35.4479,35.552,35.6528,35.8033,35.9305,36.1474,36.4677,36.9767,37.4705,37.8146,38.0864],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.195105,38.219214,43.086524],[35.179849,38.206056,43.086371],[35.168512,38.195086,43.088029]],"session":9,"source":"ink","spectrum_pct":[[37.2941,37.2946,37.2952,37.2958,37.2972,38.2948,38.9383,39.4537,39.7067,39.987,41.2393,42.1785,42.0463,41.5756,40.9012,39.9484,39.0122,38.1855,37.456,37.0844,36.6069,36.2763,35.925,35.6156,35.4755,35.4665,35.5862,35.6863,35.8301,35.9484,36.165,36.4821,36.9767,37.4705,37.8146,38.0754],[37.306,37.3065,37.3071,37.3077,37.3092,38.3204,38.9537,39.4505,39.6787,39.9838,41.2332,42.183,42.0435,41.5754,40.8984,39.9414,39.0012,38.1757,37.4423,37.0665,36.5852,36.2548,35.9034,35.5922,35.455,35.4479,35.552,35.6528,35.8023,35.9261,36.1368,36.4596,36.9656,37.4675,37.8081,38.0864],[37.325,37.3255,37.3261,37.3268,37.3283,38.3207,38.9527,39.4374,39.6816,39.9982,41.2389,42.1771,42.0515,41.569,40.893,39.9344,38.9961,38.1617,37.4256,37.0528,36.5709,36.2351,35.8824,35.5713,35.4389,35.431,35.5455,35.647,35.8033,35.9305,36.1474,36.4677,36.986,37.4705,37.8704,38.1381]],"t_unix":1786303468.832021,"uid":"s009_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.179849,38.206056,43.086524]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[30.883645,36.513223,4.65534],"median_spectrum_pct":[1.57068,1.55626,1.53971,1.52068,1.49877,1.50874,1.47578,1.43103,1.4167,1.77861,6.13773,17.6035,27.1735,33.7734,37.7065,39.0114,39.1245,38.858,38.489,38.4308,38.364,39.2591,40.5097,40.8071,40.7002,40.5213,40.3614,40.0769,39.7882,39.4586,39.1491,38.8938,38.8005,38.6642,38.5169,38.295],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.948161,36.594257,4.667505],[30.883645,36.513223,4.653678],[30.84183,36.460927,4.65534]],"session":9,"source":"ink","spectrum_pct":[[1.566,1.55154,1.53495,1.51586,1.4939,1.50526,1.47215,1.43021,1.4167,1.81219,6.18315,17.6168,27.2081,33.8381,37.7821,39.0968,39.2177,38.9581,38.5844,38.5282,38.464,39.3503,40.5881,40.8745,40.7616,40.582,40.4271,40.1451,39.8604,39.5346,39.2251,38.9513,38.8675,38.7766,38.5849,38.4183],[1.57068,1.55626,1.53971,1.52068,1.49877,1.50874,1.47578,1.43103,1.40584,1.77861,6.135,17.5948,27.1735,33.7734,37.7065,39.0114,39.1245,38.858,38.489,38.4308,38.364,39.2591,40.5097,40.8071,40.7002,40.5213,40.3614,40.0769,39.7882,39.4586,39.1491,38.8938,38.8005,38.6642,38.5169,38.295],[1.57672,1.56232,1.5458,1.52679,1.50492,1.51134,1.47954,1.43363,1.4195,1.76495,6.13773,17.6035,27.165,33.7433,37.66,38.9574,39.061,38.7907,38.4205,38.3588,38.2924,39.1953,40.4648,40.7702,40.6546,40.4745,40.3218,40.0324,39.7427,39.4243,39.1197,38.8516,38.7563,38.6526,38.5128,38.276]],"t_unix":1786303513.9932997,"uid":"s009_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.883645,36.513223,4.65534]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.676612,4.402773,0.986552],"median_spectrum_pct":[0.952354,0.951042,0.949534,0.947797,0.945817,0.959794,0.961922,0.93307,0.868106,0.739902,0.760193,1.00047,1.11442,1.12699,1.08279,0.998491,0.9912,1.10591,1.28506,1.54477,2.23451,6.74088,14.2675,17.5873,18.0365,17.8408,17.6733,17.6829,18.0378,18.8048,20.0134,21.7002,23.8855,26.2075,28.2652,29.9571],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.671677,4.402773,0.991636],[7.676612,4.401232,0.974595],[7.689398,4.409017,0.986552]],"session":9,"source":"ink","spectrum_pct":[[0.964521,0.963221,0.961729,0.960009,0.958022,0.959794,0.963083,0.937044,0.872152,0.739902,0.787692,1.00047,1.11472,1.12699,1.08443,0.998942,0.994165,1.10947,1.29241,1.55578,2.24084,6.73013,14.2472,17.5652,18.0131,17.8151,17.6418,17.6618,18.0267,18.787,20.0053,21.6881,23.8721,26.2075,28.2652,29.9646],[0.940679,0.939361,0.937847,0.936103,0.934122,0.957954,0.960337,0.929694,0.868106,0.703403,0.728022,0.97346,1.10342,1.12315,1.07682,0.995687,0.989473,1.10591,1.28506,1.54477,2.23451,6.74088,14.2675,17.5873,18.0365,17.8408,17.6733,17.6829,18.0378,18.8048,20.0134,21.7002,23.8855,26.2041,28.2295,29.926],[0.952354,0.951042,0.949534,0.947797,0.945817,0.964165,0.961922,0.93307,0.861572,0.742535,0.760193,1.00809,1.11442,1.13098,1.08279,0.998491,0.9912,1.10149,1.2809,1.53981,2.23296,6.75583,14.2925,17.6153,18.0672,17.8666,17.6992,17.7099,18.0811,18.8416,20.0476,21.7375,23.905,26.2231,28.2885,29.9571]],"t_unix":1786303559.2320433,"uid":"s009_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.676612,4.402773,0.986552]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[8.111322,7.832899,27.587021],"median_spectrum_pct":[24.6999,24.7072,24.7157,24.7253,24.737,25.4223,26.1559,26.736,26.4341,26.0402,25.5578,22.8348,18.9586,15.1804,11.817,9.07138,7.06079,5.66476,4.72371,4.12236,3.73264,3.54701,3.49627,3.5419,3.7065,4.02862,4.54355,5.31104,6.40889,7.89929,10.0145,12.8473,16.3361,20.1662,23.7857,26.8525],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[8.117167,7.835418,27.587021],[8.100755,7.823392,27.556999],[8.111322,7.832899,27.587354]],"session":9,"source":"ink","spectrum_pct":[[24.718,24.7253,24.7336,24.7433,24.7551,25.5743,26.3093,26.7482,26.3645,25.9328,25.4907,22.8347,18.9737,15.1998,11.8285,9.07622,7.06784,5.66898,4.72439,4.12236,3.73424,3.55527,3.50107,3.54456,3.71282,4.03784,4.55242,5.32581,6.41091,7.91125,10.0344,12.8596,16.3424,20.1911,23.8209,26.8895],[24.6728,24.6801,24.6885,24.6982,24.7098,25.3914,26.1171,26.7037,26.4341,26.0402,25.6094,22.8348,18.9402,15.1633,11.7986,9.05721,7.05171,5.65767,4.71376,4.11471,3.7256,3.54427,3.49269,3.53378,3.70148,4.01915,4.53821,5.3098,6.40889,7.89408,10.0145,12.8466,16.3361,20.1662,23.7857,26.8525],[24.6999,24.7072,24.7157,24.7253,24.737,25.4223,26.1559,26.736,26.4663,26.1041,25.5578,22.8374,18.9586,15.1804,11.817,9.07138,7.06079,5.66476,4.72371,4.12573,3.73264,3.54701,3.49627,3.5419,3.7065,4.02862,4.54355,5.31104,6.39845,7.89929,10.0032,12.8473,16.3167,20.1117,23.7322,26.7662]],"t_unix":1786303604.3904278,"uid":"s009_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.111322,7.832899,27.587021]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.26425,8.038777,6.324934],"median_spectrum_pct":[4.47132,4.46988,4.46823,4.46633,4.46381,4.32214,4.26994,4.2874,4.10673,4.49303,8.96423,15.9751,17.4296,15.8379,13.2606,10.6737,8.61199,7.11952,6.08123,5.40976,4.96048,4.7783,4.72632,4.74699,4.88578,5.18344,5.68886,6.42659,7.49408,8.99407,11.067,13.8045,17.1655,20.8258,24.2587,27.2273],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.250199,8.020346,6.303136],[5.26425,8.038777,6.324934],[5.267924,8.044153,6.331026]],"session":9,"source":"ink","spectrum_pct":[[4.47132,4.46988,4.46823,4.46633,4.46381,4.30555,4.2554,4.27299,4.08978,4.4735,8.92116,15.929,17.388,15.8122,13.2398,10.6516,8.59497,7.10515,6.0644,5.39202,4.94739,4.76531,4.71594,4.73505,4.87224,5.1687,5.67502,6.41104,7.48784,8.98507,11.0492,13.7808,17.1446,20.807,24.2428,27.2273],[4.48005,4.4786,4.47694,4.47503,4.47251,4.32214,4.26994,4.2874,4.10673,4.49303,8.96423,15.9751,17.4296,15.8379,13.2606,10.6737,8.61199,7.11952,6.08123,5.40976,4.96048,4.7783,4.72632,4.7472,4.88578,5.18344,5.68999,6.42659,7.49522,8.99915,11.067,13.8045,17.1655,20.8528,24.2787,27.2174],[4.46876,4.4673,4.46563,4.4637,4.46118,4.32263,4.27199,4.29286,4.11361,4.50563,8.98157,15.9879,17.4336,15.8446,13.2697,10.6785,8.61697,7.12472,6.08549,5.41585,4.96573,4.78313,4.73333,4.74699,4.88841,5.18591,5.68886,6.42674,7.49408,8.99407,11.0685,13.8063,17.1671,20.8258,24.2587,27.2403]],"t_unix":1786303649.5563157,"uid":"s009_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.26425,8.038777,6.324934]} +{"battery_mv_start":4170,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":10,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786315782.8427508} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.425089,1.142213,2.335617],"median_spectrum_pct":[2.51119,2.51189,2.5127,2.51362,2.51452,2.43838,2.35916,2.2688,2.11,1.93881,1.83158,1.75165,1.58645,1.38713,1.18559,1.00495,0.874549,0.797309,0.745335,0.728821,0.75708,0.991479,1.25996,1.38022,1.50292,1.71029,2.06038,2.6302,3.5412,4.96085,7.07417,9.98979,13.6368,17.6334,21.4317,24.5222],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.419234,1.137256,2.316539],[1.425377,1.143175,2.335809],[1.425089,1.142213,2.335617]],"session":10,"source":"ink","spectrum_pct":[[2.50871,2.50942,2.51023,2.51117,2.51206,2.42392,2.34544,2.26028,2.10008,1.91346,1.78284,1.73482,1.57672,1.38615,1.18198,1.00044,0.869765,0.79493,0.74414,0.728064,0.754309,0.985602,1.25615,1.3754,1.49664,1.70639,2.06038,2.6302,3.54388,4.9645,7.07469,10.0053,13.649,17.6384,21.4317,24.5501],[2.52037,2.52109,2.5219,2.52284,2.52373,2.43838,2.35916,2.2688,2.11691,1.93881,1.83158,1.7578,1.58707,1.39243,1.18801,1.00536,0.876819,0.797604,0.745845,0.729083,0.759155,0.991479,1.25996,1.38022,1.50292,1.71244,2.06482,2.63233,3.5412,4.96085,7.07417,9.98979,13.6368,17.6334,21.4615,24.5222],[2.51119,2.51189,2.5127,2.51362,2.51452,2.44125,2.36595,2.27046,2.11,1.94098,1.83313,1.75165,1.58645,1.38713,1.18559,1.00495,0.874549,0.797309,0.745335,0.728821,0.75708,0.991806,1.2644,1.38157,1.50619,1.71029,2.05836,2.62566,3.53612,4.94514,7.0685,9.96518,13.6108,17.595,21.3905,24.4909]],"t_unix":1786315785.4683857,"uid":"s010_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.425089,1.142213,2.335617]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.646275,37.645503,43.102395],"median_spectrum_pct":[37.5033,37.5041,37.5051,37.5062,37.5083,38.5332,39.0921,39.4064,39.5805,39.9737,41.2385,42.176,41.9255,41.3127,40.5062,39.4617,38.4663,37.5954,36.8042,36.343,35.7861,35.4376,35.1225,34.8635,34.7663,34.7717,34.8822,34.9819,35.1544,35.3492,35.6717,36.1046,36.7273,37.3023,37.7376,38.038],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.657946,37.655941,43.102395],[34.646275,37.645503,43.111882],[34.623466,37.62225,43.100366]],"session":10,"source":"ink","spectrum_pct":[[37.4954,37.4962,37.4972,37.4983,37.5003,38.5049,39.0658,39.4014,39.5939,39.9737,41.2385,42.1972,41.9255,41.3127,40.5062,39.4626,38.4733,37.6054,36.8193,36.3619,35.8054,35.457,35.1405,34.8807,34.7864,34.7913,34.9023,35.0105,35.1773,35.372,35.7071,36.1461,36.7475,37.3157,37.7296,38.0429],[37.5062,37.5071,37.508,37.5092,37.5112,38.5332,39.0921,39.4112,39.5805,39.9747,41.2613,42.176,41.9313,41.3179,40.5092,39.4617,38.4663,37.5954,36.8042,36.343,35.7861,35.4376,35.1225,34.8635,34.7663,34.7717,34.8822,34.9819,35.1544,35.3492,35.6717,36.1046,36.7178,37.3023,37.7473,38.038],[37.5033,37.5041,37.5051,37.5062,37.5083,38.544,39.1023,39.4064,39.5659,39.941,41.2173,42.1553,41.9097,41.3089,40.4962,39.4428,38.4502,37.5727,36.7812,36.3143,35.7579,35.4073,35.0918,34.8303,34.7383,34.7443,34.8526,34.9507,35.1226,35.3217,35.6411,36.1044,36.7273,37.2954,37.7376,38.0145]],"t_unix":1786315830.7412353,"uid":"s010_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.646275,37.645503,43.102395]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.872718,36.53284,4.664609],"median_spectrum_pct":[1.56283,1.54838,1.5318,1.51273,1.49076,1.47839,1.43663,1.39617,1.38918,1.84142,6.21723,17.6963,27.2955,33.8712,37.7673,39.0503,39.1642,38.9124,38.5206,38.4085,38.2922,39.1938,40.4825,40.8226,40.7376,40.5444,40.3396,39.9997,39.682,39.3756,39.1051,38.8863,38.8465,38.7556,38.5711,38.379],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.948346,36.627421,4.665338],[30.872718,36.53284,4.653563],[30.835531,36.480023,4.664609]],"session":10,"source":"ink","spectrum_pct":[[1.56083,1.54635,1.52972,1.5106,1.48855,1.47341,1.43351,1.39617,1.38918,1.84142,6.22738,17.7394,27.3426,33.9403,37.8521,39.1494,39.2722,39.0229,38.64,38.5297,38.4115,39.3008,40.5656,40.8993,40.8146,40.6227,40.4221,40.082,39.7686,39.4525,39.186,38.9577,38.9004,38.8216,38.6625,38.4854],[1.56283,1.54838,1.5318,1.51273,1.49076,1.47839,1.43663,1.39427,1.37977,1.81298,6.21709,17.6963,27.2955,33.8712,37.7673,39.0503,39.1642,38.9124,38.5206,38.4085,38.2922,39.1938,40.4825,40.8226,40.7376,40.5444,40.3396,39.9997,39.682,39.3756,39.1051,38.8863,38.8465,38.7556,38.5711,38.379],[1.57363,1.55921,1.54266,1.52363,1.50169,1.48512,1.44311,1.40271,1.39093,1.86712,6.21723,17.6849,27.261,33.8292,37.7132,38.9889,39.1015,38.8451,38.4525,38.339,38.2243,39.135,40.4428,40.7881,40.7029,40.5058,40.2977,39.9631,39.6496,39.3304,39.0791,38.8639,38.8092,38.7361,38.5437,38.3741]],"t_unix":1786315876.011758,"uid":"s010_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.872718,36.53284,4.664609]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.824831,4.474932,0.973451],"median_spectrum_pct":[0.931923,0.930579,0.929037,0.927259,0.925208,0.93224,0.922755,0.900368,0.850309,0.787401,0.794262,0.998008,1.09855,1.11065,1.06906,0.996617,0.9872,1.10105,1.28421,1.54848,2.25154,6.86923,14.5739,17.9683,18.4322,18.2248,18.0351,18.0434,18.3949,19.1765,20.4242,22.1446,24.3354,26.6588,28.7464,30.3429],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.815804,4.473356,0.979457],[7.824831,4.474932,0.968389],[7.834882,4.478821,0.973451]],"session":10,"source":"ink","spectrum_pct":[[0.931923,0.930579,0.929037,0.927259,0.925208,0.927577,0.923724,0.905104,0.85658,0.797193,0.808384,1.02006,1.10137,1.10985,1.06743,0.997251,0.988439,1.10705,1.29438,1.55868,2.25664,6.85697,14.5485,17.9397,18.3955,18.1888,18.0047,18.0082,18.364,19.1457,20.3998,22.1354,24.3272,26.6588,28.7464,30.369],[0.927846,0.926499,0.924952,0.92317,0.921126,0.93224,0.922755,0.900368,0.840945,0.769364,0.783456,0.998008,1.09855,1.11065,1.06906,0.993422,0.985166,1.10105,1.28421,1.54848,2.25154,6.86923,14.5739,17.9683,18.4322,18.2248,18.0351,18.0434,18.3949,19.1765,20.4242,22.1446,24.3354,26.6449,28.7434,30.3369],[0.93548,0.934138,0.932597,0.930822,0.928775,0.932451,0.922431,0.900106,0.850309,0.787401,0.794262,0.984641,1.09373,1.11333,1.06963,0.996617,0.9872,1.09882,1.27599,1.53887,2.25032,6.88509,14.5934,17.9907,18.4563,18.2516,18.0687,18.0657,18.4228,19.1953,20.4488,22.1642,24.3476,26.6631,28.7476,30.3429]],"t_unix":1786315921.283727,"uid":"s010_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.824831,4.474932,0.973451]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.76351,7.434466,27.077343],"median_spectrum_pct":[24.364,24.3714,24.3799,24.3897,24.4014,25.0672,25.739,26.1957,25.872,25.5799,25.2442,22.423,18.4932,14.6814,11.3041,8.58539,6.61557,5.26064,4.34535,3.76846,3.39859,3.2286,3.18713,3.2363,3.3996,3.70743,4.21167,4.95712,6.03566,7.53589,9.66473,12.5299,16.0746,19.9398,23.607,26.7177],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.751419,7.42184,27.045601],[7.76351,7.434466,27.077343],[7.774459,7.446412,27.114828]],"session":10,"source":"ink","spectrum_pct":[[24.3127,24.3201,24.3285,24.3383,24.35,25.0081,25.6832,26.1514,25.8534,25.5799,25.2442,22.403,18.4685,14.6552,11.2806,8.56883,6.60081,5.248,4.33286,3.75927,3.39003,3.21933,3.17993,3.23052,3.39887,3.7063,4.20436,4.95061,6.02982,7.52836,9.65037,12.5242,16.0789,19.9548,23.6267,26.7759],[24.364,24.3714,24.3799,24.3897,24.4014,25.0672,25.739,26.1957,25.872,25.5639,25.231,22.423,18.4932,14.6814,11.3041,8.58539,6.61557,5.26064,4.34535,3.76846,3.39859,3.2286,3.18713,3.2363,3.3996,3.70743,4.21167,4.95712,6.03566,7.53589,9.66473,12.5299,16.0507,19.9376,23.6062,26.6837],[24.3828,24.3902,24.3987,24.4085,24.4202,25.0987,25.7786,26.2307,25.923,25.5887,25.2585,22.4576,18.526,14.7074,11.3228,8.60403,6.62986,5.26856,4.35027,3.77273,3.40315,3.23369,3.18881,3.24079,3.40682,3.71467,4.21946,4.96761,6.03996,7.53817,9.67162,12.5332,16.0746,19.9398,23.607,26.7177]],"t_unix":1786315966.4279287,"uid":"s010_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.76351,7.434466,27.077343]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.256008,7.976054,6.688324],"median_spectrum_pct":[4.8215,4.82025,4.81881,4.81716,4.81491,4.66838,4.60483,4.61417,4.42111,4.89387,9.42795,16.2714,17.5258,15.8114,13.1668,10.5605,8.5016,7.01168,5.9716,5.29978,4.8502,4.67223,4.63487,4.65993,4.81044,5.11519,5.61128,6.34816,7.41403,8.92961,11.0183,13.7829,17.1883,20.8838,24.3408,27.2137],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.241989,7.960639,6.66756],[5.256008,7.976054,6.700753],[5.259155,7.983978,6.688324]],"session":10,"source":"ink","spectrum_pct":[[4.8215,4.82025,4.81881,4.81716,4.81491,4.65577,4.59192,4.60253,4.41679,4.85455,9.3916,16.2413,17.5124,15.7889,13.1501,10.546,8.48643,6.99885,5.95671,5.28563,4.83843,4.66081,4.6251,4.64923,4.79927,5.10793,5.60199,6.33846,7.40259,8.91306,11.0261,13.778,17.1717,20.8714,24.327,27.2137],[4.82665,4.82539,4.82394,4.82228,4.82003,4.66838,4.60483,4.61417,4.46519,4.93172,9.44245,16.2714,17.5258,15.8114,13.1668,10.5605,8.5016,7.01168,5.9716,5.29978,4.8502,4.67223,4.63487,4.65993,4.81044,5.11519,5.61128,6.34816,7.41403,8.92961,11.0164,13.7829,17.1922,20.9008,24.3612,27.261],[4.81719,4.81591,4.81445,4.81277,4.81053,4.67278,4.61166,4.61711,4.42111,4.89387,9.42795,16.2731,17.5429,15.8202,13.1784,10.572,8.51458,7.02455,5.98068,5.30723,4.85737,4.67803,4.64357,4.66716,4.81129,5.11792,5.61846,6.34965,7.41712,8.92987,11.0183,13.7863,17.1883,20.8838,24.3408,27.2077]],"t_unix":1786316011.57824,"uid":"s010_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.256008,7.976054,6.688324]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00513","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9685963541666667,"yellow":0.031403645833333334},"ink_index":null,"is_control":false,"label":"skin (233, 192, 167) atkinson_hue_aware","median_spectrum_pct":[35.5052,35.5051,35.505,35.5049,35.5054,36.4881,37.088,37.5163,37.6921,38.0008,39.5347,41.0909,41.3349,41.0505,40.4741,39.5383,38.6005,37.7582,37.02,36.6383,36.1571,35.8692,35.5835,35.2965,35.1734,35.1673,35.2898,35.3991,35.5492,35.7046,35.9505,36.2965,36.8288,37.3439,37.7184,38.0403],"phase":"skin","raster_sha1":"fdeeba4a82329ec7","rgb":[233,192,167],"session":10,"source":"pipeline","t_unix":1786316059.2945561,"uid":"p00411","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.571559,37.727369,41.138771]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":10,"source":"bayer","t_unix":1786316059.296891,"uid":"p01323","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":10,"source":"bayer","t_unix":1786316059.3000553,"uid":"p01324","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":10,"source":"bayer","t_unix":1786316059.3038309,"uid":"p01325","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3408333333333333,"white":0.6572890625,"yellow":0.0018776041666666667},"ink_index":null,"is_control":false,"label":"skin (215, 142, 127) fs_cam16ucs_hue_aware","median_raw":[22.610487,22.636927,23.009345],"median_spectrum_pct":[20.1362,20.1358,20.1353,20.1348,20.1343,20.5352,20.7421,20.8494,20.843,21.075,22.3556,23.4571,23.4544,23.0988,22.5961,21.9558,21.3471,20.8323,20.4055,20.2467,20.3729,22.7988,26.4695,27.902,28.1914,28.2907,28.4667,28.7125,29.1518,29.7671,30.6327,31.7019,32.9775,34.2094,35.2074,35.9129],"phase":"skin","raster_sha1":"1877e5fb448cf8c3","raw":[[22.6133,22.641503,23.001568],[22.610487,22.636927,23.013721],[22.607377,22.631969,23.009345]],"rgb":[215,142,127],"session":10,"source":"pipeline","spectrum_pct":[[20.1248,20.1244,20.1239,20.1233,20.1228,20.5204,20.7332,20.8446,20.8365,21.075,22.3588,23.4571,23.4544,23.0988,22.5981,21.9586,21.3527,20.84,20.4159,20.2559,20.3847,22.8062,26.4739,27.9022,28.1929,28.2942,28.4752,28.719,29.164,29.7866,30.6341,31.702,32.9646,34.1993,35.2157,35.9119],[20.1362,20.1358,20.1353,20.1348,20.1343,20.5352,20.7421,20.8494,20.8549,21.0939,22.3556,23.4823,23.4558,23.0992,22.5961,21.9558,21.3471,20.8323,20.4055,20.2467,20.3729,22.7988,26.4695,27.902,28.1914,28.2887,28.4667,28.7125,29.1518,29.766,30.6327,31.6955,32.98,34.2257,35.2074,35.937],[20.148,20.1476,20.1471,20.1466,20.1461,20.5492,20.759,20.8511,20.843,21.0634,22.3314,23.4565,23.4503,23.0962,22.5885,21.9515,21.3436,20.8322,20.4035,20.2404,20.3664,22.7952,26.4646,27.8981,28.1886,28.2907,28.4662,28.7007,29.1422,29.7671,30.6318,31.7019,32.9775,34.2094,35.2061,35.9129]],"t_unix":1786316061.7170763,"uid":"p00392","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.610487,22.636927,23.009345]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6047395833333333,"white":0.39526041666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (177, 98, 83) fs_cam16ucs_hue_aware","median_raw":[15.544284,13.814215,11.867727],"median_spectrum_pct":[10.4561,10.4551,10.4539,10.4526,10.4511,10.6189,10.705,10.7211,10.6684,10.7458,11.5137,12.3068,12.4301,12.2784,12.0032,11.6462,11.3328,11.1234,10.9945,11.05,11.5051,15.2282,21.0853,23.5405,23.9879,24.0226,24.1006,24.3077,24.7953,25.5622,26.6708,28.0755,29.7788,31.4613,32.9013,33.9489],"phase":"skin","raster_sha1":"56e69a3f1b2d44cb","raw":[[15.54081,13.814215,11.868125],[15.545144,13.81496,11.867137],[15.544284,13.813316,11.867727]],"rgb":[177,98,83],"session":10,"source":"pipeline","spectrum_pct":[[10.4653,10.4643,10.4631,10.4618,10.4603,10.614,10.6978,10.7211,10.6684,10.7458,11.5197,12.3154,12.4335,12.2788,12.0063,11.647,11.3347,11.1234,10.9956,11.0535,11.5079,15.2252,21.0726,23.5269,23.9709,24.0111,24.0929,24.3016,24.7953,25.5745,26.6708,28.0797,29.7788,31.4821,32.9259,33.9489],[10.4561,10.4551,10.4539,10.4526,10.4511,10.6189,10.7058,10.7231,10.674,10.7304,11.5137,12.3011,12.4267,12.2784,12.0032,11.6462,11.3328,11.1245,10.9945,11.05,11.5051,15.229,21.0863,23.5405,23.9879,24.0248,24.1011,24.3077,24.795,25.556,26.6657,28.0699,29.776,31.4613,32.8846,33.9346],[10.4513,10.4503,10.4491,10.4478,10.4463,10.6198,10.705,10.7163,10.6667,10.7636,11.4991,12.3068,12.4301,12.2753,12.0005,11.6439,11.3324,11.1218,10.9895,11.0461,11.5012,15.2282,21.0853,23.5426,23.9892,24.0226,24.1006,24.3123,24.7966,25.5622,26.6748,28.0755,29.7892,31.4338,32.9013,33.9682]],"t_unix":1786316108.9457226,"uid":"p00335","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.544284,13.814215,11.867727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.23583333333333334,"blue":0.0,"green":0.000828125,"red":0.5363411458333334,"white":0.22699739583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (114, 73, 58) atkinson_oklab_hue_aware","median_raw":[9.595479,8.04557,7.277392],"median_spectrum_pct":[6.62292,6.62262,6.62228,6.62188,6.62133,6.64735,6.6459,6.64666,6.58296,6.54611,6.86444,7.12432,7.06522,6.8604,6.5994,6.30706,6.08482,5.97831,5.93972,6.01969,6.38319,9.12456,13.3898,15.134,15.4361,15.4913,15.6508,15.9944,16.6684,17.7335,19.2743,21.3051,23.7895,26.3955,28.7054,30.5191],"phase":"skin","raster_sha1":"e4c03ef76ba2fc2e","raw":[[9.635214,8.081266,7.283228],[9.584794,8.036951,7.250007],[9.595479,8.04557,7.277392]],"rgb":[114,73,58],"session":10,"source":"pipeline","spectrum_pct":[[6.62834,6.62802,6.62764,6.62721,6.62669,6.6979,6.69835,6.66204,6.57892,6.54611,6.86654,7.12432,7.08833,6.89403,6.62756,6.33355,6.11677,6.00865,5.97653,6.05895,6.42044,9.169,13.4481,15.1968,15.5031,15.5539,15.7124,16.0578,16.7251,17.7882,19.344,21.384,23.8929,26.4971,28.8123,30.6089],[6.60261,6.6023,6.60195,6.60154,6.60099,6.64086,6.63755,6.63406,6.58296,6.53003,6.81839,7.10607,7.06383,6.855,6.5917,6.29784,6.07969,5.97267,5.93636,6.01717,6.37972,9.11749,13.378,15.1225,15.4254,15.4794,15.6397,15.9759,16.6529,17.721,19.2553,21.2871,23.7895,26.389,28.6465,30.455],[6.62292,6.62262,6.62228,6.62188,6.62133,6.64735,6.6459,6.64666,6.61144,6.59771,6.86444,7.14545,7.06522,6.8604,6.5994,6.30706,6.08482,5.97831,5.93972,6.01969,6.38319,9.12456,13.3898,15.134,15.4361,15.4913,15.6508,15.9944,16.6684,17.7335,19.2743,21.3051,23.7834,26.3955,28.7054,30.5191]],"t_unix":1786316156.5194385,"uid":"p00286","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.595479,8.04557,7.277392]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.86625,"white":0.13375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (147, 75, 69) atkinson_hue_aware","median_raw":[10.071667,7.15318,4.071614],"median_spectrum_pct":[3.6221,3.62084,3.61938,3.61771,3.61578,3.65357,3.68421,3.69008,3.65759,3.63874,3.88218,4.21144,4.28317,4.25437,4.15407,4.01134,3.92475,3.95072,4.04222,4.25345,4.89942,9.30077,16.519,19.6681,20.1321,19.9965,19.9111,19.9892,20.4002,21.1965,22.4276,24.0595,26.1209,28.2415,30.104,31.5364],"phase":"skin","raster_sha1":"7cd8670e9ba13e4c","raw":[[10.068423,7.15318,4.080926],[10.071667,7.150447,4.062502],[10.083153,7.157083,4.071614]],"rgb":[147,75,69],"session":10,"source":"pipeline","spectrum_pct":[[3.6221,3.62084,3.61938,3.61771,3.61578,3.65357,3.68155,3.69008,3.66819,3.67491,3.91756,4.23514,4.29152,4.25739,4.16183,4.0165,3.92475,3.9537,4.04721,4.25927,4.90106,9.29089,16.5042,19.651,20.1176,19.9813,19.8871,19.9705,20.3871,21.184,22.4048,24.0595,26.1074,28.2415,30.1161,31.5434],[3.61166,3.61039,3.60893,3.60724,3.60531,3.65249,3.68445,3.68857,3.65365,3.63393,3.85007,4.18143,4.276,4.25437,4.15407,4.01134,3.92299,3.94877,4.04185,4.25345,4.89794,9.30077,16.519,19.6681,20.1321,19.9965,19.9111,19.9892,20.4002,21.1965,22.4276,24.048,26.1209,28.2348,30.104,31.5137],[3.62909,3.62783,3.62639,3.62472,3.62279,3.65831,3.68421,3.69466,3.65759,3.63874,3.88218,4.21144,4.28317,4.25209,4.15152,4.00907,3.9261,3.95072,4.04222,4.25075,4.89942,9.3166,16.5467,19.6922,20.1542,20.0165,19.9296,20.0082,20.4196,21.2211,22.4428,24.0738,26.1352,28.2781,30.1035,31.5364]],"t_unix":1786316204.4583106,"uid":"p00462","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.071667,7.15318,4.071614]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.13053125,"white":0.8612447916666667,"yellow":0.008223958333333333},"ink_index":null,"is_control":false,"label":"skin (211, 177, 168) fs_cam16ucs_hue_aware","median_raw":[29.459201,31.201609,34.315674],"median_spectrum_pct":[29.8833,29.8836,29.8838,29.8842,29.885,30.5963,31.02,31.3111,31.4145,31.6804,32.9984,34.0366,33.9295,33.4595,32.8064,31.9359,31.1132,30.4061,29.7877,29.4699,29.2249,30.095,31.4424,31.8586,31.9096,31.9465,32.0785,32.2436,32.5333,32.92,33.4742,34.1895,35.0845,35.948,36.6281,37.113],"phase":"skin","raster_sha1":"232ed2123287c0fa","raw":[[29.468194,31.206262,34.309474],[29.459201,31.201609,34.315674],[29.438985,31.185065,34.318069]],"rgb":[211,177,168],"session":10,"source":"pipeline","spectrum_pct":[[29.8789,29.8792,29.8795,29.8798,29.8805,30.5698,30.999,31.2996,31.4176,31.7097,33.0009,34.0216,33.9167,33.4477,32.8021,31.9359,31.1132,30.4118,29.7919,29.4781,29.2363,30.1079,31.4615,31.8798,31.9262,31.9637,32.1011,32.2663,32.5546,32.9405,33.4933,34.1978,35.0845,35.948,36.6281,37.131],[29.8957,29.896,29.8963,29.8966,29.8974,30.5963,31.02,31.3111,31.4145,31.6804,32.9864,34.0472,33.9295,33.4608,32.8102,31.9378,31.1154,30.4061,29.7877,29.4699,29.2249,30.095,31.4424,31.8586,31.9096,31.9465,32.0785,32.2436,32.5333,32.92,33.4742,34.1895,35.1043,35.9671,36.6295,37.113],[29.8833,29.8836,29.8838,29.8842,29.885,30.6058,31.0335,31.315,31.4083,31.6794,32.9984,34.0366,33.9334,33.4595,32.8064,31.9332,31.1054,30.3926,29.7646,29.4459,29.2056,30.0661,31.4098,31.8275,31.8727,31.9075,32.0466,32.2179,32.5071,32.8819,33.435,34.1637,35.0754,35.9431,36.6085,37.1081]],"t_unix":1786316251.5202148,"uid":"p00380","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.459201,31.201609,34.315674]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.15592708333333333,"blue":0.0057630208333333335,"green":0.17054166666666667,"red":0.47994791666666664,"white":0.17977083333333332,"yellow":0.008049479166666667},"ink_index":null,"is_control":false,"label":"skin (96, 73, 65) fs_cam16ucs_hue_aware","median_raw":[9.457398,8.699585,7.342462],"median_spectrum_pct":[6.44105,6.44035,6.43956,6.43864,6.43749,6.46883,6.49479,6.47505,6.38542,6.42257,7.37648,8.68719,8.96588,8.71218,8.25761,7.73638,7.288,6.96342,6.75222,6.70464,6.94121,9.20162,12.6378,13.9893,14.2492,14.3617,14.6298,15.1168,15.8999,17.067,18.7362,20.8845,23.51,26.2116,28.6043,30.4876],"phase":"skin","raster_sha1":"965eb7e29e5102e7","raw":[[9.452354,8.694922,7.331644],[9.457398,8.699585,7.342462],[9.462818,8.704193,7.351029]],"rgb":[96,73,65],"session":10,"source":"pipeline","spectrum_pct":[[6.44105,6.44035,6.43956,6.43864,6.43749,6.46703,6.48557,6.46558,6.37535,6.42257,7.353,8.65647,8.94432,8.7101,8.25486,7.72987,7.288,6.96109,6.75264,6.70312,6.93885,9.19637,12.6314,13.9848,14.2435,14.3537,14.6189,15.1036,15.8934,17.0613,18.7314,20.8789,23.489,26.2012,28.5806,30.4611],[6.43692,6.43621,6.43541,6.43447,6.43332,6.46883,6.49479,6.47505,6.38542,6.43171,7.37648,8.6894,8.96588,8.71218,8.25761,7.73638,7.28517,6.96342,6.75222,6.70464,6.94121,9.20162,12.6378,13.9893,14.2492,14.3617,14.6298,15.1168,15.8999,17.067,18.7362,20.8961,23.5101,26.2116,28.6043,30.4876],[6.45913,6.45844,6.45765,6.45674,6.4556,6.48626,6.50065,6.4806,6.39758,6.42137,7.39268,8.68719,8.9766,8.71991,8.26305,7.74132,7.29135,6.9682,6.75167,6.7066,6.94363,9.20351,12.6421,13.9966,14.2576,14.3723,14.6392,15.1196,15.9159,17.0859,18.7509,20.8845,23.51,26.2194,28.6184,30.5141]],"t_unix":1786316298.5480392,"uid":"p00440","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.457398,8.699585,7.342462]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (240, 188, 183) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[240,188,183],"session":10,"source":"pipeline","t_unix":1786316346.294723,"uid":"p00525","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.459934,1.170464,2.447861],"median_spectrum_pct":[2.62054,2.62128,2.62214,2.62312,2.62406,2.532,2.4524,2.36764,2.2174,2.06652,1.98056,1.84021,1.66995,1.44937,1.22235,1.0229,0.887625,0.809024,0.756712,0.736704,0.765463,1.00502,1.28245,1.40864,1.5274,1.74392,2.10107,2.67695,3.59768,5.0226,7.14125,10.0641,13.7292,17.7315,21.4974,24.6516],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.453438,1.163718,2.431657],[1.459934,1.170464,2.447861],[1.464574,1.172927,2.459957]],"session":10,"source":"ink","spectrum_pct":[[2.60769,2.60843,2.60929,2.61027,2.6112,2.51715,2.44115,2.35879,2.2097,2.03362,1.96213,1.8151,1.65448,1.4398,1.21549,1.0194,0.884967,0.802884,0.753046,0.734167,0.759496,0.999706,1.27568,1.40465,1.52114,1.73347,2.09477,2.67695,3.59719,5.0226,7.14564,10.0669,13.7365,17.7533,21.521,24.6901],[2.62054,2.62128,2.62214,2.62312,2.62406,2.532,2.4524,2.36764,2.2174,2.06652,1.98056,1.84021,1.67477,1.45066,1.22312,1.0229,0.887625,0.809151,0.757739,0.737109,0.765463,1.00502,1.28245,1.40864,1.5274,1.74392,2.10107,2.67598,3.59863,5.02072,7.14048,10.0641,13.7292,17.7315,21.4974,24.6416],[2.65376,2.65453,2.65542,2.65643,2.65737,2.54252,2.46058,2.37565,2.23144,2.07373,1.99165,1.85472,1.66995,1.44937,1.22235,1.02838,0.89227,0.809024,0.756712,0.736704,0.767607,1.00711,1.28774,1.41279,1.53578,1.74611,2.10765,2.6863,3.59768,5.03027,7.14125,10.0427,13.7128,17.7216,21.4716,24.6516]],"t_unix":1786316348.8301888,"uid":"s010_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.459934,1.170464,2.447861]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[34.805329,37.803284,43.108616],"median_spectrum_pct":[37.4331,37.4338,37.4346,37.4355,37.4374,38.5542,39.1755,39.484,39.5932,39.9116,41.1961,42.1079,41.9341,41.3973,40.6232,39.5936,38.6225,37.7704,36.9979,36.5547,36.0065,35.6634,35.345,35.0852,34.9832,34.9812,35.0796,35.1661,35.3286,35.4941,35.8004,36.2168,36.8093,37.3561,37.768,38.1043],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.824192,37.821595,43.126405],[34.805329,37.803284,43.108616],[34.623173,37.605985,42.986782]],"session":10,"source":"ink","spectrum_pct":[[37.4331,37.4338,37.4346,37.4355,37.4374,38.5542,39.1755,39.4872,39.5932,39.9116,41.1961,42.1182,41.9473,41.4018,40.6326,39.6061,38.6367,37.7884,37.0165,36.5707,36.0249,35.6864,35.3712,35.11,35.0035,35.003,35.1062,35.1996,35.355,35.5288,35.8422,36.2629,36.8323,37.4237,37.8,38.1642],[37.4372,37.4379,37.4387,37.4396,37.4415,38.5668,39.1879,39.484,39.5712,39.8541,41.1081,42.1079,41.9341,41.3973,40.6232,39.5936,38.6225,37.7704,36.9979,36.5547,36.0065,35.6634,35.345,35.0852,34.9832,34.9812,35.0796,35.1661,35.3286,35.4941,35.8004,36.2168,36.8093,37.3561,37.768,38.1043],[37.3082,37.309,37.3099,37.3109,37.3127,38.2129,38.8239,39.3423,39.6109,39.977,41.2333,42.0189,41.7771,41.1837,40.4,39.3733,38.4032,37.5563,36.7904,36.3458,35.7963,35.4525,35.1364,34.8783,34.7807,34.7855,34.8838,34.9819,35.1461,35.3226,35.6427,36.0678,36.6471,37.2194,37.6403,38.0521]],"t_unix":1786316394.116254,"uid":"s010_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.805329,37.803284,43.108616]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[30.764342,36.400351,4.651074],"median_spectrum_pct":[1.55739,1.54296,1.5264,1.50735,1.48538,1.46635,1.43134,1.39702,1.38088,1.84012,6.23497,17.6955,27.184,33.7224,37.599,38.8884,39.0132,38.7773,38.4003,38.2916,38.1682,39.0548,40.3325,40.6753,40.5909,40.3975,40.1935,39.8623,39.5489,39.2391,38.9906,38.7619,38.7119,38.6318,38.4523,38.2848],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.83797,36.493045,4.651074],[30.764342,36.400351,4.634935],[30.727534,36.350105,4.659188]],"session":10,"source":"ink","spectrum_pct":[[1.55739,1.54296,1.5264,1.50735,1.48538,1.46635,1.4289,1.39385,1.37289,1.84083,6.23497,17.702,27.2416,33.7947,37.6863,38.9902,39.1235,38.8808,38.5077,38.4041,38.2837,39.1593,40.4185,40.7483,40.6636,40.4752,40.2746,39.9417,39.6284,39.315,39.0545,38.838,38.7722,38.7054,38.5142,38.3457],[1.53826,1.52385,1.50731,1.48829,1.46638,1.46184,1.43134,1.39702,1.38088,1.78885,6.19501,17.6735,27.184,33.7224,37.599,38.8884,39.0132,38.7773,38.4003,38.2916,38.1682,39.0548,40.3325,40.6753,40.5909,40.3975,40.1935,39.8623,39.5489,39.2391,38.9906,38.7619,38.7119,38.6318,38.4504,38.277],[1.57639,1.56203,1.54555,1.52659,1.50472,1.47319,1.43919,1.41014,1.40833,1.84012,6.24277,17.6955,27.1673,33.6937,37.5561,38.8348,38.9506,38.7092,38.3234,38.2159,38.1017,38.9978,40.289,40.635,40.5546,40.3594,40.1555,39.818,39.5107,39.1994,38.9576,38.731,38.6818,38.5963,38.4523,38.2848]],"t_unix":1786316439.2966504,"uid":"s010_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.764342,36.400351,4.651074]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.760334,4.439416,0.977582],"median_spectrum_pct":[0.905201,0.903849,0.902297,0.900508,0.898487,0.927484,0.925876,0.904977,0.856042,0.772315,0.829265,1.02336,1.09403,1.10233,1.05533,0.985634,0.979571,1.09172,1.27454,1.53657,2.2322,6.80958,14.4488,17.8148,18.2689,18.0593,17.8838,17.8887,18.2489,19.0214,20.2602,21.988,24.172,26.5165,28.5901,30.2154],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.74923,4.434162,0.977582],[7.760334,4.439801,0.978913],[7.767139,4.439416,0.969552]],"session":10,"source":"ink","spectrum_pct":[[0.905201,0.903849,0.902297,0.900508,0.898487,0.928952,0.924271,0.903042,0.860205,0.810202,0.790647,1.02336,1.08952,1.10233,1.05727,0.985634,0.979571,1.093,1.27945,1.54615,2.23758,6.79637,14.4248,17.7837,18.235,18.0284,17.8536,17.8533,18.2126,18.9844,20.2369,21.9635,24.172,26.5461,28.5831,30.2279],[0.91161,0.910261,0.908712,0.906927,0.904899,0.927484,0.927702,0.904977,0.856042,0.772315,0.848997,1.03555,1.10252,1.10416,1.05533,0.986995,0.980047,1.09172,1.27454,1.53657,2.2322,6.80958,14.4488,17.8148,18.2689,18.0593,17.8838,17.8887,18.2489,19.0214,20.2602,21.988,24.162,26.5094,28.592,30.2154],[0.905109,0.903756,0.902202,0.900412,0.898381,0.922849,0.925876,0.905712,0.832088,0.770696,0.829265,1.01041,1.09403,1.0931,1.04991,0.983422,0.977362,1.08705,1.26541,1.52474,2.22868,6.82202,14.4688,17.8371,18.2983,18.089,17.9105,17.9092,18.2651,19.0374,20.2834,21.9942,24.1838,26.5165,28.5901,30.1658]],"t_unix":1786316484.4328012,"uid":"s010_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.760334,4.439416,0.977582]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.843964,7.512148,27.261232],"median_spectrum_pct":[24.4591,24.4665,24.4749,24.4847,24.4964,25.2358,25.9642,26.4304,26.0861,25.7293,25.2217,22.5001,18.5847,14.7995,11.4158,8.68226,6.7019,5.33932,4.4151,3.83313,3.4528,3.28145,3.23802,3.28521,3.45784,3.77467,4.28248,5.03114,6.1016,7.5982,9.71721,12.5551,16.1235,20.006,23.6427,26.7481],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.828017,7.495003,27.20466],[7.843964,7.512148,27.261232],[7.85437,7.524526,27.297584]],"session":10,"source":"ink","spectrum_pct":[[24.3913,24.3986,24.407,24.4167,24.4285,25.1792,25.9029,26.3779,26.0539,25.6567,25.2084,22.424,18.5268,14.7641,11.3876,8.66618,6.68637,5.3244,4.40382,3.82212,3.44677,3.28085,3.23155,3.2818,3.44945,3.76487,4.27428,5.01763,6.09206,7.58601,9.69272,12.5551,16.1223,19.9738,23.6467,26.7481],[24.4591,24.4665,24.4749,24.4847,24.4964,25.2358,25.9642,26.4304,26.0861,25.7293,25.2217,22.5001,18.5847,14.7995,11.4158,8.68226,6.7019,5.33932,4.4151,3.83313,3.4528,3.28145,3.23802,3.28521,3.45784,3.77467,4.28248,5.03114,6.1016,7.5982,9.71721,12.5641,16.1235,20.0125,23.6427,26.7445],[24.4861,24.4934,24.5019,24.5116,24.5234,25.2729,26.0002,26.4615,26.0996,25.7599,25.3183,22.5188,18.6088,14.8195,11.4391,8.70182,6.71315,5.34919,4.42343,3.8363,3.4578,3.28986,3.2418,3.28828,3.45794,3.78291,4.28841,5.03277,6.10483,7.6109,9.7302,12.5497,16.1366,20.006,23.6409,26.7484]],"t_unix":1786316529.6009917,"uid":"s010_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.843964,7.512148,27.261232]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.246992,7.98232,6.617458],"median_spectrum_pct":[4.75029,4.74899,4.74749,4.74576,4.74347,4.60775,4.55347,4.55272,4.38296,4.8338,9.26785,16.1541,17.525,15.8379,13.1941,10.584,8.52146,7.03006,5.98685,5.30587,4.85449,4.67607,4.63921,4.65813,4.80622,5.11235,5.61045,6.34161,7.41597,8.92267,11.036,13.7842,17.1882,20.9024,24.3411,27.3075],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.232253,7.963733,6.607241],[5.246992,7.98232,6.626159],[5.249842,7.986175,6.617458]],"session":10,"source":"ink","spectrum_pct":[[4.74218,4.74088,4.73939,4.73767,4.73537,4.58465,4.53898,4.54488,4.38296,4.8338,9.26785,16.138,17.4894,15.8073,13.1736,10.5682,8.50737,7.01405,5.97085,5.29208,4.84203,4.66104,4.62008,4.64192,4.79091,5.09531,5.59043,6.33258,7.398,8.91154,11.0238,13.769,17.1761,20.9027,24.3411,27.2926],[4.75029,4.74899,4.74749,4.74576,4.74347,4.60775,4.55347,4.55272,4.38726,4.85056,9.30317,16.2096,17.525,15.8379,13.1941,10.584,8.52146,7.03006,5.98685,5.30587,4.85449,4.67607,4.63921,4.65813,4.80622,5.11235,5.61229,6.34161,7.41634,8.92558,11.0377,13.7842,17.1882,20.9024,24.3697,27.3075],[4.77303,4.77174,4.77026,4.76856,4.76626,4.61113,4.55693,4.553,4.38076,4.83249,9.24122,16.1541,17.5274,15.843,13.2086,10.5929,8.53118,7.03457,5.99298,5.31381,4.86147,4.68265,4.64041,4.66314,4.81129,5.1142,5.61045,6.34241,7.41597,8.92267,11.036,13.7934,17.1913,20.8967,24.3291,27.3137]],"t_unix":1786316574.798122,"uid":"s010_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.246992,7.98232,6.617458]} +{"battery_mv_start":4200,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":11,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786325543.4007468} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.426721,1.147431,2.313371],"median_spectrum_pct":[2.45744,2.45811,2.45887,2.45974,2.4606,2.39999,2.3302,2.27086,2.10148,1.91749,1.77608,1.74961,1.58951,1.3934,1.19134,1.01224,0.883153,0.801875,0.750084,0.734207,0.765984,1.00092,1.26923,1.38453,1.51211,1.72069,2.07393,2.63996,3.54666,4.94923,7.05484,9.95834,13.6027,17.61,21.3923,24.5533],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.422949,1.143995,2.300823],[1.426721,1.147431,2.313371],[1.428618,1.15055,2.321912]],"session":11,"source":"ink","spectrum_pct":[[2.44026,2.44092,2.44167,2.44253,2.44338,2.38588,2.31959,2.2613,2.10148,1.91749,1.748,1.74821,1.57827,1.38721,1.18916,1.00858,0.87985,0.801875,0.749712,0.734183,0.761701,0.994387,1.26768,1.38188,1.51211,1.72069,2.07387,2.63933,3.54732,4.94923,7.06343,9.96975,13.6425,17.663,21.4591,24.5847],[2.45744,2.45811,2.45887,2.45974,2.4606,2.39999,2.3302,2.27086,2.12288,1.90914,1.77608,1.74961,1.58951,1.3934,1.19134,1.01547,0.883918,0.801363,0.750084,0.734207,0.766782,1.00092,1.26923,1.38453,1.51081,1.72388,2.07579,2.63996,3.54417,4.95677,7.05484,9.93416,13.597,17.6038,21.3923,24.5533],[2.47699,2.47767,2.47844,2.47933,2.48019,2.40608,2.3382,2.27167,2.09782,1.93403,1.82951,1.7663,1.59097,1.40473,1.2,1.01224,0.883153,0.805046,0.752045,0.736772,0.765984,1.00122,1.27166,1.38697,1.51357,1.72054,2.07393,2.6419,3.54666,4.9435,7.04691,9.95834,13.6027,17.61,21.384,24.5189]],"t_unix":1786325546.0260062,"uid":"s011_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.426721,1.147431,2.313371]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.504901,37.473351,42.932006],"median_spectrum_pct":[37.0729,37.0736,37.0744,37.0753,37.0769,37.9832,38.6588,39.3215,39.685,40.0525,41.2784,41.9745,41.6822,41.0754,40.2616,39.2147,38.2476,37.4134,36.6534,36.1992,35.6369,35.2858,34.9835,34.7508,34.6729,34.6765,34.7735,34.8674,35.0405,35.2354,35.5885,36.0522,36.6852,37.2917,37.7064,38.018],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.52935,37.495392,42.937469],[34.504901,37.473351,42.924047],[34.494292,37.461822,42.932006]],"session":11,"source":"ink","spectrum_pct":[[37.0729,37.0736,37.0744,37.0753,37.0769,37.9715,38.647,39.3254,39.7034,40.0944,41.3042,41.9857,41.6822,41.0773,40.2683,39.2227,38.2645,37.4376,36.6776,36.2282,35.67,35.3212,35.019,34.7781,34.7025,34.7064,34.8048,34.9,35.0647,35.2776,35.6186,36.0736,36.6909,37.2917,37.7064,38.018],[37.0721,37.0728,37.0736,37.0745,37.0761,37.9832,38.6588,39.319,39.6733,40.0468,41.2784,41.9745,41.6746,41.0754,40.2616,39.2147,38.2476,37.4134,36.6534,36.1992,35.6369,35.2858,34.9835,34.7508,34.6729,34.6765,34.7735,34.8674,35.0405,35.2354,35.5885,36.0522,36.6732,37.2729,37.695,38.0077],[37.0849,37.0856,37.0864,37.0874,37.089,38.0002,38.6719,39.3215,39.685,40.0525,41.2721,41.9699,41.6827,41.0689,40.2603,39.2028,38.2352,37.4015,36.6382,36.1846,35.6252,35.2698,34.9641,34.7289,34.6488,34.6614,34.763,34.8551,35.0293,35.2334,35.5797,36.0341,36.6852,37.3008,37.7408,38.0495]],"t_unix":1786325591.1941895,"uid":"s011_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.504901,37.473351,42.932006]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.705967,36.308672,4.601302],"median_spectrum_pct":[1.51535,1.50099,1.48451,1.46555,1.44373,1.45125,1.41886,1.3869,1.37206,1.74308,6.11169,17.5692,27.1022,33.6271,37.4919,38.7612,38.8945,38.668,38.3007,38.1924,38.0678,38.961,40.2557,40.6252,40.5682,40.3859,40.1802,39.8376,39.5275,39.2373,39.0042,38.8066,38.7754,38.722,38.5561,38.3904],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.784993,36.406349,4.610647],[30.705967,36.308672,4.601302],[30.657165,36.247883,4.595184]],"session":11,"source":"ink","spectrum_pct":[[1.53428,1.51989,1.50338,1.4844,1.46252,1.45125,1.41756,1.38647,1.38529,1.74396,6.13411,17.5593,27.1382,33.6985,37.5835,38.8681,39.0117,38.7853,38.4216,38.3167,38.1951,39.072,40.3445,40.7083,40.6473,40.4641,40.26,39.9277,39.6168,39.3232,39.0828,38.8793,38.8431,38.7962,38.6474,38.4975],[1.51535,1.50099,1.48451,1.46555,1.44373,1.45054,1.41886,1.3869,1.37206,1.73919,6.11169,17.5767,27.1022,33.6271,37.4919,38.7612,38.8945,38.668,38.3007,38.1924,38.0678,38.961,40.2557,40.6252,40.5682,40.3859,40.1802,39.8376,39.5275,39.2373,39.0042,38.8066,38.7754,38.722,38.5561,38.3904],[1.4999,1.48555,1.46908,1.45013,1.42836,1.45189,1.42251,1.38922,1.35755,1.74308,6.10212,17.5692,27.0682,33.5777,37.433,38.6955,38.8274,38.5976,38.2262,38.1152,37.9896,38.8906,40.2043,40.5777,40.5208,40.3296,40.1196,39.7839,39.475,39.1721,38.954,38.7556,38.7091,38.6616,38.4586,38.2943]],"t_unix":1786325636.3386955,"uid":"s011_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.705967,36.308672,4.601302]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.796961,4.460248,0.961831],"median_spectrum_pct":[0.918057,0.91671,0.915163,0.913382,0.911356,0.933675,0.930079,0.910681,0.866243,0.724924,0.77133,0.988664,1.10055,1.11734,1.07806,0.995882,0.985215,1.10186,1.28385,1.54644,2.24522,6.82727,14.5113,17.9131,18.3828,18.1726,17.974,17.9603,18.2981,19.0694,20.3255,22.0792,24.2489,26.5716,28.699,30.2959],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.78808,4.457333,0.961831],[7.796961,4.460248,0.961507],[7.812741,4.469579,0.978048]],"session":11,"source":"ink","spectrum_pct":[[0.918057,0.91671,0.915163,0.913382,0.911356,0.933675,0.928863,0.905802,0.839632,0.724924,0.77133,0.988664,1.09634,1.11322,1.07403,0.995882,0.985215,1.10186,1.28951,1.55764,2.2473,6.81609,14.4898,17.8888,18.3579,18.1453,17.9453,17.9389,18.2849,19.0568,20.3085,22.0507,24.207,26.5716,28.699,30.2959],[0.913919,0.912567,0.911013,0.909224,0.907195,0.93284,0.930079,0.910681,0.868105,0.701021,0.741685,0.978027,1.10055,1.11734,1.07806,0.992236,0.984366,1.10266,1.28385,1.54644,2.24522,6.82727,14.5113,17.9131,18.3828,18.1726,17.974,17.9603,18.2981,19.0694,20.3255,22.0792,24.2489,26.5666,28.6424,30.2824],[0.923157,0.921807,0.920257,0.918471,0.916434,0.934482,0.935115,0.912597,0.866243,0.758142,0.796598,1.0061,1.11034,1.12276,1.07998,0.99634,0.988614,1.10185,1.2785,1.54011,2.24132,6.8493,14.5415,17.9426,18.417,18.2053,18.0066,17.9975,18.3463,19.1219,20.3669,22.1006,24.2671,26.6295,28.7294,30.3619]],"t_unix":1786325681.6107838,"uid":"s011_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.796961,4.460248,0.961831]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.77565,7.457046,27.024272],"median_spectrum_pct":[24.1552,24.1624,24.1707,24.1802,24.1918,24.933,25.6868,26.2213,25.904,25.5014,25.1292,22.355,18.4732,14.7108,11.3372,8.61678,6.64857,5.29477,4.37914,3.80031,3.42106,3.2548,3.20983,3.26002,3.43226,3.74569,4.24841,4.99429,6.06986,7.55275,9.70103,12.5526,16.1272,20.0102,23.7008,26.7568],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.768427,7.448351,26.994135],[7.77565,7.457046,27.024272],[7.793221,7.474336,27.084555]],"session":11,"source":"ink","spectrum_pct":[[24.1141,24.1213,24.1295,24.139,24.1506,24.8929,25.6389,26.1805,25.8825,25.5014,25.1034,22.355,18.4572,14.6837,11.32,8.59972,6.63695,5.28472,4.3727,3.79197,3.41843,3.25132,3.20868,3.25968,3.43226,3.74569,4.24841,4.99429,6.06986,7.55275,9.70671,12.564,16.1272,20.0185,23.7008,26.824],[24.1552,24.1624,24.1707,24.1802,24.1918,24.933,25.6868,26.2213,25.904,25.4939,25.1292,22.3463,18.4732,14.7108,11.3372,8.61678,6.64857,5.29477,4.37914,3.80031,3.42106,3.2548,3.20983,3.26002,3.42935,3.73726,4.24455,4.99117,6.0606,7.55087,9.68412,12.5354,16.0854,20.0029,23.6777,26.7335],[24.1884,24.1956,24.2039,24.2134,24.225,24.9834,25.7446,26.2614,25.9511,25.5915,25.2027,22.3993,18.5311,14.7399,11.354,8.63396,6.66599,5.30765,4.38977,3.80798,3.42883,3.25902,3.21556,3.26584,3.43825,3.759,4.26027,5.00891,6.07952,7.56303,9.70103,12.5526,16.1333,20.0102,23.7022,26.7568]],"t_unix":1786325726.7421703,"uid":"s011_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.77565,7.457046,27.024272]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.242835,7.952837,6.622734],"median_spectrum_pct":[4.77112,4.76983,4.76835,4.76664,4.76437,4.59409,4.54803,4.58738,4.41947,4.767,9.30197,16.201,17.4415,15.7336,13.1014,10.5174,8.4783,7.00819,5.97609,5.29639,4.84433,4.67193,4.64021,4.66914,4.81974,5.11635,5.61096,6.34173,7.40263,8.90632,10.9972,13.7711,17.161,20.8339,24.3464,27.2334],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.255184,7.971762,6.634356],[5.235391,7.943587,6.612231],[5.242835,7.952837,6.622734]],"session":11,"source":"ink","spectrum_pct":[[4.77112,4.76983,4.76835,4.76664,4.76437,4.62727,4.57485,4.59475,4.42447,4.767,9.30402,16.2118,17.4753,15.7797,13.1454,10.5467,8.49909,7.01983,5.98671,5.31196,4.85597,4.68164,4.65255,4.67969,4.83055,5.13218,5.62397,6.35923,7.42687,8.93477,11.0211,13.8013,17.1931,20.8979,24.4129,27.2724],[4.7586,4.75733,4.75586,4.75418,4.75188,4.58491,4.54295,4.58066,4.41947,4.74651,9.30197,16.1985,17.4197,15.7155,13.0909,10.5068,8.46998,6.99699,5.96826,5.28793,4.83797,4.6635,4.63376,4.66056,4.81182,5.11101,5.60817,6.34074,7.39682,8.89283,10.9914,13.7711,17.1348,20.813,24.3047,27.2146],[4.77426,4.77299,4.77153,4.76986,4.76756,4.59409,4.54803,4.58738,4.41813,4.7909,9.28789,16.201,17.4415,15.7336,13.1014,10.5174,8.4783,7.00819,5.97609,5.29639,4.84433,4.67193,4.64021,4.66914,4.81974,5.11635,5.61096,6.34173,7.40263,8.90632,10.9972,13.7706,17.161,20.8339,24.3464,27.2334]],"t_unix":1786325771.947931,"uid":"s011_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.242835,7.952837,6.622734]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.15231510416666666,"white":0.8476848958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (215, 142, 127) atkinson_oklab_hue_aware","median_raw":[28.539111,30.043556,33.261414],"median_spectrum_pct":[28.8524,28.8526,28.8529,28.8532,28.8539,29.4636,29.9331,30.4005,30.6296,30.8746,32.0769,32.9255,32.7208,32.2014,31.495,30.604,29.7852,29.096,28.4962,28.181,27.9564,28.9697,30.597,31.1657,31.2731,31.3319,31.4757,31.6643,31.9784,32.418,33.0511,33.8249,34.8105,35.7621,36.4636,36.9819],"phase":"skin","raster_sha1":"d884df9c99af3b3f","raw":[[28.551129,30.055092,33.261414],[28.539111,30.043556,33.271184],[28.519054,30.031896,33.25295]],"rgb":[215,142,127],"session":11,"source":"pipeline","spectrum_pct":[[28.8423,28.8425,28.8428,28.8432,28.8438,29.4489,29.916,30.3956,30.6296,30.8746,32.0989,32.9525,32.7208,32.1957,31.495,30.604,29.7898,29.109,28.5102,28.1974,27.9755,28.9899,30.6195,31.1873,31.2966,31.3491,31.4963,31.6839,31.9974,32.4394,33.0677,33.8597,34.8173,35.7621,36.4933,36.9914],[28.8524,28.8526,28.8529,28.8532,28.8539,29.4636,29.9331,30.4016,30.6384,30.9089,32.0769,32.9255,32.7155,32.2014,31.495,30.6026,29.7852,29.096,28.4962,28.181,27.9564,28.9697,30.597,31.1657,31.2731,31.3319,31.4757,31.6643,31.9784,32.418,33.0511,33.8249,34.7884,35.7567,36.4635,36.9819],[28.858,28.8583,28.8586,28.8589,28.8596,29.477,29.9474,30.4005,30.5961,30.8514,31.9993,32.9192,32.7353,32.2032,31.5024,30.6079,29.7829,29.0941,28.4861,28.1665,27.9395,28.9507,30.5646,31.1291,31.2362,31.3005,31.4429,31.6318,31.9483,32.3894,33.0006,33.8043,34.8105,35.7637,36.4636,36.9437]],"t_unix":1786325819.7052138,"uid":"p00391","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.539111,30.043556,33.261414]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3797317708333333,"blue":0.0,"green":0.12920572916666667,"red":0.4910625,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (78, 51, 50) atkinson_hue_aware","median_raw":[4.89577,3.681597,2.200816],"median_spectrum_pct":[1.99265,1.99206,1.99137,1.99058,1.98959,1.96051,1.93376,1.90191,1.81197,1.76012,2.24094,3.11646,3.26781,3.09423,2.77747,2.43299,2.16373,2.0114,1.94741,1.98759,2.28033,4.45668,7.78142,9.11986,9.37866,9.4796,9.72969,10.1974,11.0217,12.2915,14.1537,16.6231,19.6615,22.8585,25.7701,28.0933],"phase":"skin","raster_sha1":"d896901c61f1446a","raw":[[4.891433,3.679558,2.200496],[4.89577,3.681597,2.200816],[4.905661,3.69106,2.217859]],"rgb":[78,51,50],"session":11,"source":"pipeline","spectrum_pct":[[1.99265,1.99206,1.99137,1.99058,1.98959,1.95602,1.92254,1.88861,1.79847,1.76012,2.21009,3.11646,3.26615,3.09196,2.77222,2.42785,2.16294,2.0114,1.94664,1.98759,2.28033,4.45382,7.77945,9.11117,9.36415,9.46866,9.71574,10.178,10.9998,12.2831,14.1383,16.6231,19.6627,22.8854,25.7701,28.0933],[1.98512,1.98451,1.98381,1.98301,1.98201,1.96051,1.93376,1.90191,1.81197,1.70552,2.24094,3.08021,3.26781,3.09423,2.77747,2.43299,2.16373,2.01087,1.94741,1.9856,2.28033,4.45668,7.78142,9.11986,9.37866,9.4796,9.72969,10.1974,11.0217,12.2915,14.1537,16.6197,19.6514,22.8455,25.7096,28.0545],[2.01479,2.0142,2.01353,2.01275,2.01175,1.97041,1.93774,1.90305,1.81455,1.76822,2.24934,3.1189,3.28043,3.09983,2.78645,2.43948,2.1791,2.01817,1.95018,1.98782,2.2855,4.46506,7.7952,9.13266,9.38743,9.49703,9.7498,10.2066,11.0263,12.293,14.1606,16.6489,19.6615,22.8585,25.7828,28.1288]],"t_unix":1786325868.475822,"uid":"p00426","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.89577,3.681597,2.200816]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (222, 171, 138) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[222,171,138],"session":11,"source":"pipeline","t_unix":1786325916.0952504,"uid":"p00400","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1532109375,"white":0.8467890625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (186, 168, 166) atkinson_hue_aware","median_raw":[28.750337,30.289152,33.250393],"median_spectrum_pct":[28.8194,28.8195,28.8196,28.8198,28.8204,29.5115,29.9832,30.3722,30.5138,30.823,32.0739,33.0126,32.8547,32.377,31.7183,30.8605,30.0572,29.3713,28.7648,28.4534,28.2392,29.2793,30.9015,31.4589,31.5555,31.5991,31.731,31.9005,32.1997,32.6203,33.2219,33.9859,34.911,35.8121,36.5213,37.0034],"phase":"skin","raster_sha1":"650f3bac1deb9b89","raw":[[28.757992,30.297237,33.248254],[28.750337,30.289152,33.260558],[28.735263,30.280078,33.250393]],"rgb":[186,168,166],"session":11,"source":"pipeline","spectrum_pct":[[28.7893,28.7893,28.7894,28.7896,28.7901,29.4913,29.9627,30.3686,30.5138,30.823,32.0816,33.0248,32.8547,32.3623,31.7126,30.8618,30.0616,29.3784,28.7763,28.4661,28.253,29.2933,30.9205,31.4724,31.5666,31.6144,31.7478,31.9174,32.2149,32.6288,33.2287,33.9868,34.911,35.8121,36.5085,36.964],[28.8327,28.8329,28.833,28.8332,28.8338,29.5115,29.9832,30.3722,30.5298,30.8248,32.0739,33.0126,32.8551,32.377,31.7183,30.8534,30.0534,29.3713,28.7648,28.4534,28.2392,29.2793,30.9015,31.4589,31.5555,31.5991,31.731,31.9005,32.1997,32.6203,33.2219,33.9859,34.9229,35.8547,36.5381,37.0034],[28.8194,28.8195,28.8196,28.8198,28.8204,29.5383,30.0074,30.3785,30.5129,30.7709,32.0085,32.9881,32.851,32.3867,31.7276,30.8605,30.0572,29.3695,28.757,28.442,28.2285,29.2606,30.8732,31.4233,31.5283,31.5815,31.7031,31.878,32.1696,32.5997,33.2018,33.9335,34.8931,35.8097,36.5213,37.017]],"t_unix":1786325918.4782774,"uid":"p00480","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.750337,30.289152,33.250393]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (233, 192, 167) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[233,192,167],"session":11,"source":"pipeline","t_unix":1786325966.3656144,"uid":"p00412","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.10059895833333334,"white":0.8994010416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (228, 148, 149) atkinson_oklab_hue_aware","median_raw":[30.608916,32.616243,36.467736],"median_spectrum_pct":[31.6228,31.6232,31.6236,31.624,31.6251,32.4089,32.9421,33.3572,33.5274,33.8223,35.0349,35.9685,35.7806,35.2743,34.5336,33.578,32.7073,31.9703,31.3212,30.954,30.6153,31.1837,32.1764,32.4754,32.5256,32.5671,32.698,32.8572,33.1269,33.4936,34.0047,34.6842,35.5497,36.3553,36.9946,37.4356],"phase":"skin","raster_sha1":"67c85d65476b1321","raw":[[30.628841,32.630669,36.467736],[30.608916,32.616243,36.457802],[30.598547,32.606663,36.489599]],"rgb":[228,148,149],"session":11,"source":"pipeline","spectrum_pct":[[31.6027,31.603,31.6034,31.6039,31.6049,32.401,32.9339,33.3533,33.5274,33.8223,35.0349,35.9472,35.7806,35.2676,34.5336,33.5837,32.7149,31.9789,31.3362,30.9746,30.6375,31.2099,32.2049,32.5054,32.555,32.6016,32.7312,32.8882,33.1573,33.5151,34.0369,34.7022,35.5589,36.398,37.0069,37.4356],[31.6228,31.6232,31.6236,31.624,31.6251,32.4089,32.9421,33.3572,33.5227,33.7242,35.0235,35.9685,35.7805,35.2743,34.5337,33.578,32.7073,31.9703,31.3212,30.954,30.6153,31.1837,32.1764,32.4754,32.5256,32.5671,32.698,32.8572,33.1269,33.4936,34.0047,34.6713,35.5497,36.3281,36.9723,37.4163],[31.635,31.6353,31.6357,31.6362,31.6373,32.4359,32.965,33.3613,33.5378,33.8291,35.0691,35.9778,35.8055,35.2852,34.531,33.5756,32.7003,31.9573,31.3015,30.9336,30.5943,31.1621,32.1492,32.4552,32.4997,32.5438,32.6792,32.8438,33.1169,33.4666,33.9948,34.6842,35.5205,36.3553,36.9946,37.4561]],"t_unix":1786325968.7100239,"uid":"p00511","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.608916,32.616243,36.467736]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44310677083333333,"white":0.5568932291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (190, 134, 123) atkinson_hue_aware","median_raw":[19.859641,19.210469,18.69913],"median_spectrum_pct":[16.3453,16.3446,16.3438,16.3429,16.342,16.653,16.8433,16.9633,16.9723,17.0866,18.1425,19.0938,19.176,18.922,18.4901,17.9345,17.4494,17.0699,16.7819,16.7109,16.9544,19.8466,24.3348,26.1696,26.529,26.5901,26.7234,26.9493,27.4146,28.1,29.0572,30.28,31.7498,33.1825,34.3518,35.2272],"phase":"skin","raster_sha1":"686ceb11f38921e9","raw":[[19.862413,19.216472,18.705242],[19.859641,19.210469,18.69913],[19.756873,19.110157,18.644141]],"rgb":[190,134,123],"session":11,"source":"pipeline","spectrum_pct":[[16.3521,16.3514,16.3506,16.3497,16.3488,16.653,16.8433,16.9643,16.9846,17.0686,18.1594,19.1231,19.1919,18.9288,18.4961,17.9414,17.4566,17.0734,16.7838,16.7199,16.96,19.8466,24.3348,26.173,26.5299,26.5953,26.7274,26.9518,27.4146,28.1,29.0632,30.3074,31.7498,33.1825,34.3518,35.242],[16.3453,16.3446,16.3438,16.3429,16.342,16.6636,16.8543,16.9633,16.9655,17.0866,18.0982,19.0938,19.176,18.922,18.4901,17.9345,17.4494,17.0699,16.7819,16.7109,16.9544,19.8466,24.3376,26.1696,26.529,26.5901,26.7234,26.9493,27.4174,28.1017,29.0572,30.28,31.7535,33.187,34.3766,35.2272],[16.2971,16.2965,16.2957,16.2949,16.2939,16.5084,16.6924,16.9074,16.9723,17.1307,18.1425,19.0879,19.1002,18.824,18.3854,17.8254,17.3488,16.975,16.685,16.6158,16.8597,19.7336,24.1983,26.0254,26.3809,26.4536,26.5945,26.8152,27.2865,27.9736,28.9382,30.1593,31.6393,33.0712,34.2816,35.1157]],"t_unix":1786326016.3564062,"uid":"p00483","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.859641,19.210469,18.69913]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2969557291666667,"white":0.6727005208333333,"yellow":0.03034375},"ink_index":null,"is_control":false,"label":"skin (181, 149, 130) fs_cam16ucs_hue_aware","median_raw":[23.88969,24.419016,23.8792],"median_spectrum_pct":[20.5891,20.5881,20.587,20.5857,20.5843,20.9401,21.2395,21.5553,21.6876,21.9619,23.3921,24.9673,25.2813,25.1058,24.69,24.0597,23.446,22.9128,22.457,22.2691,22.3323,24.4637,27.6832,28.9305,29.1982,29.2812,29.4421,29.652,30.0444,30.6025,31.3764,32.3583,33.528,34.6594,35.5508,36.2204],"phase":"skin","raster_sha1":"d36481f961aac67e","raw":[[23.902695,24.434328,23.879875],[23.88969,24.419016,23.8792],[23.882808,24.414903,23.869161]],"rgb":[181,149,130],"session":11,"source":"pipeline","spectrum_pct":[[20.5801,20.5791,20.578,20.5766,20.5752,20.933,21.2325,21.5553,21.6876,21.9619,23.4319,24.9794,25.2934,25.1058,24.6966,24.0681,23.456,22.9259,22.4728,22.2881,22.3523,24.4846,27.6975,28.9443,29.2131,29.3016,29.465,29.6745,30.0563,30.6254,31.4084,32.3754,33.5537,34.713,35.5874,36.2361],[20.5988,20.5978,20.5967,20.5954,20.594,20.9401,21.2395,21.549,21.6884,21.9736,23.3921,24.9673,25.2797,25.0987,24.6825,24.0551,23.4417,22.9128,22.457,22.2691,22.3323,24.4637,27.6832,28.9305,29.1982,29.2812,29.4421,29.652,30.0444,30.6025,31.3754,32.3571,33.528,34.6594,35.5508,36.2204],[20.5891,20.5881,20.587,20.5857,20.5843,20.9532,21.2569,21.5562,21.6568,21.9299,23.3776,24.9242,25.2813,25.1062,24.69,24.0597,23.446,22.908,22.4518,22.2652,22.3303,24.4521,27.6651,28.9219,29.1936,29.2739,29.4322,29.6395,30.028,30.598,31.3764,32.3583,33.5125,34.6425,35.5183,36.1756]],"t_unix":1786326066.3263206,"uid":"p00344","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.88969,24.419016,23.8792]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.454109375,"white":0.545890625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (199, 130, 121) atkinson_hue_aware","median_raw":[19.558801,18.840885,18.365164],"median_spectrum_pct":[15.9693,15.9686,15.9678,15.9669,15.9659,16.2461,16.4796,16.691,16.7624,16.8756,17.8087,18.6917,18.6804,18.417,18.0196,17.5044,17.0516,16.6951,16.4164,16.3596,16.6193,19.5331,24.0557,25.902,26.248,26.2949,26.4184,26.6334,27.0907,27.7779,28.7479,29.9804,31.4407,32.903,34.0974,35.024],"phase":"skin","raster_sha1":"39e14fc316d95251","raw":[[19.563246,18.847928,18.367933],[19.552899,18.837635,18.351925],[19.558801,18.840885,18.365164]],"rgb":[199,130,121],"session":11,"source":"pipeline","spectrum_pct":[[15.9693,15.9686,15.9678,15.9669,15.9659,16.2458,16.4753,16.691,16.7631,16.9179,17.8261,18.6917,18.6892,18.4208,18.0278,17.5064,17.0582,16.7013,16.4243,16.3713,16.6291,19.5393,24.0625,25.9076,26.248,26.2949,26.4184,26.6432,27.0972,27.7796,28.7479,29.9804,31.4348,32.9249,34.1426,35.0256],[15.9394,15.9386,15.9378,15.9368,15.9359,16.2461,16.4796,16.6899,16.7457,16.8644,17.8087,18.6718,18.6665,18.417,18.0196,17.5013,17.0484,16.6926,16.4156,16.3596,16.6187,19.5331,24.0527,25.8909,26.235,26.2878,26.4135,26.6241,27.0838,27.7704,28.7407,29.9695,31.4407,32.8679,34.0767,34.9685],[15.9781,15.9774,15.9766,15.9756,15.9747,16.2596,16.4886,16.6958,16.7624,16.8756,17.8014,18.7018,18.6804,18.4129,18.0165,17.5044,17.0516,16.6951,16.4164,16.3593,16.6193,19.532,24.0557,25.902,26.2486,26.2958,26.4216,26.6334,27.0907,27.7779,28.7664,29.9892,31.4842,32.903,34.0974,35.024]],"t_unix":1786326114.143127,"uid":"p00489","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.558801,18.840885,18.365164]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.2692083333333333,"blue":0.0,"green":0.0,"red":0.5194661458333333,"white":0.20784635416666666,"yellow":0.003479166666666667},"ink_index":null,"is_control":false,"label":"skin (114, 73, 58) atkinson_hue_aware","median_raw":[9.234552,7.770893,6.965364],"median_spectrum_pct":[6.29344,6.29308,6.29268,6.29221,6.29159,6.31785,6.35516,6.38239,6.33738,6.31867,6.55224,6.82944,6.8439,6.66728,6.41355,6.13153,5.91336,5.79489,5.75238,5.82509,6.17134,8.79836,12.8797,14.5306,14.8063,14.8555,15.0376,15.42,16.1079,17.1984,18.7808,20.8776,23.4527,26.1288,28.492,30.3807],"phase":"skin","raster_sha1":"a1e9380388fbc495","raw":[[9.225833,7.764819,6.943746],[9.234552,7.770893,6.965364],[9.24207,7.778496,6.984632]],"rgb":[114,73,58],"session":11,"source":"pipeline","spectrum_pct":[[6.27416,6.2738,6.27338,6.2729,6.27227,6.31152,6.3479,6.37705,6.33429,6.26065,6.46934,6.82944,6.82589,6.66224,6.41087,6.13153,5.91187,5.79482,5.75045,5.82412,6.16823,8.79276,12.8695,14.5176,14.7949,14.8439,15.0254,15.4035,16.1023,17.1916,18.7739,20.8776,23.4527,26.1132,28.492,30.3235],[6.29344,6.29308,6.29268,6.29221,6.29159,6.31785,6.35516,6.38239,6.33738,6.32285,6.55224,6.82339,6.8439,6.66728,6.41355,6.12931,5.91336,5.79631,5.75296,5.82667,6.17134,8.79836,12.8797,14.5306,14.8063,14.8555,15.0376,15.42,16.1079,17.1984,18.7808,20.8775,23.4357,26.1288,28.4854,30.3807],[6.29746,6.2971,6.29669,6.29622,6.2956,6.33415,6.3623,6.39325,6.36445,6.31867,6.60331,6.905,6.86165,6.67872,6.42259,6.1355,5.91647,5.79489,5.75238,5.82509,6.17417,8.80797,12.8881,14.536,14.8171,14.8677,15.0511,15.4279,16.1212,17.2149,18.8059,20.8993,23.4558,26.1573,28.5282,30.4367]],"t_unix":1786326161.6849244,"uid":"p00285","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.234552,7.770893,6.965364]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.442515625,"white":0.557484375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (193, 102, 103) atkinson_oklab_hue_aware","median_raw":[19.811077,19.171742,18.630822],"median_spectrum_pct":[16.2531,16.2523,16.2515,16.2506,16.2496,16.5477,16.7497,16.9063,16.9404,17.0608,18.0957,19.0356,19.0878,18.8307,18.4183,17.8816,17.4206,17.056,16.7756,16.715,16.9664,19.8554,24.3002,26.0919,26.4216,26.4747,26.5984,26.8085,27.2565,27.9388,28.8852,30.1153,31.5716,33.0078,34.2161,35.1331],"phase":"skin","raster_sha1":"ba7db68181fa325a","raw":[[19.811077,19.174916,18.625363],[19.810953,19.171189,18.630822],[19.813142,19.171742,18.640052]],"rgb":[193,102,103],"session":11,"source":"pipeline","spectrum_pct":[[16.2524,16.2517,16.2509,16.2499,16.2489,16.5341,16.7386,16.9023,16.9233,17.0608,18.0957,19.0356,19.0878,18.8307,18.4183,17.8885,17.4241,17.0592,16.7822,16.7222,16.9732,19.8596,24.2986,26.0838,26.4216,26.4747,26.5913,26.7997,27.2548,27.9342,28.8852,30.0944,31.5646,33.0078,34.2161,35.1331],[16.2531,16.2523,16.2515,16.2506,16.2496,16.5477,16.7497,16.9063,16.9404,17.0604,18.0682,19.0435,19.0948,18.8257,18.4186,17.8805,17.4158,17.0523,16.7756,16.715,16.9664,19.8554,24.3002,26.0919,26.4205,26.4721,26.5984,26.8103,27.2565,27.9388,28.8961,30.1158,31.5716,32.9857,34.203,35.0965],[16.2587,16.258,16.2572,16.2563,16.2553,16.5549,16.7596,16.9145,16.9409,17.078,18.1131,19.0129,19.0749,18.8313,18.4181,17.8816,17.4206,17.056,16.7746,16.7135,16.9648,19.8517,24.3026,26.0933,26.4219,26.4764,26.6006,26.8085,27.2612,27.9488,28.8831,30.1153,31.5812,33.0354,34.249,35.1423]],"t_unix":1786326209.2374525,"uid":"p00358","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.811077,19.171742,18.630822]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (213, 167, 138) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[213,167,138],"session":11,"source":"pipeline","t_unix":1786326256.6797452,"uid":"p00388","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.11505208333333333,"blue":0.0,"green":0.36084375,"red":0.3766640625,"white":0.14744010416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (96, 82, 75) atkinson_hue_aware","median_raw":[9.37757,9.686171,7.402996],"median_spectrum_pct":[6.05557,6.05424,6.05272,6.05096,6.04882,6.05659,6.07138,6.10109,6.03651,6.18938,8.33721,11.3807,12.1027,11.6637,10.7741,9.74851,8.86843,8.19739,7.71982,7.4713,7.52303,9.24903,11.8755,12.9143,13.1849,13.3802,13.7353,14.2898,15.1656,16.4273,18.1826,20.4307,23.1533,25.9835,28.4942,30.479],"phase":"skin","raster_sha1":"c60a4bd9fce473ee","raw":[[9.36687,9.676995,7.389761],[9.377691,9.686171,7.409886],[9.37757,9.686381,7.402996]],"rgb":[96,82,75],"session":11,"source":"pipeline","spectrum_pct":[[6.05557,6.05424,6.05272,6.05096,6.04882,6.04689,6.06062,6.08603,6.01445,6.17303,8.3447,11.3697,12.099,11.6514,10.7609,9.74075,8.8616,8.19405,7.71558,7.46435,7.5134,9.24213,11.8647,12.9026,13.1716,13.3669,13.7276,14.2867,15.1557,16.4185,18.1821,20.4307,23.1533,25.9835,28.4863,30.4375],[6.05422,6.05288,6.05135,6.04958,6.04743,6.05659,6.07138,6.10109,6.04855,6.22456,8.33721,11.386,12.1073,11.6637,10.7741,9.74851,8.86843,8.19739,7.72089,7.47269,7.52303,9.24903,11.8755,12.9143,13.1849,13.3802,13.7407,14.2963,15.1656,16.4401,18.1993,20.4574,23.16,26.0052,28.5178,30.5203],[6.06453,6.06321,6.06168,6.05992,6.05778,6.06045,6.07498,6.1028,6.03651,6.18938,8.31917,11.3807,12.1027,11.6645,10.7759,9.75237,8.86992,8.19843,7.71982,7.4713,7.52529,9.25251,11.8786,12.9196,13.1862,13.3807,13.7353,14.2898,15.1664,16.4273,18.1826,20.4253,23.1347,25.9542,28.4942,30.479]],"t_unix":1786326259.401195,"uid":"p00441","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.37757,9.686171,7.402996]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.10205729166666666,"blue":0.00037760416666666666,"green":0.007697916666666666,"red":0.3280859375,"white":0.527828125,"yellow":0.033953125},"ink_index":null,"is_control":false,"label":"skin (140, 126, 116) fs_cam16ucs_hue_aware","median_raw":[18.589732,18.559607,17.996738],"median_spectrum_pct":[15.6473,15.6466,15.6458,15.6448,15.6437,15.8323,16.0081,16.213,16.2694,16.4453,17.6772,19.0146,19.186,18.9501,18.5002,17.909,17.3727,16.9219,16.5613,16.427,16.5571,18.7732,22.1308,23.4615,23.7438,23.8607,24.066,24.3845,24.9422,25.751,26.8934,28.3147,30.0084,31.7497,33.2327,34.3481],"phase":"skin","raster_sha1":"f09c479b2464753a","raw":[[18.599331,18.571328,18.004834],[18.585584,18.555849,17.985596],[18.589732,18.559607,17.996738]],"rgb":[140,126,116],"session":11,"source":"pipeline","spectrum_pct":[[15.6467,15.646,15.6452,15.6443,15.6431,15.832,16.0063,16.2141,16.278,16.4834,17.7295,19.0203,19.2,18.9535,18.5126,17.9192,17.3788,16.931,16.5723,16.4396,16.5743,18.7871,22.1422,23.4698,23.7536,23.8735,24.0724,24.3882,24.9535,25.7678,26.8967,28.3147,30.0084,31.7497,33.2408,34.3481],[15.6473,15.6466,15.6458,15.6448,15.6437,15.8323,16.0081,16.2082,16.2655,16.4206,17.6767,18.9884,19.1786,18.9394,18.496,17.9051,17.3652,16.9219,16.5613,16.4262,16.5562,18.7732,22.1301,23.452,23.7349,23.8574,24.0615,24.3788,24.9405,25.7414,26.8791,28.2996,29.9986,31.7156,33.1963,34.2814],[15.6576,15.6569,15.6561,15.6552,15.6541,15.8431,16.0205,16.213,16.2694,16.4453,17.6772,19.0146,19.186,18.9501,18.5002,17.909,17.3727,16.9205,16.5588,16.427,16.5571,18.7723,22.1308,23.4615,23.7438,23.8607,24.066,24.3845,24.9422,25.751,26.8934,28.331,30.0305,31.7625,33.2327,34.3526]],"t_unix":1786326306.3264098,"uid":"p00308","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.589732,18.559607,17.996738]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2626588541666667,"white":0.73175,"yellow":0.005591145833333333},"ink_index":null,"is_control":false,"label":"skin (230, 155, 147) fs_cam16ucs_hue_aware","median_raw":[25.068712,25.772763,26.725419],"median_spectrum_pct":[23.1805,23.1801,23.1797,23.1791,23.1786,23.6073,23.9326,24.2654,24.398,24.6748,25.995,27.1902,27.2131,26.8681,26.3227,25.6022,24.9287,24.3562,23.8752,23.6637,23.6545,25.5148,28.3249,29.3906,29.6062,29.6804,29.8441,30.0567,30.4313,30.9802,31.7375,32.6903,33.8294,34.9582,35.8221,36.4726],"phase":"skin","raster_sha1":"5a2ec1fe7ffe1324","raw":[[25.081171,25.784473,26.725419],[25.068712,25.771426,26.720499],[25.066058,25.772763,26.734593]],"rgb":[230,155,147],"session":11,"source":"pipeline","spectrum_pct":[[23.1721,23.1717,23.1712,23.1706,23.1701,23.5999,23.9238,24.261,24.4081,24.7001,25.995,27.1989,27.2126,26.8681,26.3227,25.6058,24.9363,24.3666,23.8861,23.6781,23.6754,25.5327,28.3437,29.4048,29.6194,29.6959,29.8605,30.0713,30.4501,30.9991,31.7544,32.6903,33.8297,34.9311,35.8014,36.4726],[23.1805,23.1801,23.1797,23.1791,23.1786,23.6073,23.9326,24.2654,24.398,24.6605,25.9888,27.1879,27.2131,26.8568,26.3168,25.5928,24.9231,24.3562,23.8752,23.6637,23.6545,25.5148,28.3249,29.3906,29.6062,29.6804,29.8441,30.0567,30.4313,30.9802,31.73,32.6651,33.8294,34.965,35.8221,36.4588],[23.2029,23.2025,23.202,23.2015,23.201,23.6265,23.951,24.273,24.398,24.6748,26.0144,27.1902,27.2298,26.8784,26.33,25.6022,24.9287,24.3556,23.8734,23.6605,23.6493,25.5073,28.3165,29.3754,29.5988,29.6694,29.8263,30.0442,30.4295,30.9772,31.7375,32.6975,33.829,34.9582,35.8447,36.5115]],"t_unix":1786326353.1568174,"uid":"p00410","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.068712,25.772763,26.725419]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2951171875,"white":0.7048828125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (168, 147, 145) atkinson_hue_aware","median_raw":[24.207821,24.656841,25.758093],"median_spectrum_pct":[22.3566,22.3563,22.3559,22.3555,22.3552,22.7927,23.1323,23.4328,23.5605,23.7802,25.045,25.9991,25.9292,25.533,24.9951,24.3028,23.6577,23.1175,22.6543,22.457,22.4835,24.4986,27.5707,28.7423,28.9763,29.0457,29.1957,29.4073,29.8036,30.3752,31.1794,32.1793,33.3702,34.5659,35.519,36.1729],"phase":"skin","raster_sha1":"312661189f501578","raw":[[24.209079,24.658827,25.744127],[24.20584,24.653453,25.758093],[24.207821,24.656841,25.776239]],"rgb":[168,147,145],"session":11,"source":"pipeline","spectrum_pct":[[22.3344,22.3341,22.3337,22.3332,22.3329,22.7745,23.1164,23.4312,23.5451,23.7397,25.045,26.0024,25.9223,25.533,24.9951,24.3016,23.6577,23.1185,22.6606,22.4668,22.4994,24.5091,27.576,28.7489,28.9822,29.0517,29.2036,29.4146,29.8043,30.375,31.1789,32.1793,33.3625,34.5476,35.4949,36.1695],[22.3605,22.3602,22.3598,22.3594,22.3591,22.7927,23.1323,23.4328,23.5612,23.7802,25.0298,25.9838,25.9292,25.5321,24.9939,24.3028,23.6559,23.1116,22.651,22.457,22.4833,24.4986,27.5707,28.7423,28.9763,29.0457,29.1957,29.4073,29.8036,30.3837,31.1824,32.1874,33.3702,34.5659,35.5256,36.1729],[22.3566,22.3563,22.3559,22.3555,22.3552,22.8133,23.1538,23.4444,23.5605,23.8217,25.0683,25.9991,25.9309,25.5374,25.0034,24.3077,23.6617,23.1175,22.6543,22.4569,22.4835,24.4948,27.5649,28.7409,28.9728,29.0416,29.1947,29.4055,29.7965,30.3752,31.1794,32.1701,33.3795,34.5663,35.519,36.2137]],"t_unix":1786326400.5493653,"uid":"p00321","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.207821,24.656841,25.758093]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.07272916666666666,"blue":0.0,"green":0.4563046875,"red":0.3536432291666667,"white":0.11732291666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (96, 82, 75) atkinson_oklab_hue_aware","median_raw":[9.097489,9.799086,7.078085],"median_spectrum_pct":[5.62991,5.62832,5.62649,5.62439,5.62182,5.59903,5.60995,5.64397,5.54749,5.75773,8.30377,12.1412,13.0994,12.5715,11.4792,10.2448,9.1885,8.38222,7.80159,7.48673,7.47249,9.01307,11.3711,12.3054,12.5694,12.7846,13.1536,13.7286,14.628,15.9319,17.7205,20.0245,22.7795,25.6564,28.2337,30.2759],"phase":"skin","raster_sha1":"8aee450d33daa686","raw":[[9.089842,9.79014,7.068707],[9.097489,9.799086,7.078085],[9.104163,9.805641,7.089885]],"rgb":[96,82,75],"session":11,"source":"pipeline","spectrum_pct":[[5.63007,5.62849,5.62668,5.62459,5.62203,5.58831,5.59753,5.63381,5.53033,5.75234,8.30377,12.139,13.0835,12.5561,11.4677,10.2355,9.17759,8.37294,7.79388,7.48,7.46625,9.00703,11.3652,12.2978,12.5556,12.7721,13.1465,13.7269,14.625,15.9255,17.7155,20.0207,22.7685,25.6454,28.2153,30.2759],[5.61893,5.61733,5.6155,5.61339,5.61083,5.59903,5.60995,5.64397,5.54749,5.75773,8.30306,12.1412,13.1023,12.5715,11.4792,10.2448,9.1885,8.38222,7.80159,7.48673,7.47249,9.01307,11.3711,12.3054,12.5694,12.7846,13.1536,13.7286,14.628,15.9319,17.7205,20.0245,22.7795,25.66,28.2456,30.2757],[5.62991,5.62832,5.62649,5.62439,5.62182,5.60113,5.61489,5.6505,5.55318,5.76732,8.36618,12.1492,13.0994,12.58,11.4857,10.2508,9.19339,8.38718,7.80682,7.49045,7.47844,9.01933,11.3774,12.3104,12.5748,12.7929,13.1656,13.7427,14.6463,15.939,17.7354,20.0255,22.7851,25.6564,28.2337,30.3092]],"t_unix":1786326448.4492426,"uid":"p00442","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.097489,9.799086,7.078085]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.16421875,"blue":0.0,"green":2.6041666666666666e-06,"red":0.6759114583333333,"white":0.1598671875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (101, 59, 43) fs_cam16ucs_hue_aware","median_raw":[8.994869,6.896011,5.122763],"median_spectrum_pct":[4.60432,4.60357,4.60271,4.60173,4.60059,4.66499,4.69878,4.7053,4.6367,4.54998,4.84142,5.08397,5.1088,5.00015,4.8342,4.62342,4.4792,4.43331,4.45791,4.59381,5.07223,8.42944,13.7565,15.9754,16.3249,16.3042,16.3748,16.634,17.2178,18.2259,19.7115,21.6943,24.1094,26.6516,28.9013,30.6081],"phase":"skin","raster_sha1":"7544f70f7e00a397","raw":[[8.991129,6.893768,5.126361],[8.994869,6.896011,5.122763],[9.001022,6.898637,5.121178]],"rgb":[101,59,43],"session":11,"source":"pipeline","spectrum_pct":[[4.60432,4.60357,4.60271,4.60173,4.60059,4.66131,4.69161,4.70107,4.6367,4.5937,4.85083,5.08043,5.10304,4.9995,4.83197,4.62148,4.4792,4.43412,4.45951,4.59642,5.0717,8.42334,13.7455,15.9634,16.3155,16.2957,16.3613,16.6205,17.2099,18.221,19.7077,21.674,24.0981,26.6514,28.8824,30.602],[4.60407,4.60332,4.60246,4.60147,4.60033,4.66499,4.69878,4.70561,4.63988,4.5396,4.84142,5.1129,5.1088,5.00015,4.8342,4.62342,4.47593,4.43331,4.45791,4.59381,5.07223,8.42944,13.7565,15.9754,16.3249,16.3042,16.3748,16.634,17.2178,18.2259,19.7115,21.6943,24.1094,26.6516,28.9013,30.6081],[4.60638,4.60563,4.60477,4.60378,4.60264,4.66913,4.69967,4.7053,4.63403,4.54998,4.82526,5.08397,5.11178,5.00031,4.83436,4.62461,4.47954,4.4326,4.45769,4.59139,5.07334,8.43603,13.7687,15.9914,16.3421,16.319,16.3922,16.6419,17.2347,18.2453,19.7332,21.7076,24.1101,26.6517,28.9055,30.6211]],"t_unix":1786326495.5617514,"uid":"p00275","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.994869,6.896011,5.122763]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":11,"source":"bayer","t_unix":1786326540.7347958,"uid":"p01326","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":11,"source":"bayer","t_unix":1786326540.7368917,"uid":"p01327","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":11,"source":"bayer","t_unix":1786326540.7390006,"uid":"p01328","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","duplicate_of":"p00413","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.03865625,"white":0.9254322916666666,"yellow":0.03591145833333333},"ink_index":null,"is_control":false,"label":"skin (231, 192, 167) fs_cam16ucs_hue_aware","median_spectrum_pct":[33.2077,33.2073,33.2068,33.2063,33.2065,34.2075,34.8085,35.1547,35.2415,35.5289,37.0827,38.7385,39.0534,38.8457,38.2982,37.4082,36.526,35.7451,35.0455,34.6763,34.2543,34.3648,34.6553,34.6275,34.5735,34.5767,34.6882,34.7851,34.9593,35.1833,35.5349,36.0089,36.6654,37.3106,37.7889,38.1556],"phase":"skin","raster_sha1":"4bd859c2c4fdbeab","rgb":[231,192,167],"session":11,"source":"pipeline","t_unix":1786326542.5300422,"uid":"p00515","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.152205,35.928051,38.566904]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (247, 221, 203) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[247,221,203],"session":11,"source":"pipeline","t_unix":1786326544.9973743,"uid":"p00534","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0008932291666666666,"blue":0.0,"green":0.0,"red":0.530046875,"white":0.46905989583333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (147, 105, 78) atkinson_oklab_hue_aware","median_raw":[17.31509,16.061701,14.896504],"median_spectrum_pct":[13.0234,13.0225,13.0216,13.0205,13.0193,13.2121,13.368,13.5373,13.5672,13.6329,14.4208,15.1475,15.2293,15.0237,14.6858,14.2539,13.8915,13.6477,13.4855,13.5148,13.8824,17.1854,22.3256,24.4287,24.7992,24.8202,24.9016,25.0997,25.5735,26.3118,27.3516,28.686,30.3034,31.8943,33.2617,34.2685],"phase":"skin","raster_sha1":"b73d241bc9ea323e","raw":[[17.406311,16.149018,14.94599],[17.311853,16.059745,14.886513],[17.31509,16.061701,14.896504]],"rgb":[147,105,78],"session":11,"source":"pipeline","spectrum_pct":[[13.0746,13.0737,13.0728,13.0716,13.0705,13.3302,13.4912,13.5841,13.5659,13.6329,14.4208,15.1902,15.2915,15.1037,14.7692,14.3392,13.971,13.7293,13.5664,13.5959,13.9665,17.2822,22.4516,24.5613,24.9245,24.9482,25.0285,25.231,25.6937,26.4178,27.4681,28.7972,30.4087,31.9989,33.3541,34.328],[13.0214,13.0205,13.0196,13.0185,13.0173,13.2044,13.3607,13.5323,13.5672,13.6296,14.4148,15.1375,15.222,15.0216,14.6821,14.2532,13.8897,13.6477,13.4855,13.5148,13.8824,17.1817,22.3226,24.4243,24.7934,24.8131,24.8949,25.0997,25.5708,26.3008,27.344,28.6725,30.2893,31.8822,33.2565,34.2379],[13.0234,13.0225,13.0216,13.0205,13.0193,13.2121,13.368,13.5373,13.5777,13.644,14.4373,15.1475,15.2293,15.0237,14.6858,14.2539,13.8915,13.6462,13.4833,13.5117,13.8804,17.1854,22.3256,24.4287,24.7992,24.8202,24.9016,25.0996,25.5735,26.3118,27.3516,28.686,30.3034,31.8943,33.2617,34.2685]],"t_unix":1786326547.6958952,"uid":"p00466","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.31509,16.061701,14.896504]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (226, 192, 181) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[226,192,181],"session":11,"source":"pipeline","t_unix":1786326595.41168,"uid":"p00508","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2003125,"white":0.7996875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (169, 152, 148) atkinson_oklab_hue_aware","median_raw":[27.124007,28.284824,30.648533],"median_spectrum_pct":[26.5488,26.5488,26.5488,26.5487,26.549,27.1149,27.5577,27.9769,28.1518,28.4011,29.5868,30.5379,30.3835,29.934,29.33,28.5325,27.8008,27.1662,26.6136,26.3411,26.2092,27.5761,29.6798,30.433,30.5723,30.6229,30.7592,30.9411,31.2751,31.7583,32.4192,33.2701,34.3003,35.3098,36.1241,36.6656],"phase":"skin","raster_sha1":"17e100c146b8c970","raw":[[27.138604,28.297199,30.648533],[27.124007,28.284824,30.633005],[27.115438,28.28216,30.651977]],"rgb":[169,152,148],"session":11,"source":"pipeline","spectrum_pct":[[26.5443,26.5443,26.5443,26.5442,26.5444,27.1016,27.5478,27.9752,28.1634,28.4341,29.631,30.5379,30.3835,29.934,29.33,28.5325,27.8021,27.1748,26.6287,26.3576,26.2268,27.5897,29.6951,30.4546,30.5947,30.6404,30.7775,30.9608,31.2858,31.7706,32.4411,33.2962,34.3377,35.311,36.1254,36.6656],[26.5488,26.5488,26.5488,26.5487,26.549,27.1149,27.5577,27.9769,28.1274,28.3752,29.5852,30.5317,30.3825,29.9311,29.3295,28.5278,27.7933,27.1662,26.6136,26.3411,26.2092,27.5761,29.6798,30.433,30.5723,30.6229,30.7592,30.9411,31.2751,31.7583,32.4192,33.2701,34.3003,35.2994,36.1059,36.6634],[26.5624,26.5624,26.5624,26.5623,26.5626,27.1337,27.5782,27.9884,28.1518,28.4011,29.5868,30.5416,30.4083,29.9448,29.3436,28.5422,27.8008,27.1635,26.6052,26.3299,26.2015,27.5587,29.6569,30.4078,30.546,30.6006,30.7351,30.9231,31.2586,31.7409,32.4045,33.2601,34.2922,35.3098,36.1241,36.6799]],"t_unix":1786326597.8366692,"uid":"p00325","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.124007,28.284824,30.648533]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.22629166666666667,"white":0.7737083333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (212, 131, 120) atkinson_oklab_hue_aware","median_raw":[26.284974,27.232577,29.239125],"median_spectrum_pct":[25.381,25.3809,25.3808,25.3806,25.3808,25.9202,26.3194,26.6785,26.8081,27.0284,28.2154,29.2199,29.1218,28.6807,28.081,27.3011,26.5857,25.978,25.4614,25.2193,25.132,26.6766,29.0729,29.9559,30.1242,30.1815,30.3238,30.5145,30.8635,31.3691,32.0693,32.9456,34.0488,35.1052,35.9469,36.5557],"phase":"skin","raster_sha1":"5a293ea8f4d46560","raw":[[26.295117,27.242742,29.239125],[26.284974,27.232577,29.235826],[26.274337,27.230495,29.246726]],"rgb":[212,131,120],"session":11,"source":"pipeline","spectrum_pct":[[25.377,25.3769,25.3768,25.3767,25.3768,25.9088,26.3049,26.6785,26.8195,27.0313,28.2495,29.2199,29.1218,28.6794,28.081,27.3011,26.5864,25.986,25.4748,25.235,25.1487,26.6917,29.0825,29.9689,30.1392,30.1944,30.3369,30.5279,30.8789,31.3834,32.088,32.9756,34.0547,35.08,35.9474,36.5636],[25.381,25.3809,25.3808,25.3806,25.3808,25.9202,26.3194,26.6756,26.8081,27.0284,28.2154,29.1951,29.1196,28.6807,28.0784,27.2987,26.5799,25.977,25.4614,25.2193,25.132,26.6766,29.0729,29.9559,30.1242,30.1815,30.3238,30.5145,30.8635,31.3691,32.0693,32.9456,34.0488,35.1052,35.9439,36.5467],[25.3954,25.3953,25.3952,25.3951,25.3953,25.9427,26.3393,26.6874,26.807,27.0228,28.2113,29.2266,29.1412,28.705,28.0975,27.3091,26.5857,25.978,25.4567,25.2126,25.1228,26.6591,29.0457,29.93,30.0978,30.1539,30.2956,30.4908,30.8393,31.3461,32.0542,32.9346,34.0361,35.1079,35.9469,36.5557]],"t_unix":1786326645.1780617,"uid":"p00382","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.284974,27.232577,29.239125]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.148546875,"white":0.8438203125,"yellow":0.0076328125},"ink_index":null,"is_control":false,"label":"skin (221, 174, 168) fs_cam16ucs_hue_aware","median_raw":[28.996443,30.659252,33.45563],"median_spectrum_pct":[28.9626,28.9626,28.9626,28.9626,28.9631,29.67,30.1675,30.5739,30.7122,30.9248,32.1748,33.2991,33.2719,32.8439,32.1976,31.3209,30.5021,29.8122,29.2035,28.8861,28.6489,29.5923,31.0983,31.603,31.684,31.7286,31.8629,32.0327,32.3252,32.741,33.3299,34.0715,34.973,35.8613,36.5591,37.0696],"phase":"skin","raster_sha1":"67157cea19d3bf50","raw":[[29.004158,30.661256,33.4554],[28.996443,30.659252,33.464716],[28.974081,30.640735,33.45563]],"rgb":[221,174,168],"session":11,"source":"pipeline","spectrum_pct":[[28.9536,28.9536,28.9536,28.9536,28.954,29.6543,30.146,30.5679,30.7249,30.9416,32.1748,33.308,33.2719,32.8339,32.1848,31.3141,30.5021,29.8122,29.2052,28.8913,28.6564,29.6081,31.1196,31.6214,31.7079,31.7456,31.8773,32.0487,32.3418,32.7542,33.3387,34.0776,35.0044,35.8758,36.5591,37.0696],[28.9665,28.9665,28.9665,28.9665,28.967,29.67,30.1675,30.5739,30.7122,30.9248,32.2472,33.2991,33.2729,32.8439,32.1976,31.3239,30.5069,29.8142,29.2035,28.8861,28.6489,29.5923,31.0983,31.603,31.684,31.7286,31.8629,32.0327,32.3252,32.741,33.3299,34.0715,34.9718,35.8613,36.5616,37.1449],[28.9626,28.9626,28.9626,28.9626,28.9631,29.6904,30.1876,30.5772,30.701,30.8919,32.159,33.2883,33.2646,32.8481,32.202,31.3209,30.4981,29.7957,29.1814,28.8607,28.6249,29.5699,31.0674,31.5659,31.646,31.691,31.8234,31.9975,32.2924,32.7043,33.2886,34.0359,34.973,35.8605,36.5408,37.0497]],"t_unix":1786326691.9775357,"uid":"p00503","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.996443,30.659252,33.45563]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.055739583333333335,"blue":0.0,"green":0.0,"red":0.5022083333333334,"white":0.4243177083333333,"yellow":0.017734375},"ink_index":null,"is_control":false,"label":"skin (144, 102, 65) atkinson_hue_aware","median_raw":[16.180212,15.11268,13.637264],"median_spectrum_pct":[11.8495,11.8485,11.8474,11.8461,11.8446,12.0733,12.2472,12.3636,12.3449,12.4033,13.2148,14.1963,14.383,14.2472,13.9607,13.5523,13.1804,12.9039,12.7068,12.694,13.0169,16.0869,20.8576,22.8161,23.1847,23.2433,23.3506,23.5954,24.117,24.9213,26.0558,27.5161,29.3012,31.0585,32.5995,33.7168],"phase":"skin","raster_sha1":"36b53d838e96315a","raw":[[16.180212,15.114079,13.637264],[16.178936,15.110755,13.634188],[16.182424,15.11268,13.642712]],"rgb":[144,102,65],"session":11,"source":"pipeline","spectrum_pct":[[11.8308,11.8298,11.8287,11.8273,11.8259,12.0635,12.2428,12.3636,12.3449,12.4037,13.2157,14.198,14.3885,14.2472,13.9607,13.5523,13.1845,12.9064,12.7098,12.7007,13.0216,16.0888,20.8576,22.8161,23.1819,23.2377,23.3458,23.593,24.1109,24.9137,26.055,27.5161,29.3012,31.0562,32.5908,33.706],[11.8495,11.8485,11.8474,11.8461,11.8446,12.0733,12.2472,12.3554,12.3384,12.3873,13.2148,14.1822,14.3725,14.2438,13.9592,13.5522,13.1804,12.9039,12.7068,12.694,13.0157,16.0863,20.8569,22.8135,23.1847,23.2433,23.3506,23.5954,24.117,24.9213,26.0558,27.5145,29.2838,31.0585,32.5995,33.7168],[11.8553,11.8544,11.8532,11.8519,11.8505,12.0825,12.256,12.366,12.345,12.4033,13.2009,14.1963,14.383,14.2528,13.9624,13.5532,13.1799,12.9032,12.7022,12.6914,13.0169,16.0869,20.8603,22.8204,23.1934,23.2498,23.3543,23.6003,24.1202,24.9218,26.0759,27.5528,29.312,31.0828,32.6077,33.7842]],"t_unix":1786326739.9199808,"uid":"p00309","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.180212,15.11268,13.637264]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.5560208333333333,"blue":0.0,"green":0.0,"red":0.30397395833333335,"white":0.14000260416666666,"yellow":2.6041666666666666e-06},"ink_index":null,"is_control":false,"label":"skin (90, 61, 38) atkinson_oklab_hue_aware","median_raw":[5.719312,4.91076,5.587073],"median_spectrum_pct":[5.23579,5.23613,5.23652,5.23697,5.23741,5.26419,5.25348,5.23227,5.11048,4.96768,5.04341,5.09581,4.95042,4.70066,4.39905,4.09947,3.87604,3.7524,3.68784,3.70326,3.86694,5.24011,7.29458,8.11029,8.30447,8.43813,8.70954,9.19103,10.0201,11.3012,13.2013,15.7415,18.8704,22.1788,25.2298,27.6598],"phase":"skin","raster_sha1":"e77b22e3258866ba","raw":[[5.719312,4.91076,5.587073],[5.722517,4.912945,5.592031],[5.698839,4.891954,5.585671]],"rgb":[90,61,38],"session":11,"source":"pipeline","spectrum_pct":[[5.23579,5.23613,5.23652,5.23697,5.23741,5.26419,5.25348,5.23227,5.10349,4.96768,5.04341,5.0859,4.94544,4.70066,4.39905,4.09947,3.87604,3.7524,3.68784,3.70517,3.87283,5.24155,7.29458,8.11029,8.30447,8.43813,8.70954,9.19103,10.0201,11.3012,13.2013,15.7466,18.877,22.1788,25.2338,27.7229],[5.24125,5.24159,5.24198,5.24242,5.24288,5.27708,5.26283,5.24119,5.11048,4.95823,5.02917,5.09581,4.95681,4.70737,4.4036,4.10344,3.87673,3.75279,3.68885,3.70326,3.86694,5.24011,7.29993,8.11671,8.31328,8.44789,8.71658,9.1977,10.036,11.3104,13.203,15.7415,18.8704,22.1953,25.2298,27.6598],[5.2319,5.23225,5.23266,5.23312,5.23355,5.23328,5.21937,5.22584,5.12267,5.00133,5.05633,5.09824,4.95042,4.68556,4.37849,4.08008,3.85809,3.73194,3.66977,3.68569,3.85105,5.21896,7.26561,8.07537,8.27255,8.41043,8.679,9.16184,9.99683,11.2771,13.1461,15.6846,18.8084,22.1311,25.199,27.6077]],"t_unix":1786326787.5607476,"uid":"p00265","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.719312,4.91076,5.587073]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.25320052083333333,"white":0.7467994791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (186, 158, 150) atkinson_hue_aware","median_raw":[25.54817,26.266633,27.850609],"median_spectrum_pct":[24.1502,24.15,24.1497,24.1494,24.1493,24.6445,25.0401,25.4077,25.5395,25.7985,26.8954,27.8604,27.7751,27.3863,26.8495,26.1331,25.4658,24.8896,24.3902,24.1693,24.1388,25.9153,28.6367,29.665,29.8572,29.9055,30.0427,30.2313,30.5825,31.0926,31.811,32.7013,33.8173,34.8926,35.7285,36.3176],"phase":"skin","raster_sha1":"0e6e4805ca3fda30","raw":[[25.556227,26.271004,27.847775],[25.547704,26.263083,27.850609],[25.54817,26.266633,27.876754]],"rgb":[186,158,150],"session":11,"source":"pipeline","spectrum_pct":[[24.1358,24.1356,24.1353,24.135,24.1348,24.6318,25.0298,25.3999,25.5344,25.7985,26.9298,27.8604,27.7714,27.3863,26.8469,26.1331,25.4657,24.8924,24.4008,24.183,24.1535,25.9282,28.6547,29.6821,29.8682,29.9159,30.052,30.2444,30.591,31.0995,31.817,32.7155,33.8236,34.8654,35.726,36.3176],[24.1502,24.15,24.1497,24.1494,24.1493,24.6445,25.0401,25.4077,25.5395,25.7939,26.8954,27.8511,27.7751,27.3846,26.8495,26.1305,25.4658,24.8871,24.3902,24.1693,24.1386,25.9153,28.6367,29.665,29.8572,29.9055,30.0427,30.2313,30.5825,31.0848,31.811,32.6978,33.8173,34.8926,35.7285,36.3044],[24.1723,24.172,24.1718,24.1715,24.1714,24.6672,25.0626,25.4175,25.5835,25.8263,26.8848,27.9111,27.8007,27.406,26.8601,26.1421,25.4707,24.8896,24.3864,24.1656,24.1388,25.9098,28.6227,29.6543,29.8497,29.8988,30.0358,30.2242,30.582,31.0926,31.8036,32.7013,33.8123,34.914,35.7434,36.3868]],"t_unix":1786326835.1126547,"uid":"p00348","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.54817,26.266633,27.850609]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (236, 197, 192) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[236,197,192],"session":11,"source":"pipeline","t_unix":1786326882.802582,"uid":"p00415","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.06853645833333333,"blue":0.0,"green":0.0,"red":0.60996875,"white":0.32149479166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (131, 84, 49) atkinson_oklab_hue_aware","median_raw":[13.031408,11.257232,9.628002],"median_spectrum_pct":[8.54633,8.54554,8.54462,8.54357,8.54234,8.63241,8.71519,8.78515,8.72337,8.6571,9.1937,9.85757,9.90089,9.73659,9.47782,9.1511,8.8863,8.73257,8.64395,8.71567,9.15265,12.5925,18.0422,20.3355,20.7504,20.7653,20.8552,21.106,21.6482,22.5275,23.8158,25.4588,27.4605,29.5102,31.2885,32.5681],"phase":"skin","raster_sha1":"2ed43352c264206e","raw":[[13.031408,11.257232,9.628002],[13.02978,11.25254,9.625623],[13.037518,11.258135,9.644289]],"rgb":[131,84,49],"session":11,"source":"pipeline","spectrum_pct":[[8.53274,8.53194,8.53102,8.52996,8.52872,8.63132,8.7114,8.78515,8.73287,8.64029,9.19177,9.86289,9.92,9.7405,9.47782,9.15163,8.8863,8.73477,8.65309,8.72304,9.15762,12.5925,18.0422,20.3331,20.7469,20.7617,20.8506,21.105,21.6482,22.5275,23.8158,25.4563,27.4622,29.5204,31.2885,32.5709],[8.54821,8.54742,8.54652,8.54548,8.54424,8.63241,8.71519,8.78332,8.71277,8.6571,9.1937,9.81857,9.89872,9.73397,9.47554,9.14948,8.88467,8.73202,8.64351,8.71567,9.15265,12.5904,18.0377,20.3355,20.7504,20.7653,20.8552,21.106,21.6446,22.5235,23.8128,25.4588,27.4435,29.5102,31.2899,32.5507],[8.54633,8.54554,8.54462,8.54357,8.54234,8.64403,8.72185,8.78935,8.72337,8.71659,9.22452,9.85757,9.90089,9.73659,9.4783,9.1511,8.8917,8.73257,8.64395,8.71438,9.15187,12.5969,18.0502,20.3451,20.7609,20.7772,20.8645,21.1141,21.6625,22.5453,23.8274,25.4805,27.4605,29.4935,31.2822,32.5681]],"t_unix":1786326885.329998,"uid":"p00457","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.031408,11.257232,9.628002]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.07105208333333334,"white":0.9272239583333334,"yellow":0.0017239583333333334},"ink_index":null,"is_control":false,"label":"skin (214, 187, 183) fs_cam16ucs_hue_aware","median_raw":[31.760537,34.048876,38.238708],"median_spectrum_pct":[33.0793,33.0797,33.0801,33.0806,33.0818,33.925,34.5263,35.0109,35.2,35.4782,36.7596,37.6148,37.4024,36.8956,36.1813,35.2365,34.3532,33.5888,32.9051,32.5164,32.1288,32.4546,33.0677,33.1961,33.1984,33.2167,33.3214,33.449,33.6725,33.9773,34.4428,35.0353,35.812,36.5652,37.104,37.4913],"phase":"skin","raster_sha1":"cf8d1af74e019951","raw":[[31.777478,34.06138,38.241582],[31.760537,34.048876,38.237296],[31.743484,34.032789,38.238708]],"rgb":[214,187,183],"session":11,"source":"pipeline","spectrum_pct":[[33.0889,33.0893,33.0898,33.0903,33.0914,33.905,34.5078,35.005,35.2077,35.491,36.8236,37.6215,37.4082,36.8923,36.1805,35.2427,34.3628,33.6007,32.911,32.5244,32.1387,32.4773,33.1018,33.2308,33.2275,33.2448,33.3528,33.4867,33.71,34.0117,34.4665,35.0714,35.8439,36.5888,37.1613,37.5099],[33.0793,33.0797,33.0801,33.0806,33.0818,33.925,34.5263,35.0156,35.2,35.4682,36.7551,37.6148,37.4024,36.8996,36.1894,35.2365,34.3532,33.5888,32.9051,32.5164,32.1288,32.4546,33.0677,33.1961,33.1984,33.2167,33.3214,33.449,33.6725,33.9773,34.4428,35.0353,35.8114,36.5652,37.104,37.4913],[33.0787,33.0791,33.0795,33.08,33.0812,33.9367,34.5399,35.0109,35.1988,35.4782,36.7596,37.5624,37.3966,36.8956,36.1813,35.2333,34.3461,33.5768,32.8857,32.4926,32.1041,32.4332,33.044,33.1667,33.1659,33.1889,33.2978,33.4235,33.655,33.9684,34.4148,35.0073,35.812,36.5408,37.0822,37.4791]],"t_unix":1786326932.411479,"uid":"p00500","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.760537,34.048876,38.238708]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.7153203125,"white":0.2846796875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (147, 75, 69) atkinson_oklab_hue_aware","median_raw":[13.112648,10.854667,8.381171],"median_spectrum_pct":[7.40722,7.40611,7.40483,7.40336,7.40165,7.48767,7.5482,7.58603,7.53285,7.54371,8.10737,8.68782,8.81126,8.70959,8.50583,8.23301,8.02289,7.93172,7.91479,8.04478,8.58028,12.5842,19.0489,21.8255,22.2929,22.2502,22.2504,22.4148,22.8808,23.6575,24.8425,26.3783,28.2311,30.1394,31.7719,32.9865],"phase":"skin","raster_sha1":"1c38d1a76a1aad75","raw":[[13.112648,10.854667,8.381171],[13.109435,10.848804,8.355763],[13.124242,10.857978,8.384115]],"rgb":[147,75,69],"session":11,"source":"pipeline","spectrum_pct":[[7.40684,7.40572,7.40445,7.40297,7.40125,7.48467,7.54739,7.58603,7.53285,7.54371,8.13881,8.7356,8.81126,8.70975,8.50583,8.23854,8.02823,7.93297,7.91912,8.0483,8.58217,12.5804,19.0446,21.8225,22.2865,22.2493,22.2385,22.4064,22.8808,23.6575,24.8425,26.3832,28.2311,30.1123,31.7719,32.9865],[7.40722,7.40611,7.40483,7.40336,7.40165,7.48767,7.5482,7.58261,7.5122,7.46846,8.04769,8.68283,8.81026,8.70421,8.50488,8.2314,8.02289,7.92919,7.91118,8.0424,8.57869,12.5842,19.0489,21.8255,22.2929,22.2502,22.2504,22.4148,22.8728,23.6572,24.8175,26.3442,28.2183,30.1394,31.7667,32.9181],[7.41962,7.41851,7.41723,7.41577,7.41406,7.49679,7.55631,7.58987,7.53377,7.56262,8.10737,8.68782,8.82829,8.70959,8.50848,8.23301,8.02274,7.93172,7.91479,8.04478,8.58028,12.5964,19.0686,21.8454,22.3166,22.2782,22.2741,22.4356,22.9064,23.686,24.8547,26.3783,28.2648,30.1909,31.8175,33.038]],"t_unix":1786326980.0902193,"uid":"p00463","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.112648,10.854667,8.381171]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3317578125,"white":0.6682421875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (228, 148, 149) atkinson_hue_aware","median_raw":[22.933163,23.054797,23.303098],"median_spectrum_pct":[20.2859,20.2853,20.2847,20.2839,20.2833,20.7042,20.9755,21.148,21.1607,21.3765,22.6966,23.8252,23.8676,23.5414,23.0535,22.4205,21.8182,21.3125,20.8834,20.7237,20.8389,23.2073,26.771,28.1565,28.4343,28.5213,28.6858,28.917,29.3466,29.963,30.8144,31.8755,33.1253,34.3474,35.3512,36.0133],"phase":"skin","raster_sha1":"868ab5886201f5de","raw":[[22.935214,23.058187,23.301955],[22.926862,23.046018,23.303098],[22.933163,23.054797,23.331656]],"rgb":[228,148,149],"session":11,"source":"pipeline","spectrum_pct":[[20.279,20.2785,20.2778,20.2771,20.2764,20.6912,20.9645,21.1442,21.1494,21.3442,22.6966,23.8252,23.8676,23.5414,23.0535,22.4219,21.8242,21.3185,20.8963,20.7354,20.8516,23.2169,26.7818,28.1581,28.4355,28.5295,28.6944,28.9277,29.3583,29.9687,30.8177,31.8755,33.1253,34.3529,35.3512,36.0133],[20.2859,20.2853,20.2847,20.2839,20.2833,20.7042,20.9755,21.148,21.1607,21.3765,22.6113,23.7821,23.8546,23.5379,23.0439,22.4103,21.8132,21.309,20.8834,20.7237,20.8389,23.2073,26.7673,28.1514,28.4276,28.5099,28.6761,28.9119,29.3406,29.952,30.7997,31.8613,33.1078,34.2963,35.2671,35.9567],[20.3093,20.3087,20.3081,20.3074,20.3067,20.7252,20.9946,21.1559,21.1634,21.4033,22.7316,23.8418,23.8907,23.5623,23.0545,22.4205,21.8182,21.3125,20.8833,20.7192,20.8372,23.2034,26.771,28.1565,28.4343,28.5213,28.6858,28.917,29.3466,29.963,30.8144,31.8768,33.1328,34.3474,35.3659,36.0314]],"t_unix":1786327027.6781964,"uid":"p00510","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.933163,23.054797,23.303098]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.5027447916666666,"blue":0.0,"green":0.16938802083333335,"red":0.3278671875,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (58, 45, 39) atkinson_oklab_hue_aware","median_raw":[4.056977,3.44262,2.672084],"median_spectrum_pct":[2.41833,2.41801,2.41764,2.41722,2.41661,2.3707,2.32206,2.2852,2.17622,2.13188,2.80319,3.78743,3.94048,3.68676,3.26678,2.83348,2.48251,2.24782,2.10645,2.06983,2.24003,3.68229,5.78934,6.60395,6.82263,7.00927,7.34665,7.90396,8.81598,10.2105,12.209,14.8463,18.1067,21.5575,24.701,27.2506],"phase":"skin","raster_sha1":"80302f926c69a412","raw":[[4.048793,3.435284,2.662159],[4.056977,3.44262,2.672084],[4.06108,3.447687,2.680401]],"rgb":[58,45,39],"session":11,"source":"pipeline","spectrum_pct":[[2.40269,2.40237,2.40199,2.40156,2.40095,2.3546,2.30933,2.27198,2.17335,2.13188,2.80319,3.7757,3.92488,3.67106,3.26098,2.8291,2.47589,2.24027,2.10079,2.06812,2.23257,3.67485,5.78051,6.59357,6.81359,6.99522,7.33158,7.89357,8.80394,10.1974,12.209,14.8454,18.1067,21.5647,24.701,27.2898],[2.41833,2.41801,2.41764,2.41722,2.41661,2.3707,2.32206,2.2852,2.17622,2.14503,2.78356,3.78743,3.94048,3.68676,3.26678,2.83348,2.48251,2.24782,2.10645,2.06983,2.24013,3.68229,5.78934,6.60395,6.82263,7.00927,7.34899,7.90396,8.81598,10.2105,12.1995,14.8463,18.0799,21.5575,24.6707,27.2496],[2.42881,2.42849,2.42813,2.42771,2.42711,2.37935,2.33146,2.29264,2.18862,2.11163,2.82996,3.81258,3.95036,3.69416,3.27216,2.84049,2.48644,2.25064,2.10851,2.07372,2.24003,3.68746,5.79453,6.60914,6.82712,7.01359,7.34665,7.90718,8.82153,10.2143,12.2177,14.8655,18.1084,21.5407,24.7014,27.2506]],"t_unix":1786327075.042401,"uid":"p00241","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.056977,3.44262,2.672084]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.38797916666666665,"blue":0.0,"green":0.00041927083333333334,"red":0.5207760416666667,"white":0.09076302083333333,"yellow":6.25e-05},"ink_index":null,"is_control":false,"label":"skin (80, 48, 35) fs_cam16ucs_hue_aware","median_raw":[6.162249,4.608179,3.728597],"median_spectrum_pct":[3.50192,3.50163,3.5013,3.50093,3.50041,3.49339,3.4767,3.47732,3.38749,3.2952,3.38225,3.50277,3.48719,3.36535,3.17289,2.98219,2.85623,2.81743,2.84208,2.94759,3.29821,5.68134,9.35219,10.8321,11.0971,11.1709,11.3492,11.7316,12.4642,13.6314,15.3752,17.7077,20.5954,23.6439,26.4003,28.6036],"phase":"skin","raster_sha1":"fe03020451005118","raw":[[6.156261,4.60493,3.728597],[6.163235,4.611591,3.741967],[6.162249,4.608179,3.725017]],"rgb":[80,48,35],"session":11,"source":"pipeline","spectrum_pct":[[3.50178,3.5015,3.50118,3.5008,3.50028,3.48446,3.47023,3.47249,3.37887,3.2952,3.3892,3.50277,3.47619,3.35833,3.17289,2.97877,2.84992,2.81778,2.84208,2.94664,3.29821,5.67716,9.34524,10.8253,11.0895,11.1556,11.3374,11.717,12.4509,13.617,15.3644,17.7065,20.5954,23.6308,26.4002,28.6036],[3.51664,3.51637,3.51606,3.51569,3.51517,3.49339,3.4767,3.48,3.40144,3.3102,3.38225,3.54207,3.50061,3.36804,3.18053,2.98491,2.85623,2.81743,2.84492,2.95077,3.29785,5.68134,9.35379,10.8321,11.0971,11.1709,11.3492,11.7316,12.4642,13.6314,15.3752,17.7256,20.6243,23.6636,26.4286,28.6191],[3.50192,3.50163,3.5013,3.50093,3.50041,3.49444,3.47867,3.47732,3.38749,3.26885,3.32799,3.5018,3.48719,3.36535,3.1724,2.98219,2.8567,2.81667,2.84012,2.94759,3.29831,5.68647,9.35219,10.8339,11.1043,11.1785,11.3581,11.7392,12.468,13.6433,15.3799,17.7077,20.5864,23.6439,26.4003,28.5318]],"t_unix":1786327121.836735,"uid":"p00434","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.162249,4.608179,3.728597]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19127864583333334,"white":0.8087213541666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (181, 149, 130) atkinson_oklab_hue_aware","median_raw":[27.783641,29.066066,31.506589],"median_spectrum_pct":[27.3113,27.3112,27.3112,27.3112,27.3115,27.936,28.3835,28.7722,28.9259,29.1441,30.3967,31.367,31.2422,30.8133,30.2072,29.4055,28.6556,28.0073,27.4494,27.1746,27.0267,28.303,30.2747,30.9618,31.0844,31.1319,31.2599,31.4297,31.7457,32.1864,32.8326,33.6304,34.6282,35.575,36.3091,36.917],"phase":"skin","raster_sha1":"ea4ac712fabde970","raw":[[27.794189,29.075714,31.506589],[27.783641,29.065309,31.49527],[27.776835,29.066066,31.530583]],"rgb":[181,149,130],"session":11,"source":"pipeline","spectrum_pct":[[27.3113,27.3112,27.3112,27.3112,27.3115,27.9342,28.3708,28.7656,28.9259,29.152,30.3967,31.367,31.2422,30.8133,30.2072,29.4055,28.6564,28.0165,27.4565,27.188,27.0355,28.3153,30.2854,30.976,31.0957,31.1441,31.2812,31.4551,31.7671,32.2025,32.8348,33.6304,34.6282,35.5687,36.3173,36.8758],[27.3024,27.3023,27.3023,27.3022,27.3025,27.936,28.3835,28.7722,28.9038,29.1155,30.3623,31.3333,31.2391,30.8056,30.201,29.4005,28.6493,28.0073,27.4494,27.1746,27.0267,28.303,30.2747,30.9618,31.0844,31.1319,31.2599,31.4297,31.7457,32.1864,32.8326,33.6355,34.6208,35.575,36.2728,36.9202],[27.3678,27.3678,27.3678,27.3679,27.3682,27.976,28.4077,28.7926,28.9324,29.1441,30.4079,31.375,31.2709,30.8411,30.2277,29.4135,28.6556,28.0073,27.4453,27.1653,27.0159,28.2823,30.2437,30.9393,31.0588,31.1003,31.2383,31.4124,31.7257,32.1669,32.8187,33.6242,34.644,35.5888,36.3091,36.917]],"t_unix":1786327169.2489717,"uid":"p00343","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.783641,29.066066,31.506589]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.040940104166666665,"blue":0.0076380208333333335,"green":0.23600260416666666,"red":0.4882265625,"white":0.22405729166666666,"yellow":0.0031354166666666666},"ink_index":null,"is_control":false,"label":"skin (104, 83, 76) fs_cam16ucs_hue_aware","median_raw":[11.940624,11.711028,8.57006],"median_spectrum_pct":[7.08597,7.08427,7.08233,7.08009,7.07742,7.11472,7.16192,7.20204,7.16129,7.37202,9.35412,12.1395,12.8662,12.5961,11.9278,11.1091,10.3755,9.80219,9.38682,9.21364,9.40374,11.9153,15.764,17.3363,17.6938,17.8601,18.1439,18.6029,19.3501,20.4619,21.985,23.9094,26.1803,28.5419,30.5809,32.1193],"phase":"skin","raster_sha1":"756633f3360fa841","raw":[[11.937699,11.708142,8.57006],[11.940624,11.711028,8.569782],[11.945476,11.713626,8.573004]],"rgb":[104,83,76],"session":11,"source":"pipeline","spectrum_pct":[[7.07724,7.07554,7.07359,7.07134,7.06868,7.11126,7.15725,7.20175,7.16129,7.37476,9.35412,12.1395,12.8575,12.5968,11.9266,11.102,10.3693,9.80034,9.38682,9.21364,9.40374,11.9133,15.7635,17.3305,17.68,17.8499,18.1385,18.5876,19.3501,20.4543,21.971,23.8877,26.1727,28.5419,30.5941,32.1193],[7.09496,7.09327,7.09134,7.08911,7.08645,7.11548,7.16192,7.20204,7.15804,7.34611,9.35723,12.1604,12.8662,12.596,11.9278,11.1091,10.3755,9.80238,9.38578,9.21123,9.40303,11.9153,15.764,17.3363,17.6938,17.8601,18.1439,18.6029,19.348,20.4619,21.985,23.9157,26.1803,28.5653,30.5809,32.1284],[7.08597,7.08427,7.08233,7.08009,7.07742,7.11472,7.16692,7.20713,7.16777,7.37202,9.34141,12.12,12.8675,12.5961,11.9327,11.111,10.3772,9.80219,9.38917,9.21406,9.40735,11.9215,15.7749,17.3445,17.6968,17.8658,18.1534,18.6042,19.3593,20.4631,21.9958,23.9094,26.1812,28.538,30.5676,32.1109]],"t_unix":1786327216.0543404,"uid":"p00281","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.940624,11.711028,8.57006]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.16605729166666666,"white":0.8339166666666666,"yellow":2.604166666666667e-05},"ink_index":null,"is_control":false,"label":"skin (176, 159, 146) atkinson_hue_aware","median_raw":[28.480826,29.952502,32.725919],"median_spectrum_pct":[28.3497,28.3498,28.3498,28.3498,28.3504,29.043,29.5272,29.8753,29.9986,30.2953,31.5422,32.5143,32.3768,31.9421,31.2988,30.4569,29.6708,29.0022,28.406,28.1061,27.9167,29.0283,30.7409,31.3224,31.4236,31.4643,31.5997,31.7745,32.0915,32.5222,33.1391,33.919,34.8811,35.8178,36.5551,37.0944],"phase":"skin","raster_sha1":"b8d2c7fb2690add4","raw":[[28.498941,29.96827,32.744359],[28.480826,29.952502,32.725919],[28.305331,29.781758,32.667136]],"rgb":[176,159,146],"session":11,"source":"pipeline","spectrum_pct":[[28.35,28.3501,28.3501,28.3501,28.3506,29.043,29.5272,29.8753,30.0333,30.3833,31.5892,32.5366,32.3834,31.9426,31.3059,30.4601,29.6819,29.0132,28.4222,28.1242,27.936,29.0498,30.7683,31.343,31.4478,31.493,31.624,31.7987,32.1085,32.5386,33.1475,33.9434,34.8998,35.8441,36.6087,37.1208],[28.3497,28.3498,28.3498,28.3498,28.3504,29.0626,29.5408,29.8824,29.9986,30.2953,31.5422,32.5143,32.3768,31.9421,31.2988,30.4569,29.6708,29.0022,28.406,28.1061,27.9167,29.0283,30.7409,31.3224,31.4236,31.4643,31.5997,31.7745,32.0915,32.5222,33.1391,33.919,34.8811,35.8178,36.5551,37.0944],[28.2798,28.2798,28.2799,28.28,28.2806,29.0302,29.5134,29.8298,29.9476,30.2551,31.4354,32.4295,32.2989,31.8502,31.1925,30.3331,29.528,28.8263,28.2128,27.8968,27.7041,28.8129,30.5076,31.0738,31.1782,31.2278,31.3635,31.5446,31.855,32.2993,32.9358,33.7412,34.7003,35.6612,36.3934,36.9789]],"t_unix":1786327263.4186544,"uid":"p00330","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.480826,29.952502,32.725919]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0010442708333333332,"red":0.66609375,"white":0.33286197916666665,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (133, 93, 91) atkinson_oklab_hue_aware","median_raw":[13.925118,11.857328,9.509756],"median_spectrum_pct":[8.3864,8.38532,8.38408,8.38265,8.38091,8.43536,8.49479,8.57669,8.59106,8.63078,9.23965,9.98431,10.0852,9.94633,9.70551,9.39567,9.14629,9.0063,8.94641,9.05216,9.56367,13.4738,19.7206,22.3813,22.8585,22.8689,22.9113,23.1108,23.6,24.4017,25.5638,27.0616,28.8594,30.6707,32.2472,33.4301],"phase":"skin","raster_sha1":"c587f8e268f343c2","raw":[[13.925118,11.859558,9.508998],[13.924956,11.857296,9.509756],[13.927224,11.857328,9.511197]],"rgb":[133,93,91],"session":11,"source":"pipeline","spectrum_pct":[[8.39495,8.39387,8.39264,8.39122,8.38948,8.43739,8.49475,8.58055,8.58863,8.63437,9.21013,9.98431,10.0852,9.94648,9.71139,9.40093,9.15117,9.01399,8.95279,9.05625,9.56759,13.4738,19.7168,22.3754,22.8521,22.8641,22.91,23.1093,23.5917,24.3998,25.5699,27.0624,28.8627,30.6928,32.2717,33.4468],[8.3864,8.38532,8.38408,8.38265,8.38091,8.43411,8.49479,8.57249,8.59106,8.63078,9.25259,9.97851,10.0882,9.94633,9.70551,9.39435,9.14629,9.0063,8.94641,9.05216,9.56248,13.4728,19.7206,22.3813,22.8585,22.8689,22.9116,23.1108,23.6,24.4017,25.5638,27.0616,28.8594,30.6693,32.2472,33.4301],[8.37189,8.3708,8.36954,8.36809,8.36635,8.43536,8.50038,8.57669,8.60628,8.62189,9.23965,9.98813,10.0834,9.94596,9.70084,9.39567,9.14548,9.00451,8.94231,9.04851,9.56367,13.4757,19.7259,22.3869,22.8697,22.8736,22.9113,23.1122,23.6147,24.4083,25.5598,27.0474,28.8427,30.6707,32.2418,33.405]],"t_unix":1786327361.062935,"uid":"p00460","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.925118,11.857328,9.509756]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.1577109375,"blue":0.0,"green":0.0,"red":0.4447890625,"white":0.38393229166666665,"yellow":0.013567708333333333},"ink_index":null,"is_control":false,"label":"skin (135, 96, 64) atkinson_hue_aware","median_raw":[13.882798,12.947896,12.453306],"median_spectrum_pct":[10.9737,10.9732,10.9727,10.9721,10.9714,11.0984,11.2222,11.3192,11.3277,11.3946,12.0278,12.6147,12.625,12.3943,12.0591,11.6459,11.2859,11.0251,10.8401,10.8246,11.0989,13.6781,17.6319,19.2126,19.5027,19.587,19.7566,20.0773,20.6877,21.6267,22.9803,24.74,26.8542,29.0709,30.9448,32.4264],"phase":"skin","raster_sha1":"5166337cfe51e249","raw":[[13.882798,12.948491,12.453306],[13.883877,12.947896,12.45821],[13.876022,12.939425,12.436127]],"rgb":[135,96,64],"session":11,"source":"pipeline","spectrum_pct":[[10.9737,10.9732,10.9727,10.9721,10.9714,11.095,11.2114,11.3164,11.3306,11.3946,12.0528,12.6147,12.625,12.4015,12.0667,11.6459,11.2865,11.0251,10.8425,10.8261,11.1021,13.6781,17.6341,19.2126,19.5027,19.587,19.7547,20.0802,20.6877,21.6212,22.9738,24.7251,26.8808,29.0709,30.9448,32.4571],[10.9851,10.9847,10.9842,10.9836,10.9829,11.105,11.2224,11.3192,11.3277,11.4081,12.0278,12.6391,12.6326,12.3943,12.0591,11.6459,11.2859,11.0257,10.8401,10.8246,11.0989,13.6805,17.6319,19.2132,19.5083,19.5889,19.7573,20.0773,20.6885,21.6321,22.9803,24.7436,26.8542,29.0784,30.9709,32.4264],[10.9571,10.9566,10.9561,10.9555,10.9548,11.0984,11.2222,11.3212,11.3148,11.3283,11.9864,12.6127,12.6109,12.3913,12.0579,11.6368,11.28,11.0187,10.8318,10.8161,11.0924,13.6706,17.6296,19.2102,19.5,19.5837,19.7566,20.0745,20.684,21.6267,22.9853,24.74,26.8529,29.0176,30.9367,32.4044]],"t_unix":1786327409.1850066,"uid":"p00297","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.882798,12.947896,12.453306]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.01885416666666667,"blue":0.0,"green":0.0006953125,"red":0.6079505208333333,"white":0.3724869791666667,"yellow":1.3020833333333334e-05},"ink_index":null,"is_control":false,"label":"skin (136, 95, 84) atkinson_oklab_hue_aware","median_raw":[14.737309,13.011584,11.342509],"median_spectrum_pct":[9.956,9.9551,9.95406,9.95286,9.95149,10.0857,10.2041,10.3016,10.3177,10.3295,10.9822,11.5926,11.6229,11.467,11.2117,10.8669,10.5856,10.409,10.3081,10.3787,10.8209,14.3832,20.0292,22.3901,22.8105,22.8115,22.8564,23.0687,23.5681,24.3659,25.5276,27.0398,28.8504,30.6875,32.2732,33.4698],"phase":"skin","raster_sha1":"09099cdea85f5839","raw":[[14.737104,13.012903,11.352303],[14.737309,13.010662,11.342509],[14.740818,13.011584,11.33997]],"rgb":[136,95,84],"session":11,"source":"pipeline","spectrum_pct":[[9.9578,9.9569,9.95587,9.95468,9.95329,10.0779,10.1973,10.2973,10.3224,10.3838,10.994,11.6128,11.6477,11.4733,11.2118,10.8656,10.5853,10.4077,10.3117,10.3827,10.8218,14.3798,20.0255,22.3895,22.8029,22.803,22.8544,23.0651,23.5622,24.3671,25.5276,27.0398,28.8504,30.6741,32.2443,33.483],[9.95573,9.95482,9.95379,9.95259,9.95121,10.0857,10.2041,10.3034,10.316,10.3223,10.9822,11.5926,11.6182,11.4639,11.2117,10.8669,10.5856,10.4095,10.3081,10.3787,10.8209,14.3832,20.0292,22.3901,22.8105,22.8115,22.8564,23.0687,23.5681,24.3561,25.5254,27.0349,28.8521,30.6875,32.2732,33.447],[9.956,9.9551,9.95406,9.95286,9.95149,10.0897,10.2096,10.3016,10.3177,10.3295,10.932,11.5785,11.6229,11.467,11.2104,10.8691,10.5866,10.409,10.3062,10.3767,10.8197,14.3844,20.0355,22.4041,22.8187,22.822,22.8735,23.0771,23.5762,24.3659,25.5309,27.0405,28.8462,30.7055,32.2743,33.4698]],"t_unix":1786327456.8672016,"uid":"p00301","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.737309,13.011584,11.342509]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.27954947916666667,"white":0.7204505208333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (230, 155, 147) atkinson_hue_aware","median_raw":[24.603885,25.103508,26.357801],"median_spectrum_pct":[22.9405,22.9402,22.9399,22.9396,22.9394,23.4226,23.7535,24.0022,24.077,24.2969,25.5022,26.426,26.3909,26.0209,25.4824,24.7839,24.1416,23.605,23.1515,22.9619,22.9824,24.9346,27.9094,29.0375,29.249,29.3092,29.4482,29.648,30.0292,30.5855,31.3589,32.3363,33.5102,34.6558,35.6214,36.313],"phase":"skin","raster_sha1":"33afe499bd928b2a","raw":[[24.610552,25.111359,26.349443],[24.603885,25.103508,26.357801],[24.599298,25.101024,26.362205]],"rgb":[230,155,147],"session":11,"source":"pipeline","spectrum_pct":[[22.9405,22.9402,22.9399,22.9396,22.9394,23.4049,23.74,23.9967,24.0598,24.2969,25.5151,26.4251,26.3909,26.0101,25.4824,24.7839,24.1475,23.6128,23.1623,22.9736,22.9947,24.9468,27.9233,29.0476,29.2601,29.3179,29.4553,29.6527,30.0393,30.5902,31.3733,32.3363,33.5079,34.6558,35.6214,36.3341],[22.9323,22.932,22.9317,22.9313,22.9312,23.4226,23.7535,24.0022,24.077,24.3063,25.5022,26.43,26.3869,26.0214,25.4791,24.7774,24.1382,23.6014,23.1515,22.9619,22.9824,24.9346,27.9094,29.0375,29.249,29.3092,29.4482,29.648,30.0292,30.5855,31.3572,32.3367,33.5285,34.655,35.6299,36.2812],[22.9593,22.9591,22.9588,22.9585,22.9584,23.4391,23.7683,24.0044,24.0864,24.2886,25.479,26.426,26.3954,26.0209,25.484,24.7842,24.1416,23.605,23.149,22.9573,22.9742,24.9256,27.8967,29.0253,29.2415,29.2978,29.4337,29.6336,30.0283,30.5816,31.3589,32.3235,33.5102,34.6829,35.6119,36.313]],"t_unix":1786327504.6566865,"uid":"p00408","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.603885,25.103508,26.357801]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4010234375,"white":0.5989765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (167, 132, 128) fs_cam16ucs_hue_aware","median_raw":[20.962316,20.605376,20.197501],"median_spectrum_pct":[17.5663,17.5655,17.5647,17.5637,17.5627,17.8951,18.1392,18.3078,18.3475,18.463,19.686,20.7753,20.854,20.582,20.1377,19.5675,19.0429,18.6087,18.2606,18.1592,18.3669,21.1033,25.2632,26.9218,27.2537,27.3404,27.5083,27.7449,28.2103,28.8728,29.8056,30.9614,32.3403,33.7141,34.7713,35.577],"phase":"skin","raster_sha1":"4ae8554f2e008b7f","raw":[[20.968133,20.613715,20.209946],[20.962316,20.605376,20.197451],[20.96172,20.604137,20.197501]],"rgb":[167,132,128],"session":11,"source":"pipeline","spectrum_pct":[[17.5663,17.5655,17.5647,17.5637,17.5627,17.8938,18.1334,18.3076,18.3653,18.5254,19.686,20.7951,20.8658,20.5883,20.1428,19.572,19.0522,18.6165,18.2697,18.1673,18.3739,21.1082,25.2671,26.9279,27.2538,27.3394,27.5106,27.7421,28.2103,28.8713,29.805,30.9614,32.3539,33.7141,34.7989,35.6125],[17.5598,17.5591,17.5582,17.5573,17.5563,17.8951,18.1392,18.3097,18.3475,18.463,19.6904,20.7753,20.8488,20.5751,20.1297,19.5675,19.0429,18.6087,18.2606,18.1592,18.3669,21.1033,25.2632,26.9194,27.2537,27.3404,27.5036,27.7449,28.2106,28.8728,29.8064,30.9725,32.3329,33.6892,34.7426,35.577],[17.5707,17.57,17.5691,17.5682,17.5672,17.9149,18.1517,18.3078,18.3456,18.4553,19.6551,20.7614,20.854,20.582,20.1377,19.5673,19.0427,18.6075,18.2561,18.1539,18.3633,21.0997,25.2623,26.9218,27.2502,27.3455,27.5083,27.7457,28.2022,28.8802,29.8056,30.9581,32.3403,33.7186,34.7713,35.5746]],"t_unix":1786327551.6457229,"uid":"p00470","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.962316,20.605376,20.197501]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":11,"source":"bayer","t_unix":1786327596.9414577,"uid":"p01329","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":11,"source":"bayer","t_unix":1786327596.943508,"uid":"p01330","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":11,"source":"bayer","t_unix":1786327596.94584,"uid":"p01331","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.15431510416666666,"white":0.8343229166666667,"yellow":0.011361979166666666},"ink_index":null,"is_control":false,"label":"skin (201, 173, 157) fs_cam16ucs_hue_aware","median_raw":[28.727437,30.365605,32.601447],"median_spectrum_pct":[28.2055,28.2054,28.2052,28.205,28.205,28.7477,29.1951,29.6653,29.8982,30.2434,31.6215,32.7871,32.7985,32.4033,31.7932,30.9577,30.1607,29.4875,28.9047,28.6115,28.3974,29.414,31.0147,31.5661,31.6655,31.7136,31.8519,32.0256,32.3246,32.7458,33.3382,34.0796,35.0258,35.909,36.636,37.1318],"phase":"skin","raster_sha1":"48de3bc615956c05","raw":[[28.881707,30.526036,32.701277],[28.727437,30.365605,32.601447],[28.703471,30.346593,32.595277]],"rgb":[201,173,157],"session":11,"source":"pipeline","spectrum_pct":[[28.2989,28.2987,28.2984,28.2982,28.2983,29.0037,29.4574,29.7609,29.881,30.2014,31.6176,32.8578,32.9362,32.5656,31.9647,31.1217,30.3254,29.6568,29.0674,28.7704,28.5577,29.5903,31.2089,31.7587,31.8527,31.9004,32.0368,32.2071,32.4924,32.8937,33.4898,34.2332,35.1601,36.0676,36.7501,37.2582],[28.1977,28.1975,28.1974,28.1972,28.1972,28.7459,29.1909,29.6653,29.9211,30.2445,31.641,32.7871,32.7958,32.402,31.7932,30.9577,30.1607,29.4875,28.9047,28.6115,28.3974,29.414,31.0147,31.5661,31.6655,31.7136,31.8519,32.0256,32.3246,32.7458,33.3382,34.0796,35.0258,35.909,36.636,37.1318],[28.2055,28.2054,28.2052,28.205,28.205,28.7477,29.1951,29.6593,29.8982,30.2434,31.6215,32.7796,32.7985,32.4033,31.786,30.9452,30.1457,29.4775,28.8868,28.5875,28.3741,29.3824,30.9781,31.5264,31.6271,31.6723,31.8111,31.9935,32.2895,32.703,33.2905,34.0468,34.9881,35.877,36.5943,37.1287]],"t_unix":1786327598.6986144,"uid":"p00494","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.727437,30.365605,32.601447]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (214, 187, 183) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[214,187,183],"session":11,"source":"pipeline","t_unix":1786327646.4555187,"uid":"p00499","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.449,"white":0.551,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (193, 124, 121) fs_cam16ucs_hue_aware","median_raw":[19.512067,18.802743,17.975635],"median_spectrum_pct":[15.652,15.6512,15.6503,15.6492,15.648,15.873,16.064,16.2607,16.3168,16.5047,17.5952,18.5944,18.6645,18.3905,17.981,17.4612,16.9955,16.6175,16.3297,16.2694,16.5447,19.5374,24.1268,25.9882,26.3522,26.4444,26.6018,26.8442,27.3255,28.033,29.0122,30.2266,31.7048,33.1399,34.339,35.2047],"phase":"skin","raster_sha1":"8c21916ba35b9104","raw":[[19.514352,18.808354,17.975635],[19.509016,18.800428,17.968811],[19.512067,18.802743,17.979354]],"rgb":[193,124,121],"session":11,"source":"pipeline","spectrum_pct":[[15.6502,15.6494,15.6485,15.6474,15.6462,15.8625,16.0605,16.2623,16.3166,16.5151,17.5952,18.5944,18.6655,18.3984,17.9848,17.4656,17.0004,16.6235,16.3391,16.2789,16.5523,19.538,24.1268,25.9906,26.3606,26.4444,26.5957,26.8442,27.3255,28.031,29.0054,30.2266,31.7048,33.1499,34.339,35.2047],[15.652,15.6512,15.6503,15.6492,15.648,15.873,16.064,16.2588,16.3168,16.4772,17.5791,18.5828,18.6485,18.3817,17.9802,17.4568,16.9955,16.6175,16.3297,16.2694,16.5446,19.5324,24.1228,25.9834,26.351,26.4412,26.6027,26.8391,27.3243,28.033,29.0122,30.2235,31.6936,33.114,34.2829,35.1779],[15.6566,15.6558,15.6549,15.6539,15.6527,15.879,16.0699,16.2607,16.3208,16.5047,17.6006,18.6028,18.6645,18.3905,17.981,17.4612,16.9921,16.6138,16.3255,16.266,16.5447,19.5374,24.1301,25.9882,26.3522,26.4462,26.6018,26.846,27.3265,28.0396,29.028,30.2485,31.719,33.1399,34.352,35.244]],"t_unix":1786327648.2622006,"uid":"p00362","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.512067,18.802743,17.975635]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.127515625,"white":0.872484375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (179, 161, 159) atkinson_oklab_hue_aware","median_raw":[29.702927,31.464137,34.84227],"median_spectrum_pct":[30.1517,30.1519,30.1521,30.1524,30.1531,30.8534,31.3789,31.843,32.0513,32.3636,33.6447,34.4608,34.254,33.7573,33.095,32.204,31.3819,30.6786,30.0543,29.726,29.4597,30.2732,31.5891,32.0165,32.0863,32.1325,32.2605,32.4222,32.7025,33.0947,33.6489,34.3534,35.2595,36.1217,36.7849,37.2654],"phase":"skin","raster_sha1":"5064373d99fcc57c","raw":[[29.70656,31.464137,34.829026],[29.702927,31.465882,34.84227],[29.683147,31.449394,34.846232]],"rgb":[179,161,159],"session":11,"source":"pipeline","spectrum_pct":[[30.1359,30.1361,30.1363,30.1366,30.1373,30.8172,31.3438,31.829,32.0553,32.3636,33.6462,34.4608,34.2449,33.749,33.0776,32.1965,31.3781,30.6786,30.0543,29.7292,29.4659,30.2838,31.6053,32.0312,32.1008,32.1489,32.274,32.4414,32.7193,33.0998,33.6805,34.3818,35.2691,36.1219,36.7944,37.2993],[30.1524,30.1526,30.1528,30.1531,30.1538,30.8534,31.3789,31.843,32.0513,32.3691,33.6379,34.4323,34.2611,33.7669,33.0972,32.2158,31.3904,30.6841,30.0572,29.726,29.4597,30.2732,31.5891,32.0165,32.0863,32.1325,32.2605,32.4222,32.7025,33.0947,33.6489,34.3534,35.2595,36.1217,36.7849,37.2654],[30.1517,30.1519,30.1521,30.1524,30.1531,30.8632,31.3891,31.8472,32.0492,32.3619,33.6447,34.4647,34.254,33.7573,33.095,32.204,31.3819,30.6717,30.0371,29.7031,29.4374,30.2488,31.5557,31.9781,32.0497,32.1019,32.232,32.3944,32.6685,33.0718,33.6224,34.3295,35.2314,36.12,36.7594,37.2434]],"t_unix":1786327695.805267,"uid":"p00475","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.702927,31.464137,34.84227]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.050703125,"white":0.9141666666666667,"yellow":0.035130208333333336},"ink_index":null,"is_control":false,"label":"skin (241, 190, 156) fs_cam16ucs_hue_aware","median_raw":[32.380746,34.908583,38.855862],"median_spectrum_pct":[33.5232,33.5234,33.5236,33.5239,33.5248,34.3947,35.0108,35.5097,35.7275,36.0717,37.4228,38.4763,38.3914,37.9361,37.2326,36.2696,35.3618,34.5768,33.8694,33.472,33.0341,33.1913,33.5925,33.6336,33.6183,33.6369,33.7547,33.8739,34.0806,34.3657,34.8086,35.3837,36.1218,36.8337,37.3673,37.7562],"phase":"skin","raster_sha1":"73b7c0cb587ce464","raw":[[32.40254,34.92406,38.865347],[32.380746,34.908583,38.855862],[32.361441,34.889809,38.838191]],"rgb":[241,190,156],"session":11,"source":"pipeline","spectrum_pct":[[33.5232,33.5234,33.5236,33.5239,33.5248,34.3911,35.0021,35.5153,35.7275,36.1306,37.4776,38.4848,38.3941,37.9361,37.2326,36.271,35.3689,34.5909,33.8868,33.4892,33.0561,33.2224,33.6276,33.6701,33.6537,33.6727,33.7798,33.9086,34.1175,34.4076,34.8402,35.4129,36.1768,36.8842,37.4484,37.8119],[33.5253,33.5255,33.5258,33.526,33.5269,34.3947,35.0108,35.5097,35.7437,36.0717,37.4228,38.4756,38.3914,37.9463,37.2456,36.2696,35.3618,34.5768,33.8694,33.472,33.0341,33.1913,33.5925,33.6336,33.6183,33.6369,33.7547,33.8739,34.0806,34.3657,34.8086,35.3837,36.1218,36.8337,37.3673,37.7494],[33.5134,33.5136,33.5138,33.514,33.515,34.4094,35.0205,35.5065,35.6957,36.0278,37.3828,38.4763,38.3773,37.9313,37.2307,36.2619,35.35,34.5569,33.8481,33.4464,33.0109,33.1738,33.5684,33.6104,33.5939,33.613,33.7292,33.853,34.0594,34.3501,34.7886,35.3815,36.1179,36.8,37.3255,37.7562]],"t_unix":1786327742.6685436,"uid":"p00530","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.380746,34.908583,38.855862]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.4162421875,"blue":0.0020729166666666665,"green":0.07173958333333333,"red":0.38238802083333334,"white":0.12033072916666666,"yellow":0.0072265625},"ink_index":null,"is_control":false,"label":"skin (78, 58, 47) fs_cam16ucs_hue_aware","median_raw":[6.348904,5.380982,5.618133],"median_spectrum_pct":[5.24259,5.24276,5.24295,5.24317,5.2433,5.23632,5.22309,5.21156,5.1326,5.0175,5.15003,5.26051,5.14635,4.9191,4.65027,4.36853,4.15902,4.04161,3.98538,4.01552,4.22975,5.90792,8.41634,9.39708,9.60831,9.73623,10.0083,10.4961,11.3125,12.5711,14.4032,16.8826,19.904,23.1102,26.0294,28.3435],"phase":"skin","raster_sha1":"057fe5444c78d3a0","raw":[[6.341305,5.37474,5.607631],[6.348904,5.380982,5.618133],[6.352529,5.382863,5.635987]],"rgb":[78,58,47],"session":11,"source":"pipeline","spectrum_pct":[[5.22647,5.22663,5.22681,5.22703,5.22715,5.22023,5.21088,5.19702,5.12669,5.0175,5.13386,5.26051,5.13449,4.90757,4.64244,4.36594,4.15377,4.0377,3.98389,4.01578,4.22894,5.89889,8.40625,9.38888,9.60008,9.72433,10.0004,10.4829,11.3016,12.559,14.3968,16.883,19.9169,23.1102,26.0507,28.3435],[5.24259,5.24276,5.24295,5.24317,5.2433,5.23632,5.22309,5.21156,5.1326,5.0137,5.15003,5.25569,5.14635,4.9191,4.65027,4.36933,4.16051,4.04161,3.98586,4.01552,4.23621,5.9097,8.41634,9.39708,9.60831,9.73623,10.0083,10.4961,11.3138,12.5711,14.4032,16.8826,19.9023,23.1101,26.0294,28.3697],[5.24568,5.24584,5.24603,5.24625,5.24638,5.24176,5.23098,5.21789,5.14971,5.05389,5.20093,5.27445,5.14971,4.91945,4.65292,4.36853,4.15902,4.04176,3.98538,4.01352,4.22975,5.90792,8.41982,9.4041,9.6132,9.7403,10.0166,10.4985,11.3125,12.5765,14.4041,16.8708,19.904,23.124,26.0193,28.3402]],"t_unix":1786327789.6040568,"uid":"p00257","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.348904,5.380982,5.618133]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21958333333333332,"white":0.7585729166666667,"yellow":0.02184375},"ink_index":null,"is_control":false,"label":"skin (188, 162, 147) fs_cam16ucs_hue_aware","median_raw":[26.835872,27.944509,29.110072],"median_spectrum_pct":[25.1559,25.1554,25.1548,25.1541,25.1537,25.7722,26.1895,26.4671,26.5585,26.8133,28.2381,29.5212,29.6825,29.3886,28.8471,28.0918,27.3729,26.7548,26.2224,25.9748,25.8951,27.4564,29.8202,30.6909,30.8697,30.9365,31.0759,31.2606,31.5929,32.0641,32.7242,33.5521,34.5584,35.5606,36.3069,36.8611],"phase":"skin","raster_sha1":"af0140928a248c68","raw":[[26.846812,27.954728,29.120011],[26.835872,27.944509,29.110072],[26.692738,27.80318,29.025658]],"rgb":[188,162,147],"session":11,"source":"pipeline","spectrum_pct":[[25.1559,25.1554,25.1548,25.1541,25.1537,25.7722,26.1895,26.4671,26.5585,26.8216,28.2381,29.5376,29.6903,29.3886,28.8534,28.0922,27.3776,26.7648,26.234,25.9897,25.9075,27.4688,29.838,30.7062,30.8824,30.9485,31.0898,31.2729,31.6044,32.0693,32.7395,33.5743,34.5682,35.5714,36.3313,36.8828],[25.166,25.1655,25.1649,25.1642,25.1638,25.7906,26.2046,26.4713,26.5476,26.7375,28.2226,29.5212,29.6825,29.3919,28.8471,28.0918,27.3729,26.7548,26.2224,25.9748,25.8951,27.4564,29.8202,30.6909,30.8697,30.9365,31.0759,31.2606,31.5929,32.0641,32.7242,33.5521,34.5584,35.5606,36.3069,36.8611],[25.0715,25.071,25.0705,25.0699,25.0694,25.5499,25.9635,26.3837,26.5732,26.8133,28.2619,29.4903,29.5743,29.2489,28.7113,27.9516,27.2305,26.6119,26.0797,25.8298,25.751,27.2936,29.6367,30.5043,30.6842,30.7504,30.8945,31.0905,31.4247,31.9057,32.5606,33.3964,34.4058,35.4003,36.1938,36.7687]],"t_unix":1786327836.4953222,"uid":"p00353","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.835872,27.944509,29.110072]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.42499479166666665,"white":0.5750026041666667,"yellow":2.6041666666666666e-06},"ink_index":null,"is_control":false,"label":"skin (179, 128, 95) fs_cam16ucs_hue_aware","median_raw":[20.302768,19.764138,19.099792],"median_spectrum_pct":[16.5829,16.5821,16.5811,16.5801,16.5789,16.8339,17.0665,17.2836,17.3536,17.5492,18.746,19.7889,19.7889,19.516,19.1004,18.5641,18.0757,17.6625,17.3367,17.2482,17.4878,20.365,24.7817,26.5729,26.9463,27.0417,27.2001,27.4407,27.9041,28.5819,29.5233,30.7127,32.109,33.4643,34.6003,35.4179],"phase":"skin","raster_sha1":"723dd636c7cacfc1","raw":[[20.304852,19.767968,19.099792],[20.302768,19.764138,19.11283],[20.298055,19.758593,19.097659]],"rgb":[179,128,95],"session":11,"source":"pipeline","spectrum_pct":[[16.5757,16.5749,16.574,16.5729,16.5717,16.8277,17.0637,17.2791,17.3522,17.5492,18.7522,19.7889,19.7889,19.5197,19.1045,18.5641,18.0764,17.6703,17.3436,17.2539,17.4959,20.3727,24.7884,26.5814,26.9488,27.0444,27.2033,27.4422,27.9085,28.5857,29.5252,30.7079,32.109,33.4851,34.5629,35.3821],[16.5829,16.5821,16.5811,16.5801,16.5789,16.8339,17.0665,17.2859,17.3793,17.5877,18.746,19.7913,19.7886,19.516,19.1004,18.5657,18.0757,17.6625,17.3367,17.2482,17.4878,20.365,24.7817,26.5729,26.9463,27.0417,27.2001,27.4407,27.9021,28.5819,29.5233,30.7127,32.1233,33.4643,34.606,35.4179],[16.5834,16.5826,16.5817,16.5806,16.5794,16.8378,17.0747,17.2836,17.3536,17.5343,18.7204,19.7498,19.789,19.5146,19.1001,18.5617,18.0709,17.6581,17.3287,17.2417,17.4819,20.3614,24.7813,26.5716,26.9439,27.0404,27.1989,27.4384,27.9041,28.5809,29.5074,30.7206,32.103,33.4401,34.6003,35.4256]],"t_unix":1786327883.4269035,"uid":"p00338","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.302768,19.764138,19.099792]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1519453125,"white":0.7892213541666667,"yellow":0.058833333333333335},"ink_index":null,"is_control":false,"label":"skin (203, 173, 153) atkinson_hue_aware","median_raw":[28.688488,30.495976,31.208984],"median_spectrum_pct":[26.8462,26.8454,26.8444,26.8434,26.8424,27.4198,27.864,28.2803,28.455,28.7624,30.3776,32.1618,32.5669,32.4016,31.9284,31.1498,30.3915,29.7307,29.1386,28.8434,28.6434,29.6889,31.3145,31.87,31.974,32.0135,32.1353,32.2936,32.5842,32.9795,33.5491,34.2795,35.1617,36.0327,36.6958,37.1734],"phase":"skin","raster_sha1":"56fa52af29348df7","raw":[[28.699867,30.503029,31.208984],[28.688488,30.495976,31.213174],[28.664414,30.475346,31.202538]],"rgb":[203,173,153],"session":11,"source":"pipeline","spectrum_pct":[[26.8462,26.8454,26.8444,26.8434,26.8424,27.4038,27.8426,28.275,28.4588,28.7819,30.3776,32.1852,32.5675,32.3973,31.9245,31.1493,30.3915,29.7317,29.1483,28.8539,28.658,29.7086,31.3379,31.8956,31.9904,32.0361,32.1617,32.3218,32.6053,32.9891,33.5601,34.2809,35.1795,36.0509,36.6958,37.2019],[26.8556,26.8548,26.8538,26.8528,26.8518,27.4198,27.864,28.2856,28.455,28.7624,30.3811,32.1618,32.5613,32.4074,31.933,31.157,30.3949,29.7307,29.1386,28.8434,28.6434,29.6889,31.3145,31.87,31.974,32.0135,32.1353,32.2936,32.5842,32.9795,33.5491,34.2795,35.1617,36.0327,36.7178,37.1734],[26.8426,26.8418,26.8409,26.8398,26.8388,27.4263,27.8679,28.2803,28.4441,28.7281,30.3476,32.1609,32.5669,32.4016,31.9284,31.1498,30.3786,29.7101,29.1115,28.8124,28.6138,29.6651,31.286,31.84,31.9346,31.9763,32.1026,32.2591,32.5391,32.9337,33.5145,34.2307,35.1392,36.0242,36.6877,37.1518]],"t_unix":1786327931.0163195,"uid":"p00495","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.688488,30.495976,31.208984]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.38896614583333333,"white":0.6110338541666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (190, 134, 123) fs_cam16ucs_hue_aware","median_raw":[21.316703,21.040923,20.727791],"median_spectrum_pct":[18.034,18.0333,18.0326,18.0316,18.0307,18.3373,18.569,18.7718,18.8278,19.0338,20.2393,21.3363,21.3857,21.1083,20.6445,20.0582,19.5196,19.0784,18.726,18.6188,18.81,21.4788,25.5468,27.1652,27.4933,27.5879,27.7558,27.9964,28.4542,29.1133,30.0234,31.1513,32.5141,33.8218,34.8892,35.6781],"phase":"skin","raster_sha1":"13058b504b0e389e","raw":[[21.326146,21.052835,20.741968],[21.316703,21.040923,20.727791],[21.314445,21.038736,20.712538]],"rgb":[190,134,123],"session":11,"source":"pipeline","spectrum_pct":[[18.0426,18.0419,18.0411,18.0402,18.0392,18.3325,18.5673,18.774,18.8503,19.0602,20.2678,21.3734,21.4075,21.1088,20.6501,20.0692,19.5287,19.0891,18.7364,18.6296,18.8239,21.4889,25.5511,27.1708,27.5028,27.591,27.7631,28.0009,28.461,29.1308,30.0301,31.1542,32.502,33.8057,34.8913,35.6781],[18.034,18.0333,18.0326,18.0316,18.0307,18.3373,18.569,18.7681,18.8278,19.0338,20.2393,21.3363,21.3838,21.1009,20.6401,20.0544,19.5196,19.0781,18.726,18.6188,18.81,21.4788,25.5442,27.1612,27.4902,27.5879,27.7558,27.9964,28.4542,29.1067,30.0149,31.1513,32.5141,33.8218,34.8892,35.6667],[18.0296,18.0289,18.0281,18.0271,18.0262,18.3503,18.5821,18.7718,18.8191,18.9478,20.1884,21.3092,21.3857,21.1083,20.6445,20.0582,19.5157,19.0784,18.7238,18.614,18.8071,21.4759,25.5468,27.1652,27.4933,27.5864,27.7551,27.994,28.4485,29.1133,30.0234,31.1427,32.5172,33.8349,34.8558,35.6844]],"t_unix":1786327977.9866936,"uid":"p00485","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.316703,21.040923,20.727791]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.8761822916666666,"blue":0.0,"green":0.0,"red":0.12381770833333333,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (58, 45, 39) atkinson_hue_aware","median_raw":[1.967549,1.438736,2.252641],"median_spectrum_pct":[2.36307,2.36358,2.36417,2.36485,2.36545,2.28424,2.22425,2.16115,2.05929,1.94012,1.86475,1.71668,1.57897,1.38694,1.19165,1.01608,0.89827,0.835833,0.808528,0.819444,0.914978,1.53526,2.38364,2.71934,2.85647,3.04415,3.37983,3.93246,4.83227,6.23262,8.31164,11.1747,14.7274,18.6125,22.2551,25.2902],"phase":"skin","raster_sha1":"b072d92b8f8e2372","raw":[[1.96225,1.434358,2.242812],[1.967549,1.438736,2.252641],[1.969509,1.439094,2.254312]],"rgb":[58,45,39],"session":11,"source":"pipeline","spectrum_pct":[[2.34924,2.34975,2.35033,2.351,2.3516,2.27399,2.21255,2.14677,2.04942,1.95487,1.85383,1.71203,1.56867,1.38272,1.19165,1.01296,0.895337,0.835833,0.808528,0.817266,0.914487,1.53239,2.37673,2.71616,2.85126,3.03623,3.37113,3.91906,4.82255,6.2324,8.31912,11.1801,14.7239,18.6125,22.2994,25.3318],[2.36307,2.36358,2.36417,2.36485,2.36545,2.28424,2.22425,2.16115,2.07346,1.92963,1.86678,1.71668,1.57897,1.38729,1.19474,1.01965,0.901337,0.839176,0.811134,0.819444,0.914978,1.53526,2.38364,2.71934,2.85647,3.04415,3.37983,3.93578,4.83227,6.23801,8.30982,11.1747,14.7424,18.6248,22.2551,25.2902],[2.3656,2.36611,2.3667,2.36738,2.36799,2.29137,2.22705,2.16266,2.05929,1.94012,1.86475,1.73899,1.58428,1.38694,1.19157,1.01608,0.89827,0.83489,0.807285,0.820767,0.915182,1.53825,2.39044,2.72681,2.86264,3.04977,3.38383,3.93246,4.83293,6.23262,8.31164,11.1658,14.7274,18.6002,22.2246,25.2375]],"t_unix":1786328025.6792057,"uid":"p00240","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.967549,1.438736,2.252641]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.03526302083333333,"white":0.9273333333333333,"yellow":0.03740364583333333},"ink_index":null,"is_control":false,"label":"skin (218, 187, 169) atkinson_hue_aware","median_raw":[33.112721,35.900577,38.85488],"median_spectrum_pct":[33.4903,33.4901,33.4899,33.4896,33.4899,34.3999,34.9877,35.4061,35.5781,35.9146,37.4394,38.9445,39.1984,38.917,38.3103,37.3926,36.5026,35.7259,35.0303,34.643,34.1964,34.2481,34.4796,34.4442,34.3991,34.4011,34.4972,34.5912,34.7694,34.9963,35.3624,35.8481,36.5233,37.1599,37.6294,37.9401],"phase":"skin","raster_sha1":"f24bf620178421d1","raw":[[33.128752,35.91321,38.867865],[33.112721,35.900577,38.854679],[33.094236,35.882186,38.85488]],"rgb":[218,187,169],"session":11,"source":"pipeline","spectrum_pct":[[33.485,33.4848,33.4845,33.4842,33.4845,34.3785,34.9654,35.4061,35.6112,35.9677,37.472,38.9808,39.2003,38.917,38.3103,37.3926,36.5057,35.7333,35.039,34.658,34.2137,34.2715,34.5001,34.469,34.43,34.4269,34.5207,34.6098,34.792,35.0246,35.3862,35.8849,36.5532,37.1754,37.6432,37.9401],[33.5007,33.5005,33.5003,33.5,33.5003,34.3999,34.9877,35.4138,35.5781,35.906,37.4114,38.9403,39.1937,38.9188,38.3141,37.3942,36.5026,35.7259,35.0303,34.643,34.1964,34.2481,34.4796,34.4442,34.3991,34.4011,34.4972,34.5912,34.7694,34.9963,35.3624,35.8481,36.5109,37.1508,37.6294,37.9307],[33.4903,33.4901,33.4899,33.4896,33.4899,34.4098,34.9932,35.4002,35.5668,35.9146,37.4394,38.9445,39.1984,38.9137,38.3044,37.3751,36.4881,35.7083,35.0021,34.614,34.1673,34.2197,34.4508,34.4214,34.3824,34.3816,34.4736,34.5749,34.7517,34.9768,35.3391,35.8379,36.5233,37.1599,37.6137,37.9529]],"t_unix":1786328073.2134743,"uid":"p00396","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.112721,35.900577,38.85488]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0121796875,"white":0.9878203125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (214, 187, 183) atkinson_hue_aware","median_raw":[34.086385,36.939741,42.269518],"median_spectrum_pct":[36.4997,36.5004,36.5012,36.5021,36.5036,37.3648,38.0381,38.7165,39.0942,39.4756,40.6502,41.3219,41.0152,40.4218,39.629,38.5892,37.6323,36.8089,36.0597,35.6217,35.0904,34.8411,34.6797,34.5009,34.4343,34.4402,34.54,34.6508,34.8377,35.0648,35.4275,35.9182,36.5704,37.207,37.715,38.033],"phase":"skin","raster_sha1":"a0252b1994544aa7","raw":[[34.108225,36.958855,42.286129],[34.086385,36.939741,42.269518],[34.058543,36.91582,42.241076]],"rgb":[214,187,183],"session":11,"source":"pipeline","spectrum_pct":[[36.5096,36.5102,36.511,36.5119,36.5134,37.3648,38.0362,38.7218,39.1013,39.5258,40.7448,41.3368,41.017,40.428,39.6339,38.5978,37.6424,36.8233,36.0783,35.6445,35.1173,34.8675,34.711,34.5299,34.4627,34.4703,34.5738,34.6807,34.8719,35.0949,35.4585,35.9508,36.5922,37.2191,37.731,38.0653],[36.4997,36.5004,36.5012,36.5021,36.5036,37.3736,38.0477,38.7165,39.0942,39.4756,40.6502,41.3219,41.0152,40.4218,39.629,38.5892,37.6323,36.8089,36.0597,35.6217,35.0904,34.8411,34.6797,34.5009,34.4343,34.4402,34.54,34.6508,34.8377,35.0648,35.4275,35.9182,36.5704,37.207,37.715,38.033],[36.4766,36.4773,36.478,36.4789,36.4805,37.3613,38.0381,38.7028,39.0558,39.3914,40.6492,41.3081,40.9973,40.4053,39.6154,38.577,37.615,36.7842,36.0355,35.5963,35.063,34.8099,34.6482,34.464,34.3952,34.407,34.5128,34.6128,34.7932,35.0298,35.3947,35.88,36.5341,37.1743,37.671,37.9536]],"t_unix":1786328122.0980983,"uid":"p00498","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.086385,36.939741,42.269518]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1386796875,"white":0.758453125,"yellow":0.1028671875},"ink_index":null,"is_control":false,"label":"skin (222, 171, 138) atkinson_hue_aware","median_raw":[29.684608,31.834802,32.482422],"median_spectrum_pct":[27.856,27.8551,27.854,27.8527,27.8516,28.4585,28.9394,29.3971,29.6177,29.9766,31.6783,33.6186,34.124,34.0166,33.5607,32.7713,31.9824,31.2728,30.6251,30.2845,30.0155,30.8086,32.0954,32.5192,32.5911,32.6299,32.7569,32.9006,33.1546,33.5061,34.0166,34.67,35.5243,36.3227,36.9039,37.3599],"phase":"skin","raster_sha1":"821addd755f52d69","raw":[[29.700207,31.842265,32.479707],[29.684608,31.834802,32.482422],[29.659876,31.809719,32.490611]],"rgb":[222,171,138],"session":11,"source":"pipeline","spectrum_pct":[[27.856,27.8551,27.854,27.8527,27.8516,28.4365,28.9224,29.3971,29.6266,29.9766,31.6725,33.6022,34.1152,34.0158,33.5607,32.7713,31.9824,31.2785,30.6398,30.2977,30.0302,30.8338,32.1256,32.5451,32.6235,32.6624,32.7826,32.9207,33.1757,33.5315,34.0459,34.7041,35.5274,36.3409,36.9369,37.4047],[27.855,27.8541,27.853,27.8517,27.8506,28.4585,28.9394,29.4035,29.6017,29.9609,31.6783,33.6376,34.1258,34.0303,33.5762,32.7793,31.9829,31.2728,30.6251,30.2845,30.0155,30.8086,32.0954,32.5192,32.5911,32.6299,32.7569,32.9006,33.1546,33.5061,34.0166,34.67,35.5243,36.306,36.8826,37.3583],[27.8747,27.8738,27.8727,27.8715,27.8704,28.4608,28.9405,29.3911,29.6177,29.9794,31.7286,33.6186,34.124,34.0166,33.5571,32.7636,31.9608,31.2414,30.5937,30.2523,29.9829,30.7791,32.0603,32.4761,32.5554,32.5987,32.7129,32.8565,33.107,33.468,33.988,34.6424,35.5036,36.3227,36.9039,37.3599]],"t_unix":1786328169.8876448,"uid":"p00399","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.684608,31.834802,32.482422]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":4.9479166666666665e-05,"blue":0.0,"green":0.445375,"red":0.5102916666666667,"white":0.044283854166666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (96, 73, 65) atkinson_oklab_hue_aware","median_raw":[8.288197,8.271962,4.642304],"median_spectrum_pct":[3.50383,3.50195,3.49979,3.49731,3.49431,3.44788,3.42807,3.43296,3.35065,3.58136,5.95153,9.45897,10.3942,9.99624,9.08022,8.01677,7.10773,6.43637,5.97434,5.75496,5.8899,8.11782,11.567,12.9806,13.3129,13.5002,13.8415,14.3772,15.2316,16.4973,18.2444,20.4773,23.1765,25.967,28.4771,30.4603],"phase":"skin","raster_sha1":"a9bafd3df890a924","raw":[[8.284258,8.268916,4.646189],[8.288197,8.271962,4.641944],[8.294765,8.278079,4.642304]],"rgb":[96,73,65],"session":11,"source":"pipeline","spectrum_pct":[[3.49258,3.49069,3.48853,3.48604,3.48304,3.44038,3.42426,3.43296,3.35769,3.60238,5.95946,9.47694,10.4075,9.99624,9.07011,8.01044,7.10131,6.43409,5.97105,5.75136,5.88935,8.1139,11.5619,12.9742,13.3067,13.4892,13.8275,14.3578,15.2249,16.4971,18.2414,20.471,23.1582,25.9599,28.4627,30.434],[3.51786,3.516,3.51386,3.51139,3.5084,3.44788,3.42807,3.4297,3.34484,3.58136,5.95153,9.45897,10.3942,9.99407,9.08022,8.01677,7.10773,6.43637,5.97434,5.75496,5.8899,8.11782,11.567,12.9806,13.3129,13.5002,13.8415,14.3772,15.2316,16.4973,18.2444,20.4773,23.1765,25.967,28.4906,30.4603],[3.50383,3.50195,3.49979,3.49731,3.49431,3.44942,3.43293,3.43854,3.35065,3.56838,5.94372,9.45829,10.3939,10.0021,9.09156,8.02334,7.11141,6.44034,5.97839,5.75645,5.89744,8.12865,11.5796,12.9929,13.3215,13.5122,13.8543,14.3801,15.2329,16.5046,18.2661,20.4991,23.1842,25.9834,28.4771,30.4616]],"t_unix":1786328219.6329238,"uid":"p00439","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.288197,8.271962,4.642304]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5006536458333334,"blue":0.0,"green":0.0,"red":0.35645052083333334,"white":0.13339583333333332,"yellow":0.0095},"ink_index":null,"is_control":false,"label":"skin (94, 63, 49) atkinson_hue_aware","median_raw":[6.07192,5.133188,5.324638],"median_spectrum_pct":[4.97455,4.9747,4.97488,4.97508,4.97516,4.94634,4.94317,4.93234,4.85733,4.76068,4.91209,5.00363,4.90199,4.68242,4.42603,4.15667,3.95067,3.83579,3.77919,3.80811,4.0188,5.64783,8.08229,9.035,9.22897,9.35076,9.61641,10.0854,10.8879,12.1485,14.0016,16.5083,19.5713,22.8069,25.7581,28.143],"phase":"skin","raster_sha1":"69d59b9275d2f86a","raw":[[6.067048,5.129146,5.320822],[6.07192,5.133188,5.324638],[6.075226,5.135616,5.328255]],"rgb":[94,63,49],"session":11,"source":"pipeline","spectrum_pct":[[4.96481,4.96496,4.96513,4.96532,4.9654,4.93996,4.93485,4.928,4.84607,4.76068,4.93289,4.99348,4.89576,4.68242,4.41644,4.15144,3.94543,3.83404,3.77847,3.80811,4.0188,5.6391,8.07303,9.02444,9.22211,9.34485,9.60927,10.0745,10.8828,12.1485,13.9963,16.5083,19.5784,22.8069,25.7421,28.1278],[4.97455,4.9747,4.97488,4.97508,4.97516,4.94634,4.94317,4.93234,4.85769,4.76212,4.89086,5.01202,4.90888,4.68146,4.42603,4.15667,3.95067,3.83579,3.77919,3.80678,4.01793,5.64783,8.08229,9.035,9.22897,9.35076,9.61641,10.0854,10.8879,12.1429,14.0016,16.5125,19.5713,22.8286,25.7621,28.143],[4.97693,4.97709,4.97726,4.97746,4.97754,4.95435,4.94826,4.93986,4.85733,4.75327,4.91209,5.00363,4.90199,4.69092,4.42875,4.15838,3.95124,3.83691,3.78082,3.8101,4.0208,5.64798,8.08492,9.0413,9.23605,9.35684,9.61675,10.0886,10.8985,12.1606,14.0183,16.5053,19.5572,22.7927,25.7581,28.1489]],"t_unix":1786328266.9904647,"uid":"p00270","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.07192,5.133188,5.324638]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.07936458333333334,"blue":0.00022395833333333333,"green":0.025450520833333334,"red":0.410515625,"white":0.44953125,"yellow":0.0349140625},"ink_index":null,"is_control":false,"label":"skin (134, 114, 107) fs_cam16ucs_hue_aware","median_raw":[16.910152,16.435436,14.624962],"median_spectrum_pct":[12.6762,12.6751,12.6738,12.6723,12.6705,12.8508,12.9973,13.0833,13.0425,13.1815,14.4633,16.0157,16.3907,16.2658,15.9136,15.3959,14.91,14.5185,14.2122,14.1296,14.376,17.0676,21.1305,22.7753,23.1481,23.2897,23.5012,23.8282,24.4028,25.2418,26.427,27.925,29.6989,31.4479,32.9607,34.0808],"phase":"skin","raster_sha1":"d7ab809931d44ad8","raw":[[16.912463,16.439829,14.624962],[16.910152,16.435436,14.624981],[16.907646,16.430926,14.614295]],"rgb":[134,114,107],"session":11,"source":"pipeline","spectrum_pct":[[12.6762,12.6751,12.6738,12.6723,12.6705,12.8382,12.9866,13.076,13.0576,13.198,14.4719,16.0181,16.3907,16.2665,15.9145,15.4003,14.9173,14.5255,14.2196,14.1369,14.3842,17.0697,21.133,22.7753,23.1481,23.2897,23.501,23.8282,24.4028,25.2397,26.4193,27.925,29.6989,31.4479,32.9677,34.0808],[12.6911,12.69,12.6887,12.6872,12.6854,12.8509,12.9973,13.0833,13.0425,13.1815,14.4633,16.0157,16.3948,16.2658,15.9136,15.3959,14.91,14.5185,14.2122,14.1296,14.376,17.0654,21.1305,22.7764,23.1476,23.2876,23.503,23.8336,24.4051,25.2418,26.4317,27.9284,29.7097,31.4533,32.9607,34.0848],[12.6696,12.6684,12.6671,12.6656,12.6639,12.8508,13.0044,13.087,13.0291,13.1528,14.4303,15.9979,16.384,16.2581,15.907,15.3908,14.9059,14.5142,14.2076,14.1266,14.3739,17.0676,21.129,22.774,23.1517,23.2918,23.5012,23.8276,24.3997,25.2426,26.427,27.9094,29.6876,31.4133,32.9284,34.0223]],"t_unix":1786328313.8486464,"uid":"p00296","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.910152,16.435436,14.624962]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.28710416666666666,"white":0.7128958333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (193, 124, 121) atkinson_oklab_hue_aware","median_raw":[24.35777,24.78543,25.857747],"median_spectrum_pct":[22.4705,22.4702,22.4698,22.4694,22.4691,22.8771,23.2041,23.5268,23.6648,23.9,25.0974,26.0405,25.9878,25.598,25.0755,24.3836,23.7543,23.2353,22.7946,22.615,22.6518,24.6627,27.7615,28.958,29.1913,29.2647,29.4115,29.6192,29.9966,30.5458,31.3221,32.2782,33.4545,34.6012,35.5449,36.1973],"phase":"skin","raster_sha1":"ae322b8f8580c939","raw":[[24.490179,24.920846,25.930998],[24.35777,24.78543,25.857747],[24.352978,24.782584,25.856006]],"rgb":[193,124,121],"session":11,"source":"pipeline","spectrum_pct":[[22.5343,22.5339,22.5335,22.533,22.5327,23.081,23.4129,23.6099,23.6535,23.8273,25.058,26.0808,26.0875,25.7378,25.2179,24.522,23.8947,23.3728,22.9323,22.7498,22.7857,24.8133,27.9296,29.13,29.3638,29.4334,29.5771,29.7756,30.1449,30.6906,31.4631,32.4256,33.594,34.7014,35.6458,36.277],[22.4607,22.4604,22.46,22.4596,22.4593,22.8641,23.1891,23.5248,23.6692,23.918,25.1341,26.0405,25.9858,25.5968,25.0681,24.3798,23.7543,23.2339,22.7946,22.615,22.6518,24.6627,27.7615,28.958,29.1913,29.2647,29.4115,29.6192,29.9966,30.5458,31.3221,32.2758,33.4545,34.6012,35.5449,36.1973],[22.4705,22.4702,22.4698,22.4694,22.4691,22.8771,23.2041,23.5268,23.6648,23.9,25.0974,26.0287,25.9878,25.598,25.0755,24.3836,23.7538,23.2353,22.7946,22.6127,22.6461,24.6557,27.7478,28.9482,29.1849,29.2556,29.4064,29.6033,29.9824,30.534,31.3083,32.2782,33.4522,34.5881,35.542,36.1886]],"t_unix":1786328361.5576456,"uid":"p00361","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.35777,24.78543,25.857747]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.2815989583333333,"blue":2.6041666666666666e-06,"green":0.00759375,"red":0.5486822916666667,"white":0.1607734375,"yellow":0.0013489583333333333},"ink_index":null,"is_control":false,"label":"skin (93, 60, 50) fs_cam16ucs_hue_aware","median_raw":[8.0862,6.491602,5.544665],"median_spectrum_pct":[5.03356,5.03317,5.03272,5.03221,5.03154,5.05521,5.08604,5.10994,5.04951,4.97872,5.21193,5.41917,5.38501,5.22156,5.00425,4.76372,4.58767,4.50433,4.49091,4.5824,4.9527,7.60835,11.7297,13.4009,13.6896,13.7361,13.9119,14.2868,14.9985,16.131,17.7651,19.9161,22.5706,25.3469,27.8575,29.8154],"phase":"skin","raster_sha1":"d4206f4c3f28ef42","raw":[[8.084027,6.491602,5.543784],[8.0862,6.491148,5.544665],[8.097328,6.498904,5.564849]],"rgb":[93,60,50],"session":11,"source":"pipeline","spectrum_pct":[[5.03356,5.03317,5.03272,5.03221,5.03154,5.05322,5.07927,5.10796,5.04951,4.97872,5.19024,5.41525,5.38501,5.22156,5.00425,4.76479,4.58771,4.50542,4.49341,4.58572,4.9527,7.60716,11.7238,13.3937,13.6796,13.7254,13.9048,14.2828,14.9868,16.1168,17.7555,19.9074,22.5678,25.3407,27.8575,29.8154],[5.02066,5.02025,5.01979,5.01926,5.0186,5.05521,5.08604,5.10994,5.04729,4.96912,5.21193,5.41917,5.38182,5.21827,5.00188,4.76168,4.58615,4.5008,4.4893,4.58213,4.94967,7.60835,11.7297,13.4009,13.6896,13.7361,13.9119,14.2868,14.9985,16.131,17.7651,19.9161,22.5706,25.3469,27.8279,29.7598],[5.04081,5.04041,5.03996,5.03944,5.03878,5.06598,5.0947,5.12508,5.07332,5.01086,5.21902,5.43285,5.4016,5.22961,5.01052,4.76372,4.58767,4.50433,4.49091,4.5824,4.95488,7.61986,11.7448,13.4157,13.7052,13.7545,13.9297,14.3035,15.0057,16.1445,17.7822,19.9325,22.599,25.3774,27.8786,29.8495]],"t_unix":1786328408.4657667,"uid":"p00269","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.0862,6.491602,5.544665]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.04084635416666667,"white":0.953875,"yellow":0.005278645833333333},"ink_index":null,"is_control":false,"label":"skin (226, 192, 181) fs_cam16ucs_hue_aware","median_raw":[33.002205,35.562073,40.205035],"median_spectrum_pct":[34.7585,34.759,34.7595,34.7602,34.7615,35.6442,36.2765,36.8238,37.0893,37.4025,38.6199,39.4171,39.1966,38.6554,37.9195,36.9425,36.0417,35.2651,34.5588,34.164,33.7181,33.7769,34.0149,33.9867,33.9492,33.9544,34.0524,34.1592,34.357,34.6083,35.0122,35.5388,36.2345,36.9078,37.4141,37.8076],"phase":"skin","raster_sha1":"fd4d5e1fa290989e","raw":[[33.013962,35.569878,40.205035],[33.002205,35.562073,40.212671],[32.982526,35.545989,40.195753]],"rgb":[226,192,181],"session":11,"source":"pipeline","spectrum_pct":[[34.7545,34.7549,34.7555,34.7561,34.7574,35.6154,36.248,36.8238,37.0959,37.4135,38.6199,39.4392,39.1928,38.6551,37.9169,36.9425,36.0417,35.2725,34.5693,34.1785,33.7326,33.7912,34.0355,34.0086,33.9745,33.9818,34.0854,34.1887,34.3786,34.6362,35.0239,35.551,36.2596,36.9139,37.4145,37.8015],[34.7609,34.7614,34.7619,34.7626,34.7639,35.6442,36.2765,36.8291,37.0893,37.4025,38.6386,39.4104,39.1966,38.6622,37.9264,36.9493,36.0433,35.2651,34.5588,34.164,33.7181,33.7769,34.0149,33.9867,33.9492,33.9544,34.0524,34.1592,34.357,34.6083,35.0122,35.5388,36.2345,36.9078,37.4141,37.8201],[34.7585,34.759,34.7595,34.7602,34.7615,35.6494,36.2839,36.817,37.0414,37.3653,38.6134,39.4171,39.198,38.6554,37.9195,36.9403,36.0345,35.2535,34.5411,34.1417,33.694,33.7507,33.9885,33.9604,33.9289,33.9346,34.0291,34.1328,34.3184,34.5858,34.9863,35.5205,36.2199,36.9029,37.3909,37.8076]],"t_unix":1786328455.572874,"uid":"p00509","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.002205,35.562073,40.205035]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.425507,1.138273,2.352276],"median_spectrum_pct":[2.5139,2.51461,2.51541,2.51634,2.51723,2.43516,2.36522,2.29049,2.14071,1.95677,1.86548,1.75078,1.58077,1.38384,1.17938,0.994562,0.865763,0.789629,0.741461,0.723365,0.750327,0.983482,1.25736,1.37589,1.5014,1.71431,2.07073,2.64225,3.55261,4.96955,7.08495,10.0209,13.6605,17.6519,21.478,24.5973],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.421233,1.134327,2.340629],[1.425507,1.139162,2.352509],[1.42599,1.138273,2.352276]],"session":11,"source":"ink","spectrum_pct":[[2.50897,2.50967,2.51048,2.51141,2.51229,2.42595,2.35483,2.27691,2.12972,1.94393,1.88161,1.75078,1.57557,1.37608,1.17325,0.991017,0.861398,0.786274,0.738456,0.720513,0.746983,0.980565,1.25523,1.37293,1.49938,1.71089,2.06964,2.64225,3.55298,4.97577,7.08495,10.0279,13.6743,17.6715,21.4851,24.6584],[2.5139,2.51461,2.51541,2.51634,2.51723,2.43516,2.36522,2.29049,2.14718,1.96366,1.86515,1.76454,1.59192,1.38595,1.18428,0.994562,0.865763,0.789629,0.741788,0.723365,0.750327,0.98494,1.25736,1.37589,1.5014,1.71519,2.07073,2.64322,3.55261,4.96955,7.08874,10.0209,13.6605,17.6519,21.478,24.5973],[2.51664,2.51734,2.51815,2.51907,2.51996,2.439,2.37144,2.29879,2.14071,1.95677,1.86548,1.74242,1.58077,1.38384,1.17938,0.995028,0.867865,0.790694,0.741461,0.724032,0.750695,0.983482,1.25992,1.37732,1.50297,1.71431,2.07118,2.64173,3.55237,4.95999,7.08089,9.99878,13.6452,17.6305,21.4447,24.586]],"t_unix":1786328502.9234624,"uid":"s011_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.425507,1.138273,2.352276]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[34.897826,37.887125,43.104681],"median_spectrum_pct":[37.2543,37.2549,37.2555,37.2563,37.2579,38.3127,38.999,39.5029,39.7176,40.0356,41.3131,42.1147,41.9173,41.3822,40.6294,39.6139,38.6709,37.8547,37.1095,36.6763,36.1338,35.7858,35.4799,35.2365,35.1494,35.1399,35.2218,35.3003,35.4384,35.6161,35.9104,36.3153,36.9098,37.469,37.8801,38.1262],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.919662,37.907932,43.120114],[34.897826,37.887125,43.104681],[34.883685,37.875973,43.097438]],"session":11,"source":"ink","spectrum_pct":[[37.2543,37.2549,37.2555,37.2563,37.2579,38.298,38.9834,39.5029,39.7361,40.0968,41.3642,42.143,41.9209,41.3929,40.6333,39.626,38.6865,37.8748,37.1302,36.6995,36.1571,35.812,35.5096,35.2629,35.1784,35.1725,35.2587,35.3351,35.4703,35.6407,35.9383,36.3503,36.9344,37.5148,37.9299,38.1694],[37.2549,37.2555,37.2561,37.2569,37.2585,38.3127,38.999,39.5032,39.7176,40.0356,41.2958,42.1147,41.9173,41.3822,40.6271,39.6139,38.6709,37.8547,37.1095,36.6763,36.1338,35.7858,35.4799,35.2365,35.1494,35.1399,35.2218,35.3003,35.4384,35.6161,35.9104,36.3108,36.9098,37.4436,37.8581,38.1262],[37.2466,37.2472,37.2478,37.2486,37.2502,38.3249,39.0101,39.4961,39.697,39.9966,41.3131,42.1061,41.9098,41.3782,40.6294,39.6107,38.6673,37.8485,37.0955,36.6594,36.1114,35.765,35.466,35.2118,35.1276,35.1251,35.2029,35.2799,35.4256,35.599,35.9024,36.3153,36.9062,37.469,37.8801,38.1057]],"t_unix":1786328548.2028854,"uid":"s011_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.897826,37.887125,43.104681]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[30.87751,36.513693,4.636168],"median_spectrum_pct":[1.54937,1.53511,1.51874,1.49972,1.47779,1.46395,1.43025,1.39894,1.37909,1.78854,6.18293,17.6352,27.2164,33.7947,37.6976,38.9759,39.1147,38.8961,38.5309,38.4315,38.3109,39.1927,40.482,40.8393,40.7703,40.5739,40.3546,40.01,39.6945,39.392,39.1419,38.9512,38.8933,38.843,38.6849,38.5004],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.940003,36.593064,4.636168],[30.87751,36.513693,4.637757],[30.571269,36.136284,4.630901]],"session":11,"source":"ink","spectrum_pct":[[1.52833,1.51386,1.49725,1.47815,1.45616,1.46342,1.43025,1.3937,1.37909,1.77563,6.18293,17.655,27.2518,33.8567,37.7661,39.0593,39.2066,38.9904,38.6318,38.5359,38.4132,39.2833,40.5571,40.9068,40.8329,40.6386,40.4219,40.0784,39.7591,39.4536,39.2053,39.0015,38.9533,38.8762,38.7415,38.5588],[1.54973,1.53531,1.51876,1.49972,1.47779,1.47003,1.43441,1.39894,1.37781,1.78854,6.18203,17.6352,27.2164,33.7947,37.6976,38.9759,39.1147,38.8961,38.5309,38.4315,38.3109,39.1927,40.482,40.8393,40.7703,40.5739,40.3546,40.01,39.6945,39.392,39.1419,38.9512,38.8933,38.843,38.6849,38.5004],[1.54937,1.53511,1.51874,1.49991,1.4782,1.46395,1.43024,1.40081,1.39058,1.83053,6.24465,17.5796,27.0254,33.4796,37.2991,38.5532,38.6818,38.4616,38.0983,37.9945,37.8741,38.7702,40.0947,40.4675,40.4065,40.2101,39.9986,39.6626,39.3519,39.0617,38.8402,38.6525,38.6302,38.5854,38.3937,38.2341]],"t_unix":1786328593.3564525,"uid":"s011_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.87751,36.513693,4.636168]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.739385,4.419896,0.9444],"median_spectrum_pct":[0.916818,0.915491,0.913968,0.912212,0.910199,0.920998,0.916362,0.895381,0.831013,0.702185,0.711215,0.968008,1.07878,1.09344,1.05343,0.972487,0.965754,1.08048,1.26379,1.52435,2.21833,6.77811,14.4099,17.7837,18.2568,18.0497,17.8549,17.8613,18.2146,18.9989,20.2591,21.9885,24.1668,26.494,28.5917,30.2745],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.728299,4.416186,0.949928],[7.739385,4.419896,0.9444],[7.748618,4.423493,0.935043]],"session":11,"source":"ink","spectrum_pct":[[0.916818,0.915491,0.913968,0.912212,0.910199,0.920998,0.916362,0.896765,0.831013,0.717432,0.749094,0.971691,1.08518,1.09344,1.05556,0.971132,0.966036,1.08221,1.26698,1.53284,2.22263,6.76225,14.3802,17.7509,18.2248,18.0164,17.8283,17.8318,18.1894,18.9685,20.2332,21.9716,24.1484,26.4673,28.5683,30.2745],[0.911788,0.910456,0.908926,0.907164,0.905148,0.918908,0.914522,0.895254,0.839881,0.702185,0.711215,0.968008,1.07878,1.09282,1.05171,0.972844,0.96406,1.08048,1.26379,1.52435,2.21833,6.77811,14.4099,17.7837,18.2568,18.0497,17.8549,17.8613,18.2146,18.9989,20.2591,21.9885,24.1668,26.494,28.5917,30.24],[0.923023,0.921699,0.920179,0.918427,0.916413,0.923187,0.917663,0.895381,0.821001,0.662711,0.69362,0.953449,1.07776,1.09362,1.05343,0.972487,0.965754,1.07872,1.25973,1.51891,2.21494,6.79283,14.433,17.8124,18.2833,18.0768,17.8868,17.8897,18.2413,19.0191,20.2828,22.0173,24.1841,26.5168,28.5924,30.2983]],"t_unix":1786328642.5811772,"uid":"s011_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.739385,4.419896,0.9444]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.929469,7.619214,27.361153],"median_spectrum_pct":[24.447,24.4543,24.4626,24.4722,24.4838,25.1873,25.9499,26.5433,26.2762,25.8797,25.4224,22.6284,18.688,14.911,11.5433,8.80759,6.82257,5.45169,4.52197,3.93074,3.5461,3.37009,3.32132,3.37016,3.54059,3.8555,4.36136,5.11592,6.19088,7.69384,9.81856,12.6711,16.2082,20.0615,23.7236,26.79],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.912936,7.602715,27.313519],[7.929469,7.619214,27.361153],[7.937588,7.629615,27.388313]],"session":11,"source":"ink","spectrum_pct":[[24.3928,24.4001,24.4084,24.418,24.4296,25.1324,25.8922,26.4906,26.2392,25.8321,25.4224,22.5996,18.6605,14.8816,11.5112,8.78461,6.80457,5.43394,4.51171,3.92157,3.53765,3.36244,3.3126,3.36138,3.53118,3.84554,4.35102,5.10792,6.18076,7.68318,9.80622,12.6541,16.2172,20.0615,23.7236,26.79],[24.447,24.4543,24.4626,24.4722,24.4838,25.1873,25.9499,26.5433,26.2762,25.8797,25.4217,22.6284,18.688,14.911,11.5433,8.80759,6.82257,5.45169,4.52197,3.93074,3.5461,3.37009,3.32132,3.37016,3.54059,3.8555,4.3618,5.11793,6.19088,7.69384,9.81856,12.6717,16.2031,20.082,23.7358,26.8359],[24.4734,24.4807,24.4891,24.4987,24.5103,25.2236,25.9905,26.5725,26.278,25.909,25.4386,22.6422,18.7162,14.9394,11.5616,8.8223,6.8357,5.45966,4.52883,3.93751,3.55195,3.37452,3.325,3.37092,3.54246,3.85564,4.36136,5.11592,6.19449,7.69937,9.83384,12.6711,16.2082,20.0441,23.6939,26.7701]],"t_unix":1786328687.7770548,"uid":"s011_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.929469,7.619214,27.361153]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.245633,7.998936,6.478491],"median_spectrum_pct":[4.62258,4.62122,4.61965,4.61784,4.61544,4.46929,4.42448,4.44542,4.26711,4.64153,9.13378,16.1291,17.4685,15.8273,13.2131,10.6097,8.55553,7.06909,6.0283,5.34858,4.8947,4.70916,4.66817,4.68782,4.83405,5.13211,5.62521,6.3604,7.42075,8.93628,11.0251,13.7883,17.205,20.8856,24.3534,27.2563],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.238649,7.987673,6.47673],[5.245633,7.998936,6.478491],[5.260777,8.01671,6.514207]],"session":11,"source":"ink","spectrum_pct":[[4.62014,4.61877,4.61721,4.61541,4.61301,4.461,4.41379,4.43766,4.25976,4.64153,9.13378,16.1182,17.4482,15.8011,13.1921,10.5975,8.53969,7.05751,6.01946,5.33607,4.88272,4.69974,4.65786,4.68314,4.83148,5.12871,5.62199,6.35071,7.41408,8.93452,11.0225,13.7883,17.205,20.8856,24.3362,27.2563],[4.62258,4.62122,4.61965,4.61784,4.61544,4.46929,4.42448,4.44542,4.26711,4.62779,9.08904,16.1291,17.4685,15.8273,13.2131,10.6097,8.55553,7.06909,6.0283,5.34858,4.8947,4.70916,4.66817,4.68782,4.83405,5.13211,5.62521,6.3604,7.42075,8.93628,11.0251,13.7849,17.1881,20.8579,24.3534,27.232],[4.64532,4.64395,4.64239,4.64059,4.63819,4.48277,4.43695,4.45529,4.29331,4.70895,9.17727,16.182,17.4992,15.8497,13.2333,10.6299,8.57085,7.08277,6.03985,5.36018,4.90626,4.72117,4.67713,4.70176,4.8492,5.14423,5.63975,6.37168,7.44539,8.95077,11.0373,13.8007,17.2152,20.9073,24.4192,27.3057]],"t_unix":1786328732.9419265,"uid":"s011_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.245633,7.998936,6.478491]} +{"battery_mv_start":4200,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":12,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786332297.0306635} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.417878,1.13586,2.306608],"median_spectrum_pct":[2.47141,2.47209,2.47287,2.47376,2.47463,2.40905,2.33854,2.26021,2.10332,1.87973,1.77556,1.74479,1.58571,1.38933,1.17879,0.993454,0.865679,0.787918,0.741673,0.721359,0.748643,0.983931,1.26097,1.37859,1.49953,1.71514,2.06873,2.63985,3.54825,4.96219,7.08896,10.0175,13.6631,17.6656,21.4831,24.5881],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.415653,1.133178,2.302448],[1.419862,1.136175,2.317945],[1.417878,1.13586,2.306608]],"session":12,"source":"ink","spectrum_pct":[[2.46316,2.46383,2.46461,2.4655,2.46637,2.40016,2.32611,2.25472,2.0987,1.87973,1.80213,1.74626,1.56739,1.38175,1.17863,0.990562,0.865679,0.786711,0.739462,0.720334,0.745976,0.980854,1.25748,1.37824,1.49953,1.71514,2.06873,2.63985,3.54825,4.96219,7.08896,10.0193,13.6932,17.7176,21.5347,24.664],[2.47141,2.47209,2.47287,2.47376,2.47463,2.40905,2.33854,2.26039,2.11459,1.94597,1.77556,1.74479,1.58613,1.38933,1.17879,0.993454,0.865621,0.787918,0.742596,0.721359,0.749866,0.983931,1.26097,1.37859,1.50158,1.71607,2.07104,2.64059,3.55142,4.96298,7.09058,10.0175,13.6631,17.6656,21.4831,24.5881],[2.48563,2.48632,2.48711,2.48801,2.4889,2.41982,2.34269,2.26021,2.10332,1.86897,1.75897,1.74372,1.58571,1.38993,1.18283,0.996875,0.868613,0.788711,0.741673,0.722827,0.748643,0.985593,1.26312,1.37937,1.4994,1.7132,2.06369,2.63359,3.54391,4.95861,7.07357,9.96843,13.6598,17.6603,21.4392,24.5659]],"t_unix":1786332299.6644053,"uid":"s012_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.417878,1.13586,2.306608]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.557459,37.531135,42.940506],"median_spectrum_pct":[37.1273,37.128,37.1288,37.1298,37.1314,38.0445,38.6962,39.3226,39.645,39.9887,41.2383,42.0152,41.7188,41.1133,40.3082,39.2664,38.3089,37.4813,36.7188,36.2667,35.7115,35.3611,35.0556,34.8141,34.7374,34.7397,34.8407,34.9295,35.0969,35.2892,35.6168,36.068,36.7067,37.309,37.7118,38.0287],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.753715,37.74236,43.068092],[34.557459,37.531135,42.928513],[34.539555,37.513469,42.940506]],"session":12,"source":"ink","spectrum_pct":[[37.2695,37.2701,37.2708,37.2716,37.2734,38.3969,39.0603,39.4671,39.6261,39.8928,41.1868,42.0869,41.8971,41.3368,40.5449,39.499,38.5356,37.7057,36.9421,36.492,35.9367,35.5853,35.2775,35.0344,34.9546,34.9575,35.053,35.1414,35.2901,35.4801,35.8024,36.2378,36.8466,37.4362,37.8279,38.1784],[37.1273,37.128,37.1288,37.1298,37.1314,38.0356,38.691,39.3226,39.645,39.9887,41.2383,42.0152,41.717,41.1133,40.3082,39.2664,38.3089,37.4813,36.7188,36.2667,35.7115,35.3611,35.0556,34.8141,34.7374,34.7397,34.8407,34.9295,35.0969,35.2892,35.6168,36.068,36.7067,37.309,37.7118,38.0287],[37.1246,37.1253,37.1261,37.127,37.1287,38.0445,38.6962,39.3195,39.6617,40.0267,41.271,42.0084,41.7188,41.113,40.3016,39.2538,38.2905,37.459,36.6957,36.2421,35.6857,35.3357,35.0278,34.7837,34.7074,34.7152,34.8136,34.9037,35.063,35.2604,35.5907,36.0628,36.6835,37.2754,37.6963,37.9791]],"t_unix":1786332344.8374765,"uid":"s012_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.557459,37.531135,42.940506]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.712983,36.329858,4.585315],"median_spectrum_pct":[1.49055,1.47618,1.4597,1.44074,1.41892,1.43335,1.40281,1.36838,1.33957,1.70432,6.13547,17.6116,27.1322,33.6629,37.5211,38.7858,38.9175,38.6955,38.3302,38.2223,38.0928,38.9778,40.2642,40.6277,40.571,40.3847,40.1799,39.8388,39.5237,39.2214,38.9776,38.7861,38.7675,38.7198,38.5015,38.3327],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.786576,36.421727,4.581949],[30.712983,36.329858,4.585315],[30.670325,36.2737,4.593203]],"session":12,"source":"ink","spectrum_pct":[[1.49032,1.47592,1.45939,1.44038,1.41851,1.43125,1.39821,1.36838,1.33655,1.68133,6.10919,17.6116,27.1699,33.7257,37.604,38.885,39.0277,38.8104,38.4472,38.3377,38.2092,39.0838,40.356,40.7096,40.6493,40.462,40.2569,39.9135,39.5882,39.295,39.0619,38.866,38.8234,38.7683,38.5726,38.4117],[1.49055,1.47618,1.4597,1.44074,1.41892,1.43335,1.40281,1.3675,1.33957,1.70432,6.13547,17.6094,27.1322,33.6629,37.5211,38.7858,38.9175,38.6955,38.3302,38.2223,38.0928,38.9778,40.2642,40.6277,40.571,40.3847,40.1799,39.8388,39.5237,39.2214,38.9776,38.7861,38.7675,38.7198,38.5015,38.3327],[1.49535,1.48101,1.46455,1.44562,1.42385,1.44139,1.40731,1.37469,1.34569,1.7285,6.15924,17.613,27.104,33.617,37.468,38.7246,38.8521,38.6274,38.2584,38.1447,38.0157,38.9112,40.2165,40.5881,40.5292,40.3428,40.1305,39.797,39.479,39.178,38.9325,38.7543,38.7213,38.6644,38.4632,38.2709]],"t_unix":1786332390.102975,"uid":"s012_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.712983,36.329858,4.585315]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.786461,4.447911,0.957957],"median_spectrum_pct":[0.880919,0.879551,0.877981,0.876171,0.874148,0.918128,0.912242,0.893293,0.856476,0.765458,0.778769,0.971865,1.08747,1.09618,1.05317,0.975816,0.969844,1.08397,1.26564,1.53041,2.22894,6.82353,14.5026,17.8899,18.3584,18.148,17.9554,17.9446,18.2927,19.0724,20.3223,22.0644,24.2581,26.6133,28.6405,30.3505],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.77163,4.439458,0.957957],[7.786461,4.450106,0.977299],[7.790832,4.447911,0.9494]],"session":12,"source":"ink","spectrum_pct":[[0.874862,0.873493,0.87192,0.870108,0.868088,0.915982,0.911282,0.890541,0.856476,0.765458,0.778769,0.970089,1.08747,1.09605,1.05003,0.970661,0.969829,1.08336,1.2687,1.53935,2.23187,6.80613,14.4749,17.8608,18.3315,18.1173,17.9146,17.913,18.2652,19.035,20.2915,22.0303,24.2147,26.5856,28.6244,30.3236],[0.887832,0.886468,0.884901,0.883097,0.881072,0.92054,0.913455,0.893552,0.870371,0.78246,0.877527,1.0234,1.09971,1.09618,1.06026,0.982228,0.971629,1.08578,1.26564,1.53041,2.22894,6.82353,14.5026,17.8899,18.3584,18.148,17.9554,17.9446,18.2927,19.0742,20.3231,22.0644,24.2581,26.628,28.6545,30.3673],[0.880919,0.879551,0.877981,0.876171,0.874148,0.918128,0.912242,0.893293,0.845993,0.728514,0.745563,0.971865,1.08227,1.10289,1.05317,0.975816,0.969844,1.08397,1.25953,1.523,2.22686,6.8331,14.5206,17.9136,18.3863,18.1735,17.9767,17.9712,18.3208,19.0724,20.3223,22.0644,24.2722,26.6133,28.6405,30.3505]],"t_unix":1786332435.2544098,"uid":"s012_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.786461,4.447911,0.957957]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.805202,7.484081,27.112934],"median_spectrum_pct":[24.271,24.2783,24.2866,24.2962,24.3078,25.0336,25.772,26.2793,25.9693,25.63,25.1531,22.4068,18.5425,14.755,11.3749,8.64675,6.6745,5.31705,4.39793,3.81558,3.43656,3.26587,3.22177,3.27284,3.44755,3.76806,4.27173,5.01716,6.09033,7.58656,9.72061,12.5949,16.1499,20.0346,23.6982,26.7983],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.790203,7.467203,27.055134],[7.805202,7.484081,27.112934],[7.817774,7.498154,27.147203]],"session":12,"source":"ink","spectrum_pct":[[24.218,24.2253,24.2336,24.2432,24.2547,24.9744,25.7096,26.2232,25.9318,25.5911,25.0909,22.356,18.4859,14.7183,11.3435,8.62847,6.65876,5.30223,4.38836,3.80591,3.43013,3.26477,3.22026,3.27284,3.44142,3.75697,4.26269,5.01029,6.07709,7.57822,9.71902,12.5949,16.1496,20.0397,23.708,26.8574],[24.271,24.2783,24.2866,24.2962,24.3078,25.0336,25.772,26.2793,25.9693,25.6437,25.1531,22.4068,18.5425,14.755,11.3749,8.64675,6.6745,5.31705,4.39793,3.81558,3.43656,3.26587,3.22177,3.27273,3.44755,3.76806,4.27173,5.01716,6.09033,7.58656,9.72522,12.5993,16.1499,20.0346,23.6982,26.7367],[24.3187,24.3259,24.3343,24.3439,24.3555,25.0778,25.8181,26.3159,25.9958,25.63,25.2,22.44,18.5642,14.7856,11.3987,8.66644,6.68891,5.32743,4.40849,3.82455,3.44526,3.27653,3.22731,3.27575,3.45417,3.77325,4.2803,5.03239,6.10239,7.60212,9.72061,12.5928,16.1653,20.0315,23.6774,26.7983]],"t_unix":1786332480.404973,"uid":"s012_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.805202,7.484081,27.112934]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.25275,7.983539,6.609314],"median_spectrum_pct":[4.72395,4.72264,4.72113,4.7194,4.7171,4.5898,4.54258,4.55165,4.3907,4.76377,9.31818,16.2535,17.5108,15.8086,13.1759,10.5711,8.51478,7.02989,5.99354,5.3188,4.86473,4.68466,4.64941,4.67936,4.82719,5.12783,5.63106,6.36466,7.42947,8.93567,11.0389,13.8071,17.2182,20.935,24.4086,27.3878],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.246151,7.972658,6.609314],[5.25275,7.983539,6.608836],[5.260132,7.994577,6.617939]],"session":12,"source":"ink","spectrum_pct":[[4.72395,4.72264,4.72113,4.7194,4.7171,4.58468,4.53287,4.55118,4.39386,4.79406,9.31818,16.1977,17.4863,15.798,13.1619,10.5558,8.50346,7.02169,5.98574,5.30814,4.85617,4.67478,4.63884,4.67089,4.8185,5.11871,5.62254,6.36029,7.42593,8.93238,11.0319,13.8246,17.2368,20.9502,24.4174,27.3878],[4.72132,4.71999,4.71847,4.71673,4.71443,4.5898,4.54258,4.55165,4.3907,4.75404,9.31643,16.2535,17.5108,15.8086,13.1759,10.5711,8.51478,7.02989,5.99354,5.3188,4.86473,4.68466,4.64941,4.67936,4.82719,5.12783,5.63106,6.36466,7.42947,8.93567,11.0389,13.8036,17.2161,20.9154,24.4085,27.3957],[4.73095,4.72962,4.7281,4.72636,4.72406,4.60252,4.55278,4.55855,4.3806,4.76377,9.33999,16.2754,17.5276,15.833,13.1912,10.5846,8.52562,7.04059,6.00369,5.32735,4.87141,4.69389,4.65598,4.68435,4.83308,5.1372,5.63836,6.36906,7.44031,8.9405,11.0474,13.8071,17.2182,20.935,24.4086,27.3331]],"t_unix":1786332525.566963,"uid":"s012_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.25275,7.983539,6.609314]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.011416666666666667,"white":0.9885833333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (206, 157, 127) atkinson_oklab_hue_aware","median_raw":[34.082781,36.950663,42.361256],"median_spectrum_pct":[36.6572,36.6579,36.6587,36.6596,36.6615,37.7607,38.4011,38.8017,38.9832,39.31,40.5478,41.3802,41.1426,40.5476,39.7251,38.6597,37.6713,36.8213,36.0544,35.599,35.0501,34.7946,34.6221,34.4401,34.3805,34.3983,34.5006,34.6069,34.7969,35.0372,35.4137,35.9442,36.6325,37.2616,37.7554,38.1031],"phase":"skin","raster_sha1":"6f24deb598f706da","raw":[[34.094147,36.961423,42.361256],[34.082781,36.950663,42.371315],[33.902321,36.754668,42.249752]],"rgb":[206,157,127],"session":12,"source":"pipeline","spectrum_pct":[[36.6572,36.6579,36.6587,36.6596,36.6615,37.7607,38.4011,38.8017,38.9832,39.298,40.5478,41.4109,41.1426,40.5476,39.7251,38.6597,37.6811,36.8384,36.0713,35.613,35.0677,34.8136,34.6415,34.4614,34.4037,34.4169,34.5177,34.6267,34.8151,35.0469,35.4337,35.9593,36.6393,37.2616,37.7554,38.1031],[36.6795,36.6802,36.681,36.6819,36.6838,37.7951,38.4274,38.8103,38.9714,39.31,40.5428,41.3802,41.1527,40.5554,39.7333,38.6607,37.6713,36.8213,36.0544,35.599,35.0501,34.7946,34.6221,34.4401,34.3805,34.3983,34.5006,34.6069,34.7969,35.0372,35.4137,35.9442,36.6325,37.2784,37.7766,38.2014],[36.567,36.5678,36.5687,36.5698,36.5715,37.4409,38.0683,38.6721,39.009,39.4055,40.6815,41.3225,40.9604,40.3426,39.5066,38.4315,37.4567,36.6179,35.8499,35.3903,34.8453,34.5918,34.4221,34.2374,34.1746,34.1896,34.2971,34.4182,34.6147,34.8692,35.2458,35.7736,36.4705,37.1235,37.5879,38.0612]],"t_unix":1786332572.9530134,"uid":"p00376","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.082781,36.950663,42.361256]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6583697916666666,"white":0.34163020833333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (172, 104, 96) atkinson_hue_aware","median_raw":[14.338942,12.366152,10.243514],"median_spectrum_pct":[8.9912,8.99015,8.98895,8.98756,8.98595,9.09511,9.18316,9.2718,9.28123,9.30215,9.96479,10.6556,10.6872,10.5433,10.3016,9.9799,9.72233,9.5759,9.51185,9.61007,10.0966,13.9105,20.0214,22.6215,23.0733,23.0594,23.0783,23.2609,23.7287,24.5058,25.6505,27.1456,28.9583,30.7554,32.2917,33.4816],"phase":"skin","raster_sha1":"4a920e2123a29555","raw":[[14.333389,12.364526,10.23779],[14.338942,12.366152,10.243514],[14.346822,12.371043,10.260811]],"rgb":[172,104,96],"session":12,"source":"pipeline","spectrum_pct":[[8.97353,8.97247,8.97125,8.96985,8.96822,9.08049,9.17807,9.2718,9.27585,9.30215,9.94216,10.6485,10.6839,10.5433,10.3016,9.9799,9.72188,9.57974,9.51526,9.61356,10.0966,13.9095,20.0077,22.6088,23.0563,23.0417,23.071,23.2462,23.7175,24.4999,25.6353,27.1447,28.9341,30.7442,32.2849,33.4629],[8.9912,8.99015,8.98895,8.98756,8.98595,9.09511,9.18316,9.2668,9.28123,9.29678,9.96479,10.6556,10.6884,10.5432,10.2982,9.97665,9.72236,9.5759,9.51153,9.61007,10.0957,13.9105,20.0214,22.6215,23.0733,23.0594,23.0783,23.2609,23.7287,24.5058,25.6505,27.1456,28.9583,30.7554,32.3046,33.4816],[8.99882,8.99777,8.99657,8.99519,8.99357,9.09893,9.18813,9.27477,9.28959,9.34907,10.0135,10.6658,10.6872,10.5471,10.3016,9.98036,9.72233,9.57535,9.51185,9.60916,10.0968,13.9197,20.0325,22.6299,23.0837,23.0694,23.0978,23.2736,23.7433,24.5291,25.6714,27.1569,28.9602,30.7663,32.2917,33.4979]],"t_unix":1786332621.5505557,"uid":"p00471","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.338942,12.366152,10.243514]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.11462760416666666,"blue":0.0,"green":0.0,"red":0.57565625,"white":0.3071953125,"yellow":0.0025208333333333333},"ink_index":null,"is_control":false,"label":"skin (131, 84, 49) atkinson_hue_aware","median_raw":[12.483013,10.824696,9.577278],"median_spectrum_pct":[8.48876,8.48811,8.48738,8.48653,8.48553,8.59773,8.65751,8.69825,8.70516,8.71868,9.17916,9.6991,9.66494,9.46144,9.18628,8.85136,8.58504,8.4337,8.36047,8.43647,8.84319,12.0596,17.1168,19.2297,19.5982,19.631,19.7512,20.0327,20.5941,21.5158,22.8461,24.6046,26.7311,28.932,30.7962,32.2095],"phase":"skin","raster_sha1":"fc1bcaa99b10fb0e","raw":[[12.482812,10.826694,9.579548],[12.484382,10.824696,9.577278],[12.483013,10.822864,9.56296]],"rgb":[131,84,49],"session":12,"source":"pipeline","spectrum_pct":[[8.48876,8.48811,8.48738,8.48653,8.48553,8.58759,8.64684,8.69222,8.70516,8.74458,9.23003,9.71115,9.67137,9.46144,9.18628,8.85368,8.58942,8.4351,8.36091,8.44042,8.84768,12.0594,17.1127,19.2232,19.5957,19.6259,19.7413,20.0198,20.5874,21.5011,22.8461,24.6046,26.7311,28.9331,30.7962,32.2084],[8.50119,8.50056,8.49983,8.49899,8.498,8.59773,8.65798,8.70317,8.7077,8.71868,9.17916,9.6991,9.66494,9.45819,9.18714,8.85136,8.58504,8.4337,8.36047,8.43647,8.84227,12.0596,17.1168,19.2297,19.5982,19.631,19.7512,20.0367,20.6013,21.5158,22.8457,24.5968,26.7142,28.932,30.806,32.2368],[8.48835,8.48771,8.48697,8.48612,8.48514,8.59791,8.65751,8.69825,8.67864,8.69757,9.14197,9.68762,9.66341,9.46169,9.18416,8.84803,8.58394,8.4298,8.35786,8.43192,8.84319,12.0615,17.1224,19.2367,19.6017,19.6314,19.7546,20.0327,20.5941,21.5177,22.8495,24.6149,26.7335,28.9256,30.7746,32.2095]],"t_unix":1786332668.9065306,"uid":"p00456","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.483013,10.824696,9.577278]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.06875,"white":0.93125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (204, 182, 173) atkinson_hue_aware","median_raw":[31.886901,34.19418,38.468276],"median_spectrum_pct":[33.3795,33.38,33.3806,33.3812,33.3825,34.2062,34.7386,35.1557,35.3612,35.6901,37.06,37.8744,37.6454,37.0971,36.345,35.3793,34.4866,33.735,33.0652,32.6832,32.281,32.5736,33.1525,33.2743,33.2783,33.3081,33.4242,33.5502,33.7728,34.0764,34.5401,35.1481,35.9522,36.6846,37.2746,37.7367],"phase":"skin","raster_sha1":"1d9f0b2f1cfb8bf7","raw":[[31.908418,34.211045,38.468276],[31.886901,34.19418,38.454636],[31.879542,34.187624,38.482521]],"rgb":[204,182,173],"session":12,"source":"pipeline","spectrum_pct":[[33.3665,33.367,33.3675,33.3681,33.3694,34.1847,34.7224,35.1543,35.3712,35.6901,37.0749,37.8777,37.6454,37.0918,36.345,35.3806,34.4889,33.7442,33.08,32.7012,32.3009,32.6007,33.1869,33.3111,33.3117,33.343,33.4647,33.5932,33.8094,34.1028,34.564,35.186,35.9719,36.7071,37.2746,37.707],[33.3795,33.38,33.3806,33.3812,33.3825,34.2062,34.7386,35.1557,35.3411,35.6519,37.0005,37.83,37.6289,37.0971,36.3445,35.3793,34.4866,33.735,33.0652,32.6832,32.281,32.5736,33.1525,33.2743,33.2783,33.3081,33.4242,33.5502,33.7728,34.0764,34.5401,35.1321,35.9296,36.6834,37.2297,37.7367],[33.3933,33.3938,33.3943,33.395,33.3963,34.2246,34.7551,35.1657,35.3612,35.7062,37.06,37.8744,37.661,37.106,36.3493,35.375,34.4753,33.7203,33.0462,32.6644,32.2661,32.5629,33.1366,33.2553,33.2643,33.2906,33.4049,33.5369,33.7617,34.0707,34.5327,35.1481,35.9522,36.6846,37.2822,37.7711]],"t_unix":1786332716.2289314,"uid":"p00372","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.886901,34.19418,38.468276]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5627942708333333,"white":0.43720572916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (147, 105, 78) fs_cam16ucs_hue_aware","median_raw":[16.608832,15.171266,13.505703],"median_spectrum_pct":[11.7961,11.7951,11.794,11.7927,11.7912,11.9916,12.1182,12.1933,12.2197,12.3371,13.1373,14.0147,14.1323,13.9535,13.6432,13.2322,12.8764,12.625,12.4628,12.486,12.8852,16.3987,21.8777,24.1611,24.5966,24.6492,24.7451,24.9654,25.4584,26.2216,27.3038,28.6868,30.3554,31.9913,33.3488,34.362],"phase":"skin","raster_sha1":"2390fa7c639460c8","raw":[[16.609143,15.173641,13.508944],[16.608619,15.171266,13.501684],[16.608832,15.170435,13.505703]],"rgb":[147,105,78],"session":12,"source":"pipeline","spectrum_pct":[[11.7889,11.7879,11.7868,11.7854,11.784,11.9878,12.1182,12.2032,12.2201,12.3392,13.1516,14.013,14.1344,13.9548,13.6432,13.2325,12.8768,12.6335,12.4675,12.4904,12.8906,16.3999,21.8752,24.1554,24.5877,24.6398,24.7446,24.9646,25.4588,26.2187,27.3,28.6868,30.3554,31.9913,33.3488,34.362],[11.7961,11.7951,11.794,11.7927,11.7912,11.9916,12.1175,12.1933,12.2197,12.3197,13.1063,14.0281,14.1323,13.9535,13.6387,13.2322,12.8756,12.625,12.4628,12.486,12.8852,16.3987,21.8777,24.1632,24.5966,24.6492,24.7451,24.9654,25.4558,26.2216,27.3038,28.6962,30.3588,31.9989,33.3608,34.3842],[11.801,11.8,11.7989,11.7976,11.7961,11.9997,12.1253,12.1918,12.2055,12.3371,13.1373,14.0147,14.1209,13.953,13.646,13.2294,12.8764,12.6243,12.4584,12.4808,12.8824,16.3971,21.8781,24.1611,24.5985,24.6501,24.7541,24.9724,25.4584,26.2218,27.3159,28.6845,30.3273,31.9735,33.3339,34.3497]],"t_unix":1786332763.2978206,"uid":"p00467","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.608832,15.171266,13.505703]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":12,"source":"bayer","t_unix":1786332808.5327985,"uid":"p01332","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":12,"source":"bayer","t_unix":1786332808.5349035,"uid":"p01333","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":12,"source":"bayer","t_unix":1786332808.5371227,"uid":"p01334","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.10818489583333334,"blue":0.0,"green":0.0010598958333333333,"red":0.509,"white":0.38138020833333336,"yellow":0.000375},"ink_index":null,"is_control":false,"label":"skin (124, 96, 84) fs_cam16ucs_hue_aware","median_raw":[14.045677,12.734652,11.87671],"median_spectrum_pct":[10.4765,10.4759,10.4752,10.4745,10.4736,10.649,10.7516,10.7903,10.7588,10.8147,11.4833,12.072,12.0286,11.7882,11.4604,11.0625,10.7304,10.4986,10.3464,10.3586,10.7075,13.7199,18.3967,20.3232,20.6932,20.7568,20.8993,21.1963,21.777,22.6837,23.9959,25.6885,27.7123,29.7776,31.5745,32.9363],"phase":"skin","raster_sha1":"7bdd254787d7d289","raw":[[14.045737,12.737269,11.87671],[14.045677,12.734652,11.881312],[14.044173,12.730964,11.864164]],"rgb":[124,96,84],"session":12,"source":"pipeline","spectrum_pct":[[10.4665,10.4659,10.4652,10.4644,10.4636,10.6402,10.7455,10.7908,10.7588,10.8147,11.4905,12.072,12.0311,11.7883,11.4617,11.0667,10.7339,10.5052,10.3492,10.3618,10.7136,13.7226,18.396,20.3232,20.6932,20.7488,20.8888,21.1876,21.7688,22.6837,23.9888,25.6782,27.7054,29.7811,31.5745,32.9099],[10.4829,10.4824,10.4817,10.481,10.4801,10.649,10.7516,10.7903,10.7617,10.8251,11.4833,12.073,12.0286,11.7868,11.4604,11.0625,10.7295,10.4986,10.3464,10.3586,10.7075,13.7188,18.397,20.3213,20.6885,20.7568,20.8993,21.1963,21.777,22.6794,23.9959,25.6915,27.7244,29.7776,31.5837,32.9495],[10.4765,10.4759,10.4752,10.4745,10.4736,10.6549,10.7572,10.7893,10.7511,10.7838,11.3924,12.0335,12.018,11.7882,11.4561,11.0608,10.7304,10.4964,10.3426,10.3565,10.7046,13.7199,18.3967,20.3271,20.6947,20.7571,20.902,21.2012,21.7816,22.692,23.9995,25.6885,27.7123,29.7761,31.5625,32.9363]],"t_unix":1786332810.129029,"uid":"p00290","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.045677,12.734652,11.87671]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (236, 207, 197) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[236,207,197],"session":12,"source":"pipeline","t_unix":1786332857.6044126,"uid":"p00522","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.111234375,"blue":0.0,"green":0.0,"red":0.4811901041666667,"white":0.407546875,"yellow":2.8645833333333333e-05},"ink_index":null,"is_control":false,"label":"skin (135, 96, 64) atkinson_oklab_hue_aware","median_raw":[14.594861,13.435718,12.971719],"median_spectrum_pct":[11.4238,11.4234,11.4229,11.4223,11.4216,11.57,11.7038,11.8218,11.8532,11.9275,12.4618,13.0129,12.9089,12.6511,12.3131,11.8998,11.5501,11.307,11.1347,11.1362,11.4524,14.2997,18.7184,20.5222,20.864,20.9227,21.0552,21.3423,21.912,22.806,24.0915,25.756,27.7413,29.7885,31.566,32.9169],"phase":"skin","raster_sha1":"66afb74fabd6da3d","raw":[[14.597652,13.441385,12.982133],[14.593311,13.433821,12.971719],[14.594861,13.435718,12.968905]],"rgb":[135,96,64],"session":12,"source":"pipeline","spectrum_pct":[[11.4208,11.4204,11.4199,11.4193,11.4186,11.5673,11.6988,11.8178,11.8698,11.953,12.5096,13.0203,12.9262,12.6518,12.3158,11.9055,11.5531,11.3132,11.1418,11.1429,11.4569,14.3009,18.7178,20.5224,20.8656,20.9221,21.0552,21.3423,21.912,22.8081,24.0915,25.7718,27.7864,29.8422,31.5798,32.9216],[11.4238,11.4234,11.4229,11.4223,11.4216,11.57,11.7038,11.8218,11.851,11.9275,12.4618,13.0129,12.9031,12.6467,12.3028,11.8938,11.5469,11.3067,11.1347,11.1361,11.4524,14.2984,18.7184,20.5186,20.864,20.9227,21.0532,21.3389,21.8997,22.7925,24.0845,25.756,27.7344,29.7809,31.5464,32.8867],[11.4358,11.4354,11.4349,11.4343,11.4336,11.579,11.7128,11.8257,11.8532,11.8746,12.4593,13.0086,12.9089,12.6511,12.3131,11.8998,11.5501,11.307,11.132,11.1362,11.4511,14.2997,18.7235,20.5222,20.8629,20.9243,21.0641,21.3474,21.9129,22.806,24.1007,25.7522,27.7413,29.7885,31.566,32.9169]],"t_unix":1786332859.9559188,"uid":"p00298","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.594861,13.435718,12.971719]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.35490625,"red":0.64509375,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (93, 60, 50) atkinson_oklab_hue_aware","median_raw":[7.325914,6.373117,2.892396],"median_spectrum_pct":[2.1429,2.14124,2.13933,2.13713,2.13448,2.08216,2.05659,2.04808,1.99071,2.17025,3.88173,6.37717,7.01975,6.70623,6.02337,5.24422,4.59625,4.14922,3.87089,3.78742,4.09693,6.95425,11.4152,13.2451,13.5995,13.7092,13.947,14.3963,15.1855,16.4037,18.108,20.2883,22.9548,25.7416,28.194,30.1837],"phase":"skin","raster_sha1":"dc1f073f248c1ff4","raw":[[7.314848,6.362312,2.877279],[7.325914,6.373117,2.896721],[7.331047,6.377546,2.892396]],"rgb":[93,60,50],"session":12,"source":"pipeline","spectrum_pct":[[2.12348,2.12181,2.11989,2.11768,2.11504,2.07566,2.0489,2.04144,1.98382,2.17025,3.82288,6.35849,7.00296,6.69303,6.00922,5.2352,4.58658,4.14253,3.86742,3.78611,4.0931,6.94293,11.3962,13.2303,13.5881,13.6975,13.9319,14.3755,15.1657,16.3863,18.0929,20.2856,22.9548,25.7068,28.1778,30.1405],[2.1429,2.14124,2.13933,2.13713,2.13448,2.08216,2.05659,2.05336,2.00626,2.16788,3.91171,6.37717,7.01975,6.70623,6.02337,5.24422,4.59625,4.14922,3.87089,3.78742,4.09693,6.95425,11.4152,13.2451,13.5995,13.7092,13.947,14.3963,15.1855,16.4037,18.108,20.2883,22.9452,25.7435,28.194,30.1837],[2.1442,2.14254,2.14063,2.13843,2.13578,2.08476,2.05849,2.04808,1.99071,2.17547,3.88173,6.37814,7.02888,6.71088,6.02631,5.24854,4.59693,4.15351,3.87336,3.79072,4.10089,6.9621,11.425,13.2562,13.6124,13.7204,13.9557,14.4033,15.1984,16.4185,18.1216,20.3191,22.9784,25.7416,28.2194,30.2164]],"t_unix":1786332907.5221822,"uid":"p00268","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.325914,6.373117,2.892396]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.17819010416666667,"white":0.8090885416666667,"yellow":0.012721354166666667},"ink_index":null,"is_control":false,"label":"skin (235, 169, 144) fs_cam16ucs_hue_aware","median_raw":[27.897683,29.263144,31.450718],"median_spectrum_pct":[27.2786,27.2785,27.2784,27.2782,27.2784,27.9054,28.3241,28.6608,28.8199,29.0446,30.3442,31.4604,31.4588,31.0599,30.4604,29.6587,28.8914,28.2501,27.6855,27.407,27.2511,28.4928,30.3946,31.0544,31.1695,31.2198,31.3601,31.5371,31.8421,32.2852,32.9187,33.7233,34.7017,35.6479,36.3824,36.9528],"phase":"skin","raster_sha1":"597d69e15b30ff59","raw":[[27.912023,29.276196,31.450718],[27.897683,29.263144,31.450085],[27.879385,29.250641,31.451875]],"rgb":[235,169,144],"session":12,"source":"pipeline","spectrum_pct":[[27.2786,27.2785,27.2784,27.2782,27.2784,27.888,28.3107,28.6543,28.8281,29.0563,30.3592,31.4769,31.4593,31.0525,30.46,29.6588,28.903,28.2621,27.701,27.4235,27.2677,28.5123,30.4199,31.0791,31.1949,31.2444,31.3766,31.5495,31.8547,32.2969,32.9187,33.7361,34.7107,35.6555,36.373,36.978],[27.2707,27.2706,27.2705,27.2703,27.2705,27.9054,28.3241,28.6608,28.8199,29.0446,30.3442,31.4572,31.4529,31.0599,30.4604,29.6515,28.8914,28.2501,27.6855,27.407,27.2511,28.4928,30.3946,31.0544,31.1695,31.2198,31.3601,31.5371,31.8421,32.2852,32.9217,33.7233,34.7017,35.6479,36.3824,36.9528],[27.2999,27.2998,27.2997,27.2996,27.2998,27.9266,28.3434,28.665,28.799,29.0291,30.3268,31.4604,31.4588,31.0635,30.4648,29.6587,28.8913,28.2391,27.6723,27.3862,27.2283,28.4664,30.3613,31.0212,31.1398,31.1909,31.3255,31.5047,31.8057,32.2527,32.87,33.6868,34.6726,35.6285,36.3913,36.9488]],"t_unix":1786332954.5383768,"uid":"p00521","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.897683,29.263144,31.450718]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (225, 202, 194) atkinson_oklab_hue_aware","median_raw":[34.562691,37.531825,43.029124],"median_spectrum_pct":[37.2145,37.2152,37.216,37.217,37.2188,38.2578,38.9313,39.4174,39.6522,40.0044,41.2692,42.0406,41.7585,41.1621,40.3501,39.2886,38.3097,37.4717,36.7102,36.2586,35.7001,35.3436,35.0313,34.7845,34.7046,34.7103,34.8066,34.8978,35.06,35.261,35.6159,36.0929,36.7317,37.3388,37.8035,38.1222],"phase":"skin","raster_sha1":"74458a184e222a45","raw":[[34.577441,37.545976,43.030036],[34.562691,37.531825,43.029124],[34.548044,37.521246,43.027781]],"rgb":[225,202,194],"session":12,"source":"pipeline","spectrum_pct":[[37.2145,37.2152,37.216,37.217,37.2188,38.2333,38.904,39.4132,39.6606,40.0276,41.2952,42.0406,41.7585,41.1621,40.3501,39.291,38.3207,37.4864,36.7258,36.275,35.7189,35.3634,35.0537,34.8093,34.7312,34.7356,34.8285,34.9183,35.0767,35.2803,35.6373,36.1184,36.7456,37.3513,37.8134,38.1654],[37.2063,37.207,37.2078,37.2087,37.2105,38.2578,38.9313,39.4215,39.6522,40.0044,41.2692,41.9999,41.7486,41.1637,40.352,39.2886,38.3097,37.4717,36.7102,36.2586,35.7001,35.3436,35.0313,34.7845,34.7046,34.7103,34.8066,34.8978,35.06,35.261,35.6159,36.0929,36.7279,37.337,37.7788,38.0977],[37.2252,37.2259,37.2267,37.2277,37.2295,38.2688,38.9425,39.4174,39.6311,39.9874,41.2557,42.0412,41.7617,41.1581,40.3475,39.2851,38.3049,37.4635,36.6957,36.2453,35.6852,35.3248,35.0089,34.7596,34.68,34.6811,34.7803,34.8739,35.0383,35.2525,35.5901,36.0837,36.7317,37.3388,37.8035,38.1222]],"t_unix":1786333002.07318,"uid":"p00406","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.562691,37.531825,43.029124]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.65828125,"white":0.34171875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (193, 102, 103) atkinson_hue_aware","median_raw":[14.431511,12.479871,10.405012],"median_spectrum_pct":[9.20365,9.20266,9.20153,9.20022,9.1987,9.31953,9.38834,9.41817,9.36607,9.3877,10.0719,10.7998,10.8586,10.7224,10.4673,10.1295,9.85424,9.69528,9.61475,9.70352,10.1825,13.9913,20.0972,22.6907,23.1382,23.1298,23.1539,23.3286,23.7879,24.5678,25.7104,27.189,28.9785,30.7984,32.3318,33.5251],"phase":"skin","raster_sha1":"aac7ad6cc65f610b","raw":[[14.429567,12.479871,10.405012],[14.431511,12.478398,10.39932],[14.440187,12.484854,10.417462]],"rgb":[193,102,103],"session":12,"source":"pipeline","spectrum_pct":[[9.20403,9.20304,9.20191,9.2006,9.19908,9.31488,9.38348,9.41638,9.36508,9.3877,10.0719,10.7998,10.8586,10.716,10.4673,10.1322,9.85424,9.69649,9.62023,9.70745,10.1846,13.9882,20.089,22.6812,23.1325,23.1158,23.1447,23.3209,23.7879,24.5618,25.7022,27.1869,28.9586,30.7961,32.3238,33.5251],[9.20365,9.20266,9.20153,9.20022,9.1987,9.31953,9.38834,9.41817,9.36607,9.37798,10.0196,10.7678,10.8548,10.7224,10.4695,10.1276,9.85151,9.69353,9.61475,9.70331,10.1823,13.9913,20.0972,22.6907,23.1382,23.1298,23.1539,23.3286,23.7851,24.5678,25.7104,27.189,28.9785,30.7984,32.3318,33.5209],[9.18695,9.18594,9.18478,9.18344,9.18193,9.32518,9.39617,9.42177,9.37871,9.41803,10.0878,10.8151,10.8701,10.7256,10.4652,10.1295,9.85578,9.69528,9.61146,9.70352,10.1825,13.998,20.1087,22.7054,23.1543,23.1458,23.1692,23.3476,23.8063,24.583,25.7218,27.2102,28.9826,30.8153,32.3565,33.5519]],"t_unix":1786333049.6161263,"uid":"p00357","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.431511,12.479871,10.405012]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4993203125,"white":0.5006796875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (193, 124, 121) atkinson_hue_aware","median_raw":[18.297786,17.259252,16.416857],"median_spectrum_pct":[14.3008,14.3001,14.2992,14.2981,14.297,14.5441,14.7592,14.9232,14.9562,15.0889,15.893,16.7126,16.6755,16.4411,16.1103,15.6683,15.2734,14.9683,14.7271,14.7006,15.0211,18.1816,23.1035,25.1236,25.4902,25.5219,25.6064,25.7933,26.2396,26.9453,27.9541,29.2427,30.787,32.3341,33.6249,34.5888],"phase":"skin","raster_sha1":"e13706b8ed66d871","raw":[[18.392932,17.350764,16.465863],[18.29655,17.259169,16.416237],[18.297786,17.259252,16.416857]],"rgb":[193,124,121],"session":12,"source":"pipeline","spectrum_pct":[[14.3381,14.3373,14.3364,14.3353,14.3342,14.6757,14.8968,14.9792,14.9392,15.0622,15.8792,16.7291,16.7512,16.5226,16.1991,15.7542,15.3624,15.0554,14.8117,14.7857,15.1112,18.2852,23.232,25.259,25.6243,25.6585,25.7427,25.9242,26.3625,27.0628,28.0747,29.3584,30.9077,32.4212,33.7144,34.7029],[14.2877,14.2869,14.286,14.285,14.2839,14.533,14.7511,14.9214,14.9562,15.1215,15.8966,16.7126,16.6755,16.4411,16.1077,15.6648,15.2716,14.9683,14.7271,14.7006,15.0211,18.1812,23.1019,25.1223,25.4845,25.521,25.6018,25.7879,26.2396,26.9453,27.9541,29.2319,30.787,32.3341,33.6249,34.5888],[14.3008,14.3001,14.2992,14.2981,14.297,14.5441,14.7592,14.9232,14.967,15.0889,15.893,16.7035,16.6706,16.4411,16.1103,15.6683,15.2734,14.9677,14.7255,14.6991,15.0204,18.1816,23.1035,25.1236,25.4902,25.5219,25.6064,25.7933,26.238,26.9441,27.9501,29.2427,30.7833,32.3145,33.6167,34.5832]],"t_unix":1786333096.9635813,"uid":"p00360","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.297786,17.259252,16.416857]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2381171875,"white":0.7474192708333334,"yellow":0.014463541666666666},"ink_index":null,"is_control":false,"label":"skin (176, 159, 146) fs_cam16ucs_hue_aware","median_raw":[25.947381,26.8514,27.982716],"median_spectrum_pct":[24.2547,24.2543,24.2538,24.2533,24.2528,24.7322,25.1027,25.4362,25.5563,25.8237,27.1813,28.4071,28.4441,28.1017,27.57,26.8335,26.1433,25.5536,25.0567,24.8356,24.7877,26.4759,29.04,30.0003,30.1916,30.2578,30.4128,30.6146,30.9594,31.462,32.1563,33.0591,34.1313,35.1757,35.9709,36.6075],"phase":"skin","raster_sha1":"3b7e77868a377bb8","raw":[[25.957574,26.860221,27.982716],[25.947381,26.8514,27.97408],[25.940339,26.849708,27.999401]],"rgb":[176,159,146],"session":12,"source":"pipeline","spectrum_pct":[[24.2547,24.2543,24.2538,24.2533,24.2528,24.7213,25.0883,25.4293,25.5563,25.8237,27.1948,28.4071,28.4441,28.0999,27.5658,26.8335,26.1454,25.5606,25.0659,24.843,24.7967,26.4863,29.0546,30.0133,30.2046,30.2752,30.4337,30.6388,30.9762,31.4798,32.1866,33.0672,34.1407,35.1651,35.9709,36.6116],[24.2427,24.2423,24.2418,24.2412,24.2408,24.7322,25.1027,25.4362,25.5449,25.7879,27.1471,28.38,28.4426,28.1017,27.57,26.8317,26.1374,25.5513,25.0567,24.8356,24.7877,26.4759,29.04,30.0003,30.1916,30.2578,30.4128,30.6146,30.9594,31.462,32.1563,33.0591,34.1265,35.1757,35.9506,36.5837],[24.261,24.2606,24.2601,24.2595,24.2591,24.7529,25.1215,25.4485,25.5586,25.8435,27.1813,28.4124,28.4584,28.114,27.5785,26.8414,26.1433,25.5536,25.0534,24.8259,24.7772,26.4587,29.0194,29.9739,30.166,30.2367,30.3916,30.5976,30.9465,31.454,32.1492,33.0472,34.1313,35.1771,35.9903,36.6075]],"t_unix":1786333143.7446132,"uid":"p00332","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.947381,26.8514,27.982716]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.304984375,"white":0.695015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (228, 148, 149) fs_cam16ucs_hue_aware","median_raw":[23.808849,24.126669,24.893636],"median_spectrum_pct":[21.6076,21.6072,21.6067,21.6061,21.6056,22.0564,22.3817,22.6426,22.7018,22.8931,24.1778,25.2605,25.2212,24.8592,24.3448,23.6647,23.0258,22.4955,22.0448,21.8627,21.9318,24.0968,27.3727,28.6349,28.8947,28.9875,29.1629,29.382,29.793,30.3713,31.1768,32.1912,33.4019,34.5713,35.4909,36.1863],"phase":"skin","raster_sha1":"b9705f96ce41ff81","raw":[[23.817754,24.137387,24.893636],[23.808849,24.126669,24.892793],[23.801241,24.121269,24.893722]],"rgb":[228,148,149],"session":12,"source":"pipeline","spectrum_pct":[[21.6076,21.6072,21.6067,21.6061,21.6056,22.0469,22.3759,22.6428,22.7018,22.9094,24.1819,25.2822,25.2271,24.8611,24.3448,23.671,23.0383,22.5055,22.0579,21.8757,21.9482,24.1109,27.3816,28.6468,28.9079,28.9979,29.1673,29.3957,29.796,30.3856,31.1936,32.2039,33.4046,34.5985,35.5257,36.1863],[21.6296,21.6292,21.6287,21.6282,21.6277,22.0564,22.3817,22.6416,22.7027,22.8886,24.1778,25.2605,25.2212,24.8563,24.3425,23.6615,23.0258,22.4955,22.0448,21.8627,21.9318,24.0968,27.3727,28.6349,28.8947,28.9875,29.1629,29.382,29.793,30.3713,31.1768,32.1912,33.4019,34.5713,35.4909,36.1802],[21.5967,21.5962,21.5957,21.5951,21.5947,22.0659,22.3961,22.6426,22.6995,22.8931,24.1761,25.2594,25.2204,24.8592,24.3452,23.6647,23.0236,22.4898,22.0381,21.8553,21.9207,24.0832,27.3566,28.6248,28.8852,28.973,29.1512,29.3742,29.7792,30.3681,31.1751,32.1726,33.3989,34.5572,35.487,36.1865]],"t_unix":1786333190.6179883,"uid":"p00512","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.808849,24.126669,24.893636]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6632473958333334,"blue":0.0,"green":0.0,"red":0.3367526041666667,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (80, 48, 35) atkinson_hue_aware","median_raw":[2.936945,1.957415,1.874799],"median_spectrum_pct":[1.93028,1.93037,1.93048,1.9306,1.93066,1.90306,1.85282,1.7933,1.67676,1.58847,1.52769,1.56081,1.46984,1.32547,1.168,1.01604,0.921413,0.897561,0.91815,0.982549,1.19486,2.53813,4.48343,5.22844,5.39978,5.53181,5.81353,6.31851,7.17381,8.53097,10.5155,13.2169,16.5762,20.1815,23.5031,26.2658],"phase":"skin","raster_sha1":"f912a3848bb0d7aa","raw":[[2.930407,1.953289,1.861064],[2.936945,1.958883,1.881432],[2.937399,1.957415,1.874799]],"rgb":[80,48,35],"session":12,"source":"pipeline","spectrum_pct":[[1.91508,1.91517,1.91527,1.91538,1.91543,1.89085,1.84437,1.78689,1.67008,1.56475,1.50178,1.55088,1.46189,1.32107,1.168,1.01358,0.921413,0.897561,0.91815,0.982549,1.19221,2.53286,4.47757,5.21834,5.39156,5.52836,5.80975,6.31851,7.17306,8.53097,10.5261,13.2154,16.5902,20.2122,23.5392,26.3312],[1.93624,1.93634,1.93645,1.93658,1.93664,1.90306,1.85282,1.7933,1.68064,1.60155,1.57397,1.56081,1.47464,1.32734,1.16671,1.01753,0.92584,0.901951,0.919442,0.984716,1.19486,2.53813,4.48343,5.22844,5.39978,5.53181,5.81353,6.31533,7.17381,8.53288,10.5155,13.2169,16.5762,20.1815,23.5031,26.2658],[1.93028,1.93037,1.93048,1.9306,1.93066,1.90348,1.85575,1.79388,1.67676,1.58847,1.52769,1.5613,1.46984,1.32547,1.16869,1.01604,0.920879,0.897201,0.916761,0.9818,1.19645,2.5406,4.48508,5.23338,5.40577,5.54202,5.81732,6.32243,7.17838,8.51903,10.5056,13.2199,16.547,20.1359,23.4499,26.2466]],"t_unix":1786333238.1429405,"uid":"p00432","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[2.936945,1.957415,1.874799]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.2348671875,"blue":0.0,"green":0.0,"red":0.6015390625,"white":0.16359375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (111, 65, 49) atkinson_oklab_hue_aware","median_raw":[8.641439,6.808024,5.485639],"median_spectrum_pct":[4.99922,4.9987,4.99811,4.99742,4.99655,5.01964,5.03979,5.03192,4.96976,4.91808,5.11805,5.39873,5.39903,5.24798,5.04523,4.81073,4.64664,4.59097,4.59719,4.71031,5.13158,8.11987,12.8167,14.7555,15.0881,15.1201,15.2354,15.5405,16.1758,17.2288,18.7816,20.8304,23.3896,26.0448,28.3758,30.251],"phase":"skin","raster_sha1":"9e70a4ac6ea070fc","raw":[[8.639454,6.808024,5.493998],[8.641439,6.807839,5.485639],[8.646071,6.810455,5.485514]],"rgb":[111,65,49],"session":12,"source":"pipeline","spectrum_pct":[[4.99922,4.9987,4.99811,4.99742,4.99655,5.01277,5.03449,5.02914,4.98119,4.94537,5.15783,5.40053,5.39903,5.24798,5.04449,4.81073,4.64664,4.59097,4.60105,4.71347,5.13157,8.11791,12.8124,14.7449,15.076,15.1097,15.2263,15.5333,16.1668,17.2265,18.7763,20.8243,23.3896,26.0448,28.4218,30.2786],[5.00153,5.00101,5.00042,4.99973,4.99887,5.01964,5.03979,5.03192,4.96395,4.91808,5.11805,5.39873,5.39422,5.24736,5.0464,4.80795,4.64636,4.59179,4.59719,4.71031,5.13221,8.11987,12.8167,14.7555,15.0881,15.1201,15.2354,15.5405,16.1758,17.2288,18.7816,20.8304,23.3879,26.032,28.3758,30.2219],[4.99903,4.99851,4.99791,4.99722,4.99636,5.02534,5.0419,5.03678,4.96976,4.902,5.10963,5.3934,5.3998,5.25608,5.04523,4.81113,4.64809,4.59053,4.59646,4.70813,5.13158,8.12716,12.8262,14.7655,15.0989,15.134,15.2495,15.5454,16.188,17.2422,18.793,20.8468,23.4065,26.0557,28.3554,30.251]],"t_unix":1786333285.5092492,"uid":"p00451","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.641439,6.808024,5.485639]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6104661458333334,"blue":0.0,"green":2.6041666666666666e-06,"red":0.29520572916666665,"white":0.08969270833333333,"yellow":0.0046328125},"ink_index":null,"is_control":false,"label":"skin (84, 58, 47) atkinson_hue_aware","median_raw":[4.647892,3.816024,4.291513],"median_spectrum_pct":[4.07038,4.07066,4.07099,4.07136,4.07166,4.06587,4.06429,4.03768,3.93159,3.80933,3.82092,3.83619,3.69365,3.48461,3.24565,3.0103,2.83446,2.73815,2.69026,2.71654,2.89122,4.2007,6.12997,6.87448,7.04828,7.19336,7.48059,7.97649,8.81605,10.1375,12.0731,14.6906,17.9161,21.3661,24.5091,27.1508],"phase":"skin","raster_sha1":"3ac6afe0f661af7f","raw":[[4.647892,3.816024,4.294231],[4.651683,3.818591,4.290129],[4.632737,3.803312,4.291513]],"rgb":[84,58,47],"session":12,"source":"pipeline","spectrum_pct":[[4.06656,4.06683,4.06713,4.06748,4.0678,4.06587,4.06429,4.03768,3.93159,3.82138,3.82092,3.83619,3.69365,3.48466,3.24565,3.0103,2.83446,2.73815,2.69026,2.71654,2.89122,4.2007,6.12997,6.87448,7.04828,7.19336,7.48059,7.97649,8.81605,10.1375,12.0731,14.6996,17.9387,21.3789,24.5526,27.1648],[4.07981,4.08008,4.0804,4.08076,4.08108,4.07896,4.07539,4.04036,3.93017,3.77282,3.80362,3.82165,3.69949,3.48461,3.24921,3.01431,2.83698,2.74007,2.69159,2.71854,2.8949,4.2062,6.1388,6.88556,7.05735,7.19816,7.48495,7.98141,8.8166,10.138,12.0735,14.6906,17.9161,21.3661,24.5091,27.1508],[4.07038,4.07066,4.07099,4.07136,4.07166,4.04675,4.04087,4.03512,3.94853,3.80933,3.84975,3.84166,3.69066,3.46874,3.23272,2.9977,2.82444,2.72902,2.6802,2.70456,2.8792,4.18412,6.10959,6.8547,7.02457,7.16702,7.45158,7.93958,8.77592,10.0908,12.0173,14.6205,17.8455,21.2643,24.4137,27.0544]],"t_unix":1786333333.2083144,"uid":"p00261","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.647892,3.816024,4.291513]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.8314088541666667,"blue":0.0,"green":2.6041666666666666e-06,"red":0.08958854166666666,"white":0.079,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (71, 58, 50) atkinson_hue_aware","median_raw":[3.329635,2.990367,4.412148],"median_spectrum_pct":[4.27652,4.27723,4.27805,4.27898,4.27991,4.24061,4.19863,4.17632,4.04956,3.90165,3.91846,3.79931,3.57351,3.29424,3.00893,2.74089,2.55,2.42599,2.34094,2.31103,2.35412,2.86042,3.54518,3.81604,3.95499,4.15864,4.5049,5.05714,5.94006,7.32642,9.36304,12.1495,15.6369,19.386,22.9145,25.8248],"phase":"skin","raster_sha1":"4695a9b0fbc20605","raw":[[3.322635,2.985308,4.382554],[3.33374,2.994933,4.423944],[3.329635,2.990367,4.412148]],"rgb":[71,58,50],"session":12,"source":"pipeline","spectrum_pct":[[4.26581,4.26652,4.26734,4.26827,4.26919,4.22523,4.18519,4.16155,4.03383,3.83491,3.82958,3.79931,3.56353,3.28675,3.00184,2.74089,2.54776,2.42249,2.33855,2.31015,2.35337,2.86042,3.54201,3.81103,3.95024,4.15198,4.49683,5.05126,5.93307,7.3184,9.36304,12.1474,15.6369,19.386,22.9145,25.8248],[4.29474,4.29546,4.29629,4.29725,4.29817,4.24061,4.19863,4.17632,4.06006,3.93306,3.95691,3.82558,3.57914,3.30018,3.01117,2.74357,2.5535,2.42768,2.34255,2.31174,2.35786,2.86596,3.54944,3.82037,3.95735,4.16101,4.50493,5.05958,5.94188,7.33081,9.37195,12.1597,15.6523,19.4075,22.9334,25.8715],[4.27652,4.27723,4.27805,4.27898,4.27991,4.24241,4.20421,4.17659,4.04956,3.90165,3.91846,3.79588,3.57351,3.29424,3.00893,2.7403,2.55,2.42599,2.34094,2.31103,2.35412,2.85962,3.54518,3.81604,3.95499,4.15864,4.5049,5.05714,5.94006,7.32642,9.3589,12.1495,15.6177,19.3687,22.873,25.7823]],"t_unix":1786333382.2950616,"uid":"p00252","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.329635,2.990367,4.412148]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (203, 173, 153) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[203,173,153],"session":12,"source":"pipeline","t_unix":1786333429.6978583,"uid":"p00496","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.05130208333333333,"white":0.9223619791666666,"yellow":0.0263359375},"ink_index":null,"is_control":false,"label":"skin (215, 190, 172) fs_cam16ucs_hue_aware","median_raw":[32.568088,35.168166,38.164825],"median_spectrum_pct":[32.8871,32.8869,32.8867,32.8865,32.8868,33.7183,34.3109,34.7942,35.0176,35.3649,36.8526,38.2285,38.3447,38.0171,37.4009,36.4997,35.6358,34.8866,34.2012,33.8217,33.4049,33.602,34.0394,34.1041,34.1001,34.1133,34.2109,34.3101,34.4832,34.7263,35.1048,35.6268,36.3092,36.9483,37.4381,37.837],"phase":"skin","raster_sha1":"8470f65ea678aaf8","raw":[[32.578466,35.175163,38.164825],[32.568088,35.168166,38.181868],[32.543796,35.145369,38.163026]],"rgb":[215,190,172],"session":12,"source":"pipeline","spectrum_pct":[[32.8852,32.885,32.8848,32.8846,32.8849,33.6966,34.2912,34.7942,35.0176,35.3649,36.8526,38.2285,38.3383,38.0107,37.4009,36.4997,35.6404,34.8963,34.2138,33.8319,33.4171,33.6196,34.0644,34.1298,34.1204,34.1359,34.235,34.3301,34.4995,34.7507,35.1328,35.6393,36.3318,36.9611,37.4386,37.8224],[32.905,32.9048,32.9046,32.9044,32.9047,33.7183,34.3109,34.7979,35.0248,35.395,36.8766,38.2383,38.3499,38.0222,37.4103,36.5009,35.6358,34.8866,34.2012,33.8217,33.4049,33.602,34.0394,34.1041,34.1001,34.1133,34.2109,34.3101,34.4832,34.7263,35.1048,35.6268,36.3092,36.9445,37.4381,37.8676],[32.8871,32.8869,32.8867,32.8865,32.8868,33.7222,34.3146,34.7903,35.0134,35.3409,36.8099,38.2214,38.3447,38.0171,37.3969,36.4868,35.6183,34.8663,34.1763,33.7902,33.3777,33.5752,34.0082,34.0746,34.0672,34.0829,34.1788,34.2754,34.4533,34.7017,35.0796,35.6032,36.2858,36.9483,37.4064,37.837]],"t_unix":1786333431.3152382,"uid":"p00395","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.568088,35.168166,38.164825]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5871354166666667,"blue":0.0,"green":0.13194791666666666,"red":0.28091666666666665,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (66, 51, 49) atkinson_hue_aware","median_raw":[3.62978,3.043333,2.595132],"median_spectrum_pct":[2.4525,2.45238,2.45224,2.45208,2.45172,2.37159,2.32688,2.27826,2.16169,2.07075,2.5901,3.37753,3.48631,3.23741,2.87753,2.48315,2.17707,1.97628,1.86138,1.83512,1.98094,3.23572,5.07848,5.79606,5.99246,6.1778,6.5132,7.07471,7.98831,9.38589,11.3974,14.1085,17.418,20.933,24.1598,26.8445],"phase":"skin","raster_sha1":"a94996edd235834b","raw":[[3.625966,3.03892,2.593466],[3.62978,3.043333,2.595132],[3.637953,3.051294,2.612588]],"rgb":[66,51,49],"session":12,"source":"pipeline","spectrum_pct":[[2.4436,2.44348,2.44333,2.44317,2.44281,2.36435,2.31568,2.27328,2.16169,2.07075,2.5901,3.36961,3.47893,3.23741,2.86444,2.47602,2.17281,1.97185,1.85709,1.83512,1.97921,3.23092,5.07035,5.78978,5.9871,6.17143,6.50981,7.07051,7.98544,9.38589,11.3974,14.1085,17.4356,20.9803,24.2053,26.8989],[2.4525,2.45238,2.45224,2.45208,2.45172,2.37159,2.32688,2.27826,2.15129,2.0659,2.57969,3.37753,3.48631,3.23666,2.87753,2.48315,2.17707,1.97628,1.86138,1.83432,1.98094,3.23572,5.07848,5.79606,5.99246,6.1778,6.5132,7.07471,7.99399,9.38406,11.3909,14.0992,17.4037,20.933,24.1598,26.8445],[2.46612,2.46601,2.46587,2.46571,2.46536,2.38278,2.33541,2.29312,2.16576,2.08535,2.61749,3.40569,3.49284,3.2533,2.88216,2.48829,2.18354,1.98259,1.86758,1.83934,1.98557,3.24208,5.0857,5.80514,6.00233,6.18754,6.52459,7.08162,7.98831,9.39256,11.4085,14.1158,17.418,20.9284,24.143,26.7816]],"t_unix":1786333478.6209574,"uid":"p00243","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.62978,3.043333,2.595132]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.8797473958333333,"yellow":0.12025260416666667},"ink_index":null,"is_control":false,"label":"skin (252, 205, 179) atkinson_hue_aware","median_raw":[33.631888,37.137344,36.586405],"median_spectrum_pct":[31.243,31.2413,31.2393,31.2371,31.235,32.0501,32.5789,32.9561,33.0695,33.4471,35.6182,38.6667,39.9038,40.1693,39.8549,39.0373,38.1784,37.4083,36.6885,36.2742,35.7776,35.5994,35.4948,35.3195,35.2395,35.2293,35.2954,35.3394,35.4597,35.6242,35.9132,36.3212,36.8892,37.4105,37.7866,38.0201],"phase":"skin","raster_sha1":"efd9fdd3c3efb49e","raw":[[33.649937,37.153508,36.593534],[33.631888,37.137344,36.579076],[33.622494,37.128377,36.586405]],"rgb":[252,205,179],"session":12,"source":"pipeline","spectrum_pct":[[31.243,31.2413,31.2393,31.2371,31.235,32.0351,32.561,32.9602,33.0998,33.4644,35.6842,38.6667,39.9112,40.171,39.8577,39.0442,38.1912,37.4221,36.7061,36.2966,35.7988,35.6215,35.5171,35.3412,35.2654,35.2504,35.3194,35.3684,35.4853,35.6458,35.9318,36.3355,36.9248,37.4327,37.7873,38.0201],[31.239,31.2373,31.2353,31.233,31.231,32.0501,32.5789,32.9552,33.0695,33.4172,35.6182,38.6791,39.9036,40.164,39.8549,39.0373,38.1784,37.4083,36.6885,36.2742,35.7776,35.5994,35.4948,35.3195,35.2395,35.2293,35.2954,35.3394,35.4597,35.6242,35.9132,36.3212,36.8892,37.4105,37.7762,38.0153],[31.2583,31.2566,31.2547,31.2524,31.2504,32.0722,32.5949,32.9561,33.0584,33.4471,35.6048,38.6632,39.9038,40.1693,39.854,39.0325,38.1744,37.4008,36.6775,36.2632,35.7611,35.5811,35.4776,35.3029,35.2226,35.2101,35.2832,35.3337,35.4477,35.6082,35.8939,36.3032,36.8646,37.4094,37.7866,38.044]],"t_unix":1786333525.9555602,"uid":"p00537","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.631888,37.137344,36.586405]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.23572916666666666,"blue":0.0,"green":0.3396354166666667,"red":0.42463541666666665,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (66, 52, 48) atkinson_oklab_hue_aware","median_raw":[5.82898,5.546222,3.301117],"median_spectrum_pct":[2.64089,2.63977,2.6385,2.63702,2.63519,2.57165,2.52882,2.49817,2.40781,2.48867,4.07504,6.49977,7.06145,6.70007,5.97315,5.17125,4.49541,4.01239,3.68871,3.54399,3.68942,5.51249,8.28923,9.40122,9.67351,9.86667,10.2184,10.7837,11.7024,13.0725,14.9749,17.4896,20.5098,23.6491,26.4873,28.8276],"phase":"skin","raster_sha1":"15013fbb50d6202c","raw":[[5.82072,5.537177,3.293584],[5.82898,5.546222,3.307819],[5.834744,5.552346,3.301117]],"rgb":[66,52,48],"session":12,"source":"pipeline","spectrum_pct":[[2.61353,2.61241,2.61112,2.60963,2.6078,2.56207,2.52035,2.48943,2.39812,2.50441,4.07504,6.46323,7.05307,6.68522,5.96351,5.15997,4.48645,4.00532,3.68343,3.54314,3.68438,5.50442,8.28074,9.39088,9.6644,9.8552,10.2053,10.7741,11.6929,13.0596,14.9657,17.4896,20.5098,23.6491,26.493,28.8276],[2.64432,2.64321,2.64194,2.64048,2.63865,2.57165,2.52882,2.49817,2.41433,2.48867,4.12317,6.49977,7.06145,6.70007,5.97315,5.17125,4.49541,4.01239,3.68871,3.54399,3.68942,5.51249,8.28923,9.40122,9.67351,9.86667,10.2184,10.7837,11.7024,13.0725,14.9749,17.4842,20.5175,23.664,26.4873,28.8286],[2.64089,2.63977,2.6385,2.63702,2.63519,2.5806,2.53757,2.50392,2.40781,2.45652,4.06564,6.50364,7.07502,6.70379,5.98158,5.17825,4.5041,4.01925,3.69484,3.54975,3.69387,5.52061,8.29836,9.41403,9.68688,9.87633,10.2279,10.7938,11.7049,13.0829,14.9878,17.4925,20.5077,23.649,26.4772,28.7926]],"t_unix":1786333573.2985454,"uid":"p00247","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.82898,5.546222,3.301117]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.15549739583333333,"red":0.5155130208333333,"white":0.32898958333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (127, 98, 93) atkinson_oklab_hue_aware","median_raw":[14.408456,13.747205,10.862873],"median_spectrum_pct":[9.21314,9.21157,9.20976,9.20769,9.20523,9.28721,9.38272,9.48625,9.47064,9.60545,11.1997,13.3613,13.8948,13.7087,13.2333,12.6038,12.0343,11.5999,11.2817,11.187,11.4609,14.4089,18.9899,20.8674,21.2465,21.3338,21.5126,21.8534,22.4692,23.3948,24.6948,26.3429,28.2905,30.251,31.9187,33.1566],"phase":"skin","raster_sha1":"88c8da0ba8e43ad3","raw":[[14.402837,13.744113,10.848419],[14.408456,13.747205,10.862873],[14.415652,13.753134,10.871497]],"rgb":[127,98,93],"session":12,"source":"pipeline","spectrum_pct":[[9.19221,9.19063,9.18881,9.18672,9.18426,9.27243,9.37471,9.47619,9.4552,9.59011,11.1737,13.3637,13.8898,13.7078,13.229,12.6021,12.0343,11.598,11.2805,11.187,11.4609,14.4025,18.984,20.8594,21.2379,21.3276,21.5111,21.8466,22.4595,23.3948,24.6723,26.3084,28.2695,30.254,31.9126,33.1372],[9.21407,9.2125,9.2107,9.20863,9.20617,9.28721,9.38272,9.48625,9.47064,9.60545,11.2018,13.3611,13.8948,13.7093,13.2333,12.6038,12.0337,11.5999,11.2817,11.1862,11.4593,14.4089,18.9899,20.8674,21.2465,21.3338,21.5126,21.8534,22.4692,23.3896,24.6948,26.3429,28.2915,30.244,31.9187,33.1566],[9.21314,9.21157,9.20976,9.20769,9.20523,9.28921,9.38961,9.4863,9.47496,9.65051,11.1997,13.3613,13.9033,13.7087,13.2369,12.6061,12.0408,11.6036,11.2846,11.1926,11.4701,14.4157,19.0007,20.8763,21.2528,21.3409,21.5226,21.862,22.4718,23.4058,24.718,26.345,28.2905,30.251,31.9477,33.209]],"t_unix":1786333620.6641312,"uid":"p00292","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.408456,13.747205,10.862873]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.07006510416666667,"white":0.91465625,"yellow":0.015278645833333333},"ink_index":null,"is_control":false,"label":"skin (218, 187, 169) fs_cam16ucs_hue_aware","median_raw":[31.787442,34.161632,37.631303],"median_spectrum_pct":[32.5453,32.5455,32.5456,32.5458,32.5465,33.3219,33.8768,34.344,34.551,34.8956,36.2682,37.4301,37.3782,36.9591,36.288,35.3562,34.4895,33.742,33.0673,32.6896,32.3034,32.6314,33.2522,33.3877,33.3885,33.4117,33.5171,33.6387,33.8462,34.1512,34.5951,35.181,35.9376,36.6608,37.241,37.6327],"phase":"skin","raster_sha1":"0662d5322a766a35","raw":[[31.8005,34.16811,37.627165],[31.787442,34.161632,37.631303],[31.767699,34.143313,37.631737]],"rgb":[218,187,169],"session":12,"source":"pipeline","spectrum_pct":[[32.5236,32.5237,32.5238,32.524,32.5246,33.2954,33.8552,34.3407,34.5649,34.9074,36.3016,37.4301,37.3736,36.9474,36.2809,35.3554,34.4895,33.7462,33.0747,32.7029,32.3172,32.6522,33.2808,33.4141,33.416,33.4372,33.5428,33.6697,33.8806,34.1724,34.6021,35.1817,35.9569,36.6848,37.241,37.6659],[32.5519,32.552,32.5522,32.5524,32.553,33.3219,33.8768,34.352,34.551,34.8956,36.2657,37.4234,37.3782,36.9634,36.2972,35.3699,34.4944,33.742,33.0673,32.6896,32.3034,32.6314,33.2522,33.3877,33.3885,33.4117,33.5171,33.6387,33.8462,34.1512,34.5951,35.181,35.9376,36.6608,37.2488,37.6327],[32.5453,32.5455,32.5456,32.5458,32.5465,33.3348,33.8894,34.344,34.5411,34.8948,36.2682,37.4355,37.388,36.9591,36.288,35.3562,34.4781,33.7217,33.0434,32.6628,32.2777,32.6067,33.2237,33.3569,33.3591,33.3851,33.4924,33.6119,33.8253,34.1222,34.5679,35.1617,35.9109,36.6364,37.1907,37.6022]],"t_unix":1786333667.564466,"uid":"p00398","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.787442,34.161632,37.631303]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (222, 206, 204) fs_cam16ucs_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[222,206,204],"session":12,"source":"pipeline","t_unix":1786333714.6172116,"uid":"p00506","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.16072135416666666,"white":0.8340442708333333,"yellow":0.005234375},"ink_index":null,"is_control":false,"label":"skin (192, 172, 158) fs_cam16ucs_hue_aware","median_raw":[28.787291,30.358698,32.939813],"median_spectrum_pct":[28.5285,28.5284,28.5284,28.5283,28.5287,29.2089,29.6892,30.0536,30.1734,30.4739,31.7623,32.8884,32.8322,32.4049,31.7664,30.9079,30.1171,29.4556,28.8699,28.5738,28.3548,29.3849,31.0218,31.589,31.6944,31.7599,31.9049,32.0777,32.3653,32.7848,33.3624,34.1101,35.04,35.9134,36.5863,37.1415],"phase":"skin","raster_sha1":"aeee2e4dad4a53b8","raw":[[28.796308,30.363642,32.933578],[28.787291,30.358698,32.939813],[28.768058,30.343191,32.943532]],"rgb":[192,172,158],"session":12,"source":"pipeline","spectrum_pct":[[28.516,28.516,28.5159,28.5158,28.5162,29.1892,29.6672,30.0452,30.183,30.4698,31.7797,32.9016,32.8308,32.3956,31.7596,30.9079,30.1171,29.4565,28.8746,28.5764,28.362,29.4026,31.0463,31.609,31.7168,31.7824,31.9282,32.0967,32.3791,32.7891,33.3724,34.1164,35.04,35.9154,36.6163,37.1364],[28.5285,28.5284,28.5284,28.5283,28.5287,29.2089,29.6892,30.0556,30.1734,30.4776,31.7623,32.8821,32.8322,32.4049,31.7664,30.9144,30.1213,29.4556,28.8699,28.5738,28.3548,29.3849,31.0218,31.589,31.6944,31.7599,31.9049,32.0777,32.3653,32.7848,33.3624,34.1101,35.0406,35.9134,36.5824,37.1415],[28.538,28.538,28.538,28.5379,28.5383,29.2293,29.7047,30.0536,30.1683,30.4739,31.7487,32.8884,32.8551,32.4084,31.7682,30.9078,30.1115,29.438,28.8498,28.5473,28.3296,29.3577,30.9946,31.5605,31.6671,31.726,31.8668,32.0411,32.3358,32.7536,33.3254,34.0825,35.0188,35.8888,36.5863,37.1764]],"t_unix":1786333716.357851,"uid":"p00356","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.787291,30.358698,32.939813]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.3333697916666667,"blue":0.0,"green":0.0,"red":0.5408619791666667,"white":0.12576822916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (101, 59, 43) atkinson_oklab_hue_aware","median_raw":[7.037007,5.432306,4.514573],"median_spectrum_pct":[4.15619,4.15583,4.15543,4.15496,4.1544,4.19689,4.20969,4.18952,4.0835,3.99759,4.15667,4.35332,4.29526,4.14395,3.95402,3.73655,3.58176,3.52701,3.53228,3.62989,3.98976,6.53514,10.485,12.0797,12.355,12.4155,12.5886,12.9602,13.6744,14.8305,16.5119,18.7505,21.5371,24.4623,27.0717,29.1519],"phase":"skin","raster_sha1":"acdbb2aa06999f97","raw":[[7.030619,5.429083,4.514573],[7.037007,5.432306,4.514369],[7.041234,5.435052,4.521611]],"rgb":[101,59,43],"session":12,"source":"pipeline","spectrum_pct":[[4.14351,4.14315,4.14274,4.14226,4.1417,4.18784,4.20256,4.18952,4.08582,3.99759,4.14065,4.35332,4.30092,4.14433,3.94851,3.73307,3.57938,3.52844,3.53324,3.62989,3.98741,6.52894,10.4723,12.068,12.3372,12.397,12.5749,12.9506,13.6588,14.8155,16.4982,18.7505,21.5371,24.4774,27.0878,29.1875],[4.15893,4.15858,4.15818,4.15772,4.15716,4.19689,4.20969,4.18792,4.07429,3.98168,4.15667,4.35108,4.28916,4.13835,3.95402,3.73655,3.58176,3.52701,3.53228,3.63032,3.99129,6.53514,10.485,12.0797,12.355,12.4155,12.5886,12.9602,13.6744,14.8346,16.5119,18.7416,21.5357,24.4347,27.0434,29.1442],[4.15619,4.15583,4.15543,4.15496,4.1544,4.199,4.21274,4.19014,4.0835,4.0045,4.16301,4.36127,4.29526,4.14395,3.95423,3.73912,3.58449,3.52615,3.53167,3.62691,3.98976,6.5401,10.489,12.0883,12.3653,12.4231,12.5978,12.9729,13.6858,14.8305,16.5177,18.7722,21.5536,24.4623,27.0717,29.1519]],"t_unix":1786333763.667681,"uid":"p00274","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.037007,5.432306,4.514573]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.14152083333333335,"blue":0.066375,"green":0.20585677083333334,"red":0.5534296875,"white":0.0327109375,"yellow":0.00010677083333333334},"ink_index":null,"is_control":false,"label":"skin (78, 51, 50) fs_cam16ucs_hue_aware","median_raw":[7.108672,6.154551,4.469963],"median_spectrum_pct":[3.78832,3.78748,3.78651,3.78539,3.78402,3.7809,3.78478,3.79071,3.68535,3.73944,4.83427,6.40235,6.70086,6.36271,5.77195,5.12715,4.59611,4.22865,3.99657,3.93392,4.19871,6.61898,10.334,11.8335,12.1421,12.2808,12.5522,13.0376,13.8761,15.141,16.9201,19.2158,22.0265,24.9301,27.5279,29.5973],"phase":"skin","raster_sha1":"0b766a24eb3a6813","raw":[[7.09945,6.147188,4.451474],[7.108672,6.154551,4.469963],[7.117503,6.164027,4.474176]],"rgb":[78,51,50],"session":12,"source":"pipeline","spectrum_pct":[[3.77504,3.77419,3.77321,3.77209,3.77072,3.77302,3.77496,3.7785,3.67592,3.72433,4.81198,6.38741,6.69573,6.3562,5.75989,5.1205,4.59007,4.22243,3.99378,3.93392,4.19609,6.61176,10.3229,11.8222,12.1286,12.266,12.5383,13.0309,13.8644,15.1318,16.9098,19.1959,21.9989,24.9252,27.5279,29.5973],[3.78832,3.78748,3.78651,3.78539,3.78402,3.7809,3.78478,3.79071,3.70595,3.75095,4.83427,6.40235,6.70086,6.36271,5.77195,5.12715,4.59611,4.22865,3.99657,3.93313,4.19871,6.61898,10.334,11.8335,12.1421,12.2808,12.5522,13.0376,13.8761,15.141,16.9201,19.2158,22.0265,24.9476,27.5387,29.6249],[3.80155,3.8007,3.79973,3.79862,3.79726,3.79735,3.80021,3.80108,3.68535,3.73944,4.83612,6.4181,6.72169,6.37822,5.7873,5.14559,4.60296,4.22939,3.99895,3.93507,4.20352,6.63051,10.3528,11.8532,12.1509,12.293,12.568,13.0574,13.8859,15.1488,16.9275,19.2269,22.0303,24.9301,27.5145,29.577]],"t_unix":1786333810.4554644,"uid":"p00428","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.108672,6.154551,4.469963]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":12,"source":"bayer","t_unix":1786333859.7376704,"uid":"p01335","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":12,"source":"bayer","t_unix":1786333859.7397578,"uid":"p01336","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":12,"source":"bayer","t_unix":1786333859.7420335,"uid":"p01337","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44750520833333335,"white":0.5524947916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (162, 115, 108) atkinson_oklab_hue_aware","median_raw":[19.532183,18.766229,18.174381],"median_spectrum_pct":[15.9088,15.9081,15.9073,15.9064,15.9055,16.1548,16.3508,16.5197,16.5587,16.6282,17.5451,18.4948,18.5033,18.2543,17.8728,17.3641,16.9279,16.5947,16.3375,16.2947,16.5613,19.5262,24.1271,25.9899,26.3357,26.3901,26.499,26.6983,27.1337,27.8012,28.7614,29.9729,31.4207,32.8504,34.0835,34.9529],"phase":"skin","raster_sha1":"43f9cfbc4a004ca9","raw":[[19.634938,18.865779,18.22457],[19.532183,18.766229,18.174169],[19.531622,18.763095,18.174381]],"rgb":[162,115,108],"session":12,"source":"pipeline","spectrum_pct":[[15.9483,15.9475,15.9467,15.9458,15.9449,16.2968,16.4966,16.5751,16.5408,16.5999,17.5069,18.4996,18.5752,18.3526,17.9708,17.464,17.0282,16.6928,16.4342,16.3935,16.664,19.6397,24.2619,26.1352,26.4819,26.5285,26.6371,26.8249,27.2588,27.9244,28.864,30.081,31.5393,32.9492,34.1627,35.0058],[15.8957,15.895,15.8943,15.8934,15.8924,16.1466,16.3404,16.5197,16.5587,16.6298,17.5848,18.4948,18.5033,18.2543,17.8728,17.3641,16.9279,16.5947,16.3375,16.2947,16.5613,19.5262,24.127,25.9899,26.3354,26.3901,26.4988,26.6983,27.1317,27.796,28.7485,29.9729,31.4104,32.8504,34.0835,34.9526],[15.9088,15.9081,15.9073,15.9064,15.9055,16.1548,16.3508,16.5175,16.5664,16.6282,17.5451,18.4836,18.4988,18.2473,17.8682,17.3623,16.9244,16.5933,16.3331,16.2913,16.5607,19.5247,24.1271,25.9897,26.3357,26.387,26.499,26.6936,27.1337,27.8012,28.7614,29.97,31.4207,32.847,34.0749,34.9529]],"t_unix":1786333861.9037397,"uid":"p00313","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.532183,18.766229,18.174381]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0007005208333333334,"blue":0.0,"green":0.0,"red":0.6879192708333334,"white":0.31138020833333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (131, 84, 49) fs_cam16ucs_hue_aware","median_raw":[13.455504,11.295288,8.757066],"median_spectrum_pct":[7.70437,7.7032,7.70185,7.7003,7.6985,7.79257,7.86108,7.92127,7.89705,7.84669,8.50515,9.20047,9.34611,9.24114,9.04069,8.76367,8.53893,8.41898,8.37193,8.48801,9.01901,13.0038,19.3521,22.0484,22.526,22.5229,22.5539,22.7464,23.219,24.0208,25.1873,26.7011,28.5256,30.3705,31.9316,33.0994],"phase":"skin","raster_sha1":"2a6445fb3e0efab5","raw":[[13.451524,11.295288,8.757066],[13.455504,11.295333,8.765845],[13.455819,11.294982,8.745073]],"rgb":[131,84,49],"session":12,"source":"pipeline","spectrum_pct":[[7.70128,7.70011,7.69876,7.69721,7.69541,7.78742,7.85667,7.92127,7.89705,7.84669,8.51356,9.20047,9.35094,9.24451,9.04056,8.76825,8.54046,8.42112,8.376,8.49104,9.02186,13.002,19.3456,22.0394,22.516,22.5144,22.5453,22.7375,23.2113,24.011,25.1846,26.7011,28.5145,30.3607,31.9318,33.0994],[7.70437,7.7032,7.70185,7.7003,7.6985,7.79257,7.86108,7.92673,7.90829,7.88059,8.50515,9.20683,9.34139,9.24114,9.04201,8.76367,8.53893,8.41898,8.37193,8.48801,9.01901,13.0038,19.3521,22.0484,22.526,22.5229,22.5539,22.7464,23.219,24.0208,25.1873,26.6989,28.5256,30.3705,31.8903,33.0954],[7.70584,7.70467,7.70333,7.70178,7.69999,7.79494,7.86545,7.91778,7.85906,7.81157,8.49568,9.19543,9.34611,9.2403,9.04069,8.76036,8.53634,8.41778,8.37183,8.48424,9.01712,13.0114,19.3622,22.058,22.534,22.5314,22.5642,22.7533,23.2297,24.0326,25.2022,26.7174,28.5435,30.392,31.9316,33.1221]],"t_unix":1786333909.0641296,"uid":"p00458","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.455504,11.295288,8.757066]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.8692578125,"yellow":0.1307421875},"ink_index":null,"is_control":false,"label":"skin (252, 205, 179) fs_cam16ucs_hue_aware","median_raw":[33.305708,36.798347,35.984668],"median_spectrum_pct":[30.6611,30.6593,30.6572,30.6548,30.6525,31.4268,31.9738,32.403,32.5385,32.9081,35.0849,38.2194,39.5001,39.7874,39.4901,38.6876,37.8374,37.0674,36.3447,35.932,35.4417,35.2997,35.2272,35.0676,34.9921,34.9792,35.0484,35.1079,35.2294,35.4059,35.7085,36.1278,36.7038,37.2713,37.6413,37.936],"phase":"skin","raster_sha1":"b5d6e18226d76473","raw":[[33.322509,36.815995,35.987932],[33.305708,36.798347,35.984668],[33.28449,36.777056,35.981514]],"rgb":[252,205,179],"session":12,"source":"pipeline","spectrum_pct":[[30.6607,30.6588,30.6567,30.6543,30.652,31.4141,31.9633,32.4087,32.5467,32.9257,35.101,38.2142,39.5021,39.7939,39.5002,38.7013,37.8527,37.087,36.3679,35.9579,35.4665,35.3229,35.2505,35.0906,35.0142,34.9976,35.0658,35.1176,35.2424,35.4225,35.7191,36.1451,36.7048,37.2713,37.6707,37.9253],[30.6618,30.66,30.6579,30.6554,30.6532,31.4268,31.9738,32.403,32.5385,32.9081,35.0849,38.2194,39.5001,39.7874,39.4901,38.6876,37.8374,37.0674,36.3447,35.932,35.4417,35.2997,35.2272,35.0676,34.9921,34.9792,35.0484,35.1079,35.2294,35.4059,35.7085,36.1278,36.7038,37.2522,37.6244,37.9386],[30.6611,30.6593,30.6572,30.6548,30.6525,31.4326,31.9788,32.4017,32.5297,32.8988,35.0753,38.2226,39.4911,39.7711,39.4831,38.6748,37.8165,37.0438,36.3201,35.9044,35.4127,35.2696,35.199,35.0365,34.9617,34.9525,35.0254,35.0812,35.2064,35.3789,35.6791,36.1057,36.6973,37.285,37.6413,37.936]],"t_unix":1786333955.9443552,"uid":"p00539","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.305708,36.798347,35.984668]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.15335677083333332,"white":0.8466432291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (185, 154, 134) atkinson_oklab_hue_aware","median_raw":[29.063004,30.659263,33.58057],"median_spectrum_pct":[29.1129,29.113,29.1131,29.1132,29.1138,29.8542,30.3312,30.6928,30.8032,31.0205,32.2769,33.2973,33.236,32.7825,32.1196,31.2533,30.4492,29.7738,29.1851,28.8828,28.6496,29.6273,31.1932,31.728,31.8187,31.8712,32.008,32.1758,32.4592,32.8668,33.4453,34.1658,35.0835,35.9337,36.584,37.0968],"phase":"skin","raster_sha1":"149a75ef707ea232","raw":[[29.073055,30.666626,33.57289],[29.063004,30.659263,33.581256],[29.040988,30.643459,33.58057]],"rgb":[185,154,134],"session":12,"source":"pipeline","spectrum_pct":[[29.1127,29.1127,29.1128,29.1129,29.1135,29.8333,30.3095,30.6891,30.8032,31.0205,32.2769,33.3076,33.236,32.779,32.1186,31.251,30.4496,29.7787,29.1936,28.8917,28.6596,29.6454,31.2121,31.7464,31.8417,31.8935,32.0333,32.2015,32.4844,32.8868,33.4546,34.1841,35.1013,35.9629,36.5981,37.1311],[29.1129,29.113,29.1131,29.1132,29.1138,29.8542,30.3312,30.6928,30.8045,31.0315,32.2781,33.2973,33.2355,32.7825,32.1196,31.2533,30.4492,29.7738,29.1851,28.8828,28.6496,29.6273,31.1932,31.728,31.8187,31.8712,32.008,32.1758,32.4592,32.8668,33.4453,34.1658,35.0835,35.9337,36.584,37.0968],[29.1242,29.1242,29.1243,29.1245,29.1251,29.8701,30.3471,30.6948,30.782,31.0205,32.2669,33.2953,33.2385,32.7892,32.1275,31.2561,30.4454,29.7603,29.1649,28.8538,28.6208,29.5997,31.155,31.6899,31.7829,31.8367,31.9756,32.149,32.4293,32.824,33.3956,34.1355,35.0509,35.9023,36.5563,37.0806]],"t_unix":1786334003.245268,"uid":"p00346","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.063004,30.659263,33.58057]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.06311979166666666,"blue":0.027536458333333333,"green":0.296390625,"red":0.4151536458333333,"white":0.19350260416666668,"yellow":0.004296875},"ink_index":null,"is_control":false,"label":"skin (96, 82, 75) fs_cam16ucs_hue_aware","median_raw":[11.226748,11.526146,8.699662],"median_spectrum_pct":[7.14786,7.14625,7.1444,7.14227,7.13974,7.19239,7.2217,7.24394,7.16528,7.3153,9.5638,12.8856,13.7752,13.4009,12.5284,11.4874,10.5808,9.88621,9.38377,9.13281,9.20911,11.2039,14.2595,15.4931,15.8055,16.0061,16.3456,16.8627,17.6792,18.8681,20.4909,22.5541,25.0048,27.5026,29.7172,31.4757],"phase":"skin","raster_sha1":"4b1ad1c69dc13f1e","raw":[[11.221128,11.521428,8.69145],[11.226748,11.526146,8.700119],[11.231733,11.529922,8.699662]],"rgb":[96,82,75],"session":12,"source":"pipeline","spectrum_pct":[[7.13447,7.13285,7.13099,7.12885,7.12632,7.18322,7.21324,7.23994,7.16606,7.30915,9.5638,12.8856,13.7699,13.3929,12.5207,11.4867,10.5794,9.88314,9.38167,9.13159,9.20911,11.2007,14.253,15.4853,15.7938,15.9921,16.3309,16.8496,17.6744,18.8609,20.4798,22.5383,25.0097,27.5132,29.7277,31.4757],[7.14786,7.14625,7.1444,7.14227,7.13974,7.19239,7.2217,7.24394,7.1618,7.3153,9.59835,12.9001,13.778,13.4009,12.5284,11.4874,10.5808,9.88621,9.38377,9.13281,9.20709,11.2039,14.2595,15.4931,15.8055,16.0061,16.3456,16.8627,17.6792,18.8681,20.4909,22.5703,25.0048,27.5026,29.6888,31.4305],[7.15662,7.15501,7.15316,7.15103,7.14851,7.20319,7.23107,7.25215,7.16528,7.31596,9.53529,12.8813,13.7752,13.4065,12.5361,11.4916,10.5882,9.88969,9.38723,9.13663,9.21505,11.2123,14.266,15.4984,15.8126,16.0098,16.3535,16.864,17.6908,18.8749,20.4938,22.5541,24.9939,27.4894,29.7172,31.4909]],"t_unix":1786334050.4625416,"uid":"p00443","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.226748,11.526146,8.699662]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.23266927083333333,"white":0.7514765625,"yellow":0.015854166666666666},"ink_index":null,"is_control":false,"label":"skin (188, 162, 147) atkinson_hue_aware","median_raw":[26.173813,27.100605,28.172998],"median_spectrum_pct":[24.4818,24.4814,24.4809,24.4803,24.48,25.087,25.4462,25.65,25.6701,25.803,27.1379,28.4612,28.6196,28.3327,27.8187,27.0964,26.4133,25.8452,25.3575,25.1327,25.0771,26.735,29.2776,30.2272,30.4077,30.4601,30.5931,30.7638,31.0818,31.5592,32.2301,33.1051,34.1749,35.1819,35.9664,36.5429],"phase":"skin","raster_sha1":"bf28b459cbd0a106","raw":[[26.18128,27.107894,28.172998],[26.173813,27.100605,28.177695],[26.030383,26.958924,28.108416]],"rgb":[188,162,147],"session":12,"source":"pipeline","spectrum_pct":[[24.4818,24.4814,24.4809,24.4803,24.48,25.087,25.4462,25.65,25.6701,25.803,27.0919,28.4612,28.6196,28.333,27.8219,27.0978,26.4206,25.8565,25.3679,25.1426,25.0836,26.7489,29.2948,30.2343,30.4126,30.4744,30.6039,30.7807,31.1024,31.593,32.2603,33.1188,34.181,35.1819,35.9664,36.5884],[24.498,24.4975,24.497,24.4965,24.4962,25.108,25.4639,25.6524,25.6494,25.786,27.1379,28.4531,28.6204,28.3327,27.8187,27.0964,26.4133,25.8452,25.3575,25.1327,25.0771,26.735,29.2776,30.2272,30.4077,30.4601,30.5931,30.7638,31.0818,31.5592,32.2301,33.1051,34.1749,35.1871,35.9733,36.5429],[24.408,24.4077,24.4072,24.4067,24.4063,24.8756,25.2305,25.569,25.7078,25.8625,27.2109,28.4641,28.5229,28.2014,27.6812,26.9528,26.2687,25.7016,25.2087,24.9827,24.9251,26.568,29.0915,30.0348,30.2156,30.277,30.4158,30.5957,30.9226,31.3955,32.0809,32.9546,34.0269,35.0432,35.8849,36.4618]],"t_unix":1786334099.3531463,"uid":"p00351","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.173813,27.100605,28.172998]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.6966953125,"blue":0.0,"green":0.00934375,"red":0.19335677083333333,"white":0.10060416666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (79, 57, 42) atkinson_oklab_hue_aware","median_raw":[4.245617,3.697621,4.716309],"median_spectrum_pct":[4.51511,4.51563,4.51623,4.51691,4.51759,4.50477,4.48339,4.46044,4.32616,4.15631,4.13905,4.15776,3.98852,3.74907,3.46593,3.19931,3.00878,2.88517,2.81373,2.80702,2.90803,3.79794,5.07197,5.55849,5.70472,5.88272,6.20583,6.74234,7.61145,8.95925,10.9373,13.597,16.9303,20.4741,23.7976,26.5578],"phase":"skin","raster_sha1":"a7cb237007cd3198","raw":[[4.242253,3.694565,4.703839],[4.245617,3.697621,4.716309],[4.249444,3.699892,4.724321]],"rgb":[79,57,42],"session":12,"source":"pipeline","spectrum_pct":[[4.5147,4.51523,4.51583,4.51652,4.51719,4.49518,4.47324,4.45107,4.32616,4.13086,4.09768,4.15426,3.98349,3.74299,3.4654,3.19761,3.0064,2.88478,2.81581,2.80661,2.90803,3.79527,5.06798,5.55496,5.70374,5.87786,6.20583,6.73907,7.60381,8.95925,10.9525,13.6082,16.9342,20.5339,23.8031,26.5578],[4.51511,4.51563,4.51623,4.51691,4.51759,4.50477,4.48339,4.46044,4.32424,4.15631,4.13905,4.15776,4.00342,3.74907,3.46593,3.19931,3.00878,2.88517,2.81308,2.80869,2.90709,3.79794,5.07197,5.55849,5.70472,5.88272,6.21216,6.74234,7.61145,8.95807,10.9255,13.5969,16.9303,20.4741,23.7976,26.5703],[4.51728,4.51779,4.51839,4.51907,4.51975,4.51188,4.49139,4.46838,4.3342,4.17071,4.14252,4.16115,3.98852,3.75294,3.47373,3.20439,3.00892,2.8852,2.81373,2.80702,2.90901,3.80221,5.07222,5.56639,5.71653,5.88821,6.2053,6.74423,7.62223,8.96521,10.9373,13.597,16.9063,20.4592,23.7622,26.5057]],"t_unix":1786334146.877841,"uid":"p00430","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.245617,3.697621,4.716309]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.34218489583333334,"blue":0.0,"green":0.0,"red":0.4878203125,"white":0.16525520833333332,"yellow":0.0047395833333333335},"ink_index":null,"is_control":false,"label":"skin (90, 61, 38) fs_cam16ucs_hue_aware","median_raw":[7.796576,6.433817,5.741089],"median_spectrum_pct":[5.24127,5.24099,5.24067,5.2403,5.23982,5.28217,5.29798,5.3034,5.21445,5.12167,5.29938,5.57141,5.58926,5.43481,5.20703,4.94148,4.7559,4.662,4.63497,4.7081,5.02265,7.37161,10.9864,12.443,12.7033,12.7814,12.9825,13.3835,14.1006,15.2512,16.9178,19.1492,21.8882,24.7541,27.2952,29.3599],"phase":"skin","raster_sha1":"854feca2780ee185","raw":[[7.794436,6.433817,5.74],[7.796576,6.433723,5.741089],[7.80348,6.439735,5.752758]],"rgb":[90,61,38],"session":12,"source":"pipeline","spectrum_pct":[[5.23443,5.23415,5.23382,5.23344,5.23297,5.27535,5.29058,5.29803,5.2125,5.12559,5.30359,5.57141,5.58868,5.43481,5.20703,4.94148,4.75217,4.662,4.63501,4.7081,5.02615,7.36894,10.9802,12.4349,12.7005,12.7753,12.9743,13.3785,14.1006,15.2512,16.912,19.1492,21.8882,24.7586,27.2952,29.361],[5.24127,5.24099,5.24067,5.2403,5.23982,5.28217,5.29798,5.3034,5.21445,5.11328,5.29938,5.55554,5.58926,5.43078,5.20597,4.9385,4.7559,4.662,4.63483,4.70655,5.01982,7.37161,10.9864,12.443,12.7033,12.7814,12.9825,13.3835,14.1003,15.2417,16.9178,19.1416,21.8727,24.7463,27.2741,29.2772],[5.2663,5.26603,5.26573,5.26538,5.26491,5.29472,5.30626,5.31078,5.2331,5.12167,5.28667,5.57995,5.60104,5.44042,5.21193,4.94865,4.76093,4.66652,4.63497,4.70811,5.02265,7.37368,10.9958,12.4527,12.7122,12.789,12.9952,13.3913,14.1197,15.2597,16.9291,19.1715,21.8944,24.7541,27.3176,29.3599]],"t_unix":1786334193.814083,"uid":"p00266","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.796576,6.433817,5.741089]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (211, 177, 168) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[211,177,168],"session":12,"source":"pipeline","t_unix":1786334241.6569347,"uid":"p00379","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.532765625,"white":0.467234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (180, 110, 81) fs_cam16ucs_hue_aware","median_raw":[17.396008,16.129424,14.298071],"median_spectrum_pct":[12.4747,12.4736,12.4724,12.4709,12.4693,12.6677,12.8087,12.9041,12.8903,12.9605,13.9256,15.0654,15.196,15.0223,14.721,14.3086,13.9358,13.6582,13.4535,13.4596,13.8518,17.3173,22.6595,24.8637,25.2928,25.3669,25.4944,25.7151,26.1965,26.9325,27.9697,29.2765,30.8168,32.3744,33.6153,34.5629],"phase":"skin","raster_sha1":"cf45496463b647a2","raw":[[17.400023,16.136736,14.315237],[17.387191,16.122583,14.267511],[17.396008,16.129424,14.298071]],"rgb":[180,110,81],"session":12,"source":"pipeline","spectrum_pct":[[12.4747,12.4736,12.4724,12.4709,12.4693,12.6677,12.8071,12.9041,12.9007,13.0332,14.0064,15.0794,15.205,15.0331,14.7268,14.3169,13.9414,13.6668,13.4592,13.4636,13.8572,17.3228,22.6652,24.8677,25.2928,25.3669,25.4944,25.7151,26.1965,26.9325,27.9701,29.2765,30.8381,32.4102,33.6668,34.5848],[12.4685,12.4674,12.4661,12.4647,12.4631,12.6634,12.8087,12.8964,12.8477,12.8921,13.8776,15.0136,15.1788,15.0186,14.7143,14.3039,13.9345,13.6575,13.4507,13.4568,13.8511,17.3173,22.6551,24.8567,25.2877,25.3605,25.4869,25.7074,26.1961,26.9215,27.9547,29.2419,30.7884,32.3299,33.5771,34.5581],[12.4773,12.4762,12.475,12.4735,12.4719,12.6767,12.8159,12.9072,12.8903,12.9605,13.9256,15.0654,15.196,15.0223,14.721,14.3086,13.9358,13.6582,13.4535,13.4596,13.8518,17.3156,22.6595,24.8637,25.3006,25.3744,25.4983,25.7196,26.2086,26.9407,27.9697,29.2791,30.8168,32.3744,33.6153,34.5629]],"t_unix":1786334243.4651463,"uid":"p00479","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.396008,16.129424,14.298071]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (225, 202, 194) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[225,202,194],"session":12,"source":"pipeline","t_unix":1786334290.786709,"uid":"p00405","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.31256510416666666,"blue":0.0,"green":0.2409453125,"red":0.44648958333333333,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (80, 54, 53) atkinson_oklab_hue_aware","median_raw":[5.243479,4.538419,2.791954],"median_spectrum_pct":[2.36357,2.36275,2.36182,2.36074,2.35942,2.32406,2.29108,2.25513,2.15774,2.10906,3.16223,4.76172,5.13444,4.86647,4.35796,3.78291,3.30995,2.98961,2.79288,2.74066,2.94832,4.86878,7.79301,8.95901,9.21285,9.36011,9.67253,10.2164,11.0998,12.4263,14.3159,16.8329,19.8591,23.07,25.9288,28.2722],"phase":"skin","raster_sha1":"e8df8c2d87dc7ae4","raw":[[5.234835,4.531869,2.779619],[5.243479,4.538419,2.791954],[5.249177,4.545197,2.800075]],"rgb":[80,54,53],"session":12,"source":"pipeline","spectrum_pct":[[2.35204,2.35123,2.3503,2.34923,2.34789,2.31345,2.2818,2.24847,2.13261,2.09843,3.16223,4.76172,5.13023,4.85581,4.34894,3.77502,3.30744,2.98751,2.78686,2.73454,2.94507,4.86179,7.7839,8.94544,9.19815,9.34926,9.66742,10.2022,11.0847,12.4096,14.3138,16.8329,19.8591,23.0432,25.9195,28.2825],[2.36974,2.36894,2.36802,2.36696,2.36563,2.32406,2.29108,2.25513,2.16398,2.10906,3.15137,4.76167,5.13444,4.86647,4.35796,3.78291,3.30995,2.98961,2.79288,2.74076,2.94832,4.86878,7.79301,8.95901,9.21285,9.36011,9.67253,10.2164,11.0998,12.4263,14.3159,16.8408,19.8602,23.07,25.9308,28.259],[2.36357,2.36275,2.36182,2.36074,2.35942,2.33084,2.30154,2.26137,2.15774,2.12413,3.18264,4.76224,5.1593,4.88055,4.36872,3.79052,3.31523,2.99226,2.79455,2.74066,2.95235,4.87582,7.80176,8.96717,9.22077,9.36869,9.68388,10.2187,11.1075,12.4371,14.3169,16.8284,19.8504,23.0855,25.9288,28.2722]],"t_unix":1786334292.9467578,"uid":"p00259","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.243479,4.538419,2.791954]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.40697916666666667,"white":0.5930208333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (212, 131, 120) fs_cam16ucs_hue_aware","median_raw":[20.866078,20.431409,19.898973],"median_spectrum_pct":[17.3541,17.3534,17.3525,17.3515,17.3506,17.7166,17.9391,18.0498,18.0464,18.1598,19.2678,20.3861,20.5281,20.2812,19.8498,19.2968,18.7958,18.3946,18.0791,17.9988,18.2261,21.0219,25.2716,26.9708,27.3057,27.3901,27.5403,27.7702,28.2074,28.8518,29.7568,30.8968,32.2527,33.601,34.6502,35.4437],"phase":"skin","raster_sha1":"2f27f02116a9cdb7","raw":[[20.869844,20.431409,19.900983],[20.866078,20.431727,19.898973],[20.746925,20.314068,19.847302]],"rgb":[212,131,120],"session":12,"source":"pipeline","spectrum_pct":[[17.3541,17.3534,17.3525,17.3515,17.3506,17.7166,17.9391,18.0498,18.0464,18.1598,19.2638,20.3732,20.5281,20.2812,19.8498,19.2968,18.7958,18.3967,18.0832,18.0029,18.2305,21.0255,25.2808,26.9796,27.3157,27.3947,27.5446,27.7702,28.2161,28.8666,29.7779,30.9116,32.2529,33.6031,34.6502,35.4437],[17.3624,17.3617,17.3608,17.3598,17.3589,17.7424,17.9644,18.059,18.0212,18.093,19.2678,20.4056,20.5302,20.287,19.8643,19.3086,18.8041,18.3946,18.0791,17.9988,18.2261,21.0219,25.2716,26.9708,27.3057,27.3901,27.5403,27.7747,28.2074,28.8518,29.7568,30.8968,32.2527,33.601,34.6504,35.4644],[17.3068,17.3061,17.3053,17.3043,17.3033,17.582,17.7945,17.9949,18.0579,18.1647,19.305,20.3861,20.4446,20.1807,19.7457,19.1882,18.6876,18.2817,17.9628,17.8774,18.1065,20.8887,25.1153,26.8071,27.1356,27.217,27.3858,27.6127,28.0498,28.6984,29.6096,30.7708,32.1344,33.4817,34.4977,35.3284]],"t_unix":1786334339.9092076,"uid":"p00383","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.866078,20.431409,19.898973]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.2603203125,"blue":0.0,"green":0.311796875,"red":0.4278828125,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (66, 51, 49) atkinson_oklab_hue_aware","median_raw":[5.548235,5.140623,3.137601],"median_spectrum_pct":[2.55393,2.55295,2.55182,2.55053,2.5489,2.48487,2.44757,2.4311,2.33759,2.36974,3.75123,5.87482,6.39636,6.05282,5.3847,4.65827,4.05211,3.62046,3.34012,3.22721,3.39129,5.22333,7.97815,9.07628,9.33641,9.52181,9.85628,10.4107,11.3234,12.6741,14.5889,17.0975,20.1277,23.303,26.1324,28.4816],"phase":"skin","raster_sha1":"69d23b5c9b36e06f","raw":[[5.538003,5.132075,3.115956],[5.548235,5.140623,3.137601],[5.554798,5.148566,3.138387]],"rgb":[66,51,49],"session":12,"source":"pipeline","spectrum_pct":[[2.54788,2.54691,2.54579,2.54451,2.54288,2.47679,2.43796,2.41752,2.3093,2.35017,3.73676,5.87482,6.38198,6.04339,5.37451,4.64966,4.04328,3.61371,3.33655,3.2228,3.38351,5.21617,7.96677,9.06418,9.3276,9.51021,9.84675,10.4058,11.3127,12.6624,14.5644,17.0887,20.134,23.3199,26.128,28.4816],[2.57274,2.57178,2.57068,2.56941,2.56778,2.48487,2.44757,2.4311,2.35547,2.36974,3.76782,5.86664,6.39636,6.05282,5.3847,4.65827,4.05211,3.62046,3.34012,3.22721,3.39129,5.22333,7.97815,9.07628,9.33641,9.52181,9.85628,10.4107,11.3234,12.6741,14.5934,17.1038,20.1277,23.2967,26.1324,28.51],[2.55393,2.55295,2.55182,2.55053,2.5489,2.49327,2.45639,2.43788,2.33759,2.38177,3.75123,5.8906,6.40371,6.0545,5.40065,4.6672,4.06162,3.62671,3.34765,3.22868,3.39858,5.23476,7.98823,9.0847,9.34833,9.53283,9.86508,10.4183,11.3319,12.6816,14.5889,17.0975,20.1162,23.303,26.1521,28.4685]],"t_unix":1786334391.3819222,"uid":"p00244","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.548235,5.140623,3.137601]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.3334140625,"white":0.6665859375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (167, 132, 128) atkinson_oklab_hue_aware","median_raw":[22.988901,23.071333,23.506067],"median_spectrum_pct":[20.4244,20.4238,20.4232,20.4225,20.422,20.8768,21.1753,21.4077,21.4495,21.5986,22.7,23.769,23.7911,23.4731,22.9965,22.3873,21.8096,21.337,20.9475,20.8085,20.9264,23.2607,26.8071,28.1777,28.4349,28.4997,28.6467,28.8621,29.2582,29.8424,30.665,31.7108,32.9483,34.1637,35.1085,35.8216],"phase":"skin","raster_sha1":"df498a0240d9f937","raw":[[22.99305,23.075071,23.506067],[22.985337,23.067896,23.498714],[22.988901,23.071333,23.524187]],"rgb":[167,132,128],"session":12,"source":"pipeline","spectrum_pct":[[20.4185,20.418,20.4174,20.4167,20.4161,20.8654,21.1679,21.4052,21.4495,21.6104,22.7,23.7655,23.7834,23.4667,22.9965,22.3873,21.8153,21.345,20.9586,20.8199,20.9367,23.2696,26.8133,28.1831,28.4467,28.5061,28.6547,28.8652,29.2582,29.8442,30.665,31.7023,32.9483,34.1637,35.1055,35.8011],[20.4244,20.4238,20.4232,20.4225,20.422,20.8768,21.1753,21.4077,21.439,21.5553,22.6818,23.769,23.7911,23.4731,22.9924,22.384,21.8096,21.336,20.9452,20.8085,20.9264,23.2607,26.8071,28.1777,28.434,28.4997,28.6439,28.8559,29.2515,29.838,30.6629,31.7108,32.9472,34.141,35.1085,35.8216],[20.465,20.4645,20.464,20.4633,20.4628,20.8949,21.1902,21.4192,21.4545,21.5986,22.7272,23.8045,23.7987,23.484,23.0029,22.3874,21.8093,21.337,20.9475,20.8066,20.9232,23.2577,26.8011,28.1761,28.4349,28.4991,28.6467,28.8621,29.2628,29.8424,30.6685,31.7197,32.9688,34.1748,35.1383,35.8839]],"t_unix":1786334438.7311866,"uid":"p00469","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.988901,23.071333,23.506067]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.18989583333333335,"white":0.7927552083333333,"yellow":0.017348958333333334},"ink_index":null,"is_control":false,"label":"skin (213, 167, 138) fs_cam16ucs_hue_aware","median_raw":[27.691954,29.029389,30.783641],"median_spectrum_pct":[26.6367,26.6363,26.636,26.6356,26.6355,27.2857,27.7157,28.0362,28.1464,28.4024,29.7517,31.0168,31.0886,30.7459,30.1742,29.3759,28.63,27.9913,27.4311,27.1532,27.0063,28.3172,30.3285,31.0521,31.1961,31.2545,31.3903,31.5652,31.8693,32.3149,32.9343,33.7339,34.7065,35.6561,36.3329,36.8991],"phase":"skin","raster_sha1":"cb7bbfac66e184e7","raw":[[27.700423,29.034648,30.783641],[27.691954,29.029389,30.792067],[27.668497,29.012737,30.778498]],"rgb":[213,167,138],"session":12,"source":"pipeline","spectrum_pct":[[26.6367,26.6363,26.636,26.6356,26.6355,27.2593,27.6941,28.0289,28.1545,28.407,29.7517,31.0112,31.0772,30.7323,30.1659,29.3726,28.6313,27.9989,27.442,27.1681,27.0217,28.3329,30.3492,31.0659,31.205,31.2677,31.4049,31.5799,31.8824,32.3247,32.9397,33.7339,34.7065,35.6563,36.3329,36.9071],[26.6398,26.6395,26.6391,26.6387,26.6386,27.2857,27.7157,28.0362,28.1464,28.4024,29.7542,31.0317,31.0986,30.7463,30.1742,29.3759,28.63,27.9913,27.4311,27.1532,27.0063,28.3172,30.3285,31.0521,31.1961,31.2545,31.3903,31.5652,31.8693,32.3149,32.9343,33.743,34.7429,35.6561,36.3553,36.8982],[26.6209,26.6205,26.6202,26.6197,26.6197,27.2921,27.7289,28.0418,28.1305,28.338,29.7197,31.0168,31.0886,30.7459,30.1775,29.3792,28.6259,27.9783,27.4124,27.1329,26.9883,28.2892,30.2952,31.0115,31.154,31.2131,31.36,31.525,31.8285,32.2633,32.8897,33.6894,34.6811,35.6124,36.3112,36.8991]],"t_unix":1786334485.501184,"uid":"p00389","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.691954,29.029389,30.783641]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0005208333333333333,"red":0.6224270833333333,"white":0.37705208333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (136, 95, 84) fs_cam16ucs_hue_aware","median_raw":[15.0528,13.242179,11.032037],"median_spectrum_pct":[9.64821,9.64706,9.64575,9.64423,9.64256,9.82729,9.93623,9.97517,9.93579,9.94802,10.6866,11.5562,11.7027,11.5789,11.3358,11.0026,10.7137,10.522,10.4051,10.4732,10.9479,14.7339,20.6964,23.2001,23.659,23.6914,23.7534,23.9608,24.4509,25.2222,26.3417,27.7858,29.5264,31.2534,32.6923,33.7824],"phase":"skin","raster_sha1":"27665bc9ca8c35e9","raw":[[15.050703,13.242141,11.033487],[15.0528,13.242196,11.032037],[15.054093,13.242179,11.031517]],"rgb":[136,95,84],"session":12,"source":"pipeline","spectrum_pct":[[9.65603,9.65489,9.65358,9.65208,9.6504,9.819,9.93211,9.9775,9.93579,9.94802,10.7018,11.5655,11.706,11.5796,11.3358,11.0033,10.7132,10.522,10.4073,10.4732,10.9479,14.732,20.6917,23.1983,23.6554,23.6886,23.7486,23.9515,24.4327,25.2142,26.3436,27.791,29.5382,31.2817,32.7287,33.8102],[9.64821,9.64706,9.64575,9.64423,9.64256,9.82729,9.93623,9.97517,9.94977,9.93999,10.6689,11.5562,11.7027,11.5789,11.3343,11.0021,10.7137,10.5223,10.4051,10.4733,10.951,14.7339,20.6984,23.2001,23.659,23.6914,23.7534,23.9608,24.4509,25.2302,26.3375,27.7782,29.4962,31.2393,32.6702,33.7824],[9.64614,9.64499,9.64367,9.64215,9.64049,9.83066,9.93971,9.9707,9.92751,9.95689,10.6866,11.5517,11.7016,11.5743,11.3361,11.0026,10.7159,10.5197,10.3993,10.4701,10.9472,14.7365,20.6964,23.2055,23.672,23.7034,23.7619,23.9618,24.4535,25.2222,26.3417,27.7858,29.5264,31.2534,32.6923,33.7494]],"t_unix":1786334532.3502872,"uid":"p00302","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.0528,13.242179,11.032037]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.742640625,"white":0.257359375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (147, 75, 69) fs_cam16ucs_hue_aware","median_raw":[12.446472,10.056262,7.352073],"median_spectrum_pct":[6.50465,6.50346,6.50209,6.50052,6.49871,6.59016,6.64478,6.66061,6.6254,6.59358,7.00308,7.68497,7.82424,7.74839,7.57281,7.33055,7.15337,7.08154,7.08575,7.23657,7.80444,11.9092,18.5046,21.3317,21.808,21.7633,21.7472,21.8961,22.3601,23.1662,24.364,25.9274,27.8208,29.7677,31.4432,32.7616],"phase":"skin","raster_sha1":"52c68f045ac7c656","raw":[[12.438443,10.051039,7.352073],[12.446472,10.056262,7.363801],[12.449851,10.056701,7.348881]],"rgb":[147,75,69],"session":12,"source":"pipeline","spectrum_pct":[[6.50979,6.50861,6.50725,6.50569,6.50388,6.58022,6.6384,6.66061,6.62831,6.57739,7.00308,7.68497,7.81385,7.73946,7.56894,7.33055,7.15483,7.08366,7.08958,7.23744,7.80444,11.9036,18.4946,21.3154,21.7879,21.739,21.7287,21.8828,22.3384,23.1332,24.3487,25.8998,27.8112,29.7677,31.3898,32.7577],[6.50465,6.50346,6.50209,6.50052,6.49871,6.59071,6.64621,6.66081,6.6254,6.61092,7.0445,7.70338,7.83404,7.75188,7.57281,7.32975,7.15236,7.08154,7.08575,7.23657,7.80315,11.9092,18.5046,21.3317,21.808,21.7633,21.7472,21.8961,22.3601,23.1662,24.364,25.9274,27.8224,29.7584,31.447,32.7616],[6.49888,6.49769,6.49632,6.49474,6.49294,6.59016,6.64478,6.6557,6.60972,6.59358,6.97944,7.66755,7.82424,7.74839,7.57415,7.33644,7.15337,7.08068,7.08307,7.22978,7.80564,11.9161,18.5231,21.346,21.8214,21.7664,21.7616,21.9152,22.3701,23.1743,24.3684,25.9298,27.8208,29.7699,31.4432,32.7641]],"t_unix":1786334579.142229,"uid":"p00464","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.446472,10.056262,7.352073]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5027786458333333,"white":0.4972213541666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (162, 115, 108) fs_cam16ucs_hue_aware","median_raw":[17.51594,16.183227,13.965371],"median_spectrum_pct":[12.2263,12.2251,12.2238,12.2222,12.2204,12.3284,12.4402,12.5522,12.5251,12.6538,13.7845,14.8783,15.0468,14.9078,14.6372,14.2662,13.9208,13.6546,13.4506,13.4693,13.9035,17.5164,23.0045,25.272,25.7396,25.8394,25.9817,26.2167,26.7053,27.4202,28.4406,29.7272,31.2388,32.7441,33.9492,34.8537],"phase":"skin","raster_sha1":"5235b4eab869a2d8","raw":[[17.523651,16.192922,13.985234],[17.51594,16.183227,13.948459],[17.515538,16.181423,13.965371]],"rgb":[162,115,108],"session":12,"source":"pipeline","spectrum_pct":[[12.236,12.2349,12.2335,12.232,12.2301,12.3284,12.4392,12.5522,12.5666,12.7012,13.8373,14.9022,15.0608,14.9207,14.6447,14.2716,13.9275,13.661,13.4611,13.4787,13.9118,17.5164,23.0045,25.272,25.7387,25.8425,25.9838,26.2176,26.7018,27.4152,28.443,29.7272,31.2388,32.7441,33.9492,34.8783],[12.2046,12.2034,12.202,12.2004,12.1986,12.3246,12.4402,12.5481,12.5237,12.6085,13.7273,14.8728,15.0413,14.9065,14.6332,14.2662,13.9208,13.6546,13.4506,13.4693,13.9035,17.5182,23.0098,25.2696,25.7404,25.8394,25.9786,26.2167,26.7053,27.4202,28.4378,29.7232,31.2396,32.7236,33.9397,34.8379],[12.2263,12.2251,12.2238,12.2222,12.2204,12.3332,12.4448,12.554,12.5251,12.6538,13.7845,14.8783,15.0468,14.9078,14.6372,14.2632,13.9168,13.6486,13.4444,13.4619,13.8965,17.5093,23.0027,25.2724,25.7396,25.837,25.9817,26.2145,26.7089,27.4276,28.4406,29.7317,31.2373,32.751,33.9864,34.8537]],"t_unix":1786334626.1587582,"uid":"p00314","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.51594,16.183227,13.965371]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.32301302083333333,"white":0.6490755208333333,"yellow":0.027911458333333333},"ink_index":null,"is_control":false,"label":"skin (181, 149, 130) atkinson_hue_aware","median_raw":[22.933935,23.152576,23.111847],"median_spectrum_pct":[20.0866,20.086,20.0852,20.0843,20.0834,20.4631,20.731,20.9519,21.0281,21.2194,22.4176,23.6936,23.8493,23.6097,23.1649,22.5632,21.9888,21.51,21.1161,20.9724,21.0759,23.344,26.7639,28.0797,28.3228,28.3815,28.5203,28.7107,29.1088,29.6942,30.5238,31.5709,32.8564,34.0824,35.0696,35.7968],"phase":"skin","raster_sha1":"e05370c8f596691d","raw":[[22.946972,23.165745,23.124198],[22.933935,23.152576,23.111847],[22.927021,23.149364,23.110118]],"rgb":[181,149,130],"session":12,"source":"pipeline","spectrum_pct":[[20.0919,20.0912,20.0904,20.0896,20.0886,20.4549,20.7213,20.9467,21.0383,21.2613,22.4858,23.6936,23.8493,23.6097,23.1647,22.5687,21.9979,21.522,21.1307,20.9868,21.0906,23.3563,26.7812,28.0969,28.3423,28.3953,28.5285,28.7305,29.1275,29.7167,30.5427,31.5942,32.8577,34.0824,35.0485,35.8032],[20.0866,20.086,20.0852,20.0843,20.0834,20.4631,20.731,20.9519,21.0281,21.2194,22.391,23.7182,23.8384,23.6005,23.1649,22.559,21.9831,21.51,21.1161,20.9724,21.0759,23.344,26.7639,28.0797,28.3228,28.3815,28.5203,28.7107,29.1088,29.6942,30.5207,31.5676,32.8564,34.107,35.0834,35.7934],[20.0822,20.0815,20.0807,20.0798,20.0789,20.4731,20.7454,20.9549,21.0255,21.1791,22.4176,23.6662,23.8508,23.621,23.1724,22.5632,21.9888,21.5083,21.1112,20.963,21.0682,23.3294,26.7521,28.068,28.3089,28.369,28.5088,28.7093,29.1063,29.6855,30.5238,31.5709,32.8291,34.0565,35.0696,35.7968]],"t_unix":1786334673.5926075,"uid":"p00342","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.933935,23.152576,23.111847]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44576822916666664,"white":0.5542317708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (172, 104, 96) atkinson_oklab_hue_aware","median_raw":[19.777334,19.137233,18.700942],"median_spectrum_pct":[16.3023,16.3016,16.3008,16.2999,16.299,16.6181,16.8375,16.9987,17.0447,17.1276,18.087,18.9816,19.0361,18.787,18.3826,17.8488,17.3872,17.0358,16.7725,16.7222,16.9757,19.8285,24.221,25.9786,26.2944,26.35,26.4631,26.6709,27.1209,27.7929,28.7429,29.9628,31.4284,32.8855,34.036,34.9731],"phase":"skin","raster_sha1":"07b02885f46cc713","raw":[[19.782361,19.143402,18.711736],[19.777334,19.137233,18.700942],[19.775896,19.135895,18.698157]],"rgb":[172,104,96],"session":12,"source":"pipeline","spectrum_pct":[[16.3204,16.3198,16.319,16.3181,16.3172,16.6126,16.8263,16.9987,17.0685,17.1686,18.1074,18.9816,19.0329,18.787,18.3827,17.8544,17.3947,17.0414,16.7816,16.7354,16.9829,19.8352,24.2219,25.9786,26.293,26.35,26.4623,26.6681,27.1141,27.7929,28.7429,29.9569,31.4284,32.8911,34.0242,34.9731],[16.3023,16.3016,16.3008,16.2999,16.299,16.6181,16.8375,16.9986,17.0447,17.1276,18.087,18.9799,19.046,18.7866,18.3732,17.8471,17.3872,17.0358,16.7725,16.7222,16.9757,19.8285,24.2177,25.9774,26.2945,26.3507,26.4631,26.6709,27.1209,27.7963,28.7402,29.9628,31.4264,32.8705,34.036,34.9869],[16.3,16.2993,16.2985,16.2976,16.2967,16.6272,16.8458,17.0009,17.0366,17.1084,18.0642,18.9969,19.0361,18.79,18.3826,17.8488,17.3843,17.0336,16.7669,16.7197,16.9711,19.8214,24.221,25.9791,26.2944,26.3461,26.4649,26.6727,27.1308,27.7912,28.7459,29.9843,31.4328,32.8855,34.0692,34.932]],"t_unix":1786334721.7687874,"uid":"p00472","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.777334,19.137233,18.700942]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.7072526041666667,"white":0.2927473958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (177, 98, 83) atkinson_hue_aware","median_raw":[13.077324,10.852854,8.557868],"median_spectrum_pct":[7.52568,7.52459,7.52335,7.52191,7.52031,7.65369,7.73942,7.76196,7.72692,7.76766,8.21397,8.7827,8.85895,8.74191,8.55448,8.29759,8.08622,7.97843,7.93547,8.04779,8.57972,12.5478,18.9278,21.6422,22.0911,22.0465,22.0311,22.1754,22.6203,23.4038,24.5815,26.1284,28.0098,29.9311,31.5799,32.8435],"phase":"skin","raster_sha1":"4de34ca647615004","raw":[[13.077324,10.852854,8.559699],[13.077189,10.849783,8.557868],[13.083386,10.853732,8.551874]],"rgb":[177,98,83],"session":12,"source":"pipeline","spectrum_pct":[[7.52181,7.52072,7.51947,7.51803,7.51642,7.64562,7.73635,7.76196,7.72453,7.76766,8.26691,8.78523,8.86013,8.74006,8.55703,8.29907,8.08785,7.97843,7.9408,8.05471,8.5817,12.5468,18.9202,21.6392,22.0881,22.0456,22.0276,22.1723,22.6145,23.4038,24.5815,26.1227,28.0039,29.9151,31.6111,32.8634],[7.5267,7.52562,7.52437,7.52294,7.52134,7.65369,7.73942,7.76502,7.72692,7.78077,8.19639,8.7798,8.85737,8.74237,8.55448,8.29497,8.08622,7.97283,7.93547,8.04779,8.57475,12.5478,18.9278,21.6422,22.0911,22.0465,22.0311,22.1754,22.6203,23.3991,24.5716,26.1284,28.0166,29.9311,31.5486,32.813],[7.52568,7.52459,7.52335,7.52191,7.52031,7.65745,7.74204,7.76081,7.72758,7.72531,8.21397,8.7827,8.85895,8.74191,8.55316,8.29759,8.08532,7.97903,7.93312,8.04642,8.57972,12.5598,18.9426,21.6563,22.1079,22.0568,22.0437,22.1953,22.6439,23.4155,24.6081,26.1377,28.0098,29.9453,31.5799,32.8435]],"t_unix":1786334769.3124657,"uid":"p00333","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.077324,10.852854,8.557868]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.5641770833333334,"white":0.43582291666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (162, 115, 108) atkinson_hue_aware","median_raw":[16.502816,15.077396,13.576652],"median_spectrum_pct":[11.8342,11.8332,11.8321,11.8308,11.8295,12.0881,12.2655,12.3369,12.3154,12.3684,13.1342,13.8833,13.9678,13.8135,13.536,13.1604,12.8253,12.5886,12.4286,12.4589,12.8597,16.3257,21.7098,23.9227,24.3081,24.3263,24.3861,24.5734,25.0513,25.7849,26.8708,28.2458,29.935,31.5987,32.9797,33.9988],"phase":"skin","raster_sha1":"50796fa2f03b775a","raw":[[16.502633,15.077396,13.571303],[16.502816,15.075968,13.576652],[16.51009,15.078453,13.596703]],"rgb":[162,115,108],"session":12,"source":"pipeline","spectrum_pct":[[11.8342,11.8332,11.8321,11.8308,11.8295,12.0794,12.2606,12.3365,12.2966,12.3333,13.1342,13.8801,13.9826,13.8158,13.536,13.1604,12.8253,12.5886,12.4323,12.4633,12.8631,16.3222,21.7098,23.9227,24.3056,24.3258,24.3846,24.5734,25.0513,25.7798,26.8708,28.2399,29.935,31.5987,32.9797,33.9933],[11.815,11.814,11.8129,11.8116,11.8103,12.0881,12.2655,12.3369,12.3154,12.3684,13.0971,13.8899,13.96,13.8131,13.5379,13.1622,12.8272,12.5872,12.4286,12.4589,12.8593,16.3257,21.7074,23.9203,24.3081,24.3263,24.3861,24.5711,25.0372,25.7849,26.8615,28.2458,29.9342,31.6068,32.9587,33.9988],[11.8391,11.8382,11.8371,11.8358,11.8344,12.0945,12.2731,12.3429,12.323,12.4143,13.1775,13.8833,13.9678,13.8135,13.5343,13.1546,12.8236,12.5888,12.4266,12.4538,12.8597,16.3263,21.72,23.9329,24.3198,24.3354,24.397,24.592,25.0543,25.7991,26.8729,28.2696,29.957,31.5981,33.0034,34.0555]],"t_unix":1786334816.703395,"uid":"p00312","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.502816,15.077396,13.576652]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (204, 178, 168) atkinson_oklab_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[204,178,168],"session":12,"source":"pipeline","t_unix":1786334864.1435778,"uid":"p00370","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.47239583333333335,"blue":0.0,"green":0.0006067708333333333,"red":0.38290104166666666,"white":0.13984114583333335,"yellow":0.004255208333333333},"ink_index":null,"is_control":false,"label":"skin (79, 57, 42) fs_cam16ucs_hue_aware","median_raw":[6.338836,5.327062,5.266844],"median_spectrum_pct":[4.87901,4.87901,4.87901,4.879,4.87894,4.8676,4.87817,4.87041,4.78709,4.67903,4.79924,5.01414,4.95411,4.76542,4.51719,4.24957,4.05532,3.94578,3.89893,3.94196,4.17571,5.94218,8.58897,9.62682,9.83573,9.94207,10.1932,10.6555,11.45,12.6858,14.4795,16.9185,19.8995,23.0854,25.9227,28.2818],"phase":"skin","raster_sha1":"db70df7542eeadaf","raw":[[6.364858,5.349935,5.267792],[6.338836,5.327062,5.266844],[6.336622,5.324639,5.250792]],"rgb":[79,57,42],"session":12,"source":"pipeline","spectrum_pct":[[4.87901,4.87901,4.87901,4.879,4.87894,4.90403,4.91122,4.88468,4.78709,4.67384,4.78601,5.01822,4.96757,4.78467,4.54041,4.27408,4.07585,3.96878,3.91778,3.95889,4.19375,5.96943,8.62726,9.66642,9.87091,9.98393,10.2427,10.7045,11.4964,12.7431,14.548,16.989,19.9754,23.1533,26.0085,28.2999],[4.88016,4.88018,4.88021,4.88023,4.88015,4.86702,4.87085,4.87025,4.79001,4.73665,4.84144,5.01414,4.95244,4.76542,4.51719,4.24957,4.05185,3.94562,3.89893,3.94196,4.17571,5.94218,8.58863,9.62682,9.82639,9.9364,10.186,10.6555,11.45,12.6858,14.4795,16.9185,19.8995,23.0854,25.9227,28.2818],[4.87024,4.87025,4.87027,4.87029,4.8702,4.8676,4.87817,4.87041,4.76849,4.67903,4.79924,5.0009,4.95411,4.75932,4.51253,4.2487,4.05532,3.94578,3.89763,3.93694,4.1727,5.94167,8.58897,9.62603,9.83573,9.94207,10.1932,10.6509,11.4426,12.6752,14.4716,16.8868,19.873,23.0363,25.8935,28.1774]],"t_unix":1786334865.799503,"uid":"p00431","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.338836,5.327062,5.266844]} +{"bayer_k":0,"config":null,"config_name":null,"duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"control","raster_sha1":"74458a184e222a45","rgb":null,"session":12,"source":"bayer","t_unix":1786334912.270756,"uid":"p01338","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":64,"config":null,"config_name":null,"duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"control","raster_sha1":"1daca356a8f94d5f","rgb":null,"session":12,"source":"bayer","t_unix":1786334912.2727265,"uid":"p01339","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":32,"config":null,"config_name":null,"duplicate_of":"p01277","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_spectrum_pct":[15.9472,15.9493,15.9517,15.9544,15.9574,16.13,16.2878,16.4187,16.347,16.3087,16.6051,16.3305,15.5702,14.6811,13.7721,12.8804,12.1298,11.538,11.0688,10.7798,10.552,10.6129,10.7526,10.7922,10.9024,11.1391,11.5499,12.1638,13.0703,14.3843,16.2403,18.6785,21.6726,24.8074,27.5897,29.8161],"phase":"control","raster_sha1":"984c5492e07f5c03","rgb":null,"session":12,"source":"bayer","t_unix":1786334912.275606,"uid":"p01340","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537178,12.150254,17.661246]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2679270833333333,"white":0.7157109375,"yellow":0.016361979166666665},"ink_index":null,"is_control":false,"label":"skin (185, 154, 134) fs_cam16ucs_hue_aware","median_raw":[25.064931,25.741036,26.387186],"median_spectrum_pct":[22.8094,22.8088,22.8081,22.8073,22.8066,23.2865,23.6525,23.9593,24.0549,24.3368,25.6423,26.907,27.0075,26.7091,26.2233,25.5374,24.888,24.3196,23.833,23.6229,23.6361,25.5599,28.4531,29.5526,29.7823,29.8694,30.025,30.2221,30.5811,31.1047,31.8386,32.7623,33.869,34.9559,35.7851,36.423],"phase":"skin","raster_sha1":"d0317c99aaa56760","raw":[[25.070056,25.746665,26.372101],[25.064931,25.741036,26.387186],[25.058605,25.74049,26.388721]],"rgb":[185,154,134],"session":12,"source":"pipeline","spectrum_pct":[[22.7938,22.7932,22.7925,22.7917,22.791,23.2719,23.6403,23.9539,24.0549,24.315,25.6423,26.8988,26.9962,26.7091,26.2233,25.5368,24.888,24.326,23.843,23.6329,23.6475,25.574,28.4629,29.5631,29.7932,29.8714,30.0293,30.238,30.5942,31.1153,31.847,32.7605,33.869,34.9559,35.7851,36.423],[22.8139,22.8133,22.8127,22.8119,22.8112,23.2865,23.6525,23.9593,24.0612,24.3567,25.6326,26.9424,27.0075,26.7083,26.2214,25.5374,24.8782,24.3168,23.8314,23.6229,23.6361,25.5599,28.4531,29.5526,29.7823,29.8694,30.025,30.2221,30.5811,31.1047,31.8386,32.7623,33.8577,34.9714,35.8059,36.4059],[22.8094,22.8088,22.8081,22.8073,22.8066,23.3058,23.6682,23.9695,24.0417,24.3368,25.6599,26.907,27.0188,26.7225,26.2335,25.5484,24.8889,24.3196,23.833,23.6211,23.6285,25.5496,28.4342,29.5345,29.7657,29.8521,30.0168,30.2145,30.5796,31.0907,31.8306,32.7733,33.8772,34.9421,35.7829,36.4686]],"t_unix":1786334913.8649595,"uid":"p00347","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.064931,25.741036,26.387186]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1334921875,"white":0.8665078125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (186, 158, 150) atkinson_oklab_hue_aware","median_raw":[29.588433,31.319303,34.561475],"median_spectrum_pct":[29.9479,29.9481,29.9483,29.9485,29.9492,30.6837,31.2046,31.6097,31.7684,32.0086,33.2276,34.1793,34.0492,33.5936,32.9261,32.0325,31.2155,30.5242,29.9038,29.5777,29.3179,30.168,31.5291,31.9842,32.0574,32.1019,32.2429,32.4056,32.6672,33.0524,33.6085,34.3277,35.2207,36.0689,36.697,37.2291],"phase":"skin","raster_sha1":"71d9e44897dfa95d","raw":[[29.598355,31.324999,34.561475],[29.588433,31.319303,34.560132],[29.572867,31.306783,34.568257]],"rgb":[186,158,150],"session":12,"source":"pipeline","spectrum_pct":[[29.9158,29.9159,29.9161,29.9163,29.917,30.6493,31.1727,31.5974,31.7684,32.0212,33.3168,34.1778,34.0396,33.5882,32.909,32.0276,31.2155,30.5242,29.9067,29.5873,29.3331,30.1881,31.5528,32.0008,32.0762,32.1217,32.2597,32.4225,32.6961,33.0699,33.6276,34.3506,35.2372,36.1032,36.6937,37.2291],[29.9479,29.9481,29.9483,29.9485,29.9492,30.6837,31.2046,31.6097,31.769,31.9935,33.1732,34.1793,34.0492,33.5936,32.93,32.0394,31.2213,30.5246,29.9038,29.5777,29.3179,30.168,31.5291,31.9842,32.0574,32.1019,32.2429,32.4056,32.6672,33.0524,33.6085,34.3277,35.2207,36.0682,36.697,37.1811],[29.961,29.9612,29.9614,29.9616,29.9624,30.6979,31.2167,31.6136,31.737,32.0086,33.2276,34.2026,34.0654,33.596,32.9261,32.0325,31.2118,30.5069,29.8842,29.5585,29.299,30.1447,31.5051,31.954,32.0335,32.083,32.2132,32.3736,32.652,33.0441,33.5841,34.3228,35.2194,36.0689,36.6986,37.2612]],"t_unix":1786334961.2128167,"uid":"p00349","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.588433,31.319303,34.561475]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.1235,"blue":0.010231770833333334,"green":0.25196875,"red":0.42916666666666664,"white":0.17440885416666665,"yellow":0.010723958333333334},"ink_index":null,"is_control":false,"label":"skin (94, 77, 68) fs_cam16ucs_hue_aware","median_raw":[10.500685,10.598245,7.329901],"median_spectrum_pct":[5.91529,5.91351,5.91146,5.90911,5.90634,5.93839,5.96364,5.98927,5.9266,6.05404,8.24566,11.5643,12.4703,12.1538,11.348,10.3763,9.5266,8.8734,8.40051,8.17455,8.29393,10.4757,13.8145,15.1548,15.4704,15.6575,15.9961,16.5125,17.3462,18.5467,20.1881,22.258,24.7399,27.3059,29.5262,31.2963],"phase":"skin","raster_sha1":"eccec333d0166233","raw":[[10.500685,10.598245,7.335131],[10.496725,10.595947,7.309048],[10.506269,10.603402,7.329901]],"rgb":[94,77,68],"session":12,"source":"pipeline","spectrum_pct":[[5.92056,5.91879,5.91676,5.91442,5.91164,5.93628,5.96131,5.98927,5.93071,6.08899,8.28382,11.5684,12.4703,12.1528,11.348,10.3763,9.52389,8.86774,8.40051,8.17455,8.29297,10.4757,13.8115,15.1548,15.4699,15.6558,15.9929,16.5111,17.3462,18.5536,20.1881,22.2912,24.7814,27.3604,29.5664,31.3427],[5.89853,5.89674,5.89469,5.89232,5.88956,5.93839,5.96364,5.98463,5.89388,6.01167,8.22624,11.5481,12.4637,12.1538,11.3445,10.3761,9.5266,8.8734,8.39852,8.17259,8.29393,10.475,13.8145,15.1511,15.4704,15.6575,15.9961,16.5125,17.3439,18.5398,20.1764,22.2498,24.7399,27.3059,29.5262,31.2783],[5.91529,5.91351,5.91146,5.90911,5.90634,5.94936,5.97187,5.9935,5.9266,6.05404,8.24566,11.5643,12.4723,12.162,11.3535,10.3856,9.53142,8.87401,8.40064,8.17674,8.2974,10.4838,13.8215,15.1661,15.4827,15.6709,16.0068,16.5227,17.353,18.5467,20.1976,22.258,24.7391,27.3055,29.526,31.2963]],"t_unix":1786335008.1590548,"uid":"p00437","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.500685,10.598245,7.329901]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.24389322916666667,"blue":0.0,"green":0.005588541666666667,"red":0.3618177083333333,"white":0.38727083333333334,"yellow":0.0014296875},"ink_index":null,"is_control":false,"label":"skin (124, 96, 84) atkinson_oklab_hue_aware","median_raw":[12.889546,12.244091,13.197438],"median_spectrum_pct":[11.7894,11.7896,11.7898,11.7901,11.7904,11.9691,12.0745,12.1225,12.0863,12.0716,12.4198,12.7772,12.6023,12.2613,11.8259,11.3387,10.9386,10.657,10.4613,10.4157,10.5851,12.5458,15.5338,16.703,16.9406,17.0545,17.2994,17.6941,18.3804,19.4133,20.9033,22.8679,25.2313,27.6744,29.7993,31.48],"phase":"skin","raster_sha1":"df83bead2ed997e6","raw":[[12.888146,12.242886,13.186879],[12.889546,12.244503,13.201815],[12.89053,12.244091,13.197438]],"rgb":[124,96,84],"session":12,"source":"pipeline","spectrum_pct":[[11.7894,11.7896,11.7898,11.7901,11.7904,11.96,12.0648,12.1185,12.0863,12.039,12.4115,12.7768,12.5968,12.2594,11.826,11.3387,10.9386,10.6576,10.4623,10.4212,10.5873,12.5458,15.5338,16.703,16.9406,17.0504,17.2936,17.6911,18.3729,19.407,20.9083,22.879,25.2406,27.6744,29.7993,31.4618],[11.7721,11.7723,11.7725,11.7728,11.7731,11.9691,12.0745,12.1225,12.0986,12.0716,12.4557,12.8033,12.6225,12.2613,11.8252,11.3384,10.9378,10.657,10.4613,10.4157,10.5851,12.5461,15.5306,16.7009,16.9382,17.0546,17.2994,17.6941,18.3833,19.4133,20.8993,22.8679,25.2313,27.6952,29.8111,31.4907],[11.7922,11.7924,11.7927,11.7929,11.7933,11.9813,12.0839,12.1232,12.07,12.0788,12.4198,12.7772,12.6023,12.2647,11.8259,11.3421,10.9434,10.6569,10.4612,10.4154,10.5811,12.5458,15.5396,16.7042,16.9417,17.0545,17.2999,17.6987,18.3804,19.4139,20.9033,22.8635,25.2313,27.6569,29.788,31.48]],"t_unix":1786335055.8195333,"uid":"p00289","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.889546,12.244091,13.197438]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7267213541666667,"blue":0.0,"green":7.8125e-06,"red":0.1813984375,"white":0.0755859375,"yellow":0.016286458333333333},"ink_index":null,"is_control":false,"label":"skin (79, 57, 42) atkinson_hue_aware","median_raw":[4.030945,3.515246,3.907228],"median_spectrum_pct":[3.72833,3.72858,3.72887,3.7292,3.72944,3.71134,3.69329,3.65267,3.52603,3.38751,3.47795,3.66221,3.61596,3.46069,3.23759,3.0125,2.84179,2.73349,2.6727,2.67112,2.78428,3.69634,5.00542,5.5123,5.66053,5.82212,6.14425,6.67595,7.5378,8.88381,10.8664,13.5532,16.9181,20.5029,23.79,26.544],"phase":"skin","raster_sha1":"1969f774a9dc8b21","raw":[[4.030945,3.515246,3.902011],[4.032859,3.516855,3.909878],[4.016186,3.500868,3.907228]],"rgb":[79,57,42],"session":12,"source":"pipeline","spectrum_pct":[[3.71821,3.71844,3.7187,3.71901,3.71927,3.71134,3.69329,3.64541,3.52147,3.37394,3.47795,3.63868,3.61045,3.46069,3.23759,3.01315,2.84295,2.73735,2.6727,2.67112,2.78465,3.69968,5.00542,5.51339,5.66053,5.82212,6.14803,6.67938,7.5378,8.88381,10.8664,13.5532,16.9269,20.529,23.8452,26.6254],[3.72918,3.72942,3.72969,3.73,3.73026,3.71537,3.70452,3.65319,3.52603,3.38751,3.46272,3.66221,3.62376,3.46734,3.24065,3.0125,2.84179,2.73349,2.67543,2.67445,2.78428,3.69634,5.00778,5.5123,5.6642,5.82982,6.14425,6.67595,7.54085,8.89421,10.8815,13.5701,16.9181,20.5029,23.79,26.544],[3.72833,3.72858,3.72887,3.7292,3.72944,3.69302,3.67562,3.65267,3.53613,3.39746,3.48639,3.67223,3.61596,3.45002,3.22326,2.99398,2.82751,2.71672,2.65892,2.65898,2.77166,3.67858,4.98061,5.48885,5.64225,5.80329,6.11462,6.65672,7.5131,8.85898,10.8398,13.4999,16.8518,20.4375,23.6675,26.3435]],"t_unix":1786335103.3305008,"uid":"p00429","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.030945,3.515246,3.907228]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"oklab_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_oklab_hue_aware","ink_fraction":{"black":0.0007786458333333333,"blue":0.0,"green":0.0,"red":0.2695416666666667,"white":0.7286145833333333,"yellow":0.0010651041666666667},"ink_index":null,"is_control":false,"label":"skin (164, 140, 120) atkinson_oklab_hue_aware","median_raw":[25.203416,25.821061,26.998066],"median_spectrum_pct":[23.4467,23.4463,23.4459,23.4455,23.4452,23.9057,24.2742,24.603,24.7045,24.8992,26.1046,27.1344,27.1268,26.7738,26.2581,25.5691,24.9323,24.3913,23.9272,23.7276,23.7243,25.6028,28.4823,29.5775,29.7956,29.8628,30.0017,30.1854,30.5337,31.0367,31.7582,32.6863,33.7972,34.8585,35.7078,36.3355],"phase":"skin","raster_sha1":"4bee793e093aa379","raw":[[25.215128,25.829448,26.998066],[25.20136,25.814578,26.979011],[25.203416,25.821061,27.005226]],"rgb":[164,140,120],"session":12,"source":"pipeline","spectrum_pct":[[23.4467,23.4463,23.4459,23.4455,23.4452,23.9043,24.2673,24.603,24.7058,24.9049,26.1333,27.1391,27.1268,26.7738,26.2581,25.5691,24.9324,24.3941,23.9378,23.7436,23.7377,25.6165,28.4959,29.5922,29.811,29.8786,30.0199,30.2019,30.5487,31.0554,31.7642,32.6874,33.7996,34.8834,35.7078,36.3355],[23.4275,23.4271,23.4268,23.4263,23.426,23.9057,24.2742,24.5951,24.6817,24.8822,26.056,27.0994,27.1072,26.7651,26.2506,25.5571,24.919,24.3812,23.9255,23.7276,23.7243,25.6028,28.4823,29.5775,29.7956,29.8628,30.0017,30.1819,30.5314,31.0367,31.7558,32.6685,33.7676,34.8308,35.6742,36.2603],[23.4607,23.4604,23.46,23.4596,23.4593,23.9288,24.2945,24.6132,24.7045,24.8992,26.1046,27.1344,27.129,26.7872,26.2627,25.5726,24.9323,24.3913,23.9272,23.7272,23.7225,25.5966,28.472,29.5686,29.7881,29.8539,29.9952,30.1854,30.5337,31.0346,31.7582,32.6863,33.7972,34.8585,35.7191,36.364]],"t_unix":1786335150.833504,"uid":"p00319","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.203416,25.821061,26.998066]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.14027083333333334,"blue":0.0,"green":0.0,"red":0.6035130208333334,"white":0.2539661458333333,"yellow":0.00225},"ink_index":null,"is_control":false,"label":"skin (111, 75, 41) fs_cam16ucs_hue_aware","median_raw":[10.941104,9.136435,7.539729],"median_spectrum_pct":[6.69597,6.69522,6.69436,6.69336,6.69221,6.77471,6.83764,6.88193,6.85181,6.76349,7.20227,7.67363,7.70304,7.56889,7.35417,7.08256,6.86917,6.75316,6.70566,6.79528,7.23241,10.4874,15.5952,17.7216,18.1063,18.1428,18.2537,18.5424,19.1406,20.1242,21.5486,23.4128,25.6627,28.0144,30.0437,31.6055],"phase":"skin","raster_sha1":"f1c6e4beb83b464e","raw":[[10.938384,9.136435,7.544925],[10.941104,9.135828,7.539303],[10.944879,9.136459,7.539729]],"rgb":[111,75,41],"session":12,"source":"pipeline","spectrum_pct":[[6.69841,6.69766,6.69681,6.69582,6.69466,6.77017,6.83613,6.88193,6.84578,6.76526,7.24135,7.68772,7.70506,7.57707,7.35472,7.08352,6.86917,6.75432,6.70978,6.79762,7.23484,10.4797,15.5826,17.7117,18.0928,18.1323,18.2493,18.5393,19.14,20.1226,21.542,23.4128,25.6745,28.0285,30.0438,31.6299],[6.67449,6.67372,6.67284,6.67182,6.67068,6.77471,6.83764,6.87718,6.85267,6.76349,7.20227,7.66955,7.70304,7.56889,7.35331,7.08094,6.86943,6.75316,6.70566,6.79308,7.23127,10.4874,15.5952,17.7216,18.1063,18.1428,18.2537,18.5424,19.1406,20.1242,21.5486,23.407,25.6549,28.0065,30.0437,31.5765],[6.69597,6.69522,6.69436,6.69336,6.69221,6.78249,6.84541,6.88651,6.85181,6.75076,7.16265,7.67363,7.69829,7.56856,7.35417,7.08256,6.86838,6.74894,6.70408,6.79528,7.23241,10.4879,15.6011,17.7315,18.1151,18.1502,18.2627,18.551,19.1622,20.1299,21.5681,23.4273,25.6627,28.0144,30.0335,31.6055]],"t_unix":1786335197.5865798,"uid":"p00455","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.941104,9.136435,7.539729]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.13665104166666667,"white":0.856890625,"yellow":0.006458333333333333},"ink_index":null,"is_control":false,"label":"skin (222, 176, 166) fs_cam16ucs_hue_aware","median_raw":[29.541871,31.297222,34.005372],"median_spectrum_pct":[29.4844,29.4844,29.4844,29.4844,29.4848,30.197,30.6798,31.0397,31.161,31.3998,32.7133,33.8623,33.8903,33.4843,32.855,31.9945,31.1934,30.5149,29.909,29.5946,29.3511,30.2349,31.6392,32.0994,32.1804,32.2244,32.354,32.5018,32.7659,33.1264,33.6655,34.3626,35.2445,36.0913,36.7178,37.2324],"phase":"skin","raster_sha1":"dc596ed1985e4045","raw":[[29.555212,31.304399,34.00676],[29.541871,31.297222,34.005372],[29.521437,31.280653,33.996556]],"rgb":[222,176,166],"session":12,"source":"pipeline","spectrum_pct":[[29.4845,29.4845,29.4845,29.4845,29.4849,30.182,30.6621,31.0397,31.1834,31.4214,32.7139,33.8681,33.8774,33.4832,32.8462,31.9938,31.1945,30.5176,29.9159,29.6067,29.3587,30.2523,31.6629,32.1244,32.2031,32.2545,32.3804,32.536,32.7901,33.1615,33.7057,34.3938,35.2603,36.0948,36.7308,37.2475],[29.4844,29.4844,29.4844,29.4844,29.4848,30.197,30.6798,31.0436,31.161,31.3998,32.7133,33.8623,33.8944,33.4871,32.8555,31.9961,31.1934,30.5149,29.909,29.5946,29.3511,30.2349,31.6392,32.0994,32.1804,32.2244,32.354,32.5018,32.7659,33.1264,33.6655,34.3626,35.2445,36.0913,36.7178,37.2324],[29.4744,29.4743,29.4743,29.4743,29.4747,30.2057,30.6894,31.0385,31.148,31.3868,32.6582,33.8557,33.8903,33.4843,32.855,31.9945,31.1877,30.498,29.8892,29.5729,29.3285,30.2096,31.6068,32.0699,32.148,32.1945,32.3208,32.4717,32.7348,33.1049,33.6489,34.3472,35.2341,36.0619,36.6961,37.183]],"t_unix":1786335244.3476896,"uid":"p00404","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.541871,31.297222,34.005372]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.419248,1.12979,2.334785],"median_spectrum_pct":[2.501,2.50169,2.50248,2.50339,2.5043,2.44726,2.38039,2.29435,2.12181,1.88522,1.81164,1.75279,1.58576,1.38624,1.17223,0.985796,0.854208,0.777142,0.728566,0.714466,0.743531,0.976267,1.2527,1.37889,1.49858,1.71186,2.07102,2.64748,3.56469,4.98761,7.10845,10.0164,13.6583,17.6622,21.4391,24.5901],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.414033,1.124931,2.316141],[1.419248,1.12979,2.334785],[1.440196,1.144932,2.374621]],"session":12,"source":"ink","spectrum_pct":[[2.49111,2.4918,2.49259,2.4935,2.49439,2.43197,2.36658,2.28529,2.1129,1.87356,1.73649,1.72521,1.56949,1.37771,1.1687,0.985547,0.854208,0.776251,0.728566,0.71111,0.739182,0.973302,1.24643,1.37448,1.49623,1.70653,2.06976,2.64399,3.55985,4.98756,7.10424,10.0164,13.6684,17.6952,21.4762,24.6181],[2.501,2.50169,2.50248,2.50339,2.5043,2.44726,2.38039,2.29435,2.12181,1.88522,1.81164,1.75279,1.58576,1.38624,1.17223,0.985796,0.85354,0.777142,0.72848,0.714466,0.743531,0.976267,1.2527,1.37889,1.49858,1.71186,2.07102,2.64748,3.56469,4.98761,7.11125,10.0173,13.6583,17.6622,21.4391,24.5901],[2.54019,2.54089,2.54171,2.54264,2.54355,2.47247,2.40872,2.32827,2.15293,1.96097,1.85663,1.77468,1.59539,1.39898,1.18789,0.997698,0.864436,0.786754,0.738756,0.718922,0.748034,0.991802,1.27791,1.40186,1.53202,1.74506,2.10834,2.68279,3.59181,5.00236,7.10845,9.98797,13.6143,17.586,21.3057,24.4038]],"t_unix":1786335291.1114407,"uid":"s012_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.419248,1.12979,2.334785]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[34.957306,37.946474,43.152765],"median_spectrum_pct":[37.2708,37.2713,37.2719,37.2725,37.2742,38.4252,39.1451,39.5982,39.7505,39.9955,41.1919,42.0675,41.9612,41.4541,40.7036,39.6824,38.7396,37.9219,37.1761,36.7439,36.1978,35.8497,35.54,35.2916,35.2101,35.2108,35.2919,35.3617,35.5035,35.6635,35.9485,36.3835,36.9663,37.5155,37.8836,38.1858],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.97691,37.964595,43.15877],[34.957306,37.946474,43.152765],[34.768824,37.741943,43.017469]],"session":12,"source":"ink","spectrum_pct":[[37.2849,37.2854,37.286,37.2867,37.2884,38.4252,39.1451,39.5982,39.7505,39.9955,41.1919,42.1127,41.9637,41.4596,40.7036,39.6914,38.7474,37.9378,37.1973,36.7692,36.2231,35.881,35.5686,35.3194,35.2379,35.232,35.3196,35.3928,35.5312,35.6888,35.9776,36.3922,36.9888,37.5279,37.9234,38.2058],[37.2708,37.2713,37.2719,37.2725,37.2742,38.4388,39.1599,39.6005,39.7481,39.9649,41.1668,42.0675,41.9612,41.4541,40.7045,39.6824,38.7396,37.9219,37.1761,36.7439,36.1978,35.8497,35.54,35.2916,35.2101,35.2108,35.2919,35.3617,35.5035,35.6635,35.9485,36.3835,36.9663,37.5155,37.8836,38.1858],[37.1424,37.143,37.1437,37.1445,37.146,38.0737,38.7803,39.4467,39.7624,40.0962,41.2452,42.0115,41.777,41.2312,40.4614,39.4492,38.5142,37.7045,36.9638,36.5324,35.9829,35.6352,35.3279,35.0837,35.0037,34.9998,35.0863,35.1638,35.3105,35.4862,35.7827,36.2456,36.8248,37.4015,37.7796,38.1244]],"t_unix":1786335383.3102589,"uid":"s012_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.957306,37.946474,43.152765]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[30.756282,36.379105,4.627056],"median_spectrum_pct":[1.52258,1.50817,1.49164,1.47263,1.45074,1.45727,1.42511,1.39773,1.38264,1.76321,6.20706,17.6587,27.1729,33.6889,37.5488,38.825,38.9653,38.7536,38.4004,38.2981,38.164,39.0296,40.306,40.6674,40.6045,40.4212,40.2133,39.8741,39.557,39.2413,39.0055,38.7959,38.8007,38.7314,38.5176,38.3362],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.830497,36.469459,4.63277],[30.756282,36.379105,4.616529],[30.721592,36.331136,4.627056]],"session":12,"source":"ink","spectrum_pct":[[1.52258,1.50817,1.49164,1.47263,1.45074,1.4568,1.42278,1.39502,1.38264,1.7697,6.22518,17.6612,27.2056,33.7595,37.6324,38.9199,39.0651,38.8588,38.5077,38.4113,38.2795,39.1346,40.3915,40.748,40.6847,40.4948,40.2906,39.9532,39.6299,39.3153,39.0774,38.8957,38.8564,38.7988,38.5572,38.3879],[1.51728,1.5029,1.48641,1.46744,1.44561,1.45727,1.42511,1.39773,1.36277,1.74966,6.14978,17.6587,27.1729,33.6889,37.5488,38.825,38.9653,38.7536,38.4004,38.2981,38.164,39.0296,40.306,40.6674,40.6045,40.4212,40.2133,39.8741,39.557,39.2413,39.0055,38.7959,38.8007,38.7314,38.5176,38.3362],[1.5288,1.51445,1.49799,1.47906,1.45726,1.46066,1.42709,1.40127,1.38684,1.76321,6.20706,17.6383,27.1401,33.6541,37.5027,38.7695,38.9054,38.6918,38.3365,38.2347,38.1048,38.9774,40.2681,40.6337,40.5701,40.3838,40.1762,39.8385,39.5141,39.2098,38.9653,38.7658,38.7629,38.691,38.5094,38.2841]],"t_unix":1786335428.4670763,"uid":"s012_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.756282,36.379105,4.627056]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.698112,4.397466,0.960122],"median_spectrum_pct":[0.904268,0.902937,0.90141,0.89965,0.897645,0.917015,0.913611,0.894422,0.847416,0.752448,0.802615,0.993125,1.0714,1.08107,1.04071,0.968799,0.959683,1.07418,1.25185,1.5145,2.21039,6.74944,14.3271,17.6768,18.146,17.9388,17.7598,17.7553,18.1221,18.8896,20.1432,21.8995,24.0886,26.4285,28.5443,30.1984],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.686955,4.391619,0.954437],[7.698112,4.397466,0.960122],[7.710102,4.402373,0.96233]],"session":12,"source":"ink","spectrum_pct":[[0.905056,0.903731,0.90221,0.900457,0.898459,0.917015,0.913189,0.894422,0.854062,0.726921,0.77093,0.97513,1.0714,1.08107,1.03761,0.968799,0.960444,1.07441,1.25808,1.52573,2.21391,6.73289,14.3048,17.6481,18.1145,17.9103,17.7293,17.7297,18.082,18.8693,20.1281,21.8603,24.0432,26.4285,28.5455,30.1688],[0.90292,0.901591,0.900066,0.898308,0.896303,0.914488,0.913611,0.893559,0.847416,0.752448,0.803713,0.993125,1.07008,1.08607,1.04377,0.971378,0.959591,1.07256,1.25185,1.5145,2.21039,6.74944,14.3271,17.6768,18.146,17.9388,17.7598,17.7553,18.1221,18.8896,20.1432,21.8995,24.0886,26.3966,28.5223,30.1984],[0.904268,0.902937,0.90141,0.89965,0.897645,0.917177,0.915945,0.896928,0.839267,0.767554,0.802615,0.994326,1.08015,1.07949,1.04071,0.967201,0.959683,1.07418,1.25023,1.50811,2.20574,6.76237,14.3567,17.7078,18.175,17.9706,17.7894,17.791,18.1453,18.9237,20.1721,21.9077,24.0947,26.4367,28.5443,30.2333]],"t_unix":1786335473.600666,"uid":"s012_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.698112,4.397466,0.960122]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.944887,7.63408,27.398327],"median_spectrum_pct":[24.4447,24.452,24.4603,24.4698,24.4814,25.2646,26.0486,26.5991,26.2972,25.8466,25.4187,22.6232,18.7223,14.9461,11.5663,8.82935,6.83894,5.46685,4.53471,3.9409,3.55652,3.38187,3.33012,3.37684,3.54854,3.86025,4.37558,5.12776,6.20667,7.70434,9.84147,12.6944,16.2237,20.1107,23.7342,26.8016],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.927939,7.615328,27.338578],[7.944887,7.63408,27.398327],[7.956481,7.646358,27.431659]],"session":12,"source":"ink","spectrum_pct":[[24.3984,24.4056,24.4139,24.4234,24.4351,25.2119,25.9936,26.5448,26.227,25.792,25.38,22.5563,18.6748,14.907,11.5322,8.80359,6.82359,5.45187,4.52274,3.93079,3.55006,3.37704,3.32434,3.37096,3.54047,3.85306,4.36319,5.12657,6.19219,7.69133,9.82142,12.6774,16.1895,20.0975,23.7208,26.7896],[24.4447,24.452,24.4603,24.4698,24.4814,25.2646,26.0486,26.5991,26.2972,25.8466,25.4187,22.6232,18.7223,14.9461,11.5663,8.82935,6.83894,5.46685,4.53471,3.9409,3.55652,3.38187,3.33012,3.37684,3.54854,3.86025,4.37558,5.12776,6.20667,7.70434,9.84203,12.6949,16.2273,20.1107,23.7342,26.8016],[24.4816,24.4888,24.4972,24.5067,24.5184,25.307,26.0928,26.6296,26.3115,25.8747,25.4416,22.6622,18.7495,14.9613,11.5858,8.84541,6.85079,5.47572,4.54583,3.95116,3.56415,3.38791,3.33462,3.38419,3.55446,3.86263,4.3775,5.14581,6.21966,7.71116,9.84147,12.6944,16.2237,20.1143,23.746,26.8228]],"t_unix":1786335518.7725625,"uid":"s012_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.944887,7.63408,27.398327]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.250392,8.000886,6.512417],"median_spectrum_pct":[4.64157,4.64021,4.63865,4.63686,4.63448,4.49423,4.45652,4.46891,4.29655,4.66748,9.11751,16.087,17.4817,15.8497,13.2222,10.6129,8.55715,7.07045,6.02673,5.3484,4.8946,4.70869,4.66263,4.68805,4.83458,5.1355,5.63552,6.36499,7.42446,8.94321,11.0431,13.8134,17.2255,20.9184,24.3737,27.3196],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.24696,7.994657,6.515076],[5.250392,8.000886,6.501026],[5.259551,8.012015,6.512417]],"session":12,"source":"ink","spectrum_pct":[[4.64157,4.64021,4.63865,4.63686,4.63448,4.49401,4.4475,4.46401,4.29655,4.70185,9.18856,16.128,17.4674,15.8302,13.207,10.6006,8.54346,7.05961,6.01751,5.33778,4.88736,4.70413,4.65582,4.68131,4.83135,5.13246,5.63188,6.36499,7.42427,8.93143,11.0431,13.8262,17.2255,20.9112,24.3737,27.3582],[4.63143,4.63006,4.62849,4.62667,4.62429,4.49423,4.45652,4.46891,4.28898,4.66748,9.11751,16.043,17.4817,15.8497,13.2222,10.6129,8.55715,7.07045,6.02673,5.3484,4.8946,4.70869,4.66263,4.68805,4.83458,5.1355,5.63552,6.3632,7.42446,8.94321,11.0406,13.8071,17.2191,20.924,24.3422,27.2686],[4.64737,4.646,4.64443,4.64263,4.64025,4.50866,4.4641,4.47685,4.30992,4.66197,9.11233,16.087,17.4914,15.8661,13.2409,10.6257,8.56638,7.08009,6.03863,5.35887,4.89887,4.71589,4.67126,4.69857,4.84579,5.14789,5.64422,6.37056,7.44327,8.94837,11.0577,13.8134,17.2339,20.9184,24.3875,27.3196]],"t_unix":1786335563.913341,"uid":"s012_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.250392,8.000886,6.512417]} +{"battery_mv_start":4180,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":13,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786336379.425923} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.431815,1.152083,2.311451],"median_spectrum_pct":[2.47135,2.47202,2.47279,2.47367,2.47452,2.41128,2.3407,2.26911,2.10686,1.88934,1.79335,1.70937,1.5804,1.39881,1.19448,1.01408,0.888683,0.812004,0.760193,0.743591,0.773245,1.00439,1.27442,1.39217,1.51676,1.72447,2.08333,2.65546,3.56669,4.96537,7.08541,9.97768,13.6203,17.6288,21.4159,24.6033],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.431815,1.150958,2.299141],[1.431727,1.152083,2.318681],[1.432299,1.152275,2.311451]],"session":13,"source":"ink","spectrum_pct":[[2.48175,2.48243,2.48321,2.4841,2.48497,2.41968,2.34815,2.26911,2.0796,1.87518,1.70532,1.70753,1.5804,1.39702,1.19448,1.0166,0.888683,0.812773,0.760193,0.744519,0.77401,1.00439,1.27442,1.39217,1.51877,1.72619,2.08941,2.66112,3.5768,4.98609,7.10971,10.0259,13.6859,17.6803,21.5114,24.7073],[2.47135,2.47202,2.47279,2.47367,2.47452,2.40173,2.33551,2.26712,2.11622,1.93137,1.79981,1.74736,1.58018,1.39939,1.19559,1.01403,0.890649,0.808201,0.757377,0.74015,0.769963,1.00384,1.273,1.39024,1.51676,1.72369,2.08333,2.65546,3.56365,4.96537,7.08541,9.97768,13.6203,17.6288,21.4159,24.6033],[2.46815,2.46881,2.46958,2.47045,2.47132,2.41128,2.3407,2.27193,2.10686,1.88934,1.79335,1.70937,1.58724,1.39881,1.19434,1.01408,0.887032,0.812004,0.760454,0.743591,0.773245,1.00867,1.27878,1.39273,1.51573,1.72447,2.07958,2.65275,3.56669,4.96198,7.05487,9.93605,13.5757,17.5883,21.3626,24.5313]],"t_unix":1786336382.0484912,"uid":"s013_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.431815,1.152083,2.311451]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.780971,37.788446,43.066139],"median_spectrum_pct":[37.1404,37.141,37.1417,37.1425,37.1439,38.0465,38.7172,39.431,39.8153,40.2217,41.5134,42.208,41.8908,41.3187,40.5681,39.5534,38.5742,37.714,36.9578,36.5499,36.036,35.6851,35.3422,35.048,34.9321,34.937,35.0842,35.2189,35.4114,35.5966,35.8904,36.2828,36.8617,37.4212,37.854,38.1958],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.802282,37.809056,43.076417],[34.780971,37.788446,43.066139],[34.760683,37.769234,43.055136]],"session":13,"source":"ink","spectrum_pct":[[37.142,37.1426,37.1433,37.144,37.1455,38.033,38.7049,39.4429,39.841,40.2402,41.5325,42.2258,41.9043,41.327,40.5723,39.5674,38.5917,37.7382,36.9781,36.5766,36.0622,35.7155,35.373,35.0743,34.9506,34.9635,35.1163,35.2528,35.4404,35.6239,35.9159,36.3195,36.9209,37.4731,37.8737,38.1958],[37.1334,37.134,37.1347,37.1354,37.1369,38.0465,38.7172,39.4293,39.8153,40.2217,41.5134,42.208,41.8908,41.3187,40.5681,39.5534,38.5742,37.714,36.9578,36.5499,36.036,35.6851,35.3422,35.048,34.9321,34.937,35.0842,35.2189,35.4114,35.5966,35.8904,36.2828,36.8617,37.4124,37.8535,38.211],[37.1404,37.141,37.1417,37.1425,37.1439,38.0476,38.72,39.431,39.7967,40.1996,41.465,42.1798,41.8881,41.3171,40.5565,39.5412,38.5625,37.694,36.9346,36.5266,36.0132,35.664,35.3177,35.0185,34.8987,34.9091,35.0566,35.1923,35.3801,35.5665,35.8586,36.2549,36.8477,37.4212,37.854,38.1524]],"t_unix":1786336427.3422537,"uid":"s013_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.780971,37.788446,43.066139]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.902416,36.53504,4.626041],"median_spectrum_pct":[1.52466,1.51027,1.49375,1.47475,1.45289,1.45419,1.422,1.39317,1.38882,1.78239,6.17089,17.6101,27.1578,33.7653,37.7142,39.0362,39.1589,38.892,38.5176,38.4507,38.3706,39.2724,40.5394,40.8496,40.7469,40.5687,40.4196,40.143,39.8533,39.5293,39.2367,38.9896,38.9186,38.84,38.6396,38.5252],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.979909,36.630734,4.639549],[30.902416,36.53504,4.621904],[30.865603,36.48557,4.626041]],"session":13,"source":"ink","spectrum_pct":[[1.53056,1.51612,1.49954,1.48047,1.45851,1.45419,1.42025,1.39192,1.38755,1.80461,6.21899,17.6231,27.2022,33.8342,37.8022,39.1369,39.265,39.0022,38.635,38.5719,38.4931,39.3824,40.6273,40.9271,40.8258,40.6479,40.4955,40.2202,39.9407,39.6222,39.3337,39.0783,39.0231,38.9289,38.7659,38.6279],[1.51308,1.49866,1.48211,1.46308,1.44118,1.4522,1.422,1.39317,1.38882,1.75459,6.17089,17.5909,27.1578,33.7653,37.7142,39.0362,39.1589,38.892,38.5176,38.4507,38.3706,39.2724,40.5394,40.8496,40.7469,40.5687,40.4196,40.143,39.8533,39.5293,39.2367,38.9896,38.9186,38.84,38.6396,38.5252],[1.52466,1.51027,1.49375,1.47475,1.45289,1.4585,1.42506,1.3983,1.39743,1.78239,6.13257,17.6101,27.1315,33.7285,37.6679,38.9831,39.0976,38.8307,38.4546,38.382,38.3042,39.2182,40.5001,40.8147,40.7112,40.5305,40.3832,40.1047,39.8186,39.5041,39.2109,38.9695,38.8899,38.8311,38.6182,38.5138]],"t_unix":1786336472.5071716,"uid":"s013_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.902416,36.53504,4.626041]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.773387,4.452469,0.96288],"median_spectrum_pct":[0.920796,0.919456,0.917916,0.916143,0.914128,0.937275,0.932986,0.911939,0.852002,0.72035,0.784757,0.986223,1.10379,1.12139,1.07355,0.995929,0.988017,1.10603,1.2844,1.54778,2.24674,6.82382,14.4799,17.8486,18.2938,18.077,17.9013,17.9203,18.2729,19.0293,20.2671,21.976,24.1668,26.5253,28.5899,30.2988],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.771105,4.452469,0.985257],[7.773387,4.450895,0.962078],[7.781406,4.453201,0.96288]],"session":13,"source":"ink","spectrum_pct":[[0.92275,0.921409,0.919869,0.918094,0.916079,0.940245,0.935568,0.91273,0.875687,0.783688,0.807361,1.01137,1.10379,1.12823,1.07861,0.9962,0.988017,1.10697,1.29284,1.56102,2.2543,6.81507,14.4627,17.8284,18.2704,18.0616,17.884,17.9013,18.2628,19.0222,20.2585,21.976,24.1668,26.5321,28.6171,30.3925],[0.920796,0.919456,0.917916,0.916143,0.914128,0.937275,0.932986,0.911939,0.852002,0.711814,0.735621,0.986223,1.11088,1.12139,1.07309,0.994555,0.991687,1.10603,1.2844,1.54778,2.24674,6.82382,14.4799,17.8486,18.2938,18.077,17.9013,17.9203,18.2729,19.0293,20.2671,21.9679,24.1775,26.5253,28.5899,30.2988],[0.893407,0.892042,0.890475,0.888669,0.886657,0.935441,0.932109,0.907842,0.848974,0.72035,0.784757,0.980425,1.09483,1.11854,1.07355,0.995929,0.986541,1.10156,1.28012,1.53969,2.2403,6.83254,14.498,17.8678,18.3215,18.1107,17.9333,17.9444,18.3005,19.045,20.2719,21.977,24.1427,26.5133,28.5834,30.2633]],"t_unix":1786336517.7277167,"uid":"s013_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.773387,4.452469,0.96288]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.781734,7.445923,27.166188],"median_spectrum_pct":[24.2556,24.2628,24.2711,24.2807,24.2923,25.0221,25.7855,26.3494,26.0673,25.7159,25.2377,22.4332,18.4939,14.7004,11.3256,8.59783,6.62276,5.26404,4.35068,3.77492,3.39893,3.23502,3.1883,3.23759,3.39748,3.70798,4.21679,4.97457,6.05548,7.56213,9.68192,12.5201,16.1107,19.9937,23.6888,26.8102],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.763391,7.42411,27.100651],[7.781734,7.445923,27.166188],[7.789892,7.454252,27.185021]],"session":13,"source":"ink","spectrum_pct":[[24.172,24.1792,24.1875,24.197,24.2085,24.9643,25.7188,26.2966,26.0257,25.6762,25.2016,22.3318,18.43,14.6537,11.2903,8.57573,6.60361,5.24531,4.33591,3.76503,3.39607,3.22975,3.1833,3.22835,3.3906,3.69853,4.21152,4.95882,6.03992,7.54386,9.64651,12.5079,16.0841,19.9817,23.6659,26.8448],[24.2556,24.2628,24.2711,24.2807,24.2923,25.0221,25.7855,26.3494,26.0673,25.7166,25.3017,22.4332,18.4939,14.7004,11.3256,8.59783,6.62276,5.26404,4.35068,3.77492,3.39893,3.23502,3.1883,3.23759,3.39748,3.70798,4.21679,4.98072,6.06353,7.56276,9.68559,12.5201,16.1107,20.0008,23.6988,26.8102],[24.2841,24.2914,24.2997,24.3093,24.3209,25.0627,25.8268,26.3839,26.0783,25.7159,25.2377,22.4479,18.5096,14.7187,11.3405,8.6147,6.6366,5.27309,4.35553,3.77855,3.40583,3.24103,3.19221,3.24209,3.40514,3.71054,4.22565,4.97457,6.05548,7.56213,9.68192,12.5354,16.1168,19.9937,23.6888,26.7905]],"t_unix":1786336562.9280417,"uid":"s013_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.781734,7.445923,27.166188]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.173331,7.895333,6.503563],"median_spectrum_pct":[4.62523,4.62391,4.62239,4.62064,4.61831,4.47232,4.42818,4.45102,4.29395,4.71127,9.18731,16.0581,17.3976,15.7212,13.0872,10.4854,8.42511,6.93586,5.89764,5.23016,4.78581,4.61338,4.57376,4.59792,4.74227,5.04714,5.55752,6.30502,7.36855,8.87985,10.9886,13.7459,17.1832,20.8835,24.367,27.3922],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.173331,7.895333,6.503563],[5.18083,7.905501,6.505075],[5.156757,7.86962,6.478742]],"session":13,"source":"ink","spectrum_pct":[[4.62523,4.62391,4.62239,4.62064,4.61831,4.47232,4.42818,4.44783,4.29395,4.74139,9.21041,16.0734,17.3976,15.7212,13.0872,10.4854,8.42511,6.93586,5.89764,5.23016,4.78581,4.61338,4.57376,4.59792,4.74227,5.04714,5.55794,6.30502,7.36855,8.87985,10.994,13.7681,17.1832,20.8986,24.367,27.4072],[4.62661,4.62528,4.62375,4.62199,4.61967,4.48748,4.44045,4.4651,4.29606,4.71127,9.18731,16.054,17.415,15.7403,13.1008,10.5001,8.43731,6.94603,5.90988,5.24363,4.79902,4.62459,4.58314,4.60177,4.7512,5.052,5.55752,6.30734,7.36996,8.88623,10.9886,13.7459,17.1889,20.8835,24.4139,27.3922],[4.60371,4.60239,4.60087,4.59912,4.59679,4.44429,4.40147,4.45102,4.29167,4.68077,9.17753,16.0581,17.3465,15.6569,13.0308,10.442,8.39546,6.91792,5.88434,5.21865,4.77425,4.60218,4.56311,4.58449,4.73141,5.02977,5.52951,6.27158,7.33002,8.84581,10.9202,13.6956,17.0902,20.78,24.2895,27.3019]],"t_unix":1786336608.135073,"uid":"s013_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.173331,7.895333,6.503563]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.23184114583333335,"white":0.7518541666666667,"yellow":0.0163046875},"ink_index":null,"is_control":false,"label":"skin (235, 160, 150) fs_cam16ucs_hue_aware","median_raw":[26.150045,27.105391,28.263964],"median_spectrum_pct":[24.4473,24.4469,24.4464,24.4459,24.4454,24.9029,25.2746,25.6798,25.8856,26.1504,27.4608,28.6993,28.7426,28.4179,27.8945,27.1583,26.4385,25.8088,25.287,25.0732,25.0404,26.7,29.2217,30.1392,30.3051,30.3836,30.5846,30.8422,31.2192,31.7165,32.3946,33.2277,34.3016,35.3394,36.1496,36.7965],"phase":"skin","raster_sha1":"c264ab131f1b24df","raw":[[26.159105,27.115137,28.257648],[26.150045,27.105391,28.263964],[26.143479,27.103743,28.27398]],"rgb":[235,160,150],"session":13,"source":"pipeline","spectrum_pct":[[24.4339,24.4335,24.433,24.4324,24.4319,24.8943,25.263,25.6742,25.8804,26.1289,27.4831,28.7105,28.7607,28.4158,27.8945,27.1583,26.4385,25.8131,25.2978,25.0868,25.0522,26.7157,29.2412,30.1564,30.3184,30.3988,30.5996,30.8502,31.2319,31.7383,32.4119,33.2649,34.3016,35.3431,36.1496,36.7965],[24.4473,24.4469,24.4464,24.4459,24.4454,24.9029,25.2746,25.6798,25.8856,26.1528,27.4608,28.6993,28.7362,28.4179,27.8935,27.1532,26.4331,25.806,25.287,25.0732,25.0404,26.7,29.2217,30.1392,30.3051,30.3836,30.5846,30.8422,31.2192,31.7165,32.3946,33.2277,34.3042,35.3394,36.1639,36.7871],[24.4609,24.4605,24.46,24.4595,24.459,24.9211,25.2941,25.695,25.893,26.1504,27.4554,28.6874,28.7426,28.425,27.908,27.1687,26.4396,25.8088,25.2853,25.0677,25.0341,26.6886,29.2041,30.1173,30.2824,30.3699,30.5703,30.8202,31.2002,31.6973,32.3708,33.219,34.2763,35.3179,36.1331,36.8008]],"t_unix":1786336658.5534835,"uid":"p00518","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.150045,27.105391,28.263964]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19056770833333334,"white":0.7930130208333334,"yellow":0.016419270833333333},"ink_index":null,"is_control":false,"label":"skin (201, 167, 151) atkinson_hue_aware","median_raw":[27.563157,28.851594,30.674627],"median_spectrum_pct":[26.5109,26.5106,26.5103,26.5099,26.5098,27.0692,27.5028,27.9208,28.1273,28.4157,29.7454,30.9063,30.8847,30.5111,29.9652,29.1889,28.4227,27.756,27.1889,26.9358,26.8262,28.1666,30.2374,30.9588,31.0812,31.1469,31.3287,31.5546,31.8992,32.3541,32.9648,33.7416,34.7183,35.6506,36.4461,37.0286],"phase":"skin","raster_sha1":"5890e844923cd1d2","raw":[[27.571797,28.859039,30.661671],[27.563157,28.851594,30.674627],[27.547201,28.839345,30.685734]],"rgb":[201,167,151],"session":13,"source":"pipeline","spectrum_pct":[[26.5109,26.5106,26.5103,26.5099,26.5098,27.059,27.4832,27.9028,28.1273,28.3648,29.7633,30.9063,30.8785,30.5013,29.9652,29.1872,28.4258,27.7603,27.2015,26.9518,26.8432,28.1888,30.2556,30.9764,31.089,31.1621,31.3475,31.568,31.9046,32.3626,32.9734,33.7593,34.7373,35.6506,36.4461,36.9916],[26.504,26.5038,26.5034,26.5031,26.5029,27.0692,27.5028,27.9208,28.1276,28.4157,29.7357,30.9125,30.8859,30.5111,29.9627,29.1915,28.4227,27.756,27.1889,26.9358,26.8262,28.1666,30.2374,30.9588,31.0812,31.1469,31.3287,31.5546,31.8992,32.3541,32.9648,33.7416,34.7183,35.6837,36.4603,37.0452],[26.5317,26.5315,26.5312,26.5308,26.5307,27.0878,27.5181,27.9295,28.125,28.4388,29.7454,30.8829,30.8847,30.5201,29.9705,29.1889,28.4216,27.7452,27.1752,26.9156,26.8051,28.1482,30.206,30.9286,31.0423,31.1124,31.3022,31.5297,31.871,32.3233,32.9292,33.7187,34.6987,35.6405,36.4223,37.0286]],"t_unix":1786336708.0779622,"uid":"p00366","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.563157,28.851594,30.674627]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4362005208333333,"white":0.5359921875,"yellow":0.027807291666666668},"ink_index":null,"is_control":false,"label":"skin (179, 128, 95) atkinson_hue_aware","median_raw":[19.994108,19.456947,17.734276],"median_spectrum_pct":[15.3451,15.3438,15.3424,15.3408,15.339,15.6069,15.8124,15.9841,16.0144,16.1574,17.3551,18.7113,19.0475,18.9612,18.6647,18.1894,17.7444,17.3735,17.0973,17.0605,17.3425,20.2767,24.8021,26.6242,26.9523,27.0188,27.1828,27.4246,27.8762,28.5304,29.4363,30.5775,31.9559,33.3235,34.4488,35.3445],"phase":"skin","raster_sha1":"259225051cb19f09","raw":[[19.994108,19.458525,17.714709],[19.994351,19.456947,17.738181],[19.990597,19.452373,17.734276]],"rgb":[179,128,95],"session":13,"source":"pipeline","spectrum_pct":[[15.3117,15.3105,15.309,15.3074,15.3056,15.59,15.8009,15.9802,16.0109,16.1295,17.3036,18.6808,19.0475,18.9628,18.6662,18.1925,17.746,17.3794,17.1056,17.0703,17.3489,20.2802,24.808,26.6264,26.9558,27.0253,27.1828,27.4246,27.8752,28.5233,29.4186,30.5821,31.9805,33.3175,34.4303,35.3056],[15.3546,15.3534,15.352,15.3504,15.3486,15.6069,15.8124,15.9841,16.0237,16.1651,17.3606,18.7388,19.0517,18.9574,18.6647,18.189,17.7444,17.3735,17.0973,17.0605,17.3425,20.2767,24.8021,26.6242,26.9511,27.0184,27.1869,27.4277,27.8791,28.5304,29.4413,30.5775,31.9559,33.3235,34.4488,35.3445],[15.3451,15.3438,15.3424,15.3408,15.339,15.6115,15.817,15.9855,16.0144,16.1574,17.3551,18.7113,19.0472,18.9612,18.6616,18.1894,17.737,17.3673,17.0925,17.0549,17.3366,20.2711,24.798,26.6201,26.9523,27.0188,27.1783,27.4167,27.8762,28.5381,29.4363,30.5621,31.9491,33.3294,34.459,35.3491]],"t_unix":1786336755.7321198,"uid":"p00336","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.994108,19.456947,17.734276]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"skin (226, 192, 181) atkinson_hue_aware","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"skin","raster_sha1":"74458a184e222a45","rgb":[226,192,181],"session":13,"source":"pipeline","t_unix":1786336803.4089153,"uid":"p00507","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.2806875,"white":0.7124505208333334,"yellow":0.006861979166666666},"ink_index":null,"is_control":false,"label":"skin (169, 152, 148) fs_cam16ucs_hue_aware","median_raw":[24.726771,25.25308,26.174975],"median_spectrum_pct":[22.7255,22.7251,22.7246,22.7241,22.7237,23.2041,23.5205,23.7948,23.8871,24.1269,25.3804,26.5087,26.5301,26.1661,25.6583,24.9638,24.2934,23.7106,23.2319,23.0588,23.114,25.1294,28.1553,29.2829,29.4928,29.5848,29.7956,30.0567,30.468,31.0058,31.7459,32.6748,33.8205,34.9344,35.8241,36.5033],"phase":"skin","raster_sha1":"e0c20b0c01fe898b","raw":[[24.732181,25.25902,26.167365],[24.726771,25.251348,26.174975],[24.724452,25.25308,26.197505]],"rgb":[169,152,148],"session":13,"source":"pipeline","spectrum_pct":[[22.7076,22.7072,22.7067,22.7062,22.7058,23.1853,23.5032,23.786,23.8873,24.1269,25.3592,26.5313,26.5301,26.1661,25.6583,24.9638,24.2946,23.7172,23.2453,23.0667,23.1235,25.142,28.167,29.2909,29.5011,29.5916,29.8043,30.0661,30.4774,31.0133,31.7522,32.676,33.8205,34.9226,35.8134,36.4899],[22.7255,22.7251,22.7246,22.7241,22.7237,23.2041,23.5205,23.7948,23.8848,24.1255,25.3804,26.5002,26.5182,26.1634,25.6548,24.962,24.2891,23.7091,23.2319,23.0588,23.114,25.1294,28.1553,29.2829,29.4928,29.5848,29.7956,30.0567,30.468,31.0058,31.7459,32.6748,33.8284,34.9491,35.8249,36.5242],[22.7532,22.7528,22.7523,22.7518,22.7514,23.2224,23.5399,23.8053,23.8871,24.1819,25.4116,26.5087,26.5416,26.1848,25.6716,24.9689,24.2934,23.7106,23.2313,23.055,23.1083,25.1165,28.1382,29.2735,29.4846,29.5751,29.7818,30.0439,30.4536,30.9995,31.7354,32.6698,33.8076,34.9344,35.8241,36.5033]],"t_unix":1786336805.2479186,"uid":"p00326","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.726771,25.25308,26.174975]} +{"bayer_k":null,"config":{"algorithm":"floyd_steinberg","hue_cutoff_deg":30.0,"lut_name":"cam16ucs_hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"fs_cam16ucs_hue_aware","ink_fraction":{"black":0.2951015625,"blue":5.208333333333333e-06,"green":0.0032161458333333334,"red":0.5200442708333334,"white":0.17991666666666667,"yellow":0.0017161458333333334},"ink_index":null,"is_control":false,"label":"skin (94, 63, 49) fs_cam16ucs_hue_aware","median_raw":[8.442204,6.946355,6.062012],"median_spectrum_pct":[5.48833,5.48794,5.4875,5.48699,5.48638,5.54614,5.57263,5.58187,5.50438,5.40437,5.64796,5.94127,5.92839,5.77965,5.56101,5.30283,5.10665,5.01163,4.98745,5.07343,5.42635,8.00771,11.9949,13.6007,13.8762,13.9508,14.1573,14.5542,15.2705,16.3759,17.9816,20.118,22.771,25.5567,27.9897,29.9794],"phase":"skin","raster_sha1":"8bd1cc6210da4feb","raw":[[8.441503,6.946355,6.062012],[8.442204,6.946152,6.056611],[8.448016,6.949386,6.062042]],"rgb":[94,63,49],"session":13,"source":"pipeline","spectrum_pct":[[5.48404,5.48365,5.48321,5.48269,5.48207,5.5405,5.56812,5.58187,5.52001,5.40437,5.66618,5.95417,5.92383,5.77965,5.55314,5.30222,5.10589,5.01163,4.9913,5.07595,5.42959,8.00664,11.9889,13.5946,13.8744,13.9412,14.1536,14.5483,15.2611,16.3695,17.9785,20.118,22.771,25.5567,27.988,30.0169],[5.48833,5.48794,5.4875,5.48699,5.48638,5.54614,5.57263,5.57796,5.49992,5.40015,5.64796,5.94127,5.92839,5.77617,5.56101,5.30283,5.10665,5.00884,4.98636,5.07343,5.42635,8.00771,11.9949,13.6007,13.8762,13.9508,14.1573,14.5542,15.2705,16.3777,17.9816,20.1169,22.7665,25.5626,28.0126,29.9794],[5.50845,5.50807,5.50765,5.50715,5.50655,5.55669,5.5801,5.5842,5.50438,5.41999,5.60399,5.93723,5.94165,5.78365,5.56126,5.30458,5.10967,5.0121,4.98745,5.07272,5.42504,8.01133,12.0007,13.6133,13.8928,13.9637,14.1678,14.5661,15.2767,16.3759,17.9844,20.1352,22.7733,25.5331,27.9897,29.9725]],"t_unix":1786336852.42124,"uid":"p00272","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.442204,6.946355,6.062012]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.571328125,"red":0.0,"white":0.0,"yellow":0.428671875},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 0)","median_raw":[16.619501,21.278566,5.29924],"median_spectrum_pct":[2.67661,2.6689,2.66006,2.64989,2.63799,2.54152,2.50006,2.51088,2.41588,2.85197,7.79208,17.8699,23.5249,25.6455,25.7461,24.5755,23.172,21.9307,20.9399,20.3477,19.9265,20.069,20.3546,20.3774,20.4121,20.568,20.916,21.3802,22.0549,22.9948,24.2828,25.897,27.8525,29.8973,31.6981,33.1369],"phase":"gamut_dense","raster_sha1":"7c0b63beef6af878","raw":[[16.621102,21.284806,5.296999],[16.619501,21.278566,5.303903],[16.612896,21.271378,5.29924]],"rgb":[96,128,0],"session":13,"source":"pipeline","spectrum_pct":[[2.65486,2.64713,2.63826,2.62806,2.61615,2.53722,2.49852,2.51088,2.41588,2.83244,7.79208,17.8869,23.5322,25.6501,25.7486,24.586,23.183,21.9432,20.9502,20.3577,19.9322,20.0747,20.3546,20.378,20.4126,20.568,20.916,21.3802,22.0549,22.9948,24.2855,25.8983,27.8954,29.8973,31.6981,33.1369],[2.68256,2.67486,2.66602,2.65585,2.64395,2.54289,2.50006,2.51193,2.40598,2.86713,7.81257,17.8699,23.5185,25.6455,25.7461,24.5755,23.172,21.9307,20.9399,20.3477,19.9265,20.069,20.3579,20.3774,20.4121,20.5704,20.9167,21.3804,22.0569,23.0037,24.2828,25.897,27.8525,29.9171,31.7335,33.1573],[2.67661,2.6689,2.66006,2.64989,2.63799,2.54152,2.50385,2.51003,2.41653,2.85197,7.77105,17.8625,23.5249,25.6368,25.7355,24.5741,23.1679,21.9242,20.9329,20.3389,19.9153,20.0603,20.3514,20.3707,20.4061,20.5631,20.9073,21.3701,22.045,22.9896,24.2518,25.885,27.8369,29.8604,31.695,33.1253]],"t_unix":1786336900.133514,"uid":"p00819","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.619501,21.278566,5.29924]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.6983958333333333,"yellow":0.3016041666666667},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 159)","median_raw":[32.226567,36.404137,27.870192],"median_spectrum_pct":[23.1052,23.1003,23.0947,23.0882,23.081,23.5011,23.8595,24.2245,24.3451,24.8169,28.1508,33.9102,37.0806,38.5437,38.9776,38.5272,37.8077,37.0781,36.4017,36.067,35.6863,35.771,35.9459,35.8355,35.7347,35.7149,35.803,35.8704,35.9776,36.0952,36.2924,36.5818,37.0641,37.5071,37.8325,38.0904],"phase":"gamut_dense","raster_sha1":"1d9c8dc1a31a677d","raw":[[32.264118,36.447113,27.889588],[32.226567,36.404137,27.870192],[32.190753,36.362984,27.864231]],"rgb":[223,255,159],"session":13,"source":"pipeline","spectrum_pct":[[23.1143,23.1094,23.1037,23.0972,23.0899,23.4977,23.8518,24.2358,24.3872,24.8204,28.1578,33.9395,37.1241,38.5822,39.017,38.5674,37.848,37.1222,36.4485,36.1184,35.7385,35.8166,35.9907,35.8765,35.772,35.7549,35.8547,35.9209,36.0266,36.1397,36.3383,36.6596,37.125,37.5821,37.8945,38.1387],[23.104,23.0991,23.0935,23.087,23.0797,23.502,23.8595,24.2245,24.3451,24.7788,28.1508,33.9102,37.0806,38.5437,38.9776,38.5272,37.8077,37.0781,36.4017,36.067,35.6863,35.771,35.9459,35.8355,35.7347,35.7149,35.803,35.8704,35.9776,36.0952,36.2924,36.5818,37.0641,37.5071,37.8325,38.0904],[23.1052,23.1003,23.0947,23.0882,23.081,23.5011,23.8604,24.2182,24.3317,24.8169,28.1013,33.8797,37.0496,38.5135,38.9469,38.489,37.7644,37.0336,36.3557,36.0204,35.6399,35.7216,35.8986,35.7888,35.6885,35.6665,35.7611,35.8261,35.9384,36.0504,36.2532,36.5451,37.0462,37.4927,37.8064,38.0848]],"t_unix":1786336947.8901315,"uid":"p01184","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.226567,36.404137,27.870192]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.23519010416666666,"blue":0.0,"green":0.7648098958333334,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 32)","median_raw":[4.745116,6.670128,5.9256],"median_spectrum_pct":[4.54137,4.54057,4.53966,4.53861,4.53709,4.41013,4.35825,4.37033,4.20411,4.47462,7.74543,12.7296,13.6655,12.4598,10.5362,8.58556,7.00706,5.84645,5.03079,4.5079,4.18865,4.20139,4.34089,4.43235,4.59929,4.91201,5.42958,6.17484,7.27143,8.82265,10.9734,13.773,17.2079,20.8889,24.3349,27.2792],"phase":"gamut_dense","raster_sha1":"b2a684adc79a8392","raw":[[4.736008,6.65754,5.924996],[4.745116,6.670128,5.9256],[4.752372,6.681761,5.938774]],"rgb":[32,64,32],"session":13,"source":"pipeline","spectrum_pct":[[4.54137,4.54057,4.53966,4.53861,4.53709,4.4,4.34098,4.35638,4.20154,4.51704,7.75051,12.7296,13.6576,12.4399,10.5149,8.56398,6.99172,5.83143,5.01705,4.49587,4.17828,4.19361,4.33177,4.42068,4.58735,4.90253,5.4201,6.17329,7.26859,8.81577,10.9717,13.7665,17.1842,20.8643,24.3349,27.2792],[4.53955,4.53874,4.53781,4.53674,4.53523,4.41013,4.35825,4.37033,4.20411,4.47462,7.73515,12.7279,13.6655,12.4598,10.5362,8.58556,7.00706,5.84645,5.03079,4.5079,4.18865,4.20139,4.34089,4.43235,4.60157,4.91619,5.42958,6.17484,7.27143,8.82279,10.9806,13.782,17.2079,20.8948,24.3302,27.2417],[4.56192,4.56112,4.56021,4.55915,4.55764,4.41984,4.36553,4.38134,4.21359,4.46944,7.74543,12.8015,13.6953,12.4763,10.5499,8.59828,7.02259,5.85699,5.03702,4.51401,4.19715,4.21074,4.3518,4.43773,4.59929,4.91201,5.438,6.19266,7.28792,8.82265,10.9734,13.773,17.2093,20.8889,24.3375,27.2848]],"t_unix":1786336995.8856344,"uid":"p00640","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.745116,6.670128,5.9256]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,191,223],"session":13,"source":"pipeline","t_unix":1786337043.6747699,"uid":"p01168","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 96)","median_raw":[9.445823,12.524674,10.746884],"median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","raw":[[9.433422,12.510561,10.746884],[9.445906,12.524674,10.760313],[9.445823,12.526474,10.746666]],"rgb":[0,223,96],"session":13,"source":"pipeline","spectrum_pct":[[8.35215,8.35056,8.34875,8.34666,8.344,8.29482,8.30109,8.37434,8.26032,8.61695,13.0973,19.7866,21.3271,20.0519,17.7474,15.298,13.2772,11.7734,10.6905,9.99951,9.49779,9.26784,9.16459,9.13189,9.24319,9.52183,10.0169,10.7234,11.7258,13.1232,15.0482,17.5558,20.5804,23.8095,26.8089,29.3631],[8.39501,8.39345,8.39166,8.38961,8.38695,8.31734,8.31661,8.39011,8.25126,8.63515,13.0867,19.797,21.3454,20.0696,17.7675,15.3131,13.2943,11.789,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25547,9.53329,10.0306,10.7388,11.7527,13.1434,15.0687,17.5698,20.6081,23.8853,26.8635,29.3395],[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31884,8.39028,8.25483,8.57649,13.0294,19.7783,21.3576,20.079,17.7675,15.3212,13.2972,11.7874,10.7128,10.0195,9.51153,9.28175,9.17914,9.1465,9.25497,9.53494,10.0347,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3378]],"t_unix":1786337046.0772953,"uid":"p00606","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.8344375,"green":0.0,"red":0.0,"white":0.1655625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 223)","median_raw":[11.236359,11.381689,30.379316],"median_spectrum_pct":[26.9008,26.9076,26.9154,26.9243,26.9352,27.759,28.5556,29.1491,28.9205,28.6443,28.5806,26.1728,22.5016,18.878,15.5734,12.8262,10.7757,9.32829,8.32781,7.69798,7.25435,7.02546,6.92784,6.94123,7.08853,7.40065,7.92277,8.67783,9.74187,11.179,13.2236,15.8748,19.1484,22.6397,25.8913,28.6409],"phase":"gamut_dense","raster_sha1":"0be7d6b8cfdc20e9","raw":[[11.222204,11.365242,30.344581],[11.236359,11.381689,30.379316],[11.246245,11.39144,30.404165]],"rgb":[96,0,223],"session":13,"source":"pipeline","spectrum_pct":[[26.8602,26.8669,26.8747,26.8836,26.8945,27.7122,28.5049,29.1128,28.897,28.6443,28.513,26.1249,22.47,18.8422,15.5504,12.8063,10.7603,9.3142,8.318,7.68663,7.2432,7.01626,6.91962,6.92829,7.07828,7.39382,7.91183,8.66953,9.73465,11.179,13.2066,15.8746,19.1487,22.6575,25.9001,28.7125],[26.9008,26.9076,26.9154,26.9243,26.9352,27.759,28.5556,29.1491,28.9205,28.614,28.5806,26.1728,22.5016,18.878,15.5734,12.8262,10.7757,9.32829,8.32781,7.69798,7.25435,7.02546,6.92784,6.9418,7.08853,7.40065,7.92277,8.67783,9.74187,11.178,13.2248,15.8805,19.1484,22.6397,25.8879,28.6384],[26.924,26.9308,26.9386,26.9475,26.9584,27.7881,28.5848,29.173,28.9359,28.6576,28.5821,26.1751,22.5103,18.8858,15.5872,12.8418,10.7917,9.34071,8.33673,7.70472,7.25858,7.03171,6.93398,6.94123,7.09736,7.41136,7.92787,8.68793,9.75024,11.1903,13.2236,15.8748,19.1253,22.6369,25.8913,28.6409]],"t_unix":1786337093.685191,"uid":"p00790","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.236359,11.381689,30.379316]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19040104166666666,"white":0.793828125,"yellow":0.015770833333333335},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 0)","median_raw":[27.511349,28.816343,30.613563],"median_spectrum_pct":[26.4078,26.4075,26.4071,26.4067,26.4065,26.9411,27.3862,27.8617,28.0819,28.3454,29.7404,30.9165,30.8873,30.5073,29.9624,29.1767,28.4013,27.7269,27.1628,26.908,26.7867,28.1199,30.1729,30.894,31.0141,31.0897,31.2795,31.5103,31.8566,32.3049,32.9083,33.6767,34.6479,35.6016,36.3413,36.9449],"phase":"gamut_dense","raster_sha1":"851a1a1e6bff900e","raw":[[27.662554,28.971161,30.690356],[27.511349,28.816343,30.593719],[27.50022,28.812478,30.613563]],"rgb":[255,159,0],"session":13,"source":"pipeline","spectrum_pct":[[26.4995,26.4992,26.4987,26.4982,26.4981,27.174,27.6245,27.9565,28.0819,28.2894,29.674,30.9165,30.9935,30.6587,30.1092,29.329,28.5559,27.8804,27.3176,27.067,26.9507,28.29,30.3588,31.0797,31.2001,31.2684,31.4603,31.6918,32.0276,32.4635,33.0651,33.8483,34.805,35.7315,36.4748,37.0962],[26.3866,26.3863,26.3859,26.3855,26.3853,26.9228,27.3674,27.857,28.0786,28.3454,29.7634,30.8992,30.8679,30.4865,29.9445,29.1593,28.3936,27.7269,27.1628,26.908,26.7867,28.1199,30.1729,30.894,31.0141,31.0897,31.2795,31.5103,31.8566,32.3049,32.9083,33.6767,34.6439,35.5898,36.3413,36.9449],[26.4078,26.4075,26.4071,26.4067,26.4065,26.9411,27.3862,27.8617,28.0959,28.4045,29.7404,30.9245,30.8873,30.5073,29.9624,29.1767,28.4013,27.7198,27.1492,26.8944,26.7782,28.1023,30.1459,30.8632,30.9846,31.0585,31.2521,31.4851,31.8284,32.283,32.8858,33.6737,34.6479,35.6016,36.3311,36.9441]],"t_unix":1786337141.277914,"uid":"p01233","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.511349,28.816343,30.613563]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.31890104166666666,"green":0.0,"red":0.0,"white":0.6810989583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 255)","median_raw":[24.987831,26.968452,38.507994],"median_spectrum_pct":[33.4571,33.4605,33.4643,33.4687,33.4743,34.2853,35.0271,35.7635,35.9375,36.1429,36.9693,36.5569,34.8304,32.8719,30.8831,28.9252,27.2845,25.9977,25.0058,24.4063,23.8479,23.4958,23.2236,23.0581,23.0737,23.2585,23.6373,24.1377,24.8286,25.6788,26.8185,28.2744,30.0546,31.8273,33.3769,34.6397],"phase":"gamut_dense","raster_sha1":"51b995f6d35b8143","raw":[[24.99091,26.970344,38.520321],[24.987831,26.968452,38.507994],[24.984585,26.967439,38.496702]],"rgb":[159,128,255],"session":13,"source":"pipeline","spectrum_pct":[[33.4571,33.4605,33.4643,33.4687,33.4743,34.2713,35.0079,35.7634,35.9744,36.155,37.04,36.5815,34.8393,32.8684,30.8778,28.9203,27.2814,25.9929,25.0063,24.4063,23.8479,23.4973,23.2248,23.0581,23.0776,23.2673,23.6418,24.1492,24.8424,25.6982,26.8317,28.2972,30.066,31.8352,33.4149,34.6865],[33.4525,33.4558,33.4596,33.464,33.4696,34.2853,35.0271,35.7635,35.9375,36.1429,36.9693,36.5418,34.8291,32.873,30.8831,28.9252,27.2845,25.9977,25.0055,24.4056,23.8454,23.4952,23.2236,23.0589,23.0737,23.2585,23.6373,24.1377,24.8282,25.6788,26.8185,28.2744,30.0546,31.8273,33.3769,34.6397],[33.4744,33.4777,33.4816,33.486,33.4916,34.3021,35.0376,35.7636,35.9176,36.0495,36.9609,36.5569,34.8304,32.8719,30.885,28.9255,27.2854,25.9989,25.0058,24.4063,23.8488,23.4958,23.2236,23.0533,23.0649,23.2505,23.6225,24.1375,24.8286,25.667,26.8094,28.2593,30.0284,31.8076,33.3684,34.6342]],"t_unix":1786337188.8373313,"uid":"p00989","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.987831,26.968452,38.507994]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0373984375,"blue":0.0,"green":0.018091145833333332,"red":0.0,"white":0.0,"yellow":0.9445104166666667},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 0)","median_raw":[29.176047,34.494328,4.714185],"median_spectrum_pct":[1.74327,1.7298,1.71435,1.69657,1.67606,1.65877,1.62624,1.59502,1.55704,1.96644,6.28391,17.3101,26.2159,32.2363,35.7509,36.8605,36.887,36.5897,36.2062,36.1171,36.0345,36.9429,38.2089,38.5186,38.435,38.3019,38.2101,38.024,37.8547,37.6837,37.5728,37.5343,37.7012,37.8416,37.8852,37.9177],"phase":"gamut_dense","raster_sha1":"7e29f67dd700d425","raw":[[29.257761,34.597312,4.719537],[29.176047,34.494328,4.714185],[29.129041,34.434657,4.695022]],"rgb":[159,159,0],"session":13,"source":"pipeline","spectrum_pct":[[1.74535,1.73184,1.71634,1.6985,1.67794,1.65765,1.62379,1.59363,1.56367,1.96644,6.28871,17.3371,26.2637,32.3203,35.8517,36.9726,37.0059,36.7124,36.33,36.2452,36.1609,37.058,38.3041,38.6078,38.522,38.3845,38.3017,38.1157,37.9427,37.7765,37.6589,37.6497,37.8011,37.9593,37.9921,38.0522],[1.74327,1.7298,1.71435,1.69657,1.67606,1.65877,1.62624,1.59502,1.55704,1.97603,6.28391,17.3101,26.2159,32.2363,35.7509,36.8605,36.887,36.5897,36.2062,36.1171,36.0345,36.9429,38.2089,38.5186,38.435,38.3019,38.2101,38.024,37.8547,37.6837,37.5728,37.5343,37.7012,37.8416,37.8852,37.9177],[1.73313,1.71968,1.70424,1.68648,1.66601,1.66031,1.63267,1.59983,1.54415,1.93372,6.20921,17.2536,26.1756,32.1878,35.6946,36.8004,36.8283,36.5206,36.1355,36.0454,35.9612,36.8811,38.1547,38.4695,38.3908,38.2532,38.1665,37.9767,37.8087,37.63,37.5201,37.4834,37.6378,37.7988,37.8441,37.851]],"t_unix":1786337236.5133402,"uid":"p00990","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.176047,34.494328,4.714185]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0010390625,"blue":0.0004166666666666667,"green":0.0,"red":0.0,"white":0.9985442708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 223)","median_raw":[34.783947,37.768517,43.238708],"median_spectrum_pct":[37.2575,37.2581,37.2588,37.2596,37.2612,38.2752,38.9851,39.6449,39.9795,40.3138,41.5224,42.2427,41.925,41.3372,40.5736,39.5436,38.5504,37.6764,36.9156,36.5065,35.9932,35.6452,35.3035,35.0029,34.8845,34.8956,35.0479,35.2038,35.3939,35.5813,35.8947,36.3186,36.9037,37.4888,37.9256,38.2919],"phase":"gamut_dense","raster_sha1":"b80ccdd6c7b6d656","raw":[[34.801934,37.784372,43.239181],[34.783947,37.768517,43.238708],[34.770503,37.755417,43.233311]],"rgb":[191,32,223],"session":13,"source":"pipeline","spectrum_pct":[[37.2491,37.2497,37.2504,37.2512,37.2528,38.2561,38.9724,39.6443,39.9911,40.3337,41.5324,42.2453,41.9322,41.3372,40.5773,39.5508,38.56,37.6914,36.9341,36.5326,36.0194,35.6686,35.325,35.0304,34.9149,34.9279,35.076,35.2248,35.4209,35.6033,35.9104,36.3288,36.9377,37.5267,37.9513,38.2919],[37.2575,37.2581,37.2588,37.2596,37.2612,38.2752,38.9851,39.6475,39.9795,40.3138,41.5224,42.2427,41.925,41.3445,40.5736,39.5436,38.5504,37.6764,36.9156,36.5065,35.9932,35.6452,35.3035,35.0029,34.8845,34.8956,35.0479,35.2038,35.3939,35.5813,35.8947,36.3186,36.9037,37.4888,37.9256,38.296],[37.2595,37.2601,37.2608,37.2616,37.2633,38.3019,39.0088,39.6449,39.9636,40.29,41.4679,42.2268,41.92,41.3353,40.5735,39.5409,38.543,37.6685,36.9014,36.4872,35.9698,35.6247,35.287,34.9868,34.8673,34.8807,35.0249,35.1744,35.3816,35.5602,35.8697,36.2901,36.8904,37.4772,37.9235,38.2581]],"t_unix":1786337284.2497933,"uid":"p01042","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.783947,37.768517,43.238708]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.19122395833333333,"red":0.0,"white":0.5820130208333333,"yellow":0.22676302083333333},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 128)","median_raw":[27.54256,31.790423,23.969022],"median_spectrum_pct":[19.7126,19.7081,19.7029,19.697,19.6902,20.028,20.2737,20.5107,20.5252,20.9547,24.713,31.1205,34.3387,35.434,35.3489,34.408,33.3023,32.3027,31.4608,30.978,30.4897,30.3925,30.3793,30.214,30.1362,30.1946,30.4298,30.6905,31.051,31.5086,32.1328,32.9474,33.9757,34.9683,35.845,36.4934],"phase":"gamut_dense","raster_sha1":"9d1b47a857212037","raw":[[27.548512,31.799324,23.969022],[27.54256,31.790423,23.97445],[27.532391,31.781079,23.950718]],"rgb":[159,223,128],"session":13,"source":"pipeline","spectrum_pct":[[19.7126,19.7081,19.7029,19.697,19.6902,20.0113,20.2645,20.5107,20.5252,20.9547,24.7279,31.1605,34.3418,35.4368,35.3492,34.416,33.3099,32.3128,31.4747,30.9922,30.5026,30.3968,30.3826,30.2218,30.1484,30.2079,30.4397,30.7006,31.0593,31.5201,32.1394,32.9474,33.9757,34.9683,35.8111,36.4617],[19.7238,19.7193,19.7142,19.7082,19.7014,20.0298,20.2737,20.5155,20.5423,20.9556,24.713,31.1205,34.3387,35.434,35.3489,34.408,33.3023,32.3027,31.4608,30.978,30.4897,30.3925,30.3793,30.214,30.1362,30.1946,30.4298,30.6882,31.0446,31.5086,32.1325,32.9556,33.9944,34.968,35.845,36.4934],[19.6956,19.6911,19.6859,19.6799,19.6732,20.028,20.2765,20.5059,20.5017,20.9033,24.6667,31.112,34.3314,35.4309,35.3397,34.402,33.2944,32.294,31.4544,30.9673,30.4799,30.3815,30.3672,30.2051,30.1308,30.1886,30.4197,30.6905,31.051,31.5077,32.1328,32.9435,33.9757,34.9772,35.8542,36.5005]],"t_unix":1786337331.8094025,"uid":"p01012","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.54256,31.790423,23.969022]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.79784,37.805213,43.293962],"median_spectrum_pct":[37.2959,37.2965,37.2971,37.2979,37.2996,38.4074,39.1239,39.6957,39.9749,40.3184,41.5001,42.2606,42.0046,41.4403,40.668,39.6244,38.6165,37.7306,36.9551,36.5395,36.0111,35.6375,35.278,34.9787,34.8626,34.8788,35.0306,35.1819,35.3826,35.5724,35.8677,36.3013,36.8946,37.4746,37.9036,38.2451],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.811764,37.818738,43.294995],[34.79784,37.805213,43.293962],[34.610175,37.602876,43.147833]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[37.2959,37.2965,37.2971,37.2979,37.2996,38.4074,39.1239,39.6957,39.9749,40.3184,41.5001,42.2606,42.0235,41.4454,40.6751,39.6321,38.6238,37.7449,36.9694,36.5524,36.0242,35.6589,35.3018,35.0001,34.8868,34.8994,35.053,35.2036,35.4068,35.5969,35.8909,36.3208,36.9129,37.4977,37.9435,38.3001],[37.3151,37.3157,37.3164,37.3171,37.3189,38.4341,39.1467,39.7025,39.9502,40.2864,41.4802,42.2733,42.0046,41.4403,40.668,39.6244,38.6165,37.7306,36.9551,36.5395,36.0111,35.6375,35.278,34.9787,34.8626,34.8788,35.0306,35.1819,35.3826,35.5724,35.8677,36.3013,36.8946,37.4746,37.9036,38.2451],[37.1634,37.164,37.1648,37.1657,37.1672,38.0661,38.7692,39.5495,39.9847,40.3508,41.5164,42.211,41.838,41.2243,40.4357,39.3935,38.3921,37.5134,36.7476,36.3264,35.7973,35.4285,35.0715,34.7733,34.6581,34.6741,34.8284,34.9883,35.1979,35.3967,35.7112,36.161,36.7595,37.3803,37.8308,38.1556]],"t_unix":1786337377.037188,"uid":"p01341","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.79784,37.805213,43.293962]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.412237,1.131802,2.301124],"median_spectrum_pct":[2.46405,2.46473,2.46551,2.46641,2.46727,2.39754,2.32817,2.26039,2.1015,1.91012,1.79348,1.727,1.55758,1.37381,1.17066,0.987952,0.866042,0.79354,0.74609,0.729326,0.752603,0.981691,1.25143,1.36927,1.48618,1.69113,2.04775,2.61869,3.53424,4.94731,7.06701,9.97799,13.648,17.6386,21.4291,24.619],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.41127,1.128822,2.297062],[1.412237,1.131802,2.301124],[1.415838,1.133963,2.316895]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[2.46405,2.46473,2.46551,2.46641,2.46727,2.38528,2.3172,2.25447,2.1015,1.91012,1.76473,1.68312,1.55603,1.37377,1.16445,0.985996,0.862241,0.790031,0.74609,0.727646,0.752154,0.981691,1.25065,1.36773,1.48618,1.69113,2.04816,2.61776,3.53424,4.94879,7.09085,10.0135,13.6666,17.6744,21.4832,24.6657],[2.45736,2.45803,2.45879,2.45968,2.46055,2.39754,2.32817,2.26039,2.09577,1.8818,1.79348,1.73399,1.56043,1.37381,1.17066,0.987952,0.866042,0.793824,0.745793,0.729673,0.752603,0.981655,1.25143,1.36927,1.48707,1.68895,2.04588,2.62372,3.53493,4.94731,7.06701,9.97799,13.648,17.6298,21.4291,24.619],[2.46742,2.46809,2.46887,2.46975,2.47062,2.40176,2.3347,2.2659,2.12116,1.92804,1.80849,1.727,1.55758,1.37697,1.17642,0.990621,0.866793,0.79354,0.747621,0.729326,0.753265,0.984564,1.25464,1.37262,1.48565,1.69235,2.04775,2.61869,3.53099,4.94684,7.05771,9.96149,13.6334,17.6386,21.3975,24.5821]],"t_unix":1786337422.217245,"uid":"p01342","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.412237,1.131802,2.301124]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.530436,12.128493,17.628096],"median_spectrum_pct":[15.8873,15.8893,15.8916,15.8943,15.8973,16.094,16.2716,16.4454,16.3784,16.2202,16.4436,16.2556,15.4913,14.6424,13.7473,12.8702,12.1129,11.5069,11.0328,10.7535,10.5389,10.6137,10.7613,10.799,10.8974,11.1395,11.5747,12.1988,13.1283,14.4357,16.2865,18.7078,21.6545,24.7344,27.5002,29.735],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.527251,12.126215,17.612897],[11.53314,12.129279,17.639548],[11.530436,12.128493,17.628096]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[15.8621,15.8641,15.8663,15.869,15.8719,16.07,16.248,16.4289,16.3705,16.2194,16.4436,16.2564,15.494,14.635,13.7437,12.8648,12.1085,11.5069,11.0328,10.7526,10.5396,10.6124,10.7629,10.7968,10.8974,11.1395,11.5748,12.1962,13.1283,14.4489,16.2865,18.7078,21.6545,24.7079,27.4918,29.7427],[15.8873,15.8893,15.8916,15.8943,15.8973,16.094,16.2716,16.4454,16.3945,16.2758,16.4677,16.2556,15.4867,14.6442,13.7473,12.8702,12.1129,11.5073,11.0326,10.7535,10.5389,10.6137,10.7613,10.799,10.9024,11.1461,11.5747,12.2026,13.1265,14.4357,16.2919,18.7398,21.6767,24.7344,27.517,29.735],[15.8904,15.8924,15.8947,15.8973,15.9003,16.1012,16.2782,16.4463,16.3784,16.2202,16.4345,16.2506,15.4913,14.6424,13.7552,12.8724,12.1144,11.5061,11.0345,10.7546,10.5376,10.6139,10.7585,10.7992,10.8972,11.139,11.5716,12.1988,13.1294,14.432,16.2773,18.7068,21.6393,24.7453,27.5002,29.7241]],"t_unix":1786337467.3874514,"uid":"p01343","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.530436,12.128493,17.628096]} +{"battery_mv":4200,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6672786458333333,"blue":0.33272135416666665,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 64)","median_raw":[3.322976,3.077308,9.132919],"median_spectrum_pct":[8.51991,8.52237,8.52519,8.52844,8.53212,8.62271,8.74172,8.8281,8.62553,8.38955,8.23623,7.57014,6.4914,5.35008,4.27575,3.36672,2.69325,2.21647,1.90076,1.71323,1.62089,1.75536,1.97325,2.10202,2.25774,2.52123,2.96702,3.63869,4.65806,6.14867,8.30955,11.2288,14.8472,18.7387,22.3976,25.4372],"phase":"gamut_dense","raster_sha1":"2aa1a07db93106ab","raw":[[3.31696,3.072128,9.101363],[3.322976,3.077308,9.132919],[3.331,3.085529,9.150967]],"rgb":[32,32,64],"session":13,"source":"pipeline","spectrum_pct":[[8.50839,8.51086,8.51369,8.51695,8.52061,8.5869,8.70232,8.7922,8.59808,8.35144,8.23623,7.57014,6.4732,5.33863,4.26907,3.35894,2.68757,2.21235,1.89561,1.70674,1.61643,1.75217,1.97147,2.10202,2.25774,2.52123,2.96702,3.63869,4.65878,6.15897,8.3425,11.2481,14.8502,18.7878,22.4399,25.5281],[8.51991,8.52237,8.52519,8.52844,8.53212,8.62271,8.74172,8.8281,8.62553,8.38955,8.2589,7.55762,6.4914,5.35008,4.27575,3.36672,2.69325,2.21647,1.90076,1.71323,1.62089,1.75536,1.97325,2.09563,2.25584,2.51807,2.95978,3.63039,4.64811,6.14867,8.30804,11.2243,14.8233,18.7387,22.3976,25.4372],[8.54103,8.5435,8.54632,8.54958,8.55327,8.64521,8.76655,8.84872,8.65259,8.39381,8.23283,7.57936,6.50968,5.3713,4.29272,3.37437,2.69946,2.22762,1.90632,1.71724,1.62377,1.75732,1.97612,2.10489,2.26376,2.52562,2.97025,3.64588,4.65806,6.14721,8.30955,11.2288,14.8472,18.7342,22.3667,25.4349]],"t_unix":1786337514.9927466,"uid":"p00632","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.322976,3.077308,9.132919]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.41962239583333333,"red":0.0,"white":0.0,"yellow":0.5803776041666666},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 0)","median_raw":[21.106906,26.284831,5.143338],"median_spectrum_pct":[2.30069,2.29078,2.2794,2.26632,2.2511,2.1716,2.13975,2.1363,2.04563,2.55504,7.4217,18.2539,25.2903,28.8239,30.0468,29.5561,28.5368,27.5272,26.6769,26.2059,25.8343,26.1083,26.5531,26.5836,26.5701,26.6513,26.8831,27.1619,27.6101,28.2148,29.0607,30.1668,31.5122,32.9058,34.1424,35.0302],"phase":"gamut_dense","raster_sha1":"1c170a24d94abc85","raw":[[21.126377,26.308133,5.143262],[21.106906,26.284831,5.144952],[21.096103,26.270773,5.143338]],"rgb":[128,191,0],"session":13,"source":"pipeline","spectrum_pct":[[2.29369,2.28375,2.27235,2.25924,2.244,2.1689,2.1412,2.13792,2.04563,2.55504,7.41384,18.2539,25.3079,28.8397,30.0687,29.5827,28.5627,27.5561,26.7068,26.2311,25.8663,26.1376,26.5719,26.6113,26.5938,26.6706,26.9063,27.1816,27.6337,28.2433,29.0873,30.1679,31.5404,32.9058,34.1424,35.0302],[2.30099,2.29107,2.27969,2.2666,2.25138,2.1735,2.13809,2.13534,2.03467,2.57144,7.43399,18.2673,25.2903,28.8239,30.0468,29.5561,28.5368,27.5272,26.6769,26.2059,25.8343,26.1083,26.5531,26.5836,26.5701,26.6513,26.8831,27.1619,27.6101,28.2148,29.0607,30.1668,31.5122,32.9111,34.1543,35.1113],[2.30069,2.29078,2.2794,2.26632,2.2511,2.1716,2.13975,2.1363,2.05391,2.55124,7.4217,18.2463,25.2867,28.8157,30.0349,29.5434,28.5204,27.5089,26.6606,26.1851,25.8208,26.0937,26.5379,26.5735,26.5596,26.6403,26.8714,27.1491,27.5904,28.212,29.0596,30.1558,31.5122,32.8767,34.1086,35.0165]],"t_unix":1786337564.049518,"uid":"p00918","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.106906,26.284831,5.143338]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.5599817708333333,"green":0.0,"red":0.0,"white":0.44001822916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 191)","median_raw":[18.080329,19.183898,34.852246],"median_spectrum_pct":[30.5238,30.529,30.5349,30.5418,30.5503,31.455,32.227,32.8289,32.7303,32.6644,33.192,31.8368,29.0969,26.2208,23.4628,21.0099,19.068,17.6189,16.5598,15.9043,15.3811,15.076,14.8908,14.8205,14.9189,15.1842,15.6583,16.3207,17.2453,18.4469,20.088,22.2027,24.7537,27.4294,29.8617,31.7963],"phase":"gamut_dense","raster_sha1":"34ae5b1ca36aae5e","raw":[[18.067314,19.171525,34.814121],[18.080329,19.183898,34.852246],[18.086208,19.192274,34.853599]],"rgb":[128,96,191],"session":13,"source":"pipeline","spectrum_pct":[[30.483,30.4882,30.4941,30.5009,30.5094,31.4161,32.1927,32.8005,32.6856,32.6438,33.192,31.8242,29.076,26.1947,23.4473,20.9949,19.0535,17.6077,16.552,15.8954,15.3708,15.0652,14.884,14.8195,14.9173,15.1731,15.648,16.3121,17.2357,18.4316,20.0764,22.2027,24.7375,27.4294,29.8617,31.817],[30.5238,30.529,30.5349,30.5418,30.5503,31.455,32.227,32.8289,32.7358,32.695,33.1965,31.8368,29.0969,26.2208,23.4628,21.0099,19.068,17.6189,16.5598,15.9043,15.3811,15.076,14.8908,14.8205,14.9189,15.1847,15.6583,16.3207,17.2453,18.4469,20.088,22.2055,24.7537,27.4266,29.8739,31.7927],[30.5381,30.5433,30.5492,30.556,30.5646,31.4769,32.2521,32.8375,32.7303,32.6644,33.1495,31.8429,29.1091,26.2381,23.4838,21.0219,19.0757,17.6285,16.5696,15.9151,15.3888,15.08,14.8967,14.8291,14.9194,15.1842,15.6648,16.3309,17.2575,18.4577,20.0896,22.2024,24.763,27.4487,29.8553,31.7963]],"t_unix":1786337611.734752,"uid":"p00897","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.080329,19.183898,34.852246]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,96,32],"session":13,"source":"pipeline","t_unix":1786337659.4275897,"uid":"p00649","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6678802083333333,"white":0.33211979166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 96)","median_raw":[14.129871,12.054758,9.740415],"median_spectrum_pct":[8.55779,8.55669,8.55543,8.55398,8.55225,8.63887,8.71499,8.81589,8.79941,8.86999,9.45374,10.1016,10.2335,10.1043,9.8844,9.58414,9.3369,9.19875,9.14033,9.25783,9.77403,13.6719,19.9445,22.6271,23.093,23.0952,23.1577,23.3745,23.8527,24.6279,25.7371,27.1909,28.9536,30.7527,32.307,33.4777],"phase":"gamut_dense","raster_sha1":"25a70c966b4e351b","raw":[[14.128954,12.054758,9.740415],[14.129871,12.053812,9.735119],[14.136982,12.058413,9.743736]],"rgb":[191,64,96],"session":13,"source":"pipeline","spectrum_pct":[[8.55779,8.55669,8.55543,8.55398,8.55225,8.637,8.70931,8.81589,8.79941,8.88484,9.45476,10.1228,10.2245,10.1016,9.8844,9.58414,9.3369,9.20019,9.14499,9.25895,9.77403,13.669,19.9381,22.619,23.0863,23.0874,23.1519,23.3745,23.8522,24.6149,25.7323,27.1909,28.9536,30.7728,32.3212,33.4777],[8.55436,8.55325,8.55199,8.55053,8.54881,8.63887,8.71499,8.81242,8.79699,8.86999,9.42871,10.1016,10.2362,10.1069,9.87789,9.58286,9.33637,9.19659,9.13904,9.25771,9.77074,13.6719,19.9445,22.6271,23.093,23.0952,23.1577,23.3669,23.8527,24.6279,25.7371,27.186,28.9529,30.7402,32.3045,33.4504],[8.56957,8.56848,8.56722,8.56578,8.56406,8.64147,8.7176,8.81847,8.82138,8.86104,9.45374,10.1016,10.2335,10.1043,9.88499,9.58853,9.3383,9.19875,9.14033,9.25783,9.7745,13.6829,19.9515,22.6367,23.1033,23.1049,23.1726,23.3879,23.8673,24.6359,25.7501,27.204,28.9702,30.7527,32.307,33.5146]],"t_unix":1786337661.7910771,"uid":"p01047","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.129871,12.054758,9.740415]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,223,32],"session":13,"source":"pipeline","t_unix":1786337709.3434699,"uid":"p00685","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,64,223],"session":13,"source":"pipeline","t_unix":1786337711.756903,"uid":"p00727","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.17079947916666666,"red":0.0,"white":0.8154244791666667,"yellow":0.013776041666666667},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 159)","median_raw":[28.9336,32.305443,34.085103],"median_spectrum_pct":[29.1113,29.1107,29.11,29.1091,29.1084,29.668,30.1118,30.6362,30.8471,31.2895,33.747,36.7289,37.3691,36.9271,35.942,34.6048,33.3217,32.2247,31.3259,30.788,30.2349,29.9106,29.6301,29.3814,29.2988,29.3627,29.6224,29.9322,30.3483,30.8634,31.5665,32.5048,33.647,34.7751,35.6896,36.45],"phase":"gamut_dense","raster_sha1":"7a70c86571b6757c","raw":[[28.948763,32.319835,34.105681],[28.9336,32.305443,34.080789],[28.926609,32.299125,34.085103]],"rgb":[159,191,159],"session":13,"source":"pipeline","spectrum_pct":[[29.1113,29.1107,29.11,29.1091,29.1084,29.6543,30.1084,30.6427,30.8685,31.3155,33.864,36.7574,37.3724,36.9271,35.9465,34.6106,33.3285,32.2362,31.3393,30.8077,30.2525,29.9266,29.6414,29.3944,29.3133,29.3896,29.6452,29.9465,30.3646,30.8916,31.5826,32.5048,33.6635,34.7751,35.7227,36.5145],[29.1194,29.1188,29.1181,29.1173,29.1165,29.668,30.1118,30.6362,30.8471,31.253,33.7273,36.7289,37.3691,36.9275,35.942,34.6048,33.3217,32.2238,31.3259,30.788,30.2349,29.9106,29.6301,29.3814,29.2988,29.3627,29.6224,29.9322,30.3483,30.8634,31.5665,32.505,33.647,34.7765,35.6896,36.4412],[29.1041,29.1035,29.1028,29.102,29.1012,29.6693,30.115,30.6327,30.8442,31.2895,33.747,36.717,37.3686,36.918,35.9372,34.5998,33.3153,32.2247,31.3204,30.7818,30.2263,29.8989,29.6115,29.3662,29.288,29.3583,29.612,29.9172,30.3359,30.8603,31.5646,32.481,33.6329,34.7645,35.6869,36.45]],"t_unix":1786337714.1511197,"uid":"p01004","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.9336,32.305443,34.085103]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0013177083333333333,"green":0.0,"red":0.0,"white":0.9986822916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 223)","median_raw":[34.739392,37.739497,43.186471],"median_spectrum_pct":[37.1819,37.1825,37.1832,37.1839,37.1855,38.1702,38.8839,39.5748,39.9425,40.3247,41.5186,42.2214,41.9014,41.3227,40.5578,39.5254,38.5355,37.6625,36.8921,36.4813,35.9587,35.5963,35.2434,34.9473,34.8285,34.8378,34.9858,35.1266,35.3212,35.5074,35.8157,36.2585,36.851,37.4558,37.8805,38.1939],"phase":"gamut_dense","raster_sha1":"7054ded3e6d4e0fe","raw":[[34.760016,37.758842,43.187102],[34.739392,37.739497,43.186471],[34.717313,37.718045,43.163512]],"rgb":[191,96,223],"session":13,"source":"pipeline","spectrum_pct":[[37.1963,37.1968,37.1975,37.1983,37.1998,38.1635,38.8758,39.5768,39.9425,40.3247,41.5918,42.2214,41.9111,41.3267,40.564,39.5363,38.5432,37.6804,36.917,36.5085,35.9906,35.6308,35.276,34.9735,34.8503,34.8621,35.0175,35.1632,35.36,35.5469,35.839,36.2603,36.855,37.4633,37.9043,38.2516],[37.1819,37.1825,37.1832,37.1839,37.1855,38.1702,38.8839,39.5748,39.9623,40.3319,41.5186,42.2428,41.9014,41.3227,40.5578,39.5254,38.5355,37.6625,36.8921,36.4813,35.9587,35.5963,35.2434,34.9473,34.8285,34.8378,34.9858,35.1266,35.3212,35.5074,35.8157,36.2585,36.851,37.4558,37.8805,38.1896],[37.1804,37.181,37.1817,37.1825,37.1841,38.1807,38.8919,39.5686,39.9148,40.2921,41.456,42.1694,41.8858,41.3173,40.5472,39.5192,38.5175,37.6402,36.8725,36.4589,35.9352,35.5717,35.219,34.9184,34.7969,34.8066,34.9558,35.1032,35.2943,35.487,35.7983,36.2183,36.8231,37.4308,37.8587,38.1939]],"t_unix":1786337761.7705314,"uid":"p01060","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.739392,37.739497,43.186471]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":2.6041666666666666e-06,"green":0.0,"red":0.0,"white":0.9999973958333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 255)","median_raw":[34.832672,37.850737,43.264518],"median_spectrum_pct":[37.2786,37.2792,37.2799,37.2806,37.2822,38.3192,39.0387,39.6815,40.0001,40.2894,41.4985,42.2851,42.0078,41.4546,40.6855,39.6608,38.6691,37.7927,37.0209,36.6024,36.0764,35.6984,35.3321,35.0317,34.9085,34.9229,35.0718,35.217,35.4037,35.593,35.8992,36.3148,36.9038,37.4825,37.9227,38.2197],"phase":"gamut_dense","raster_sha1":"bb2584f9a26b2662","raw":[[34.857658,37.873309,43.308778],[34.832672,37.850737,43.263967],[34.817645,37.835993,43.264518]],"rgb":[223,96,255],"session":13,"source":"pipeline","spectrum_pct":[[37.2827,37.2833,37.2839,37.2847,37.2863,38.309,39.0224,39.6864,40.0507,40.4357,41.6156,42.3357,42.0332,41.4621,40.6969,39.67,38.6759,37.8039,37.0397,36.6287,36.103,35.7272,35.3614,35.0556,34.9332,34.9494,35.0975,35.2497,35.4449,35.63,35.9294,36.338,36.9379,37.5192,37.9256,38.2831],[37.2786,37.2792,37.2799,37.2806,37.2822,38.3192,39.0387,39.6815,40.0001,40.2712,41.4872,42.2851,42.0078,41.4533,40.6849,39.6608,38.6691,37.7927,37.0209,36.6024,36.0764,35.6984,35.3321,35.0317,34.9085,34.9229,35.0718,35.217,35.4037,35.593,35.8992,36.3148,36.9038,37.4825,37.9099,38.2196],[37.2654,37.2659,37.2666,37.2673,37.2689,38.3312,39.0474,39.6746,39.9858,40.2894,41.4985,42.2735,42.0011,41.4546,40.6855,39.6467,38.6475,37.774,37.0026,36.5847,36.0588,35.6827,35.3172,35.0068,34.8848,34.8974,35.0468,35.1885,35.3897,35.5735,35.8649,36.2882,36.8733,37.4679,37.9227,38.2197]],"t_unix":1786337809.337835,"uid":"p01142","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.832672,37.850737,43.264518]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.9338776041666667,"green":0.0,"red":0.0,"white":0.06612239583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 255)","median_raw":[9.353629,9.237621,29.025722],"median_spectrum_pct":[25.7852,25.7924,25.8006,25.81,25.8215,26.6316,27.4418,28.0388,27.7625,27.4069,27.1514,24.4773,20.578,16.7823,13.3684,10.5781,8.51922,7.07688,6.09435,5.47173,5.06071,4.85293,4.77262,4.80067,4.95961,5.27194,5.80247,6.57471,7.6742,9.16142,11.2435,14.0512,17.4958,21.2612,24.7573,27.7337],"phase":"gamut_dense","raster_sha1":"c5ea3b1dbd4db482","raw":[[9.339498,9.222736,28.993854],[9.353629,9.237621,29.025722],[9.369869,9.253475,29.082242]],"rgb":[64,96,255],"session":13,"source":"pipeline","spectrum_pct":[[25.7324,25.7395,25.7477,25.7571,25.7686,26.5736,27.3827,27.9917,27.7348,27.4069,27.1514,24.4634,20.5406,16.7498,13.343,10.5529,8.49772,7.06358,6.08222,5.46348,5.05147,4.84064,4.76718,4.79272,4.95415,5.26713,5.78582,6.55995,7.65568,9.14968,11.2423,14.0481,17.4946,21.2612,24.7573,27.7337],[25.7852,25.7924,25.8006,25.81,25.8215,26.6316,27.4418,28.0388,27.7625,27.4016,27.0885,24.4773,20.578,16.7823,13.3684,10.5781,8.51922,7.07688,6.09435,5.47173,5.06071,4.85293,4.77262,4.80067,4.95961,5.27194,5.80247,6.57471,7.6742,9.16142,11.2435,14.0512,17.4958,21.2362,24.7224,27.6685],[25.8034,25.8106,25.8187,25.8282,25.8397,26.6673,27.4813,28.0769,27.8122,27.4981,27.2066,24.5195,20.6007,16.8077,13.3884,10.5941,8.53265,7.08723,6.10521,5.48259,5.0677,4.85642,4.77795,4.80876,4.97292,5.28493,5.80932,6.58516,7.68771,9.17713,11.2773,14.0888,17.5367,21.3034,24.7708,27.7392]],"t_unix":1786337856.8597496,"uid":"p00737","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.353629,9.237621,29.025722]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.21013802083333333,"red":0.0,"white":0.12499739583333333,"yellow":0.6648645833333333},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 64)","median_raw":[26.293122,31.634479,7.966885],"median_spectrum_pct":[4.75137,4.74039,4.72779,4.7133,4.69648,4.66354,4.66644,4.70653,4.68689,5.1518,9.92007,20.5678,28.0117,32.3458,34.3948,34.5436,33.9562,33.2424,32.5781,32.2521,31.9601,32.393,33.0349,33.1161,33.0544,33.0275,33.1167,33.1874,33.3338,33.5743,33.9274,34.4217,35.1471,35.8577,36.3865,36.842],"phase":"gamut_dense","raster_sha1":"368be53e4101872e","raw":[[26.478465,31.85946,7.997851],[26.293122,31.634479,7.964345],[26.266773,31.599837,7.966885]],"rgb":[159,255,64],"session":13,"source":"pipeline","spectrum_pct":[[4.76645,4.75536,4.74263,4.72799,4.71105,4.70157,4.71139,4.72474,4.68689,5.1518,9.91082,20.5912,28.1794,32.5674,34.6471,34.7946,34.2068,33.488,32.825,32.4964,32.2041,32.6327,33.2686,33.3465,33.2803,33.2523,33.3417,33.4032,33.5334,33.764,34.1184,34.6033,35.2986,36.0005,36.5282,36.9732],[4.74689,4.73589,4.72327,4.70875,4.69191,4.66003,4.66644,4.70653,4.6803,5.13205,9.92854,20.5678,28.0117,32.3458,34.3948,34.5436,33.9562,33.2424,32.5781,32.2521,31.9601,32.393,33.0349,33.1161,33.0544,33.0275,33.1167,33.1874,33.3338,33.5743,33.9274,34.4217,35.1471,35.8577,36.3865,36.842],[4.75137,4.74039,4.72779,4.7133,4.69648,4.66354,4.6662,4.70484,4.69059,5.15473,9.92007,20.5479,28.0032,32.3163,34.3649,34.5035,33.9181,33.1988,32.5348,32.2074,31.9148,32.3524,33.0045,33.0913,33.0268,33.0,33.0905,33.1581,33.3028,33.5515,33.9125,34.4087,35.0934,35.8261,36.3528,36.7882]],"t_unix":1786337904.5042489,"uid":"p01019","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.293122,31.634479,7.966885]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.165765625,"red":0.0,"white":0.834234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 159)","median_raw":[29.309399,32.653265,35.016447],"median_spectrum_pct":[29.9232,29.9227,29.9222,29.9217,29.9213,30.5071,31.0024,31.5654,31.7647,32.2206,34.5547,37.3561,37.8353,37.3143,36.2919,34.9436,33.6578,32.5582,31.6541,31.116,30.5479,30.1931,29.8808,29.6234,29.5461,29.6187,29.8665,30.1663,30.5824,31.0932,31.7987,32.6943,33.8112,34.922,35.8588,36.5716],"phase":"gamut_dense","raster_sha1":"b2a6780e2e7b9cbd","raw":[[29.332576,32.675803,35.046548],[29.309399,32.6528,35.008744],[29.308871,32.653265,35.016447]],"rgb":[159,223,159],"session":13,"source":"pipeline","spectrum_pct":[[29.9362,29.9358,29.9353,29.9348,29.9343,30.5071,31.0024,31.5818,31.8169,32.2426,34.6878,37.4124,37.8643,37.3267,36.3052,34.9514,33.667,32.5765,31.6732,31.134,30.568,30.2163,29.9047,29.6457,29.5737,29.6459,29.8979,30.197,30.6162,31.1363,31.8282,32.7234,33.8377,34.922,35.8704,36.6663],[29.9189,29.9185,29.918,29.9175,29.9171,30.5058,30.9997,31.5616,31.7647,32.2017,34.5493,37.3561,37.8345,37.306,36.2899,34.9385,33.6531,32.5548,31.6541,31.116,30.5479,30.1931,29.8808,29.6234,29.5452,29.6187,29.8665,30.1663,30.5824,31.0924,31.7987,32.6868,33.8112,34.9256,35.8588,36.5199],[29.9232,29.9227,29.9222,29.9217,29.9213,30.5159,31.0146,31.5654,31.7622,32.2206,34.5547,37.356,37.8353,37.3143,36.2919,34.9436,33.6578,32.5582,31.6521,31.1126,30.5446,30.1893,29.8742,29.6189,29.5461,29.6159,29.8655,30.1613,30.5756,31.0932,31.7933,32.6943,33.8085,34.9085,35.8377,36.5716]],"t_unix":1786337952.0707138,"uid":"p01013","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.309399,32.653265,35.016447]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4378151041666667,"white":0.5373307291666667,"yellow":0.024854166666666667},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 96)","median_raw":[20.134172,19.572974,18.429311],"median_spectrum_pct":[15.9293,15.9283,15.9271,15.9257,15.9243,16.2144,16.4428,16.6748,16.7408,16.9101,17.9638,19.138,19.3327,19.1761,18.828,18.3215,17.8511,17.4675,17.1822,17.141,17.4126,20.3144,24.7895,26.5907,26.9199,26.9911,27.1601,27.4143,27.8773,28.5391,29.4357,30.5859,31.9707,33.3354,34.4541,35.3646],"phase":"gamut_dense","raster_sha1":"1fd94a1ad272a5c1","raw":[[20.146899,19.590325,18.441206],[20.129647,19.570147,18.404514],[20.134172,19.572974,18.429311]],"rgb":[191,128,96],"session":13,"source":"pipeline","spectrum_pct":[[15.9293,15.9283,15.9271,15.9257,15.9243,16.2137,16.4396,16.6758,16.7568,16.9101,18.0778,19.2172,19.366,19.1829,18.8303,18.3316,17.8662,17.4829,17.1981,17.1577,17.426,20.3303,24.8044,26.6061,26.9317,27.0022,27.172,27.425,27.898,28.5591,29.4549,30.611,32.0123,33.3467,34.4593,35.3689],[15.9183,15.9173,15.9161,15.9147,15.9132,16.2144,16.4428,16.6695,16.7026,16.851,17.952,19.135,19.3214,19.168,18.8192,18.3151,17.8501,17.4675,17.1822,17.141,17.412,20.3144,24.7895,26.5887,26.9105,26.9892,27.1597,27.4134,27.8765,28.5391,29.4345,30.5799,31.9505,33.3057,34.425,35.323],[15.943,15.942,15.9408,15.9395,15.938,16.2262,16.4518,16.6748,16.7408,16.9218,17.9638,19.138,19.3327,19.1761,18.828,18.3215,17.8511,17.4643,17.1791,17.1398,17.4126,20.3114,24.7883,26.5907,26.9199,26.9911,27.1601,27.4143,27.8773,28.5281,29.4357,30.5859,31.9707,33.3354,34.4541,35.3646]],"t_unix":1786337999.6091592,"uid":"p01065","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.134172,19.572974,18.429311]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.4770729166666667,"yellow":0.5229270833333334},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 128)","median_raw":[31.371323,36.177172,19.020708],"median_spectrum_pct":[14.9214,14.913,14.9034,14.8923,14.8796,15.0976,15.2905,15.4575,15.4756,15.9342,19.9464,28.257,33.778,36.9213,38.4251,38.4902,38.0089,37.4094,36.8203,36.5633,36.2924,36.6647,37.1932,37.2043,37.0998,37.0391,37.064,37.0307,37.0202,37.0205,37.0943,37.2324,37.5678,37.8906,38.0612,38.2067],"phase":"gamut_dense","raster_sha1":"defb705f748cfea3","raw":[[31.427522,36.24231,19.045549],[31.371323,36.177172,19.017196],[31.34215,36.140703,19.020708]],"rgb":[223,255,128],"session":13,"source":"pipeline","spectrum_pct":[[14.9074,14.899,14.8894,14.8783,14.8655,15.0948,15.2892,15.4672,15.4905,15.988,20.0349,28.2957,33.8316,36.969,38.4769,38.5502,38.0741,37.4796,36.8903,36.6462,36.371,36.7357,37.2562,37.2641,37.1653,37.1045,37.1307,37.0944,37.0879,37.0771,37.1436,37.3038,37.6237,37.9355,38.0901,38.2319],[14.9214,14.913,14.9034,14.8923,14.8796,15.0976,15.2905,15.4565,15.4607,15.9204,19.9464,28.2567,33.778,36.9213,38.4251,38.4902,38.0089,37.4094,36.8203,36.5633,36.2924,36.6647,37.1932,37.2043,37.0998,37.0391,37.064,37.0307,37.0202,37.0205,37.0943,37.2324,37.5678,37.8736,38.0305,38.194],[14.9384,14.93,14.9204,14.9094,14.8967,15.0993,15.2909,15.4575,15.4756,15.9342,19.9247,28.257,33.7727,36.8984,38.3875,38.4518,37.9682,37.3658,36.7731,36.5217,36.2421,36.6196,37.1575,37.1681,37.0685,37.0081,37.0314,36.9974,36.9923,36.9962,37.0752,37.2227,37.562,37.8906,38.0612,38.2067]],"t_unix":1786338047.1979322,"uid":"p01183","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.371323,36.177172,19.020708]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1934921875,"white":0.7947838541666666,"yellow":0.011723958333333333},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 32)","median_raw":[27.826802,29.13662,30.977257],"median_spectrum_pct":[26.8216,26.8213,26.821,26.8206,26.8206,27.4459,27.8659,28.2297,28.3579,28.5937,29.852,31.123,31.1931,30.8315,30.2638,29.4652,28.6937,28.0384,27.5033,27.274,27.1603,28.4783,30.496,31.1889,31.3008,31.3717,31.5605,31.7919,32.1346,32.5721,33.1533,33.8997,34.8751,35.7917,36.5079,37.076],"phase":"gamut_dense","raster_sha1":"6bcac3b3c773e222","raw":[[27.831353,29.137686,30.960953],[27.826802,29.13662,30.977257],[27.80882,29.127692,30.978818]],"rgb":[223,159,32],"session":13,"source":"pipeline","spectrum_pct":[[26.8092,26.809,26.8086,26.8083,26.8082,27.4187,27.8399,28.2154,28.3566,28.5937,29.8439,31.1256,31.1862,30.8174,30.2462,29.4516,28.6856,28.0384,27.5067,27.2799,27.1707,28.4965,30.514,31.2069,31.3156,31.3796,31.5709,31.8022,32.1443,32.5764,33.1533,33.8997,34.8751,35.7922,36.5079,37.1166],[26.8216,26.8213,26.821,26.8206,26.8206,27.4459,27.8659,28.2297,28.3805,28.5942,29.852,31.1055,31.1931,30.8315,30.2638,29.4652,28.6937,28.0405,27.5033,27.274,27.1603,28.4783,30.496,31.1889,31.3008,31.3717,31.5605,31.7919,32.1346,32.5721,33.1612,33.9161,34.8926,35.7917,36.5325,37.076],[26.8245,26.8243,26.824,26.8236,26.8236,27.4578,27.8811,28.2345,28.3579,28.5851,29.8527,31.123,31.2128,30.8506,30.2721,29.4745,28.6969,28.0346,27.4873,27.2564,27.1424,28.4535,30.464,31.1617,31.2654,31.3339,31.5263,31.7594,32.0978,32.5382,33.1309,33.8826,34.8254,35.7515,36.4841,37.0658]],"t_unix":1786338094.8272884,"uid":"p01153","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.826802,29.13662,30.977257]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,128,191],"session":13,"source":"pipeline","t_unix":1786338142.460365,"uid":"p01230","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.19932291666666666,"red":0.0,"white":0.3562239583333333,"yellow":0.444453125},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 96)","median_raw":[26.727115,31.595139,15.356887],"median_spectrum_pct":[11.6575,11.6496,11.6404,11.6299,11.6178,11.7643,11.8786,11.9813,11.9424,12.437,16.9231,25.7265,31.1815,33.8812,34.8165,34.3954,33.5373,32.6579,31.8806,31.461,31.0809,31.2829,31.6127,31.5836,31.519,31.5366,31.6841,31.8351,32.0928,32.456,32.9709,33.6459,34.5145,35.4085,36.0661,36.6675],"phase":"gamut_dense","raster_sha1":"0152597bcb63a24b","raw":[[26.748549,31.620682,15.387097],[26.727115,31.595139,15.356887],[26.571727,31.408044,15.327168]],"rgb":[159,223,96],"session":13,"source":"pipeline","spectrum_pct":[[11.6575,11.6496,11.6404,11.6299,11.6178,11.7643,11.8786,11.9857,11.9424,12.4528,16.9558,25.7565,31.2081,33.9031,34.8409,34.4141,33.5608,32.6834,31.909,31.4877,31.1026,31.3026,31.6352,31.6015,31.54,31.5589,31.7072,31.8696,32.117,32.4751,32.9834,33.6665,34.5543,35.4522,36.1344,36.6894],[11.6619,11.6539,11.6448,11.6343,11.6222,11.7667,11.8839,11.9813,11.922,12.3595,16.8313,25.7265,31.1815,33.8812,34.8165,34.3954,33.5373,32.6579,31.8806,31.461,31.0809,31.2829,31.6127,31.5836,31.519,31.5366,31.6841,31.8351,32.0928,32.456,32.9709,33.6459,34.5145,35.4085,36.0661,36.6675],[11.6342,11.6263,11.6173,11.6069,11.5948,11.6531,11.7675,11.9351,11.9652,12.437,16.9231,25.6784,31.0559,33.6907,34.6001,34.1786,33.3237,32.4486,31.6788,31.2581,30.8771,31.0821,31.4222,31.3916,31.33,31.3527,31.5029,31.6693,31.9321,32.2985,32.8105,33.482,34.3541,35.2848,35.981,36.5321]],"t_unix":1786338144.9336588,"uid":"p01011","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.727115,31.595139,15.356887]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,96,255],"session":13,"source":"pipeline","t_unix":1786338192.5654,"uid":"p01223","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01060","ink_fraction":{"black":0.0,"blue":0.0013177083333333333,"green":0.0,"red":0.0,"white":0.9986822916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 255)","median_spectrum_pct":[37.1819,37.1825,37.1832,37.1839,37.1855,38.1702,38.8839,39.5748,39.9425,40.3247,41.5186,42.2214,41.9014,41.3227,40.5578,39.5254,38.5355,37.6625,36.8921,36.4813,35.9587,35.5963,35.2434,34.9473,34.8285,34.8378,34.9858,35.1266,35.3212,35.5074,35.8157,36.2585,36.851,37.4558,37.8805,38.1939],"phase":"gamut_dense","raster_sha1":"7054ded3e6d4e0fe","rgb":[191,32,255],"session":13,"source":"pipeline","t_unix":1786338194.9813137,"uid":"p01043","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.739392,37.739497,43.186471]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5316953125,"red":0.0,"white":0.4683046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 128)","median_raw":[17.584664,21.087407,19.691511],"median_spectrum_pct":[16.257,16.2554,16.2535,16.2514,16.2487,16.3457,16.5072,16.7475,16.767,17.2752,21.1437,26.9616,28.5055,27.741,26.0235,23.9694,22.155,20.7204,19.6306,18.9392,18.3581,18.0421,17.8234,17.6714,17.7112,17.9213,18.3433,18.9268,19.7431,20.8407,22.32,24.2189,26.4593,28.8112,30.8979,32.5578],"phase":"gamut_dense","raster_sha1":"5877f5729eeca1f2","raw":[[17.580921,21.079866,19.688538],[17.586075,21.09041,19.70508],[17.584664,21.087407,19.691511]],"rgb":[32,255,128],"session":13,"source":"pipeline","spectrum_pct":[[16.2472,16.2455,16.2437,16.2415,16.2389,16.334,16.4933,16.7475,16.7755,17.2548,21.1437,26.9581,28.4995,27.7287,26.0075,23.955,22.1476,20.7143,19.6215,18.9325,18.3579,18.0375,17.8177,17.6714,17.7104,17.9224,18.3458,18.9302,19.7477,20.8423,22.3285,24.2189,26.4761,28.8112,30.8979,32.5578],[16.257,16.2554,16.2535,16.2514,16.2487,16.3457,16.5072,16.7493,16.767,17.2804,21.2056,27.0162,28.5255,27.7515,26.0241,23.9697,22.155,20.7204,19.6306,18.9392,18.3581,18.0464,17.8243,17.6695,17.7144,17.9213,18.3433,18.9268,19.7431,20.8407,22.32,24.2257,26.4593,28.8438,30.9475,32.6257],[16.2576,16.256,16.2541,16.252,16.2494,16.3543,16.5142,16.7449,16.7451,17.2752,21.1285,26.9616,28.5055,27.741,26.0235,23.9694,22.1556,20.7253,19.6328,18.9417,18.3606,18.0421,17.8234,17.6729,17.7112,17.9213,18.3429,18.926,19.74,20.8371,22.3165,24.1946,26.4373,28.7934,30.8601,32.5166]],"t_unix":1786338197.4085505,"uid":"p00697","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.584664,21.087407,19.691511]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.11106510416666666,"blue":0.8889348958333333,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 128)","median_raw":[7.110114,6.825238,24.136987],"median_spectrum_pct":[21.6298,21.6362,21.6436,21.6521,21.6622,22.2078,22.8456,23.3773,23.1595,22.8227,22.486,20.0216,16.6037,13.2861,10.3033,7.87644,6.09913,4.87026,4.04052,3.52061,3.18911,3.07069,3.07635,3.13825,3.30552,3.62216,4.12972,4.88499,5.97852,7.49526,9.63516,12.5048,16.0792,19.9772,23.6489,26.7434],"phase":"gamut_dense","raster_sha1":"e0807618c3d33c1b","raw":[[7.09302,6.808208,24.075639],[7.110114,6.825238,24.136987],[7.118438,6.835113,24.160336]],"rgb":[0,64,128],"session":13,"source":"pipeline","spectrum_pct":[[21.586,21.5924,21.5998,21.6083,21.6184,22.1546,22.7887,23.3283,23.113,22.7261,22.4202,19.9927,16.5784,13.253,10.2709,7.85499,6.084,4.85839,4.02897,3.50891,3.17977,3.06495,3.06806,3.13038,3.30509,3.61685,4.12144,4.87732,5.96426,7.4878,9.62358,12.493,16.0792,19.9772,23.6501,26.7951],[21.6298,21.6362,21.6436,21.6521,21.6622,22.2078,22.8456,23.3773,23.1655,22.8227,22.486,20.0216,16.6037,13.2861,10.3033,7.87644,6.09913,4.87026,4.04052,3.52061,3.18911,3.07069,3.07635,3.13825,3.30552,3.62216,4.12972,4.88499,5.97852,7.49526,9.63516,12.5197,16.0808,19.9887,23.6489,26.7434],[21.6507,21.6571,21.6645,21.673,21.6831,22.2423,22.8825,23.407,23.1595,22.8442,22.4926,20.0522,16.6387,13.3048,10.3156,7.89065,6.11406,4.87808,4.04647,3.52235,3.19154,3.07703,3.0826,3.14089,3.31271,3.62752,4.13585,4.89179,5.98674,7.50034,9.63586,12.5048,16.0714,19.9642,23.6225,26.6959]],"t_unix":1786338250.4513516,"uid":"p00562","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.110114,6.825238,24.136987]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21770833333333334,"white":0.7822916666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 159)","median_raw":[26.998663,28.045697,30.09319],"median_spectrum_pct":[26.0302,26.03,26.0298,26.0296,26.0297,26.6415,27.074,27.459,27.6314,27.8314,29.0222,30.0402,29.9395,29.5232,28.9573,28.188,27.4508,26.8192,26.2868,26.0694,25.9938,27.4872,29.7795,30.5988,30.7254,30.7917,30.9904,31.2217,31.5778,32.0394,32.66,33.4483,34.4479,35.4551,36.2309,36.8751],"phase":"gamut_dense","raster_sha1":"f050d0bcf493e6c6","raw":[[27.01359,28.056456,30.09319],[26.998663,28.042943,30.074901],[26.992194,28.045697,30.100275]],"rgb":[223,96,159],"session":13,"source":"pipeline","spectrum_pct":[[26.0298,26.0296,26.0294,26.0291,26.0292,26.6265,27.0623,27.459,27.6314,27.8818,29.0822,30.0455,29.9395,29.5232,28.9573,28.188,27.4508,26.8222,26.299,26.0767,26.0068,27.5076,29.7989,30.6149,30.7484,30.8218,31.0087,31.2414,31.5992,32.0558,32.6681,33.4811,34.5149,35.4761,36.2604,36.8965],[26.0302,26.03,26.0298,26.0296,26.0297,26.6415,27.074,27.4564,27.613,27.828,28.9923,29.9998,29.9283,29.5206,28.9563,28.1862,27.4434,26.8089,26.2868,26.0694,25.9938,27.4872,29.7795,30.5988,30.7254,30.7917,30.9904,31.2217,31.5778,32.0394,32.66,33.4483,34.4479,35.4257,36.1926,36.8736],[26.0581,26.0579,26.0577,26.0575,26.0577,26.6698,27.1026,27.4729,27.6398,27.8314,29.0222,30.0402,29.9579,29.55,28.9812,28.2063,27.4549,26.8192,26.2864,26.0579,25.9853,27.4715,29.7526,30.5686,30.7098,30.7767,30.9664,31.1942,31.5395,32.0146,32.6392,33.4373,34.4472,35.4551,36.2309,36.8751]],"t_unix":1786338298.4386234,"uid":"p01139","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.998663,28.045697,30.09319]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[128,32,32],"session":13,"source":"pipeline","t_unix":1786338346.1285303,"uid":"p00874","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[255,191,0],"session":13,"source":"pipeline","t_unix":1786338348.5761635,"uid":"p01242","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.816552,37.821091,43.225924],"median_spectrum_pct":[37.2579,37.2584,37.2591,37.2598,37.2615,38.3217,39.0334,39.6363,39.926,40.2453,41.4378,42.222,41.9695,41.4126,40.6477,39.6173,38.6256,37.7518,36.9865,36.5719,36.0504,35.689,35.3355,35.0337,34.9119,34.9251,35.0696,35.2165,35.4131,35.5906,35.8724,36.2922,36.8874,37.4668,37.9084,38.2516],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.832137,37.836045,43.229001],[34.816552,37.821091,43.225924],[34.80314,37.811875,43.220526]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[37.2579,37.2584,37.2591,37.2598,37.2615,38.3027,39.0134,39.6368,39.9445,40.2701,41.4636,42.2113,41.9695,41.4126,40.6572,39.6287,38.6371,37.7678,37.0017,36.588,36.0687,35.7064,35.3553,35.0569,34.9405,34.9501,35.0956,35.2498,35.4283,35.605,35.8909,36.3024,36.9145,37.4891,37.9436,38.2935],[37.264,37.2646,37.2653,37.266,37.2677,38.3217,39.0334,39.6363,39.926,40.2446,41.4378,42.222,41.9641,41.4127,40.6448,39.6156,38.6256,37.7518,36.9865,36.5719,36.0504,35.689,35.3355,35.0337,34.9119,34.9251,35.0696,35.2165,35.4131,35.5906,35.8724,36.2922,36.8874,37.4399,37.8841,38.2516],[37.2574,37.258,37.2587,37.2594,37.2611,38.3306,39.0431,39.6288,39.9108,40.2453,41.3772,42.2542,41.9806,41.4099,40.6477,39.6173,38.6197,37.7429,36.9735,36.5592,36.0357,35.671,35.3182,35.0119,34.8925,34.9062,35.0466,35.1887,35.3878,35.5732,35.8584,36.2803,36.8668,37.4668,37.9084,38.2225]],"t_unix":1786338348.5788407,"uid":"p01344","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.816552,37.821091,43.225924]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.425101,1.141301,2.318535],"median_spectrum_pct":[2.49891,2.4996,2.50039,2.5013,2.50219,2.43057,2.36379,2.27892,2.10745,1.92211,1.76441,1.74415,1.57574,1.38893,1.17991,0.997494,0.875653,0.798587,0.75011,0.733895,0.760981,0.993556,1.26165,1.38172,1.50091,1.70778,2.06748,2.64383,3.55387,4.9739,7.11,10.027,13.6767,17.7092,21.492,24.7174],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.422016,1.138275,2.318535],[1.425101,1.141301,2.318249],[1.430137,1.144853,2.344721]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[2.48662,2.4873,2.48809,2.48899,2.48987,2.421,2.3526,2.27565,2.10745,1.92211,1.76441,1.71745,1.57031,1.38893,1.17566,0.997494,0.871579,0.798456,0.75011,0.731276,0.758498,0.987094,1.25627,1.38043,1.49728,1.70548,2.06148,2.63646,3.55387,4.9739,7.11,10.0283,13.718,17.7294,21.5566,24.7312],[2.49891,2.4996,2.50039,2.5013,2.50219,2.43126,2.36379,2.27892,2.10492,1.8813,1.75998,1.74415,1.57895,1.38868,1.17991,0.997096,0.875653,0.798587,0.752316,0.734779,0.760981,0.993556,1.26165,1.38298,1.50091,1.70778,2.06748,2.65182,3.56222,4.9849,7.11426,10.027,13.6767,17.7092,21.492,24.7174],[2.52562,2.52633,2.52714,2.52808,2.52895,2.43057,2.36983,2.30128,2.13671,1.94291,1.80386,1.75228,1.57574,1.39403,1.18893,1.0027,0.877368,0.799666,0.74862,0.733895,0.76311,0.997266,1.26704,1.38172,1.505,1.71441,2.07387,2.64383,3.55146,4.96194,7.0632,9.96282,13.5699,17.5216,21.264,24.4348]],"t_unix":1786338393.7911205,"uid":"p01345","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.425101,1.141301,2.318535]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.507281,12.102437,17.567747],"median_spectrum_pct":[15.8388,15.8408,15.8431,15.8457,15.8487,16.0371,16.2109,16.3941,16.3234,16.1668,16.3779,16.1739,15.4445,14.5962,13.7116,12.8382,12.0829,11.4837,11.013,10.7345,10.52,10.5981,10.7494,10.7864,10.8857,11.1285,11.5575,12.1836,13.1074,14.4223,16.2686,18.6891,21.6231,24.7194,27.4855,29.7233],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.507281,12.102437,17.557862],[11.509917,12.103614,17.578001],[11.505311,12.097529,17.567747]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[15.8388,15.8408,15.8431,15.8457,15.8487,16.0249,16.1988,16.3834,16.3108,16.1668,16.3779,16.179,15.4459,14.5933,13.7113,12.8387,12.0829,11.4837,11.0178,10.7386,10.5234,10.5981,10.7501,10.7899,10.8857,11.1285,11.5637,12.1836,13.1074,14.4235,16.2686,18.6891,21.6506,24.7286,27.5008,29.7473],[15.8341,15.8361,15.8384,15.841,15.844,16.0371,16.2109,16.3941,16.3305,16.2267,16.4101,16.1739,15.4445,14.6078,13.7127,12.8382,12.0857,11.484,11.013,10.7345,10.52,10.5991,10.7494,10.7864,10.8897,11.1302,11.5575,12.1909,13.1157,14.4223,16.2714,18.6943,21.6231,24.7194,27.4855,29.7233],[15.8595,15.8615,15.8638,15.8665,15.8694,16.0469,16.2208,16.3997,16.3234,16.1643,16.3471,16.1721,15.4356,14.5962,13.7116,12.8345,12.0819,11.4796,11.0084,10.7279,10.5154,10.5943,10.7468,10.7832,10.8853,11.1249,11.5547,12.1793,13.1066,14.4157,16.2549,18.6795,21.6076,24.6803,27.4513,29.715]],"t_unix":1786338485.9625106,"uid":"p01346","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.507281,12.102437,17.567747]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2085546875,"red":0.0,"white":0.12398958333333333,"yellow":0.6674557291666666},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 64)","median_raw":[26.302547,31.633329,8.093143],"median_spectrum_pct":[4.88917,4.87823,4.86568,4.85124,4.83451,4.81443,4.8191,4.85774,4.80849,5.23898,9.96414,20.6058,28.072,32.3698,34.4118,34.5541,33.962,33.24,32.5602,32.2266,31.9381,32.3751,33.0137,33.0925,33.036,33.0159,33.0955,33.1614,33.2985,33.5348,33.9011,34.4074,35.1138,35.8204,36.4222,36.8109],"phase":"gamut_dense","raster_sha1":"5e1a59372ea5fe1e","raw":[[26.349197,31.689596,8.106841],[26.302547,31.633329,8.090572],[26.273902,31.597498,8.093143]],"rgb":[159,191,64],"session":13,"source":"pipeline","spectrum_pct":[[4.87598,4.86501,4.85242,4.83793,4.82116,4.81349,4.81879,4.86205,4.81733,5.26752,10.0044,20.6058,28.0904,32.419,34.4644,34.61,34.0248,33.302,32.627,32.2948,32.0057,32.4383,33.0666,33.1467,33.0866,33.0645,33.1426,33.2023,33.3523,33.5899,33.9611,34.4547,35.1675,35.8529,36.4269,36.8333],[4.88917,4.87823,4.86568,4.85124,4.83451,4.81443,4.81981,4.85553,4.80849,5.21785,9.94945,20.5922,28.072,32.3698,34.4118,34.5541,33.962,33.24,32.5602,32.2266,31.9381,32.3751,33.0137,33.0925,33.036,33.0159,33.0955,33.1614,33.2985,33.5348,33.9011,34.4074,35.1138,35.8204,36.4222,36.8109],[4.89922,4.88831,4.87578,4.86138,4.84467,4.8193,4.8191,4.85774,4.79276,5.23898,9.96414,20.6114,28.0571,32.343,34.3789,34.513,33.9227,33.1922,32.5133,32.1792,31.8889,32.3362,32.9825,33.0634,33.0054,32.9827,33.0647,33.1279,33.2707,33.5023,33.8739,34.3897,35.0857,35.7909,36.3769,36.8109]],"t_unix":1786338533.493648,"uid":"p01001","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.302547,31.633329,8.093143]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6212213541666667,"blue":0.0,"green":0.006265625,"red":0.0,"white":0.1908125,"yellow":0.18170052083333332},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 64)","median_raw":[9.777547,10.672502,8.711027],"median_spectrum_pct":[7.6451,7.64413,7.64302,7.64173,7.64007,7.61777,7.61994,7.63119,7.50287,7.49624,8.54008,10.5023,11.3894,11.6091,11.4892,11.133,10.755,10.4265,10.158,10.0334,9.9844,10.4143,10.947,11.1106,11.217,11.4084,11.7629,12.2757,13.0773,14.2622,15.9854,18.2987,21.185,24.2301,26.9502,29.2137],"phase":"gamut_dense","raster_sha1":"7c4a75080b0b8ed3","raw":[[9.778691,10.676347,8.692544],[9.777547,10.672502,8.711027],[9.77148,10.664215,8.713945]],"rgb":[96,96,64],"session":13,"source":"pipeline","spectrum_pct":[[7.63027,7.62929,7.62816,7.62687,7.62519,7.60713,7.60867,7.6161,7.48718,7.46681,8.5233,10.4945,11.3894,11.6091,11.4909,11.142,10.764,10.4329,10.1674,10.0456,9.99624,10.4181,10.952,11.1136,11.2194,11.4084,11.7634,12.2805,13.0806,14.2622,15.9854,18.2952,21.1704,24.2194,26.9352,29.2137],[7.6465,7.64553,7.64442,7.64314,7.64146,7.61777,7.61994,7.63119,7.5059,7.49624,8.54008,10.5311,11.3931,11.617,11.4892,11.133,10.755,10.4265,10.158,10.0334,9.9844,10.4143,10.947,11.1106,11.217,11.4109,11.7629,12.2757,13.0773,14.266,15.9929,18.3245,21.1905,24.2308,26.9502,29.2339],[7.6451,7.64413,7.64302,7.64173,7.64007,7.62471,7.62669,7.63974,7.50287,7.49792,8.56019,10.5023,11.3816,11.6014,11.4825,11.1308,10.75,10.4151,10.1476,10.0237,9.97736,10.4041,10.9389,11.1037,11.2088,11.4005,11.7496,12.2689,13.0673,14.2586,15.9726,18.2987,21.185,24.2301,26.9606,29.153]],"t_unix":1786338581.1497629,"uid":"p00812","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.777547,10.672502,8.711027]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,159,0],"session":13,"source":"pipeline","t_unix":1786338628.7555208,"uid":"p00666","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,255,32],"session":13,"source":"pipeline","t_unix":1786338631.15384,"uid":"p00775","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.16484635416666665,"red":0.0,"white":0.0,"yellow":0.8351536458333333},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 32)","median_raw":[27.609739,33.203782,4.852274],"median_spectrum_pct":[1.79641,1.78346,1.7686,1.75152,1.73178,1.69827,1.66651,1.64592,1.57782,2.05585,6.77768,18.1904,26.914,32.4288,35.39,36.0565,35.7591,35.2223,34.6639,34.4333,34.2231,34.8598,35.7579,35.9305,35.846,35.7657,35.7519,35.6847,35.6622,35.6998,35.8277,36.0735,36.481,36.9346,37.2132,37.4089],"phase":"gamut_dense","raster_sha1":"01f73d91819154f9","raw":[[27.668333,33.277394,4.840108],[27.609739,33.203782,4.852274],[27.576743,33.161157,4.862854]],"rgb":[159,255,32],"session":13,"source":"pipeline","spectrum_pct":[[1.79235,1.77937,1.76448,1.74735,1.72756,1.69305,1.66328,1.64383,1.57782,1.98518,6.72899,18.1965,26.9441,32.4833,35.4632,36.1355,35.8472,35.3094,34.7555,34.5284,34.318,34.9429,35.8285,35.9944,35.9144,35.8331,35.8258,35.7559,35.7361,35.7614,35.8905,36.1388,36.5406,36.9836,37.2598,37.4325],[1.79641,1.78346,1.7686,1.75152,1.73178,1.69827,1.66651,1.64592,1.57622,2.05585,6.77768,18.1803,26.914,32.4288,35.39,36.0565,35.7591,35.2223,34.6639,34.4333,34.2231,34.8598,35.7579,35.9305,35.846,35.7657,35.7519,35.6847,35.6622,35.6998,35.8277,36.0735,36.4785,36.9346,37.2132,37.407],[1.79944,1.78651,1.77167,1.75461,1.7349,1.70282,1.67276,1.65339,1.58974,2.08404,6.79942,18.1904,26.8986,32.3969,35.3513,36.0088,35.7101,35.1722,34.6094,34.3731,34.1619,34.8061,35.7185,35.8949,35.8126,35.731,35.7205,35.651,35.6289,35.6666,35.8016,36.0462,36.481,36.8895,37.1745,37.4089]],"t_unix":1786338633.546238,"uid":"p01018","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.609739,33.203782,4.852274]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.305984375,"green":0.0,"red":0.0,"white":0.694015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 255)","median_raw":[25.069929,27.047387,38.604197],"median_spectrum_pct":[33.5598,33.5631,33.5669,33.5713,33.5771,34.5346,35.2867,35.8757,35.9072,36.0745,36.9701,36.5802,34.9093,32.9664,30.9757,29.0197,27.3697,26.0745,25.0727,24.468,23.9089,23.5667,23.3034,23.1464,23.1734,23.3672,23.7308,24.2211,24.8987,25.7347,26.8828,28.3279,30.112,31.888,33.4924,34.7672],"phase":"gamut_dense","raster_sha1":"725591891c54aa03","raw":[[25.072611,27.047504,38.604197],[25.069929,27.047387,38.608976],[24.947075,26.91423,38.491497]],"rgb":[159,32,255],"session":13,"source":"pipeline","spectrum_pct":[[33.5598,33.5631,33.5669,33.5713,33.5771,34.5346,35.2867,35.8757,35.9072,36.0745,36.9701,36.5802,34.9093,32.9664,30.9757,29.0197,27.3697,26.0745,25.0727,24.468,23.9133,23.5715,23.3187,23.1564,23.1807,23.375,23.7422,24.226,24.9023,25.7482,26.8915,28.3509,30.1174,31.888,33.4924,34.7979],[33.5806,33.5839,33.5877,33.5921,33.5979,34.5622,35.3114,35.8829,35.9014,36.0489,36.9499,36.5908,34.9098,32.9697,30.9862,29.0271,27.3729,26.0781,25.0763,24.4695,23.9089,23.5667,23.3034,23.1464,23.1734,23.3672,23.7308,24.2211,24.8987,25.7347,26.8828,28.3279,30.112,31.8922,33.5096,34.7672],[33.4595,33.4629,33.4668,33.4713,33.4768,34.236,34.9725,35.7487,35.9439,36.1566,36.9962,36.5214,34.7756,32.8056,30.8147,28.8653,27.2256,25.9387,24.9431,24.3364,23.7754,23.4362,23.1793,23.0218,23.0512,23.2417,23.6055,24.0965,24.7729,25.6165,26.7666,28.2216,30.0095,31.7948,33.3611,34.6187]],"t_unix":1786338681.1493194,"uid":"p00962","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.069929,27.047387,38.604197]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.17322135416666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.8267786458333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 159)","median_raw":[25.871371,27.901141,34.027372],"median_spectrum_pct":[29.6395,29.6409,29.6426,29.6445,29.6469,30.2901,30.8135,31.3723,31.5698,31.7269,32.4166,32.6584,32.0444,31.2456,30.3526,29.3195,28.3663,27.5535,26.869,26.48,26.0626,25.8697,25.7224,25.5626,25.5442,25.6618,25.9388,26.2884,26.8245,27.5078,28.4718,29.7186,31.2683,32.7883,34.1536,35.2328],"phase":"gamut_dense","raster_sha1":"fd12d625ccd5c7f4","raw":[[25.878904,27.909411,34.016316],[25.871371,27.901141,34.028404],[25.866225,27.897668,34.027372]],"rgb":[0,159,159],"session":13,"source":"pipeline","spectrum_pct":[[29.617,29.6184,29.62,29.6219,29.6244,30.268,30.7943,31.3598,31.5696,31.7184,32.4695,32.6584,32.033,31.2456,30.3526,29.3195,28.37,27.5618,26.8809,26.4915,26.0773,25.8839,25.7376,25.5793,25.5572,25.6768,25.9528,26.305,26.8374,27.5196,28.4718,29.7186,31.2762,32.8291,34.1536,35.2328],[29.6395,29.6409,29.6426,29.6445,29.6469,30.2901,30.8135,31.3723,31.595,31.7269,32.4166,32.667,32.0444,31.2475,30.3494,29.3191,28.3637,27.5535,26.869,26.48,26.0626,25.8697,25.7224,25.5626,25.5442,25.6618,25.9388,26.2884,26.8245,27.5078,28.4752,29.7223,31.2683,32.7883,34.1687,35.2449],[29.6484,29.6499,29.6515,29.6534,29.6559,30.3081,30.8319,31.3746,31.5698,31.7283,32.3987,32.6368,32.0447,31.2429,30.36,29.3249,28.3663,27.5512,26.8686,26.4757,26.0527,25.8587,25.7111,25.5562,25.535,25.6546,25.9271,26.2806,26.8147,27.502,28.4608,29.716,31.2567,32.779,34.141,35.1852]],"t_unix":1786338728.8425133,"uid":"p00590","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.871371,27.901141,34.027372]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,159,255],"session":13,"source":"pipeline","t_unix":1786338776.4526656,"uid":"p01241","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[223,32,32],"session":13,"source":"pipeline","t_unix":1786338778.862378,"uid":"p01117","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3912552083333333,"blue":0.1648203125,"green":0.0,"red":0.0,"white":0.44392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 159)","median_raw":[13.323644,14.096164,21.479964],"median_spectrum_pct":[19.1468,19.1494,19.1523,19.1557,19.1597,19.48,19.7827,20.0798,20.0148,19.9204,20.2316,19.8145,18.7023,17.4746,16.2377,15.0612,14.0851,13.3353,12.7638,12.4157,12.123,12.0663,12.1025,12.1077,12.2022,12.4316,12.849,13.4586,14.3493,15.5899,17.3333,19.6317,22.4382,25.3643,28.024,30.1901],"phase":"gamut_dense","raster_sha1":"e30bdf80eb5fa336","raw":[[13.317814,14.089921,21.455406],[13.323644,14.096164,21.479964],[13.325218,14.09683,21.48331]],"rgb":[128,0,159],"session":13,"source":"pipeline","spectrum_pct":[[19.1313,19.1338,19.1368,19.1401,19.1441,19.4594,19.7573,20.0607,19.9936,19.894,20.2316,19.7945,18.6974,17.4606,16.2291,15.0503,14.0765,13.3316,12.7599,12.4123,12.1187,12.0634,12.1025,12.1077,12.2077,12.4345,12.849,13.4586,14.342,15.5865,17.3209,19.6103,22.4213,25.3573,28.024,30.1901],[19.1468,19.1494,19.1523,19.1557,19.1597,19.48,19.7827,20.0798,20.0212,19.9327,20.2363,19.8206,18.7043,17.4747,16.2377,15.0624,14.0851,13.3353,12.7638,12.4157,12.1232,12.0663,12.1004,12.1074,12.2022,12.4316,12.8568,13.4634,14.3531,15.5899,17.3333,19.6317,22.442,25.3643,28.0346,30.2399],[19.1684,19.1709,19.1739,19.1773,19.1812,19.5029,19.8007,20.0889,20.0148,19.9204,20.2055,19.8145,18.7023,17.4746,16.2427,15.0612,14.0873,13.3396,12.766,12.4173,12.123,12.0695,12.1037,12.1091,12.2007,12.4301,12.8471,13.4566,14.3493,15.5934,17.3405,19.636,22.4382,25.3755,28.0104,30.1608]],"t_unix":1786338781.244759,"uid":"p00869","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.323644,14.096164,21.479964]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,64,255],"session":13,"source":"pipeline","t_unix":1786338828.9867988,"uid":"p01133","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 255)","median_raw":[34.426193,37.387082,43.025727],"median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","raw":[[34.444627,37.403861,43.046176],[34.426193,37.387082,43.025727],[34.41169,37.373255,43.021843]],"rgb":[96,191,255],"session":13,"source":"pipeline","spectrum_pct":[[37.0954,37.096,37.0968,37.0977,37.0994,38.0739,38.7954,39.4874,39.8166,40.1577,41.3826,42.0271,41.6815,41.0564,40.2517,39.1902,38.1743,37.2877,36.5219,36.1048,35.5842,35.2294,34.882,34.5884,34.4756,34.4945,34.6619,34.8255,35.0411,35.261,35.5811,36.047,36.6737,37.2707,37.7747,38.1618],[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0907,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],[37.0858,37.0865,37.0873,37.0882,37.09,38.0989,38.8171,39.4713,39.7753,40.0959,41.2873,42.0012,41.6624,41.0455,40.2381,39.1753,38.154,37.2615,36.486,36.0696,35.5496,35.1865,34.8388,34.5442,34.4344,34.4522,34.6173,34.779,34.988,35.2105,35.5309,35.9757,36.6195,37.2332,37.7082,38.0831]],"t_unix":1786338831.3534956,"uid":"p00845","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 0)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[32,0,0],"session":13,"source":"pipeline","t_unix":1786338878.8742583,"uid":"p00621","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 0)","median_raw":[5.231464,8.01626,6.442565],"median_spectrum_pct":[4.54976,4.54835,4.54673,4.54488,4.54242,4.40735,4.36386,4.3875,4.2224,4.60421,9.11298,16.1654,17.5571,15.9151,13.2909,10.667,8.58504,7.07845,6.02865,5.35011,4.89628,4.70228,4.64327,4.6619,4.80192,5.10257,5.61363,6.35203,7.42905,8.94265,11.0368,13.819,17.2117,20.9054,24.4219,27.3552],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.224369,8.00791,6.434339],[5.231464,8.01626,6.442565],[5.237248,8.027124,6.442839]],"rgb":[64,191,0],"session":13,"source":"pipeline","spectrum_pct":[[4.54976,4.54835,4.54673,4.54488,4.54242,4.39884,4.35325,4.37938,4.2224,4.60421,9.0959,16.1735,17.5423,15.901,13.2785,10.6581,8.57661,7.07014,6.0208,5.34036,4.889,4.69421,4.63566,4.65394,4.79473,5.09914,5.60512,6.34563,7.42581,8.94265,11.0471,13.8316,17.2471,20.9332,24.4152,27.3735],[4.55503,4.55362,4.552,4.55014,4.54769,4.40735,4.36386,4.3875,4.22218,4.61986,9.11298,16.151,17.5571,15.9151,13.2909,10.667,8.58504,7.07845,6.02865,5.35011,4.89628,4.70228,4.64327,4.6619,4.80192,5.10257,5.61363,6.35203,7.42905,8.94487,11.0337,13.819,17.2117,20.9037,24.4347,27.3552],[4.53994,4.53851,4.53687,4.53498,4.53253,4.41256,4.37072,4.39171,4.22831,4.58967,9.11362,16.1654,17.5803,15.9391,13.3072,10.6842,8.59764,7.08963,6.03817,5.35797,4.90473,4.71014,4.6513,4.666,4.80831,5.11199,5.61713,6.35628,7.42995,8.94209,11.0368,13.8069,17.2026,20.9054,24.4219,27.3507]],"t_unix":1786338881.2412632,"uid":"p00756","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.231464,8.01626,6.442565]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.489703125,"red":0.0,"white":0.0775,"yellow":0.432796875},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 64)","median_raw":[19.053875,23.870707,7.321427],"median_spectrum_pct":[4.46029,4.45231,4.44315,4.43262,4.42034,4.37183,4.35269,4.36884,4.28728,4.72945,9.53871,19.587,25.4181,27.811,28.1528,27.1489,25.8466,24.6756,23.7252,23.1658,22.7347,22.8517,23.1261,23.1288,23.1388,23.2675,23.5607,23.9668,24.5651,25.372,26.4667,27.8763,29.5771,31.3197,32.8807,34.1111],"phase":"gamut_dense","raster_sha1":"3946938f7fbd3d54","raw":[[19.061693,23.879952,7.323773],[19.053759,23.870707,7.313759],[19.053875,23.869769,7.321427]],"rgb":[128,191,64],"session":13,"source":"pipeline","spectrum_pct":[[4.46743,4.45945,4.4503,4.43977,4.42748,4.3707,4.34904,4.36815,4.29276,4.75064,9.55145,19.5857,25.4181,27.8112,28.1599,27.158,25.853,24.6849,23.7409,23.1792,22.7483,22.8633,23.1323,23.1302,23.139,23.2685,23.5632,23.9709,24.5675,25.3855,26.4887,27.8928,29.6217,31.339,32.8807,34.094],[4.45517,4.44718,4.43802,4.42748,4.4152,4.37183,4.35269,4.36884,4.28372,4.7034,9.53672,19.587,25.4135,27.8094,28.15,27.1489,25.8466,24.6756,23.7252,23.1658,22.7347,22.8517,23.124,23.1288,23.1388,23.2642,23.557,23.9668,24.5623,25.372,26.4667,27.8763,29.5771,31.2988,32.8341,34.1111],[4.46029,4.45231,4.44315,4.43262,4.42034,4.3768,4.35573,4.37318,4.28728,4.72945,9.53871,19.5963,25.4242,27.811,28.1528,27.146,25.8452,24.6693,23.7188,23.1615,22.7328,22.8503,23.1261,23.127,23.1379,23.2675,23.5607,23.9631,24.5651,25.3698,26.4653,27.8631,29.5691,31.3197,32.8983,34.1197]],"t_unix":1786338928.7858746,"uid":"p00920","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.053875,23.870707,7.321427]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[159,255,255],"session":13,"source":"pipeline","t_unix":1786338976.4662206,"uid":"p01025","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[159,223,255],"session":13,"source":"pipeline","t_unix":1786338978.83317,"uid":"p01016","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 0)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[32,32,0],"session":13,"source":"pipeline","t_unix":1786338981.2350638,"uid":"p00630","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 223)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[96,191,223],"session":13,"source":"pipeline","t_unix":1786338983.6753037,"uid":"p00844","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[159,32,32],"session":13,"source":"pipeline","t_unix":1786338986.1339304,"uid":"p00955","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.29827864583333336,"yellow":0.7017213541666667},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 96)","median_raw":[30.954264,36.152241,12.763201],"median_spectrum_pct":[9.10944,9.09854,9.08604,9.07166,9.05501,9.10541,9.17463,9.30056,9.32426,9.78762,14.1019,23.9308,31.1414,35.6056,38.0152,38.5501,38.2964,37.8294,37.3273,37.1486,36.9468,37.5189,38.336,38.4601,38.3582,38.2627,38.2345,38.1088,38.0152,37.901,37.8409,37.8507,38.0269,38.1713,38.2392,38.2565],"phase":"gamut_dense","raster_sha1":"51e8b7f23bd5720e","raw":[[31.023949,36.236218,12.776103],[30.954264,36.152241,12.763201],[30.908746,36.096998,12.74954]],"rgb":[191,223,96],"session":13,"source":"pipeline","spectrum_pct":[[9.11689,9.10597,9.09343,9.07902,9.06231,9.10679,9.17463,9.30811,9.32807,9.80268,14.1306,23.9574,31.1856,35.669,38.0923,38.6363,38.3883,37.9261,37.4299,37.2534,37.0494,37.6115,38.4143,38.5311,38.4397,38.3474,38.3158,38.1921,38.0924,37.9857,37.9372,37.9346,38.0992,38.2576,38.2815,38.3818],[9.10944,9.09854,9.08604,9.07166,9.05501,9.103,9.17386,9.30056,9.32426,9.78762,14.1019,23.9308,31.1414,35.6056,38.0152,38.5501,38.2964,37.8294,37.3273,37.1486,36.9468,37.5189,38.336,38.4601,38.3582,38.2627,38.2345,38.1088,38.0152,37.901,37.8409,37.8507,38.0269,38.1713,38.2392,38.2565],[9.10512,9.09425,9.08177,9.06741,9.0508,9.10541,9.17596,9.2969,9.30651,9.77822,14.045,23.9054,31.1102,35.5676,37.9636,38.4924,38.2384,37.7678,37.2639,37.078,36.8792,37.4569,38.2815,38.409,38.3138,38.2162,38.1799,38.064,37.9641,37.854,37.7958,37.8066,37.9831,38.151,38.2205,38.2326]],"t_unix":1786338988.4975986,"uid":"p01092","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.954264,36.152241,12.763201]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 32)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[32,32,32],"session":13,"source":"pipeline","t_unix":1786339036.239428,"uid":"p00631","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[96,223,223],"session":13,"source":"pipeline","t_unix":1786339038.6572838,"uid":"p00853","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4896067708333333,"red":0.0,"white":0.0775546875,"yellow":0.4328385416666667},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 64)","median_raw":[18.811303,23.610538,7.271221],"median_spectrum_pct":[4.39106,4.38315,4.37408,4.36364,4.35146,4.3017,4.29466,4.33244,4.26377,4.7045,9.57813,19.586,25.3068,27.6137,27.9067,26.8867,25.5752,24.3966,23.4432,22.8817,22.4423,22.542,22.7989,22.7976,22.8108,22.9427,23.2405,23.6452,24.2434,25.0688,26.1934,27.6383,29.3879,31.1642,32.7509,33.9802],"phase":"gamut_dense","raster_sha1":"27abee38b52a243b","raw":[[18.82065,23.62297,7.280969],[18.811303,23.610538,7.266624],[18.806362,23.603908,7.271221]],"rgb":[128,255,64],"session":13,"source":"pipeline","spectrum_pct":[[4.39913,4.39122,4.38214,4.3717,4.35951,4.3017,4.29349,4.33736,4.26764,4.72699,9.58717,19.6086,25.3207,27.6157,27.9163,26.8975,25.5877,24.4108,23.4575,22.8974,22.458,22.5523,22.8048,22.7989,22.8146,22.9492,23.2503,23.6538,24.255,25.0854,26.2229,27.642,29.3879,31.1568,32.7509,34.0089],[4.38315,4.37523,4.36614,4.35569,4.34352,4.30337,4.29466,4.33009,4.26377,4.7045,9.52285,19.5709,25.3068,27.6137,27.9067,26.8867,25.5752,24.3966,23.4432,22.8817,22.4423,22.542,22.7989,22.7976,22.8108,22.9427,23.2405,23.645,24.2434,25.0688,26.1876,27.6383,29.3858,31.1642,32.7554,33.9802],[4.39106,4.38315,4.37408,4.36364,4.35146,4.30104,4.29534,4.33244,4.26194,4.69556,9.57813,19.586,25.3032,27.6052,27.8981,26.8777,25.5661,24.3887,23.4352,22.8705,22.4299,22.5333,22.7914,22.7917,22.8068,22.9399,23.2389,23.6452,24.2417,25.0649,26.1934,27.6367,29.3904,31.1746,32.7241,33.9604]],"t_unix":1786339041.0981402,"uid":"p00938","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.811303,23.610538,7.271221]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.2054375,"blue":0.0,"green":0.0,"red":0.24152604166666666,"white":0.5530364583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 128)","median_raw":[17.225513,17.350048,19.680057],"median_spectrum_pct":[17.3623,17.3628,17.3634,17.364,17.3649,17.6627,17.8906,18.0954,18.1016,18.1203,18.71,19.1342,18.8506,18.3514,17.7661,17.1005,16.5172,16.0423,15.6783,15.5324,15.5573,17.0295,19.2494,20.0605,20.2176,20.3357,20.6276,21.0591,21.7247,22.6663,23.9827,25.6748,27.7071,29.8179,31.6777,33.071],"phase":"gamut_dense","raster_sha1":"ba87abda1c22b40c","raw":[[17.230492,17.355917,19.686895],[17.225513,17.350021,19.67782],[17.225358,17.350048,19.680057]],"rgb":[159,32,128],"session":13,"source":"pipeline","spectrum_pct":[[17.3554,17.3559,17.3565,17.3572,17.358,17.6449,17.8744,18.0937,18.1229,18.1578,18.748,19.1578,18.8567,18.3535,17.7653,17.1005,16.5172,16.0456,15.6818,15.5397,15.5622,17.03,19.2509,20.0677,20.226,20.3441,20.6341,21.0661,21.7265,22.6663,23.9928,25.6748,27.7227,29.8472,31.6958,33.1],[17.3623,17.3628,17.3634,17.364,17.3649,17.6627,17.8906,18.0954,18.0992,18.1203,18.708,19.1342,18.8422,18.3514,17.7661,17.0969,16.5118,16.0423,15.6769,15.5324,15.5573,17.0295,19.2494,20.0605,20.2146,20.3357,20.6276,21.0591,21.7247,22.6721,23.9758,25.6544,27.6944,29.7907,31.6777,33.0676],[17.3799,17.3804,17.381,17.3817,17.3825,17.673,17.9018,18.1013,18.1016,18.0936,18.71,19.1231,18.8506,18.3479,17.7666,17.1028,16.5172,16.0419,15.6783,15.5319,15.5548,17.0238,19.2443,20.0601,20.2176,20.3348,20.6275,21.0574,21.7231,22.6624,23.9827,25.6798,27.7071,29.8179,31.6733,33.071]],"t_unix":1786339088.7613835,"uid":"p00958","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.225513,17.350048,19.680057]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.77704,37.761801,43.197222],"median_spectrum_pct":[37.2293,37.2299,37.2305,37.2313,37.2329,38.2497,38.9684,39.6208,39.9347,40.2788,41.4678,42.1722,41.8989,41.3203,40.5583,39.5367,38.5461,37.6782,36.9124,36.5041,35.9908,35.6426,35.3026,35.004,34.8832,34.8958,35.0474,35.1977,35.3875,35.5801,35.8801,36.2864,36.9048,37.493,37.9283,38.3278],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.785477,37.767359,43.197222],[34.77704,37.761801,43.204383],[34.755169,37.740954,43.192455]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[37.2149,37.2154,37.2161,37.2169,37.2185,38.222,38.9452,39.6199,39.9483,40.2825,41.4739,42.1722,41.8861,41.3203,40.5583,39.5367,38.5484,37.6827,36.9218,36.5159,36.0044,35.6593,35.3162,35.0202,34.9017,34.9119,35.0616,35.2046,35.3951,35.5941,35.8879,36.3074,36.9177,37.4982,37.9283,38.3278],[37.2293,37.2299,37.2305,37.2313,37.2329,38.2497,38.9684,39.6229,39.9347,40.2788,41.4678,42.1912,41.9114,41.3247,40.5642,39.5372,38.5461,37.6782,36.9124,36.5041,35.9908,35.6426,35.3026,35.004,34.8832,34.8958,35.0474,35.1977,35.3875,35.5801,35.8801,36.2864,36.9048,37.493,37.9637,38.3532],[37.2346,37.2352,37.2359,37.2367,37.2383,38.2641,38.9791,39.6208,39.911,40.2413,41.4223,42.1712,41.8989,41.3118,40.5503,39.5255,38.5316,37.6613,36.8932,36.483,35.9664,35.6115,35.2694,34.9782,34.8513,34.8644,35.015,35.1627,35.3545,35.5512,35.8487,36.2632,36.8627,37.4351,37.9122,38.2938]],"t_unix":1786339133.9968817,"uid":"p01347","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.77704,37.761801,43.197222]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.424664,1.142419,2.343173],"median_spectrum_pct":[2.49629,2.49698,2.49777,2.49868,2.49956,2.41924,2.3499,2.27258,2.14009,1.98098,1.87518,1.74606,1.58118,1.3807,1.18302,0.999951,0.874689,0.79845,0.748094,0.735563,0.762815,0.989518,1.25931,1.37474,1.49521,1.70357,2.06218,2.63745,3.55352,4.97584,7.09622,10.0241,13.6902,17.6989,21.4998,24.6966],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.424207,1.142419,2.343173],[1.426161,1.142728,2.344153],[1.424664,1.142121,2.333463]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[2.49186,2.49255,2.49334,2.49425,2.49511,2.40716,2.33879,2.26629,2.14156,1.98733,1.90689,1.74834,1.58636,1.37978,1.18302,0.999951,0.872969,0.797687,0.748864,0.734952,0.760092,0.986589,1.25467,1.37132,1.49312,1.69993,2.06218,2.63745,3.5587,4.99359,7.11245,10.0532,13.7236,17.7326,21.5255,24.7533],[2.4982,2.49889,2.49969,2.5006,2.50147,2.41924,2.3499,2.27335,2.14009,1.98098,1.87518,1.74606,1.58118,1.3807,1.18005,0.999591,0.874689,0.799291,0.748094,0.735563,0.762815,0.990205,1.25966,1.37474,1.49521,1.70357,2.06356,2.63973,3.55352,4.97187,7.09622,10.0241,13.6902,17.6989,21.4998,24.6966],[2.49629,2.49698,2.49777,2.49868,2.49956,2.42511,2.35556,2.27258,2.12677,1.94247,1.83236,1.73904,1.57747,1.38361,1.186,1.00218,0.875157,0.79845,0.747988,0.735913,0.763651,0.989518,1.25931,1.37569,1.4977,1.70569,2.0619,2.63041,3.54281,4.97584,7.08936,10.014,13.6549,17.6491,21.4691,24.6606]],"t_unix":1786339179.2273693,"uid":"p01348","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.424664,1.142419,2.343173]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.488508,12.0795,17.58193],"median_spectrum_pct":[15.854,15.856,15.8583,15.861,15.8639,16.0118,16.1886,16.3893,16.3563,16.2355,16.4539,16.2131,15.4353,14.5808,13.6896,12.8099,12.0558,11.4538,10.9849,10.705,10.4948,10.5732,10.7229,10.7618,10.8593,11.1023,11.5311,12.1561,13.0902,14.4048,16.2511,18.6735,21.6346,24.7094,27.5216,29.8197],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.54108,12.135507,17.622412],[11.488508,12.0795,17.581285],[11.487032,12.077722,17.58193]],"rgb":null,"session":13,"source":"bayer","spectrum_pct":[[15.8845,15.8864,15.8887,15.8913,15.8944,16.1451,16.3239,16.4364,16.3328,16.1933,16.4079,16.2157,15.4908,14.639,13.7611,12.8818,12.1215,11.5141,11.0395,10.7597,10.5468,10.627,10.7812,10.8175,10.9167,11.1584,11.5924,12.2135,13.1421,14.4646,16.3119,18.73,21.717,24.7784,27.5915,29.8464],[15.8343,15.8364,15.8387,15.8413,15.8443,16.0033,16.1816,16.3846,16.359,16.2418,16.4795,16.2131,15.4323,14.5717,13.6863,12.8096,12.0558,11.4538,10.9849,10.705,10.4948,10.5732,10.7229,10.7618,10.8589,11.0985,11.5311,12.1548,13.0859,14.4048,16.2468,18.6735,21.6346,24.7094,27.5216,29.8197],[15.854,15.856,15.8583,15.861,15.8639,16.0118,16.1886,16.3893,16.3563,16.2355,16.4539,16.1997,15.4353,14.5808,13.6896,12.8099,12.0548,11.4522,10.9822,10.7024,10.4887,10.5669,10.7189,10.7578,10.8593,11.1023,11.5306,12.1561,13.0902,14.4041,16.2511,18.6716,21.6229,24.6942,27.4869,29.7525]],"t_unix":1786339224.4257596,"uid":"p01349","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.488508,12.0795,17.58193]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.26053125,"blue":0.5662994791666667,"green":0.0,"red":0.0,"white":0.17316927083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 159)","median_raw":[9.164385,9.344714,21.93677],"median_spectrum_pct":[19.6143,19.6189,19.6242,19.6303,19.6375,20.0247,20.485,20.9161,20.7986,20.5985,20.6202,19.2031,16.8463,14.4669,12.2644,10.3818,8.95035,7.91813,7.18833,6.73085,6.42224,6.34406,6.3785,6.43404,6.58832,6.89057,7.38734,8.10755,9.13802,10.5911,12.6311,15.3257,18.5955,22.1069,25.3645,28.0485],"phase":"gamut_dense","raster_sha1":"a7ff1638e33b605a","raw":[[9.15184,9.33365,21.898459],[9.164385,9.344714,21.93677],[9.17698,9.356665,21.966671]],"rgb":[96,0,159],"session":13,"source":"pipeline","spectrum_pct":[[19.5707,19.5753,19.5806,19.5866,19.5938,19.9832,20.4459,20.8838,20.7482,20.5832,20.5897,19.1704,16.82,14.4536,12.2566,10.373,8.93719,7.90659,7.17797,6.72409,6.41308,6.33679,6.37306,6.42521,6.58383,6.88564,7.38053,8.09731,9.13021,10.5866,12.6311,15.3289,18.5878,22.1069,25.3757,28.0867],[19.6143,19.6189,19.6242,19.6303,19.6375,20.0247,20.485,20.9161,20.7986,20.5985,20.6202,19.2031,16.8463,14.4669,12.2644,10.3818,8.95035,7.91813,7.18833,6.73085,6.42224,6.34406,6.3785,6.43404,6.58832,6.89057,7.38734,8.10755,9.13802,10.5911,12.6311,15.3125,18.5955,22.0888,25.3416,28.0426],[19.6397,19.6443,19.6496,19.6557,19.6629,20.0584,20.5202,20.9484,20.8127,20.6266,20.6614,19.2148,16.8522,14.4892,12.2823,10.3964,8.96207,7.92626,7.19716,6.74177,6.43024,6.35247,6.38656,6.44229,6.59815,6.90137,7.39818,8.11953,9.15534,10.6065,12.6383,15.3257,18.6157,22.1248,25.3645,28.0485]],"t_unix":1786339272.0527387,"uid":"p00788","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.164385,9.344714,21.93677]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,32,255],"session":13,"source":"pipeline","t_unix":1786339319.723365,"uid":"p00719","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[64,223,191],"session":13,"source":"pipeline","t_unix":1786339322.0969412,"uid":"p00771","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.432623,1.149476,2.365277],"median_spectrum_pct":[2.50807,2.50876,2.50956,2.51047,2.51134,2.43042,2.36507,2.30236,2.15583,2.00008,1.92365,1.76026,1.60087,1.39338,1.19355,1.00968,0.879669,0.801081,0.751197,0.736738,0.766915,0.991449,1.26002,1.37649,1.50376,1.71465,2.07148,2.64575,3.56159,4.99021,7.09413,10.0284,13.6659,17.6469,21.4673,24.6729],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.429594,1.14697,2.356938],[1.432623,1.149476,2.365277],[1.437249,1.153426,2.377798]],"session":13,"source":"ink","spectrum_pct":[[2.49919,2.49987,2.50066,2.50157,2.50244,2.41901,2.35276,2.28907,2.15082,1.99272,1.92403,1.75934,1.59243,1.38987,1.18958,1.00402,0.87636,0.800849,0.750266,0.735471,0.764626,0.990015,1.25904,1.3734,1.50065,1.70892,2.06891,2.64575,3.56159,4.994,7.09699,10.0343,13.6881,17.7051,21.4994,24.7146],[2.50807,2.50876,2.50956,2.51047,2.51134,2.43042,2.36507,2.30236,2.15583,2.00008,1.91506,1.76026,1.60087,1.39338,1.19355,1.00968,0.879669,0.801081,0.751197,0.736738,0.766915,0.991449,1.26002,1.37649,1.50376,1.71465,2.07148,2.64524,3.55774,4.99021,7.09413,10.016,13.6659,17.6456,21.4639,24.6567],[2.51781,2.51851,2.5193,2.52022,2.52109,2.43969,2.37207,2.31556,2.18087,2.00408,1.92365,1.77158,1.60736,1.40063,1.19742,1.0113,0.884088,0.805406,0.754968,0.738698,0.767728,0.994425,1.26319,1.37945,1.50689,1.71865,2.07734,2.65285,3.56749,4.98548,7.09298,10.0284,13.6622,17.6469,21.4673,24.6729]],"t_unix":1786339324.4842734,"uid":"s013_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.432623,1.149476,2.365277]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.054866,38.063397,43.240622],"median_spectrum_pct":[37.2599,37.2604,37.261,37.2616,37.2631,38.2709,38.9851,39.646,39.9566,40.3038,41.4999,42.2659,42.0458,41.5156,40.7953,39.8096,38.8529,38.0122,37.2652,36.8712,36.3655,36.0193,35.677,35.3732,35.2505,35.2569,35.3957,35.5116,35.6749,35.8443,36.107,36.4833,37.0394,37.5917,38.0181,38.3764],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.070782,38.076972,43.242779],[35.054866,38.063397,43.240622],[35.038983,38.050985,43.238546]],"session":13,"source":"ink","spectrum_pct":[[37.2595,37.26,37.2605,37.2612,37.2626,38.2538,38.9667,39.646,39.9724,40.3073,41.5277,42.2659,42.0531,41.5174,40.7953,39.8143,38.8603,38.0209,37.2792,36.8851,36.3824,36.046,35.6998,35.4006,35.281,35.2844,35.4167,35.5403,35.6989,35.8651,36.1323,36.5007,37.0442,37.5917,38.0325,38.3788],[37.2599,37.2604,37.261,37.2616,37.2631,38.2709,38.9851,39.6473,39.9566,40.3038,41.4887,42.2652,42.0318,41.5152,40.7968,39.8096,38.8529,38.0122,37.2652,36.8712,36.3655,36.0193,35.677,35.3732,35.2505,35.2569,35.3957,35.5116,35.6749,35.8443,36.107,36.4833,37.0394,37.5934,38.0181,38.3764],[37.2696,37.2701,37.2707,37.2713,37.2728,38.2812,38.993,39.6388,39.9364,40.2866,41.4999,42.2873,42.0458,41.5156,40.795,39.8051,38.845,37.9968,37.2433,36.8519,36.3484,36.0012,35.6533,35.3511,35.2275,35.2337,35.3667,35.4858,35.6547,35.8258,36.0807,36.4763,37.0308,37.5768,37.9846,38.3722]],"t_unix":1786339369.645446,"uid":"s013_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.054866,38.063397,43.240622]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.048985,36.711677,4.686225],"median_spectrum_pct":[1.57474,1.56026,1.54364,1.52452,1.50247,1.49034,1.4531,1.42367,1.39755,1.85229,6.27519,17.7248,27.2998,33.9241,37.8829,39.2081,39.339,39.0826,38.7232,38.6643,38.5813,39.4616,40.72,41.0189,40.9112,40.7259,40.5719,40.2826,39.9825,39.6573,39.3689,39.1069,39.004,38.9033,38.7638,38.6387],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.112578,36.793536,4.686225],[31.048985,36.711677,4.674603],[31.009572,36.658787,4.687416]],"session":13,"source":"ink","spectrum_pct":[[1.57474,1.56026,1.54364,1.52452,1.50247,1.48343,1.44889,1.41579,1.39755,1.85229,6.28476,17.7645,27.3416,33.9789,37.9631,39.2943,39.429,39.181,38.8247,38.7664,38.6874,39.5555,40.7901,41.0824,40.972,40.7867,40.6306,40.3473,40.0514,39.7191,39.4159,39.1668,39.0838,38.9853,38.8129,38.6787],[1.56767,1.55321,1.53662,1.51753,1.49555,1.49034,1.4531,1.42367,1.39289,1.83531,6.22229,17.7248,27.2998,33.9241,37.8829,39.2081,39.339,39.0826,38.7232,38.6643,38.5813,39.4616,40.72,41.0189,40.9112,40.7259,40.5719,40.2826,39.9825,39.6573,39.3689,39.1069,39.004,38.9033,38.7638,38.6387],[1.58486,1.57044,1.55388,1.53484,1.51289,1.49416,1.45932,1.43304,1.40305,1.86139,6.27519,17.7229,27.2823,33.8803,37.8325,39.1474,39.2713,39.0184,38.6527,38.5925,38.5135,39.4046,40.6708,40.9753,40.8708,40.6888,40.5283,40.2447,39.9455,39.6162,39.3297,39.0743,38.9791,38.8938,38.7356,38.6174]],"t_unix":1786339414.880787,"uid":"s013_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.048985,36.711677,4.686225]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.7639,4.446493,0.977918],"median_spectrum_pct":[0.940472,0.939144,0.937619,0.935862,0.933846,0.941108,0.943513,0.923568,0.860379,0.754851,0.776326,1.0055,1.11036,1.1141,1.0711,0.998807,0.987792,1.10454,1.28363,1.54804,2.24849,6.80519,14.4451,17.8029,18.2511,18.0468,17.8842,17.9006,18.2733,19.0522,20.2922,22.0133,24.21,26.5571,28.656,30.3896],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.7639,4.446493,0.977918],[7.774355,4.450528,0.975791],[7.74732,4.434526,0.988836]],"session":13,"source":"ink","spectrum_pct":[[0.940397,0.939071,0.937549,0.935795,0.933778,0.941108,0.943513,0.923568,0.855216,0.754851,0.776326,0.981868,1.10221,1.11382,1.0711,0.999771,0.992025,1.10645,1.29193,1.55924,2.25163,6.80519,14.4451,17.8029,18.2511,18.0468,17.8842,17.9006,18.2733,19.0522,20.2922,22.0133,24.21,26.5571,28.656,30.3927],[0.940472,0.939144,0.937619,0.935862,0.933846,0.943521,0.945406,0.925092,0.860379,0.728695,0.756504,1.0055,1.11267,1.11511,1.07352,0.997389,0.987792,1.10454,1.28363,1.54804,2.24849,6.82031,14.4735,17.8293,18.2811,18.0777,17.9185,17.9387,18.3039,19.0741,20.3186,22.0324,24.2305,26.5701,28.6683,30.3896],[0.948497,0.947184,0.945677,0.943941,0.941927,0.938031,0.936095,0.921035,0.878978,0.788751,0.793997,1.01162,1.11036,1.1141,1.06948,0.998807,0.985897,1.098,1.27247,1.53182,2.23191,6.79925,14.4176,17.7606,18.2146,18.0156,17.8608,17.8795,18.2461,19.015,20.2545,21.9767,24.153,26.511,28.6217,30.3341]],"t_unix":1786339460.0213501,"uid":"s013_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.7639,4.446493,0.977918]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.874053,7.545364,27.39181],"median_spectrum_pct":[24.399,24.4063,24.4146,24.4242,24.4357,25.1109,25.8989,26.5963,26.3829,26.0409,25.4684,22.6134,18.6432,14.8287,11.4526,8.71699,6.73067,5.3582,4.43482,3.85308,3.47765,3.30078,3.24944,3.2937,3.45866,3.76834,4.28299,5.041,6.11524,7.6178,9.74736,12.6148,16.1483,20.0319,23.6992,26.8735],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.858465,7.527727,27.339692],[7.874053,7.545364,27.39181],[7.884735,7.555749,27.425843]],"session":13,"source":"ink","spectrum_pct":[[24.3693,24.3766,24.3849,24.3945,24.406,25.0557,25.8388,26.5422,26.3329,25.9829,25.4587,22.5775,18.5991,14.7902,11.4183,8.69406,6.71032,5.34268,4.42176,3.84347,3.4706,3.29443,3.24464,3.28681,3.45338,3.76422,4.27589,5.03389,6.10929,7.60984,9.7348,12.6032,16.1578,20.0533,23.7057,26.8735],[24.399,24.4063,24.4146,24.4242,24.4357,25.1109,25.8989,26.5963,26.3829,26.0409,25.4684,22.6134,18.6432,14.8287,11.4526,8.71699,6.73067,5.3582,4.43482,3.85308,3.47765,3.30078,3.24944,3.2937,3.45866,3.76834,4.28299,5.041,6.11524,7.6178,9.74736,12.6148,16.1483,20.0319,23.6846,26.8747],[24.4268,24.4341,24.4424,24.452,24.4636,25.1451,25.9373,26.6239,26.4111,26.0702,25.5219,22.6286,18.6574,14.8487,11.4688,8.73222,6.7415,5.36516,4.44094,3.85963,3.48049,3.30556,3.25714,3.29813,3.46566,3.77611,4.28816,5.04764,6.1252,7.62297,9.7566,12.6175,16.1354,20.0071,23.6992,26.8458]],"t_unix":1786339505.1701486,"uid":"s013_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.874053,7.545364,27.39181]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.192808,7.935348,6.477218],"median_spectrum_pct":[4.61316,4.61181,4.61028,4.6085,4.60613,4.44751,4.40334,4.44036,4.28024,4.66098,9.14125,16.1181,17.4321,15.7649,13.1444,10.5426,8.48085,6.98787,5.95037,5.28086,4.83337,4.64727,4.60074,4.61796,4.7615,5.06043,5.55881,6.29783,7.36858,8.87695,10.9747,13.7345,17.1474,20.8387,24.3472,27.2863],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.185541,7.924681,6.473496],[5.192808,7.935348,6.477218],[5.201606,7.946513,6.488737]],"session":13,"source":"ink","spectrum_pct":[[4.60731,4.60597,4.60444,4.60267,4.60029,4.43901,4.393,4.43333,4.2775,4.66098,9.15164,16.117,17.4208,15.744,13.1283,10.5259,8.46713,6.97862,5.93943,5.27035,4.82421,4.639,4.59265,4.60796,4.75312,5.05519,5.55881,6.29363,7.36391,8.8764,10.968,13.7338,17.1568,20.8387,24.3472,27.3003],[4.61316,4.61181,4.61028,4.6085,4.60613,4.44751,4.40334,4.44036,4.28024,4.65004,9.13963,16.1234,17.4321,15.7649,13.1444,10.5426,8.48085,6.98787,5.95037,5.28086,4.83337,4.64727,4.60074,4.61796,4.7615,5.06043,5.55846,6.29783,7.36858,8.87695,10.9747,13.7345,17.1471,20.8204,24.3258,27.2863],[4.61856,4.61721,4.61567,4.61389,4.61152,4.45545,4.41086,4.44478,4.29268,4.68117,9.14125,16.1181,17.4616,15.7851,13.1649,10.5568,8.49092,6.99721,5.95928,5.2869,4.84015,4.6562,4.61201,4.62763,4.77179,5.069,5.56707,6.30638,7.37152,8.88896,10.9851,13.7451,17.1474,20.8583,24.3557,27.2758]],"t_unix":1786339550.3960042,"uid":"s013_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.192808,7.935348,6.477218]} +{"battery_mv_start":4200,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":14,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786365444.1887586} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.419749,1.137525,2.303879],"median_spectrum_pct":[2.45252,2.45318,2.45394,2.45481,2.45569,2.41303,2.34503,2.269,2.08883,1.86765,1.7832,1.73404,1.58727,1.39928,1.18619,0.998544,0.869986,0.78578,0.735229,0.716912,0.746685,0.988951,1.26561,1.38685,1.50783,1.71614,2.07418,2.64261,3.55653,4.96682,7.08929,10.0012,13.6915,17.7126,21.5142,24.6551],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.415453,1.132878,2.295161],[1.419749,1.137831,2.303879],[1.420429,1.137525,2.311824]],"session":14,"source":"ink","spectrum_pct":[[2.44256,2.44322,2.44397,2.44484,2.44572,2.40376,2.33118,2.25603,2.08883,1.85471,1.7832,1.72994,1.58727,1.39058,1.17624,0.995024,0.864557,0.782595,0.730825,0.71574,0.746805,0.985281,1.25986,1.38403,1.50504,1.71481,2.07257,2.64261,3.55653,4.9647,7.10013,10.0128,13.7086,17.7211,21.5309,24.6717],[2.45252,2.45318,2.45394,2.45481,2.45569,2.41303,2.34503,2.269,2.08776,1.86765,1.77269,1.7462,1.59267,1.39928,1.18619,1.00353,0.870115,0.78578,0.735471,0.718031,0.746685,0.989702,1.26561,1.38705,1.50783,1.71907,2.0757,2.64946,3.56206,4.96682,7.08929,10.0012,13.6915,17.7096,21.5142,24.6551],[2.46488,2.46555,2.46631,2.46719,2.46808,2.42206,2.34927,2.27149,2.09724,1.88244,1.79036,1.73404,1.58474,1.40293,1.18983,0.998544,0.869986,0.787218,0.735229,0.716912,0.745615,0.988951,1.26668,1.38685,1.50823,1.71614,2.07418,2.63885,3.5497,4.97521,7.08428,9.98081,13.6616,17.7126,21.4798,24.6343]],"t_unix":1786365446.813216,"uid":"s014_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.419749,1.137525,2.303879]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.543725,37.519675,43.007246],"median_spectrum_pct":[37.2209,37.2216,37.2224,37.2233,37.2253,38.3524,39.0141,39.3983,39.5635,39.905,41.1428,42.0069,41.7842,41.2049,40.3814,39.3043,38.3115,37.46,36.6799,36.223,35.6608,35.3103,35.0072,34.7569,34.6795,34.6873,34.7897,34.8906,35.074,35.2845,35.6445,36.1223,36.788,37.4046,37.8323,38.1877],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.563591,37.540074,43.007246],[34.543725,37.519675,43.017117],[34.527635,37.506783,42.996693]],"session":14,"source":"ink","spectrum_pct":[[37.2031,37.2038,37.2046,37.2054,37.2074,38.334,38.996,39.4009,39.5635,39.905,41.1428,42.0329,41.7901,41.2129,40.3929,39.3171,38.3291,37.4783,36.7026,36.2456,35.6871,35.3435,35.0366,34.7919,34.7109,34.7187,34.8302,34.9307,35.1045,35.3082,35.6464,36.132,36.7929,37.4098,37.85,38.1877],[37.2235,37.2242,37.2249,37.2259,37.2278,38.3524,39.0141,39.3983,39.57,39.907,41.1885,42.0069,41.7767,41.201,40.3801,39.3043,38.3115,37.46,36.6799,36.223,35.6608,35.3103,35.0072,34.7569,34.6795,34.6873,34.7897,34.8906,35.074,35.2845,35.6445,36.1223,36.788,37.4046,37.8323,38.1832],[37.2209,37.2216,37.2224,37.2233,37.2253,38.3709,39.029,39.3941,39.5268,39.8465,41.1115,41.9873,41.7842,41.2049,40.3814,39.2983,38.3047,37.4472,36.6691,36.2065,35.6469,35.2934,34.9783,34.7362,34.6604,34.6657,34.7771,34.8736,35.062,35.2647,35.6216,36.0892,36.7416,37.3829,37.8214,38.2187]],"t_unix":1786365492.0031402,"uid":"s014_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.543725,37.519675,43.007246]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.689696,36.282528,4.602406],"median_spectrum_pct":[1.52367,1.50937,1.49295,1.47407,1.45229,1.42445,1.38958,1.34502,1.33753,1.81705,6.2052,17.6191,27.0785,33.6,37.4676,38.7291,38.8534,38.6178,38.2498,38.1426,38.0272,38.9477,40.2569,40.6201,40.5629,40.3811,40.1781,39.8502,39.5402,39.2395,39.0048,38.8068,38.7887,38.7369,38.5463,38.3782],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.931657,36.57758,4.611566],[30.689696,36.282528,4.602406],[30.645707,36.226706,4.596504]],"session":14,"source":"ink","spectrum_pct":[[1.52049,1.50604,1.48946,1.47038,1.4484,1.43606,1.3929,1.34169,1.32429,1.81705,6.17925,17.67,27.2427,33.8571,37.771,39.0562,39.1892,38.9539,38.5817,38.4761,38.36,39.2708,40.5717,40.9221,40.8624,40.6766,40.4702,40.1337,39.8161,39.514,39.2636,39.0529,39.0304,38.9566,38.7769,38.6372],[1.53406,1.51975,1.50332,1.48442,1.46261,1.42445,1.38712,1.34502,1.34084,1.833,6.2052,17.6191,27.0785,33.6,37.4676,38.7291,38.8534,38.6178,38.2498,38.1426,38.0272,38.9477,40.2569,40.6201,40.5629,40.3811,40.1781,39.8502,39.5402,39.2395,39.0048,38.8068,38.7887,38.7369,38.5324,38.3782],[1.52367,1.50937,1.49295,1.47407,1.45229,1.4244,1.38958,1.34855,1.33753,1.80342,6.22431,17.5998,27.0589,33.5627,37.4081,38.668,38.789,38.5552,38.1799,38.0682,37.9532,38.8798,40.2055,40.5801,40.523,40.339,40.1413,39.8038,39.4965,39.1982,38.9702,38.7826,38.7519,38.6773,38.5463,38.3418]],"t_unix":1786365537.151417,"uid":"s014_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.689696,36.282528,4.602406]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.832312,4.471972,0.989735],"median_spectrum_pct":[0.901685,0.900331,0.898777,0.896986,0.894932,0.910554,0.904222,0.890989,0.863354,0.852737,0.938567,1.0319,1.09664,1.10399,1.05229,0.976034,0.967397,1.08169,1.26375,1.5284,2.23412,6.85843,14.585,18.0009,18.4776,18.2638,18.0692,18.0578,18.4098,19.1796,20.4301,22.1722,24.3647,26.7326,28.8104,30.4726],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.816698,4.464552,0.968617],[7.832312,4.471972,0.996577],[7.841268,4.476256,0.989735]],"session":14,"source":"ink","spectrum_pct":[[0.901685,0.900331,0.898777,0.896986,0.894932,0.905256,0.902096,0.886277,0.843764,0.788273,0.873698,1.02432,1.08986,1.10271,1.05229,0.975462,0.967397,1.08202,1.2703,1.53889,2.23412,6.84062,14.5694,17.9761,18.4435,18.2247,18.029,18.0216,18.3686,19.1407,20.3946,22.1639,24.3575,26.711,28.7767,30.4201],[0.910919,0.909568,0.908016,0.906228,0.904171,0.910554,0.905614,0.895666,0.87045,0.864708,0.954468,1.04146,1.10466,1.10411,1.05088,0.976034,0.965185,1.08082,1.26375,1.5284,2.23479,6.85843,14.585,18.0009,18.4776,18.2638,18.0692,18.0578,18.4098,19.1796,20.4301,22.1722,24.3647,26.7326,28.8104,30.4726],[0.899423,0.89806,0.896495,0.894693,0.89264,0.913013,0.904222,0.890989,0.863354,0.852737,0.938567,1.0319,1.09664,1.10399,1.05668,0.979721,0.967538,1.08169,1.25916,1.52166,2.23093,6.87114,14.6109,18.0302,18.5035,18.2874,18.0903,18.0805,18.4356,19.2037,20.4513,22.2026,24.3931,26.7597,28.8158,30.4812]],"t_unix":1786365582.3248591,"uid":"s014_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.832312,4.471972,0.989735]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.680426,7.35679,26.859842],"median_spectrum_pct":[24.042,24.0493,24.0576,24.0671,24.0786,24.7934,25.5177,26.0137,25.6869,25.4138,25.0535,22.2625,18.3644,14.5758,11.2128,8.49968,6.54205,5.19218,4.28027,3.70446,3.33693,3.16943,3.12786,3.17764,3.34876,3.66613,4.17138,4.91533,5.97383,7.48021,9.63097,12.5235,16.0954,19.9926,23.6816,26.8303],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.665512,7.340551,26.812673],[7.680426,7.35679,26.859842],[7.695843,7.37288,26.911207]],"session":14,"source":"ink","spectrum_pct":[[23.9778,23.985,23.9933,24.0028,24.0143,24.7345,25.4552,25.957,25.6548,25.3872,25.0511,22.2417,18.3169,14.5386,11.1836,8.47644,6.52226,5.17801,4.26881,3.69436,3.32705,3.16614,3.12303,3.1747,3.3417,3.65719,4.16041,4.91063,5.96989,7.47336,9.61798,12.5235,16.0982,19.9873,23.7044,26.8382],[24.042,24.0493,24.0576,24.0671,24.0786,24.7934,25.5177,26.0137,25.6869,25.4138,25.0535,22.2625,18.3644,14.5758,11.2128,8.49968,6.54205,5.19218,4.28027,3.70446,3.33693,3.16943,3.12786,3.17764,3.34876,3.66613,4.17138,4.91533,5.97383,7.48021,9.63097,12.5062,16.0874,19.9942,23.6546,26.782],[24.0831,24.0903,24.0986,24.1082,24.1197,24.8328,25.563,26.052,25.7383,25.4455,25.147,22.3478,18.3997,14.6067,11.2333,8.51419,6.5516,5.19931,4.28981,3.71626,3.34601,3.17918,3.1354,3.18582,3.35864,3.67374,4.17405,4.92711,5.99677,7.49175,9.63783,12.5297,16.0954,19.9926,23.6816,26.8303]],"t_unix":1786365627.5020926,"uid":"s014_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.680426,7.35679,26.859842]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.263937,7.966998,6.781026],"median_spectrum_pct":[4.90884,4.90763,4.90624,4.90464,4.90243,4.72689,4.67285,4.69283,4.55769,4.99323,9.55042,16.345,17.5119,15.7843,13.1404,10.5344,8.48062,6.99665,5.95679,5.28561,4.83875,4.66095,4.62595,4.658,4.80847,5.1169,5.61329,6.35045,7.41592,8.93743,11.0498,13.832,17.247,20.9663,24.4512,27.3833],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.253681,7.9539,6.766996],[5.263937,7.966998,6.781026],[5.270696,7.976238,6.787955]],"session":14,"source":"ink","spectrum_pct":[[4.89227,4.89106,4.88967,4.88806,4.88585,4.71575,4.66267,4.68672,4.55,4.97125,9.5403,16.345,17.5001,15.7591,13.1155,10.5141,8.4674,6.98489,5.94861,5.27395,4.82486,4.65118,4.62035,4.65037,4.80532,5.10357,5.59908,6.33555,7.4052,8.91793,11.0227,13.8068,17.2528,20.9663,24.4693,27.4254],[4.90884,4.90763,4.90624,4.90464,4.90243,4.72689,4.67285,4.69283,4.56886,4.99323,9.55042,16.3424,17.5119,15.7843,13.1404,10.5344,8.48062,6.99665,5.95679,5.28561,4.83875,4.66095,4.62595,4.658,4.80847,5.1169,5.61329,6.35045,7.41592,8.93743,11.0555,13.8345,17.2366,20.966,24.4512,27.3833],[4.92066,4.91946,4.91807,4.91648,4.91427,4.73799,4.6831,4.70115,4.55769,4.99953,9.55833,16.3576,17.5346,15.8007,13.1477,10.5418,8.48901,7.00521,5.96909,5.29789,4.84733,4.66863,4.63175,4.66198,4.81655,5.11831,5.62091,6.35457,7.42393,8.94641,11.0498,13.832,17.247,20.9671,24.4443,27.3472]],"t_unix":1786365672.6380565,"uid":"s014_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.263937,7.966998,6.781026]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 64)","median_raw":[9.201692,6.091975,2.877407],"median_spectrum_pct":[2.60554,2.60428,2.60283,2.60116,2.59923,2.63216,2.62904,2.61179,2.57893,2.51744,2.68616,2.97531,3.03529,3.00857,2.9266,2.79803,2.73943,2.79826,2.92774,3.16638,3.8324,8.33536,15.7926,19.0596,19.5202,19.3468,19.2048,19.2384,19.614,20.392,21.6276,23.3285,25.4476,27.679,29.6782,31.2266],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","raw":[[9.192174,6.087704,2.875896],[9.201692,6.091975,2.878706],[9.208552,6.094472,2.877407]],"rgb":[159,32,64],"session":14,"source":"pipeline","spectrum_pct":[[2.60554,2.60428,2.60283,2.60116,2.59923,2.6291,2.62595,2.60661,2.58218,2.51744,2.68678,2.96587,3.03529,3.00857,2.9266,2.79909,2.73887,2.79826,2.93022,3.16955,3.83423,8.32225,15.7752,19.0413,19.4988,19.3184,19.1767,19.2109,19.5857,20.3684,21.6125,23.3072,25.4363,27.679,29.7033,31.2697],[2.61148,2.61022,2.60877,2.6071,2.60518,2.63242,2.62904,2.61179,2.57869,2.5233,2.68432,2.97531,3.0359,3.00843,2.92023,2.79803,2.743,2.80003,2.92774,3.16638,3.8324,8.33536,15.7926,19.0596,19.5202,19.3468,19.2048,19.2384,19.614,20.392,21.6276,23.3285,25.4476,27.6645,29.6421,31.2266],[2.59512,2.59384,2.59238,2.59069,2.58877,2.63216,2.63018,2.61331,2.57893,2.51696,2.68616,2.9824,3.03142,3.00961,2.92687,2.79578,2.73943,2.79648,2.92611,3.15707,3.82596,8.34503,15.8134,19.0805,19.5417,19.3683,19.226,19.2527,19.6311,20.4201,21.6462,23.3354,25.4549,27.6965,29.6782,31.2185]],"t_unix":1786365720.17032,"uid":"p00956","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.201692,6.091975,2.877407]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[96,255,223],"session":14,"source":"pipeline","t_unix":1786365769.1724463,"uid":"p00862","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,32,191],"session":14,"source":"pipeline","t_unix":1786365772.403773,"uid":"p01203","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2602786458333333,"red":0.0,"white":0.7397213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 159)","median_raw":[25.487747,28.80806,30.35815],"median_spectrum_pct":[25.929,25.9284,25.9277,25.9269,25.9263,26.5226,26.8753,27.0581,27.0482,27.4387,30.3247,34.057,34.8395,34.1774,32.8823,31.2643,29.8067,28.6058,27.609,26.9811,26.3933,26.0915,25.869,25.7023,25.6974,25.8221,26.0824,26.4247,26.9715,27.7035,28.6949,29.9645,31.5124,33.0167,34.3305,35.3458],"phase":"gamut_dense","raster_sha1":"04cbfd779ac169d1","raw":[[25.489273,28.808994,30.35815],[25.487747,28.80806,30.364687],[25.356885,28.660274,30.267858]],"rgb":[128,255,159],"session":14,"source":"pipeline","spectrum_pct":[[25.929,25.9284,25.9277,25.9269,25.9263,26.5226,26.8753,27.0581,27.0482,27.4361,30.3211,34.0601,34.8395,34.1774,32.8823,31.2643,29.8067,28.6098,27.6119,26.9848,26.3974,26.096,25.8757,25.7058,25.702,25.8234,26.0893,26.4308,26.9755,27.7035,28.6949,29.9645,31.5124,33.0167,34.3401,35.3538],[25.937,25.9364,25.9357,25.9349,25.9344,26.5352,26.891,27.0661,27.0452,27.4387,30.3247,34.057,34.8405,34.1823,32.8909,31.268,29.8086,28.6058,27.609,26.9811,26.3933,26.0915,25.869,25.7023,25.6974,25.8221,26.0824,26.4247,26.9715,27.7041,28.7068,29.978,31.5195,33.0375,34.3305,35.3458],[25.8293,25.8288,25.8281,25.8274,25.8267,26.2857,26.6356,26.9689,27.0635,27.4974,30.3675,34.0184,34.6986,34.0026,32.7046,31.092,29.6402,28.4468,27.459,26.8345,26.25,25.9455,25.727,25.5553,25.5562,25.6755,25.9453,26.2898,26.8433,27.5772,28.5851,29.8588,31.4142,32.946,34.2392,35.2834]],"t_unix":1786365775.621625,"uid":"p00941","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.487747,28.80806,30.35815]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19040104166666666,"white":0.7938203125,"yellow":0.015778645833333334},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 64)","median_raw":[27.215121,28.547728,29.977173],"median_spectrum_pct":[25.9582,25.9579,25.9574,25.9569,25.9566,26.5116,26.9249,27.2376,27.3557,27.5925,29.0106,30.4679,30.5977,30.2594,29.7061,28.907,28.1509,27.5032,26.9347,26.6519,26.5139,27.8489,29.9138,30.6558,30.8042,30.8659,31.0132,31.1958,31.5198,31.9891,32.6474,33.4665,34.4938,35.4648,36.2837,36.7992],"phase":"gamut_dense","raster_sha1":"a9d3b54aa82be0fc","raw":[[27.223188,28.556729,29.954345],[27.215121,28.547728,29.977173],[27.199547,28.539287,29.979587]],"rgb":[223,159,64],"session":14,"source":"pipeline","spectrum_pct":[[25.9279,25.9275,25.927,25.9265,25.9262,26.496,26.9092,27.2241,27.3399,27.5658,29.0106,30.4679,30.5884,30.2586,29.7061,28.907,28.1524,27.5102,26.9511,26.6717,26.5328,27.8652,29.9318,30.6765,30.8233,30.8807,31.0238,31.2097,31.5345,31.9968,32.6515,33.4665,34.4825,35.4648,36.2837,36.7989],[25.9582,25.9579,25.9574,25.9569,25.9566,26.5116,26.9249,27.2376,27.3639,27.6263,29.0105,30.467,30.5977,30.2594,29.7047,28.904,28.1493,27.5032,26.9347,26.6519,26.5139,27.8489,29.9138,30.6558,30.8042,30.8659,31.0132,31.1958,31.5198,31.9891,32.6474,33.4907,34.4994,35.4787,36.2925,36.7992],[25.9678,25.9674,25.967,25.9665,25.9662,26.5347,26.9437,27.2416,27.3557,27.5925,29.0128,30.48,30.6044,30.2663,29.7174,28.9113,28.1509,27.5001,26.926,26.639,26.4952,27.8221,29.882,30.6263,30.7753,30.8388,30.9836,31.1722,31.4924,31.9612,32.6244,33.4631,34.4938,35.4551,36.2762,36.8294]],"t_unix":1786365823.9333746,"uid":"p01154","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.215121,28.547728,29.977173]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4200729166666667,"red":0.0,"white":0.0,"yellow":0.5799270833333333},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 32)","median_raw":[20.59736,25.656522,5.127899],"median_spectrum_pct":[2.33833,2.32868,2.31761,2.30487,2.29005,2.20025,2.15861,2.15126,2.08821,2.52649,7.43329,18.1489,24.9876,28.3323,29.4046,28.8304,27.7984,26.8184,25.9802,25.4846,25.0963,25.3865,25.8852,25.9769,25.9929,26.0731,26.2842,26.5281,26.9655,27.614,28.5278,29.7064,31.1372,32.5811,33.8682,34.7695],"phase":"gamut_dense","raster_sha1":"f1957b4b392d46e5","raw":[[20.614678,25.679843,5.127414],[20.59736,25.656522,5.135451],[20.580775,25.636297,5.127899]],"rgb":[128,255,32],"session":14,"source":"pipeline","spectrum_pct":[[2.32891,2.31924,2.30813,2.29537,2.28051,2.19844,2.15676,2.14632,2.09101,2.52569,7.42918,18.1489,25.0055,28.3549,29.4279,28.8581,27.8264,26.8447,26.0085,25.5174,25.1286,25.4136,25.9026,25.9926,26.0135,26.0962,26.3083,26.5513,26.9807,27.6284,28.5359,29.7064,31.1719,32.5961,33.8682,34.7695],[2.33879,2.32913,2.31805,2.30531,2.29047,2.20025,2.15861,2.15335,2.08821,2.54494,7.48153,18.1439,24.9876,28.3323,29.4046,28.8304,27.7984,26.8184,25.9802,25.4846,25.0963,25.3865,25.8852,25.9769,25.9929,26.0731,26.2842,26.5281,26.9655,27.614,28.5278,29.7076,31.1372,32.5811,33.8902,34.7757],[2.33833,2.32868,2.31761,2.30487,2.29005,2.20294,2.16095,2.15126,2.08537,2.52649,7.43329,18.1519,24.9803,28.3145,29.3846,28.8107,27.7778,26.7956,25.9552,25.4596,25.0712,25.3663,25.8656,25.9574,25.9779,26.0585,26.2663,26.516,26.9456,27.5947,28.5044,29.6721,31.1296,32.5603,33.8181,34.7538]],"t_unix":1786365871.9260838,"uid":"p00937","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.59736,25.656522,5.127899]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01042","ink_fraction":{"black":0.0010390625,"blue":0.0004166666666666667,"green":0.0,"red":0.0,"white":0.9985442708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 223)","median_spectrum_pct":[37.2575,37.2581,37.2588,37.2596,37.2612,38.2752,38.9851,39.6449,39.9795,40.3138,41.5224,42.2427,41.925,41.3372,40.5736,39.5436,38.5504,37.6764,36.9156,36.5065,35.9932,35.6452,35.3035,35.0029,34.8845,34.8956,35.0479,35.2038,35.3939,35.5813,35.8947,36.3186,36.9037,37.4888,37.9256,38.2919],"phase":"gamut_dense","raster_sha1":"b80ccdd6c7b6d656","rgb":[191,0,223],"session":14,"source":"pipeline","t_unix":1786365919.6337276,"uid":"p01033","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.783947,37.768517,43.238708]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3436901041666667,"blue":0.1973515625,"green":0.0,"red":0.0,"white":0.45895833333333336,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 159)","median_raw":[14.142102,14.959978,22.881404],"median_spectrum_pct":[20.375,20.3777,20.3808,20.3844,20.3887,20.8447,21.1741,21.3648,21.2397,21.2064,21.5531,21.1519,19.9266,18.5711,17.2245,15.9499,14.9249,14.155,13.5582,13.1896,12.8726,12.8086,12.8407,12.8503,12.9563,13.1886,13.5899,14.1708,15.0319,16.248,17.9695,20.2123,22.9702,25.8526,28.4489,30.4753],"phase":"gamut_dense","raster_sha1":"9d12cbb2c2211283","raw":[[14.141037,14.959978,22.868007],[14.142102,14.959696,22.881404],[14.148578,14.966488,22.900499]],"rgb":[128,96,159],"session":14,"source":"pipeline","spectrum_pct":[[20.3538,20.3565,20.3596,20.3631,20.3675,20.823,21.1511,21.3479,21.2346,21.2064,21.5284,21.1519,19.9266,18.5711,17.2245,15.9453,14.9212,14.1532,13.5582,13.1896,12.8726,12.8071,12.8404,12.8515,12.9587,13.1907,13.5899,14.1708,15.0319,16.2527,17.9722,20.2138,22.9702,25.8526,28.4489,30.4753],[20.375,20.3777,20.3808,20.3844,20.3887,20.8447,21.1741,21.3648,21.2397,21.2045,21.5531,21.132,19.9263,18.5674,17.2235,15.9499,14.9249,14.155,13.5567,13.1869,12.8712,12.8086,12.8407,12.8466,12.9554,13.1804,13.5862,14.1684,15.0262,16.2453,17.9578,20.2038,22.9669,25.8252,28.4038,30.4736],[20.4018,20.4045,20.4077,20.4113,20.4157,20.8664,21.1944,21.3746,21.2597,21.2261,21.5568,21.1543,19.9403,18.5866,17.2368,15.9557,14.93,14.1602,13.5609,13.1897,12.8757,12.8119,12.8431,12.8503,12.9563,13.1886,13.5937,14.1727,15.0338,16.248,17.9695,20.2123,22.979,25.8548,28.4554,30.4856]],"t_unix":1786365922.3082259,"uid":"p00896","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.142102,14.959978,22.881404]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.2040234375,"blue":0.0,"green":0.0,"red":0.24219270833333334,"white":0.5537838541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 128)","median_raw":[17.365279,17.483565,19.637845],"median_spectrum_pct":[17.3267,17.3271,17.3276,17.3282,17.329,17.7037,17.9309,18.0189,17.9642,17.9966,18.6735,19.1813,18.9442,18.4666,17.8929,17.2224,16.644,16.1701,15.7858,15.6162,15.6318,17.1449,19.4526,20.3475,20.5625,20.6885,20.9369,21.3234,21.9467,22.8722,24.1828,25.8782,27.9299,29.9969,31.8024,33.1355],"phase":"gamut_dense","raster_sha1":"57aa75450618deb6","raw":[[17.366114,17.485034,19.627112],[17.365279,17.483565,19.638199],[17.365027,17.481608,19.637845]],"rgb":[159,96,128],"session":14,"source":"pipeline","spectrum_pct":[[17.3096,17.31,17.3105,17.311,17.3119,17.6852,17.9164,18.0122,17.9616,17.9966,18.6735,19.1784,18.9453,18.464,17.8892,17.2224,16.645,16.1735,15.79,15.6216,15.6366,17.147,19.4563,20.3509,20.5665,20.6922,20.94,21.3262,21.9501,22.8699,24.1828,25.8782,27.9299,29.9969,31.8084,33.1355],[17.3267,17.3271,17.3276,17.3282,17.329,17.7037,17.9309,18.0189,17.9642,18.0078,18.6865,19.1878,18.9442,18.4666,17.8929,17.2233,16.644,16.1701,15.7857,15.6162,15.6318,17.1449,19.4526,20.3458,20.5623,20.6874,20.9352,21.3234,21.9467,22.8805,24.1817,25.8883,27.9408,29.9914,31.8023,33.1484],[17.3297,17.3301,17.3306,17.3312,17.332,17.7126,17.9426,18.0248,17.9709,17.9874,18.656,19.1813,18.9408,18.4677,17.893,17.2181,16.6398,16.1686,15.7858,15.6162,15.6305,17.1438,19.4516,20.3475,20.5625,20.6885,20.9369,21.3159,21.9445,22.8722,24.1877,25.8614,27.9227,30.0104,31.8024,33.1213]],"t_unix":1786365969.9964335,"uid":"p00976","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.365279,17.483565,19.637845]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[64,159,96],"session":14,"source":"pipeline","t_unix":1786366018.045807,"uid":"p00750","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.6089765625,"green":0.0,"red":0.0,"white":0.3910234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 191)","median_raw":[16.465931,17.353436,33.658463],"median_spectrum_pct":[29.6607,29.6662,29.6726,29.6799,29.6892,30.6487,31.3897,31.8021,31.5496,31.458,31.8547,30.4036,27.522,24.4992,21.6198,19.0969,17.1533,15.7104,14.6482,13.9728,13.4489,13.172,13.0364,13.0154,13.1492,13.4277,13.8788,14.5279,15.4562,16.7279,18.4599,20.7222,23.4647,26.3596,28.9518,31.0128],"phase":"gamut_dense","raster_sha1":"fcca90cb9c702387","raw":[[16.454711,17.342862,33.640683],[16.465931,17.353436,33.658463],[16.473597,17.362968,33.66758]],"rgb":[64,128,191],"session":14,"source":"pipeline","spectrum_pct":[[29.6438,29.6493,29.6557,29.663,29.6723,30.6135,31.3518,31.776,31.5367,31.4678,31.8547,30.4129,27.5118,24.4822,21.5994,19.0815,17.1425,15.7026,14.6394,13.9646,13.4389,13.1625,13.0247,13.001,13.1398,13.418,13.8713,14.5187,15.4532,16.7143,18.4599,20.7222,23.4831,26.3788,28.9776,31.0236],[29.6607,29.6662,29.6726,29.6799,29.6892,30.6487,31.3897,31.8021,31.5496,31.458,31.8471,30.4036,27.522,24.4992,21.6198,19.0969,17.1533,15.7104,14.6482,13.9728,13.4489,13.172,13.0364,13.0154,13.1492,13.4277,13.8788,14.5279,15.4562,16.7279,18.4527,20.7118,23.4647,26.3596,28.9518,31.0128],[29.6675,29.673,29.6794,29.6867,29.6959,30.668,31.4124,31.8092,31.5502,31.4542,31.8564,30.4031,27.5275,24.5153,21.6348,19.1124,17.1628,15.7236,14.659,13.9794,13.4557,13.1763,13.0428,13.0233,13.1578,13.4337,13.8849,14.5321,15.4727,16.7379,18.4697,20.7248,23.4592,26.3247,28.9251,30.9854]],"t_unix":1786366020.6570706,"uid":"p00744","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.465931,17.353436,33.658463]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 255)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[64,191,255],"session":14,"source":"pipeline","t_unix":1786366068.3174272,"uid":"p00764","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19389583333333332,"white":0.7963359375,"yellow":0.009768229166666666},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 128)","median_raw":[27.756316,29.103498,31.517797],"median_spectrum_pct":[27.3674,27.3673,27.3673,27.3673,27.3677,28.0009,28.4179,28.7536,28.8773,29.0699,30.3655,31.4899,31.4479,31.0063,30.3669,29.5193,28.7284,28.0598,27.4855,27.197,27.0232,28.2429,30.1593,30.8501,30.9879,31.0465,31.2018,31.3894,31.7005,32.1498,32.7929,33.5915,34.5845,35.5254,36.2905,36.8008],"phase":"gamut_dense","raster_sha1":"9238a3ab7e31f3b8","raw":[[27.767943,29.114242,31.517108],[27.756316,29.103498,31.517797],[27.738131,29.091724,31.519429]],"rgb":[223,159,128],"session":14,"source":"pipeline","spectrum_pct":[[27.3496,27.3495,27.3495,27.3495,27.3498,27.9774,28.4005,28.7488,28.8882,29.0941,30.3806,31.497,31.4479,31.0058,30.3669,29.5222,28.7356,28.0717,27.498,27.2058,27.0342,28.2575,30.178,30.8702,31.0074,31.0719,31.2201,31.4117,31.7312,32.1747,32.8199,33.6181,34.6045,35.5336,36.3007,36.7988],[27.3674,27.3673,27.3673,27.3673,27.3677,28.0009,28.4179,28.7536,28.8773,29.0699,30.3655,31.4899,31.4385,31.0063,30.3658,29.5166,28.7284,28.0598,27.4855,27.197,27.0232,28.2429,30.1593,30.8501,30.9879,31.0465,31.2018,31.3894,31.7005,32.1498,32.7929,33.5915,34.5845,35.5254,36.2905,36.8168],[27.3678,27.3678,27.3678,27.3678,27.3681,28.0151,28.4344,28.761,28.8653,29.0607,30.3528,31.4867,31.4531,31.0081,30.3697,29.5193,28.727,28.0548,27.4746,27.18,27.0018,28.2159,30.1246,30.8173,30.9536,31.0139,31.1684,31.3598,31.6709,32.1227,32.7651,33.5579,34.5515,35.4887,36.2787,36.8008]],"t_unix":1786366072.0314336,"uid":"p01156","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.756316,29.103498,31.517797]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5317526041666667,"red":0.0,"white":0.46824739583333336,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 128)","median_raw":[17.400467,20.810413,19.908117],"median_spectrum_pct":[16.4816,16.4801,16.4785,16.4766,16.4743,16.6783,16.8688,17.0308,16.954,17.3335,21.2876,26.9279,28.3563,27.4901,25.7137,23.6371,21.8406,20.4227,19.3181,18.6044,18.0152,17.7119,17.5268,17.4227,17.4832,17.6928,18.0777,18.627,19.4313,20.5389,22.0428,23.9641,26.256,28.6353,30.7303,32.327],"phase":"gamut_dense","raster_sha1":"a91ba74ed716046f","raw":[[17.397944,20.804574,19.906598],[17.400467,20.810413,19.908117],[17.41017,20.820955,19.923307]],"rgb":[64,191,128],"session":14,"source":"pipeline","spectrum_pct":[[16.4816,16.4801,16.4785,16.4766,16.4743,16.6748,16.8588,17.0228,16.954,17.3397,21.2876,26.9246,28.3344,27.4801,25.7038,23.6272,21.8312,20.4159,19.3136,18.598,18.0099,17.7119,17.5267,17.4187,17.4809,17.6898,18.0776,18.627,19.4313,20.5309,22.0368,23.9633,26.2469,28.6261,30.7242,32.317],[16.471,16.4696,16.4679,16.466,16.4638,16.6783,16.8688,17.0308,16.9502,17.3308,21.283,26.9279,28.3563,27.4901,25.7137,23.6371,21.8406,20.4227,19.3181,18.6044,18.0152,17.7094,17.5268,17.4227,17.4832,17.6928,18.0777,18.6211,19.4287,20.5389,22.0428,23.9641,26.256,28.6353,30.7505,32.327],[16.5038,16.5023,16.5007,16.4988,16.4966,16.7015,16.888,17.0426,16.9551,17.3335,21.2957,26.9509,28.368,27.4995,25.7239,23.6522,21.8501,20.4315,19.3283,18.6166,18.0262,17.7246,17.5353,17.4246,17.4894,17.6969,18.0887,18.6363,19.4354,20.5433,22.0465,23.9658,26.2856,28.6444,30.7303,32.3544]],"t_unix":1786366119.8730648,"uid":"p00760","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.400467,20.810413,19.908117]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.002015625,"green":0.0,"red":0.0,"white":0.997984375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 255)","median_raw":[34.353828,37.325195,42.955738],"median_spectrum_pct":[37.1721,37.1728,37.1737,37.1747,37.1767,38.2563,38.9227,39.3717,39.5752,39.8816,41.0653,41.9103,41.6691,41.0564,40.2244,39.1333,38.1303,37.2663,36.4833,36.0111,35.4341,35.0642,34.744,34.4943,34.4206,34.4306,34.5386,34.6457,34.8341,35.0683,35.4342,35.92,36.5829,37.2,37.6717,37.9747],"phase":"gamut_dense","raster_sha1":"d4b5f5e0c14c7054","raw":[[34.373514,37.343843,42.958368],[34.353828,37.325195,42.955738],[34.340003,37.31083,42.944049]],"rgb":[191,128,255],"session":14,"source":"pipeline","spectrum_pct":[[37.1577,37.1584,37.1592,37.1602,37.1621,38.2364,38.9099,39.3746,39.5752,39.9148,41.1014,41.9262,41.6691,41.061,40.2345,39.1495,38.1403,37.281,36.4997,36.0351,35.4624,35.0905,34.7694,34.52,34.4504,34.461,34.58,34.6899,34.8688,35.0948,35.4527,35.9519,36.6151,37.2303,37.7158,37.9804],[37.1776,37.1784,37.1792,37.1802,37.1822,38.2563,38.9227,39.3709,39.5796,39.8816,41.0653,41.9103,41.6701,41.0564,40.2244,39.1333,38.1303,37.2663,36.4833,36.0111,35.4341,35.0642,34.744,34.4943,34.4206,34.4306,34.5386,34.6457,34.8341,35.0683,35.4342,35.92,36.5829,37.2,37.6675,37.9415],[37.1721,37.1728,37.1737,37.1747,37.1767,38.2779,38.9469,39.3717,39.5432,39.8465,41.028,41.8577,41.6584,41.0525,40.2212,39.1237,38.1194,37.2541,36.469,35.9973,35.42,35.0454,34.7219,34.4749,34.4006,34.4144,34.5271,34.6322,34.8204,35.0516,35.3988,35.9027,36.5658,37.1728,37.6717,37.9747]],"t_unix":1786366167.2403615,"uid":"p01070","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.353828,37.325195,42.955738]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.15904166666666666,"blue":0.27297916666666666,"green":0.0,"red":0.0,"white":0.5679791666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 159)","median_raw":[18.996225,20.331198,30.589884],"median_spectrum_pct":[26.9221,26.9254,26.9291,26.9334,26.9389,27.6908,28.2111,28.5158,28.4089,28.4172,29.0139,28.5722,27.0568,25.3026,23.5296,21.8444,20.4673,19.4054,18.5762,18.0548,17.5979,17.3813,17.2639,17.1984,17.2829,17.5052,17.8999,18.4516,19.2514,20.3307,21.8345,23.7715,26.1203,28.5532,30.6865,32.3792],"phase":"gamut_dense","raster_sha1":"8b6af49c8d9c6e00","raw":[[18.990103,20.326607,30.577621],[18.996225,20.331198,30.589884],[19.000336,20.336487,30.609902]],"rgb":[128,128,159],"session":14,"source":"pipeline","spectrum_pct":[[26.9048,26.9081,26.9118,26.9162,26.9216,27.6665,28.1896,28.4987,28.4089,28.4096,29.0139,28.5616,27.0568,25.3022,23.5267,21.8429,20.4601,19.3959,18.5661,18.0473,17.593,17.3788,17.2614,17.1968,17.2801,17.5026,17.897,18.4504,19.2435,20.3202,21.8296,23.7704,26.098,28.5467,30.6747,32.3461],[26.9221,26.9254,26.9291,26.9334,26.9389,27.6908,28.2111,28.5158,28.4177,28.4172,28.9898,28.5722,27.0493,25.3026,23.5296,21.8444,20.4673,19.4054,18.5762,18.0548,17.5979,17.3813,17.2647,17.1995,17.2829,17.5052,17.8999,18.4516,19.253,20.3307,21.8345,23.7937,26.1335,28.5782,30.7136,32.4069],[26.9477,26.951,26.9548,26.9591,26.9646,27.7059,28.2318,28.5239,28.4072,28.4545,29.0527,28.6007,27.064,25.319,23.5383,21.8506,20.469,19.4062,18.5779,18.0561,17.5986,17.3816,17.2639,17.1984,17.2888,17.5098,17.9,18.4567,19.2514,20.3327,21.8393,23.7715,26.1203,28.5532,30.6865,32.3792]],"t_unix":1786366214.9468453,"uid":"p00905","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.996225,20.331198,30.589884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,128,223],"session":14,"source":"pipeline","t_unix":1786366262.3835819,"uid":"p01231","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01233","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19040104166666666,"white":0.793828125,"yellow":0.015770833333333335},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 64)","median_spectrum_pct":[26.4078,26.4075,26.4071,26.4067,26.4065,26.9411,27.3862,27.8617,28.0819,28.3454,29.7404,30.9165,30.8873,30.5073,29.9624,29.1767,28.4013,27.7269,27.1628,26.908,26.7867,28.1199,30.1729,30.894,31.0141,31.0897,31.2795,31.5103,31.8566,32.3049,32.9083,33.6767,34.6479,35.6016,36.3413,36.9449],"phase":"gamut_dense","raster_sha1":"851a1a1e6bff900e","rgb":[255,159,64],"session":14,"source":"pipeline","t_unix":1786366264.5430288,"uid":"p01235","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.511349,28.816343,30.613563]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.05705989583333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.9429401041666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 191)","median_raw":[31.513936,34.168059,39.985081],"median_spectrum_pct":[34.7248,34.7257,34.7269,34.7282,34.7305,35.7942,36.3995,36.7056,36.7743,37.0087,38.1206,38.7716,38.458,37.8077,36.9462,35.8544,34.8605,34.0178,33.269,32.8164,32.2808,31.9635,31.7026,31.4991,31.4471,31.4976,31.6537,31.8476,32.1515,32.5341,33.116,33.878,34.8384,35.7904,36.5341,37.0782],"phase":"gamut_dense","raster_sha1":"0b866080b9cdecb7","raw":[[31.525617,34.175989,39.985081],[31.513936,34.168059,39.981871],[31.499267,34.155189,39.987122]],"rgb":[191,0,191],"session":14,"source":"pipeline","spectrum_pct":[[34.7175,34.7185,34.7196,34.7209,34.7233,35.7724,36.377,36.7026,36.8001,37.0488,38.1311,38.7585,38.457,37.8053,36.9426,35.8565,34.8619,34.0218,33.2768,32.8287,32.2944,31.9808,31.7197,31.5173,31.4729,31.514,31.6755,31.864,32.155,32.5577,33.147,33.9135,34.8967,35.8054,36.5634,37.1863],[34.7248,34.7257,34.7269,34.7282,34.7305,35.7942,36.3995,36.7056,36.7743,37.0087,38.1188,38.772,38.458,37.8077,36.9484,35.8544,34.8605,34.0178,33.269,32.8164,32.2808,31.9635,31.7026,31.4991,31.4471,31.4976,31.6537,31.8476,32.1515,32.5341,33.116,33.878,34.8384,35.7904,36.5341,37.0671],[34.7494,34.7504,34.7516,34.7529,34.7553,35.8207,36.4227,36.7112,36.7704,36.976,38.1206,38.7716,38.4671,37.8135,36.9462,35.8522,34.8508,34.0036,33.251,32.8009,32.2565,31.9382,31.6818,31.4813,31.4276,31.465,31.6325,31.8188,32.1121,32.509,33.0747,33.8501,34.815,35.7441,36.5212,37.0782]],"t_unix":1786366266.7057858,"uid":"p01032","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.513936,34.168059,39.985081]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.334453125,"blue":0.0,"green":0.0,"red":0.0,"white":0.665546875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 159)","median_raw":[19.001324,20.351179,26.256417],"median_spectrum_pct":[23.2336,23.2354,23.2375,23.2399,23.2428,23.6923,24.0136,24.2632,24.2664,24.3,24.7771,24.8144,24.1674,23.3257,22.4049,21.4293,20.5843,19.905,19.3313,18.9796,18.6292,18.5294,18.4987,18.4413,18.4944,18.6689,18.9929,19.4504,20.1462,21.137,22.5449,24.3862,26.6255,28.9185,30.9621,32.5649],"phase":"gamut_dense","raster_sha1":"007da69c68537623","raw":[[19.094751,20.451361,26.309244],[19.001324,20.351179,26.256417],[18.974822,20.326721,26.238088]],"rgb":[159,64,159],"session":14,"source":"pipeline","spectrum_pct":[[23.2956,23.2973,23.2993,23.3016,23.3047,23.8963,24.2272,24.3339,24.2646,24.2121,24.7094,24.8144,24.2359,23.4382,22.5199,21.5489,20.703,20.0161,19.4407,19.0895,18.7381,18.6352,18.6066,18.5495,18.5966,18.767,19.0897,19.5473,20.2462,21.2268,22.6359,24.4538,26.6938,29.0423,31.1039,32.6274],[23.2336,23.2354,23.2375,23.2399,23.2428,23.6923,24.0106,24.2632,24.2917,24.3229,24.8385,24.8241,24.1674,23.3257,22.4049,21.4293,20.5843,19.905,19.3313,18.9796,18.6292,18.5294,18.4987,18.4413,18.4944,18.6689,18.9929,19.4504,20.1462,21.137,22.5449,24.3862,26.6255,28.9185,30.9621,32.5649],[23.2172,23.219,23.2211,23.2235,23.2264,23.6923,24.0136,24.2514,24.2664,24.3,24.7771,24.8062,24.1485,23.3129,22.3925,21.4164,20.5676,19.8809,19.3075,18.9512,18.5975,18.4983,18.4674,18.4059,18.458,18.6314,18.9567,19.4174,20.1072,21.0874,22.4922,24.3439,26.5702,28.9018,30.949,32.5099]],"t_unix":1786366314.0747895,"uid":"p00968","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.001324,20.351179,26.256417]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19099479166666666,"white":0.7929583333333333,"yellow":0.016046875},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 64)","median_raw":[27.825686,29.230283,30.847972],"median_spectrum_pct":[26.7012,26.7008,26.7004,26.6999,26.6998,27.3325,27.7358,28.0525,28.1667,28.4161,29.8253,31.1986,31.3554,31.0207,30.4517,29.6322,28.8587,28.2118,27.6609,27.3863,27.2199,28.474,30.444,31.1716,31.3193,31.3846,31.5285,31.7059,32.019,32.4518,33.0524,33.8181,34.7735,35.6954,36.4552,36.9662],"phase":"gamut_dense","raster_sha1":"51ae2634294e811b","raw":[[27.840946,29.243643,30.847972],[27.825686,29.230283,30.831197],[27.808139,29.219708,30.851952]],"rgb":[191,159,64],"session":14,"source":"pipeline","spectrum_pct":[[26.7067,26.7064,26.706,26.7055,26.7053,27.3218,27.7224,28.0516,28.1859,28.4331,29.8253,31.2108,31.3452,31.0183,30.4534,29.6354,28.8606,28.2231,27.6746,27.4008,27.2395,28.4904,30.4616,31.1897,31.3427,31.4028,31.5521,31.7264,32.0353,32.4676,33.0736,33.8435,34.8034,35.6954,36.5008,36.9895],[26.6943,26.6939,26.6935,26.693,26.6929,27.3325,27.7358,28.0528,28.162,28.3729,29.7674,31.1763,31.3554,31.0207,30.4399,29.6285,28.8587,28.2118,27.6609,27.3863,27.2199,28.474,30.444,31.1716,31.3193,31.3846,31.5285,31.7059,32.019,32.4518,33.0524,33.8181,34.7566,35.6676,36.4295,36.9587],[26.7012,26.7008,26.7004,26.6999,26.6998,27.3485,27.7451,28.0525,28.1667,28.4161,29.8642,31.1986,31.3558,31.0271,30.4517,29.6322,28.8534,28.2027,27.6459,27.3687,27.2003,28.4408,30.4079,31.1291,31.2823,31.3518,31.4944,31.6806,31.9882,32.4256,33.0286,33.8099,34.7735,35.6989,36.4552,36.9662]],"t_unix":1786366365.644553,"uid":"p01073","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.825686,29.230283,30.847972]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.800890625,"red":0.0,"white":0.016825520833333333,"yellow":0.18228385416666668},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 64)","median_raw":[10.171316,13.874616,6.266284],"median_spectrum_pct":[3.9619,3.95779,3.95307,3.94764,3.94116,3.83871,3.79834,3.80924,3.6836,4.17707,8.97081,17.4672,20.7153,20.6267,19.0484,16.9274,15.0596,13.6235,12.5501,11.8548,11.371,11.2644,11.3041,11.3159,11.4273,11.6833,12.1266,12.7535,13.6963,15.0207,16.8287,19.1786,22.0482,25.0955,27.8094,30.0386],"phase":"gamut_dense","raster_sha1":"3e47a9ff1e33a2e8","raw":[[10.168715,13.872871,6.266284],[10.171316,13.874616,6.258114],[10.185135,13.890148,6.291929]],"rgb":[96,255,64],"session":14,"source":"pipeline","spectrum_pct":[[3.95891,3.9548,3.95008,3.94466,3.93817,3.83324,3.79296,3.80738,3.6836,4.17592,8.99855,17.4672,20.7153,20.6239,19.0391,16.9198,15.0529,13.6175,12.5462,11.8538,11.371,11.2612,11.2964,11.3054,11.4242,11.6833,12.1182,12.7477,13.6898,15.0207,16.8287,19.1786,22.0407,25.1025,27.8094,30.034],[3.9619,3.95779,3.95307,3.94764,3.94116,3.83871,3.79834,3.80924,3.68323,4.17707,8.90951,17.4147,20.7089,20.6267,19.0484,16.9274,15.0596,13.6235,12.5501,11.8548,11.3709,11.2644,11.3041,11.3159,11.4273,11.6805,12.1266,12.7535,13.6963,15.0149,16.8219,19.1582,22.0482,25.0516,27.8061,30.0386],[3.98505,3.98094,3.97623,3.97082,3.96433,3.85291,3.80823,3.82454,3.72252,4.22978,8.97081,17.4927,20.7466,20.6494,19.0643,16.942,15.0684,13.6326,12.562,11.8661,11.3769,11.2721,11.3151,11.3268,11.4397,11.6995,12.1408,12.7724,13.7118,15.0339,16.8567,19.1902,22.0786,25.0955,27.8557,30.1295]],"t_unix":1786366414.3994725,"uid":"p00857","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.171316,13.874616,6.266284]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.476569,37.445815,43.043357],"median_spectrum_pct":[37.2467,37.2474,37.2482,37.2492,37.2511,38.3457,39.0114,39.4285,39.6257,39.9523,41.2046,42.0153,41.7482,41.1411,40.3133,39.2309,38.2386,37.3808,36.6053,36.149,35.5811,35.2181,34.9005,34.6512,34.5712,34.5853,34.6958,34.7995,34.9766,35.2006,35.5617,36.0439,36.7248,37.3463,37.8438,38.1606],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.501845,37.472264,43.064682],[34.476569,37.445815,43.030992],[34.464105,37.434731,43.043357]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[37.2467,37.2474,37.2482,37.2492,37.2511,38.3297,39.0003,39.4433,39.6461,40.019,41.3098,42.0672,41.7701,41.1611,40.3304,39.2519,38.2588,37.4032,36.6284,36.17,35.6014,35.2395,34.9282,34.6844,34.6095,34.6138,34.7284,34.8398,35.0226,35.2476,35.5955,36.0886,36.7248,37.3502,37.8438,38.2008],[37.2313,37.232,37.2328,37.2338,37.2358,38.3457,39.0114,39.426,39.6117,39.9523,41.169,42.0023,41.7406,41.1411,40.3133,39.2309,38.2386,37.3808,36.6053,36.149,35.5811,35.2181,34.9005,34.6512,34.5712,34.5853,34.6958,34.7995,34.9766,35.2006,35.5617,36.0439,36.7269,37.3463,37.8532,38.0955],[37.2582,37.2589,37.2598,37.2608,37.2628,38.3599,39.0226,39.4285,39.6257,39.9497,41.2046,42.0153,41.7482,41.138,40.3112,39.229,38.2291,37.3699,36.5924,36.129,35.5583,35.1963,34.8823,34.6309,34.5483,34.5615,34.6709,34.7791,34.9594,35.191,35.5502,36.0411,36.7111,37.2909,37.792,38.1606]],"t_unix":1786366459.5432024,"uid":"p01350","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.476569,37.445815,43.043357]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.410503,1.122334,2.334444],"median_spectrum_pct":[2.4949,2.4956,2.4964,2.49732,2.49822,2.42259,2.34178,2.25732,2.12778,1.9684,1.88824,1.74203,1.56514,1.36721,1.16271,0.974483,0.849174,0.774019,0.724455,0.706206,0.732491,0.971401,1.24704,1.36544,1.48712,1.69744,2.05627,2.63056,3.55199,4.98312,7.09332,10.0481,13.7301,17.7658,21.5131,24.7458],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.410234,1.122306,2.334444],[1.410503,1.122334,2.332105],[1.413125,1.125255,2.339675]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[2.4954,2.4961,2.49691,2.49784,2.49873,2.41346,2.33187,2.24891,2.13458,1.97196,1.90605,1.74242,1.5585,1.36721,1.16117,0.974483,0.848039,0.771879,0.724943,0.707091,0.732491,0.971401,1.24538,1.36166,1.48112,1.69146,2.05314,2.63056,3.55244,4.99279,7.10232,10.0587,13.7671,17.8162,21.6029,24.7622],[2.49335,2.49405,2.49486,2.49578,2.49668,2.42259,2.34178,2.25732,2.11413,1.9645,1.88467,1.74203,1.56514,1.36438,1.16463,0.974261,0.849852,0.774182,0.722954,0.706206,0.730058,0.967583,1.24704,1.36544,1.48712,1.69893,2.05627,2.62333,3.54994,4.98312,7.09332,10.0481,13.7301,17.7658,21.5131,24.7458],[2.4949,2.4956,2.4964,2.49732,2.49822,2.4247,2.34764,2.26765,2.12778,1.9684,1.88824,1.73918,1.59034,1.37726,1.16271,0.980108,0.849174,0.774019,0.724455,0.704207,0.735126,0.972849,1.24849,1.36629,1.48931,1.69744,2.05872,2.63598,3.55199,4.96741,7.08726,10.0419,13.7168,17.7491,21.5079,24.7148]],"t_unix":1786366504.7489653,"uid":"p01351","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.410503,1.122334,2.334444]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.598776,12.203607,17.69895],"median_spectrum_pct":[16.0152,16.0172,16.0195,16.0222,16.0253,16.292,16.45,16.4687,16.3111,16.2519,16.5176,16.3105,15.6065,14.7529,13.8438,12.9439,12.1837,11.5856,11.1129,10.8215,10.5951,10.6698,10.8274,10.8775,10.9844,11.2249,11.6432,12.2553,13.1734,14.5017,16.3528,18.7933,21.7687,24.8811,27.645,29.875],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.598776,12.203607,17.704048],[11.599725,12.204941,17.69895],[11.543379,12.144755,17.653031]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[16.0152,16.0172,16.0195,16.0222,16.0253,16.292,16.45,16.4687,16.3111,16.2519,16.5176,16.3322,15.6065,14.7529,13.8438,12.9439,12.1837,11.5856,11.1129,10.8215,10.5951,10.6698,10.8274,10.8775,10.9884,11.2249,11.6432,12.2553,13.1882,14.5031,16.3612,18.8056,21.7834,24.8811,27.645,29.875],[16.0163,16.0183,16.0206,16.0233,16.0265,16.3062,16.4642,16.4778,16.3098,16.1882,16.5027,16.3105,15.6226,14.7561,13.8463,12.9454,12.184,11.5873,11.1161,10.8262,10.5992,10.6728,10.8326,10.8792,10.9844,11.2258,11.6437,12.2557,13.1734,14.5017,16.3528,18.7933,21.7687,24.8921,27.6592,29.8817],[15.9548,15.9569,15.9592,15.9619,15.965,16.1629,16.3174,16.4246,16.3195,16.2605,16.5525,16.2985,15.5501,14.6804,13.7665,12.8717,12.1215,11.5277,11.0546,10.7662,10.538,10.6129,10.7706,10.8194,10.9273,11.1614,11.582,12.1945,13.1161,14.4314,16.2908,18.7223,21.6983,24.7838,27.5546,29.8031]],"t_unix":1786366549.8711393,"uid":"p01352","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.598776,12.203607,17.69895]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 128)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,0,128],"session":14,"source":"pipeline","t_unix":1786366597.29526,"uid":"p00625","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,255,223],"session":14,"source":"pipeline","t_unix":1786366599.5610857,"uid":"p01267","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[0,159,96],"session":14,"source":"pipeline","t_unix":1786366601.8497927,"uid":"p00588","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.546859375,"blue":0.0,"green":0.0,"red":0.0,"white":0.453140625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 128)","median_raw":[11.836064,12.47223,17.171239],"median_spectrum_pct":[15.4916,15.4933,15.4953,15.4975,15.5001,15.7199,15.8754,15.9571,15.8752,15.8396,16.0023,15.868,15.2651,14.5733,13.841,13.1118,12.4905,11.9915,11.5797,11.3292,11.1236,11.1691,11.2896,11.3303,11.4312,11.6332,11.9959,12.528,13.3533,14.566,16.3384,18.6887,21.6039,24.6188,27.4039,29.5996],"phase":"gamut_dense","raster_sha1":"669c5ce7a5f5b4ee","raw":[[11.836064,12.47223,17.169705],[11.835458,12.471688,17.171239],[11.838873,12.475659,17.184544]],"rgb":[128,96,128],"session":14,"source":"pipeline","spectrum_pct":[[15.479,15.4807,15.4826,15.4848,15.4874,15.6946,15.8563,15.9499,15.8707,15.8468,16.0023,15.868,15.2612,14.5689,13.8405,13.1118,12.4878,11.9888,11.5797,11.3292,11.1236,11.1691,11.2896,11.3319,11.4312,11.6332,11.9988,12.5312,13.3533,14.583,16.3496,18.7047,21.6292,24.6385,27.4039,29.6878],[15.4988,15.5005,15.5025,15.5047,15.5073,15.7199,15.8754,15.9571,15.8752,15.7907,15.9978,15.8548,15.2725,14.5733,13.841,13.1118,12.4905,11.9915,11.5794,11.3276,11.12,11.169,11.2875,11.3303,11.4337,11.6318,11.9884,12.528,13.3477,14.555,16.323,18.6837,21.6028,24.6188,27.3837,29.5642],[15.4916,15.4933,15.4953,15.4975,15.5001,15.7259,15.8866,15.9647,15.878,15.8396,16.0146,15.8728,15.2651,14.5784,13.8519,13.1198,12.4938,11.9917,11.5816,11.3301,11.1241,11.1693,11.2914,11.3292,11.4274,11.6351,11.9959,12.5244,13.3535,14.566,16.3384,18.6887,21.6039,24.6185,27.4158,29.5996]],"t_unix":1786366604.1342576,"uid":"p00895","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.836064,12.47223,17.171239]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0006979166666666667,"blue":0.0,"green":0.0,"red":0.6656666666666666,"white":0.3335859375,"yellow":4.9479166666666665e-05},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 32)","median_raw":[14.374818,12.360419,10.133083],"median_spectrum_pct":[8.91786,8.91678,8.91554,8.91412,8.91248,9.03645,9.11503,9.16767,9.14269,9.18932,9.80595,10.5012,10.591,10.4747,10.2468,9.93377,9.68534,9.54448,9.48444,9.58812,10.082,13.9408,20.1309,22.7782,23.2514,23.2385,23.2612,23.431,23.885,24.6476,25.7768,27.2237,28.998,30.8024,32.3591,33.5152],"phase":"gamut_dense","raster_sha1":"d99b82ae2e46f1f6","raw":[[14.372904,12.360419,10.133083],[14.374818,12.360135,10.134402],[14.379153,12.361573,10.130161]],"rgb":[159,96,32],"session":14,"source":"pipeline","spectrum_pct":[[8.91644,8.91536,8.91412,8.9127,8.91106,9.03108,9.1116,9.16767,9.14242,9.19992,9.80595,10.5047,10.5934,10.4762,10.2462,9.93331,9.68534,9.54527,9.48712,9.5923,10.0852,13.9349,20.1266,22.7727,23.2431,23.2354,23.2588,23.4231,23.8759,24.6362,25.7768,27.2237,28.998,30.7833,32.3441,33.4769],[8.91915,8.91808,8.91684,8.91542,8.91378,9.03645,9.11503,9.16806,9.15041,9.1837,9.816,10.5012,10.591,10.4742,10.2469,9.93377,9.68027,9.54374,9.48444,9.58812,10.082,13.9408,20.1309,22.7782,23.2514,23.2385,23.2612,23.431,23.885,24.6476,25.7634,27.2159,28.9788,30.8024,32.3591,33.5252],[8.91786,8.91678,8.91554,8.91412,8.91248,9.03948,9.11944,9.16713,9.14269,9.18932,9.78042,10.4753,10.5893,10.4747,10.2468,9.9345,9.68715,9.54448,9.48206,9.58271,10.0812,13.9468,20.1417,22.7909,23.2604,23.2534,23.2726,23.4429,23.8997,24.6661,25.7857,27.2441,29.0008,30.8212,32.3767,33.5152]],"t_unix":1786366651.572803,"uid":"p00973","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.374818,12.360419,10.133083]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.6990260416666667,"yellow":0.30097395833333335},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 159)","median_raw":[32.1797,36.282186,28.235972],"median_spectrum_pct":[23.5765,23.5719,23.5665,23.5604,23.5536,24.0645,24.3874,24.5911,24.6292,25.0597,28.3123,33.8633,36.9873,38.454,38.8652,38.3791,37.666,36.9592,36.2781,35.9124,35.495,35.5785,35.7804,35.7059,35.6394,35.6082,35.6474,35.6524,35.7265,35.8536,36.0896,36.4415,36.9523,37.4079,37.7582,37.9392],"phase":"gamut_dense","raster_sha1":"30b7c4f4280d4d6d","raw":[[32.217911,36.323354,28.250879],[32.1797,36.282186,28.235972],[32.149447,36.248175,28.214286]],"rgb":[191,223,159],"session":14,"source":"pipeline","spectrum_pct":[[23.5872,23.5826,23.5772,23.571,23.5642,24.0645,24.391,24.6039,24.6551,25.0884,28.3123,33.889,37.0141,38.4856,38.8933,38.4133,37.7084,37.0056,36.3258,35.9603,35.5471,35.6289,35.827,35.7529,35.6847,35.6563,35.6928,35.6918,35.766,35.8948,36.1361,36.474,36.9833,37.4388,37.7783,37.9532],[23.5765,23.5719,23.5665,23.5604,23.5536,24.0646,24.3874,24.5911,24.6292,25.0597,28.3231,33.8633,36.9873,38.454,38.8652,38.3791,37.666,36.9592,36.2781,35.9124,35.495,35.5785,35.7804,35.7059,35.6394,35.6082,35.6474,35.6524,35.7265,35.8536,36.0896,36.4415,36.9523,37.4079,37.7582,37.9255],[23.5591,23.5544,23.5491,23.5429,23.5362,24.0588,24.3854,24.5817,24.5881,25.0252,28.286,33.8629,36.9652,38.4277,38.8294,38.3459,37.6318,36.9214,36.2411,35.8709,35.4568,35.5421,35.7437,35.6723,35.6091,35.5787,35.622,35.6245,35.6906,35.8162,36.0546,36.4003,36.9211,37.3797,37.7308,37.9392]],"t_unix":1786366699.0395381,"uid":"p01094","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.1797,36.282186,28.235972]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0020130208333333332,"green":0.0,"red":0.0,"white":0.9979869791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 255)","median_raw":[34.643929,37.624407,43.064514],"median_spectrum_pct":[37.2508,37.2515,37.2522,37.2531,37.255,38.404,39.0786,39.4638,39.605,39.9266,41.2035,42.0388,41.8166,41.2511,40.4562,39.3994,38.4196,37.5737,36.8097,36.3604,35.8024,35.4411,35.1284,34.8794,34.7972,34.794,34.8884,34.9814,35.1442,35.3417,35.682,36.1522,36.7702,37.3602,37.82,38.0917],"phase":"gamut_dense","raster_sha1":"700d19f4034e2c93","raw":[[34.656416,37.635096,43.068944],[34.643929,37.624407,43.064514],[34.625446,37.608637,43.055844]],"rgb":[191,96,255],"session":14,"source":"pipeline","spectrum_pct":[[37.2412,37.2418,37.2425,37.2434,37.2453,38.3822,39.0581,39.4638,39.6267,39.9601,41.2184,42.0512,41.8292,41.2529,40.4562,39.3994,38.4235,37.5839,36.8208,36.3744,35.8155,35.4579,35.147,34.8977,34.8156,34.8174,34.9156,35.0081,35.1637,35.358,35.6893,36.1522,36.7865,37.3631,37.82,38.0917],[37.2508,37.2515,37.2522,37.2531,37.255,38.404,39.0786,39.4644,39.605,39.9266,41.2035,42.0388,41.8045,41.2506,40.4592,39.4022,38.4196,37.5737,36.8097,36.3604,35.8024,35.4411,35.1284,34.8794,34.7972,34.794,34.8884,34.9814,35.1442,35.3417,35.682,36.1569,36.7702,37.3602,37.8323,38.076],[37.2576,37.2583,37.259,37.2599,37.2618,38.42,39.0913,39.4581,39.5823,39.894,41.1756,42.0195,41.8166,41.2511,40.453,39.3911,38.4065,37.5609,36.7926,36.3444,35.7825,35.4182,35.1038,34.8504,34.7627,34.7651,34.8678,34.9526,35.1184,35.3201,35.6621,36.1265,36.7541,37.3577,37.811,38.0936]],"t_unix":1786366746.7372723,"uid":"p01061","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.643929,37.624407,43.064514]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6679270833333333,"white":0.33207291666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 96)","median_raw":[14.340056,12.349253,10.0087],"median_spectrum_pct":[8.79446,8.79331,8.79199,8.79047,8.7888,8.95352,9.04093,9.0627,8.99922,8.97706,9.65744,10.4695,10.6025,10.4937,10.266,9.94928,9.69344,9.54308,9.4735,9.57175,10.0661,13.9297,20.1118,22.7456,23.2136,23.2093,23.2365,23.4175,23.8846,24.6544,25.8017,27.2724,29.0396,30.8393,32.4042,33.5495],"phase":"gamut_dense","raster_sha1":"3bd93bd57fa2da3b","raw":[[14.336659,12.34907,10.01138],[14.340056,12.349253,10.007724],[14.344209,12.350291,10.0087]],"rgb":[223,0,96],"session":14,"source":"pipeline","spectrum_pct":[[8.79726,8.79612,8.79481,8.7933,8.79162,8.95071,9.03588,9.0627,9.00825,8.96715,9.6894,10.4672,10.6014,10.4961,10.2685,9.95488,9.69355,9.54433,9.47427,9.57491,10.0688,13.9248,20.1008,22.7336,23.2045,23.1975,23.2265,23.4043,23.867,24.6481,25.7904,27.2719,29.0207,30.832,32.3865,33.5279],[8.78517,8.78402,8.78269,8.78117,8.77949,8.95403,9.04093,9.06528,8.99104,8.9779,9.65744,10.4695,10.6032,10.4937,10.266,9.94899,9.69056,9.54308,9.4735,9.57175,10.0661,13.9297,20.1118,22.7456,23.2136,23.2093,23.2365,23.4175,23.8846,24.6544,25.8017,27.2724,29.0396,30.8393,32.4042,33.5495],[8.79446,8.79331,8.79199,8.79047,8.7888,8.95352,9.04484,9.06195,8.99922,8.97706,9.64402,10.4732,10.6025,10.4882,10.2619,9.94928,9.69344,9.54116,9.47186,9.5684,10.0656,13.9335,20.1192,22.7576,23.226,23.2222,23.2466,23.4236,23.8862,24.6728,25.8134,27.2857,29.0547,30.8608,32.4358,33.5867]],"t_unix":1786366794.0211987,"uid":"p01110","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.340056,12.349253,10.0087]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00938","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4896067708333333,"red":0.0,"white":0.0775546875,"yellow":0.4328385416666667},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 64)","median_spectrum_pct":[4.39106,4.38315,4.37408,4.36364,4.35146,4.3017,4.29466,4.33244,4.26377,4.7045,9.57813,19.586,25.3068,27.6137,27.9067,26.8867,25.5752,24.3966,23.4432,22.8817,22.4423,22.542,22.7989,22.7976,22.8108,22.9427,23.2405,23.6452,24.2434,25.0688,26.1934,27.6383,29.3879,31.1642,32.7509,33.9802],"phase":"gamut_dense","raster_sha1":"27abee38b52a243b","rgb":[128,223,64],"session":14,"source":"pipeline","t_unix":1786366841.3735666,"uid":"p00929","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.811303,23.610538,7.271221]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148072916666667,"red":0.0,"white":0.18519270833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 96)","median_raw":[9.593915,12.675404,10.915743],"median_spectrum_pct":[8.53841,8.53684,8.53505,8.53299,8.53035,8.47908,8.48152,8.54135,8.42196,8.81827,13.1157,19.8044,21.4029,20.1754,17.9029,15.4643,13.4674,11.9725,10.8892,10.1835,9.67149,9.43258,9.33233,9.30698,9.41912,9.68105,10.151,10.8339,11.8278,13.2195,15.1358,17.6252,20.6788,23.862,26.8153,29.2251],"phase":"gamut_dense","raster_sha1":"a41cfebdd01a493b","raw":[[9.581765,12.66151,10.897817],[9.593915,12.675404,10.915743],[9.600045,12.68279,10.92003]],"rgb":[64,255,96],"session":14,"source":"pipeline","spectrum_pct":[[8.5251,8.52354,8.52175,8.51969,8.51704,8.45939,8.4688,8.52742,8.40185,8.80608,13.1057,19.7822,21.3756,20.156,17.8852,15.4516,13.4556,11.9608,10.8741,10.1685,9.65804,9.42543,9.32265,9.29497,9.40591,9.66832,10.1406,10.8225,11.8109,13.2047,15.1223,17.6252,20.6788,23.868,26.8153,29.2205],[8.53841,8.53684,8.53505,8.53299,8.53035,8.47908,8.48152,8.54135,8.42688,8.81827,13.1157,19.8044,21.4029,20.1754,17.9029,15.4643,13.4674,11.9725,10.8892,10.1835,9.67149,9.43258,9.33233,9.30698,9.41912,9.68105,10.151,10.8339,11.8278,13.2195,15.1358,17.622,20.673,23.8381,26.8152,29.2251],[8.54037,8.5388,8.53701,8.53494,8.5323,8.48369,8.48826,8.54452,8.42196,8.82397,13.1267,19.8137,21.4111,20.1838,17.911,15.4749,13.4732,11.9803,10.895,10.1907,9.67654,9.44108,9.34088,9.31385,9.4264,9.68761,10.158,10.8389,11.8331,13.2373,15.1388,17.6342,20.6989,23.862,26.8159,29.2467]],"t_unix":1786366843.555052,"uid":"p00777","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.593915,12.675404,10.915743]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[32,255,255],"session":14,"source":"pipeline","t_unix":1786366890.917317,"uid":"p00701","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01184","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.6983958333333333,"yellow":0.3016041666666667},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 159)","median_spectrum_pct":[23.1052,23.1003,23.0947,23.0882,23.081,23.5011,23.8595,24.2245,24.3451,24.8169,28.1508,33.9102,37.0806,38.5437,38.9776,38.5272,37.8077,37.0781,36.4017,36.067,35.6863,35.771,35.9459,35.8355,35.7347,35.7149,35.803,35.8704,35.9776,36.0952,36.2924,36.5818,37.0641,37.5071,37.8325,38.0904],"phase":"gamut_dense","raster_sha1":"1d9c8dc1a31a677d","rgb":[255,255,159],"session":14,"source":"pipeline","t_unix":1786366893.146098,"uid":"p01265","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.226567,36.404137,27.870192]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,128,64],"session":14,"source":"pipeline","t_unix":1786366895.3967214,"uid":"p00578","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00956","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 64)","median_spectrum_pct":[2.60554,2.60428,2.60283,2.60116,2.59923,2.63216,2.62904,2.61179,2.57893,2.51744,2.68616,2.97531,3.03529,3.00857,2.9266,2.79803,2.73943,2.79826,2.92774,3.16638,3.8324,8.33536,15.7926,19.0596,19.5202,19.3468,19.2048,19.2384,19.614,20.392,21.6276,23.3285,25.4476,27.679,29.6782,31.2266],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","rgb":[223,32,64],"session":14,"source":"pipeline","t_unix":1786366897.754185,"uid":"p01118","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.201692,6.091975,2.877407]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.17609114583333332,"blue":0.2865234375,"green":0.0,"red":0.0,"white":0.5373854166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 159)","median_raw":[18.064709,19.25767,29.645909],"median_spectrum_pct":[26.0982,26.1016,26.1055,26.1099,26.1154,26.7939,27.3198,27.6825,27.6009,27.6145,28.149,27.5569,25.9437,24.1566,22.3591,20.6821,19.3175,18.2692,17.4595,16.9509,16.5241,16.3559,16.2912,16.263,16.3606,16.5899,16.9863,17.547,18.3692,19.5011,21.0641,23.0792,25.504,28.0402,30.2646,32.0283],"phase":"gamut_dense","raster_sha1":"a7d1dfb7dede0ae0","raw":[[18.057806,19.252321,29.628276],[18.064709,19.25767,29.645909],[18.068506,19.264418,29.657196]],"rgb":[0,128,159],"session":14,"source":"pipeline","spectrum_pct":[[26.078,26.0814,26.0852,26.0897,26.0952,26.7616,27.2893,27.6604,27.603,27.5949,28.149,27.5542,25.9437,24.1478,22.3549,20.6741,19.3081,18.2621,17.4559,16.9458,16.5229,16.3536,16.2848,16.26,16.3589,16.5898,16.9856,17.5467,18.3663,19.4911,21.0486,23.0753,25.504,28.0461,30.3078,32.0283],[26.0982,26.1016,26.1055,26.1099,26.1154,26.7939,27.3198,27.6825,27.6009,27.6145,28.1489,27.5569,25.9405,24.1566,22.3591,20.6821,19.3175,18.2692,17.4595,16.9509,16.5241,16.3559,16.2912,16.2665,16.3639,16.5915,16.9915,17.5491,18.3699,19.5011,21.0641,23.0792,25.4854,28.015,30.2407,32.0034],[26.1202,26.1235,26.1274,26.1318,26.1374,26.8103,27.3323,27.6861,27.5996,27.6221,28.1749,27.573,25.9584,24.1668,22.3694,20.6873,19.3267,18.2756,17.469,16.9588,16.5311,16.3598,16.2922,16.263,16.3606,16.5899,16.9863,17.547,18.3692,19.5012,21.072,23.09,25.5094,28.0402,30.2646,32.0377]],"t_unix":1786366900.123931,"uid":"p00581","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.064709,19.25767,29.645909]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.488375,"red":0.0,"white":0.057854166666666665,"yellow":0.45377083333333335},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 64)","median_raw":[18.797056,23.589179,6.897744],"median_spectrum_pct":[4.08979,4.08175,4.07252,4.06192,4.04954,3.9944,3.96861,3.97619,3.85723,4.32201,9.22828,19.213,25.0563,27.4643,27.8192,26.8277,25.5551,24.4136,23.4752,22.8995,22.4507,22.5771,22.8862,22.9237,22.9661,23.0955,23.3527,23.7003,24.2605,25.082,26.2011,27.6396,29.4123,31.1679,32.7226,33.8742],"phase":"gamut_dense","raster_sha1":"18316dbda21638c6","raw":[[18.802668,23.59758,6.900794],[18.797056,23.589179,6.897744],[18.79024,23.579821,6.895273]],"rgb":[128,159,64],"session":14,"source":"pipeline","spectrum_pct":[[4.08329,4.07524,4.066,4.05537,4.04299,3.98863,3.96311,3.98034,3.86475,4.32201,9.24835,19.219,25.0601,27.4701,27.8251,26.8346,25.5649,24.4262,23.4881,22.9089,22.4627,22.5851,22.8908,22.9275,22.9696,23.0997,23.3527,23.704,24.2712,25.0838,26.1932,27.6396,29.4123,31.1744,32.7096,33.8742],[4.09619,4.08816,4.07894,4.06833,4.05595,3.9944,3.96861,3.97619,3.8565,4.32258,9.21599,19.213,25.0563,27.4643,27.8192,26.8277,25.5551,24.4136,23.4752,22.8995,22.4507,22.5771,22.8862,22.9237,22.9661,23.0955,23.3529,23.7003,24.2605,25.082,26.2107,27.6409,29.4149,31.1603,32.7226,33.9028],[4.08979,4.08175,4.07252,4.06192,4.04954,3.9951,3.96879,3.97443,3.85723,4.31098,9.22828,19.1988,25.046,27.4536,27.8095,26.8208,25.5433,24.403,23.4642,22.8878,22.4388,22.5669,22.8753,22.9191,22.9615,23.092,23.348,23.696,24.2582,25.081,26.2011,27.6377,29.4004,31.1679,32.7242,33.8691]],"t_unix":1786366947.5608819,"uid":"p00911","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.797056,23.589179,6.897744]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6670598958333334,"white":0.33294010416666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 64)","median_raw":[14.043958,12.018189,9.764991],"median_spectrum_pct":[8.58754,8.58644,8.58517,8.58372,8.58211,8.74212,8.83028,8.85197,8.80005,8.79541,9.35873,10.0883,10.2438,10.1289,9.9037,9.60463,9.35699,9.21487,9.15038,9.25739,9.75982,13.6205,19.7909,22.4057,22.8529,22.8422,22.8692,23.0441,23.5121,24.2937,25.4425,26.9249,28.7122,30.5219,32.0814,33.226],"phase":"gamut_dense","raster_sha1":"be32aa8ccecd5811","raw":[[14.043958,12.018189,9.764991],[14.042898,12.014294,9.745844],[14.049895,12.019868,9.767591]],"rgb":[159,96,64],"session":14,"source":"pipeline","spectrum_pct":[[8.58754,8.58644,8.58517,8.58372,8.58211,8.74113,8.82758,8.85197,8.81117,8.80597,9.35873,10.0991,10.2438,10.1292,9.90357,9.60485,9.3594,9.2185,9.15569,9.25941,9.75942,13.617,19.7841,22.3961,22.8488,22.8353,22.8692,23.0437,23.51,24.288,25.4493,26.9249,28.7122,30.5219,32.1375,33.2402],[8.5868,8.5857,8.58444,8.58299,8.58138,8.74212,8.83028,8.85024,8.77708,8.75918,9.32229,10.0433,10.2366,10.115,9.9037,9.59803,9.35699,9.21487,9.15038,9.25739,9.76148,13.6205,19.7909,22.4057,22.8529,22.8422,22.8669,23.0441,23.5121,24.2937,25.4257,26.8998,28.6902,30.5126,32.0614,33.1872],[8.59589,8.59479,8.59353,8.59208,8.59048,8.75367,8.8389,8.86275,8.80005,8.79541,9.36018,10.0883,10.2565,10.1289,9.9054,9.60463,9.35648,9.21315,9.14881,9.25481,9.75982,13.6299,19.7982,22.4086,22.8615,22.8525,22.8818,23.056,23.5268,24.308,25.4425,26.9412,28.7287,30.5282,32.0814,33.226]],"t_unix":1786366996.329334,"uid":"p00974","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.043958,12.018189,9.764991]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[191,255,223],"session":14,"source":"pipeline","t_unix":1786367043.835391,"uid":"p01105","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,0,255],"session":14,"source":"pipeline","t_unix":1786367046.1291764,"uid":"p00710","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44364583333333335,"white":0.5563541666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 128)","median_raw":[19.741668,19.038552,18.540462],"median_spectrum_pct":[16.1841,16.1834,16.1826,16.1817,16.1809,16.5953,16.8178,16.8705,16.8072,16.9006,17.8655,18.7426,18.8367,18.5935,18.217,17.7099,17.2601,16.9088,16.6369,16.5829,16.8484,19.7642,24.2729,26.0827,26.4131,26.4615,26.5635,26.7508,27.1918,27.8522,28.8064,30.0169,31.4752,32.9025,34.1094,34.9817],"phase":"gamut_dense","raster_sha1":"fa7b1782e82d8f78","raw":[[19.741668,19.038552,18.540462],[19.745675,19.039326,18.556987],[19.740319,19.033173,18.53811]],"rgb":[223,64,128],"session":14,"source":"pipeline","spectrum_pct":[[16.1691,16.1684,16.1676,16.1666,16.1658,16.5874,16.8138,16.8718,16.8072,16.9006,17.8726,18.7545,18.8367,18.5935,18.2169,17.7099,17.2668,16.913,16.6398,16.5861,16.8488,19.7642,24.2729,26.0827,26.4099,26.4536,26.5602,26.7434,27.1804,27.8426,28.7966,29.9997,31.4546,32.857,34.0976,34.8965],[16.1912,16.1904,16.1896,16.1887,16.1879,16.5953,16.8178,16.8705,16.8281,16.9819,17.8534,18.7426,18.8394,18.6025,18.2229,17.7116,17.2601,16.9088,16.6369,16.5829,16.8484,19.7661,24.2733,26.0854,26.4158,26.4615,26.5635,26.7508,27.1928,27.8522,28.8064,30.0181,31.4966,32.9025,34.1667,34.9817],[16.1841,16.1834,16.1826,16.1817,16.1809,16.6003,16.8235,16.8694,16.8045,16.8764,17.8655,18.7268,18.8245,18.5922,18.217,17.7058,17.2585,16.9047,16.6301,16.5768,16.8407,19.7631,24.2693,26.0799,26.4131,26.4652,26.5718,26.755,27.1918,27.8525,28.8102,30.0169,31.4752,32.9037,34.1094,35.004]],"t_unix":1786367048.4430733,"uid":"p01129","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.741668,19.038552,18.540462]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0009166666666666666,"blue":0.5599114583333333,"green":0.0,"red":0.0,"white":0.439171875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 191)","median_raw":[17.669426,18.731674,34.356033],"median_spectrum_pct":[30.228,30.2333,30.2394,30.2464,30.255,31.0873,31.8163,32.3621,32.2514,32.1687,32.6263,31.3413,28.6122,25.7392,22.9749,20.5215,18.6053,17.1826,16.1352,15.4672,14.9305,14.6259,14.4619,14.4168,14.5247,14.7889,15.2426,15.8822,16.7849,17.9883,19.6545,21.7962,24.3864,27.1063,29.5281,31.4346],"phase":"gamut_dense","raster_sha1":"e56e8ab07ca589e7","raw":[[17.735138,18.798996,34.426936],[17.664048,18.72297,34.353602],[17.669426,18.731674,34.356033]],"rgb":[128,0,191],"session":14,"source":"pipeline","spectrum_pct":[[30.3226,30.3279,30.3339,30.3408,30.3496,31.3359,32.0696,32.4447,32.1914,32.0565,32.6019,31.3054,28.6964,25.8431,23.0698,20.6098,18.6793,17.2524,16.202,15.5304,14.9907,14.6864,14.5253,14.4845,14.5914,14.8565,15.3137,15.9475,16.858,18.0571,19.7279,21.8744,24.4797,27.1804,29.5937,31.5511],[30.2198,30.2251,30.2312,30.2381,30.2467,31.0602,31.7879,32.3533,32.2676,32.2041,32.6346,31.3417,28.6017,25.7258,22.9558,20.5039,18.5905,17.1724,16.1268,15.462,14.9249,14.6197,14.4564,14.4109,14.524,14.7843,15.2426,15.877,16.7811,17.9856,19.6419,21.7751,24.3776,27.1063,29.5281,31.4346],[30.228,30.2333,30.2394,30.2464,30.255,31.0873,31.8163,32.3621,32.2514,32.1687,32.6263,31.3413,28.6122,25.7392,22.9749,20.5215,18.6053,17.1826,16.1352,15.4672,14.9305,14.6259,14.4619,14.4168,14.5247,14.7889,15.2426,15.8822,16.7849,17.9883,19.6545,21.7962,24.3864,27.1021,29.5191,31.3994]],"t_unix":1786367095.8070402,"uid":"p00870","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.669426,18.731674,34.356033]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.3335416666666667,"green":0.0,"red":0.0,"white":0.6664583333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 223)","median_raw":[23.928667,25.771145,37.816252],"median_spectrum_pct":[33.0244,33.028,33.0322,33.037,33.0432,33.9532,34.6549,35.1657,35.1792,35.3219,36.0969,35.6471,33.8742,31.8222,29.7326,27.7077,26.044,24.7531,23.7464,23.1123,22.5375,22.1948,21.9643,21.8474,21.9098,22.0979,22.4517,22.9435,23.6367,24.5319,25.7603,27.3336,29.2152,31.1112,32.8017,34.0843],"phase":"gamut_dense","raster_sha1":"97b27216038e3775","raw":[[23.928667,25.771145,37.816252],[23.926191,25.770525,37.808886],[23.934784,25.778017,37.826017]],"rgb":[32,159,223],"session":14,"source":"pipeline","spectrum_pct":[[33.0048,33.0084,33.0126,33.0174,33.0235,33.9331,34.6386,35.1628,35.1792,35.3617,36.1412,35.6471,33.8742,31.8222,29.7276,27.6955,26.0355,24.7508,23.7446,23.1123,22.5375,22.1948,21.965,21.8474,21.9098,22.1023,22.4505,22.9435,23.6367,24.5254,25.7603,27.3391,29.2152,31.1112,32.7772,34.0442],[33.0244,33.028,33.0322,33.037,33.0432,33.9532,34.6549,35.1657,35.1683,35.298,36.0969,35.6529,33.871,31.8179,29.7326,27.7077,26.044,24.7531,23.7464,23.1104,22.5319,22.1877,21.9565,21.8466,21.9069,22.0961,22.4532,22.9392,23.6361,24.5319,25.7743,27.3311,29.2104,31.1005,32.8017,34.1192],[33.0356,33.0392,33.0434,33.0482,33.0544,33.9766,34.6736,35.1797,35.1955,35.3219,36.0893,35.6366,33.8788,31.8355,29.7375,27.7156,26.049,24.7617,23.7548,23.1179,22.5417,22.1975,21.9643,21.8535,21.9157,22.0979,22.4517,22.9435,23.6411,24.5351,25.7529,27.3336,29.2206,31.1445,32.8357,34.0843]],"t_unix":1786367143.156203,"uid":"p00673","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.928667,25.771145,37.816252]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,159,64],"session":14,"source":"pipeline","t_unix":1786367190.469841,"uid":"p00587","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.28055989583333335,"red":0.0,"white":0.7194401041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 159)","median_raw":[25.278318,28.722622,29.739537],"median_spectrum_pct":[25.3404,25.3396,25.3387,25.3376,25.3366,25.8406,26.1803,26.4347,26.4487,26.8356,29.8245,33.8446,34.777,34.202,32.9217,31.2844,29.7991,28.5808,27.5796,26.9339,26.3088,25.952,25.6799,25.5063,25.5002,25.6261,25.9082,26.2617,26.8312,27.5546,28.5763,29.8487,31.3652,32.8788,34.2157,35.1537],"phase":"gamut_dense","raster_sha1":"f3fd92768152bcee","raw":[[25.286156,28.728372,29.74994],[25.278097,28.721965,29.73659],[25.278318,28.722622,29.739537]],"rgb":[32,191,159],"session":14,"source":"pipeline","spectrum_pct":[[25.3387,25.3379,25.337,25.3359,25.3349,25.8349,26.1744,26.4374,26.4772,26.8797,29.8424,33.8485,34.777,34.1992,32.9217,31.2844,29.7994,28.5842,27.584,26.9413,26.32,25.9574,25.6917,25.5094,25.5039,25.6321,25.92,26.2788,26.8357,27.564,28.5763,29.8541,31.3801,32.8884,34.2157,35.1537],[25.3404,25.3396,25.3387,25.3376,25.3366,25.8406,26.1803,26.4343,26.4487,26.8356,29.8245,33.8239,34.7663,34.202,32.9209,31.282,29.7991,28.5802,27.5796,26.9339,26.3088,25.952,25.6798,25.501,25.4956,25.6241,25.9059,26.2617,26.8312,27.5546,28.577,29.8487,31.3575,32.8501,34.2313,35.1347],[25.3419,25.3411,25.3402,25.3391,25.3381,25.8583,26.1879,26.4347,26.4446,26.83,29.818,33.8446,34.7787,34.2073,32.9278,31.2845,29.7934,28.5808,27.5766,26.9306,26.3085,25.9478,25.6799,25.5063,25.5002,25.6261,25.9082,26.2576,26.8169,27.5464,28.5586,29.8407,31.3652,32.8788,34.206,35.1546]],"t_unix":1786367192.6333768,"uid":"p00680","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.278318,28.722622,29.739537]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.1928359375,"white":0.7954765625,"yellow":0.0116875},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 128)","median_raw":[27.550301,28.86003,30.69732],"median_spectrum_pct":[26.6406,26.6404,26.6401,26.6398,26.6399,27.339,27.7316,27.9469,28.0118,28.2449,29.585,30.8573,30.9687,30.6043,30.0136,29.1996,28.4406,27.8012,27.2552,26.9847,26.8322,28.1284,30.1516,30.8923,31.0356,31.0916,31.235,31.4178,31.7286,32.1777,32.8228,33.6205,34.6259,35.5354,36.286,36.8331],"phase":"gamut_dense","raster_sha1":"d58859578b126bdf","raw":[[27.554329,28.863203,30.69732],[27.550301,28.86003,30.711453],[27.518871,28.835712,30.695648]],"rgb":[191,159,128],"session":14,"source":"pipeline","spectrum_pct":[[26.6168,26.6165,26.6162,26.6159,26.616,27.3072,27.7092,27.9464,28.0118,28.2547,29.6003,30.8602,30.96,30.5994,30.004,29.1996,28.442,27.8065,27.2615,26.9949,26.8396,28.1295,30.1591,30.904,31.05,31.1084,31.2517,31.4285,31.7562,32.2066,32.8258,33.6205,34.6312,35.5354,36.286,36.8331],[26.6482,26.6479,26.6477,26.6473,26.6475,27.339,27.7316,27.9532,28.0384,28.2449,29.585,30.8573,30.9744,30.6076,30.0153,29.2022,28.4406,27.8012,27.2552,26.9847,26.8322,28.1284,30.1516,30.8923,31.0356,31.0916,31.235,31.4178,31.7286,32.1777,32.8228,33.6232,34.6259,35.5471,36.2968,36.8451],[26.6406,26.6404,26.6401,26.6398,26.6399,27.3438,27.7383,27.9469,28.0073,28.2192,29.5312,30.8328,30.9687,30.6043,30.0136,29.1961,28.4298,27.7846,27.2282,26.9541,26.8033,28.0882,30.1055,30.8375,30.9855,31.0417,31.1885,31.3768,31.688,32.1427,32.7605,33.565,34.5614,35.4996,36.2585,36.771]],"t_unix":1786367239.985158,"uid":"p01075","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.550301,28.86003,30.69732]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.639709,37.629227,43.056998],"median_spectrum_pct":[37.2602,37.2609,37.2616,37.2625,37.2644,38.4209,39.0878,39.4554,39.6135,39.9008,41.1131,41.9944,41.831,41.2792,40.484,39.4233,38.4361,37.5882,36.8215,36.3666,35.8024,35.4317,35.1103,34.8595,34.776,34.7849,34.8847,34.9704,35.1346,35.3391,35.674,36.1198,36.7411,37.3325,37.8018,38.1388],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.658963,37.649207,43.056998],[34.639709,37.629227,43.060052],[34.621733,37.614547,43.03366]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[37.2574,37.258,37.2587,37.2596,37.2615,38.4059,39.0823,39.4571,39.6139,39.9189,41.1131,42.0025,41.831,41.2842,40.484,39.4354,38.4602,37.6153,36.8505,36.3963,35.8254,35.4579,35.1418,34.8896,34.8025,34.8044,34.9035,34.9966,35.1647,35.3579,35.6751,36.1391,36.7411,37.3325,37.8018,38.1049],[37.2812,37.2819,37.2827,37.2836,37.2855,38.4209,39.0878,39.4554,39.6135,39.9008,41.135,41.9944,41.831,41.2792,40.4831,39.4233,38.4361,37.5882,36.8215,36.3666,35.8024,35.4317,35.1103,34.8595,34.776,34.7849,34.8847,34.9704,35.1346,35.3391,35.674,36.1198,36.7334,37.3504,37.8018,38.1492],[37.2602,37.2609,37.2616,37.2625,37.2644,38.4344,39.1022,39.4473,39.5703,39.8201,41.0641,41.9754,41.8161,41.2778,40.4849,39.4143,38.4282,37.5785,36.8086,36.3515,35.7832,35.4124,35.091,34.8388,34.755,34.7601,34.8571,34.9483,35.105,35.3137,35.6441,36.1098,36.751,37.3167,37.8011,38.1388]],"t_unix":1786367285.3433084,"uid":"p01353","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.639709,37.629227,43.056998]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.39694,1.109019,2.288334],"median_spectrum_pct":[2.46417,2.46486,2.46565,2.46655,2.46744,2.40114,2.33364,2.2468,2.05616,1.87577,1.76951,1.6724,1.55298,1.34713,1.14832,0.968038,0.83893,0.766985,0.719488,0.699618,0.725699,0.958975,1.23053,1.35083,1.47543,1.68611,2.04522,2.61669,3.53558,4.97543,7.07287,10.0045,13.6878,17.7287,21.5183,24.6569],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.394379,1.106355,2.278274],[1.39694,1.109019,2.288334],[1.396963,1.110499,2.303927]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[2.44263,2.4433,2.44407,2.44495,2.44584,2.39858,2.33364,2.24174,2.05616,1.87577,1.71803,1.6724,1.54941,1.34437,1.14072,0.966073,0.83893,0.762902,0.718505,0.698292,0.725699,0.960603,1.22962,1.34719,1.47543,1.68756,2.04522,2.61669,3.54298,4.97543,7.10111,10.0418,13.7298,17.7287,21.5421,24.6806],[2.46888,2.46956,2.47035,2.47126,2.47216,2.4133,2.34249,2.25123,2.05371,1.86767,1.76951,1.66487,1.55298,1.34713,1.14832,0.969869,0.839681,0.767965,0.72005,0.700043,0.723813,0.958975,1.23228,1.35107,1.47729,1.68611,2.04696,2.62404,3.53558,4.97854,7.07287,10.0045,13.6878,17.7321,21.5183,24.6569],[2.46417,2.46486,2.46565,2.46655,2.46744,2.40114,2.32743,2.2468,2.08874,1.93161,1.80607,1.70058,1.56534,1.34794,1.14846,0.968038,0.838841,0.766985,0.719488,0.699618,0.726754,0.955909,1.23053,1.35083,1.47318,1.68405,2.03747,2.61314,3.52799,4.9514,7.03221,9.96917,13.6194,17.6357,21.3797,24.529]],"t_unix":1786367330.6842947,"uid":"p01354","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.39694,1.109019,2.288334]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.567861,12.173351,17.650178],"median_spectrum_pct":[15.9568,15.9589,15.9612,15.9639,15.967,16.1966,16.3552,16.4364,16.3265,16.2536,16.4407,16.2636,15.5602,14.7083,13.7964,12.9053,12.1514,11.5606,11.0898,10.8022,10.5743,10.6458,10.7986,10.8444,10.956,11.1898,11.6056,12.2112,13.1247,14.4372,16.2843,18.7127,21.6748,24.7637,27.5163,29.7291],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.567861,12.173744,17.650178],[11.569867,12.173351,17.664501],[11.558816,12.163567,17.628791]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[15.9349,15.9369,15.9392,15.9419,15.9449,16.1779,16.3403,16.4337,16.3265,16.2536,16.4407,16.2833,15.5745,14.7085,13.7964,12.9053,12.1514,11.5627,11.0948,10.8056,10.5768,10.6496,10.7986,10.8444,10.956,11.1952,11.6081,12.2169,13.1301,14.4375,16.2843,18.7127,21.6748,24.7637,27.5163,29.7339],[15.981,15.983,15.9854,15.988,15.9911,16.2044,16.3552,16.4496,16.3296,16.2601,16.4584,16.2636,15.5602,14.7083,13.8044,12.9102,12.1553,11.5606,11.0898,10.8022,10.5743,10.6458,10.8001,10.848,10.9569,11.1898,11.6056,12.2112,13.1247,14.4372,16.2905,18.7153,21.7125,24.8008,27.5502,29.7291],[15.9568,15.9589,15.9612,15.9639,15.967,16.1966,16.3585,16.4364,16.2941,16.1563,16.3832,16.214,15.5476,14.7075,13.7953,12.8998,12.1498,11.553,11.086,10.8003,10.5685,10.6423,10.7963,10.8378,10.9399,11.1749,11.5967,12.2048,13.123,14.433,16.2707,18.6643,21.6632,24.7338,27.4813,29.671]],"t_unix":1786367375.9081042,"uid":"p01355","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.567861,12.173351,17.650178]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,32,223],"session":14,"source":"pipeline","t_unix":1786367423.3647158,"uid":"p00556","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00962","ink_fraction":{"black":0.0,"blue":0.305984375,"green":0.0,"red":0.0,"white":0.694015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 223)","median_spectrum_pct":[33.5598,33.5631,33.5669,33.5713,33.5771,34.5346,35.2867,35.8757,35.9072,36.0745,36.9701,36.5802,34.9093,32.9664,30.9757,29.0197,27.3697,26.0745,25.0727,24.468,23.9089,23.5667,23.3034,23.1464,23.1734,23.3672,23.7308,24.2211,24.8987,25.7347,26.8828,28.3279,30.112,31.888,33.4924,34.7672],"phase":"gamut_dense","raster_sha1":"725591891c54aa03","rgb":[159,0,223],"session":14,"source":"pipeline","t_unix":1786367425.5804892,"uid":"p00952","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.069929,27.047387,38.604197]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0023203125,"blue":0.0,"green":0.0,"red":0.21545572916666667,"white":0.7822239583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 159)","median_raw":[26.996752,28.061617,30.072308],"median_spectrum_pct":[26.1317,26.1316,26.1315,26.1313,26.1315,26.7447,27.1418,27.4119,27.4909,27.7505,28.9622,30.0352,29.9866,29.5746,28.9919,28.2085,27.4846,26.8703,26.3502,26.1075,25.9976,27.4652,29.7391,30.5886,30.7519,30.8078,30.9585,31.1488,31.4616,31.9098,32.5617,33.3991,34.4227,35.3946,36.2009,36.7789],"phase":"gamut_dense","raster_sha1":"7668e9750b3bd34a","raw":[[27.011807,28.075702,30.072308],[26.996752,28.061617,30.050549],[26.987181,28.05932,30.075006]],"rgb":[191,64,159],"session":14,"source":"pipeline","spectrum_pct":[[26.1118,26.1116,26.1115,26.1113,26.1115,26.7414,27.1347,27.4119,27.5118,27.7739,28.9639,30.0649,29.9866,29.5746,28.9919,28.2085,27.4857,26.8837,26.3643,26.1167,26.0124,27.4836,29.7595,30.605,30.7673,30.8289,30.975,31.1588,31.4773,31.9412,32.5889,33.4173,34.4582,35.4611,36.2076,36.7789],[26.1317,26.1316,26.1315,26.1313,26.1315,26.7447,27.1418,27.406,27.4708,27.6849,28.9622,30.0001,29.9832,29.5643,28.9845,28.2037,27.4763,26.8703,26.3502,26.1075,25.9976,27.4652,29.7391,30.5886,30.7519,30.8078,30.9585,31.1488,31.4616,31.9098,32.5617,33.3991,34.4211,35.3946,36.2009,36.7156],[26.1592,26.1591,26.159,26.1589,26.1591,26.773,27.1613,27.4162,27.4909,27.7505,28.9314,30.0352,30.016,29.5938,29.0011,28.2142,27.4846,26.8696,26.343,26.0936,25.986,27.4469,29.7104,30.5558,30.721,30.7892,30.9375,31.1187,31.4377,31.9071,32.5599,33.3909,34.4227,35.3752,36.178,36.7802]],"t_unix":1786367427.7948346,"uid":"p01049","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.996752,28.061617,30.072308]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00590","ink_fraction":{"black":0.17322135416666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.8267786458333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 159)","median_spectrum_pct":[29.6395,29.6409,29.6426,29.6445,29.6469,30.2901,30.8135,31.3723,31.5698,31.7269,32.4166,32.6584,32.0444,31.2456,30.3526,29.3195,28.3663,27.5535,26.869,26.48,26.0626,25.8697,25.7224,25.5626,25.5442,25.6618,25.9388,26.2884,26.8245,27.5078,28.4718,29.7186,31.2683,32.7883,34.1536,35.2328],"phase":"gamut_dense","raster_sha1":"fd12d625ccd5c7f4","rgb":[32,159,159],"session":14,"source":"pipeline","t_unix":1786367475.139506,"uid":"p00671","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.871371,27.901141,34.027372]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.36142447916666665,"blue":0.3247526041666667,"green":0.0,"red":1.3020833333333334e-05,"white":0.31380989583333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 128)","median_raw":[11.090947,11.595755,20.70974],"median_spectrum_pct":[18.5715,18.5748,18.5786,18.583,18.5882,18.9894,19.3101,19.4796,19.3003,19.212,19.4567,18.7284,17.2051,15.5765,13.9904,12.5584,11.4327,10.5922,9.97856,9.59605,9.30093,9.24517,9.29191,9.32951,9.45444,9.7126,10.1481,10.7955,11.7375,13.0718,14.9736,17.4895,20.5402,23.7696,26.7001,29.0641],"phase":"gamut_dense","raster_sha1":"a2414b2b6f7fd5be","raw":[[11.084697,11.588247,20.692918],[11.090947,11.595755,20.70974],[11.099132,11.604487,20.728654]],"rgb":[96,96,128],"session":14,"source":"pipeline","spectrum_pct":[[18.5593,18.5626,18.5664,18.5708,18.576,18.9552,19.281,19.4616,19.2971,19.212,19.4567,18.7027,17.1774,15.5701,13.9809,12.5448,11.42,10.586,9.97398,9.59049,9.29765,9.24164,9.28749,9.32805,9.45023,9.70732,10.1481,10.7917,11.7338,13.0718,14.9736,17.484,20.5367,23.7778,26.7113,29.1019],[18.5715,18.5748,18.5786,18.583,18.5882,18.9894,19.3101,19.4796,19.3003,19.2259,19.4395,18.7284,17.2051,15.5765,13.9904,12.5584,11.4327,10.5922,9.97856,9.59605,9.30093,9.24517,9.29191,9.32951,9.45444,9.7126,10.1467,10.7955,11.7375,13.0677,14.9616,17.4929,20.5501,23.7551,26.6637,29.0309],[18.6,18.6033,18.6071,18.6115,18.6167,19.0181,19.3388,19.5,19.3181,19.2023,19.4788,18.7348,17.2093,15.5914,14.0059,12.5723,11.4426,10.6053,9.98516,9.59894,9.30295,9.25096,9.29804,9.33486,9.46095,9.71788,10.1552,10.8019,11.7435,13.0749,14.9743,17.4895,20.5402,23.7696,26.7001,29.0641]],"t_unix":1786367477.3105376,"uid":"p00814","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.090947,11.595755,20.70974]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44150520833333334,"white":0.5584947916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 128)","median_raw":[20.02594,19.331389,18.62737],"median_spectrum_pct":[16.3109,16.3101,16.3093,16.3083,16.3073,16.6498,16.8252,16.892,16.8627,16.9787,18.0107,19.0282,19.1331,18.905,18.514,17.9858,17.5248,17.1675,16.8965,16.8481,17.11,20.0469,24.6232,26.505,26.8752,26.944,27.0736,27.2825,27.7164,28.3605,29.2906,30.4656,31.8838,33.2606,34.4301,35.2417],"phase":"gamut_dense","raster_sha1":"737a0cd5b1edada6","raw":[[20.02594,19.335987,18.622113],[20.023963,19.33076,18.62737],[20.027033,19.331389,18.640689]],"rgb":[191,96,128],"session":14,"source":"pipeline","spectrum_pct":[[16.2905,16.2898,16.2889,16.2879,16.2869,16.6379,16.824,16.8926,16.8627,16.9472,18.0107,19.0182,19.1426,18.9044,18.515,17.9881,17.5376,17.1779,16.9043,16.8543,17.1167,20.0496,24.6235,26.505,26.8739,26.944,27.0723,27.2812,27.7164,28.3588,29.2821,30.48,31.8983,33.259,34.4301,35.2318],[16.315,16.3142,16.3134,16.3124,16.3115,16.6498,16.8252,16.8841,16.8592,16.9787,18.0049,19.0301,19.124,18.9076,18.514,17.9801,17.5247,17.1669,16.8965,16.8481,17.11,20.0469,24.6215,26.503,26.8752,26.9418,27.0736,27.2825,27.7136,28.3605,29.2906,30.4656,31.8834,33.2606,34.4557,35.2917],[16.3109,16.3101,16.3093,16.3083,16.3073,16.6566,16.8373,16.892,16.8658,17.0273,18.0169,19.0282,19.1331,18.905,18.5093,17.9858,17.5248,17.1675,16.8927,16.8413,17.1045,20.0463,24.6232,26.51,26.8791,26.9543,27.0772,27.2846,27.7197,28.3714,29.3003,30.4615,31.8838,33.2654,34.4267,35.2417]],"t_unix":1786367524.796636,"uid":"p01057","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.02594,19.331389,18.62737]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.30614322916666664,"green":0.0,"red":0.0,"white":0.6938567708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 223)","median_raw":[24.97612,26.956086,38.325934],"median_spectrum_pct":[33.4606,33.4639,33.4677,33.4721,33.478,34.5053,35.2007,35.5684,35.481,35.6315,36.5929,36.363,34.7821,32.8711,30.8741,28.9137,27.2902,26.0233,25.0246,24.3961,23.817,23.4816,23.2508,23.1185,23.1539,23.3288,23.6652,24.13,24.7938,25.6471,26.8092,28.2889,30.088,31.8867,33.4582,34.6502],"phase":"gamut_dense","raster_sha1":"8382743e22716488","raw":[[24.972729,26.950705,38.318134],[24.97612,26.956086,38.325934],[24.980324,26.962214,38.337057]],"rgb":[159,96,223],"session":14,"source":"pipeline","spectrum_pct":[[33.4154,33.4187,33.4225,33.4268,33.4327,34.4771,35.1771,35.5619,35.4995,35.645,36.5929,36.3592,34.7666,32.8711,30.8684,28.9013,27.2813,26.0119,25.016,24.3899,23.8121,23.4816,23.2508,23.1207,23.1539,23.3239,23.6644,24.1321,24.7981,25.6515,26.8202,28.2889,30.0774,31.8867,33.4747,34.6474],[33.4606,33.4639,33.4677,33.4721,33.478,34.5053,35.2007,35.5684,35.481,35.6182,36.6152,36.363,34.7821,32.8681,30.8741,28.9137,27.2902,26.0233,25.0246,24.3961,23.817,23.48,23.2483,23.1174,23.1545,23.3288,23.6652,24.13,24.7938,25.6471,26.8092,28.2751,30.1046,31.9099,33.4582,34.6502],[33.4778,33.4812,33.485,33.4894,33.4953,34.5305,35.2229,35.5797,35.4783,35.6315,36.5888,36.3817,34.7935,32.8873,30.8926,28.925,27.2949,26.0282,25.0289,24.3972,23.8189,23.4847,23.2533,23.1185,23.153,23.3329,23.6695,24.1261,24.788,25.6386,26.808,28.3002,30.088,31.8764,33.4416,34.6831]],"t_unix":1786367572.2177498,"uid":"p00979","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.97612,26.956086,38.325934]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,223,64],"session":14,"source":"pipeline","t_unix":1786367619.674176,"uid":"p00605","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,255,32],"session":14,"source":"pipeline","t_unix":1786367621.8235095,"uid":"p00613","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,255,0],"session":14,"source":"pipeline","t_unix":1786367623.98229,"uid":"p00612","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.21030729166666667,"red":0.0,"white":0.12474479166666666,"yellow":0.6649479166666666},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 64)","median_raw":[26.195847,31.480845,8.207128],"median_spectrum_pct":[4.99372,4.98287,4.97042,4.9561,4.9395,4.92605,4.93219,4.96129,4.90167,5.4017,10.1443,20.6369,28.0108,32.2588,34.238,34.3439,33.7737,33.0733,32.4018,32.0375,31.7161,32.1613,32.8411,32.9715,32.9443,32.9182,32.9529,32.9709,33.0827,33.3261,33.7109,34.2749,35.0381,35.7377,36.3134,36.6814],"phase":"gamut_dense","raster_sha1":"9e6da7827cab0f7f","raw":[[26.238749,31.532946,8.217076],[26.195847,31.480845,8.207128],[26.164273,31.441547,8.200384]],"rgb":[159,223,64],"session":14,"source":"pipeline","spectrum_pct":[[5.01101,5.00015,4.98769,4.97336,4.95673,4.93115,4.93219,4.96464,4.91258,5.40543,10.1568,20.6431,28.0287,32.305,34.2943,34.3987,33.8272,33.1351,32.4632,32.1032,31.7839,32.2189,32.8903,33.0168,32.9873,32.9556,33.0027,33.0172,33.1325,33.385,33.7782,34.3399,35.0859,35.7876,36.3563,36.79],[4.99372,4.98287,4.97042,4.9561,4.9395,4.92534,4.92953,4.9579,4.90167,5.4017,10.1443,20.6369,28.0108,32.2588,34.238,34.3439,33.7737,33.0733,32.4018,32.0375,31.7161,32.1613,32.8411,32.9715,32.9443,32.9182,32.9529,32.9709,33.0827,33.3261,33.7109,34.2749,35.0381,35.7377,36.3134,36.6814],[4.98813,4.97729,4.96485,4.95054,4.93397,4.92605,4.93334,4.96129,4.89534,5.37555,10.139,20.6267,27.9846,32.2266,34.2053,34.3025,33.7267,33.0274,32.3546,31.9917,31.6658,32.1163,32.8033,32.9414,32.9149,32.8799,32.9216,32.9382,33.0437,33.2895,33.6882,34.2399,34.9939,35.7248,36.2823,36.6219]],"t_unix":1786367626.1527946,"uid":"p01010","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.195847,31.480845,8.207128]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.26763020833333334,"green":0.0,"red":0.0,"white":0.7323697916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 191)","median_raw":[26.066797,28.15727,38.926204],"median_spectrum_pct":[33.8995,33.9026,33.9061,33.9101,33.9155,34.8427,35.5422,36.0473,36.0925,36.3327,37.3268,37.0956,35.6001,33.8161,31.9473,30.0847,28.5303,27.3124,26.3399,25.7268,25.1453,24.8101,24.5765,24.4337,24.4634,24.6282,24.9479,25.3689,25.9818,26.7639,27.8411,29.2158,30.8716,32.5388,34.0113,35.0963],"phase":"gamut_dense","raster_sha1":"8384201bcd3c22c0","raw":[[26.072092,28.159241,38.926496],[26.066797,28.157026,38.921243],[26.064871,28.15727,38.926204]],"rgb":[159,159,191],"session":14,"source":"pipeline","spectrum_pct":[[33.9099,33.913,33.9165,33.9206,33.9258,34.8291,35.5219,36.0469,36.1186,36.3459,37.3585,37.0779,35.6004,33.8097,31.9438,30.0818,28.529,27.311,26.3399,25.7279,25.152,24.8143,24.5794,24.4405,24.4744,24.6431,24.9642,25.3835,25.9973,26.7725,27.848,29.2339,30.8937,32.5535,34.0268,35.0963],[33.8904,33.8934,33.8969,33.901,33.9063,34.8427,35.5422,36.0473,36.0925,36.3327,37.3268,37.0956,35.5901,33.8161,31.9473,30.0849,28.5303,27.3124,26.3395,25.7256,25.1453,24.8101,24.5765,24.4337,24.4634,24.6282,24.9461,25.3689,25.9818,26.7639,27.8411,29.2158,30.8632,32.5388,34.0113,35.0829],[33.8995,33.9026,33.9061,33.9101,33.9155,34.8621,35.5574,36.0513,36.0915,36.3312,37.3031,37.1082,35.6001,33.8212,31.9573,30.0847,28.5362,27.3142,26.3402,25.7268,25.1435,24.8015,24.5669,24.4274,24.4554,24.625,24.9479,25.3589,25.9746,26.7522,27.8326,29.2108,30.8716,32.5282,34.0056,35.1015]],"t_unix":1786367673.5717463,"uid":"p00996","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.066797,28.15727,38.926204]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 223)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[128,191,223],"session":14,"source":"pipeline","t_unix":1786367720.8990626,"uid":"p00925","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4538359375,"white":0.5461640625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 128)","median_raw":[19.766897,19.066429,18.473949],"median_spectrum_pct":[16.0971,16.0964,16.0955,16.0945,16.0936,16.4342,16.6496,16.765,16.7559,16.9333,17.9185,18.8414,18.9156,18.6684,18.2696,17.7421,17.2774,16.909,16.6229,16.5682,16.8271,19.7533,24.3106,26.1839,26.5424,26.598,26.7288,26.9301,27.3768,28.0452,28.9856,30.2035,31.6597,33.0714,34.2764,35.1511],"phase":"gamut_dense","raster_sha1":"c517805280e7181d","raw":[[19.770847,19.073836,18.484748],[19.765435,19.064813,18.469737],[19.766897,19.066429,18.473949]],"rgb":[191,128,128],"session":14,"source":"pipeline","spectrum_pct":[[16.0986,16.0978,16.097,16.096,16.095,16.4315,16.6431,16.765,16.7704,16.946,17.9755,18.8688,18.9156,18.6725,18.2753,17.7482,17.284,16.9159,16.6312,16.576,16.8326,19.7571,24.3132,26.1839,26.5424,26.598,26.7288,26.9301,27.3793,28.0452,28.9856,30.2035,31.653,33.0714,34.2764,35.1367],[16.0891,16.0884,16.0875,16.0865,16.0855,16.4342,16.6496,16.7617,16.7559,16.9333,17.8811,18.8414,18.8974,18.661,18.265,17.7375,17.2771,16.909,16.6229,16.5682,16.8271,19.7533,24.3106,26.1833,26.5391,26.5969,26.7237,26.9266,27.3664,28.0418,28.9824,30.1842,31.6597,33.0653,34.256,35.1552],[16.0971,16.0964,16.0955,16.0945,16.0936,16.4469,16.6609,16.7677,16.7515,16.9038,17.9185,18.8394,18.9165,18.6684,18.2696,17.7421,17.2774,16.9065,16.6214,16.5655,16.8254,19.7487,24.3089,26.185,26.5453,26.6059,26.7306,26.935,27.3768,28.0481,28.9947,30.2087,31.6721,33.1037,34.2864,35.1511]],"t_unix":1786367723.1756718,"uid":"p01066","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.766897,19.066429,18.473949]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[96,32,32],"session":14,"source":"pipeline","t_unix":1786367770.558064,"uid":"p00793","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,96,64],"session":14,"source":"pipeline","t_unix":1786367772.8240192,"uid":"p00650","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.41983333333333334,"red":0.0,"white":0.0,"yellow":0.5801666666666667},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 0)","median_raw":[20.851399,25.957517,5.101046],"median_spectrum_pct":[2.29905,2.28925,2.27799,2.26504,2.24998,2.16594,2.12424,2.10954,2.03812,2.49754,7.41312,18.1034,25.0714,28.5267,29.6933,29.1798,28.1713,27.1834,26.3151,25.8038,25.4204,25.7268,26.2327,26.3255,26.3519,26.4365,26.6164,26.8336,27.2504,27.8887,28.7858,29.9271,31.3637,32.7706,34.0388,34.9092],"phase":"gamut_dense","raster_sha1":"67d78d06481cc348","raw":[[20.872883,25.982309,5.101046],[20.851399,25.957517,5.102315],[20.839532,25.940413,5.099645]],"rgb":[128,255,0],"session":14,"source":"pipeline","spectrum_pct":[[2.29905,2.28925,2.27799,2.26504,2.24998,2.16594,2.1219,2.10954,2.03812,2.49754,7.41312,18.1034,25.0845,28.5521,29.7159,29.2057,28.1989,27.2087,26.3472,25.836,25.4514,25.7566,26.2614,26.3553,26.3759,26.4581,26.6401,26.8586,27.2798,27.9196,28.805,29.9439,31.3759,32.7781,34.0445,34.9171],[2.29594,2.28614,2.2749,2.26196,2.24691,2.16509,2.12424,2.10599,2.03415,2.49773,7.44662,18.1203,25.0714,28.5267,29.6933,29.1798,28.1713,27.1834,26.3151,25.8038,25.4204,25.7268,26.2327,26.3255,26.3519,26.4365,26.6164,26.8336,27.2504,27.8887,28.7858,29.9271,31.3637,32.7706,34.0388,34.9092],[2.30708,2.29729,2.28606,2.27315,2.25811,2.16752,2.12857,2.11193,2.0458,2.49312,7.38547,18.0948,25.0636,28.518,29.6784,29.163,28.1513,27.1602,26.2966,25.7847,25.3982,25.7096,26.2215,26.3151,26.3418,26.4218,26.606,26.8249,27.236,27.8629,28.7673,29.9216,31.3528,32.7513,33.9825,34.8972]],"t_unix":1786367775.0570195,"uid":"p00936","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.851399,25.957517,5.101046]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,255,255],"session":14,"source":"pipeline","t_unix":1786367822.4065325,"uid":"p01268","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,223,32],"session":14,"source":"pipeline","t_unix":1786367824.5751173,"uid":"p01171","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,191,32],"session":14,"source":"pipeline","t_unix":1786367826.734617,"uid":"p01162","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4356770833333333,"white":0.5643229166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 128)","median_raw":[19.799911,19.1097,18.578564],"median_spectrum_pct":[16.2302,16.2295,16.2286,16.2277,16.2268,16.5898,16.802,16.8728,16.843,16.9853,17.9414,18.8561,18.9156,18.6798,18.3006,17.7796,17.3266,16.9775,16.7103,16.6636,16.9294,19.842,24.3347,26.1327,26.459,26.5156,26.6356,26.8421,27.2872,27.9619,28.9183,30.1292,31.5817,33.0108,34.277,35.1312],"phase":"gamut_dense","raster_sha1":"995de9a75f357774","raw":[[19.796698,19.108744,18.570306],[19.799911,19.1097,18.578564],[19.801194,19.110775,18.584525]],"rgb":[159,128,128],"session":14,"source":"pipeline","spectrum_pct":[[16.2099,16.2092,16.2084,16.2074,16.2065,16.5766,16.7888,16.8659,16.843,16.9853,17.9287,18.8561,18.9137,18.6798,18.2961,17.7803,17.3266,16.979,16.7103,16.6655,16.9295,19.841,24.3315,26.1277,26.4564,26.5103,26.6329,26.8377,27.2783,27.9524,28.9034,30.1145,31.5812,33.0018,34.2193,35.0763],[16.2302,16.2295,16.2286,16.2277,16.2268,16.5898,16.802,16.8728,16.8405,16.9895,17.9467,18.8486,18.9156,18.6796,18.3006,17.7796,17.3257,16.9759,16.7108,16.6636,16.9294,19.8439,24.3347,26.1327,26.459,26.5156,26.6356,26.8421,27.2872,27.9671,28.9183,30.1292,31.5817,33.0108,34.2785,35.1321],[16.231,16.2303,16.2295,16.2286,16.2277,16.6039,16.8143,16.8794,16.8461,16.973,17.9414,18.893,18.9269,18.689,18.301,17.7767,17.3275,16.9775,16.7063,16.6586,16.9259,19.842,24.3347,26.134,26.4646,26.5206,26.6422,26.8496,27.2959,27.9619,28.9262,30.1467,31.6155,33.0301,34.277,35.1312]],"t_unix":1786367828.8751733,"uid":"p00985","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.799911,19.1097,18.578564]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[0,223,223],"session":14,"source":"pipeline","t_unix":1786367876.209067,"uid":"p00610","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00962","ink_fraction":{"black":0.0,"blue":0.305984375,"green":0.0,"red":0.0,"white":0.694015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 223)","median_spectrum_pct":[33.5598,33.5631,33.5669,33.5713,33.5771,34.5346,35.2867,35.8757,35.9072,36.0745,36.9701,36.5802,34.9093,32.9664,30.9757,29.0197,27.3697,26.0745,25.0727,24.468,23.9089,23.5667,23.3034,23.1464,23.1734,23.3672,23.7308,24.2211,24.8987,25.7347,26.8828,28.3279,30.112,31.888,33.4924,34.7672],"phase":"gamut_dense","raster_sha1":"725591891c54aa03","rgb":[159,64,223],"session":14,"source":"pipeline","t_unix":1786367878.3593144,"uid":"p00970","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.069929,27.047387,38.604197]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.046734375,"blue":0.0,"green":0.0,"red":0.3116015625,"white":0.5908776041666667,"yellow":0.05078645833333333},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 0)","median_raw":[21.603444,21.865011,21.358152],"median_spectrum_pct":[18.5143,18.5135,18.5125,18.5114,18.5102,18.8637,19.1165,19.307,19.3364,19.5579,20.8181,22.211,22.4699,22.31,21.9265,21.3516,20.7948,20.3297,19.9364,19.7925,19.891,22.0372,25.2997,26.5575,26.8009,26.8796,27.0372,27.2662,27.7119,28.3597,29.2812,30.4425,31.8619,33.2211,34.4321,35.229],"phase":"gamut_dense","raster_sha1":"46be933bb97fa671","raw":[[21.724409,21.988783,21.434288],[21.603444,21.865011,21.358152],[21.599324,21.861017,21.357009]],"rgb":[159,128,0],"session":14,"source":"pipeline","spectrum_pct":[[18.5854,18.5845,18.5834,18.5822,18.5812,19.0392,19.2904,19.3779,19.332,19.5244,20.8337,22.2563,22.5695,22.4348,22.0554,21.4786,20.9204,20.4496,20.0604,19.9175,20.0152,22.174,25.448,26.7126,26.9594,27.0318,27.1896,27.4128,27.8507,28.4983,29.4057,30.5739,31.9965,33.3749,34.5625,35.3986],[18.5143,18.5135,18.5125,18.5114,18.5102,18.8595,19.1091,19.3062,19.3364,19.5633,20.8181,22.2094,22.4678,22.31,21.9263,21.3516,20.7948,20.3297,19.9364,19.7925,19.891,22.0372,25.2997,26.5575,26.8009,26.8796,27.0372,27.2662,27.7119,28.3597,29.2812,30.4425,31.8619,33.2211,34.4321,35.229],[18.4966,18.4958,18.4948,18.4936,18.4925,18.8637,19.1165,19.307,19.349,19.5579,20.781,22.211,22.4699,22.3075,21.9265,21.3493,20.7915,20.3275,19.9333,19.7867,19.8818,22.0335,25.2979,26.5506,26.7943,26.8723,27.0319,27.2569,27.7035,28.3511,29.266,30.4277,31.85,33.2086,34.3938,35.2197]],"t_unix":1786367880.5209508,"uid":"p00981","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.603444,21.865011,21.358152]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.6898125,"red":0.0,"white":0.0,"yellow":0.3101875},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 32)","median_raw":[13.358935,17.604707,5.544542],"median_spectrum_pct":[3.08473,3.0787,3.07177,3.0638,3.05442,2.95309,2.90604,2.91318,2.79317,3.25221,8.16906,17.5825,22.1773,23.2428,22.4807,20.824,19.1772,17.8311,16.7977,16.1498,15.6763,15.6626,15.8064,15.8249,15.9024,16.1059,16.4952,17.0376,17.8511,18.9939,20.551,22.5585,24.9994,27.5499,29.8065,31.5669],"phase":"gamut_dense","raster_sha1":"cba7c7a0efc2b5e1","raw":[[13.35117,17.598536,5.530731],[13.360758,17.607208,5.550733],[13.358935,17.604707,5.544542]],"rgb":[96,223,32],"session":14,"source":"pipeline","spectrum_pct":[[3.07398,3.06794,3.06101,3.05304,3.04366,2.94304,2.89564,2.90064,2.78412,3.23923,8.14247,17.5765,22.1628,23.2329,22.474,20.8173,19.1733,17.8308,16.7976,16.1498,15.6751,15.6552,15.7961,15.8113,15.8952,16.0984,16.4815,17.0315,17.8386,18.9891,20.5479,22.5554,24.9994,27.5499,29.8065,31.5669],[3.09429,3.08826,3.08134,3.07338,3.064,2.95309,2.90604,2.91401,2.79386,3.27721,8.18412,17.6014,22.1773,23.2428,22.4862,20.8244,19.1775,17.8334,16.8014,16.1538,15.6811,15.6663,15.807,15.8249,15.9024,16.1059,16.4952,17.0389,17.8547,19.0077,20.5701,22.5685,25.0075,27.5551,29.8308,31.5952],[3.08473,3.0787,3.07177,3.0638,3.05442,2.95433,2.90863,2.91318,2.79317,3.25221,8.16906,17.5825,22.1797,23.2462,22.4807,20.824,19.1772,17.8311,16.7977,16.1486,15.6763,15.6626,15.8064,15.8265,15.9097,16.1088,16.4956,17.0376,17.8511,18.9939,20.551,22.5585,24.9829,27.5237,29.7782,31.5402]],"t_unix":1786367927.894051,"uid":"p00847","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.358935,17.604707,5.544542]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.588093,37.55261,42.990798],"median_spectrum_pct":[37.1716,37.1722,37.173,37.1739,37.1757,38.2653,38.9382,39.3993,39.5918,39.89,41.1669,41.9673,41.7373,41.155,40.3572,39.3032,38.3273,37.4905,36.7329,36.2922,35.7391,35.3888,35.0827,34.8365,34.7592,34.7633,34.8667,34.9553,35.1144,35.3217,35.6571,36.1228,36.7755,37.349,37.8289,38.1109],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.612407,37.572744,42.994305],[34.588093,37.55261,42.981741],[34.574451,37.538546,42.990798]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[37.1713,37.1719,37.1727,37.1735,37.1753,38.2597,38.9355,39.4,39.6085,39.9295,41.1669,41.9797,41.7442,41.1552,40.3599,39.309,38.3404,37.5102,36.7582,36.3182,35.7688,35.4204,35.1163,34.87,34.7911,34.7938,34.9,34.9928,35.1557,35.3632,35.697,36.1578,36.7796,37.3356,37.8308,38.1317],[37.1716,37.1722,37.173,37.1739,37.1757,38.2653,38.9382,39.3919,39.5918,39.8708,41.1692,41.9673,41.7357,41.1543,40.3572,39.3032,38.3273,37.4905,36.7329,36.2922,35.7391,35.3888,35.0827,34.8365,34.7592,34.7633,34.8667,34.9553,35.1144,35.3217,35.6571,36.1228,36.7755,37.3624,37.818,38.1109],[37.1946,37.1953,37.196,37.1969,37.1988,38.2829,38.9558,39.3993,39.5918,39.89,41.1548,41.9521,41.7373,41.155,40.3552,39.2976,38.3149,37.4777,36.7145,36.2691,35.7152,35.3679,35.0601,34.8151,34.7352,34.741,34.8458,34.9399,35.1014,35.3099,35.6397,36.1108,36.7518,37.349,37.8289,38.0972]],"t_unix":1786367973.175232,"uid":"p01356","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.588093,37.55261,42.990798]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.390831,1.104174,2.286038],"median_spectrum_pct":[2.4489,2.44958,2.45037,2.45127,2.45215,2.38217,2.31148,2.22638,2.06802,1.91148,1.77972,1.70435,1.53585,1.33945,1.13663,0.961713,0.834082,0.75866,0.710645,0.695952,0.727675,0.954155,1.22098,1.34194,1.47111,1.6824,2.03715,2.60923,3.51722,4.93915,7.08152,10.0035,13.6748,17.6677,21.5206,24.6478],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.384362,1.099842,2.266032],[1.392402,1.105314,2.291116],[1.390831,1.104174,2.286038]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[2.43189,2.43256,2.43334,2.43423,2.4351,2.36875,2.29927,2.21152,2.05191,1.87608,1.76795,1.69253,1.53076,1.33773,1.13405,0.958015,0.83292,0.756772,0.709632,0.693553,0.726516,0.953714,1.21462,1.33415,1.4643,1.67692,2.03091,2.60617,3.51653,4.93915,7.08152,10.0053,13.6748,17.6762,21.5206,24.6478],[2.46462,2.46532,2.46612,2.46704,2.46791,2.38217,2.31148,2.22638,2.08339,1.92379,1.79448,1.70435,1.53585,1.34735,1.13663,0.961713,0.836069,0.760756,0.712552,0.697561,0.727675,0.955763,1.22098,1.3425,1.47364,1.6824,2.03736,2.61093,3.52722,4.95007,7.08407,10.0035,13.678,17.6677,21.5256,24.6492],[2.4489,2.44958,2.45037,2.45127,2.45215,2.38655,2.3154,2.23053,2.06802,1.91148,1.77972,1.70721,1.53799,1.33945,1.14074,0.963643,0.834082,0.75866,0.710645,0.695952,0.727811,0.954155,1.22312,1.34194,1.47111,1.68451,2.03715,2.60923,3.51722,4.93497,7.06947,9.97121,13.6441,17.6491,21.49,24.5924]],"t_unix":1786368018.393611,"uid":"p01357","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.390831,1.104174,2.286038]} +{"battery_mv":0,"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.555513,12.15809,17.566949],"median_spectrum_pct":[15.8829,15.8849,15.8872,15.8898,15.8929,16.192,16.3523,16.3748,16.1901,16.0556,16.3061,16.1534,15.4963,14.6652,13.7777,12.8955,12.1485,11.5547,11.0867,10.7973,10.5716,10.6485,10.8041,10.8512,10.9644,11.1973,11.6145,12.2216,13.1317,14.4412,16.2819,18.7107,21.6618,24.742,27.5524,29.7125],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.555513,12.158137,17.566949],[11.552993,12.155137,17.558224],[11.556174,12.15809,17.568811]],"rgb":null,"session":14,"source":"bayer","spectrum_pct":[[15.8792,15.8812,15.8835,15.8861,15.8892,16.1767,16.336,16.3665,16.2069,16.0808,16.3265,16.1843,15.494,14.6638,13.7777,12.8921,12.1485,11.5555,11.0894,10.7973,10.5717,10.6499,10.803,10.8519,10.9659,11.2,11.6145,12.2225,13.1349,14.4391,16.2917,18.729,21.674,24.742,27.5768,29.7732],[15.8863,15.8882,15.8905,15.8931,15.8962,16.192,16.3523,16.3748,16.1838,16.0358,16.2884,16.1493,15.4995,14.6652,13.7774,12.8955,12.146,11.5522,11.0854,10.796,10.5691,10.6477,10.8041,10.8494,10.9644,11.1951,11.6127,12.2177,13.1317,14.4422,16.2723,18.7049,21.6616,24.7429,27.5524,29.7109],[15.8829,15.8849,15.8872,15.8898,15.8929,16.2055,16.3649,16.3816,16.1901,16.0556,16.3061,16.1534,15.4963,14.6737,13.7801,12.8986,12.1499,11.5547,11.0867,10.7989,10.5716,10.6485,10.8066,10.8512,10.9618,11.1973,11.6178,12.2216,13.1283,14.4412,16.2819,18.7107,21.6618,24.7344,27.534,29.7125]],"t_unix":1786368063.6096718,"uid":"p01358","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.555513,12.15809,17.566949]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3316380208333333,"blue":0.6683619791666666,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 128)","median_raw":[5.525982,5.301774,17.486471],"median_spectrum_pct":[15.8962,15.9009,15.9063,15.9124,15.9197,16.326,16.7101,16.8996,16.5918,16.3011,16.1091,14.615,12.3087,9.98516,7.84846,6.07068,4.75797,3.84671,3.22452,2.83575,2.60232,2.59167,2.69521,2.79302,2.96099,3.26683,3.75419,4.47755,5.55575,7.08259,9.23152,12.1423,15.7186,19.5429,23.1949,26.2168],"phase":"gamut_dense","raster_sha1":"c1c973c41f472298","raw":[[5.525982,5.301756,17.470547],[5.541403,5.318134,17.521244],[5.523972,5.301774,17.486471]],"rgb":[64,32,128],"session":14,"source":"pipeline","spectrum_pct":[[15.8762,15.8808,15.8861,15.8923,15.8996,16.326,16.7101,16.8809,16.5668,16.2635,16.0368,14.5927,12.3076,9.98516,7.84846,6.07068,4.75726,3.84671,3.22452,2.83575,2.60159,2.59167,2.69521,2.79302,2.96099,3.26683,3.75419,4.47755,5.55575,7.08272,9.245,12.1616,15.7344,19.5679,23.2156,26.2218],[15.9207,15.9254,15.9307,15.9368,15.9442,16.383,16.7699,16.9306,16.5918,16.3011,16.1091,14.6337,12.3503,10.0196,7.87519,6.08926,4.77164,3.85865,3.23421,2.84377,2.60962,2.59989,2.70474,2.8005,2.96844,3.27472,3.76444,4.48641,5.56334,7.08259,9.23152,12.1423,15.7186,19.5429,23.1949,26.2168],[15.8962,15.9009,15.9063,15.9124,15.9197,16.254,16.6377,16.8996,16.6197,16.3504,16.1323,14.615,12.3087,9.97776,7.84419,6.06612,4.75797,3.84551,3.22188,2.83134,2.60232,2.59043,2.69147,2.78862,2.95519,3.26172,3.74555,4.46874,5.53419,7.0416,9.18935,12.0965,15.6562,19.4707,23.1266,26.1338]],"t_unix":1786368112.2618442,"uid":"p00715","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.525982,5.301774,17.486471]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3341145833333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.6658854166666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 159)","median_raw":[19.166729,20.501132,26.264303],"median_spectrum_pct":[23.2847,23.2864,23.2884,23.2908,23.2937,23.7621,24.0721,24.2892,24.2662,24.2836,24.6833,24.7668,24.1839,23.3892,22.5061,21.5592,20.7275,20.0566,19.4904,19.1467,18.8089,18.7362,18.7411,18.7038,18.7541,18.923,19.2448,19.7045,20.4013,21.3775,22.7668,24.5877,26.7897,29.072,31.0946,32.6378],"phase":"gamut_dense","raster_sha1":"f4a8ef9aa64d447b","raw":[[19.169078,20.503165,26.247582],[19.166729,20.501132,26.264303],[19.164207,20.497915,26.265649]],"rgb":[159,96,159],"session":14,"source":"pipeline","spectrum_pct":[[23.2866,23.2884,23.2904,23.2928,23.2957,23.7477,24.0546,24.2771,24.2575,24.2492,24.6833,24.7678,24.1839,23.387,22.5003,21.5565,20.7314,20.0575,19.4956,19.1537,18.8153,18.7435,18.7497,18.7089,18.7638,18.9329,19.2566,19.7142,20.4025,21.3795,22.7764,24.5956,26.8206,29.1029,31.0946,32.6378],[23.2847,23.2864,23.2884,23.2908,23.2937,23.7621,24.0721,24.2892,24.2662,24.2911,24.7082,24.7668,24.1855,23.3924,22.5061,21.5598,20.7275,20.0566,19.4904,19.1467,18.8089,18.7362,18.7411,18.7038,18.7541,18.923,19.2448,19.7045,20.4013,21.3775,22.7668,24.5818,26.7849,29.072,31.1144,32.6418],[23.2803,23.2821,23.2841,23.2864,23.2893,23.7758,24.0822,24.2932,24.2779,24.2836,24.6761,24.7567,24.1797,23.3892,22.5083,21.5592,20.7267,20.0514,19.4879,19.1448,18.8074,18.7334,18.7382,18.6941,18.7481,18.922,19.2393,19.696,20.3842,21.3688,22.7611,24.5877,26.7897,29.0576,31.0946,32.6196]],"t_unix":1786368159.696095,"uid":"p00977","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.166729,20.501132,26.264303]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.16889322916666666,"blue":0.13478645833333333,"green":0.0,"red":0.0,"white":0.6963203125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 191)","median_raw":[22.478539,24.188634,32.295137],"median_spectrum_pct":[28.3613,28.3637,28.3664,28.3695,28.3736,29.0899,29.5864,29.895,29.8774,29.9574,30.657,30.6409,29.6394,28.3977,27.0721,25.691,24.516,23.5704,22.8,22.3222,21.8621,21.6488,21.5354,21.4505,21.4998,21.6554,21.9837,22.4336,23.0946,23.9748,25.217,26.8352,28.7844,30.764,32.4796,33.7873],"phase":"gamut_dense","raster_sha1":"b50795a4135858dc","raw":[[22.482977,24.191585,32.290343],[22.478539,24.188634,32.298038],[22.476409,24.186651,32.295137]],"rgb":[159,32,191],"session":14,"source":"pipeline","spectrum_pct":[[28.3413,28.3436,28.3463,28.3494,28.3535,29.0713,29.5738,29.8908,29.8884,29.9673,30.657,30.6409,29.6385,28.3977,27.0704,25.688,24.516,23.5741,22.8011,22.3251,21.8687,21.6596,21.5456,21.4641,21.5086,21.6715,21.9844,22.4352,23.0984,23.9792,25.2276,26.8376,28.7844,30.764,32.4796,33.7873],[28.3625,28.3649,28.3676,28.3707,28.3748,29.0899,29.5864,29.895,29.8774,29.9574,30.6992,30.6488,29.6427,28.396,27.0721,25.691,24.5133,23.5701,22.8,22.3222,21.8621,21.6474,21.5354,21.4505,21.4998,21.6554,21.9837,22.4336,23.0946,23.9748,25.217,26.8352,28.7943,30.7655,32.5002,33.7928],[28.3613,28.3637,28.3664,28.3695,28.3736,29.1082,29.6055,29.8987,29.8698,29.9526,30.6363,30.6218,29.6394,28.3996,27.077,25.6946,24.5161,23.5704,22.7983,22.3202,21.857,21.6488,21.5321,21.4498,21.4969,21.6534,21.9695,22.4191,23.0754,23.9678,25.2087,26.8104,28.7702,30.7393,32.4657,33.7192]],"t_unix":1786368207.1127667,"uid":"p00960","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.478539,24.188634,32.295137]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.5590807291666666,"green":0.0,"red":0.0,"white":0.4409192708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 255)","median_raw":[18.009626,19.12893,34.680822],"median_spectrum_pct":[30.4993,30.5045,30.5105,30.5173,30.526,31.4345,32.1691,32.6398,32.4596,32.3861,32.9631,31.6963,29.0558,26.2014,23.4399,20.9727,19.0303,17.5905,16.5294,15.8505,15.3009,14.9866,14.8116,14.7623,14.8778,15.1554,15.6244,16.2705,17.1874,18.3983,20.062,22.1957,24.75,27.4162,29.8188,31.682],"phase":"gamut_dense","raster_sha1":"aeba06ef85e7be16","raw":[[17.997482,19.114154,34.652214],[18.009626,19.12893,34.680822],[18.015705,19.136769,34.689548]],"rgb":[128,64,255],"session":14,"source":"pipeline","spectrum_pct":[[30.4742,30.4794,30.4854,30.4923,30.5009,31.4063,32.1384,32.6173,32.4499,32.3861,32.9009,31.674,29.0373,26.1784,23.4188,20.9557,19.0158,17.5772,16.5161,15.8387,15.2918,14.9765,14.8006,14.7515,14.8725,15.1512,15.6184,16.2644,17.1818,18.3921,20.062,22.1957,24.7398,27.4162,29.8001,31.6849],[30.4993,30.5045,30.5105,30.5173,30.526,31.4345,32.1691,32.6398,32.4596,32.3971,32.9915,31.6963,29.0558,26.2014,23.4399,20.9727,19.0303,17.5905,16.5294,15.8505,15.3009,14.9866,14.8116,14.7623,14.8778,15.1554,15.6244,16.2705,17.189,18.3983,20.062,22.1955,24.75,27.4096,29.8188,31.682],[30.5012,30.5065,30.5124,30.5193,30.5279,31.4614,32.1966,32.6516,32.4715,32.3796,32.9631,31.7033,29.0687,26.217,23.4555,20.9835,19.0425,17.6013,16.5359,15.8566,15.3075,14.9905,14.8138,14.7644,14.8844,15.1586,15.6309,16.2782,17.1874,18.406,20.0673,22.2066,24.761,27.4302,29.8325,31.681]],"t_unix":1786368254.4759877,"uid":"p00890","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.009626,19.12893,34.680822]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[128,255,191],"session":14,"source":"pipeline","t_unix":1786368301.895175,"uid":"p00942","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[128,223,255],"session":14,"source":"pipeline","t_unix":1786368304.030767,"uid":"p00935","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.6303697916666666,"green":0.0,"red":0.0,"white":0.3696302083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 255)","median_raw":[16.202553,17.075521,33.595423],"median_spectrum_pct":[29.5956,29.6012,29.6076,29.6151,29.6244,30.5788,31.3362,31.7734,31.5243,31.4001,31.7971,30.257,27.3967,24.337,21.4141,18.8456,16.867,15.4091,14.3382,13.6553,13.1161,12.8261,12.6815,12.652,12.7814,13.0693,13.5522,14.2338,15.2047,16.4952,18.2601,20.543,23.3226,26.196,28.8149,30.9054],"phase":"gamut_dense","raster_sha1":"56b46973ecc83c86","raw":[[16.188086,17.060287,33.575563],[16.202553,17.075521,33.595423],[16.20993,17.083999,33.612645]],"rgb":[96,128,255],"session":14,"source":"pipeline","spectrum_pct":[[29.5932,29.5988,29.6053,29.6128,29.6221,30.5471,31.2968,31.7459,31.5052,31.4001,31.8069,30.2432,27.3787,24.324,21.3968,18.8276,16.85,15.39,14.3245,13.639,13.1004,12.8134,12.6736,12.6419,12.7689,13.0518,13.534,14.2178,15.1884,16.4935,18.2595,20.543,23.3064,26.196,28.8149,30.9264],[29.5956,29.6012,29.6076,29.6151,29.6244,30.5788,31.3362,31.7734,31.5243,31.3918,31.7971,30.2712,27.3967,24.337,21.4141,18.8456,16.867,15.4091,14.3382,13.6553,13.1161,12.8261,12.6815,12.652,12.7841,13.0708,13.5522,14.2338,15.2047,16.4952,18.2601,20.5425,23.3246,26.229,28.822,30.8782],[29.6255,29.6312,29.6376,29.6451,29.6544,30.6017,31.3553,31.7834,31.5409,31.4229,31.7864,30.257,27.416,24.3578,21.4256,18.8575,16.8778,15.4179,14.3483,13.6602,13.1235,12.833,12.6849,12.6589,12.7814,13.0693,13.5546,14.2459,15.2097,16.5001,18.2781,20.5575,23.3226,26.1949,28.7883,30.9054]],"t_unix":1786368306.183954,"uid":"p00827","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.202553,17.075521,33.595423]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01233","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19040104166666666,"white":0.793828125,"yellow":0.015770833333333335},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 32)","median_spectrum_pct":[26.4078,26.4075,26.4071,26.4067,26.4065,26.9411,27.3862,27.8617,28.0819,28.3454,29.7404,30.9165,30.8873,30.5073,29.9624,29.1767,28.4013,27.7269,27.1628,26.908,26.7867,28.1199,30.1729,30.894,31.0141,31.0897,31.2795,31.5103,31.8566,32.3049,32.9083,33.6767,34.6479,35.6016,36.3413,36.9449],"phase":"gamut_dense","raster_sha1":"851a1a1e6bff900e","rgb":[255,159,32],"session":14,"source":"pipeline","t_unix":1786368353.562695,"uid":"p01234","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.511349,28.816343,30.613563]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.397136,1.105392,2.276836],"median_spectrum_pct":[2.43582,2.43649,2.43726,2.43814,2.43904,2.40045,2.33375,2.24257,2.05867,1.86071,1.701,1.694,1.53611,1.34272,1.14096,0.961156,0.8334,0.758651,0.714328,0.693643,0.726402,0.96019,1.23284,1.35668,1.48904,1.70299,2.06332,2.63645,3.54777,4.97181,7.10182,10.0032,13.7069,17.7128,21.4817,24.6245],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.391748,1.102179,2.261453],[1.397136,1.105392,2.276836],[1.400029,1.107508,2.283743]],"session":14,"source":"ink","spectrum_pct":[[2.43582,2.43649,2.43726,2.43814,2.43904,2.39372,2.32311,2.23134,2.05589,1.83048,1.6568,1.68299,1.53611,1.33867,1.1414,0.959358,0.8334,0.758078,0.714328,0.693418,0.72296,0.954577,1.22983,1.34993,1.47969,1.69641,2.05797,2.62902,3.54777,4.97237,7.10764,10.0334,13.7243,17.7137,21.5,24.625],[2.43571,2.43637,2.43713,2.43801,2.43891,2.40045,2.33375,2.24257,2.05867,1.8622,1.71553,1.69405,1.52925,1.34272,1.13834,0.961156,0.833261,0.758651,0.714446,0.693643,0.727103,0.96019,1.23284,1.35668,1.48904,1.7044,2.06332,2.63645,3.54609,4.97181,7.10182,10.0032,13.7069,17.7128,21.4685,24.5996],[2.45121,2.45188,2.45266,2.45355,2.45444,2.40482,2.34047,2.25021,2.0775,1.86071,1.701,1.694,1.54332,1.34691,1.14096,0.96182,0.836451,0.762276,0.713247,0.693822,0.726402,0.961286,1.23673,1.36337,1.49299,1.70299,2.06601,2.63941,3.55208,4.97115,7.09961,10.0012,13.6792,17.6845,21.4817,24.6245]],"t_unix":1786368355.7234516,"uid":"s014_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.397136,1.105392,2.276836]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[34.972229,37.969012,43.028419],"median_spectrum_pct":[37.2055,37.206,37.2066,37.2073,37.2088,38.2311,38.8967,39.4099,39.6635,39.9954,41.1906,42.0929,41.908,41.3964,40.6627,39.6676,38.7432,37.9474,37.2182,36.8005,36.2599,35.9127,35.6003,35.3501,35.2667,35.261,35.3381,35.4008,35.5274,35.6738,35.9587,36.3432,36.9159,37.4652,37.8559,38.1012],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.988163,37.984561,43.028419],[34.972229,37.969012,43.042592],[34.949591,37.949443,43.00959]],"session":14,"source":"ink","spectrum_pct":[[37.2055,37.206,37.2066,37.2073,37.2088,38.2206,38.8848,39.4099,39.6745,39.9954,41.1906,42.0775,41.9081,41.4009,40.6753,39.6817,38.7616,37.9675,37.2427,36.8217,36.2833,35.9377,35.6293,35.3747,35.289,35.2828,35.3636,35.4256,35.5463,35.694,35.9587,36.3432,36.9098,37.4652,37.8559,38.0918],[37.2111,37.2116,37.2122,37.2129,37.2145,38.2311,38.8973,39.4119,39.6635,39.9997,41.3018,42.116,41.908,41.3964,40.6627,39.6676,38.7432,37.9474,37.2182,36.8005,36.2599,35.9127,35.6003,35.3501,35.2667,35.261,35.3381,35.4008,35.5274,35.6738,35.9663,36.3479,36.9159,37.488,37.8721,38.1607],[37.1973,37.1979,37.1985,37.1992,37.2007,38.2364,38.8967,39.3927,39.6394,39.9289,41.1593,42.0929,41.9012,41.3892,40.6586,39.6582,38.73,37.931,37.2014,36.7806,36.2377,35.8897,35.5751,35.326,35.2427,35.23,35.3052,35.3659,35.4874,35.6361,35.9161,36.3263,36.9207,37.4525,37.8448,38.1012]],"t_unix":1786368400.8438237,"uid":"s014_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.972229,37.969012,43.028419]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[30.841957,36.476177,4.625039],"median_spectrum_pct":[1.51981,1.50536,1.48878,1.4697,1.44774,1.45484,1.42574,1.39203,1.36019,1.74435,6.18913,17.6621,27.211,33.7795,37.654,38.929,39.0666,38.8504,38.4947,38.3963,38.2753,39.1517,40.4301,40.7854,40.7174,40.521,40.3152,39.9775,39.6592,39.3406,39.0806,38.8525,38.8286,38.7572,38.6039,38.3802],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.901234,36.553019,4.625039],[30.841957,36.476177,4.632464],[30.798514,36.421451,4.613593]],"session":14,"source":"ink","spectrum_pct":[[1.51981,1.50536,1.48878,1.4697,1.44774,1.44975,1.41862,1.38832,1.36019,1.74435,6.18913,17.7071,27.257,33.8327,37.7264,39.009,39.1551,38.9414,38.5919,38.4974,38.3709,39.2371,40.4992,40.8461,40.784,40.5921,40.3826,40.0451,39.7146,39.4001,39.1544,38.9645,38.9147,38.8652,38.6856,38.424],[1.52774,1.51332,1.49678,1.47775,1.45584,1.45711,1.42574,1.39203,1.37726,1.78705,6.19292,17.6621,27.211,33.7795,37.654,38.929,39.0666,38.8504,38.4947,38.3963,38.2753,39.1517,40.4301,40.7854,40.7174,40.521,40.3152,39.9775,39.6592,39.3406,39.0806,38.8525,38.8286,38.7572,38.6039,38.3802],[1.51244,1.49803,1.4815,1.46249,1.44061,1.45484,1.42587,1.39215,1.34681,1.74166,6.16232,17.6523,27.1977,33.7251,37.5998,38.8686,39.005,38.7856,38.4289,38.3293,38.2047,39.0888,40.3851,40.7438,40.6788,40.4899,40.2796,39.937,39.6091,39.2929,39.0388,38.8227,38.8058,38.705,38.5872,38.3094]],"t_unix":1786368446.00094,"uid":"s014_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.841957,36.476177,4.625039]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.712948,4.396299,0.942248],"median_spectrum_pct":[0.872567,0.871216,0.869664,0.867877,0.865868,0.90294,0.905203,0.884415,0.827045,0.741578,0.801513,0.986119,1.06539,1.07134,1.02458,0.949604,0.944256,1.05874,1.23845,1.50208,2.19962,6.75197,14.3677,17.7361,18.2145,18.0143,17.8229,17.8193,18.1749,18.9528,20.2064,21.9476,24.1338,26.4814,28.5837,30.2378],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.704506,4.39444,0.942248],[7.712948,4.396299,0.940443],[7.727844,4.403721,0.95449]],"session":14,"source":"ink","spectrum_pct":[[0.872567,0.871216,0.869664,0.867877,0.865868,0.90294,0.905203,0.879385,0.827045,0.741578,0.765174,0.984296,1.06335,1.07134,1.02508,0.953242,0.946828,1.06603,1.24769,1.51379,2.20231,6.73912,14.3437,17.7084,18.1854,17.9874,17.7965,17.7922,18.1445,18.9198,20.178,21.9176,24.1338,26.4814,28.5863,30.2378],[0.866848,0.865492,0.863934,0.86214,0.860131,0.902619,0.903061,0.885097,0.810203,0.722442,0.801513,0.99648,1.06821,1.06463,1.02288,0.947939,0.942216,1.05874,1.23845,1.50208,2.19648,6.75197,14.3677,17.7361,18.2145,18.0143,17.8229,17.8193,18.1749,18.9528,20.2064,21.9476,24.1296,26.4534,28.5708,30.2061],[0.874249,0.872895,0.871339,0.869548,0.867538,0.907237,0.90558,0.884415,0.827295,0.788155,0.80754,0.986119,1.06539,1.07517,1.02458,0.949604,0.944256,1.05808,1.23628,1.49632,2.19962,6.76982,14.3929,17.766,18.2443,18.0395,17.8633,17.8563,18.2051,18.9883,20.2455,21.9661,24.1442,26.4833,28.5837,30.2395]],"t_unix":1786368491.1481166,"uid":"s014_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.712948,4.396299,0.942248]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[8.000588,7.70135,27.512644],"median_spectrum_pct":[24.6153,24.6226,24.631,24.6406,24.6524,25.4786,26.236,26.6749,26.2993,25.8828,25.531,22.7468,18.8434,15.0641,11.6755,8.92236,6.91644,5.52971,4.58912,3.98809,3.59804,3.41538,3.36755,3.41357,3.58886,3.90587,4.41765,5.1782,6.26079,7.77106,9.89988,12.7717,16.3121,20.1624,23.9041,26.9289],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.988963,7.686588,27.478638],[8.000588,7.70135,27.512644],[8.008474,7.709249,27.53513]],"session":14,"source":"ink","spectrum_pct":[[24.5661,24.5734,24.5818,24.5914,24.6031,25.4234,26.1789,26.6289,26.2993,25.8754,25.531,22.7121,18.8083,15.0331,11.6459,8.89621,6.89604,5.51736,4.58059,3.97981,3.59008,3.41072,3.36027,3.41126,3.58473,3.90481,4.41614,5.17794,6.25232,7.75548,9.89847,12.7713,16.3121,20.2041,23.9045,26.9289],[24.6153,24.6226,24.631,24.6406,24.6524,25.4786,26.236,26.6749,26.2993,25.8828,25.5324,22.7468,18.8434,15.0641,11.6755,8.92236,6.91644,5.52971,4.58912,3.98809,3.59804,3.41538,3.36755,3.41357,3.58926,3.90587,4.41765,5.18127,6.26427,7.77106,9.89988,12.7754,16.3204,20.1624,23.9041,26.9461],[24.6345,24.6417,24.6501,24.6597,24.6715,25.5116,26.2724,26.7027,26.3135,25.9037,25.5174,22.7483,18.8599,15.0907,11.6885,8.93362,6.92476,5.53454,4.59467,3.99287,3.60366,3.42242,3.37223,3.41846,3.58886,3.91347,4.42249,5.1782,6.26079,7.77822,9.90565,12.7717,16.2995,20.143,23.8109,26.8886]],"t_unix":1786368536.3018794,"uid":"s014_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.000588,7.70135,27.512644]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.258339,8.024262,6.480023],"median_spectrum_pct":[4.60672,4.60532,4.60372,4.60187,4.59947,4.47957,4.42499,4.42624,4.25275,4.62033,9.14731,16.0943,17.5293,15.8856,13.26,10.652,8.58503,7.09183,6.04494,5.36231,4.90533,4.71655,4.67321,4.69593,4.84334,5.14932,5.64708,6.38072,7.45144,8.96088,11.0716,13.8494,17.2875,21.0029,24.4629,27.4103],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.237211,7.999767,6.441157],[5.258339,8.024262,6.494193],[5.260453,8.027696,6.480023]],"session":14,"source":"ink","spectrum_pct":[[4.56806,4.56666,4.56504,4.56318,4.56079,4.45646,4.40677,4.40272,4.20037,4.60514,9.05784,16.0636,17.4988,15.8547,13.2318,10.6241,8.56001,7.06944,6.02665,5.3461,4.88978,4.70406,4.6591,4.68151,4.832,5.13082,5.62588,6.35631,7.43272,8.93988,11.0476,13.7953,17.2484,20.9525,24.4311,27.3781],[4.6125,4.61112,4.60952,4.60769,4.60529,4.47957,4.42499,4.42624,4.25582,4.68364,9.20185,16.1274,17.5293,15.8856,13.26,10.652,8.58503,7.09183,6.04494,5.36231,4.90533,4.71655,4.67321,4.69593,4.84334,5.14932,5.64708,6.38072,7.45272,8.96488,11.0914,13.8526,17.2875,21.0029,24.4629,27.4331],[4.60672,4.60532,4.60372,4.60187,4.59947,4.47962,4.43251,4.42802,4.25275,4.62033,9.14731,16.0943,17.5392,15.8999,13.2711,10.6529,8.58969,7.09724,6.0515,5.36641,4.91047,4.7218,4.67798,4.70344,4.85107,5.15419,5.65037,6.38797,7.45144,8.96088,11.0716,13.8494,17.2916,21.0036,24.4824,27.4103]],"t_unix":1786368581.461475,"uid":"s014_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.258339,8.024262,6.480023]} +{"battery_mv_start":4180,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":15,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786405849.5819955} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.448169,1.170359,2.341723],"median_spectrum_pct":[2.50479,2.50547,2.50625,2.50714,2.508,2.42522,2.35628,2.28719,2.14447,1.924,1.83379,1.77509,1.60539,1.419,1.21818,1.03656,0.904859,0.826258,0.777561,0.758429,0.783634,1.02116,1.29256,1.41267,1.53334,1.74157,2.092,2.65846,3.55943,4.95494,7.0564,9.95127,13.5899,17.6016,21.4326,24.6148],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.446003,1.168277,2.331425],[1.448169,1.170359,2.341723],[1.452438,1.174407,2.360328]],"session":15,"source":"ink","spectrum_pct":[[2.50134,2.50202,2.50281,2.50371,2.50456,2.41494,2.34836,2.28197,2.14233,1.924,1.78039,1.75305,1.6044,1.419,1.21394,1.03656,0.904859,0.825145,0.776066,0.757289,0.783634,1.01776,1.29109,1.41242,1.53173,1.73926,2.09101,2.65617,3.56427,4.97537,7.07405,9.97623,13.6214,17.6465,21.4748,24.6749],[2.51382,2.51451,2.5153,2.51622,2.51707,2.42522,2.35628,2.28719,2.14447,1.92033,1.83379,1.77509,1.60539,1.41668,1.21875,1.03533,0.90445,0.826258,0.777746,0.758429,0.783355,1.02116,1.29256,1.41267,1.53334,1.74157,2.092,2.65951,3.55943,4.95494,7.05441,9.95127,13.5899,17.6016,21.4326,24.6148],[2.50479,2.50547,2.50625,2.50714,2.508,2.4339,2.36439,2.29496,2.14606,1.98986,1.88357,1.78454,1.61376,1.42819,1.21818,1.03908,0.906339,0.827453,0.777561,0.758856,0.786921,1.02323,1.29417,1.41951,1.53564,1.74356,2.09244,2.65846,3.55598,4.95396,7.0564,9.93167,13.5847,17.5918,21.4013,24.5414]],"t_unix":1786405852.2092123,"uid":"s015_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448169,1.170359,2.341723]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.626486,37.612948,43.07706],"median_spectrum_pct":[37.174,37.1747,37.1755,37.1763,37.1779,38.0777,38.764,39.4822,39.8535,40.202,41.4061,42.1403,41.8204,41.2225,40.4415,39.4032,38.399,37.5148,36.7422,36.3301,35.8175,35.4761,35.1305,34.8345,34.7148,34.7222,34.8757,35.0382,35.2451,35.4556,35.7827,36.2037,36.845,37.4218,37.8723,38.2507],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.649789,37.63711,43.090978],[34.626486,37.612948,43.07706],[34.611977,37.600586,43.075622]],"session":15,"source":"ink","spectrum_pct":[[37.174,37.1747,37.1755,37.1763,37.1779,38.0653,38.7491,39.482,39.8833,40.2532,41.4424,42.1637,41.8317,41.2358,40.4531,39.4232,38.4265,37.5412,36.7666,36.3545,35.8436,35.4985,35.1579,34.8673,34.7478,34.7532,34.9105,35.0767,35.2831,35.484,35.8091,36.2463,36.8597,37.4429,37.8852,38.2565],[37.174,37.1747,37.1755,37.1763,37.1779,38.0777,38.764,39.4822,39.8535,40.202,41.4061,42.1403,41.8194,41.2219,40.4412,39.4032,38.399,37.5148,36.7422,36.3301,35.8175,35.4761,35.1305,34.8345,34.7148,34.7222,34.8757,35.0382,35.2451,35.4556,35.7827,36.2037,36.845,37.4218,37.872,38.2341],[37.1701,37.1707,37.1715,37.1724,37.174,38.095,38.7777,39.483,39.8449,40.1946,41.3804,42.1249,41.8204,41.2225,40.4415,39.4016,38.3954,37.5054,36.7268,36.3104,35.7956,35.4506,35.1109,34.8123,34.6936,34.6997,34.8561,35.018,35.2325,35.4401,35.7643,36.1966,36.798,37.4207,37.8723,38.2507]],"t_unix":1786405897.376896,"uid":"s015_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.626486,37.612948,43.07706]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.931741,36.534436,4.614802],"median_spectrum_pct":[1.50105,1.48658,1.46996,1.45086,1.42889,1.45363,1.42246,1.3886,1.39027,1.72923,6.13722,17.5623,27.1157,33.7288,37.6842,39.0176,39.1381,38.8648,38.486,38.4247,38.3676,39.3253,40.629,40.9466,40.835,40.6439,40.4981,40.2321,39.967,39.6512,39.3726,39.1245,39.0418,38.9804,38.8259,38.6971],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.019817,36.644031,4.614802],[30.931741,36.534436,4.595942],[30.898097,36.48816,4.616095]],"session":15,"source":"ink","spectrum_pct":[[1.50105,1.48658,1.46996,1.45086,1.42889,1.45128,1.41918,1.38512,1.39027,1.72923,6.14754,17.5686,27.1694,33.8147,37.7896,39.1312,39.2638,38.9932,38.6154,38.5603,38.5068,39.4479,40.7249,41.0345,40.9243,40.7426,40.5966,40.3289,40.0603,39.7481,39.4774,39.2295,39.1651,39.0902,38.9177,38.7929],[1.49677,1.48234,1.46577,1.44672,1.42483,1.45363,1.42246,1.3886,1.36818,1.69593,6.09073,17.5368,27.1157,33.7288,37.6842,39.0176,39.1381,38.8648,38.486,38.4247,38.3676,39.3253,40.629,40.9466,40.835,40.6439,40.4981,40.2321,39.967,39.6512,39.3726,39.1245,39.0418,38.9804,38.8259,38.6971],[1.50926,1.49485,1.47832,1.4593,1.43744,1.46301,1.43002,1.39241,1.39883,1.7425,6.13722,17.5623,27.1011,33.7033,37.6408,38.9614,39.0802,38.8037,38.421,38.3568,38.3019,39.267,40.5892,40.9131,40.8029,40.6177,40.4669,40.2012,39.9302,39.6182,39.3511,39.1048,39.0168,38.9573,38.7701,38.6697]],"t_unix":1786405942.550983,"uid":"s015_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.931741,36.534436,4.614802]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.878896,4.510276,0.970553],"median_spectrum_pct":[0.908856,0.907478,0.905896,0.904073,0.902027,0.941504,0.943235,0.922424,0.861515,0.737277,0.761881,0.978808,1.1115,1.13276,1.08547,1.01755,1.0083,1.12127,1.30338,1.56889,2.26978,6.89536,14.6562,18.0929,18.5624,18.3501,18.1765,18.1933,18.5462,19.3043,20.5294,22.2433,24.3954,26.7324,28.8187,30.4825],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.866474,4.504349,0.967748],[7.878896,4.510276,0.970553],[7.892593,4.519059,0.985997]],"session":15,"source":"ink","spectrum_pct":[[0.902027,0.900647,0.899062,0.897236,0.895188,0.936103,0.941455,0.918917,0.861515,0.737277,0.727609,0.976383,1.1115,1.12682,1.08255,1.01755,1.00785,1.12083,1.30753,1.57542,2.27284,6.88074,14.6339,18.0658,18.5274,18.3154,18.1379,18.1498,18.5048,19.2712,20.4992,22.2019,24.3549,26.6925,28.7917,30.4678],[0.908856,0.907478,0.905896,0.904073,0.902027,0.941504,0.943235,0.922424,0.853789,0.729367,0.761881,0.978808,1.10808,1.13276,1.08547,1.01726,1.0083,1.12127,1.30338,1.56889,2.26775,6.89536,14.6562,18.0929,18.5624,18.3501,18.1765,18.1933,18.5462,19.3043,20.5294,22.2433,24.3954,26.7324,28.8187,30.4825],[0.931014,0.929649,0.928083,0.926278,0.924225,0.945808,0.947028,0.927872,0.88384,0.746397,0.782711,0.999267,1.12024,1.14249,1.09456,1.02254,1.01279,1.12182,1.3007,1.56446,2.26978,6.90881,14.6802,18.1215,18.5855,18.3794,18.2043,18.2175,18.5793,19.3398,20.5543,22.2752,24.4456,26.7374,28.8831,30.5399]],"t_unix":1786405987.825835,"uid":"s015_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.878896,4.510276,0.970553]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.761991,7.449638,26.972912],"median_spectrum_pct":[24.0799,24.0871,24.0953,24.1047,24.1162,24.8518,25.6105,26.1681,25.852,25.464,25.1313,22.3802,18.4766,14.7008,11.33,8.61126,6.63422,5.2788,4.36619,3.79045,3.41969,3.25342,3.20859,3.25287,3.42275,3.7332,4.24423,4.99544,6.07351,7.57008,9.703,12.5505,16.1181,20.0318,23.7363,26.8958],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.74849,7.434079,26.925875],[7.761991,7.449638,26.972912],[7.773286,7.462267,27.011354]],"session":15,"source":"ink","spectrum_pct":[[24.0453,24.0524,24.0607,24.0701,24.0815,24.7925,25.5492,26.1254,25.8183,25.4583,25.0562,22.3179,18.4455,14.6702,11.3054,8.59032,6.61867,5.26604,4.35399,3.78223,3.41288,3.24909,3.20525,3.25028,3.41771,3.72726,4.23389,4.98812,6.06503,7.57008,9.703,12.5601,16.1217,20.0352,23.7397,26.9061],[24.0799,24.0871,24.0953,24.1047,24.1162,24.8518,25.6105,26.1681,25.852,25.464,25.1313,22.3802,18.4766,14.7008,11.33,8.61126,6.63422,5.2788,4.36619,3.79045,3.41969,3.25342,3.20859,3.25298,3.42275,3.73554,4.24423,4.99544,6.07351,7.56555,9.69909,12.5494,16.1181,20.0318,23.7363,26.8958],[24.1061,24.1133,24.1215,24.131,24.1425,24.8885,25.6499,26.1997,25.8771,25.5258,25.1687,22.4044,18.4975,14.7217,11.3505,8.62487,6.6512,5.29006,4.37637,3.79988,3.42697,3.26276,3.21368,3.25287,3.42411,3.7332,4.24479,5.00528,6.08053,7.57501,9.72314,12.5505,16.0983,19.9708,23.7111,26.8377]],"t_unix":1786406033.0850172,"uid":"s015_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.761991,7.449638,26.972912]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.278974,7.996315,6.635343],"median_spectrum_pct":[4.77147,4.77018,4.7687,4.767,4.76468,4.59434,4.54792,4.59057,4.45295,4.796,9.34319,16.256,17.4573,15.7692,13.1603,10.5785,8.53036,7.04422,6.00736,5.33628,4.89058,4.717,4.68448,4.71316,4.8595,5.15794,5.66622,6.40634,7.4783,8.98054,11.0821,13.8355,17.2212,20.9195,24.4209,27.3674],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.270064,7.983128,6.625966],[5.278974,7.996315,6.635343],[5.287944,8.007588,6.652414]],"session":15,"source":"ink","spectrum_pct":[[4.75531,4.75402,4.75254,4.75083,4.74852,4.58378,4.53532,4.57474,4.43822,4.796,9.34319,16.2146,17.4348,15.747,13.1399,10.5624,8.51637,7.02964,5.99287,5.32283,4.87965,4.71135,4.68017,4.70384,4.85281,5.1507,5.65598,6.39545,7.46912,8.97406,11.0782,13.8355,17.2283,20.9195,24.413,27.3785],[4.77147,4.77018,4.7687,4.767,4.76468,4.59434,4.54792,4.59057,4.45295,4.77368,9.3288,16.256,17.4573,15.7692,13.1603,10.5785,8.53036,7.04422,6.00736,5.33628,4.89058,4.717,4.68448,4.71316,4.8595,5.15794,5.66622,6.40634,7.4783,8.98054,11.0821,13.8336,17.2176,20.942,24.4211,27.3304],[4.77593,4.77464,4.77315,4.77145,4.76913,4.60696,4.55749,4.59845,4.45601,4.81092,9.37754,16.2752,17.4731,15.7912,13.1726,10.5889,8.5411,7.05494,6.01679,5.34331,4.89725,4.72939,4.69505,4.71769,4.8634,5.1679,5.67699,6.41024,7.48105,8.99767,11.0934,13.8555,17.2212,20.9079,24.4209,27.3674]],"t_unix":1786406078.3363543,"uid":"s015_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.278974,7.996315,6.635343]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9099973958333333,"white":0.09000260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 32)","median_raw":[9.338791,6.265863,3.034882],"median_spectrum_pct":[2.70875,2.70745,2.70596,2.70424,2.70227,2.73329,2.75091,2.7729,2.74028,2.68247,2.8426,3.12478,3.21147,3.20762,3.12081,3.00159,2.94485,2.99676,3.12566,3.36103,4.02511,8.48834,15.8935,19.1535,19.6072,19.4408,19.3229,19.3893,19.7869,20.5616,21.7825,23.4266,25.5213,27.7476,29.6942,31.27],"phase":"gamut_dense","raster_sha1":"c68e1bf2b20997ed","raw":[[9.334303,6.265306,3.042265],[9.338791,6.265863,3.03349],[9.348757,6.27297,3.034882]],"rgb":[191,64,32],"session":15,"source":"pipeline","spectrum_pct":[[2.70875,2.70745,2.70596,2.70424,2.70227,2.73127,2.75069,2.7729,2.74028,2.72299,2.85548,3.12478,3.20946,3.20762,3.1175,3.00159,2.94253,3.00113,3.13137,3.37157,4.02915,8.48092,15.8809,19.1344,19.5858,19.4136,19.3042,19.3809,19.7798,20.5479,21.7683,23.4266,25.5142,27.7476,29.6699,31.27],[2.71323,2.71194,2.71045,2.70874,2.70677,2.73329,2.75091,2.76848,2.73266,2.68247,2.8426,3.12071,3.21147,3.19775,3.12081,3.00119,2.9453,2.99596,3.12566,3.36103,4.0243,8.48834,15.8935,19.1535,19.6072,19.4408,19.3229,19.3893,19.7869,20.5616,21.7825,23.4168,25.5213,27.7329,29.6942,31.2682],[2.69585,2.69454,2.69303,2.6913,2.68932,2.73335,2.75275,2.77443,2.74338,2.67496,2.83109,3.13715,3.22089,3.2164,3.12643,3.00523,2.94485,2.99676,3.12412,3.3603,4.02511,8.50187,15.9188,19.1752,19.6318,19.4591,19.3439,19.4147,19.8077,20.5777,21.7962,23.4617,25.5378,27.7637,29.7145,31.3142]],"t_unix":1786406126.9756572,"uid":"p01045","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.338791,6.265863,3.034882]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01142","ink_fraction":{"black":0.0,"blue":2.6041666666666666e-06,"green":0.0,"red":0.0,"white":0.9999973958333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 255)","median_spectrum_pct":[37.2786,37.2792,37.2799,37.2806,37.2822,38.3192,39.0387,39.6815,40.0001,40.2894,41.4985,42.2851,42.0078,41.4546,40.6855,39.6608,38.6691,37.7927,37.0209,36.6024,36.0764,35.6984,35.3321,35.0317,34.9085,34.9229,35.0718,35.217,35.4037,35.593,35.8992,36.3148,36.9038,37.4825,37.9227,38.2197],"phase":"gamut_dense","raster_sha1":"bb2584f9a26b2662","rgb":[223,159,255],"session":15,"source":"pipeline","t_unix":1786406177.0185423,"uid":"p01160","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.832672,37.850737,43.264518]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5665104166666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.4334895833333333},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 0)","median_raw":[11.945104,13.492599,4.30251],"median_spectrum_pct":[3.15214,3.14801,3.14327,3.13781,3.13132,3.03426,2.97295,2.93156,2.79849,2.96787,5.03749,9.32329,12.001,13.3792,13.9933,14.0032,13.7887,13.5371,13.3098,13.259,13.3249,14.2319,15.3266,15.6524,15.7569,15.8984,16.1851,16.6005,17.2611,18.2499,19.7075,21.6476,24.0953,26.6691,28.9364,30.7652],"phase":"gamut_dense","raster_sha1":"b2c24e826f8840fe","raw":[[11.969562,13.523909,4.302516],[11.945104,13.492599,4.30251],[11.925549,13.467353,4.289589]],"rgb":[96,96,0],"session":15,"source":"pipeline","spectrum_pct":[[3.15214,3.14801,3.14327,3.13781,3.13132,3.02805,2.96495,2.92498,2.79849,2.96788,5.07629,9.32566,12.007,13.4033,14.026,14.0343,13.8205,13.5748,13.3509,13.2993,13.3651,14.2655,15.3563,15.6829,15.7824,15.9188,16.2088,16.6295,17.2902,18.2753,19.7323,21.6794,24.1177,26.7124,28.9941,30.8183],[3.15151,3.14739,3.14266,3.13722,3.13075,3.03426,2.97295,2.9319,2.80505,2.96787,5.03749,9.32329,12.001,13.3792,13.9933,14.0032,13.7887,13.5371,13.3098,13.259,13.3249,14.2319,15.3266,15.6524,15.7569,15.8984,16.1851,16.6005,17.2611,18.2499,19.7075,21.6476,24.0953,26.6691,28.9313,30.7652],[3.16352,3.15941,3.15471,3.14929,3.14284,3.03995,2.97628,2.93156,2.7982,2.92513,4.97254,9.30738,11.9791,13.3634,13.9737,13.9768,13.7555,13.508,13.2842,13.2308,13.2978,14.2016,15.3095,15.6357,15.7351,15.8779,16.1672,16.5817,17.2435,18.2368,19.6834,21.6187,24.0615,26.6573,28.9364,30.7133]],"t_unix":1786406180.2825053,"uid":"p00810","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.945104,13.492599,4.30251]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 0)","median_raw":[31.032855,36.660102,4.690491],"median_spectrum_pct":[1.56763,1.55314,1.53652,1.5174,1.49537,1.48508,1.45397,1.43094,1.4226,1.86617,6.316,17.7623,27.2779,33.8618,37.7929,39.112,39.2482,38.9965,38.6343,38.5856,38.5198,39.4478,40.7395,41.0585,40.9352,40.7363,40.5725,40.2927,40.0038,39.6768,39.3915,39.1583,39.0686,38.9985,38.7948,38.7122],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","raw":[[31.125644,36.774723,4.703503],[31.032855,36.660102,4.678487],[30.983806,36.598073,4.690491]],"rgb":[255,223,0],"session":15,"source":"pipeline","spectrum_pct":[[1.56763,1.55314,1.53652,1.5174,1.49537,1.48508,1.45397,1.43094,1.41969,1.87575,6.3525,17.806,27.3438,33.9364,37.8963,39.2334,39.3732,39.1266,38.7717,38.7267,38.6664,39.5781,40.8454,41.1513,41.0335,40.8276,40.6686,40.3937,40.1051,39.7794,39.4916,39.2446,39.18,39.139,38.9846,38.9215],[1.55464,1.5402,1.52361,1.50454,1.48258,1.48489,1.45338,1.43114,1.42298,1.80339,6.28814,17.7295,27.2779,33.8618,37.7929,39.112,39.2482,38.9965,38.6343,38.5856,38.5198,39.4478,40.7395,41.0585,40.9352,40.7363,40.5725,40.2927,40.0038,39.6768,39.3915,39.1583,39.0686,38.9985,38.7948,38.7122],[1.56915,1.55474,1.5382,1.51918,1.49726,1.48841,1.45811,1.42569,1.4226,1.86617,6.316,17.7623,27.2629,33.8166,37.7304,39.0452,39.1689,38.9174,38.5565,38.5011,38.4398,39.3732,40.6833,41.0053,40.8846,40.6816,40.5181,40.2316,39.9514,39.6283,39.3453,39.101,39.0154,38.9543,38.747,38.6023]],"t_unix":1786406237.082915,"uid":"p01251","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.032855,36.660102,4.690491]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.19918489583333332,"red":0.0,"white":0.3560729166666667,"yellow":0.4447421875},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 96)","median_raw":[26.474921,31.273082,15.252211],"median_spectrum_pct":[11.6128,11.605,11.596,11.5857,11.5737,11.6694,11.7779,11.8906,11.8841,12.3522,16.6784,25.5554,30.9585,33.5867,34.4754,34.0214,33.1492,32.2659,31.506,31.1097,30.7469,30.9631,31.3243,31.3095,31.2461,31.2585,31.4234,31.6072,31.8823,32.2713,32.8144,33.5368,34.4572,35.4082,36.1658,36.7592],"phase":"gamut_dense","raster_sha1":"78ecb779546d0d92","raw":[[26.489621,31.291969,15.251219],[26.474921,31.273082,15.262884],[26.443332,31.236227,15.252211]],"rgb":[159,255,96],"session":15,"source":"pipeline","spectrum_pct":[[11.6137,11.6059,11.5969,11.5865,11.5745,11.6572,11.7681,11.8906,11.8841,12.3275,16.658,25.5554,30.9585,33.5943,34.4964,34.0433,33.1672,32.2905,31.5352,31.136,30.7745,30.9934,31.347,31.3234,31.2574,31.2747,31.4406,31.6222,31.8963,32.2858,32.8463,33.5412,34.4728,35.4082,36.1658,36.7361],[11.6128,11.605,11.596,11.5857,11.5737,11.6694,11.7779,11.8952,11.8897,12.3522,16.6985,25.5519,30.9668,33.5867,34.4754,34.0214,33.1492,32.2659,31.506,31.1097,30.7469,30.9631,31.3243,31.3095,31.2461,31.2585,31.4234,31.6072,31.8823,32.2713,32.8144,33.5368,34.4572,35.409,36.2206,36.8117],[11.6022,11.5943,11.5854,11.575,11.5631,11.6708,11.779,11.8844,11.8625,12.3568,16.6784,25.5563,30.9283,33.5613,34.4405,33.9851,33.1075,32.2256,31.4659,31.0644,30.7007,30.9224,31.2899,31.273,31.21,31.224,31.3855,31.5675,31.8482,32.2445,32.7846,33.4885,34.444,35.3803,36.1268,36.7592]],"t_unix":1786406284.8707638,"uid":"p01020","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.474921,31.273082,15.252211]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.34646614583333335,"yellow":0.6535338541666667},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 96)","median_raw":[31.021501,36.115047,14.367744],"median_spectrum_pct":[10.5424,10.5321,10.5203,10.5068,10.4911,10.5723,10.6929,10.8564,10.9004,11.3656,15.6824,25.1597,31.8454,35.9333,38.0731,38.4714,38.156,37.6505,37.1241,36.9309,36.7212,37.2557,38.0056,38.1064,38.0017,37.8965,37.8776,37.793,37.7362,37.6728,37.6764,37.7252,37.9583,38.2194,38.2938,38.4023],"phase":"gamut_dense","raster_sha1":"ef008d8dcbcf5442","raw":[[31.250877,36.386702,14.412321],[31.021501,36.115047,14.367744],[30.966327,36.047815,14.337791]],"rgb":[223,191,96],"session":15,"source":"pipeline","spectrum_pct":[[10.5828,10.5724,10.5605,10.5468,10.5311,10.6755,10.7974,10.8964,10.9004,11.3637,15.6824,25.2112,32.0223,36.1831,38.3592,38.7748,38.4597,37.953,37.4241,37.2337,37.0244,37.555,38.293,38.3876,38.2765,38.17,38.1497,38.0594,37.9967,37.918,37.9095,37.9604,38.1756,38.4073,38.4755,38.5527],[10.5424,10.5321,10.5203,10.5068,10.4911,10.5723,10.6929,10.8564,10.9048,11.4153,15.7333,25.1597,31.8454,35.9333,38.0731,38.4714,38.156,37.6505,37.1241,36.9309,36.7212,37.2557,38.0056,38.1064,38.0017,37.8965,37.8776,37.793,37.7362,37.6728,37.6764,37.7252,37.9583,38.2194,38.2938,38.4023],[10.5187,10.5085,10.4967,10.4832,10.4675,10.5663,10.6907,10.8436,10.8814,11.3656,15.669,25.0827,31.7863,35.8769,38.009,38.404,38.0885,37.5777,37.0501,36.8529,36.6412,37.1856,37.9483,38.048,37.943,37.8367,37.8179,37.7339,37.6797,37.6001,37.603,37.6623,37.8976,38.1426,38.2266,38.2777]],"t_unix":1786406332.5504227,"uid":"p01164","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.021501,36.115047,14.367744]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5315859375,"red":0.0,"white":0.4684140625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 128)","median_raw":[17.344123,20.719104,19.960075],"median_spectrum_pct":[16.5309,16.5295,16.528,16.5262,16.524,16.6272,16.7989,17.0525,17.0612,17.5294,21.4664,26.9912,28.2843,27.3776,25.5938,23.5306,21.7166,20.2816,19.1804,18.4908,17.9316,17.6522,17.4666,17.3415,17.3952,17.6121,18.0311,18.6185,19.4485,20.563,22.0806,24.0067,26.3271,28.7616,30.911,32.6352],"phase":"gamut_dense","raster_sha1":"b3449700f2686208","raw":[[17.342784,20.715896,19.968052],[17.344123,20.719104,19.955451],[17.349344,20.727727,19.960075]],"rgb":[96,191,128],"session":15,"source":"pipeline","spectrum_pct":[[16.5309,16.5295,16.528,16.5262,16.524,16.611,16.7808,17.0432,17.079,17.6014,21.4673,26.9912,28.2843,27.3688,25.5877,23.52,21.7097,20.2723,19.1708,18.4846,17.9264,17.6444,17.4626,17.3405,17.3952,17.6121,18.0311,18.6206,19.4485,20.563,22.0818,24.0067,26.3208,28.7735,30.911,32.6352],[16.5339,16.5326,16.5311,16.5293,16.527,16.6272,16.7989,17.0525,17.0612,17.5294,21.4126,26.9653,28.272,27.3776,25.5938,23.5306,21.7166,20.2816,19.1804,18.4908,17.9316,17.6522,17.4666,17.3415,17.3945,17.61,18.0283,18.6101,19.4421,20.5625,22.0783,23.9889,26.3271,28.7449,30.8522,32.6348],[16.5234,16.522,16.5205,16.5187,16.5164,16.63,16.8063,17.055,17.0545,17.5083,21.4664,27.0004,28.3025,27.3896,25.6053,23.5374,21.723,20.2875,19.1845,18.4975,17.9396,17.6575,17.4701,17.3482,17.3984,17.6216,18.0397,18.6185,19.4487,20.566,22.0806,24.0093,26.3414,28.7616,30.9259,32.6918]],"t_unix":1786406380.721279,"uid":"p00841","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.344123,20.719104,19.960075]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9094505208333333,"white":0.09054947916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 64)","median_raw":[9.2421,6.195806,3.012777],"median_spectrum_pct":[2.70721,2.70595,2.7045,2.70283,2.70089,2.724,2.72807,2.73327,2.70472,2.6606,2.86201,3.1558,3.21366,3.18285,3.08536,2.96167,2.89754,2.94467,3.06941,3.30538,3.96721,8.39348,15.7165,18.9429,19.4074,19.2645,19.1687,19.2593,19.6709,20.4681,21.6948,23.3621,25.4799,27.7073,29.7548,31.3298],"phase":"gamut_dense","raster_sha1":"a64e288fbb85e9b4","raw":[[9.23624,6.195806,3.026994],[9.2421,6.195217,3.010854],[9.252502,6.202153,3.012777]],"rgb":[128,64,64],"session":15,"source":"pipeline","spectrum_pct":[[2.70721,2.70595,2.7045,2.70283,2.70089,2.724,2.72807,2.73819,2.71049,2.6842,2.92566,3.16691,3.21366,3.18285,3.08465,2.96167,2.89754,2.95034,3.07672,3.31304,3.9737,8.38503,15.7004,18.9167,19.3785,19.2354,19.1398,19.2285,19.6409,20.4457,21.6823,23.3563,25.471,27.6998,29.732,31.3298],[2.68734,2.68606,2.68459,2.6829,2.68096,2.71911,2.72932,2.73327,2.69969,2.6606,2.84682,3.15156,3.2128,3.17776,3.08536,2.95661,2.89258,2.94467,3.06941,3.30538,3.96618,8.39348,15.7165,18.9429,19.4074,19.2645,19.1687,19.2593,19.6709,20.4681,21.6948,23.3621,25.4799,27.7073,29.7548,31.2944],[2.71188,2.71061,2.70917,2.7075,2.70556,2.72433,2.72778,2.73324,2.70472,2.63809,2.86201,3.1558,3.21571,3.18485,3.0887,2.96554,2.89796,2.94349,3.06908,3.30408,3.96721,8.40798,15.7393,18.964,19.4319,19.2886,19.1891,19.2797,19.698,20.4811,21.7106,23.3959,25.505,27.7419,29.7685,31.3844]],"t_unix":1786406428.2549355,"uid":"p00884","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.2421,6.195806,3.012777]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":2.6041666666666666e-06,"blue":0.0,"green":0.0,"red":0.4423515625,"white":0.5576458333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 128)","median_raw":[19.670293,18.953744,18.647354],"median_spectrum_pct":[16.3279,16.3273,16.3267,16.3259,16.3251,16.5816,16.7627,16.9458,17.0207,17.1402,18.0438,18.8306,18.8119,18.5489,18.1447,17.6322,17.1645,16.7901,16.5187,16.4862,16.764,19.6806,24.1608,25.9315,26.2259,26.2692,26.427,26.6846,27.1729,27.8642,28.8228,30.0351,31.5269,32.9864,34.2591,35.2287],"phase":"gamut_dense","raster_sha1":"ab5ba43523856d1d","raw":[[19.676248,18.962307,18.669826],[19.670293,18.953744,18.647354],[19.66681,18.949521,18.640917]],"rgb":[223,0,128],"session":15,"source":"pipeline","spectrum_pct":[[16.3302,16.3296,16.329,16.3282,16.3274,16.5771,16.7576,16.9537,17.0453,17.2052,18.0868,18.8978,18.8288,18.5535,18.1518,17.6387,17.1722,16.7961,16.5248,16.4952,16.7733,19.6842,24.1608,25.9315,26.2263,26.2677,26.427,26.6895,27.1775,27.8746,28.8396,30.0548,31.5513,33.0136,34.282,35.2442],[16.3199,16.3194,16.3187,16.318,16.3172,16.5816,16.7627,16.9458,17.0207,17.1402,18.0438,18.8306,18.8119,18.5469,18.1447,17.6322,17.1645,16.7901,16.5187,16.4862,16.764,19.6806,24.1618,25.9348,26.2259,26.2692,26.4237,26.6846,27.1698,27.8489,28.8212,30.0292,31.5269,32.9864,34.2591,35.2287],[16.3279,16.3273,16.3267,16.3259,16.3251,16.5836,16.7683,16.944,16.9971,17.139,18.0133,18.8272,18.7929,18.5489,18.1446,17.6313,17.1615,16.7848,16.5122,16.4817,16.7597,19.677,24.1592,25.9257,26.2223,26.2695,26.4274,26.6838,27.1729,27.8642,28.8228,30.0351,31.5238,32.9854,34.2195,35.2243]],"t_unix":1786406475.8002758,"uid":"p01111","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.670293,18.953744,18.647354]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[191,223,223],"session":15,"source":"pipeline","t_unix":1786406523.4146922,"uid":"p01096","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.44677083333333334,"blue":0.0,"green":0.0,"red":0.2492109375,"white":0.30401822916666665,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 96)","median_raw":[9.474934,9.05939,10.764954],"median_spectrum_pct":[9.66827,9.66882,9.66945,9.67017,9.67098,9.80134,9.90009,9.97984,9.92091,9.86517,10.0334,10.1684,9.87125,9.45874,9.02492,8.57126,8.18837,7.90445,7.70482,7.64106,7.73275,9.01481,10.9316,11.6548,11.8199,11.964,12.2741,12.7791,13.5806,14.7916,16.5301,18.8381,21.7005,24.6946,27.407,29.6053],"phase":"gamut_dense","raster_sha1":"55d7cd9b79e6f3b7","raw":[[9.473802,9.058912,10.75544],[9.474934,9.05939,10.764954],[9.478658,9.062203,10.765506]],"rgb":[128,64,96],"session":15,"source":"pipeline","spectrum_pct":[[9.66827,9.66882,9.66945,9.67017,9.67098,9.79124,9.892,9.9754,9.91211,9.86517,10.0284,10.158,9.87125,9.45825,9.02397,8.56979,8.18619,7.90445,7.7059,7.64032,7.73275,9.01324,10.9285,11.6529,11.8199,11.964,12.2729,12.7791,13.5806,14.7913,16.5301,18.8297,21.7206,24.7149,27.431,29.6262],[9.66561,9.66615,9.66678,9.6675,9.66832,9.80134,9.90009,9.97984,9.92091,9.87568,10.063,10.1684,9.8565,9.45874,9.02492,8.57126,8.18837,7.90147,7.70482,7.64106,7.7321,9.01481,10.9316,11.6548,11.812,11.9606,12.2741,12.7743,13.5792,14.7916,16.5189,18.8381,21.7005,24.6729,27.3967,29.5891],[9.68373,9.68429,9.68492,9.68565,9.68648,9.81521,9.91337,9.98535,9.92753,9.83882,10.0334,10.1705,9.87448,9.46083,9.02987,8.5747,8.1898,7.90563,7.70355,7.64283,7.73571,9.01791,10.9347,11.656,11.8246,11.9689,12.2816,12.7814,13.5885,14.8019,16.5317,18.8433,21.6975,24.6946,27.407,29.6053]],"t_unix":1786406525.716333,"uid":"p00885","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.474934,9.05939,10.764954]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,128,0],"session":15,"source":"pipeline","t_unix":1786406573.3524244,"uid":"p00576","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,0,191],"session":15,"source":"pipeline","t_unix":1786406575.648062,"uid":"p00627","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.5,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 32)","median_raw":[4.100396,2.587142,1.708456],"median_spectrum_pct":[1.71976,1.71952,1.71924,1.71892,1.71846,1.68682,1.6512,1.61286,1.54318,1.47048,1.44331,1.48923,1.42853,1.32435,1.194,1.06001,0.983581,0.997749,1.05828,1.17624,1.50813,3.60919,6.85116,8.15691,8.38453,8.45855,8.66004,9.07907,9.84356,11.0871,12.9115,15.4057,18.5261,21.8554,24.9524,27.4742],"phase":"gamut_dense","raster_sha1":"69478766660ed1db","raw":[[4.100396,2.587142,1.710072],[4.102836,2.587662,1.708448],[4.086871,2.578416,1.708456]],"rgb":[64,32,32],"session":15,"source":"pipeline","spectrum_pct":[[1.71669,1.71644,1.71615,1.71582,1.71537,1.68682,1.6512,1.60533,1.54318,1.47781,1.45461,1.49841,1.42787,1.32435,1.19452,1.06001,0.983581,0.997749,1.05909,1.17883,1.50886,3.60919,6.85116,8.15691,8.38453,8.45855,8.66004,9.07907,9.84356,11.0871,12.9262,15.4232,18.5261,21.87,24.9668,27.5398],[1.73773,1.73749,1.73722,1.73691,1.73646,1.69517,1.66008,1.61286,1.5232,1.46535,1.43853,1.48923,1.42853,1.32412,1.194,1.06036,0.984055,0.998676,1.05828,1.17624,1.50813,3.61444,6.85757,8.15954,8.39265,8.46574,8.66228,9.08914,9.86134,11.0871,12.9115,15.4057,18.5471,21.8554,24.9524,27.4742],[1.71976,1.71952,1.71924,1.71892,1.71846,1.68111,1.64687,1.61353,1.54555,1.47048,1.44331,1.48734,1.43176,1.32509,1.19188,1.0588,0.981103,0.993903,1.05239,1.16922,1.50022,3.6019,6.83032,8.12853,8.35695,8.42782,8.62789,9.05244,9.81325,11.0339,12.8651,15.3623,18.4672,21.7707,24.8338,27.3634]],"t_unix":1786406578.0363648,"uid":"p00712","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.100396,2.587142,1.708456]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.5616380208333334,"green":0.0,"red":0.0,"white":0.4383619791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 255)","median_raw":[17.951198,19.029212,34.489413],"median_spectrum_pct":[30.213,30.2182,30.2241,30.2309,30.2392,30.9522,31.7075,32.4566,32.4806,32.4934,33.0179,31.5854,28.7831,25.9202,23.2,20.7874,18.8813,17.4602,16.4297,15.7921,15.288,15.0043,14.8351,14.7735,14.8726,15.1301,15.6117,16.278,17.2029,18.4112,20.058,22.1663,24.7257,27.4508,29.8471,31.86],"phase":"gamut_dense","raster_sha1":"c6f77409a8d61fd0","raw":[[17.942507,19.018233,34.472551],[17.951198,19.029212,34.489413],[17.955264,19.03456,34.491372]],"rgb":[128,96,255],"session":15,"source":"pipeline","spectrum_pct":[[30.2035,30.2086,30.2146,30.2214,30.2296,30.9236,31.6766,32.4395,32.4806,32.4934,33.0279,31.5838,28.7744,25.9057,23.1814,20.7716,18.8645,17.4465,16.4168,15.7838,15.2804,14.9956,14.8305,14.7683,14.8693,15.1289,15.6046,16.2708,17.1998,18.4153,20.0686,22.1809,24.7488,27.4695,29.8324,31.8593],[30.213,30.2182,30.2241,30.2309,30.2392,30.9522,31.7075,32.4566,32.4876,32.5096,33.0179,31.5967,28.7831,25.9202,23.2,20.7874,18.8813,17.4602,16.4297,15.7921,15.288,15.0043,14.8351,14.7735,14.8726,15.1301,15.6117,16.278,17.2029,18.4112,20.0576,22.1663,24.7257,27.4508,29.8562,31.8849],[30.2254,30.2305,30.2365,30.2433,30.2515,30.9662,31.7228,32.4639,32.4787,32.4878,33.0164,31.5854,28.7984,25.9289,23.2085,20.7943,18.887,17.4687,16.4314,15.798,15.297,15.0094,14.8386,14.7768,14.8741,15.1364,15.6156,16.2805,17.2031,18.4045,20.058,22.1641,24.7044,27.4052,29.8471,31.86]],"t_unix":1786406625.5155017,"uid":"p00899","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.951198,19.029212,34.489413]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 64)","median_raw":[9.323392,6.223321,3.007859],"median_spectrum_pct":[2.69629,2.69502,2.69355,2.69186,2.68989,2.70688,2.71902,2.73891,2.71317,2.65615,2.84101,3.11311,3.18482,3.15853,3.0719,2.93492,2.87678,2.92739,3.05423,3.28942,3.95614,8.42965,15.8768,19.1705,19.6559,19.5105,19.4201,19.5019,19.9016,20.698,21.9262,23.5714,25.6627,27.8836,29.8836,31.4692],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","raw":[[9.314864,6.221573,3.007859],[9.323392,6.223321,3.001617],[9.334351,6.228137,3.010453]],"rgb":[191,0,64],"session":15,"source":"pipeline","spectrum_pct":[[2.69629,2.69502,2.69355,2.69186,2.68989,2.70688,2.71887,2.73891,2.71317,2.6623,2.83142,3.10839,3.1939,3.16769,3.0719,2.94396,2.87678,2.92921,3.05956,3.29716,3.95958,8.41989,15.8526,19.1439,19.6277,19.4835,19.3875,19.4715,19.8797,20.6728,21.9093,23.5677,25.6622,27.869,29.8693,31.4692],[2.68823,2.68695,2.68547,2.68377,2.6818,2.7067,2.71902,2.73412,2.7067,2.63354,2.84101,3.11311,3.18482,3.15853,3.06917,2.93492,2.875,2.92739,3.05423,3.28942,3.95614,8.42965,15.8768,19.1705,19.6559,19.5105,19.4201,19.5019,19.9016,20.698,21.9262,23.5714,25.6627,27.8881,29.9074,31.4463],[2.69703,2.69575,2.69428,2.69258,2.69061,2.70962,2.72281,2.7405,2.7134,2.65615,2.85159,3.12494,3.18155,3.15784,3.07329,2.93433,2.87825,2.92627,3.0481,3.28063,3.95262,8.44578,15.8995,19.1939,19.6812,19.5374,19.4455,19.523,19.9345,20.7292,21.9463,23.6007,25.6902,27.8836,29.8836,31.4804]],"t_unix":1786406673.1672637,"uid":"p01028","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.323392,6.223321,3.007859]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[0,191,96],"session":15,"source":"pipeline","t_unix":1786406721.3437378,"uid":"p00597","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.592528,37.540232,43.017414],"median_spectrum_pct":[37.1053,37.1059,37.1066,37.1075,37.1091,38.0667,38.772,39.4436,39.7859,40.1255,41.3134,42.0086,41.6793,41.0912,40.3208,39.2957,38.3054,37.4277,36.6598,36.2587,35.7626,35.4472,35.1288,34.8398,34.7157,34.7162,34.8631,35.0224,35.2306,35.4362,35.7767,36.2081,36.8539,37.5115,37.9836,38.4118],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.612143,37.558221,43.017414],[34.592528,37.540232,43.021587],[34.578233,37.527801,43.01283]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[37.1053,37.1059,37.1066,37.1075,37.1091,38.0545,38.7646,39.4448,39.7859,40.1266,41.3172,42.0222,41.6845,41.0984,40.3245,39.3038,38.316,37.4428,36.6789,36.2838,35.7906,35.4757,35.1624,34.8744,34.7456,34.7453,34.8939,35.0501,35.2554,35.4697,35.7942,36.2368,36.8819,37.5115,37.9836,38.4118],[37.1288,37.1295,37.1302,37.1311,37.1327,38.0667,38.772,39.4436,39.793,40.1255,41.3134,42.0086,41.6793,41.0912,40.3208,39.2957,38.3054,37.4277,36.6598,36.2587,35.7626,35.4472,35.1288,34.8398,34.7157,34.7162,34.8631,35.0224,35.2306,35.4362,35.7767,36.2081,36.8539,37.5135,37.9943,38.4182],[37.0983,37.0989,37.0996,37.1005,37.1021,38.0795,38.7876,39.4395,39.7717,40.1157,41.2701,42.0063,41.6738,41.0835,40.3169,39.2921,38.2976,37.4163,36.6486,36.2429,35.744,35.4301,35.1138,34.8203,34.6912,34.697,34.8445,34.9997,35.203,35.4174,35.743,36.1808,36.8311,37.4561,37.9443,38.3705]],"t_unix":1786406721.3481095,"uid":"p01359","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.592528,37.540232,43.017414]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.448513,1.168163,2.389449],"median_spectrum_pct":[2.50677,2.50744,2.50822,2.5091,2.50998,2.44185,2.37346,2.3124,2.18043,2.04067,1.96024,1.78648,1.62366,1.4145,1.21026,1.02672,0.898045,0.818636,0.771475,0.754012,0.78112,1.01157,1.27528,1.39481,1.51813,1.72712,2.07606,2.64608,3.56104,4.98057,7.0909,10.0116,13.6765,17.6983,21.5302,24.7626],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.44234,1.161922,2.369971],[1.448513,1.168163,2.391175],[1.449605,1.169852,2.389449]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[2.495,2.49568,2.49645,2.49734,2.49821,2.43265,2.36001,2.29427,2.16464,2.02529,1.9434,1.7549,1.60318,1.40941,1.20492,1.01963,0.894401,0.815989,0.769009,0.748716,0.775178,1.00984,1.27165,1.39251,1.51525,1.72088,2.07597,2.64608,3.55897,4.98894,7.09192,10.0245,13.6931,17.7388,21.5626,24.7626],[2.51384,2.51453,2.51531,2.51621,2.51708,2.44185,2.37346,2.3124,2.19529,2.04625,1.96072,1.78648,1.63421,1.4145,1.21026,1.02672,0.898045,0.818636,0.771475,0.754012,0.78112,1.01157,1.27528,1.39481,1.51813,1.72712,2.08177,2.64784,3.56389,4.98057,7.0909,10.0116,13.6765,17.6983,21.5302,24.7897],[2.50677,2.50744,2.50822,2.5091,2.50998,2.44719,2.37945,2.31605,2.18043,2.04067,1.96024,1.79125,1.62366,1.42108,1.2125,1.02712,0.90188,0.823516,0.772455,0.754058,0.78128,1.01375,1.28112,1.39871,1.52241,1.72721,2.07606,2.6449,3.56104,4.97428,7.07754,10.0028,13.6549,17.679,21.5299,24.7463]],"t_unix":1786406766.5024767,"uid":"p01360","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448513,1.168163,2.389449]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.516198,12.11373,17.621344],"median_spectrum_pct":[15.8904,15.8924,15.8947,15.8974,15.9004,16.1169,16.2925,16.4106,16.323,16.2064,16.4961,16.2687,15.511,14.6356,13.7347,12.8508,12.0902,11.4845,11.0129,10.7343,10.5219,10.6001,10.7487,10.7807,10.8839,11.1215,11.551,12.1879,13.1207,14.4286,16.2959,18.7273,21.7132,24.809,27.621,29.9223],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.515146,12.113245,17.608483],[11.516283,12.114088,17.621344],[11.516198,12.11373,17.625546]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[15.8904,15.8924,15.8947,15.8974,15.9004,16.1003,16.2739,16.4029,16.3102,16.1988,16.4961,16.2489,15.5074,14.6345,13.7342,12.8489,12.0901,11.4873,11.0139,10.7358,10.5239,10.6001,10.749,10.7847,10.8839,11.12,11.551,12.1903,13.1269,14.436,16.2959,18.7273,21.7132,24.8132,27.6348,29.9229],[15.8855,15.8875,15.8898,15.8925,15.8955,16.1169,16.2925,16.4106,16.3253,16.2064,16.5147,16.2687,15.511,14.6356,13.7347,12.8533,12.0932,11.4845,11.0129,10.7333,10.5219,10.6005,10.7487,10.7807,10.885,11.1215,11.5503,12.1828,13.1077,14.4245,16.2959,18.7343,21.7185,24.809,27.6176,29.9209],[15.8978,15.8998,15.9021,15.9048,15.9078,16.1237,16.302,16.4152,16.323,16.2174,16.4932,16.2778,15.5135,14.6419,13.7404,12.8508,12.0902,11.4833,11.0128,10.7343,10.5206,10.5971,10.7421,10.7788,10.8819,11.123,11.5573,12.1879,13.1207,14.4286,16.2822,18.7175,21.7103,24.8071,27.621,29.9223]],"t_unix":1786406811.7065084,"uid":"p01361","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.516198,12.11373,17.621344]} +{"battery_mv":4200,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.5104453125,"yellow":0.4895546875},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 128)","median_raw":[31.517212,36.233027,20.49669],"median_spectrum_pct":[16.2269,16.219,16.21,16.1996,16.1877,16.39,16.6146,16.8956,17.001,17.511,21.4605,29.2079,34.3092,37.1819,38.5275,38.523,38.0062,37.385,36.7772,36.5154,36.2258,36.5333,36.979,36.9546,36.8441,36.7851,36.8277,36.8334,36.864,36.9035,37.0151,37.2095,37.5936,37.9424,38.1611,38.3389],"phase":"gamut_dense","raster_sha1":"fc3848e7a542b966","raw":[[31.56262,36.287677,20.499191],[31.517212,36.233027,20.49669],[31.479452,36.189248,20.474797]],"rgb":[191,223,128],"session":15,"source":"pipeline","spectrum_pct":[[16.2269,16.219,16.21,16.1996,16.1877,16.3844,16.6139,16.9089,17.0092,17.511,21.4605,29.2156,34.3345,37.2209,38.5764,38.5835,38.0707,37.4488,36.8427,36.5839,36.2945,36.5922,37.0255,37.0069,36.9026,36.836,36.8851,36.8878,36.9249,36.9649,37.0874,37.2629,37.6206,37.9949,38.2096,38.3605],[16.2282,16.2203,16.2114,16.201,16.1891,16.3911,16.6154,16.8956,17.001,17.5298,21.465,29.2079,34.3092,37.1819,38.5275,38.523,38.0062,37.385,36.7772,36.5154,36.2258,36.5333,36.979,36.9546,36.8441,36.7851,36.8277,36.8334,36.864,36.9035,37.0151,37.2095,37.5936,37.9424,38.1611,38.3389],[16.2081,16.2002,16.1913,16.1809,16.169,16.39,16.6146,16.8909,16.9788,17.4742,21.4268,29.1803,34.2658,37.1472,38.4944,38.4828,37.9632,37.3342,36.7285,36.4642,36.1724,36.4845,36.9327,36.9165,36.805,36.7466,36.7891,36.7885,36.8259,36.8605,36.9763,37.1811,37.5353,37.8792,38.1163,38.2992]],"t_unix":1786406859.316566,"uid":"p01093","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.517212,36.233027,20.49669]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,64,255],"session":15,"source":"pipeline","t_unix":1786406908.1331172,"uid":"p00728","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[32,223,223],"session":15,"source":"pipeline","t_unix":1786406910.4579747,"uid":"p00691","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.909125,"white":0.090875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 0)","median_raw":[9.475427,6.457966,3.331787],"median_spectrum_pct":[3.00078,2.99955,2.99813,2.9965,2.99458,3.00213,3.00903,3.02889,3.00272,2.96972,3.15865,3.43699,3.51045,3.48474,3.38308,3.24052,3.16916,3.2175,3.34528,3.57858,4.22832,8.6336,15.9374,19.1356,19.5884,19.4462,19.356,19.4541,19.8679,20.6702,21.9048,23.5596,25.6496,27.8676,29.86,31.4278],"phase":"gamut_dense","raster_sha1":"1a0bcc23d3cd7f71","raw":[[9.459606,6.452109,3.329249],[9.475427,6.462123,3.346242],[9.476288,6.457966,3.331787]],"rgb":[159,64,0],"session":15,"source":"pipeline","spectrum_pct":[[2.98654,2.9853,2.98387,2.98223,2.98031,3.00213,3.00604,3.02623,2.99539,2.96051,3.15865,3.43699,3.50495,3.48259,3.37865,3.24052,3.16786,3.2175,3.34749,3.58083,4.22832,8.61853,15.9087,19.105,19.5549,19.4111,19.3249,19.4266,19.8436,20.6445,21.8706,23.5221,25.617,27.8352,29.848,31.4278],[3.01599,3.01477,3.01337,3.01175,3.00983,3.0114,3.01017,3.03231,3.00811,2.99713,3.1907,3.449,3.51891,3.49187,3.38776,3.24634,3.17305,3.21761,3.34528,3.57858,4.22899,8.6336,15.9374,19.1356,19.5884,19.4462,19.356,19.4541,19.8679,20.6702,21.9048,23.5596,25.6504,27.8878,29.865,31.4315],[3.00078,2.99955,2.99813,2.9965,2.99458,3.00122,3.00903,3.02889,3.00272,2.96972,3.14401,3.41361,3.51045,3.48474,3.38308,3.24039,3.16916,3.21025,3.3352,3.56715,4.22415,8.64138,15.9437,19.1467,19.6032,19.4598,19.3772,19.4655,19.8862,20.6781,21.9111,23.5614,25.6496,27.8676,29.86,31.4234]],"t_unix":1786406912.771603,"uid":"p00963","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.475427,6.457966,3.331787]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[223,32,0],"session":15,"source":"pipeline","t_unix":1786406960.2685766,"uid":"p01116","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2604192708333333,"red":0.0,"white":0.7395807291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 159)","median_raw":[25.81672,29.163706,30.590465],"median_spectrum_pct":[26.0147,26.014,26.0133,26.0124,26.0114,26.4688,26.8524,27.2795,27.4063,27.89,30.7208,34.2816,35.0307,34.4123,33.1842,31.6192,30.1577,28.9477,27.978,27.3984,26.8402,26.5345,26.2809,26.0629,26.014,26.1315,26.4429,26.8435,27.4108,28.1162,29.0837,30.2984,31.7984,33.2885,34.5797,35.5941],"phase":"gamut_dense","raster_sha1":"2bff2cb32ee4cbe4","raw":[[25.821429,29.165375,30.592124],[25.81672,29.163706,30.590465],[25.809629,29.158359,30.577921]],"rgb":[96,223,159],"session":15,"source":"pipeline","spectrum_pct":[[26.0147,26.014,26.0133,26.0124,26.0114,26.4559,26.8424,27.2809,27.4166,27.9045,30.7419,34.2906,35.0266,34.4083,33.1783,31.6173,30.1562,28.9467,27.978,27.3992,26.8451,26.5411,26.2887,26.0742,26.0248,26.1422,26.4571,26.8527,27.4179,28.1366,29.0917,30.3017,31.7984,33.2885,34.5322,35.5596],[26.03,26.0294,26.0286,26.0277,26.0268,26.4688,26.8524,27.2795,27.4063,27.89,30.7208,34.2816,35.0338,34.4159,33.1842,31.621,30.1577,28.9477,27.9792,27.3984,26.8402,26.5345,26.2809,26.0629,26.014,26.1315,26.4429,26.8435,27.4108,28.1162,29.0817,30.2937,31.8076,33.3125,34.5804,35.6209],[26.0121,26.0114,26.0106,26.0097,26.0088,26.4781,26.8616,27.2795,27.3969,27.8543,30.6512,34.2679,35.0307,34.4123,33.1857,31.6192,30.1625,28.9478,27.9752,27.3932,26.8347,26.5231,26.2693,26.052,26.0036,26.1277,26.4364,26.8333,27.3967,28.1135,29.0837,30.2984,31.7884,33.281,34.5797,35.5941]],"t_unix":1786406962.615024,"uid":"p00851","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.81672,29.163706,30.590465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01139","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21770833333333334,"white":0.7822916666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 159)","median_spectrum_pct":[26.0302,26.03,26.0298,26.0296,26.0297,26.6415,27.074,27.459,27.6314,27.8314,29.0222,30.0402,29.9395,29.5232,28.9573,28.188,27.4508,26.8192,26.2868,26.0694,25.9938,27.4872,29.7795,30.5988,30.7254,30.7917,30.9904,31.2217,31.5778,32.0394,32.66,33.4483,34.4479,35.4551,36.2309,36.8751],"phase":"gamut_dense","raster_sha1":"f050d0bcf493e6c6","rgb":[255,32,159],"session":15,"source":"pipeline","t_unix":1786407010.2076106,"uid":"p01202","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.998663,28.045697,30.09319]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,0,159],"session":15,"source":"pipeline","t_unix":1786407012.5864654,"uid":"p00626","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01139","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21770833333333334,"white":0.7822916666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 159)","median_spectrum_pct":[26.0302,26.03,26.0298,26.0296,26.0297,26.6415,27.074,27.459,27.6314,27.8314,29.0222,30.0402,29.9395,29.5232,28.9573,28.188,27.4508,26.8192,26.2868,26.0694,25.9938,27.4872,29.7795,30.5988,30.7254,30.7917,30.9904,31.2217,31.5778,32.0394,32.66,33.4483,34.4479,35.4551,36.2309,36.8751],"phase":"gamut_dense","raster_sha1":"f050d0bcf493e6c6","rgb":[223,64,159],"session":15,"source":"pipeline","t_unix":1786407014.9958553,"uid":"p01130","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.998663,28.045697,30.09319]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[32,255,96],"session":15,"source":"pipeline","t_unix":1786407017.347478,"uid":"p00696","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.7343776041666666,"red":0.0,"white":0.26562239583333336,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 96)","median_raw":[11.778837,14.985114,13.407295],"median_spectrum_pct":[10.694,10.6924,10.6907,10.6886,10.686,10.6808,10.7527,10.8769,10.7697,11.1862,15.4713,21.9463,23.4843,22.3354,20.1823,17.8314,15.8567,14.3494,13.2395,12.5268,11.9955,11.7464,11.6226,11.5675,11.6656,11.9271,12.4058,13.0915,14.0593,15.3946,17.2269,19.5788,22.4166,25.4227,28.1922,30.4368],"phase":"gamut_dense","raster_sha1":"9c6ef092ff6d1ac8","raw":[[11.764723,14.969133,13.393285],[11.778837,14.985114,13.420164],[11.781073,14.989101,13.407295]],"rgb":[96,159,96],"session":15,"source":"pipeline","spectrum_pct":[[10.694,10.6924,10.6907,10.6886,10.686,10.6617,10.7319,10.8661,10.7642,11.1835,15.4514,21.9463,23.4642,22.3133,20.1634,17.8144,15.8446,14.3342,13.2248,12.5136,11.981,11.7367,11.614,11.5568,11.6523,11.9119,12.3879,13.0703,14.0495,15.3837,17.211,19.547,22.4114,25.4199,28.1922,30.4368],[10.7044,10.7029,10.7011,10.699,10.6964,10.6808,10.7527,10.8769,10.7712,11.2474,15.5133,21.9693,23.4843,22.3354,20.1823,17.8314,15.8567,14.3494,13.2395,12.5268,11.9955,11.7464,11.6226,11.5675,11.6656,11.9271,12.4058,13.0915,14.0593,15.3946,17.2269,19.5809,22.4213,25.4447,28.2415,30.4612],[10.6843,10.6827,10.6809,10.6788,10.6761,10.6834,10.7595,10.8817,10.7697,11.1862,15.4713,21.9428,23.4877,22.3414,20.19,17.8404,15.8642,14.3575,13.2433,12.5325,12.0011,11.7533,11.6289,11.5729,11.6698,11.9298,12.4066,13.0928,14.0641,15.398,17.2296,19.5788,22.4166,25.4227,28.1597,30.3829]],"t_unix":1786407019.7208788,"uid":"p00831","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.778837,14.985114,13.407295]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,255,64],"session":15,"source":"pipeline","t_unix":1786407067.7756677,"uid":"p00695","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5549322916666667,"red":0.0,"white":0.4450677083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 128)","median_raw":[16.672807,20.042981,19.145465],"median_spectrum_pct":[15.8291,15.8276,15.826,15.8242,15.822,15.9751,16.1377,16.3063,16.2369,16.6612,20.5846,26.3326,27.7317,26.8315,25.0082,22.8909,21.038,19.5824,18.4806,17.7859,17.2187,16.9353,16.7469,16.6285,16.6817,16.9113,17.3552,17.9623,18.8211,19.9775,21.5335,23.529,25.9031,28.3923,30.5838,32.3688],"phase":"gamut_dense","raster_sha1":"f8b3e727a21aab78","raw":[[16.663487,20.030999,19.142334],[16.672807,20.042981,19.154503],[16.674468,20.045924,19.145465]],"rgb":[64,159,128],"session":15,"source":"pipeline","spectrum_pct":[[15.832,15.8307,15.8291,15.8272,15.825,15.9586,16.124,16.2976,16.2369,16.6612,20.5846,26.3211,27.7221,26.8187,24.9886,22.8726,21.0203,19.5709,18.473,17.7783,17.2136,16.9268,16.7358,16.619,16.6707,16.8991,17.3429,17.9589,18.8188,19.9749,21.5324,23.5196,25.9031,28.3923,30.5936,32.3934],[15.8288,15.8274,15.8258,15.824,15.8217,15.9751,16.1377,16.3063,16.2463,16.6693,20.6065,26.3364,27.7363,26.8315,25.0082,22.8909,21.038,19.5824,18.4806,17.7859,17.2187,16.9355,16.7469,16.6285,16.6817,16.9113,17.3552,17.9623,18.8221,19.9775,21.5477,23.5338,25.9082,28.4027,30.5838,32.3688],[15.8291,15.8276,15.826,15.8242,15.822,15.9839,16.1472,16.3081,16.2298,16.6276,20.5737,26.3326,27.7317,26.8329,25.0135,22.8973,21.042,19.5874,18.4877,17.7928,17.2264,16.9353,16.7487,16.6337,16.6828,16.9145,17.3555,17.9655,18.8211,19.9842,21.5335,23.529,25.8921,28.37,30.5588,32.3637]],"t_unix":1786407070.3835506,"uid":"p00751","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.672807,20.042981,19.145465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.06436979166666666,"blue":0.0,"green":0.034354166666666665,"red":0.0,"white":0.0,"yellow":0.9012760416666666},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 32)","median_raw":[27.77843,32.875288,4.790907],"median_spectrum_pct":[1.90708,1.89437,1.87977,1.86298,1.84355,1.79349,1.75364,1.73403,1.70971,2.18356,6.46904,17.0926,25.5118,31.0811,34.2605,35.1888,35.1229,34.7631,34.3459,34.2348,34.1533,35.0648,36.3024,36.6084,36.5433,36.4392,36.4067,36.3025,36.236,36.2156,36.2827,36.4383,36.8105,37.1887,37.4239,37.5912],"phase":"gamut_dense","raster_sha1":"d2aae3b8291f8f21","raw":[[28.006158,33.151203,4.808258],[27.77843,32.875288,4.787504],[27.735248,32.819057,4.790907]],"rgb":[159,159,32],"session":15,"source":"pipeline","spectrum_pct":[[1.89943,1.88658,1.87184,1.85489,1.8353,1.79643,1.76088,1.73403,1.70825,2.18446,6.46008,17.1548,25.6765,31.3195,34.5487,35.4946,35.4277,35.072,34.6528,34.5462,34.4672,35.3686,36.5932,36.8927,36.8237,36.7177,36.677,36.5707,36.4974,36.4635,36.5142,36.6816,37.0295,37.3869,37.6236,37.8123],[1.90708,1.89437,1.87977,1.86298,1.84355,1.78676,1.74699,1.72951,1.70971,2.16862,6.47279,17.0926,25.5118,31.0811,34.2605,35.1888,35.1229,34.7631,34.3459,34.2348,34.1533,35.0648,36.3024,36.6084,36.5433,36.4392,36.4067,36.3025,36.236,36.2156,36.2827,36.4383,36.8105,37.1887,37.4239,37.5912],[1.91144,1.89875,1.88418,1.86742,1.84803,1.79349,1.75364,1.73436,1.71739,2.18356,6.46904,17.0776,25.4878,31.0382,34.2041,35.1294,35.0555,34.6959,34.2785,34.1645,34.0784,34.9975,36.2505,36.5635,36.5005,36.3984,36.3621,36.2625,36.1878,36.1636,36.2248,36.3945,36.7335,37.1057,37.3445,37.5586]],"t_unix":1786407118.1526127,"uid":"p00991","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.77843,32.875288,4.790907]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,0,159],"session":15,"source":"pipeline","t_unix":1786407165.7838924,"uid":"p00707","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[255,32,0],"session":15,"source":"pipeline","t_unix":1786407168.3257263,"uid":"p01197","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.257234375,"green":0.0,"red":0.0,"white":0.742765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 191)","median_raw":[26.108751,28.165286,39.093453],"median_spectrum_pct":[33.9154,33.9185,33.922,33.926,33.9312,34.7681,35.5237,36.2761,36.4609,36.6929,37.536,37.1422,35.5487,33.7472,31.9043,30.0722,28.5145,27.2725,26.3096,25.7436,25.2045,24.8784,24.6229,24.4463,24.4415,24.6022,24.9535,25.4176,26.0573,26.8473,27.9212,29.277,30.9187,32.5938,34.0791,35.2261],"phase":"gamut_dense","raster_sha1":"6cbf06bfaa773b64","raw":[[26.113821,28.168247,39.085851],[26.108751,28.165286,39.093453],[26.102744,28.159831,39.094102]],"rgb":[64,159,191],"session":15,"source":"pipeline","spectrum_pct":[[33.9111,33.9141,33.9176,33.9216,33.9268,34.7503,35.5059,36.2662,36.4614,36.6944,37.536,37.1422,35.544,33.7417,31.901,30.068,28.5145,27.2783,26.3156,25.7504,25.2129,24.8877,24.6335,24.4586,24.4519,24.6108,24.9649,25.4309,26.0766,26.8581,27.9212,29.277,30.9535,32.5936,34.0705,35.2261],[33.9195,33.9225,33.926,33.9301,33.9352,34.7681,35.5237,36.2767,36.4609,36.6929,37.5344,37.1391,35.5487,33.7472,31.9099,30.0763,28.5171,27.2725,26.3096,25.7436,25.2045,24.8784,24.6229,24.4463,24.4415,24.6022,24.9535,25.4176,26.055,26.84,27.9215,29.277,30.9187,32.6005,34.0791,35.2257],[33.9154,33.9185,33.922,33.926,33.9312,34.7788,35.5349,36.2761,36.4498,36.6833,37.5374,37.1623,35.5499,33.7477,31.9043,30.0722,28.5111,27.2642,26.3038,25.7377,25.1966,24.8696,24.6158,24.4392,24.429,24.587,24.9455,25.4099,26.0573,26.8473,27.9112,29.2658,30.9185,32.5938,34.0867,35.2433]],"t_unix":1786407170.8127935,"uid":"p00753","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.108751,28.165286,39.093453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,96,191],"session":15,"source":"pipeline","t_unix":1786407218.5028443,"uid":"p01221","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3883255208333333,"blue":0.3141510416666667,"green":0.0,"red":0.0,"white":0.2975234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 128)","median_raw":[10.307721,10.694899,19.644508],"median_spectrum_pct":[17.6057,17.609,17.6127,17.617,17.622,17.9304,18.2646,18.5519,18.4566,18.2974,18.4391,17.6186,16.079,14.4726,12.935,11.5602,10.4805,9.67461,9.08834,8.74043,8.4855,8.46816,8.55174,8.60124,8.73048,8.9919,9.44395,10.115,11.0993,12.4685,14.3918,16.9587,20.0602,23.3707,26.3726,28.8964],"phase":"gamut_dense","raster_sha1":"5a489edaa968e7c9","raw":[[10.307089,10.693991,19.644508],[10.307721,10.694899,19.642572],[10.31768,10.703874,19.670634]],"rgb":[64,96,128],"session":15,"source":"pipeline","spectrum_pct":[[17.5986,17.6018,17.6056,17.6099,17.6149,17.9042,18.2333,18.5298,18.4566,18.2974,18.4984,17.6475,16.079,14.4648,12.9221,11.5525,10.4733,9.66738,9.08532,8.73686,8.4855,8.46483,8.55174,8.60124,8.73048,8.9919,9.44395,10.115,11.1005,12.4746,14.4111,16.9756,20.0899,23.4,26.469,28.9423],[17.6057,17.609,17.6127,17.617,17.622,17.9304,18.2646,18.5519,18.4374,18.2712,18.4391,17.5908,16.0688,14.4726,12.935,11.5602,10.4805,9.67461,9.08834,8.74043,8.48547,8.46816,8.54977,8.59916,8.72871,8.98962,9.43765,10.1081,11.09,12.4561,14.379,16.9434,20.0543,23.3703,26.3555,28.8884],[17.6234,17.6267,17.6304,17.6347,17.6397,17.9572,18.2899,18.5712,18.469,18.3208,18.4381,17.6186,16.0985,14.4901,12.9473,11.5675,10.4855,9.67887,9.09449,8.74609,8.49114,8.47213,8.55585,8.60724,8.73579,8.99795,9.45127,10.1193,11.0993,12.4685,14.3918,16.9587,20.0602,23.3707,26.3726,28.8964]],"t_unix":1786407220.9537349,"uid":"p00733","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.307721,10.694899,19.644508]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.46459114583333333,"blue":0.0,"green":0.0,"red":0.5354088541666666,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 32)","median_raw":[4.296603,2.688077,1.612216],"median_spectrum_pct":[1.60665,1.6063,1.6059,1.60544,1.60487,1.59597,1.56344,1.52713,1.45545,1.35818,1.35601,1.3946,1.39179,1.3018,1.18532,1.05599,0.987827,1.00697,1.07558,1.20617,1.55881,3.80266,7.27505,8.6772,8.91427,8.98044,9.18046,9.59202,10.3582,11.5807,13.4022,15.8658,18.9307,22.1874,25.2196,27.67],"phase":"gamut_dense","raster_sha1":"448455e2d5696a71","raw":[[4.290542,2.683683,1.604073],[4.296603,2.688077,1.612216],[4.300624,2.690147,1.616494]],"rgb":[64,0,32],"session":15,"source":"pipeline","spectrum_pct":[[1.60572,1.60538,1.60498,1.60453,1.60395,1.59084,1.55738,1.51829,1.44928,1.33853,1.35601,1.3946,1.3845,1.29369,1.17965,1.05099,0.985602,1.00682,1.07711,1.20733,1.55881,3.79587,7.26531,8.66779,8.90353,8.97393,9.16339,9.57803,10.3465,11.5753,13.3967,15.8658,18.9307,22.1803,25.1956,27.67],[1.60665,1.6063,1.6059,1.60544,1.60487,1.59597,1.56344,1.52782,1.45545,1.35818,1.35892,1.39411,1.39192,1.30204,1.18532,1.05599,0.989666,1.00697,1.07558,1.20617,1.56049,3.80266,7.27505,8.6772,8.91427,8.98044,9.18046,9.59202,10.3582,11.5807,13.4044,15.8617,18.9349,22.2085,25.2234,27.6909],[1.62248,1.62215,1.62176,1.62132,1.62075,1.60142,1.56715,1.52713,1.45665,1.36786,1.35168,1.41161,1.39179,1.3018,1.19067,1.05794,0.987827,1.00804,1.0733,1.20313,1.55678,3.80819,7.28439,8.68546,8.92541,8.99232,9.18656,9.6009,10.3619,11.5814,13.4022,15.881,18.9222,22.1874,25.2196,27.6514]],"t_unix":1786407268.576187,"uid":"p00703","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.296603,2.688077,1.612216]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01139","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21770833333333334,"white":0.7822916666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 159)","median_spectrum_pct":[26.0302,26.03,26.0298,26.0296,26.0297,26.6415,27.074,27.459,27.6314,27.8314,29.0222,30.0402,29.9395,29.5232,28.9573,28.188,27.4508,26.8192,26.2868,26.0694,25.9938,27.4872,29.7795,30.5988,30.7254,30.7917,30.9904,31.2217,31.5778,32.0394,32.66,33.4483,34.4479,35.4551,36.2309,36.8751],"phase":"gamut_dense","raster_sha1":"f050d0bcf493e6c6","rgb":[255,0,159],"session":15,"source":"pipeline","t_unix":1786407316.1187916,"uid":"p01193","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.998663,28.045697,30.09319]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 32)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,32],"session":15,"source":"pipeline","t_unix":1786407318.4497862,"uid":"p00541","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4199583333333333,"red":0.0,"white":0.0,"yellow":0.5800416666666667},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 32)","median_raw":[20.894678,25.981396,5.169336],"median_spectrum_pct":[2.36614,2.35637,2.34516,2.33226,2.31725,2.2362,2.1994,2.19593,2.11499,2.51956,7.46372,18.145,25.0776,28.5239,29.697,29.1941,28.1666,27.159,26.3125,25.8481,25.5035,25.8159,26.3024,26.3622,26.3435,26.4173,26.6466,26.9252,27.3887,28.028,28.9041,30.0378,31.4537,32.862,34.1472,35.0772],"phase":"gamut_dense","raster_sha1":"a66ece8e90a472e3","raw":[[20.916089,26.009274,5.171059],[20.894678,25.981396,5.169336],[20.882858,25.967031,5.167869]],"rgb":[128,223,32],"session":15,"source":"pipeline","spectrum_pct":[[2.36614,2.35637,2.34516,2.33226,2.31725,2.23184,2.19939,2.1902,2.11499,2.51956,7.49018,18.1714,25.0962,28.5428,29.7221,29.2226,28.1972,27.1892,26.3468,25.8851,25.5387,25.8453,26.3292,26.3841,26.3644,26.4402,26.6703,26.9525,27.4056,28.0467,28.9224,30.0523,31.4746,32.9012,34.1608,35.0876],[2.36518,2.35542,2.34422,2.33133,2.31635,2.2362,2.1994,2.19593,2.11829,2.52856,7.46055,18.145,25.0776,28.5239,29.697,29.1941,28.1666,27.159,26.3125,25.8481,25.5035,25.8159,26.3024,26.3622,26.3435,26.4173,26.6466,26.9252,27.3887,28.028,28.9041,30.0347,31.4409,32.862,34.1374,35.0772],[2.3687,2.35895,2.34775,2.33488,2.3199,2.23662,2.20164,2.19691,2.11366,2.51942,7.46372,18.1434,25.0765,28.5128,29.6838,29.1794,28.1516,27.1414,26.2962,25.828,25.4824,25.7958,26.2904,26.3507,26.3322,26.4068,26.6356,26.9132,27.3739,28.0145,28.8875,30.0378,31.4537,32.8611,34.1472,35.0641]],"t_unix":1786407320.8464115,"uid":"p00928","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.894678,25.981396,5.169336]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5577734375,"blue":0.0,"green":0.018401041666666666,"red":0.0,"white":0.0,"yellow":0.42382552083333336},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 32)","median_raw":[11.745271,13.324336,4.302691],"median_spectrum_pct":[3.14866,3.1446,3.13995,3.13459,3.12822,3.02578,2.96965,2.94828,2.82752,2.91031,5.04023,9.41114,12.0473,13.3754,13.93,13.8871,13.6358,13.3664,13.1301,13.0645,13.1101,13.9647,15.0168,15.326,15.4231,15.5644,15.8693,16.3085,16.9911,18.0053,19.4681,21.4337,23.9085,26.4842,28.7847,30.5915],"phase":"gamut_dense","raster_sha1":"288b10e0cf884db4","raw":[[11.817183,13.408351,4.32044],[11.745271,13.324336,4.298192],[11.739368,13.315264,4.302691]],"rgb":[96,96,32],"session":15,"source":"pipeline","spectrum_pct":[[3.1726,3.16852,3.16384,3.15845,3.15203,3.05205,2.9921,2.95268,2.82752,2.91031,5.04405,9.44165,12.116,13.465,14.0253,13.9798,13.7228,13.4499,13.2156,13.151,13.1975,14.0539,15.1079,15.4215,15.5139,15.6558,15.9543,16.3935,17.0796,18.0978,19.5648,21.533,23.9865,26.5828,28.9022,30.7154],[3.14539,3.14133,3.13667,3.13131,3.12493,3.02274,2.9651,2.94045,2.81036,2.92853,5.01621,9.40677,12.0473,13.3754,13.93,13.8871,13.6358,13.3664,13.1301,13.0645,13.1101,13.9647,15.0168,15.326,15.4231,15.5644,15.8693,16.3082,16.99,18.0037,19.4673,21.4277,23.9085,26.4842,28.7843,30.5675],[3.14866,3.1446,3.13995,3.13459,3.12822,3.02578,2.96965,2.94828,2.8287,2.9016,5.04023,9.41114,12.0416,13.3718,13.9233,13.8781,13.6236,13.3503,13.1165,13.0525,13.0969,13.953,15.0061,15.3222,15.4175,15.5633,15.8664,16.3085,16.9911,18.0053,19.4681,21.4337,23.891,26.4614,28.7847,30.5915]],"t_unix":1786407368.3438556,"uid":"p00811","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.745271,13.324336,4.302691]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01183","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.4770729166666667,"yellow":0.5229270833333334},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 128)","median_spectrum_pct":[14.9214,14.913,14.9034,14.8923,14.8796,15.0976,15.2905,15.4575,15.4756,15.9342,19.9464,28.257,33.778,36.9213,38.4251,38.4902,38.0089,37.4094,36.8203,36.5633,36.2924,36.6647,37.1932,37.2043,37.0998,37.0391,37.064,37.0307,37.0202,37.0205,37.0943,37.2324,37.5678,37.8906,38.0612,38.2067],"phase":"gamut_dense","raster_sha1":"defb705f748cfea3","rgb":[255,255,128],"session":15,"source":"pipeline","t_unix":1786407419.9561846,"uid":"p01264","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.371323,36.177172,19.020708]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.754086,37.722109,43.172791],"median_spectrum_pct":[37.2001,37.2008,37.2015,37.2023,37.2038,38.1235,38.8549,39.6079,39.9838,40.2942,41.4653,42.1579,41.8392,41.2557,40.4903,39.4741,38.4899,37.6229,36.8624,36.4653,35.9673,35.6335,35.2982,34.997,34.872,34.8788,35.0306,35.1865,35.3853,35.5902,35.8983,36.3263,36.9388,37.5374,37.9957,38.3844],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.774221,37.739705,43.179225],[34.754086,37.722109,43.172791],[34.734704,37.704167,43.160625]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[37.227,37.2277,37.2284,37.2293,37.2307,38.112,38.8393,39.6079,39.9977,40.3494,41.4653,42.1636,41.8408,41.2599,40.499,39.4876,38.5043,37.6412,36.8835,36.4844,35.9851,35.6576,35.3266,35.0298,34.9039,34.9108,35.0583,35.2146,35.4173,35.6215,35.9319,36.3475,36.9485,37.5526,38.0221,38.3848],[37.2001,37.2008,37.2015,37.2023,37.2038,38.1235,38.8549,39.6088,39.9838,40.2942,41.4935,42.1579,41.8392,41.2557,40.4903,39.4741,38.4899,37.6229,36.8624,36.4653,35.9673,35.6335,35.2982,34.997,34.872,34.8788,35.0306,35.1865,35.3853,35.5902,35.8983,36.3263,36.9388,37.5374,37.9957,38.3844],[37.1985,37.1992,37.1999,37.2007,37.2022,38.1303,38.8555,39.5951,39.9678,40.2773,41.4563,42.1388,41.826,41.2468,40.4853,39.4659,38.4762,37.6064,36.8443,36.4446,35.9402,35.6067,35.2728,34.978,34.8479,34.854,34.9992,35.1535,35.3574,35.5672,35.8732,36.2896,36.922,37.5008,37.9758,38.3503]],"t_unix":1786407419.9585698,"uid":"p01362","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.754086,37.722109,43.172791]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.42786,1.147644,2.332293],"median_spectrum_pct":[2.494,2.49469,2.49548,2.49639,2.49726,2.40934,2.33507,2.26565,2.12416,1.95669,1.85958,1.72964,1.57112,1.3846,1.18851,1.00716,0.882008,0.805542,0.758253,0.742935,0.772543,0.998763,1.26196,1.37685,1.49977,1.70725,2.06113,2.62737,3.53538,4.94762,7.06184,9.98095,13.6272,17.6298,21.4616,24.6843],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.422476,1.142905,2.315027],[1.427929,1.147906,2.335014],[1.42786,1.147644,2.332293]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[2.48331,2.484,2.48479,2.4857,2.48656,2.39549,2.32328,2.25493,2.1106,1.93237,1.84176,1.72206,1.56488,1.37601,1.17942,1.00071,0.879594,0.803878,0.757229,0.742935,0.770656,0.99417,1.2578,1.3718,1.49762,1.70527,2.06113,2.6232,3.53538,4.95211,7.06184,9.9818,13.628,17.6667,21.4954,24.7106],[2.49666,2.49735,2.49815,2.49906,2.49993,2.40934,2.33507,2.26565,2.12416,1.97489,1.88515,1.72967,1.57112,1.38498,1.18851,1.00716,0.883183,0.805542,0.758586,0.742778,0.772543,0.998864,1.26196,1.37685,1.50011,1.70972,2.06057,2.62737,3.53817,4.94762,7.07035,9.98095,13.6272,17.6298,21.4573,24.6843],[2.494,2.49469,2.49548,2.49639,2.49726,2.41062,2.33958,2.27074,2.12631,1.95669,1.85958,1.72964,1.57144,1.3846,1.19124,1.00719,0.882008,0.806009,0.758253,0.742998,0.77256,0.998763,1.26485,1.37924,1.49977,1.70725,2.06273,2.62953,3.53383,4.94223,7.05058,9.9462,13.613,17.6155,21.4616,24.6293]],"t_unix":1786407465.1120353,"uid":"p01363","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.42786,1.147644,2.332293]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.53764,12.136943,17.588241],"median_spectrum_pct":[15.8595,15.8615,15.8638,15.8664,15.8694,16.0828,16.2667,16.4117,16.3187,16.1858,16.3957,16.2248,15.4935,14.6321,13.7477,12.8706,12.1179,11.5182,11.0506,10.7766,10.5627,10.6398,10.7859,10.8176,10.9138,11.1484,11.5755,12.1962,13.1234,14.4389,16.2737,18.6969,21.6639,24.7207,27.5313,29.8146],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.53764,12.136943,17.588241],[11.537936,12.137656,17.5948],[11.534871,12.134885,17.58813]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[15.8595,15.8615,15.8638,15.8664,15.8694,16.0654,16.2473,16.403,16.323,16.1902,16.3957,16.2248,15.4946,14.6291,13.7418,12.8689,12.1179,11.5188,11.0506,10.7769,10.5663,10.6428,10.7863,10.8183,10.9159,11.1493,11.5778,12.201,13.1288,14.4445,16.2737,18.6969,21.6639,24.7497,27.5457,29.8225],[15.8683,15.8703,15.8726,15.8752,15.8782,16.0828,16.2667,16.4117,16.3187,16.1858,16.391,16.2352,15.4935,14.6321,13.7504,12.8733,12.1202,11.5182,11.0513,10.7766,10.562,10.6398,10.7859,10.8176,10.9138,11.1484,11.5755,12.1962,13.1234,14.4389,16.277,18.6984,21.6685,24.7207,27.5313,29.8146],[15.8501,15.852,15.8543,15.8569,15.8599,16.0841,16.2745,16.4128,16.299,16.1516,16.4221,16.2167,15.4846,14.6339,13.7477,12.8706,12.1173,11.5154,11.0487,10.7738,10.5627,10.636,10.7828,10.8135,10.9134,11.1482,11.5704,12.1959,13.1208,14.4248,16.2556,18.6798,21.6389,24.7175,27.53,29.7968]],"t_unix":1786407510.359477,"uid":"p01364","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.53764,12.136943,17.588241]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.6089348958333334,"green":0.0,"red":0.0,"white":0.3910651041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 191)","median_raw":[16.663034,17.56653,33.85109],"median_spectrum_pct":[29.7048,29.7103,29.7166,29.7238,29.7327,30.5893,31.3937,32.0335,31.8955,31.7631,32.096,30.573,27.6851,24.6727,21.8209,19.3206,17.3648,15.9132,14.8572,14.1978,13.6905,13.4131,13.261,13.2165,13.3334,13.6099,14.0957,14.7785,15.7257,16.9923,18.7284,20.9438,23.6566,26.5104,29.1231,31.2051],"phase":"gamut_dense","raster_sha1":"60b4b6fc69703253","raw":[[16.648154,17.551101,33.8149],[16.663034,17.56653,33.85109],[16.670102,17.575779,33.864056]],"rgb":[0,128,191],"session":15,"source":"pipeline","spectrum_pct":[[29.6836,29.6891,29.6954,29.7026,29.7115,30.5603,31.3621,32.005,31.855,31.7174,32.0739,30.5653,27.6503,24.6421,21.7996,19.3039,17.3516,15.8987,14.8456,14.186,13.6789,13.4038,13.252,13.2046,13.3234,13.5998,14.0827,14.7665,15.7178,16.9788,18.7103,20.9434,23.6643,26.4957,29.0816,31.1988],[29.7048,29.7103,29.7166,29.7238,29.7327,30.5893,31.3937,32.0335,31.9066,31.7631,32.096,30.573,27.6851,24.6727,21.8209,19.3206,17.3648,15.9132,14.8572,14.1978,13.6905,13.4131,13.261,13.2165,13.3334,13.6099,14.0957,14.7785,15.7257,16.9923,18.7393,20.9518,23.6566,26.5353,29.1482,31.262],[29.7216,29.7271,29.7334,29.7406,29.7496,30.6152,31.4165,32.0406,31.8955,31.7758,32.118,30.5914,27.693,24.686,21.8394,19.3321,17.3735,15.9217,14.8658,14.2075,13.6976,13.4192,13.2673,13.2207,13.336,13.6163,14.101,14.7847,15.7261,16.9933,18.7284,20.9438,23.6449,26.5104,29.1231,31.2051]],"t_unix":1786407557.8955696,"uid":"p00582","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.663034,17.56653,33.85109]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7063203125,"blue":0.0,"green":0.0,"red":0.234140625,"white":0.0595390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 64)","median_raw":[3.725006,2.995432,3.513118],"median_spectrum_pct":[3.45198,3.45233,3.45273,3.4532,3.4536,3.42809,3.39892,3.35213,3.20466,3.00922,2.97462,3.0521,2.9412,2.74442,2.52913,2.31467,2.15966,2.0825,2.05599,2.08039,2.224,3.28675,4.85216,5.45833,5.62453,5.78605,6.0984,6.63408,7.49749,8.84233,10.8228,13.4895,16.8336,20.4325,23.7554,26.5267],"phase":"gamut_dense","raster_sha1":"eda295d81cb12a9a","raw":[[3.725006,2.995981,3.517044],[3.725567,2.995432,3.513118],[3.710483,2.982812,3.510771]],"rgb":[96,32,64],"session":15,"source":"pipeline","spectrum_pct":[[3.44304,3.44338,3.44376,3.4442,3.44461,3.42809,3.39892,3.35213,3.20466,3.02292,2.97462,3.06854,2.9412,2.74442,2.52913,2.3166,2.16203,2.08336,2.05599,2.08394,2.22711,3.28675,4.85251,5.45833,5.62453,5.78605,6.0984,6.63408,7.50329,8.85226,10.8307,13.5062,16.8436,20.445,23.8238,26.5776],[3.453,3.45333,3.45373,3.45417,3.45459,3.43912,3.408,3.35749,3.18639,2.99625,2.96513,3.0521,2.94419,2.74923,2.53045,2.31467,2.15966,2.0825,2.05703,2.08039,2.224,3.28893,4.85216,5.46742,5.63201,5.78843,6.1022,6.63485,7.49749,8.84233,10.8228,13.4895,16.8336,20.4325,23.7554,26.5267],[3.45198,3.45233,3.45273,3.4532,3.4536,3.41328,3.37817,3.34814,3.21286,3.00922,2.9847,3.0514,2.93418,2.73391,2.5128,2.30577,2.15168,2.07459,2.04542,2.06912,2.21556,3.27669,4.82761,5.43927,5.602,5.76436,6.07636,6.61195,7.46826,8.8059,10.7777,13.4299,16.7311,20.3294,23.6588,26.4229]],"t_unix":1786407605.4090059,"uid":"p00794","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.725006,2.995432,3.513118]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4482526041666667,"red":0.0,"white":0.5517473958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 128)","median_raw":[20.126096,23.621803,22.833308],"median_spectrum_pct":[19.0774,19.0759,19.0743,19.0724,19.0701,19.261,19.4913,19.8019,19.7944,20.2384,23.9542,29.1431,30.4964,29.8438,28.3022,26.404,24.7044,23.3308,22.2627,21.6013,21.0261,20.7146,20.4904,20.3193,20.3173,20.487,20.8778,21.4151,22.1652,23.152,24.4766,26.1446,28.1641,30.2397,32.0744,33.4986],"phase":"gamut_dense","raster_sha1":"b0ef549b26c9dbb2","raw":[[20.122702,23.61749,22.826146],[20.126096,23.621803,22.833308],[20.13586,23.632191,22.861548]],"rgb":[128,255,128],"session":15,"source":"pipeline","spectrum_pct":[[19.0774,19.0759,19.0743,19.0724,19.0701,19.2536,19.4814,19.7932,19.7944,20.2011,23.9542,29.1429,30.4939,29.8326,28.2925,26.3975,24.6984,23.3253,22.2602,21.598,21.025,20.7129,20.4847,20.3176,20.3171,20.4857,20.8765,21.4129,22.1635,23.1469,24.4673,26.1272,28.1641,30.2397,32.0567,33.4815],[19.0739,19.0725,19.0708,19.069,19.0667,19.261,19.4913,19.8019,19.7916,20.2384,23.9323,29.1431,30.4964,29.8438,28.3022,26.404,24.7044,23.3308,22.2627,21.6013,21.0261,20.7146,20.4904,20.3193,20.3173,20.487,20.8778,21.4151,22.1652,23.152,24.4766,26.1446,28.1518,30.2097,32.0744,33.4986],[19.1,19.0986,19.097,19.0951,19.0928,19.2768,19.5021,19.8051,19.8186,20.2876,24.0096,29.182,30.5215,29.8565,28.316,26.4156,24.7134,23.3353,22.2677,21.6037,21.0313,20.718,20.4927,20.3263,20.3266,20.5001,20.8959,21.4318,22.1828,23.1727,24.4894,26.1782,28.1931,30.2529,32.1289,33.5848]],"t_unix":1786407652.909306,"uid":"p00940","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.126096,23.621803,22.833308]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00857","ink_fraction":{"black":0.0,"blue":0.0,"green":0.800890625,"red":0.0,"white":0.016825520833333333,"yellow":0.18228385416666668},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 64)","median_spectrum_pct":[3.9619,3.95779,3.95307,3.94764,3.94116,3.83871,3.79834,3.80924,3.6836,4.17707,8.97081,17.4672,20.7153,20.6267,19.0484,16.9274,15.0596,13.6235,12.5501,11.8548,11.371,11.2644,11.3041,11.3159,11.4273,11.6833,12.1266,12.7535,13.6963,15.0207,16.8287,19.1786,22.0482,25.0955,27.8094,30.0386],"phase":"gamut_dense","raster_sha1":"3e47a9ff1e33a2e8","rgb":[96,191,64],"session":15,"source":"pipeline","t_unix":1786407700.473004,"uid":"p00839","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.171316,13.874616,6.266284]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,159,32],"session":15,"source":"pipeline","t_unix":1786407702.7890015,"uid":"p00748","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.18870572916666667,"white":0.7886666666666666,"yellow":0.022627604166666666},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 0)","median_raw":[27.654581,29.006211,30.413935],"median_spectrum_pct":[26.2191,26.2186,26.218,26.2174,26.217,26.8072,27.2545,27.6966,27.8638,28.076,29.4545,30.8257,30.9502,30.6473,30.1281,29.3647,28.6053,27.9418,27.3938,27.1576,27.0539,28.3756,30.4076,31.1174,31.2238,31.2828,31.4718,31.7011,32.0505,32.4855,33.0789,33.8366,34.7978,35.7234,36.4727,37.0357],"phase":"gamut_dense","raster_sha1":"057d84e255806f82","raw":[[27.666805,29.017338,30.40739],[27.654581,29.006211,30.413935],[27.640375,28.998404,30.429554]],"rgb":[191,159,0],"session":15,"source":"pipeline","spectrum_pct":[[26.2016,26.2011,26.2005,26.1998,26.1994,26.7955,27.2429,27.6966,27.8605,28.0513,29.4691,30.8257,30.9467,30.6473,30.1281,29.3647,28.6104,27.9521,27.4042,27.1744,27.0692,28.3965,30.4286,31.1368,31.2481,31.3039,31.493,31.727,32.065,32.5027,33.0862,33.8455,34.8125,35.7429,36.4835,37.01],[26.2191,26.2186,26.218,26.2174,26.217,26.8072,27.2545,27.6964,27.8638,28.076,29.4475,30.8176,30.9502,30.6452,30.1267,29.3608,28.6026,27.9418,27.3938,27.1576,27.0539,28.3756,30.4076,31.1174,31.2238,31.2828,31.4718,31.7011,32.0505,32.4855,33.0789,33.8301,34.7978,35.7234,36.4685,37.0357],[26.2253,26.2248,26.2242,26.2236,26.2232,26.8291,27.2758,27.7117,27.866,28.0926,29.4545,30.8577,30.9585,30.6601,30.1383,29.3662,28.6053,27.9299,27.3793,27.1439,27.0401,28.3578,30.375,31.0851,31.1934,31.2522,31.4349,31.6682,32.0192,32.4532,33.0673,33.8366,34.7682,35.7161,36.4727,37.0414]],"t_unix":1786407705.1057973,"uid":"p01071","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.654581,29.006211,30.413935]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9457473958333333,"white":0.05425260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 64)","median_raw":[8.816842,5.591277,2.176325],"median_spectrum_pct":[1.97205,1.9707,1.96914,1.96735,1.96533,2.00916,2.0231,2.02196,1.92281,1.82431,1.98473,2.25574,2.35704,2.37231,2.31012,2.20486,2.16204,2.24944,2.39461,2.64249,3.3258,7.88341,15.4977,18.8817,19.3717,19.206,19.0875,19.1445,19.5416,20.316,21.5376,23.1988,25.3053,27.5452,29.5534,31.1181],"phase":"gamut_dense","raster_sha1":"9f77af99bce619fb","raw":[[8.80896,5.591277,2.190423],[8.816842,5.590663,2.176325],[8.827667,5.596296,2.17546]],"rgb":[255,64,64],"session":15,"source":"pipeline","spectrum_pct":[[1.98995,1.98861,1.98708,1.98531,1.98329,2.01933,2.02553,2.02396,1.92281,1.83366,2.04681,2.28273,2.35804,2.37231,2.31012,2.20486,2.16742,2.25312,2.4054,2.65367,3.33295,7.87454,15.4704,18.8503,19.3396,19.1751,19.055,19.1146,19.507,20.2941,21.517,23.1733,25.3078,27.5429,29.562,31.1203],[1.9705,1.96915,1.9676,1.96581,1.96379,2.00916,2.02246,2.0173,1.9261,1.82431,1.98473,2.21984,2.35151,2.37233,2.30802,2.20155,2.16204,2.24944,2.39461,2.64249,3.32451,7.88341,15.4977,18.8817,19.3717,19.206,19.0875,19.1445,19.5416,20.316,21.5376,23.1988,25.2983,27.5452,29.549,31.1063],[1.97205,1.9707,1.96914,1.96735,1.96533,2.00785,2.0231,2.02196,1.92082,1.8122,1.97249,2.25574,2.35704,2.37067,2.31223,2.20538,2.16179,2.2448,2.38994,2.63561,3.3258,7.8983,15.5185,18.911,19.4013,19.2404,19.1174,19.1741,19.57,20.3379,21.5628,23.2037,25.3053,27.5695,29.5534,31.1181]],"t_unix":1786407752.5874076,"uid":"p01208","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.816842,5.591277,2.176325]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.6094270833333333,"green":0.0,"red":0.0,"white":0.39057291666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 223)","median_raw":[16.683691,17.596728,33.790935],"median_spectrum_pct":[29.6808,29.6862,29.6925,29.6997,29.7086,30.5432,31.3193,31.954,31.8046,31.7042,32.0994,30.5953,27.7032,24.7066,21.8382,19.3286,17.3739,15.9322,14.8953,14.2594,13.7541,13.4728,13.3091,13.2544,13.3575,13.6371,14.1305,14.8268,15.772,17.0343,18.7559,20.9637,23.6812,26.5335,29.1238,31.2331],"phase":"gamut_dense","raster_sha1":"8f6c02ccce8818e1","raw":[[16.669657,17.580904,33.758635],[16.683691,17.596728,33.790935],[16.693992,17.608792,33.819797]],"rgb":[64,128,223],"session":15,"source":"pipeline","spectrum_pct":[[29.6608,29.6663,29.6725,29.6797,29.6886,30.502,31.2845,31.9303,31.7802,31.6846,32.0455,30.5606,27.6743,24.6796,21.8201,19.3111,17.3572,15.9142,14.8854,14.2475,13.7481,13.4621,13.2965,13.2419,13.3476,13.6236,14.1215,14.8158,15.767,17.0295,18.7542,20.9583,23.6812,26.5296,29.124,31.2331],[29.6808,29.6862,29.6925,29.6997,29.7086,30.5432,31.3193,31.954,31.8046,31.7042,32.0994,30.5953,27.7032,24.7066,21.8382,19.3286,17.3739,15.9322,14.8953,14.2594,13.7541,13.4728,13.3091,13.2544,13.3575,13.6371,14.1305,14.8268,15.772,17.0361,18.7559,20.9637,23.6433,26.5335,29.1147,31.2433],[29.7041,29.7096,29.7159,29.7231,29.732,30.5614,31.3437,31.9713,31.8258,31.7511,32.1576,30.6056,27.7201,24.725,21.8562,19.3458,17.3856,15.943,14.908,14.2685,13.7603,13.4759,13.3142,13.2596,13.3663,13.641,14.1371,14.833,15.784,17.0343,18.7634,20.9799,23.6854,26.5493,29.1238,31.2141]],"t_unix":1786407800.2677314,"uid":"p00745","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.683691,17.596728,33.790935]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00963","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.909125,"white":0.090875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 0)","median_spectrum_pct":[3.00078,2.99955,2.99813,2.9965,2.99458,3.00213,3.00903,3.02889,3.00272,2.96972,3.15865,3.43699,3.51045,3.48474,3.38308,3.24052,3.16916,3.2175,3.34528,3.57858,4.22832,8.6336,15.9374,19.1356,19.5884,19.4462,19.356,19.4541,19.8679,20.6702,21.9048,23.5596,25.6496,27.8676,29.86,31.4278],"phase":"gamut_dense","raster_sha1":"1a0bcc23d3cd7f71","rgb":[255,64,0],"session":15,"source":"pipeline","t_unix":1786407847.7911408,"uid":"p01206","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.475427,6.457966,3.331787]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00790","ink_fraction":{"black":0.0,"blue":0.8344375,"green":0.0,"red":0.0,"white":0.1655625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 191)","median_spectrum_pct":[26.9008,26.9076,26.9154,26.9243,26.9352,27.759,28.5556,29.1491,28.9205,28.6443,28.5806,26.1728,22.5016,18.878,15.5734,12.8262,10.7757,9.32829,8.32781,7.69798,7.25435,7.02546,6.92784,6.94123,7.08853,7.40065,7.92277,8.67783,9.74187,11.179,13.2236,15.8748,19.1484,22.6397,25.8913,28.6409],"phase":"gamut_dense","raster_sha1":"0be7d6b8cfdc20e9","rgb":[96,32,191],"session":15,"source":"pipeline","t_unix":1786407850.1184733,"uid":"p00798","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.236359,11.381689,30.379316]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,223,255],"session":15,"source":"pipeline","t_unix":1786407852.4757826,"uid":"p01178","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00851","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2604192708333333,"red":0.0,"white":0.7395807291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 159)","median_spectrum_pct":[26.0147,26.014,26.0133,26.0124,26.0114,26.4688,26.8524,27.2795,27.4063,27.89,30.7208,34.2816,35.0307,34.4123,33.1842,31.6192,30.1577,28.9477,27.978,27.3984,26.8402,26.5345,26.2809,26.0629,26.014,26.1315,26.4429,26.8435,27.4108,28.1162,29.0837,30.2984,31.7984,33.2885,34.5797,35.5941],"phase":"gamut_dense","raster_sha1":"2bff2cb32ee4cbe4","rgb":[0,255,159],"session":15,"source":"pipeline","t_unix":1786407854.826287,"uid":"p00617","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.81672,29.163706,30.590465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00640","ink_fraction":{"black":0.23519010416666666,"blue":0.0,"green":0.7648098958333334,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 0)","median_spectrum_pct":[4.54137,4.54057,4.53966,4.53861,4.53709,4.41013,4.35825,4.37033,4.20411,4.47462,7.74543,12.7296,13.6655,12.4598,10.5362,8.58556,7.00706,5.84645,5.03079,4.5079,4.18865,4.20139,4.34089,4.43235,4.59929,4.91201,5.42958,6.17484,7.27143,8.82265,10.9734,13.773,17.2079,20.8889,24.3349,27.2792],"phase":"gamut_dense","raster_sha1":"b2a684adc79a8392","rgb":[0,64,0],"session":15,"source":"pipeline","t_unix":1786407857.2135308,"uid":"p00558","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.745116,6.670128,5.9256]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,0,223],"session":15,"source":"pipeline","t_unix":1786407859.6204927,"uid":"p00709","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6672526041666667,"white":0.3323697916666667,"yellow":0.00037760416666666666},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 0)","median_raw":[14.261834,12.23637,9.882095],"median_spectrum_pct":[8.66441,8.66325,8.66193,8.6604,8.65868,8.79968,8.89463,8.95662,8.91348,8.91768,9.54945,10.3035,10.4667,10.3686,10.1429,9.83089,9.56685,9.40123,9.31911,9.42122,9.93139,13.8242,20.0538,22.7204,23.1845,23.1942,23.2619,23.4859,23.988,24.763,25.8882,27.3368,29.0997,30.9308,32.4495,33.6159],"phase":"gamut_dense","raster_sha1":"ea4baddc76bebd11","raw":[[14.257108,12.235187,9.878312],[14.261834,12.23637,9.882095],[14.269939,12.242748,9.894826]],"rgb":[255,96,0],"session":15,"source":"pipeline","spectrum_pct":[[8.66193,8.66078,8.65946,8.65793,8.6562,8.7891,8.88694,8.95584,8.91348,8.91375,9.51059,10.3035,10.4663,10.3696,10.1429,9.82813,9.56685,9.40252,9.3224,9.42454,9.93139,13.8156,20.0414,22.7059,23.175,23.1865,23.2601,23.4777,23.9769,24.7549,25.8769,27.3017,29.0551,30.9025,32.4495,33.6362],[8.66441,8.66325,8.66193,8.6604,8.65868,8.79968,8.89463,8.95725,8.90173,8.91768,9.54945,10.2829,10.4682,10.3647,10.136,9.83089,9.56638,9.40014,9.31911,9.41955,9.9313,13.8242,20.0538,22.7204,23.1845,23.1942,23.2619,23.4859,23.988,24.763,25.8882,27.3368,29.0997,30.9308,32.4291,33.6159],[8.66852,8.66737,8.66605,8.66452,8.6628,8.80278,8.89704,8.95662,8.92592,8.93838,9.57026,10.3316,10.4667,10.3686,10.1457,9.83606,9.5698,9.40123,9.31868,9.42122,9.93223,13.8263,20.0644,22.735,23.2019,23.211,23.2797,23.5038,23.9994,24.7796,25.9047,27.355,29.1035,30.9459,32.4844,33.6159]],"t_unix":1786407861.9659722,"uid":"p01215","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.261834,12.23637,9.882095]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,223,0],"session":15,"source":"pipeline","t_unix":1786407909.6828694,"uid":"p00765","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5576484375,"blue":0.24019791666666668,"green":0.0,"red":0.0,"white":0.20215364583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 128)","median_raw":[7.317729,7.480504,14.099795],"median_spectrum_pct":[12.8483,12.8508,12.8538,12.8572,12.861,12.9968,13.1739,13.3602,13.2206,13.0618,13.1049,12.4766,11.3897,10.2158,9.06881,8.04943,7.25138,6.65962,6.23783,5.9839,5.81111,5.87252,6.00557,6.07877,6.21105,6.4693,6.90222,7.54086,8.50579,9.90635,11.9051,14.5858,17.921,21.4621,24.7195,27.4755],"phase":"gamut_dense","raster_sha1":"c82ae27722bea514","raw":[[7.313336,7.47362,14.091802],[7.325361,7.487802,14.128948],[7.317729,7.480504,14.099795]],"rgb":[96,64,128],"session":15,"source":"pipeline","spectrum_pct":[[12.8271,12.8296,12.8326,12.836,12.8397,12.9628,13.144,13.3247,13.2206,13.0618,13.1049,12.4674,11.3587,10.1962,9.0528,8.03485,7.23814,6.65272,6.23134,5.97888,5.80648,5.8667,6.00557,6.07329,6.21105,6.4693,6.90222,7.54096,8.50579,9.9058,11.9051,14.5858,17.921,21.4621,24.7195,27.4755],[12.8483,12.8508,12.8538,12.8572,12.861,12.9968,13.1739,13.3602,13.2411,13.095,13.1879,12.5062,11.3925,10.2249,9.0723,8.05115,7.25222,6.66178,6.23783,5.98708,5.81646,5.87386,6.00913,6.08398,6.21837,6.47585,6.91063,7.54086,8.5074,9.91423,11.9126,14.6065,17.9241,21.4973,24.7501,27.4892],[12.8581,12.8607,12.8636,12.867,12.8708,13.0052,13.1881,13.3664,13.216,12.9848,13.0446,12.4766,11.3897,10.2158,9.06881,8.04943,7.25138,6.65962,6.2386,5.9839,5.81111,5.87252,6.00413,6.07877,6.20924,6.4657,6.89866,7.53972,8.49282,9.90635,11.882,14.5573,17.8523,21.379,24.6821,27.4559]],"t_unix":1786407911.997917,"uid":"p00805","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.317729,7.480504,14.099795]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 64)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[255,255,64],"session":15,"source":"pipeline","t_unix":1786407959.660683,"uid":"p01262","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,64,191],"session":15,"source":"pipeline","t_unix":1786407961.9830303,"uid":"p01131","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00640","ink_fraction":{"black":0.23519010416666666,"blue":0.0,"green":0.7648098958333334,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 0)","median_spectrum_pct":[4.54137,4.54057,4.53966,4.53861,4.53709,4.41013,4.35825,4.37033,4.20411,4.47462,7.74543,12.7296,13.6655,12.4598,10.5362,8.58556,7.00706,5.84645,5.03079,4.5079,4.18865,4.20139,4.34089,4.43235,4.59929,4.91201,5.42958,6.17484,7.27143,8.82265,10.9734,13.773,17.2079,20.8889,24.3349,27.2792],"phase":"gamut_dense","raster_sha1":"b2a684adc79a8392","rgb":[32,64,0],"session":15,"source":"pipeline","t_unix":1786407964.2570038,"uid":"p00639","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.745116,6.670128,5.9256]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44354947916666665,"white":0.5564505208333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 128)","median_raw":[19.90105,19.165897,18.516513],"median_spectrum_pct":[16.1325,16.1318,16.1309,16.1299,16.1288,16.3757,16.5979,16.8253,16.9088,17.0179,17.9738,18.8657,18.9042,18.6594,18.281,17.7841,17.334,16.9711,16.7035,16.68,16.9641,19.9247,24.522,26.3963,26.7347,26.8003,26.9672,27.2148,27.6814,28.3311,29.2419,30.3996,31.8238,33.2257,34.4224,35.2833],"phase":"gamut_dense","raster_sha1":"70dbad78c46e233e","raw":[[19.90105,19.166395,18.512491],[19.902551,19.165897,18.534544],[19.896261,19.158984,18.516513]],"rgb":[223,96,128],"session":15,"source":"pipeline","spectrum_pct":[[16.1354,16.1347,16.1338,16.1328,16.1317,16.3688,16.587,16.8247,16.9088,16.9892,17.964,18.8571,18.9003,18.663,18.2836,17.7877,17.3356,16.977,16.7144,16.6846,16.97,19.9262,24.522,26.3963,26.7342,26.8008,26.9684,27.2148,27.6767,28.3311,29.2419,30.402,31.8267,33.2541,34.4224,35.2822],[16.1325,16.1318,16.1309,16.1299,16.1288,16.3757,16.5979,16.8313,16.9308,17.0454,18.0048,18.9098,18.908,18.6594,18.281,17.7841,17.334,16.9711,16.7035,16.68,16.9641,19.9247,24.5239,26.3969,26.735,26.798,26.9672,27.2174,27.6814,28.3297,29.2373,30.3996,31.7993,33.2257,34.4461,35.3175],[16.1133,16.1126,16.1117,16.1107,16.1096,16.3783,16.5987,16.8253,16.8947,17.0179,17.9738,18.8657,18.9042,18.6545,18.2753,17.7827,17.3278,16.965,16.6971,16.6723,16.9564,19.9178,24.5182,26.3917,26.7347,26.8003,26.9652,27.2135,27.6824,28.3337,29.2434,30.3973,31.8238,33.2093,34.4144,35.2833]],"t_unix":1786407966.5592096,"uid":"p01138","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.90105,19.165897,18.516513]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0030286458333333333,"blue":0.0,"green":0.0,"red":0.664546875,"white":0.3324244791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 96)","median_raw":[14.157213,12.072588,9.839929],"median_spectrum_pct":[8.61885,8.61775,8.61649,8.61504,8.61337,8.73106,8.82226,8.90609,8.89934,8.97273,9.56885,10.1717,10.2411,10.1136,9.90131,9.60559,9.3574,9.20834,9.14361,9.2616,9.78221,13.6918,19.9638,22.6348,23.1006,23.1033,23.1613,23.3909,23.8867,24.6538,25.7804,27.234,29.0286,30.8381,32.4366,33.616],"phase":"gamut_dense","raster_sha1":"8c3f1932338bfc30","raw":[[14.157213,12.074105,9.840382],[14.157679,12.072588,9.839929],[14.156369,12.069081,9.826249]],"rgb":[159,0,96],"session":15,"source":"pipeline","spectrum_pct":[[8.61885,8.61775,8.61649,8.61504,8.61337,8.73106,8.8219,8.90651,8.90108,8.97337,9.5935,10.1717,10.2409,10.1147,9.90309,9.60897,9.3611,9.21154,9.15003,9.26229,9.78297,13.6903,19.9581,22.6344,23.0989,23.1033,23.1612,23.3832,23.875,24.6424,25.7704,27.234,29.0286,30.8474,32.4366,33.616],[8.6354,8.63432,8.63308,8.63164,8.62998,8.73406,8.82359,8.90609,8.89934,8.97273,9.56885,10.1775,10.2411,10.1134,9.90131,9.60559,9.3574,9.20834,9.14361,9.2616,9.78221,13.6918,19.9638,22.6348,23.1006,23.1,23.1613,23.3932,23.8867,24.6538,25.7899,27.2417,29.0341,30.8381,32.4407,33.6717],[8.61831,8.61721,8.61596,8.61451,8.61284,8.72862,8.82226,8.89802,8.88133,8.96305,9.53003,10.1436,10.242,10.1136,9.89406,9.60155,9.35548,9.2029,9.14071,9.24946,9.77574,13.6952,19.9719,22.6465,23.1052,23.1062,23.1644,23.3909,23.8892,24.6621,25.7804,27.2179,29.0108,30.8304,32.3787,33.5846]],"t_unix":1786408014.1194022,"uid":"p00948","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.157213,12.072588,9.839929]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[223,0,32],"session":15,"source":"pipeline","t_unix":1786408061.7250922,"uid":"p01108","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.4481171875,"blue":0.0,"green":0.0,"red":0.2485703125,"white":0.3033125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 96)","median_raw":[9.59376,9.141403,10.773628],"median_spectrum_pct":[9.79569,9.79629,9.79699,9.79778,9.79863,9.89577,9.96313,10.0057,9.91224,9.78723,9.96436,10.1505,9.86395,9.48613,9.0573,8.60413,8.22524,7.95926,7.77545,7.72497,7.82843,9.14713,11.1193,11.8789,12.055,12.202,12.5035,12.9842,13.7767,14.9508,16.6563,18.9346,21.7918,24.7468,27.4527,29.63],"phase":"gamut_dense","raster_sha1":"a2f625668484d6b1","raw":[[9.59376,9.141403,10.773628],[9.591397,9.137938,10.772041],[9.601637,9.147976,10.80436]],"rgb":[128,0,96],"session":15,"source":"pipeline","spectrum_pct":[[9.77912,9.77971,9.78039,9.78117,9.78201,9.88051,9.95031,10.0028,9.90945,9.78723,9.96436,10.1519,9.86295,9.48535,9.05546,8.60192,8.22516,7.95926,7.77813,7.72497,7.82843,9.14713,11.1193,11.8789,12.055,12.2005,12.4976,12.9842,13.7787,14.9408,16.6563,18.9692,21.7932,24.741,27.4547,29.617],[9.79569,9.79629,9.79699,9.79778,9.79863,9.89577,9.96313,10.0057,9.91224,9.76983,9.92058,10.1159,9.86395,9.48613,9.0573,8.60413,8.22524,7.95741,7.77122,7.72185,7.82428,9.14476,11.1145,11.8718,12.0494,12.202,12.5035,12.9762,13.7692,14.9508,16.6539,18.9052,21.7425,24.7468,27.3982,29.63],[9.80589,9.80649,9.80719,9.80798,9.80883,9.90399,9.97037,10.0156,9.95241,9.85181,9.98458,10.1505,9.88516,9.50306,9.06477,8.6125,8.23395,7.96164,7.77545,7.7266,7.82915,9.15163,11.1193,11.8822,12.0572,12.2098,12.5099,12.993,13.7767,14.9587,16.6773,18.9346,21.7918,24.8,27.4527,29.6542]],"t_unix":1786408064.1380274,"uid":"p00867","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.59376,9.141403,10.773628]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.45390104166666667,"white":0.5460989583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 128)","median_raw":[19.859178,19.12357,18.49255],"median_spectrum_pct":[16.0812,16.0804,16.0795,16.0784,16.0774,16.4035,16.639,16.8175,16.8344,16.9562,17.9201,18.8083,18.841,18.6202,18.2536,17.76,17.3029,16.932,16.6681,16.6426,16.9379,19.9011,24.4856,26.3357,26.6601,26.711,26.8668,27.1121,27.584,28.2528,29.1792,30.3548,31.7915,33.1943,34.4636,35.3575],"phase":"gamut_dense","raster_sha1":"f3ee578a6ad72e17","raw":[[19.866646,19.133693,18.513141],[19.853227,19.118943,18.490187],[19.859178,19.12357,18.49255]],"rgb":[255,128,128],"session":15,"source":"pipeline","spectrum_pct":[[16.0907,16.09,16.0891,16.088,16.087,16.4035,16.6389,16.8245,16.8659,17.0221,17.9499,18.8098,18.8645,18.6337,18.2655,17.7695,17.3094,16.9405,16.6781,16.6565,16.9472,19.9068,24.4913,26.3392,26.6638,26.711,26.8668,27.1121,27.5868,28.2566,29.1792,30.3548,31.7935,33.2196,34.4714,35.3575],[16.0667,16.0659,16.065,16.0639,16.0629,16.4021,16.639,16.8175,16.8344,16.9539,17.9201,18.8083,18.841,18.6125,18.2448,17.7545,17.2989,16.9294,16.6653,16.6416,16.9334,19.8961,24.479,26.3248,26.6471,26.7031,26.8597,27.0998,27.5692,28.229,29.1671,30.3568,31.7791,33.1913,34.4427,35.3452],[16.0812,16.0804,16.0795,16.0784,16.0774,16.4152,16.6477,16.8173,16.8253,16.9562,17.9192,18.7978,18.8375,18.6202,18.2536,17.76,17.3029,16.932,16.6681,16.6426,16.9379,19.9011,24.4856,26.3357,26.6601,26.7116,26.8674,27.1174,27.584,28.2528,29.1897,30.3512,31.7915,33.1943,34.4636,35.4221]],"t_unix":1786408111.651386,"uid":"p01228","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.859178,19.12357,18.49255]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.737174,37.706274,43.120082],"median_spectrum_pct":[37.1696,37.1702,37.1709,37.1718,37.1732,38.037,38.7562,39.5296,39.9262,40.3217,41.4973,42.1382,41.7866,41.2169,40.4595,39.4519,38.4714,37.6079,36.8536,36.4598,35.9608,35.6295,35.292,34.9918,34.8684,34.8704,35.017,35.1613,35.3576,35.5505,35.868,36.2994,36.8998,37.5033,37.9525,38.3868],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.930097,37.914065,43.262334],[34.737174,37.706274,43.120082],[34.721347,37.692299,43.117377]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[37.3142,37.3147,37.3153,37.3161,37.3177,38.3944,39.1228,39.6876,39.9168,40.2358,41.4458,42.2026,41.9741,41.4365,40.6945,39.683,38.6964,37.8293,37.0731,36.6754,36.1774,35.8484,35.5139,35.213,35.0821,35.0781,35.2126,35.36,35.5554,35.7399,36.0382,36.457,37.0597,37.6506,38.1404,38.5167],[37.1696,37.1702,37.1709,37.1718,37.1732,38.0343,38.7504,39.5296,39.9457,40.3217,41.4997,42.1313,41.7866,41.2169,40.4595,39.4519,38.4714,37.6079,36.8536,36.4598,35.9608,35.6295,35.292,34.9918,34.8684,34.8704,35.017,35.1613,35.3576,35.5505,35.868,36.2994,36.8998,37.5033,37.9458,38.377],[37.1595,37.1601,37.1608,37.1616,37.1631,38.037,38.7562,39.5228,39.9262,40.3355,41.4973,42.1382,41.7823,41.2156,40.4539,39.4401,38.4578,37.5943,36.8407,36.443,35.9393,35.6061,35.2726,34.9709,34.8414,34.8454,34.9864,35.1433,35.3451,35.5502,35.8573,36.2829,36.8908,37.4864,37.9525,38.3868]],"t_unix":1786408156.8122082,"uid":"p01365","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.737174,37.706274,43.120082]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.446199,1.163628,2.386084],"median_spectrum_pct":[2.51381,2.51449,2.51528,2.51618,2.51706,2.44808,2.37841,2.31953,2.18354,2.02017,1.94893,1.77345,1.61873,1.41551,1.20401,1.02149,0.894188,0.814951,0.767098,0.749953,0.775113,1.0064,1.27296,1.40001,1.52071,1.72573,2.07777,2.64624,3.56196,4.98188,7.08643,10.0047,13.6628,17.6677,21.49,24.732],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.44181,1.160856,2.371744],[1.446199,1.163628,2.386084],[1.45224,1.169108,2.401558]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[2.51165,2.51234,2.51313,2.51403,2.5149,2.43532,2.36585,2.30815,2.15996,2.00551,1.92962,1.77345,1.61873,1.40789,1.20116,1.01912,0.890632,0.812505,0.766528,0.74881,0.77423,1.00585,1.27285,1.39464,1.5158,1.71727,2.07134,2.64624,3.55889,4.98603,7.09022,10.0136,13.6879,17.7072,21.4898,24.7695],[2.51381,2.51449,2.51528,2.51618,2.51706,2.44808,2.37841,2.31968,2.18518,2.02017,1.94893,1.76687,1.61771,1.41551,1.20401,1.02149,0.894188,0.814951,0.767098,0.749953,0.775113,1.0064,1.27296,1.40001,1.52071,1.72573,2.07777,2.6458,3.56196,4.98188,7.07796,10.0047,13.6628,17.6677,21.4909,24.732],[2.52977,2.53046,2.53125,2.53217,2.53304,2.45136,2.38487,2.31953,2.18354,2.08185,1.97976,1.79011,1.62977,1.41876,1.20657,1.02431,0.895559,0.819192,0.770306,0.752313,0.778789,1.01307,1.28261,1.40361,1.52493,1.73163,2.08289,2.65732,3.56866,4.98042,7.08643,10.0035,13.6409,17.6539,21.49,24.72]],"t_unix":1786408202.09794,"uid":"p01366","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.446199,1.163628,2.386084]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.599782,12.206923,17.697332],"median_spectrum_pct":[15.9589,15.9609,15.9633,15.9659,15.9689,16.157,16.3382,16.5018,16.4051,16.3211,16.5527,16.3174,15.5727,14.7157,13.8304,12.948,12.1887,11.5853,11.1134,10.8358,10.625,10.6969,10.8419,10.8714,10.9679,11.203,11.6305,12.2547,13.1852,14.4898,16.3246,18.7445,21.7255,24.8136,27.6032,29.8732],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.599782,12.207132,17.694558],[11.599438,12.205373,17.697332],[11.600833,12.206923,17.706448]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[15.9614,15.9634,15.9657,15.9684,15.9714,16.1448,16.3236,16.4913,16.4051,16.3211,16.56,16.3334,15.5727,14.7157,13.8297,12.9457,12.1887,11.5844,11.1166,10.8405,10.6274,10.6988,10.8425,10.8696,10.9679,11.2047,11.6286,12.2563,13.1838,14.4898,16.3199,18.7445,21.7255,24.8228,27.6188,29.8731],[15.9589,15.9609,15.9633,15.9659,15.9689,16.157,16.3382,16.5018,16.4072,16.312,16.5527,16.308,15.5647,14.7154,13.8304,12.948,12.1896,11.5853,11.1134,10.8358,10.625,10.6969,10.8391,10.8714,10.9659,11.1991,11.6327,12.2547,13.1852,14.4908,16.3246,18.7501,21.729,24.8136,27.5991,29.8732],[15.9545,15.9565,15.9588,15.9614,15.9644,16.1673,16.3477,16.5093,16.405,16.3494,16.542,16.3174,15.5868,14.7254,13.8341,12.949,12.1871,11.5854,11.1133,10.8347,10.6208,10.6945,10.8419,10.8728,10.9685,11.203,11.6305,12.2523,13.1873,14.4883,16.328,18.7379,21.7244,24.8103,27.6032,29.8974]],"t_unix":1786408247.3101869,"uid":"p01367","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.599782,12.206923,17.697332]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.28290625,"blue":0.71709375,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 128)","median_raw":[5.946183,5.718089,19.021846],"median_spectrum_pct":[17.2228,17.2279,17.2337,17.2404,17.2482,17.6061,18.0422,18.3752,18.1298,17.8589,17.6619,15.8929,13.3258,10.7865,8.46652,6.55068,5.13577,4.15134,3.48196,3.06262,2.80862,2.77383,2.85003,2.9406,3.11806,3.4216,3.9163,4.65504,5.72527,7.25171,9.41267,12.3053,15.8698,19.7327,23.4152,26.4907],"phase":"gamut_dense","raster_sha1":"7398ff4280995a85","raw":[[5.932188,5.703557,18.971288],[5.946183,5.718089,19.021846],[5.955397,5.727088,19.04991]],"rgb":[64,64,128],"session":15,"source":"pipeline","spectrum_pct":[[17.1658,17.1709,17.1766,17.1833,17.1911,17.5566,17.9908,18.3364,18.0982,17.782,17.6148,15.8687,13.2925,10.7585,8.44333,6.53447,5.12215,4.13572,3.4703,3.05233,2.80219,2.76775,2.84719,2.93871,3.11133,3.41567,3.91437,4.65181,5.72372,7.24998,9.41301,12.3086,15.8698,19.7341,23.4163,26.5055],[17.2228,17.2279,17.2337,17.2404,17.2482,17.6061,18.0422,18.3752,18.1298,17.8589,17.6619,15.8929,13.3258,10.7865,8.46652,6.55068,5.13577,4.15134,3.48196,3.06262,2.80862,2.77383,2.85003,2.9406,3.11806,3.42348,3.9163,4.65504,5.72527,7.25171,9.41267,12.3053,15.8741,19.7327,23.4152,26.4907],[17.2354,17.2404,17.2462,17.2529,17.2608,17.64,18.0782,18.4016,18.1485,17.8871,17.6918,15.9068,13.3475,10.798,8.47693,6.56161,5.1468,4.15853,3.48828,3.06919,2.81328,2.77931,2.85907,2.94983,3.11878,3.4216,3.92024,4.65999,5.73358,7.25192,9.40807,12.2883,15.8566,19.7302,23.4073,26.4391]],"t_unix":1786408294.930653,"uid":"p00724","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.946183,5.718089,19.021846]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,64,191],"session":15,"source":"pipeline","t_unix":1786408342.4396462,"uid":"p00726","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.3469713541666667,"yellow":0.6530286458333333},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 96)","median_raw":[31.275233,36.395078,14.581735],"median_spectrum_pct":[10.8112,10.801,10.7892,10.7757,10.7601,10.8594,10.9494,11.0598,11.0484,11.5327,15.8594,25.2478,32.02,36.1753,38.3583,38.7828,38.4713,37.9612,37.4337,37.2472,37.0344,37.549,38.273,38.3636,38.2552,38.1505,38.1301,38.0377,37.9677,37.8788,37.8672,37.8983,38.1238,38.3101,38.4362,38.5071],"phase":"gamut_dense","raster_sha1":"17c4d466403040c5","raw":[[31.332359,36.464218,14.587119],[31.275233,36.395078,14.581735],[31.242554,36.354858,14.574106]],"rgb":[191,191,96],"session":15,"source":"pipeline","spectrum_pct":[[10.8213,10.811,10.7992,10.7857,10.77,10.8592,10.9494,11.0702,11.0546,11.5327,15.8594,25.2683,32.0586,36.2282,38.4281,38.8525,38.5445,38.0432,37.5187,37.3321,37.1201,37.6303,38.3424,38.4286,38.3166,38.2128,38.19,38.1041,38.0351,37.9449,37.9256,37.9548,38.1821,38.3681,38.4552,38.5538],[10.8112,10.801,10.7892,10.7757,10.7601,10.8594,10.9459,11.0598,11.0484,11.543,15.8801,25.2469,32.02,36.1753,38.3583,38.7828,38.4713,37.9612,37.4337,37.2472,37.0344,37.549,38.273,38.3636,38.2552,38.1505,38.1301,38.0377,37.9677,37.8788,37.8672,37.8983,38.1238,38.3101,38.4362,38.5071],[10.8074,10.7972,10.7854,10.7719,10.7563,10.8614,10.9508,11.0564,11.0378,11.531,15.8502,25.2478,32.001,36.1526,38.3305,38.7396,38.4228,37.9123,37.3831,37.19,36.9797,37.5036,38.2395,38.3325,38.2203,38.1237,38.0996,38.0049,37.9326,37.8528,37.8304,37.8706,38.0881,38.2916,38.4062,38.5022]],"t_unix":1786408344.7867835,"uid":"p01083","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.275233,36.395078,14.581735]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00582","ink_fraction":{"black":0.0,"blue":0.6089348958333334,"green":0.0,"red":0.0,"white":0.3910651041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 191)","median_spectrum_pct":[29.7048,29.7103,29.7166,29.7238,29.7327,30.5893,31.3937,32.0335,31.8955,31.7631,32.096,30.573,27.6851,24.6727,21.8209,19.3206,17.3648,15.9132,14.8572,14.1978,13.6905,13.4131,13.261,13.2165,13.3334,13.6099,14.0957,14.7785,15.7257,16.9923,18.7284,20.9438,23.6566,26.5104,29.1231,31.2051],"phase":"gamut_dense","raster_sha1":"60b4b6fc69703253","rgb":[32,128,191],"session":15,"source":"pipeline","t_unix":1786408392.2873347,"uid":"p00663","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.663034,17.56653,33.85109]} +{"battery_mv":4200,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.033375,"blue":0.6915885416666666,"green":0.0,"red":0.0,"white":0.27503645833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 159)","median_raw":[13.728142,14.283468,31.131347],"median_spectrum_pct":[27.474,27.4798,27.4865,27.4943,27.5038,28.3001,29.0475,29.5958,29.4057,29.2427,29.4574,27.655,24.5356,21.3735,18.4201,15.8691,13.9167,12.4975,11.4912,10.8595,10.3928,10.1521,10.0394,10.0303,10.1686,10.4804,10.9912,11.7232,12.7438,14.1178,16.0072,18.4689,21.4746,24.6674,27.6345,30.0163],"phase":"gamut_dense","raster_sha1":"a49d67b7491cc005","raw":[[13.728142,14.283468,31.131347],[13.740956,14.298752,31.151829],[13.685526,14.241743,31.077879]],"rgb":[96,96,159],"session":15,"source":"pipeline","spectrum_pct":[[27.474,27.4798,27.4865,27.4943,27.5038,28.3001,29.0475,29.5958,29.3987,29.2416,29.4574,27.6476,24.5356,21.3735,18.4201,15.8691,13.9167,12.4975,11.4912,10.8595,10.3928,10.1521,10.0394,10.0303,10.1686,10.4804,10.9912,11.7232,12.7438,14.1178,16.0072,18.4689,21.4746,24.6674,27.6345,30.0163],[27.4802,27.486,27.4927,27.5004,27.5099,28.3337,29.0867,29.6255,29.4057,29.2427,29.4499,27.6734,24.5683,21.3904,18.4374,15.8922,13.9368,12.5137,11.5048,10.8734,10.4055,10.1621,10.0469,10.0368,10.1818,10.49,11.002,11.7354,12.7563,14.1411,16.0304,18.4911,21.4944,24.6793,27.6415,30.0647],[27.4044,27.4103,27.4171,27.4248,27.4342,28.0848,28.826,29.5351,29.4588,29.3269,29.5386,27.655,24.4831,21.3049,18.354,15.8129,13.867,12.4547,11.4514,10.8213,10.3556,10.1153,9.99872,9.98596,10.1307,10.4411,10.9524,11.6928,12.7063,14.0774,15.9571,18.4231,21.4372,24.5915,27.5319,29.9139]],"t_unix":1786408394.6932695,"uid":"p00815","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.728142,14.283468,31.131347]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2602786458333333,"red":0.0,"white":0.7397213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 159)","median_raw":[26.152289,29.574565,30.869165],"median_spectrum_pct":[26.217,26.2162,26.2153,26.2143,26.2132,26.6635,27.0921,27.567,27.6972,28.0765,30.9448,34.6497,35.4176,34.8417,33.6388,32.0832,30.6335,29.4165,28.4271,27.8323,27.2542,26.9049,26.6168,26.3928,26.3476,26.4702,26.7758,27.1616,27.7198,28.4159,29.351,30.5268,31.9781,33.4049,34.6649,35.6386],"phase":"gamut_dense","raster_sha1":"04cbfd779ac169d1","raw":[[26.159299,29.581061,30.874578],[26.152289,29.574565,30.869165],[26.11758,29.540626,30.835193]],"rgb":[128,223,159],"session":15,"source":"pipeline","spectrum_pct":[[26.2371,26.2363,26.2354,26.2344,26.2334,26.6676,27.0921,27.5709,27.7041,28.0765,30.9634,34.6497,35.4235,34.8465,33.6434,32.0907,30.6383,29.4206,28.4352,27.8384,27.2594,26.9118,26.6268,26.4016,26.3567,26.4792,26.7838,27.1749,27.7351,28.4334,29.3719,30.5427,31.9812,33.4049,34.6649,35.6386],[26.217,26.2162,26.2153,26.2143,26.2132,26.6635,27.0942,27.567,27.6972,28.0786,30.9448,34.6505,35.4176,34.8417,33.6388,32.0832,30.6335,29.4165,28.4271,27.8323,27.2542,26.9049,26.6168,26.3928,26.3476,26.4702,26.7758,27.1616,27.7198,28.4159,29.351,30.5268,31.9781,33.4129,34.6763,35.6755],[26.189,26.1882,26.1873,26.1863,26.1852,26.6521,27.0761,27.5386,27.6567,28.0374,30.8932,34.6028,35.391,34.8199,33.6173,32.0592,30.6031,29.3814,28.391,27.7967,27.2151,26.8661,26.5767,26.3539,26.3056,26.4252,26.7329,27.1232,27.6846,28.3832,29.3207,30.5076,31.9591,33.404,34.6537,35.6091]],"t_unix":1786408443.5587568,"uid":"p00932","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.152289,29.574565,30.869165]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,96,0],"session":15,"source":"pipeline","t_unix":1786408495.0908737,"uid":"p00567","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,223,32],"session":15,"source":"pipeline","t_unix":1786408497.4452498,"uid":"p00604","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.5103307291666667,"yellow":0.48966927083333334},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 128)","median_raw":[31.587788,36.330196,20.534751],"median_spectrum_pct":[16.2865,16.2786,16.2696,16.2593,16.2474,16.4945,16.7212,16.9508,17.0025,17.4541,21.4154,29.2384,34.3774,37.2973,38.6617,38.6556,38.1327,37.5042,36.8944,36.6305,36.3294,36.6107,37.0346,37.0125,36.9021,36.845,36.8915,36.891,36.9196,36.9519,37.0497,37.2201,37.588,37.927,38.1516,38.3365],"phase":"gamut_dense","raster_sha1":"0cb6eef7fa2a2e16","raw":[[31.638125,36.389479,20.546279],[31.587788,36.330196,20.534751],[31.557259,36.292601,20.523189]],"rgb":[191,255,128],"session":15,"source":"pipeline","spectrum_pct":[[16.3025,16.2946,16.2856,16.2752,16.2633,16.4945,16.7212,16.9636,17.0224,17.4541,21.428,29.24,34.4106,37.3457,38.7169,38.7177,38.1969,37.5688,36.9656,36.7073,36.4032,36.678,37.0929,37.0689,36.958,36.8998,36.9454,36.9466,36.972,37.0139,37.1078,37.2891,37.6324,37.9674,38.2133,38.365],[16.2846,16.2767,16.2677,16.2573,16.2454,16.4904,16.7148,16.9508,17.0025,17.4651,21.4154,29.2384,34.3774,37.2973,38.6617,38.6556,38.1327,37.5042,36.8944,36.6305,36.3294,36.6107,37.0346,37.0125,36.9021,36.845,36.8915,36.891,36.9196,36.9519,37.0497,37.2201,37.588,37.927,38.1434,38.3191],[16.2865,16.2786,16.2696,16.2593,16.2474,16.4975,16.7213,16.9437,16.9893,17.4477,21.3652,29.2088,34.3581,37.2731,38.6265,38.6213,38.0906,37.4593,36.8486,36.5852,36.2856,36.5688,37.0024,36.9814,36.8723,36.8135,36.8544,36.8499,36.8773,36.9184,37.0238,37.2153,37.57,37.9086,38.1516,38.3365]],"t_unix":1786408499.7764676,"uid":"p01102","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.587788,36.330196,20.534751]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01110","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6679270833333333,"white":0.33207291666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 96)","median_spectrum_pct":[8.79446,8.79331,8.79199,8.79047,8.7888,8.95352,9.04093,9.0627,8.99922,8.97706,9.65744,10.4695,10.6025,10.4937,10.266,9.94928,9.69344,9.54308,9.4735,9.57175,10.0661,13.9297,20.1118,22.7456,23.2136,23.2093,23.2365,23.4175,23.8846,24.6544,25.8017,27.2724,29.0396,30.8393,32.4042,33.5495],"phase":"gamut_dense","raster_sha1":"3bd93bd57fa2da3b","rgb":[255,32,96],"session":15,"source":"pipeline","t_unix":1786408547.3688629,"uid":"p01200","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.340056,12.349253,10.0087]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.8333489583333333,"yellow":0.16665104166666667},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 159)","median_raw":[33.390832,37.091978,34.727182],"median_spectrum_pct":[29.4349,29.4325,29.4296,29.4264,29.4231,30.0988,30.6188,31.0991,31.2596,31.6421,34.1354,37.7662,39.4262,39.972,39.8475,39.1124,38.2457,37.4332,36.708,36.3399,35.8939,35.7528,35.658,35.4501,35.3359,35.3255,35.451,35.5719,35.7328,35.9009,36.1661,36.5337,37.0768,37.5898,37.9908,38.2942],"phase":"gamut_dense","raster_sha1":"e531a19fbaa94b0e","raw":[[33.415684,37.118506,34.742468],[33.390832,37.091978,34.727182],[33.362158,37.063535,34.707592]],"rgb":[191,191,159],"session":15,"source":"pipeline","spectrum_pct":[[29.4448,29.4423,29.4395,29.4362,29.4328,30.0945,30.6151,31.1035,31.2818,31.6817,34.1661,37.7872,39.4491,39.9904,39.8637,39.1318,38.2714,37.4611,36.7383,36.372,35.9257,35.7808,35.6882,35.4803,35.3637,35.3581,35.4821,35.5994,35.7652,35.9325,36.1921,36.5546,37.098,37.636,38.0212,38.3256],[29.4344,29.4319,29.4291,29.4258,29.4225,30.0988,30.6188,31.0991,31.2596,31.6421,34.1354,37.7662,39.4262,39.972,39.8475,39.1124,38.2457,37.4332,36.708,36.3399,35.8939,35.7528,35.658,35.4501,35.3359,35.3255,35.451,35.5719,35.7328,35.9009,36.1661,36.5337,37.0768,37.5898,37.9908,38.2942],[29.4349,29.4325,29.4296,29.4264,29.4231,30.1054,30.6234,31.0878,31.2416,31.6025,34.0453,37.7443,39.41,39.9519,39.8328,39.0956,38.2257,37.4062,36.6768,36.3085,35.8587,35.7143,35.6229,35.4109,35.2982,35.2907,35.4155,35.5352,35.7003,35.8705,36.1331,36.5133,37.0238,37.5479,37.9249,38.25]],"t_unix":1786408549.852243,"uid":"p01085","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.390832,37.091978,34.727182]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,191,0],"session":15,"source":"pipeline","t_unix":1786408597.3951252,"uid":"p01161","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 128)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,0,128],"session":15,"source":"pipeline","t_unix":1786408599.7664194,"uid":"p00544","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[96,32,0],"session":15,"source":"pipeline","t_unix":1786408602.0741904,"uid":"p00792","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00673","ink_fraction":{"black":0.0,"blue":0.3335416666666667,"green":0.0,"red":0.0,"white":0.6664583333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 223)","median_spectrum_pct":[33.0244,33.028,33.0322,33.037,33.0432,33.9532,34.6549,35.1657,35.1792,35.3219,36.0969,35.6471,33.8742,31.8222,29.7326,27.7077,26.044,24.7531,23.7464,23.1123,22.5375,22.1948,21.9643,21.8474,21.9098,22.0979,22.4517,22.9435,23.6367,24.5319,25.7603,27.3336,29.2152,31.1112,32.8017,34.0843],"phase":"gamut_dense","raster_sha1":"97b27216038e3775","rgb":[0,159,223],"session":15,"source":"pipeline","t_unix":1786408604.374346,"uid":"p00592","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.928667,25.771145,37.816252]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01215","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6672526041666667,"white":0.3323697916666667,"yellow":0.00037760416666666666},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 0)","median_spectrum_pct":[8.66441,8.66325,8.66193,8.6604,8.65868,8.79968,8.89463,8.95662,8.91348,8.91768,9.54945,10.3035,10.4667,10.3686,10.1429,9.83089,9.56685,9.40123,9.31911,9.42122,9.93139,13.8242,20.0538,22.7204,23.1845,23.1942,23.2619,23.4859,23.988,24.763,25.8882,27.3368,29.0997,30.9308,32.4495,33.6159],"phase":"gamut_dense","raster_sha1":"ea4baddc76bebd11","rgb":[223,96,0],"session":15,"source":"pipeline","t_unix":1786408606.6651552,"uid":"p01134","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.261834,12.23637,9.882095]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[0,223,191],"session":15,"source":"pipeline","t_unix":1786408609.046421,"uid":"p00609","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4539609375,"white":0.5460390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 128)","median_raw":[19.682667,18.936448,18.260511],"median_spectrum_pct":[15.914,15.9132,15.9123,15.9113,15.9103,16.2234,16.4426,16.6036,16.6031,16.6806,17.6911,18.6399,18.6989,18.4726,18.093,17.5808,17.1098,16.7356,16.4585,16.4257,16.7114,19.6734,24.2915,26.1752,26.5226,26.5941,26.7597,27.0163,27.5012,28.1745,29.1124,30.2916,31.7313,33.1644,34.376,35.2703],"phase":"gamut_dense","raster_sha1":"3fc58e79ac85e93f","raw":[[19.682667,18.939834,18.260511],[19.683339,18.936448,18.268139],[19.679196,18.933095,18.240851]],"rgb":[223,128,128],"session":15,"source":"pipeline","spectrum_pct":[[15.9055,15.9048,15.9039,15.9028,15.9018,16.2112,16.4327,16.6023,16.611,16.6806,17.6911,18.6434,18.7075,18.4741,18.0981,17.5848,17.1188,16.7408,16.4647,16.4337,16.7182,19.6734,24.2858,26.1685,26.5203,26.5964,26.7577,27.0163,27.5011,28.1705,29.1171,30.2933,31.7165,33.1371,34.3455,35.2557],[15.9256,15.9249,15.924,15.923,15.922,16.2234,16.4426,16.6036,16.6031,16.6898,17.7284,18.6399,18.6989,18.4726,18.092,17.5764,17.1098,16.7356,16.4585,16.4257,16.7114,19.6734,24.2915,26.1752,26.5226,26.5913,26.7647,27.0227,27.5019,28.1798,29.1124,30.2885,31.7313,33.171,34.376,35.2703],[15.914,15.9132,15.9123,15.9113,15.9103,16.226,16.4456,16.6049,16.5795,16.6018,17.6175,18.6245,18.6979,18.4713,18.093,17.5808,17.109,16.7328,16.4567,16.4247,16.7079,19.6753,24.2931,26.1764,26.5237,26.5941,26.7597,27.0142,27.5012,28.1745,29.1093,30.2916,31.7363,33.1644,34.3795,35.3048]],"t_unix":1786408611.4220903,"uid":"p01147","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.682667,18.936448,18.260511]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00753","ink_fraction":{"black":0.0,"blue":0.257234375,"green":0.0,"red":0.0,"white":0.742765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 191)","median_spectrum_pct":[33.9154,33.9185,33.922,33.926,33.9312,34.7681,35.5237,36.2761,36.4609,36.6929,37.536,37.1422,35.5487,33.7472,31.9043,30.0722,28.5145,27.2725,26.3096,25.7436,25.2045,24.8784,24.6229,24.4463,24.4415,24.6022,24.9535,25.4176,26.0573,26.8473,27.9212,29.277,30.9187,32.5938,34.0791,35.2261],"phase":"gamut_dense","raster_sha1":"6cbf06bfaa773b64","rgb":[96,159,191],"session":15,"source":"pipeline","t_unix":1786408659.0277202,"uid":"p00834","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.108751,28.165286,39.093453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[191,255,32],"session":15,"source":"pipeline","t_unix":1786408661.3477497,"uid":"p01099","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[32,159,96],"session":15,"source":"pipeline","t_unix":1786408663.657108,"uid":"p00669","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[32,223,191],"session":15,"source":"pipeline","t_unix":1786408666.0075462,"uid":"p00690","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.39079166666666665,"blue":0.16531510416666667,"green":0.0,"red":0.0,"white":0.4438932291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 159)","median_raw":[13.241328,13.99213,21.06294],"median_spectrum_pct":[18.8466,18.8491,18.8519,18.8551,18.859,19.2195,19.4983,19.6964,19.5574,19.4318,19.7084,19.3872,18.3868,17.2352,16.045,14.9031,13.9625,13.2507,12.7145,12.3912,12.1195,12.0787,12.1152,12.1123,12.1987,12.4272,12.8481,13.456,14.3377,15.569,17.3106,19.609,22.4239,25.3995,28.0769,30.2314],"phase":"gamut_dense","raster_sha1":"e5f65aaaa2635dd5","raw":[[13.236562,13.986924,21.049984],[13.241328,13.99213,21.06294],[13.243687,13.994269,21.070287]],"rgb":[128,32,159],"session":15,"source":"pipeline","spectrum_pct":[[18.8396,18.8421,18.845,18.8482,18.8521,19.1954,19.4703,19.6782,19.5574,19.4318,19.7115,19.3941,18.3787,17.2246,16.0365,14.8949,13.954,13.2396,12.7098,12.3907,12.1173,12.0762,12.1103,12.1123,12.1984,12.4251,12.8479,13.4529,14.3377,15.5769,17.3141,19.6285,22.4353,25.4159,28.0996,30.2494],[18.8505,18.853,18.8558,18.8591,18.863,19.2195,19.4983,19.6964,19.5559,19.4417,19.7084,19.3838,18.3874,17.2352,16.045,14.9031,13.9625,13.2507,12.7145,12.3912,12.1195,12.0787,12.1169,12.1114,12.1987,12.4274,12.8495,13.456,14.3379,15.569,17.3106,19.609,22.4239,25.3995,28.0769,30.2314],[18.8466,18.8491,18.8519,18.8551,18.859,19.2348,19.5149,19.707,19.5767,19.4268,19.696,19.3872,18.3868,17.2402,16.0505,14.9053,13.9651,13.2537,12.7177,12.3958,12.1196,12.0812,12.1152,12.1135,12.1992,12.4272,12.8481,13.4562,14.3361,15.5622,17.2985,19.5957,22.4215,25.3932,28.0339,30.1977]],"t_unix":1786408668.329142,"uid":"p00878","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.241328,13.99213,21.06294]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[64,255,255],"session":15,"source":"pipeline","t_unix":1786408716.0372047,"uid":"p00782","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.16948697916666666,"blue":0.0,"green":0.0,"red":0.7393958333333334,"white":0.0911171875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 64)","median_raw":[8.040331,5.693849,3.497789],"median_spectrum_pct":[3.18442,3.18355,3.18255,3.18139,3.18005,3.20763,3.22082,3.23431,3.14671,3.0701,3.20531,3.48075,3.53187,3.47077,3.35035,3.20244,3.11053,3.11621,3.19065,3.36344,3.88201,7.38988,13.046,15.4508,15.8358,15.8118,15.8639,16.1031,16.6848,17.6648,19.1355,21.0857,23.5215,26.1116,28.4226,30.2695],"phase":"gamut_dense","raster_sha1":"2918b9284bffcbdf","raw":[[8.031749,5.688158,3.484869],[8.040331,5.693849,3.497789],[8.047257,5.696292,3.498163]],"rgb":[128,32,64],"session":15,"source":"pipeline","spectrum_pct":[[3.17798,3.1771,3.17611,3.17495,3.17361,3.20191,3.21625,3.22772,3.13718,3.03939,3.19672,3.46646,3.52206,3.46383,3.34663,3.20207,3.10939,3.11621,3.19322,3.36683,3.88304,7.3826,13.0326,15.4354,15.8204,15.7929,15.844,16.0794,16.6608,17.6488,19.1105,21.0516,23.5208,26.0931,28.3811,30.2695],[3.18517,3.18431,3.18331,3.18216,3.18081,3.2097,3.22082,3.23543,3.14671,3.0701,3.21507,3.48075,3.5374,3.47692,3.35417,3.20355,3.11053,3.1159,3.19065,3.36344,3.88154,7.38988,13.046,15.4508,15.8358,15.8118,15.8639,16.1031,16.6848,17.6648,19.1427,21.0874,23.5328,26.1116,28.4344,30.2868],[3.18442,3.18355,3.18255,3.18139,3.18005,3.20763,3.22117,3.23431,3.15187,3.07515,3.20531,3.48725,3.53187,3.47077,3.35035,3.20244,3.11181,3.11625,3.18747,3.36058,3.88201,7.3978,13.0603,15.473,15.855,15.8292,15.8769,16.1203,16.6975,17.6786,19.1355,21.0857,23.5215,26.1372,28.4226,30.2464]],"t_unix":1786408718.3434012,"uid":"p00875","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.040331,5.693849,3.497789]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.838459,37.800407,43.092591],"median_spectrum_pct":[37.137,37.1376,37.1382,37.1389,37.1404,38.085,38.8128,39.5363,39.8898,40.2011,41.3462,42.0801,41.7939,41.2586,40.5231,39.5293,38.5643,37.7121,36.9685,36.5818,36.0901,35.7744,35.4503,35.1531,35.0231,35.0181,35.1645,35.3052,35.4887,35.6649,35.9479,36.3322,36.9219,37.5152,37.9372,38.3017],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.854033,37.8173,43.086813],[34.838459,37.800407,43.092591],[34.828423,37.79477,43.097287]],"rgb":null,"session":15,"source":"bayer","spectrum_pct":[[37.1366,37.1371,37.1377,37.1385,37.1399,38.0681,38.7996,39.5403,39.9007,40.1599,41.3353,42.0978,41.7988,41.2586,40.5258,39.5413,38.5774,37.7296,36.9847,36.5977,36.1076,35.8006,35.4787,35.1792,35.0491,35.0428,35.1833,35.3245,35.5092,35.6911,35.9742,36.3866,36.9678,37.5242,37.9763,38.3573],[37.1381,37.1386,37.1392,37.14,37.1414,38.085,38.8128,39.5363,39.8898,40.2011,41.3462,42.062,41.7814,41.2481,40.518,39.5249,38.5643,37.7121,36.9685,36.5818,36.0901,35.7744,35.4503,35.1531,35.0231,35.0181,35.1645,35.3052,35.4887,35.6649,35.9479,36.3322,36.9104,37.501,37.9372,38.2998],[37.137,37.1376,37.1382,37.1389,37.1404,38.1059,38.8317,39.5306,39.8648,40.2125,41.3664,42.0801,41.7939,41.2589,40.5231,39.5293,38.5602,37.7036,36.9587,36.5704,36.0778,35.7631,35.4407,35.1308,34.9989,34.9969,35.1437,35.2858,35.4719,35.6617,35.9342,36.3282,36.9219,37.5152,37.935,38.3017]],"t_unix":1786408764.8321092,"uid":"p01368","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.838459,37.800407,43.092591]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.429929,1.147622,2.32857],"median_spectrum_pct":[2.4898,2.49048,2.49126,2.49215,2.49303,2.42282,2.35835,2.28257,2.12479,1.92523,1.78811,1.73732,1.581,1.38625,1.18533,1.00901,0.879652,0.806696,0.757819,0.744098,0.772455,0.99928,1.26589,1.38355,1.50679,1.71342,2.068,2.63414,3.53961,4.95296,7.06141,9.95296,13.6198,17.6447,21.47,24.6515],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.426119,1.14411,2.320503],[1.429929,1.147622,2.32857],[1.431756,1.150732,2.34097]],"session":15,"source":"ink","spectrum_pct":[[2.48391,2.48459,2.48537,2.48627,2.48714,2.41765,2.34723,2.27112,2.12422,1.92523,1.76724,1.73153,1.56614,1.38354,1.18156,1.00487,0.879646,0.806696,0.756418,0.739794,0.770515,0.996795,1.26114,1.37931,1.50227,1.71241,2.06165,2.6329,3.53779,4.95735,7.07224,9.991,13.6432,17.6523,21.4989,24.6868],[2.4898,2.49048,2.49126,2.49215,2.49303,2.42282,2.35835,2.28257,2.12479,1.92517,1.7893,1.73732,1.581,1.38625,1.18533,1.00901,0.879652,0.80574,0.758931,0.745216,0.772455,0.99928,1.26689,1.38355,1.50726,1.71533,2.06928,2.63532,3.53961,4.95296,7.06141,9.95296,13.6107,17.6421,21.47,24.6515],[2.50815,2.50884,2.50963,2.51055,2.51142,2.4325,2.3625,2.28618,2.13692,1.95383,1.78811,1.76939,1.59482,1.39454,1.19159,1.01336,0.884749,0.807304,0.757819,0.744098,0.772616,0.999443,1.26589,1.38399,1.50679,1.71342,2.068,2.63414,3.53963,4.94658,7.05871,9.94801,13.6198,17.6447,21.4423,24.5876]],"t_unix":1786408810.1254282,"uid":"s015_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.429929,1.147622,2.32857]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.214787,38.228382,43.345997],"median_spectrum_pct":[37.3658,37.3662,37.3668,37.3674,37.3688,38.3977,39.1415,39.7748,40.0377,40.2974,41.4954,42.3424,42.1431,41.6476,40.9412,39.9666,39.022,38.1764,37.436,37.0493,36.5543,36.2194,35.8755,35.5663,35.4351,35.4306,35.5662,35.6921,35.8657,36.0208,36.2756,36.6332,37.1818,37.7178,38.132,38.4698],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.222187,38.232156,43.3499],[35.214787,38.228382,43.345997],[35.187201,38.203653,43.313073]],"session":15,"source":"ink","spectrum_pct":[[37.3658,37.3662,37.3668,37.3674,37.3688,38.3742,39.1158,39.7748,40.0713,40.3507,41.508,42.3472,42.1431,41.6476,40.9412,39.9666,39.0222,38.1805,37.4398,37.0563,36.5611,36.2321,35.884,35.5808,35.4487,35.4457,35.5809,35.7104,35.8743,36.0223,36.2789,36.6382,37.1973,37.7388,38.1361,38.4698],[37.3683,37.3688,37.3693,37.3699,37.3713,38.4067,39.1439,39.784,40.0377,40.2974,41.4954,42.3424,42.1581,41.6522,40.9494,39.9758,39.022,38.1764,37.436,37.0493,36.5543,36.2194,35.8755,35.5663,35.4351,35.4306,35.5662,35.6921,35.8657,36.0208,36.2756,36.6332,37.1818,37.7178,38.132,38.4976],[37.3339,37.3343,37.3348,37.3354,37.3369,38.3977,39.1415,39.7633,40.0008,40.2398,41.4222,42.3,42.1317,41.6432,40.9406,39.9603,39.0033,38.1558,37.4107,37.0266,36.5281,36.1861,35.8371,35.5343,35.4027,35.4003,35.5337,35.661,35.83,35.9788,36.2394,36.607,37.1487,37.6877,38.0893,38.4331]],"t_unix":1786408855.351011,"uid":"s015_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.214787,38.228382,43.345997]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.135622,36.787849,4.656795],"median_spectrum_pct":[1.56282,1.54829,1.53161,1.51243,1.49034,1.49098,1.45698,1.41891,1.40288,1.74718,6.18465,17.6017,27.2471,33.9287,37.9263,39.2789,39.4186,39.1677,38.8065,38.7586,38.6927,39.5942,40.8603,41.1631,41.0436,40.8552,40.7029,40.4198,40.1288,39.8004,39.4976,39.2514,39.1684,39.0528,38.9045,38.7817],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.211206,36.880073,4.672596],[31.135622,36.787849,4.638325],[31.102747,36.742653,4.656795]],"session":15,"source":"ink","spectrum_pct":[[1.56282,1.54829,1.53161,1.51243,1.49034,1.49098,1.45466,1.41891,1.41232,1.83088,6.18979,17.6338,27.2931,33.9905,38.0111,39.3778,39.5213,39.2728,38.9193,38.875,38.8062,39.6958,40.9404,41.2361,41.1131,40.928,40.7828,40.4983,40.2097,39.8809,39.5832,39.3434,39.2604,39.1578,38.9926,38.8536],[1.54296,1.52845,1.51179,1.49264,1.47061,1.48483,1.45698,1.41451,1.39172,1.71412,6.12717,17.5956,27.2471,33.9287,37.9263,39.2789,39.4186,39.1677,38.8065,38.7586,38.6927,39.5942,40.8603,41.1631,41.0436,40.8552,40.7029,40.4198,40.1288,39.8004,39.4976,39.2514,39.1684,39.0528,38.9045,38.7702],[1.57431,1.55985,1.54324,1.52415,1.50215,1.49714,1.4632,1.42955,1.40288,1.74718,6.18465,17.6017,27.2315,33.8981,37.8867,39.2285,39.3608,39.1084,38.7447,38.6962,38.6266,39.5401,40.8202,41.1252,41.0115,40.8255,40.6713,40.3913,40.1048,39.7823,39.4913,39.2232,39.1343,39.0266,38.8944,38.7817]],"t_unix":1786408900.5706766,"uid":"s015_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.135622,36.787849,4.656795]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.78207,4.450149,0.97446],"median_spectrum_pct":[0.93383,0.932498,0.930967,0.929204,0.927187,0.941647,0.942903,0.924978,0.863578,0.721118,0.776114,0.990328,1.10153,1.11472,1.07713,0.99962,0.988887,1.1066,1.28405,1.5475,2.24273,6.80675,14.465,17.8585,18.3318,18.1358,17.9767,18.004,18.3694,19.137,20.3552,22.062,24.2198,26.5915,28.6446,30.3486],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.810783,4.474578,0.992279],[7.776264,4.449878,0.97446],[7.78207,4.450149,0.959608]],"session":15,"source":"ink","spectrum_pct":[[0.94181,0.94047,0.938931,0.937158,0.935131,0.950817,0.953645,0.932229,0.88301,0.754848,0.809822,0.993964,1.12103,1.13073,1.08341,1.01051,1.00184,1.11931,1.30113,1.56975,2.25965,6.8194,14.498,17.9067,18.3774,18.18,18.0155,18.0415,18.4116,19.186,20.4136,22.1426,24.3339,26.6604,28.7934,30.4674],[0.93383,0.932498,0.930967,0.929204,0.927187,0.941647,0.942903,0.924978,0.86194,0.721118,0.776114,0.990328,1.10153,1.11321,1.07357,0.99962,0.988887,1.1066,1.28405,1.5475,2.24273,6.79726,14.442,17.8379,18.31,18.1112,17.9508,17.9774,18.3446,19.1162,20.3373,22.0471,24.2141,26.558,28.6247,30.315],[0.919607,0.918263,0.91672,0.914942,0.912925,0.937855,0.9413,0.918463,0.863578,0.690057,0.704929,0.967361,1.09373,1.11472,1.07713,0.994582,0.986986,1.10318,1.27984,1.53901,2.23627,6.80675,14.465,17.8585,18.3318,18.1358,17.9767,18.004,18.3694,19.137,20.3552,22.062,24.2198,26.5915,28.6446,30.3486]],"t_unix":1786408945.799499,"uid":"s015_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.78207,4.450149,0.97446]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.997629,7.692166,27.502989],"median_spectrum_pct":[24.5043,24.5115,24.5198,24.5294,24.5409,25.2199,26.0213,26.7069,26.474,26.0655,25.5423,22.707,18.7946,15.004,11.6335,8.89228,6.89707,5.51412,4.58282,3.99182,3.61055,3.43138,3.37595,3.41916,3.58251,3.89747,4.4207,5.18226,6.26672,7.76833,9.88083,12.707,16.2619,20.1667,23.8314,26.9799],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.978461,7.672917,27.44264],[7.997629,7.692166,27.502989],[8.003508,7.698394,27.51754]],"session":15,"source":"ink","spectrum_pct":[[24.445,24.4522,24.4605,24.4701,24.4815,25.1634,25.9612,26.6578,26.4209,25.9898,25.5423,22.7012,18.7578,14.9609,11.6003,8.86577,6.87542,5.49922,4.56876,3.98224,3.59878,3.42261,3.36664,3.41222,3.57873,3.88771,4.40636,5.17202,6.25645,7.75506,9.87652,12.707,16.2619,20.1691,23.8459,26.9991],[24.5043,24.5115,24.5198,24.5294,24.5409,25.2199,26.0213,26.7069,26.474,26.0898,25.5714,22.707,18.7946,15.004,11.6335,8.89228,6.89707,5.51412,4.58282,3.99182,3.61055,3.43138,3.37595,3.42091,3.58251,3.89747,4.42211,5.1867,6.27217,7.77292,9.88619,12.7116,16.2806,20.1667,23.8314,26.9799],[24.514,24.5213,24.5296,24.5391,24.5507,25.2566,26.0666,26.7419,26.4878,26.0655,25.5094,22.7118,18.8144,15.0212,11.6459,8.90508,6.90483,5.52242,4.58871,3.99877,3.61402,3.43373,3.37726,3.41916,3.59022,3.90397,4.4207,5.18226,6.26672,7.76833,9.88083,12.7034,16.2449,20.107,23.7809,26.8973]],"t_unix":1786408990.9634504,"uid":"s015_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.997629,7.692166,27.502989]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.296599,8.066806,6.467978],"median_spectrum_pct":[4.58267,4.58125,4.57962,4.57775,4.57528,4.43482,4.39526,4.43391,4.27218,4.61722,9.10063,16.1234,17.5197,15.8947,13.2989,10.7001,8.63954,7.13743,6.09263,5.41708,4.96509,4.78247,4.7337,4.7484,4.89397,5.19765,5.70655,6.44912,7.51022,9.02382,11.136,13.8763,17.2759,20.9552,24.442,27.3747],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.285387,8.053677,6.448554],[5.296599,8.066806,6.467978],[5.336702,8.122523,6.52598]],"session":15,"source":"ink","spectrum_pct":[[4.55161,4.55018,4.54853,4.54663,4.54417,4.42316,4.38357,4.41993,4.24977,4.61346,9.06608,16.0831,17.4985,15.8764,13.2864,10.6892,8.62191,7.12635,6.07918,5.40827,4.95604,4.77166,4.7258,4.74083,4.88187,5.18865,5.69266,6.4293,7.50443,9.01661,11.1145,13.8516,17.2465,20.945,24.442,27.371],[4.58267,4.58125,4.57962,4.57775,4.57528,4.43482,4.39526,4.43391,4.27218,4.61722,9.10063,16.1234,17.5197,15.8947,13.2989,10.7001,8.63954,7.13743,6.09263,5.41708,4.96509,4.78247,4.7337,4.7484,4.89397,5.19765,5.70655,6.44912,7.51022,9.02382,11.136,13.8763,17.2815,20.9618,24.4368,27.4184],[4.62576,4.62433,4.6227,4.62082,4.61835,4.4859,4.44558,4.47256,4.31355,4.68016,9.16193,16.2241,17.6155,15.9958,13.3843,10.769,8.69196,7.19053,6.13944,5.46327,5.01168,4.82279,4.77403,4.78541,4.92417,5.22957,5.73084,6.46982,7.54209,9.05366,11.1574,13.8855,17.2759,20.9552,24.4432,27.3747]],"t_unix":1786409036.1223142,"uid":"s015_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.296599,8.066806,6.467978]} +{"battery_mv_start":4200,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":16,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786410164.5158198} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.439097,1.155084,2.352167],"median_spectrum_pct":[2.48385,2.48452,2.4853,2.4862,2.48706,2.41992,2.34814,2.26971,2.14421,2.00093,1.92179,1.73803,1.60054,1.39911,1.19532,1.01219,0.883135,0.802373,0.752331,0.735112,0.765927,1.00644,1.28209,1.40394,1.52365,1.73246,2.08956,2.66117,3.56855,4.99601,7.0989,10.0156,13.641,17.672,21.4723,24.6732],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.439097,1.155521,2.352167],[1.438233,1.152846,2.344614],[1.440194,1.155084,2.356984]],"session":16,"source":"ink","spectrum_pct":[[2.48385,2.48452,2.4853,2.4862,2.48706,2.41475,2.33819,2.26071,2.15029,2.02195,1.93229,1.75348,1.60054,1.40243,1.19532,1.01266,0.884757,0.804247,0.752331,0.733128,0.764053,1.00545,1.28209,1.40394,1.52306,1.73189,2.09224,2.66117,3.57839,4.99923,7.11051,10.0329,13.6986,17.7351,21.5148,24.7439],[2.48261,2.48329,2.48406,2.48495,2.48582,2.41992,2.34814,2.26971,2.1365,1.99967,1.88869,1.72455,1.58653,1.39406,1.19304,1.01219,0.883129,0.800946,0.754124,0.736083,0.765927,1.00715,1.28005,1.40305,1.52365,1.73246,2.08956,2.66265,3.56855,4.99601,7.0989,10.0156,13.641,17.672,21.4723,24.6732],[2.50321,2.50389,2.50468,2.50559,2.50646,2.42602,2.35763,2.2821,2.14421,2.00093,1.92179,1.73803,1.60817,1.39911,1.1995,1.01171,0.883135,0.802373,0.751261,0.735112,0.765986,1.00644,1.28293,1.40454,1.52497,1.73307,2.08773,2.65707,3.56802,4.98696,7.09337,10.0025,13.6382,17.6416,21.4433,24.6366]],"t_unix":1786410167.143731,"uid":"s016_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.439097,1.155084,2.352167]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.762111,37.75866,43.034995],"median_spectrum_pct":[37.2599,37.2605,37.2612,37.2621,37.2639,38.3363,38.9611,39.3903,39.6292,39.9577,41.2167,42.075,41.8672,41.325,40.574,39.5542,38.562,37.6853,36.9141,36.5121,36.0113,35.6716,35.3275,35.0238,34.9006,34.9137,35.0469,35.1904,35.3839,35.5692,35.8584,36.2564,36.8488,37.3971,37.8172,38.2333],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.782936,37.777934,43.042899],[34.762111,37.75866,43.034995],[34.574806,37.55527,42.900787]],"session":16,"source":"ink","spectrum_pct":[[37.2643,37.2649,37.2656,37.2664,37.2682,38.3363,38.9611,39.3973,39.6304,39.9577,41.2167,42.0932,41.8789,41.3286,40.5761,39.5677,38.5798,37.7015,36.9358,36.5319,36.0332,35.6991,35.357,35.0536,34.9336,34.9445,35.0824,35.224,35.411,35.5966,35.8741,36.2758,36.8768,37.4563,37.9047,38.2466],[37.2599,37.2605,37.2612,37.2621,37.2639,38.357,38.9806,39.3903,39.6057,39.9404,41.1773,42.075,41.8672,41.325,40.574,39.5542,38.562,37.6853,36.9141,36.5121,36.0113,35.6716,35.3275,35.0238,34.9006,34.9137,35.0469,35.1904,35.3839,35.5692,35.8584,36.2564,36.8488,37.3971,37.8172,38.2333],[37.1212,37.1219,37.1228,37.1237,37.1253,37.9926,38.6061,39.2434,39.6292,40.0522,41.2641,42.0119,41.6889,41.1046,40.3409,39.3242,38.3375,37.4645,36.7018,36.2946,35.7977,35.4619,35.114,34.8142,34.6965,34.7103,34.8496,35.0014,35.2045,35.3897,35.6872,36.0927,36.6929,37.3022,37.7505,38.1219]],"t_unix":1786410212.4611268,"uid":"s016_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.762111,37.75866,43.034995]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.759413,36.369828,4.636193],"median_spectrum_pct":[1.55646,1.54215,1.52572,1.50683,1.48502,1.44794,1.41042,1.37822,1.36697,1.88272,6.24627,17.6076,27.0902,33.6342,37.548,38.8543,38.9728,38.7003,38.3254,38.2626,38.1945,39.0971,40.3505,40.6466,40.5471,40.3682,40.2154,39.9393,39.6704,39.3627,39.094,38.8549,38.7806,38.7007,38.5221,38.459],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.827757,36.4569,4.636193],[30.759413,36.369828,4.637313],[30.715289,36.31286,4.632943]],"session":16,"source":"ink","spectrum_pct":[[1.54596,1.53161,1.51513,1.49618,1.47432,1.4461,1.40458,1.37421,1.36456,1.88272,6.24627,17.6358,27.1188,33.6975,37.6346,38.952,39.0712,38.804,38.4313,38.3735,38.3065,39.1974,40.4301,40.7177,40.6167,40.4409,40.2922,40.0202,39.7439,39.4378,39.1679,38.927,38.8423,38.75,38.6162,38.4672],[1.55646,1.54215,1.52572,1.50683,1.48502,1.44794,1.41042,1.37822,1.37929,1.88786,6.24015,17.6076,27.0902,33.6342,37.548,38.8543,38.9728,38.7003,38.3254,38.2626,38.1945,39.0971,40.3505,40.6466,40.5471,40.3682,40.2154,39.9393,39.6704,39.3627,39.094,38.8549,38.7806,38.7007,38.5221,38.459],[1.56426,1.54998,1.53358,1.51473,1.49296,1.45367,1.41422,1.38051,1.36697,1.8681,6.25658,17.5941,27.0582,33.591,37.497,38.7941,38.9036,38.631,38.2524,38.1858,38.122,39.0358,40.3013,40.6051,40.5005,40.3271,40.176,39.8989,39.6263,39.319,39.0384,38.7988,38.7327,38.6625,38.4708,38.3674]],"t_unix":1786410257.671135,"uid":"s016_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.759413,36.369828,4.636193]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.812524,4.468753,0.995855],"median_spectrum_pct":[0.913519,0.912169,0.910618,0.908831,0.906792,0.923643,0.919137,0.905963,0.866476,0.845584,0.923891,1.05504,1.11819,1.11167,1.06614,0.993194,0.984196,1.09328,1.27229,1.54034,2.24089,6.83953,14.5405,17.9383,18.3979,18.1891,18.0181,18.0358,18.4003,19.1794,20.4049,22.1122,24.2906,26.598,28.7025,30.3548],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.806005,4.468568,1.00579],[7.812524,4.468753,0.994961],[7.821915,4.472786,0.995855]],"session":16,"source":"ink","spectrum_pct":[[0.93393,0.932597,0.931066,0.929302,0.927261,0.926247,0.921123,0.909412,0.866476,0.845584,0.968378,1.07446,1.11819,1.11167,1.06614,0.992807,0.987524,1.10143,1.284,1.55082,2.24671,6.82907,14.5173,17.9094,18.3743,18.164,17.9914,18.0129,18.3839,19.1463,20.3914,22.1122,24.3002,26.6363,28.7027,30.4011],[0.913519,0.912169,0.910618,0.908831,0.906792,0.923643,0.919137,0.905963,0.879145,0.831492,0.885566,1.05367,1.12041,1.11721,1.06768,0.993194,0.983325,1.09328,1.27229,1.54034,2.24089,6.83953,14.5405,17.9383,18.3979,18.1891,18.0181,18.0358,18.4003,19.1794,20.4049,22.1007,24.2883,26.5913,28.7025,30.3548],[0.905965,0.904608,0.903049,0.901253,0.899211,0.922098,0.918079,0.904277,0.858852,0.851405,0.923891,1.05504,1.1133,1.11095,1.06481,0.995475,0.984196,1.09293,1.26849,1.5311,2.23763,6.85259,14.5659,17.9614,18.4208,18.2168,18.0461,18.0563,18.435,19.203,20.4306,22.1316,24.2906,26.598,28.698,30.3398]],"t_unix":1786410302.8262978,"uid":"s016_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.812524,4.468753,0.995855]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.787953,7.464755,27.097643],"median_spectrum_pct":[24.2315,24.2387,24.247,24.2566,24.2682,24.9884,25.718,26.2529,25.9887,25.6464,25.1947,22.458,18.4924,14.707,11.3539,8.63068,6.65108,5.28769,4.37131,3.79488,3.42785,3.25885,3.20888,3.25772,3.42018,3.73449,4.24648,5.00974,6.08536,7.57963,9.70698,12.5728,16.1264,19.9992,23.6599,26.8218],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.767734,7.444308,27.034337],[7.787953,7.464755,27.097643],[7.799119,7.477168,27.133751]],"session":16,"source":"ink","spectrum_pct":[[24.1874,24.1946,24.2029,24.2125,24.224,24.937,25.6525,26.1985,25.9203,25.5694,25.1501,22.4137,18.4463,14.6782,11.3222,8.60341,6.62844,5.27057,4.35695,3.78561,3.41376,3.24682,3.20558,3.24741,3.41014,3.72448,4.23399,4.99477,6.06165,7.55934,9.69514,12.5571,16.1097,19.9811,23.6599,26.8218],[24.2315,24.2387,24.247,24.2566,24.2682,24.9884,25.718,26.2529,25.9887,25.6464,25.1947,22.458,18.4924,14.707,11.3539,8.63068,6.65108,5.28769,4.37131,3.79488,3.42785,3.25885,3.20888,3.25772,3.42018,3.73449,4.24766,5.01194,6.08536,7.57963,9.70698,12.5728,16.1264,19.9998,23.6541,26.7969],[24.2627,24.2699,24.2782,24.2878,24.2994,25.0363,25.7648,26.2873,25.9972,25.6893,25.2276,22.4799,18.5208,14.7403,11.3743,8.6485,6.66092,5.29716,4.37985,3.80271,3.43274,3.26241,3.21685,3.26323,3.42602,3.74047,4.24648,5.00974,6.09376,7.58858,9.73162,12.5882,16.1289,19.9992,23.6619,26.8614]],"t_unix":1786410348.097226,"uid":"s016_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.787953,7.464755,27.097643]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.241184,7.966243,6.595927],"median_spectrum_pct":[4.73265,4.73134,4.72985,4.72813,4.72583,4.57133,4.51876,4.53671,4.37144,4.80302,9.33419,16.1654,17.4627,15.7824,13.164,10.5603,8.49991,7.00788,5.9692,5.29926,4.85688,4.68256,4.64229,4.66122,4.8119,5.1141,5.61565,6.35431,7.42589,8.93866,11.0393,13.803,17.1982,20.9318,24.3809,27.3287],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.231988,7.954884,6.588407],[5.241184,7.966243,6.595927],[5.247093,7.974954,6.608674]],"session":16,"source":"ink","spectrum_pct":[[4.71154,4.71024,4.70874,4.70701,4.70471,4.56515,4.51113,4.52721,4.35953,4.79776,9.33726,16.1351,17.4435,15.7621,13.1427,10.5466,8.49244,6.99934,5.9582,5.28916,4.84557,4.67245,4.63146,4.65206,4.7992,5.10192,5.60758,6.35125,7.42589,8.92992,11.0393,13.8099,17.199,20.9342,24.3809,27.3411],[4.73798,4.73669,4.73521,4.73351,4.7312,4.57133,4.51876,4.53671,4.37144,4.80302,9.29127,16.1654,17.4627,15.7824,13.164,10.5603,8.49991,7.00788,5.9692,5.29926,4.85688,4.68256,4.64229,4.66122,4.8119,5.11548,5.61565,6.35431,7.42352,8.94319,11.0454,13.803,17.1982,20.9318,24.3675,27.3287],[4.73265,4.73134,4.72985,4.72813,4.72583,4.58344,4.52914,4.54122,4.3828,4.81485,9.33419,16.1817,17.4712,15.8026,13.178,10.5684,8.51113,7.01568,5.97402,5.30477,4.86353,4.69077,4.64864,4.66575,4.81339,5.1141,5.61594,6.36323,7.43435,8.93866,11.0361,13.7979,17.1895,20.9036,24.3811,27.3266]],"t_unix":1786410393.3546357,"uid":"s016_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.241184,7.966243,6.595927]} +{"battery_mv":0,"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.408691,1.126867,2.284832],"median_spectrum_pct":[2.43457,2.43523,2.43599,2.43686,2.43773,2.38529,2.3108,2.2271,2.08467,1.89924,1.75716,1.69262,1.55563,1.36384,1.16497,0.986489,0.863194,0.786407,0.735867,0.718901,0.7494,0.980239,1.24802,1.36557,1.49131,1.69831,2.05755,2.62639,3.54223,4.96222,7.0597,9.98916,13.6338,17.6776,21.4263,24.5733],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.408691,1.126883,2.284832],[1.405123,1.12384,2.273284],[1.409239,1.126867,2.286151]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[2.43564,2.4363,2.43706,2.43794,2.4388,2.38053,2.3033,2.22207,2.08884,1.9084,1.79255,1.67517,1.55563,1.36454,1.16863,0.986489,0.86237,0.788272,0.735867,0.718027,0.7494,0.980456,1.24802,1.36327,1.49097,1.69831,2.0613,2.63855,3.55121,4.97913,7.0974,10.0194,13.7008,17.737,21.5085,24.6391],[2.43457,2.43523,2.43599,2.43686,2.43773,2.38529,2.3108,2.2271,2.05832,1.86716,1.75716,1.69262,1.53951,1.36384,1.16364,0.983157,0.863194,0.783714,0.733718,0.718901,0.750053,0.980239,1.24596,1.36597,1.49131,1.68963,2.04744,2.62639,3.54223,4.96222,7.05865,9.98916,13.6338,17.6776,21.4263,24.5733],[2.43012,2.43077,2.43152,2.43238,2.43326,2.39527,2.31802,2.23354,2.08467,1.89924,1.74506,1.70894,1.55658,1.35885,1.16497,0.986904,0.864349,0.786407,0.737982,0.721563,0.74919,0.979196,1.25083,1.36557,1.49228,1.7054,2.05755,2.6263,3.5394,4.96028,7.0597,9.96608,13.6213,17.6399,21.3684,24.5498]],"t_unix":1786410438.5400193,"uid":"p01369","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.408691,1.126867,2.284832]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.390869,11.985733,17.378654],"median_spectrum_pct":[15.736,15.738,15.7404,15.743,15.746,15.9003,16.0474,16.1704,16.0861,15.9903,16.2695,16.0653,15.3289,14.4791,13.5937,12.7181,11.9706,11.3647,10.8981,10.6165,10.4105,10.4952,10.6417,10.6769,10.7811,11.0245,11.4541,12.0764,13.0112,14.3081,16.1499,18.5702,21.5372,24.5909,27.3596,29.6014],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.397912,11.993637,17.374876],[11.390126,11.985011,17.378654],[11.390869,11.985733,17.381097]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[15.711,15.7131,15.7154,15.718,15.721,15.8801,16.0282,16.166,16.0943,15.9903,16.3039,16.0706,15.3235,14.4788,13.5937,12.7243,11.9745,11.3725,10.9072,10.6318,10.4233,10.5051,10.6504,10.687,10.7939,11.0342,11.4614,12.0888,13.0138,14.3234,16.1689,18.5747,21.546,24.618,27.3641,29.6279],[15.736,15.738,15.7404,15.743,15.746,15.9003,16.0474,16.1704,16.0861,15.991,16.2695,16.0618,15.3289,14.4791,13.5939,12.7181,11.9657,11.3646,10.8981,10.6165,10.4105,10.4952,10.6406,10.6728,10.7771,11.0213,11.4541,12.0764,13.0112,14.3055,16.1494,18.5702,21.5372,24.5909,27.3282,29.6014],[15.74,15.742,15.7443,15.747,15.75,15.9154,16.0585,16.1788,16.0829,15.9844,16.2432,16.0653,15.3419,14.4882,13.5936,12.7171,11.9706,11.3647,10.8955,10.616,10.4099,10.4935,10.6417,10.6769,10.7811,11.0245,11.4437,12.072,13.0076,14.3081,16.1499,18.5688,21.5078,24.5729,27.3596,29.6013]],"t_unix":1786410485.0067985,"uid":"p01370","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.390869,11.985733,17.378654]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01013","ink_fraction":{"black":0.0,"blue":0.0,"green":0.165765625,"red":0.0,"white":0.834234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 159)","median_spectrum_pct":[29.9232,29.9227,29.9222,29.9217,29.9213,30.5071,31.0024,31.5654,31.7647,32.2206,34.5547,37.3561,37.8353,37.3143,36.2919,34.9436,33.6578,32.5582,31.6541,31.116,30.5479,30.1931,29.8808,29.6234,29.5461,29.6187,29.8665,30.1663,30.5824,31.0932,31.7987,32.6943,33.8112,34.922,35.8588,36.5716],"phase":"gamut_dense","raster_sha1":"b2a6780e2e7b9cbd","rgb":[159,255,159],"session":16,"source":"pipeline","t_unix":1786410536.4358041,"uid":"p01022","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[29.309399,32.653265,35.016447]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,223,0],"session":16,"source":"pipeline","t_unix":1786410538.5911622,"uid":"p00684","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.6898385416666667,"red":0.0,"white":0.0,"yellow":0.3101614583333333},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 0)","median_raw":[13.046055,17.232021,5.680124],"median_spectrum_pct":[3.24004,3.23425,3.22761,3.21996,3.21091,3.08225,3.0331,3.04697,2.93737,3.45311,8.35433,17.6112,22.0165,22.9484,22.1316,20.4545,18.7784,17.4057,16.3555,15.7042,15.2507,15.2302,15.3476,15.3549,15.4404,15.6632,16.0522,16.6126,17.4336,18.5916,20.1659,22.2,24.6184,27.2019,29.5667,31.3914],"phase":"gamut_dense","raster_sha1":"ab865bc36dc59239","raw":[[13.037656,17.22496,5.660288],[13.046055,17.232021,5.680124],[13.051183,17.237765,5.687375]],"rgb":[96,223,0],"session":16,"source":"pipeline","spectrum_pct":[[3.22614,3.22035,3.2137,3.20605,3.19699,3.07297,3.02543,3.03912,2.92416,3.40041,8.34982,17.588,22.0049,22.9378,22.1218,20.4483,18.7784,17.4047,16.352,15.7005,15.2458,15.2229,15.3395,15.347,15.4289,15.651,16.047,16.5997,17.4333,18.5848,20.1514,22.1985,24.6112,27.1834,29.5385,31.3914],[3.24004,3.23425,3.22761,3.21996,3.21091,3.08494,3.0331,3.04697,2.93737,3.47012,8.35433,17.6112,22.0171,22.9484,22.1316,20.4545,18.7784,17.4073,16.3555,15.705,15.2507,15.2302,15.3476,15.3549,15.4404,15.6632,16.0522,16.6126,17.4336,18.5916,20.1659,22.2087,24.6184,27.2019,29.5667,31.3873],[3.24357,3.23778,3.23114,3.22349,3.21443,3.08225,3.035,3.04726,2.94409,3.45311,8.42014,17.6536,22.0165,22.9544,22.138,20.4616,18.7832,17.4057,16.357,15.7042,15.2535,15.2361,15.3584,15.3653,15.4497,15.6695,16.0608,16.6174,17.4415,18.5928,20.1717,22.2,24.6339,27.2064,29.5794,31.4399]],"t_unix":1786410540.82829,"uid":"p00846","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.046055,17.232021,5.680124]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01215","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6672526041666667,"white":0.3323697916666667,"yellow":0.00037760416666666666},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 32)","median_spectrum_pct":[8.66441,8.66325,8.66193,8.6604,8.65868,8.79968,8.89463,8.95662,8.91348,8.91768,9.54945,10.3035,10.4667,10.3686,10.1429,9.83089,9.56685,9.40123,9.31911,9.42122,9.93139,13.8242,20.0538,22.7204,23.1845,23.1942,23.2619,23.4859,23.988,24.763,25.8882,27.3368,29.0997,30.9308,32.4495,33.6159],"phase":"gamut_dense","raster_sha1":"ea4baddc76bebd11","rgb":[223,96,32],"session":16,"source":"pipeline","t_unix":1786410588.2897074,"uid":"p01135","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.261834,12.23637,9.882095]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5314296875,"red":0.0,"white":0.4685703125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 128)","median_raw":[17.321016,20.684936,19.901957],"median_spectrum_pct":[16.5828,16.5815,16.58,16.5783,16.5762,16.7278,16.8546,16.9959,16.9581,17.3557,21.2427,26.8466,28.222,27.3334,25.5476,23.4822,21.6743,20.25,19.1676,18.4894,17.9312,17.6455,17.4531,17.3164,17.3568,17.5717,17.9954,18.5782,19.4067,20.5019,21.9901,23.8902,26.1539,28.5448,30.6688,32.368],"phase":"gamut_dense","raster_sha1":"3e5e285628907931","raw":[[17.318215,20.680734,19.901957],[17.321016,20.684936,19.898623],[17.327519,20.691945,19.911333]],"rgb":[96,223,128],"session":16,"source":"pipeline","spectrum_pct":[[16.5645,16.5632,16.5617,16.56,16.5579,16.7201,16.8414,16.9959,16.9581,17.3873,21.2427,26.8466,28.222,27.3219,25.5389,23.471,21.6636,20.2384,19.1633,18.4865,17.9296,17.6455,17.4487,17.3145,17.3521,17.5698,17.9918,18.576,19.4024,20.5019,21.9849,23.8841,26.1425,28.5398,30.6519,32.368],[16.5828,16.5815,16.58,16.5783,16.5762,16.7278,16.8546,16.9955,16.9552,17.3557,21.2237,26.8205,28.2107,27.3334,25.5476,23.4822,21.6743,20.2502,19.1676,18.4894,17.9312,17.6445,17.4531,17.3164,17.3568,17.5717,17.9954,18.5845,19.4083,20.4908,21.991,23.9008,26.1606,28.5448,30.6738,32.425],[16.5866,16.5853,16.5838,16.5821,16.58,16.7393,16.8658,17.0084,16.9624,17.3486,21.2721,26.8489,28.2227,27.3438,25.56,23.4862,21.6747,20.25,19.1713,18.4968,17.9413,17.6543,17.4582,17.3252,17.3632,17.5771,18.0009,18.5782,19.4067,20.5096,21.9901,23.8902,26.1539,28.55,30.6688,32.3507]],"t_unix":1786410590.434638,"uid":"p00850","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.321016,20.684936,19.901957]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,32,159],"session":16,"source":"pipeline","t_unix":1786410638.086952,"uid":"p00716","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,96,191],"session":16,"source":"pipeline","t_unix":1786410640.4638724,"uid":"p01140","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4317265625,"white":0.5293177083333334,"yellow":0.03895572916666667},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 64)","median_raw":[19.749279,19.261675,17.14369],"median_spectrum_pct":[14.8404,14.8391,14.8375,14.8357,14.8337,15.1392,15.313,15.4116,15.38,15.4929,16.7824,18.2918,18.768,18.7702,18.5159,18.0557,17.6054,17.2219,16.9294,16.8856,17.1733,20.1149,24.6191,26.4167,26.7455,26.8117,26.958,27.1863,27.6335,28.2809,29.1793,30.318,31.6958,33.086,34.2678,35.1023],"phase":"gamut_dense","raster_sha1":"d8d4b93ef6397618","raw":[[19.749279,19.261675,17.124612],[19.753608,19.265091,17.15584],[19.746352,19.257525,17.14369]],"rgb":[191,128,64],"session":16,"source":"pipeline","spectrum_pct":[[14.826,14.8246,14.823,14.8212,14.8193,15.1239,15.2981,15.4066,15.38,15.4262,16.7738,18.2598,18.7414,18.7615,18.5134,18.0575,17.6085,17.2283,16.9357,16.8878,17.1759,20.1149,24.6191,26.4213,26.7455,26.8117,26.958,27.1898,27.6333,28.2739,29.1607,30.2971,31.6908,33.0519,34.2026,35.0074],[14.8518,14.8504,14.8489,14.8471,14.8451,15.1392,15.313,15.4133,15.3958,15.5302,16.7873,18.3252,18.7875,18.774,18.5168,18.0536,17.6054,17.2219,16.9294,16.8856,17.1733,20.1168,24.6221,26.4167,26.7497,26.8152,26.9597,27.1863,27.6363,28.2809,29.1848,30.318,31.7005,33.1025,34.277,35.1023],[14.8404,14.8391,14.8375,14.8357,14.8337,15.1424,15.3168,15.4116,15.3744,15.4929,16.7824,18.2918,18.768,18.7702,18.5159,18.0557,17.6004,17.2159,16.9164,16.8734,17.1661,20.1076,24.6149,26.4157,26.7419,26.8082,26.9495,27.1795,27.6335,28.2831,29.1793,30.3197,31.6958,33.086,34.2678,35.1092]],"t_unix":1786410642.886748,"uid":"p01064","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.749279,19.261675,17.14369]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5314088541666667,"red":0.0,"white":0.46859114583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 128)","median_raw":[17.397286,20.777657,19.935298],"median_spectrum_pct":[16.5474,16.546,16.5444,16.5425,16.5404,16.7869,16.9547,17.0738,16.9533,17.3498,21.2004,26.8015,28.243,27.4138,25.6629,23.6171,21.8078,20.3681,19.2654,18.5701,18.0076,17.7293,17.5408,17.4139,17.4551,17.6604,18.0666,18.6379,19.4683,20.5669,22.0527,23.9471,26.2131,28.6015,30.7091,32.4067],"phase":"gamut_dense","raster_sha1":"8a0b88d2eb95c064","raw":[[17.391381,20.76862,19.930927],[17.397286,20.777657,19.935298],[17.401417,20.781104,19.938569]],"rgb":[96,255,128],"session":16,"source":"pipeline","spectrum_pct":[[16.542,16.5406,16.539,16.5372,16.535,16.7636,16.9333,17.0626,16.9445,17.3726,21.2498,26.8015,28.2275,27.3903,25.6515,23.6007,21.7923,20.3567,19.2538,18.5599,18.0045,17.7293,17.5408,17.4069,17.4468,17.6539,18.0626,18.6344,19.4547,20.5585,22.0581,23.9471,26.2202,28.5823,30.691,32.3912],[16.5474,16.546,16.5444,16.5425,16.5404,16.7869,16.9547,17.0738,16.9577,17.3498,21.185,26.8162,28.2477,27.4138,25.6629,23.6171,21.8078,20.3681,19.2654,18.5701,18.0076,17.729,17.54,17.4139,17.4551,17.6604,18.0666,18.6386,19.4698,20.5715,22.0458,23.9334,26.2071,28.6086,30.7337,32.4331],[16.5584,16.557,16.5554,16.5536,16.5515,16.7967,16.9639,17.0773,16.9533,17.3449,21.2004,26.7965,28.243,27.4213,25.6717,23.6179,21.8114,20.3705,19.2682,18.5722,18.0149,17.7317,17.5478,17.4154,17.4623,17.6695,18.0725,18.6379,19.4683,20.5669,22.0527,23.9502,26.2131,28.6015,30.7091,32.4067]],"t_unix":1786410690.6372187,"uid":"p00859","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.397286,20.777657,19.935298]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[223,0,0],"session":16,"source":"pipeline","t_unix":1786410738.8439362,"uid":"p01107","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[128,223,191],"session":16,"source":"pipeline","t_unix":1786410742.0404058,"uid":"p00933","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.2700078125,"blue":0.0,"green":0.0,"red":0.33426822916666665,"white":0.35131510416666667,"yellow":0.044408854166666664},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 64)","median_raw":[12.722422,12.299213,11.722368],"median_spectrum_pct":[10.354,10.3536,10.353,10.3524,10.3517,10.4904,10.5685,10.644,10.5885,10.5478,11.2238,12.1909,12.3911,12.2523,11.9483,11.528,11.1388,10.8446,10.6323,10.5904,10.7718,12.6993,15.6177,16.762,16.9926,17.1191,17.3664,17.7862,18.4821,19.5067,20.9616,22.8643,25.1739,27.6057,29.7052,31.3664],"phase":"gamut_dense","raster_sha1":"ee57556d7745b079","raw":[[12.722422,12.299213,11.721471],[12.720092,12.296717,11.722368],[12.723415,12.299375,11.740719]],"rgb":[128,96,64],"session":16,"source":"pipeline","spectrum_pct":[[10.3431,10.3426,10.3421,10.3415,10.3408,10.4841,10.5612,10.644,10.5885,10.5478,11.193,12.1757,12.3826,12.2523,11.9483,11.528,11.1423,10.8458,10.6371,10.5943,10.773,12.7022,15.6189,16.762,16.9939,17.121,17.3664,17.7862,18.4838,19.51,20.9699,22.8643,25.1739,27.6057,29.7111,31.3664],[10.354,10.3536,10.353,10.3524,10.3517,10.4904,10.5685,10.6434,10.5865,10.5124,11.2238,12.1909,12.3911,12.2416,11.9464,11.5234,11.1388,10.8446,10.6323,10.5904,10.7718,12.6973,15.615,16.7622,16.9926,17.1158,17.365,17.7772,18.4778,19.5055,20.9616,22.8567,25.1548,27.5585,29.669,31.3634],[10.3563,10.3559,10.3553,10.3547,10.354,10.5018,10.5748,10.6502,10.604,10.5757,11.2354,12.2023,12.4052,12.2554,11.9498,11.5292,11.137,10.8437,10.631,10.5857,10.77,12.6993,15.6177,16.7607,16.9903,17.1191,17.3726,17.7893,18.4821,19.5067,20.9571,22.8721,25.1907,27.6204,29.7052,31.3986]],"t_unix":1786410744.9935868,"uid":"p00893","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.722422,12.299213,11.722368]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01139","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21770833333333334,"white":0.7822916666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 159)","median_spectrum_pct":[26.0302,26.03,26.0298,26.0296,26.0297,26.6415,27.074,27.459,27.6314,27.8314,29.0222,30.0402,29.9395,29.5232,28.9573,28.188,27.4508,26.8192,26.2868,26.0694,25.9938,27.4872,29.7795,30.5988,30.7254,30.7917,30.9904,31.2217,31.5778,32.0394,32.66,33.4483,34.4479,35.4551,36.2309,36.8751],"phase":"gamut_dense","raster_sha1":"f050d0bcf493e6c6","rgb":[255,96,159],"session":16,"source":"pipeline","t_unix":1786410792.7083309,"uid":"p01220","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.998663,28.045697,30.09319]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.33353645833333334,"green":0.0,"red":0.0,"white":0.6664635416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 255)","median_raw":[23.901976,25.741894,37.659539],"median_spectrum_pct":[32.9026,32.9062,32.9103,32.9151,32.9212,33.7601,34.4384,35.0225,35.0731,35.2081,36.0427,35.5857,33.7746,31.731,29.6703,27.6702,26.0019,24.6992,23.7022,23.1004,22.5679,22.2433,22.0022,21.849,21.8781,22.0722,22.4494,22.9695,23.6906,24.5771,25.7791,27.3098,29.1572,31.0647,32.7542,34.0697],"phase":"gamut_dense","raster_sha1":"db54021dd95d6388","raw":[[23.901976,25.741894,37.658604],[23.908524,25.749142,37.689002],[23.897709,25.739851,37.659539]],"rgb":[32,159,255],"session":16,"source":"pipeline","spectrum_pct":[[32.8899,32.8935,32.8977,32.9025,32.9085,33.7372,34.4164,35.0142,35.0731,35.2081,36.0427,35.5857,33.7689,31.7294,29.6637,27.6628,25.9986,24.6964,23.7016,23.0985,22.5679,22.2433,22.0022,21.8517,21.8818,22.0763,22.4525,22.9733,23.6906,24.5771,25.7791,27.3098,29.1572,31.0647,32.7656,34.0801],[32.9107,32.9143,32.9185,32.9233,32.9293,33.7601,34.4384,35.0283,35.0926,35.2647,36.119,35.5927,33.7878,31.7389,29.6703,27.6709,26.0066,24.7023,23.7065,23.1041,22.5716,22.2511,22.0041,21.849,21.8781,22.0722,22.4494,22.9695,23.6907,24.5779,25.7898,27.3386,29.1723,31.0722,32.7542,34.0697],[32.9026,32.9062,32.9103,32.9151,32.9212,33.7722,34.4489,35.0225,35.0636,35.1696,36.0083,35.5571,33.7746,31.731,29.6707,27.6702,26.0019,24.6992,23.7022,23.1004,22.5654,22.2406,21.9897,21.8389,21.8703,22.0596,22.4366,22.9583,23.6706,24.5609,25.7612,27.2964,29.1457,31.0293,32.7149,33.9754]],"t_unix":1786410795.4548326,"uid":"p00674","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.901976,25.741894,37.659539]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 64)","median_raw":[9.200043,6.096439,2.813427],"median_spectrum_pct":[2.52752,2.5262,2.52469,2.52296,2.52099,2.57086,2.58526,2.57732,2.51365,2.42627,2.60793,2.90735,3.02592,3.017,2.93575,2.81607,2.7581,2.8118,2.93621,3.16678,3.83381,8.32279,15.7715,19.0564,19.5285,19.3819,19.2764,19.3507,19.7501,20.5163,21.7404,23.386,25.4403,27.6253,29.5656,31.0914],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","raw":[[9.188297,6.089968,2.813427],[9.200043,6.096439,2.815843],[9.210813,6.101602,2.813164]],"rgb":[223,0,64],"session":16,"source":"pipeline","spectrum_pct":[[2.52309,2.52178,2.52027,2.51853,2.51656,2.56982,2.58508,2.57732,2.5148,2.42627,2.60793,2.89125,3.02204,3.01558,2.93484,2.81329,2.75407,2.81253,2.9413,3.17371,3.83786,8.3096,15.7471,19.0257,19.4962,19.3487,19.2451,19.3207,19.7266,20.4958,21.7078,23.3635,25.4053,27.5776,29.5253,31.0594],[2.52752,2.5262,2.52469,2.52296,2.52099,2.57086,2.58526,2.57942,2.51365,2.43088,2.60873,2.90735,3.02592,3.017,2.9394,2.81943,2.7581,2.81179,2.93621,3.16678,3.83381,8.32279,15.7715,19.0564,19.5285,19.3819,19.2764,19.3507,19.7501,20.5163,21.7404,23.386,25.4403,27.6253,29.5656,31.0914],[2.53808,2.53677,2.53527,2.53354,2.53157,2.57608,2.58759,2.5772,2.50613,2.41999,2.58216,2.92129,3.04125,3.02278,2.93575,2.81607,2.7596,2.8118,2.93314,3.16305,3.82948,8.33718,15.7961,19.0844,19.5583,19.4149,19.3088,19.374,19.7778,20.5506,21.758,23.4066,25.4586,27.6477,29.583,31.1071]],"t_unix":1786410843.2445872,"uid":"p01109","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.200043,6.096439,2.813427]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.8864947916666667,"green":0.0,"red":0.0,"white":0.11350520833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 255)","median_raw":[10.131781,10.134392,29.195402],"median_spectrum_pct":[25.9871,25.994,26.0019,26.011,26.0221,26.8192,27.5565,28.0766,27.7882,27.4687,27.3219,24.8798,21.167,17.5214,14.2209,11.4942,9.47511,8.0526,7.07584,6.4672,6.05441,5.8522,5.77339,5.79851,5.95212,6.26251,6.77476,7.52871,8.59641,10.0562,12.1111,14.8068,18.1536,21.7391,25.1422,27.9378],"phase":"gamut_dense","raster_sha1":"37c6968b8a4aa888","raw":[[10.108262,10.110533,29.12882],[10.131781,10.134392,29.195402],[10.136732,10.140562,29.200884]],"rgb":[96,96,255],"session":16,"source":"pipeline","spectrum_pct":[[25.929,25.9358,25.9438,25.9528,25.9639,26.7524,27.4928,28.0262,27.7366,27.4108,27.2954,24.8166,21.1074,17.4741,14.1852,11.4676,9.45295,8.03603,7.06217,6.45364,6.04166,5.84391,5.76095,5.77938,5.93547,6.24483,6.75534,7.50504,8.57473,10.0435,12.0919,14.7805,18.1536,21.7365,25.1124,27.9185],[25.9871,25.994,26.0019,26.011,26.0221,26.8192,27.5565,28.0766,27.795,27.5024,27.3344,24.8818,21.167,17.5214,14.2209,11.4942,9.47511,8.0526,7.07584,6.4672,6.05441,5.8522,5.77339,5.79851,5.95212,6.26251,6.77621,7.52871,8.60123,10.0676,12.1291,14.8239,18.1894,21.7861,25.1892,27.9991],[26.0008,26.0077,26.0156,26.0248,26.0359,26.844,27.5847,28.0947,27.7882,27.4687,27.3219,24.8798,21.1694,17.5272,14.2281,11.5083,9.48598,8.06353,7.08543,6.47252,6.0563,5.85882,5.77684,5.80003,5.96085,6.26471,6.77476,7.53024,8.59641,10.0562,12.1111,14.8068,18.1512,21.7391,25.1422,27.9378]],"t_unix":1786410891.9352117,"uid":"p00818","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.131781,10.134392,29.195402]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.14250260416666666,"red":0.0,"white":0.0,"yellow":0.8574973958333333},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 0)","median_raw":[27.648589,33.20096,4.79073],"median_spectrum_pct":[1.77311,1.76016,1.74529,1.7282,1.70845,1.67882,1.64524,1.61491,1.5449,1.99097,6.5946,17.989,26.7505,32.3172,35.3281,36.0238,35.7418,35.2124,34.6639,34.4474,34.2592,34.9238,35.8602,36.0434,35.9604,35.8762,35.8563,35.7803,35.755,35.7575,35.8624,36.0603,36.4532,36.8024,37.0471,37.2652],"phase":"gamut_dense","raster_sha1":"5a4844176ec03515","raw":[[27.721023,33.289546,4.793887],[27.648589,33.20096,4.785043],[27.609216,33.149474,4.79073]],"rgb":[159,223,0],"session":16,"source":"pipeline","spectrum_pct":[[1.77664,1.76365,1.74875,1.73161,1.71181,1.67697,1.64524,1.61491,1.54529,1.98257,6.5946,17.9923,26.7973,32.3896,35.4081,36.1135,35.8377,35.3148,34.771,34.5588,34.3725,35.0269,35.943,36.1204,36.0394,35.9548,35.9424,35.8699,35.8322,35.838,35.9229,36.123,36.4901,36.8984,37.1424,37.3508],[1.77311,1.76016,1.74529,1.7282,1.70845,1.67882,1.64201,1.61166,1.54327,1.99097,6.55433,17.972,26.7505,32.3172,35.3281,36.0238,35.7418,35.2124,34.6639,34.4474,34.2592,34.9238,35.8602,36.0434,35.9604,35.8762,35.8563,35.7803,35.755,35.7575,35.8624,36.0603,36.4532,36.8024,37.0471,37.2652],[1.76145,1.74851,1.73365,1.71657,1.69686,1.67975,1.64773,1.61535,1.5449,2.00017,6.60403,17.989,26.7333,32.2806,35.2736,35.9626,35.678,35.146,34.5958,34.3785,34.1933,34.8644,35.815,36.0054,35.9287,35.8366,35.816,35.7397,35.7037,35.7261,35.815,36.0071,36.3806,36.7489,37.0275,37.2417]],"t_unix":1786410939.6225667,"uid":"p01008","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.648589,33.20096,4.79073]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00818","ink_fraction":{"black":0.0,"blue":0.8864947916666667,"green":0.0,"red":0.0,"white":0.11350520833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 191)","median_spectrum_pct":[25.9871,25.994,26.0019,26.011,26.0221,26.8192,27.5565,28.0766,27.7882,27.4687,27.3219,24.8798,21.167,17.5214,14.2209,11.4942,9.47511,8.0526,7.07584,6.4672,6.05441,5.8522,5.77339,5.79851,5.95212,6.26251,6.77476,7.52871,8.59641,10.0562,12.1111,14.8068,18.1536,21.7391,25.1422,27.9378],"phase":"gamut_dense","raster_sha1":"37c6968b8a4aa888","rgb":[96,96,191],"session":16,"source":"pipeline","t_unix":1786410987.0352876,"uid":"p00816","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.131781,10.134392,29.195402]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.42578645833333334,"blue":0.0,"green":0.0012604166666666666,"red":0.0,"white":0.572953125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 128)","median_raw":[15.402613,16.373531,21.459441],"median_spectrum_pct":[19.1546,19.1563,19.1582,19.1605,19.1631,19.4581,19.6825,19.8915,19.8635,19.8089,20.1448,20.0797,19.5204,18.7881,18.0052,17.1835,16.48,15.9039,15.438,15.1659,14.9236,14.9139,14.9555,14.9407,15.0066,15.2068,15.5655,16.084,16.8604,17.9584,19.5243,21.5993,24.1122,26.7981,29.1651,31.0296],"phase":"gamut_dense","raster_sha1":"7f5c153590fc8856","raw":[[15.474406,16.449885,21.498333],[15.402613,16.373531,21.459441],[15.398824,16.370378,21.459394]],"rgb":[96,128,128],"session":16,"source":"pipeline","spectrum_pct":[[19.2036,19.2053,19.2072,19.2093,19.212,19.6168,19.8489,19.9485,19.8288,19.7177,20.0658,20.0797,19.5817,18.8707,18.0959,17.272,16.5665,15.9885,15.5178,15.2469,15.0058,14.9932,15.0378,15.0214,15.0949,15.2889,15.6416,16.1601,16.9377,18.0373,19.6063,21.6796,24.2152,26.8639,29.2664,31.1024],[19.1546,19.1563,19.1582,19.1605,19.1631,19.4515,19.6784,19.884,19.8732,19.8089,20.1601,20.11,19.5204,18.7783,18.0025,17.1794,16.48,15.9039,15.438,15.1659,14.9236,14.9139,14.9555,14.9407,15.0066,15.2068,15.5655,16.084,16.8604,17.9584,19.522,21.5993,24.1037,26.7981,29.1651,31.0296],[19.1437,19.1454,19.1473,19.1495,19.1521,19.4581,19.6825,19.8915,19.8635,19.8289,20.1448,20.0727,19.5147,18.7881,18.0052,17.1835,16.4799,15.9024,15.4337,15.1598,14.9151,14.9076,14.952,14.9306,15.0036,15.2033,15.5602,16.0746,16.8522,17.9477,19.5243,21.5906,24.1122,26.792,29.1482,31.0136]],"t_unix":1786410989.5572968,"uid":"p00823","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.402613,16.373531,21.459441]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 32)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[0,32,32],"session":16,"source":"pipeline","t_unix":1786411039.0275836,"uid":"p00550","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[64,255,223],"session":16,"source":"pipeline","t_unix":1786411042.4324293,"uid":"p00781","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.9058541666666666,"green":0.0,"red":0.0,"white":0.09414583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 223)","median_raw":[9.739706,9.685688,29.077816],"median_spectrum_pct":[25.8799,25.8869,25.895,25.9043,25.9156,26.6634,27.416,28.0182,27.7771,27.4561,27.2059,24.6385,20.8514,17.1357,13.7933,11.0437,9.00377,7.57216,6.58767,5.96453,5.5504,5.34921,5.2785,5.30787,5.46911,5.78487,6.30037,7.05596,8.12756,9.62719,11.7042,14.4605,17.8303,21.474,24.9329,27.8022],"phase":"gamut_dense","raster_sha1":"3776a4d0283b8ab4","raw":[[9.724365,9.668525,29.036008],[9.739706,9.685688,29.077816],[9.750808,9.697306,29.112967]],"rgb":[32,96,223],"session":16,"source":"pipeline","spectrum_pct":[[25.845,25.8521,25.8602,25.8695,25.8807,26.6145,27.3634,27.9785,27.7552,27.4195,27.1639,24.6078,20.8122,17.0992,13.7669,11.023,8.98907,7.55833,6.57429,5.95311,5.5374,5.3382,5.27042,5.30312,5.46305,5.77638,6.28681,7.04527,8.11515,9.60706,11.6887,14.44,17.8198,21.443,24.8772,27.7693],[25.8799,25.8869,25.895,25.9043,25.9156,26.6634,27.416,28.0182,27.7771,27.4561,27.2059,24.6385,20.8514,17.1357,13.7933,11.0437,9.00377,7.57216,6.58767,5.96453,5.5504,5.34921,5.2785,5.30787,5.46911,5.78487,6.30037,7.05596,8.12756,9.62719,11.7042,14.4605,17.8303,21.474,24.9329,27.8131],[25.906,25.913,25.9211,25.9304,25.9417,26.697,27.4502,28.0437,27.8047,27.496,27.2639,24.6685,20.8685,17.1488,13.8097,11.0561,9.01813,7.5837,6.59697,5.97372,5.55592,5.35191,5.28227,5.31638,5.47599,5.78783,6.30615,7.06161,8.13619,9.63076,11.7108,14.4619,17.8377,21.5042,24.9395,27.8022]],"t_unix":1786411044.809358,"uid":"p00655","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.739706,9.685688,29.077816]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8362838541666666,"red":0.0,"white":0.16371614583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 96)","median_raw":[8.962438,12.012711,10.333416],"median_spectrum_pct":[8.03065,8.02914,8.0274,8.02541,8.02283,7.95301,7.94577,8.00359,7.86174,8.22499,12.5659,19.4035,20.9583,19.6362,17.2899,14.8142,12.7749,11.2561,10.1654,9.46557,8.96328,8.72981,8.62726,8.60128,8.7137,9.00179,9.49657,10.2154,11.2388,12.6589,14.5894,17.1148,20.2016,23.4553,26.498,28.9808],"phase":"gamut_dense","raster_sha1":"0bc3d6a4bf5aed63","raw":[[8.950896,11.998077,10.314128],[8.962438,12.012711,10.336821],[8.967468,12.01746,10.333416]],"rgb":[0,128,96],"session":16,"source":"pipeline","spectrum_pct":[[8.0096,8.00808,8.00634,8.00434,8.00176,7.93721,7.93246,7.99592,7.8524,8.21172,12.5512,19.3933,20.9422,19.6159,17.2702,14.7943,12.7584,11.2416,10.1542,9.4562,8.95152,8.71861,8.61975,8.59081,8.70497,8.99285,9.49482,10.2036,11.2271,12.6469,14.5737,17.1002,20.1886,23.4348,26.498,28.9808],[8.03065,8.02914,8.0274,8.02541,8.02283,7.95301,7.94577,8.00359,7.86174,8.25641,12.6127,19.4094,20.9583,19.6362,17.2899,14.8142,12.7749,11.2561,10.1654,9.46557,8.96328,8.72981,8.62726,8.60128,8.7137,9.00179,9.49657,10.2154,11.2388,12.6589,14.5907,17.1173,20.2021,23.4579,26.5072,29.0194],[8.03383,8.03232,8.03058,8.02858,8.02601,7.95661,7.95364,8.00999,7.87106,8.22499,12.5659,19.4035,20.9688,19.6415,17.2983,14.8162,12.7774,11.2595,10.1713,9.4731,8.97438,8.73748,8.63792,8.60661,8.71867,9.009,9.50624,10.2169,11.2392,12.6643,14.5894,17.1148,20.2016,23.4553,26.4431,28.9618]],"t_unix":1786411092.2520273,"uid":"p00579","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.962438,12.012711,10.333416]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00655","ink_fraction":{"black":0.0,"blue":0.9058541666666666,"green":0.0,"red":0.0,"white":0.09414583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 191)","median_spectrum_pct":[25.8799,25.8869,25.895,25.9043,25.9156,26.6634,27.416,28.0182,27.7771,27.4561,27.2059,24.6385,20.8514,17.1357,13.7933,11.0437,9.00377,7.57216,6.58767,5.96453,5.5504,5.34921,5.2785,5.30787,5.46911,5.78487,6.30037,7.05596,8.12756,9.62719,11.7042,14.4605,17.8303,21.474,24.9329,27.8022],"phase":"gamut_dense","raster_sha1":"3776a4d0283b8ab4","rgb":[0,96,191],"session":16,"source":"pipeline","t_unix":1786411139.9655786,"uid":"p00573","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.739706,9.685688,29.077816]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01045","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9099973958333333,"white":0.09000260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 32)","median_spectrum_pct":[2.70875,2.70745,2.70596,2.70424,2.70227,2.73329,2.75091,2.7729,2.74028,2.68247,2.8426,3.12478,3.21147,3.20762,3.12081,3.00159,2.94485,2.99676,3.12566,3.36103,4.02511,8.48834,15.8935,19.1535,19.6072,19.4408,19.3229,19.3893,19.7869,20.5616,21.7825,23.4266,25.5213,27.7476,29.6942,31.27],"phase":"gamut_dense","raster_sha1":"c68e1bf2b20997ed","rgb":[223,64,32],"session":16,"source":"pipeline","t_unix":1786411142.2712188,"uid":"p01126","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.338791,6.265863,3.034882]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.429515,37.40444,42.95927],"median_spectrum_pct":[37.1689,37.1696,37.1704,37.1714,37.1733,38.2148,38.8614,39.3721,39.603,39.9386,41.1565,41.9438,41.671,41.073,40.2811,39.2288,38.2096,37.3112,36.5275,36.1056,35.5858,35.228,34.8741,34.5777,34.4578,34.4741,34.6246,34.7829,35.0031,35.2175,35.5446,35.9819,36.5913,37.1912,37.6735,37.9796],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.443027,37.417114,42.95927],[34.429515,37.40444,42.967379],[34.411731,37.388498,42.955762]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[37.1689,37.1696,37.1704,37.1714,37.1733,38.1968,38.8439,39.3726,39.603,39.9386,41.1565,41.9572,41.6752,41.073,40.2859,39.2359,38.2207,37.3252,36.5423,36.1179,35.604,35.2487,34.8954,34.5976,34.4803,34.5015,34.6519,34.8159,35.033,35.2493,35.5674,35.9869,36.6183,37.2064,37.6735,37.9722],[37.1666,37.1673,37.1682,37.1691,37.171,38.2148,38.8614,39.3721,39.6077,39.9497,41.176,41.9438,41.671,41.0737,40.2811,39.2288,38.2096,37.3112,36.5275,36.1056,35.5858,35.228,34.8741,34.5777,34.4578,34.4741,34.6246,34.7829,35.0031,35.2175,35.5446,35.9819,36.5913,37.1865,37.6867,37.9796],[37.1875,37.1882,37.1891,37.1901,37.192,38.2335,38.8736,39.3638,39.5813,39.901,41.1389,41.9316,41.6663,41.0663,40.2776,39.2223,38.1986,37.2955,36.5095,36.0865,35.5685,35.21,34.852,34.5468,34.4276,34.4465,34.6033,34.7638,34.9777,35.1966,35.5197,35.9566,36.5642,37.1912,37.6572,37.9851]],"t_unix":1786411142.2735965,"uid":"p01371","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.429515,37.40444,42.95927]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.407996,1.124443,2.29379],"median_spectrum_pct":[2.45855,2.45922,2.46,2.46089,2.46176,2.3957,2.32233,2.24279,2.09697,1.88127,1.78084,1.71952,1.55634,1.36822,1.16042,0.97917,0.856654,0.782195,0.736504,0.717557,0.744322,0.977061,1.25135,1.3714,1.48447,1.69719,2.0489,2.62275,3.53882,4.95601,7.08164,10.005,13.6507,17.6363,21.4681,24.5819],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.406672,1.123043,2.28834],[1.407996,1.124443,2.29379],[1.410874,1.126441,2.300598]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[2.43969,2.44036,2.44112,2.442,2.44286,2.38047,2.31364,2.23598,2.10434,1.88127,1.77312,1.70691,1.5556,1.36476,1.15476,0.978211,0.855163,0.782409,0.737331,0.716825,0.742972,0.97528,1.24799,1.36867,1.48377,1.69719,2.0489,2.62275,3.54552,4.97408,7.08859,10.0067,13.6637,17.6479,21.4937,24.616],[2.46028,2.46096,2.46174,2.46263,2.4635,2.3957,2.32233,2.24279,2.08925,1.87935,1.78825,1.72264,1.55634,1.36822,1.16042,0.97917,0.857167,0.779951,0.734727,0.718076,0.744322,0.977061,1.25135,1.3714,1.48447,1.69628,2.04769,2.61938,3.53847,4.95601,7.08164,10.005,13.6507,17.6363,21.4681,24.5819],[2.45855,2.45922,2.46,2.46089,2.46176,2.39852,2.3297,2.24416,2.09697,1.90929,1.78084,1.71952,1.56272,1.36958,1.16333,0.981237,0.856654,0.782195,0.736504,0.717557,0.745241,0.980447,1.25365,1.37416,1.49037,1.69933,2.05296,2.62353,3.53882,4.95302,7.0753,9.98001,13.6199,17.6221,21.382,24.5485]],"t_unix":1786411187.4302754,"uid":"p01372","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.407996,1.124443,2.29379]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.502811,12.102706,17.525726],"median_spectrum_pct":[15.8503,15.8523,15.8546,15.8572,15.8603,16.1152,16.272,16.3253,16.1636,16.0639,16.3359,16.1739,15.4693,14.6189,13.7287,12.8438,12.0851,11.4787,11.0101,10.734,10.5239,10.6018,10.7504,10.783,10.8856,11.1292,11.5564,12.1854,13.1093,14.4121,16.2542,18.6684,21.6008,24.6801,27.4636,29.7038],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.504145,12.104966,17.525726],[11.502811,12.102706,17.534396],[11.441011,12.037574,17.461078]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[15.8503,15.8523,15.8546,15.8572,15.8603,16.1152,16.272,16.3253,16.1614,16.0639,16.3359,16.1739,15.4703,14.6189,13.7308,12.8464,12.0876,11.4836,11.0121,10.7372,10.5314,10.6071,10.7549,10.7846,10.8856,11.1351,11.5609,12.1854,13.1094,14.4184,16.2703,18.6813,21.6274,24.6875,27.4819,29.7038],[15.8715,15.8735,15.8758,15.8785,15.8815,16.1286,16.2841,16.3289,16.1636,16.0617,16.3552,16.1916,15.4693,14.6199,13.7287,12.8438,12.0851,11.4787,11.0101,10.734,10.5239,10.6018,10.7504,10.783,10.8861,11.1292,11.5564,12.1861,13.1093,14.4121,16.2542,18.6684,21.6008,24.6801,27.4636,29.7057],[15.7924,15.7944,15.7967,15.7994,15.8024,15.98,16.1337,16.2632,16.1647,16.0775,16.3041,16.0991,15.4027,14.5448,13.6473,12.7712,12.0183,11.4169,10.9477,10.6745,10.4649,10.5409,10.6879,10.7204,10.8234,11.0635,11.4877,12.1122,13.0383,14.3463,16.182,18.592,21.4961,24.5825,27.3326,29.5636]],"t_unix":1786411232.69095,"uid":"p01373","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.502811,12.102706,17.525726]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[0,255,191],"session":16,"source":"pipeline","t_unix":1786411279.977503,"uid":"p00618","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00899","ink_fraction":{"black":0.0,"blue":0.5616380208333334,"green":0.0,"red":0.0,"white":0.4383619791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 223)","median_spectrum_pct":[30.213,30.2182,30.2241,30.2309,30.2392,30.9522,31.7075,32.4566,32.4806,32.4934,33.0179,31.5854,28.7831,25.9202,23.2,20.7874,18.8813,17.4602,16.4297,15.7921,15.288,15.0043,14.8351,14.7735,14.8726,15.1301,15.6117,16.278,17.2029,18.4112,20.058,22.1663,24.7257,27.4508,29.8471,31.86],"phase":"gamut_dense","raster_sha1":"c6f77409a8d61fd0","rgb":[128,96,223],"session":16,"source":"pipeline","t_unix":1786411282.1717043,"uid":"p00898","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.951198,19.029212,34.489413]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,64,255],"session":16,"source":"pipeline","t_unix":1786411284.3529444,"uid":"p00566","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 64)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,223,64],"session":16,"source":"pipeline","t_unix":1786411286.5476124,"uid":"p01172","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[159,191,191],"session":16,"source":"pipeline","t_unix":1786411288.7545123,"uid":"p01005","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,32,223],"session":16,"source":"pipeline","t_unix":1786411290.9197829,"uid":"p00637","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.14101302083333334,"red":0.0,"white":0.0,"yellow":0.8589869791666667},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 32)","median_raw":[27.659238,33.203287,4.819282],"median_spectrum_pct":[1.78261,1.76967,1.75481,1.73773,1.71798,1.67055,1.63467,1.61751,1.57662,2.09669,6.72958,18.003,26.7164,32.2715,35.2923,36.0065,35.7436,35.2198,34.6726,34.4568,34.2711,34.9343,35.8606,36.0513,35.9732,35.8896,35.8685,35.7856,35.7525,35.7647,35.8681,36.0531,36.4448,36.8335,37.1006,37.2331],"phase":"gamut_dense","raster_sha1":"2475653f49960787","raw":[[27.728956,33.289884,4.816631],[27.659238,33.203287,4.819282],[27.621308,33.154277,4.826802]],"rgb":[159,191,32],"session":16,"source":"pipeline","spectrum_pct":[[1.77274,1.75976,1.74485,1.72771,1.7079,1.66604,1.63467,1.61751,1.57662,2.04152,6.72309,18.0398,26.7647,32.3344,35.3693,36.0946,35.8414,35.3231,34.7773,34.5676,34.3809,35.037,35.9461,36.1261,36.0489,35.9702,35.9471,35.8666,35.8242,35.8449,35.9401,36.1328,36.5404,36.8883,37.1998,37.3178],[1.78261,1.76967,1.75481,1.73773,1.71798,1.67055,1.63315,1.61214,1.576,2.09755,6.72958,17.9976,26.7164,32.2715,35.2923,36.0065,35.7436,35.2198,34.6726,34.4568,34.2711,34.9343,35.8606,36.0513,35.9732,35.8896,35.8685,35.7856,35.7525,35.7647,35.8681,36.0531,36.4448,36.8335,37.1006,37.219],[1.8016,1.78869,1.77387,1.75683,1.73711,1.67552,1.63896,1.62559,1.59211,2.09669,6.73153,18.003,26.7087,32.2402,35.2457,35.9516,35.6849,35.1601,34.6103,34.3905,34.2038,34.8741,35.8188,36.0127,35.9337,35.8491,35.8281,35.7498,35.7121,35.7193,35.816,36.0102,36.4031,36.7774,37.0971,37.2331]],"t_unix":1786411293.133968,"uid":"p01000","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.659238,33.203287,4.819282]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.6984921875,"yellow":0.3015078125},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 159)","median_raw":[32.209888,36.385767,27.960301],"median_spectrum_pct":[23.2532,23.2483,23.2427,23.2363,23.2292,23.6752,24.0095,24.3188,24.3907,24.8416,28.11,33.8969,37.0551,38.5344,38.9849,38.5354,37.8074,37.0694,36.3871,36.0546,35.6774,35.7374,35.8827,35.7572,35.6459,35.6296,35.7197,35.7819,35.8899,36.0156,36.2189,36.49,36.972,37.4037,37.7402,37.9474],"phase":"gamut_dense","raster_sha1":"fc11ea0602543849","raw":[[32.247008,36.427995,27.960301],[32.209888,36.385767,27.967421],[32.165115,36.336527,27.946458]],"rgb":[255,223,159],"session":16,"source":"pipeline","spectrum_pct":[[23.2532,23.2483,23.2427,23.2363,23.2292,23.6752,24.0095,24.3197,24.394,24.8336,28.1061,33.8996,37.0823,38.5638,39.0171,38.5751,37.8499,37.1141,36.4375,36.1116,35.7383,35.7964,35.9344,35.8013,35.6944,35.6753,35.7637,35.8225,35.9275,36.0431,36.2445,36.5345,36.9817,37.4042,37.7402,37.9518],[23.2598,23.255,23.2494,23.2431,23.2359,23.6792,24.0109,24.3188,24.3907,24.8658,28.1519,33.8969,37.0551,38.5344,38.9849,38.5354,37.8074,37.0694,36.3871,36.0546,35.6774,35.7374,35.8827,35.7572,35.6459,35.6296,35.7197,35.7819,35.8899,36.0156,36.2189,36.49,36.972,37.4037,37.7535,37.9474],[23.2405,23.2357,23.2301,23.2238,23.2167,23.673,24.0073,24.3054,24.372,24.8416,28.11,33.8449,37.0183,38.4986,38.9404,38.4907,37.7595,37.0204,36.335,36.0006,35.6216,35.6836,35.8261,35.699,35.5924,35.5738,35.6612,35.7247,35.8353,35.9519,36.1589,36.4581,36.9316,37.3646,37.7131,37.8993]],"t_unix":1786411340.5584989,"uid":"p01256","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.209888,36.385767,27.960301]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.12662239583333335,"blue":0.0,"green":0.010322916666666666,"red":0.0,"white":0.43669010416666665,"yellow":0.4263645833333333},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 96)","median_raw":[26.080804,29.907855,17.840955],"median_spectrum_pct":[14.3604,14.3544,14.3475,14.3396,14.3305,14.5333,14.6746,14.8075,14.7804,15.1402,18.5512,25.1727,29.2302,31.2893,32.0977,31.8538,31.2555,30.6197,30.0375,29.769,29.5192,29.8791,30.38,30.4184,30.3809,30.4065,30.5506,30.7213,30.9876,31.3885,31.9566,32.7049,33.6912,34.6809,35.4803,36.1007],"phase":"gamut_dense","raster_sha1":"964e39bdd5149077","raw":[[26.105429,29.939132,17.838752],[26.080804,29.907855,17.847999],[26.050712,29.873025,17.840955]],"rgb":[159,159,96],"session":16,"source":"pipeline","spectrum_pct":[[14.3577,14.3516,14.3447,14.3367,14.3275,14.5262,14.6673,14.7991,14.7755,15.1361,18.5512,25.1727,29.2387,31.3091,32.1231,31.8852,31.2911,30.6553,30.0783,29.8144,29.568,29.9194,30.409,30.445,30.4054,30.4309,30.5805,30.7495,31.0178,31.4162,31.9732,32.7296,33.7126,34.6914,35.4921,36.1172],[14.3669,14.3609,14.3539,14.346,14.3368,14.5333,14.6746,14.8077,14.791,15.1536,18.5536,25.1769,29.2302,31.2893,32.0977,31.8538,31.2555,30.6197,30.0375,29.769,29.5192,29.8791,30.38,30.4184,30.3809,30.4065,30.5506,30.7213,30.9876,31.3885,31.9566,32.7049,33.6912,34.6809,35.4803,36.1007],[14.3604,14.3544,14.3475,14.3396,14.3305,14.5384,14.6817,14.8075,14.7804,15.1402,18.5349,25.1447,29.215,31.2712,32.0713,31.8203,31.2165,30.5765,29.9945,29.7297,29.4802,29.8412,30.3457,30.3854,30.3406,30.3659,30.5154,30.6782,30.9491,31.3433,31.9109,32.674,33.6681,34.6501,35.4559,36.0889]],"t_unix":1786411388.0017626,"uid":"p00993","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.080804,29.907855,17.840955]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 191)","median_raw":[7.925696,7.603038,27.507334],"median_spectrum_pct":[24.6056,24.6129,24.6213,24.631,24.6427,25.4027,26.1501,26.6732,26.365,25.986,25.5164,22.6855,18.7607,14.9584,11.56,8.80729,6.79827,5.41057,4.47408,3.88329,3.50123,3.32724,3.27912,3.32272,3.49329,3.81456,4.33349,5.10178,6.18957,7.70957,9.85157,12.6922,16.2681,20.1476,23.8237,26.9433],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","raw":[[7.909347,7.586159,27.442142],[7.925696,7.603038,27.507334],[7.933382,7.61264,27.523828]],"rgb":[64,0,191],"session":16,"source":"pipeline","spectrum_pct":[[24.5591,24.5664,24.5748,24.5845,24.5962,25.3408,26.0917,26.618,26.3063,25.9354,25.4268,22.6329,18.725,14.9199,11.5359,8.78552,6.78306,5.39941,4.46577,3.87588,3.49459,3.32019,3.274,3.32007,3.49046,3.80945,4.32516,5.09024,6.17779,7.69592,9.84368,12.6922,16.2643,20.148,23.8237,26.9408],[24.6056,24.6129,24.6213,24.631,24.6427,25.4027,26.1501,26.6732,26.365,25.9883,25.5457,22.6855,18.7607,14.9584,11.56,8.80729,6.79827,5.41057,4.47408,3.88329,3.50123,3.32724,3.27912,3.32272,3.49329,3.81456,4.33349,5.10178,6.18957,7.70957,9.85157,12.6897,16.2719,20.1476,23.8255,26.9433],[24.623,24.6303,24.6387,24.6484,24.6602,25.4316,26.1846,26.6985,26.3708,25.986,25.5164,22.713,18.7888,14.9766,11.5789,8.81953,6.8109,5.4203,4.48237,3.88952,3.50595,3.33052,3.28158,3.32741,3.49993,3.8227,4.33881,5.10398,6.19763,7.71662,9.86361,12.7079,16.2681,20.1268,23.8068,26.9435]],"t_unix":1786411435.3868484,"uid":"p00708","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.925696,7.603038,27.507334]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,223,0],"session":16,"source":"pipeline","t_unix":1786411482.7897003,"uid":"p01170","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.1710859375,"blue":0.0,"green":0.0,"red":0.0,"white":0.8289140625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 159)","median_raw":[25.929116,27.967936,34.022971],"median_spectrum_pct":[29.7982,29.7997,29.8013,29.8033,29.806,30.5761,31.0375,31.3361,31.3835,31.5135,32.2537,32.6001,32.0846,31.3301,30.4443,29.405,28.4407,27.621,26.9459,26.5668,26.1527,25.9584,25.801,25.6277,25.592,25.7038,25.9788,26.3386,26.8778,27.5645,28.5149,29.7605,31.3037,32.8236,34.1621,35.2119],"phase":"gamut_dense","raster_sha1":"56ce7aeedad2ca0a","raw":[[25.938659,27.974725,34.014363],[25.928073,27.965036,34.022971],[25.929116,27.967936,34.045933]],"rgb":[128,159,159],"session":16,"source":"pipeline","spectrum_pct":[[29.7819,29.7834,29.785,29.787,29.7897,30.5614,31.0223,31.3313,31.373,31.5135,32.2546,32.5961,32.0846,31.3257,30.4443,29.405,28.4418,27.6266,26.9551,26.5808,26.171,25.9801,25.8194,25.6461,25.6076,25.7229,26.0001,26.3523,26.8893,27.5705,28.5258,29.7615,31.3082,32.8329,34.1495,35.2119],[29.7982,29.7997,29.8013,29.8033,29.806,30.5761,31.0375,31.3361,31.3835,31.5135,32.2537,32.6001,32.083,31.3301,30.4423,29.4015,28.4363,27.62,26.9433,26.5649,26.1527,25.9584,25.801,25.6277,25.592,25.7038,25.9788,26.3386,26.8778,27.5645,28.5149,29.7557,31.3037,32.8101,34.1673,35.2101],[29.8152,29.8166,29.8183,29.8202,29.823,30.609,31.0693,31.3515,31.3939,31.5578,32.2504,32.6127,32.0958,31.3439,30.4565,29.4101,28.4407,27.621,26.9459,26.5668,26.1517,25.9556,25.7949,25.6194,25.5801,25.6917,25.97,26.3319,26.8696,27.5579,28.5044,29.7605,31.2819,32.8236,34.1621,35.2246]],"t_unix":1786411484.9433825,"uid":"p00914","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.929116,27.967936,34.022971]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.6091484375,"green":0.0,"red":0.0,"white":0.3908515625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 223)","median_raw":[16.480671,17.392365,33.742775],"median_spectrum_pct":[29.704,29.7095,29.716,29.7234,29.7324,30.4724,31.1932,31.8472,31.7829,31.7399,32.1605,30.5751,27.617,24.5634,21.6795,19.1569,17.1855,15.7216,14.6618,14.0027,13.4874,13.1937,13.0341,12.9897,13.1016,13.3821,13.8655,14.5534,15.5125,16.7822,18.5182,20.7649,23.4599,26.3365,28.9454,31.0495],"phase":"gamut_dense","raster_sha1":"3761d0c21ad01769","raw":[[16.467802,17.378234,33.719372],[16.480671,17.392365,33.751377],[16.482649,17.396584,33.742775]],"rgb":[0,128,223],"session":16,"source":"pipeline","spectrum_pct":[[29.6964,29.702,29.7085,29.7159,29.7249,30.4368,31.156,31.8135,31.7777,31.7399,32.1605,30.5563,27.599,24.54,21.6627,19.1387,17.17,15.7083,14.65,13.9924,13.478,13.1875,13.0256,12.9785,13.0924,13.3737,13.8592,14.5478,15.5017,16.7726,18.5154,20.7703,23.4584,26.3521,28.9643,31.0659],[29.7188,29.7244,29.7308,29.7383,29.7472,30.4724,31.1932,31.8472,31.7956,31.7687,32.1874,30.6008,27.617,24.5634,21.6795,19.1569,17.1855,15.7216,14.6618,14.0027,13.4874,13.1937,13.0341,12.9897,13.1016,13.3821,13.8655,14.5534,15.5125,16.7864,18.5182,20.7581,23.4775,26.3365,28.9218,31.0495],[29.704,29.7095,29.716,29.7234,29.7324,30.492,31.2153,31.8535,31.7829,31.7143,32.142,30.5751,27.6273,24.5727,21.6927,19.1675,17.1942,15.7283,14.6678,14.0063,13.4908,13.1987,13.0365,12.99,13.1045,13.3841,13.8679,14.5602,15.5131,16.7822,18.5298,20.7649,23.4599,26.3347,28.9454,31.0349]],"t_unix":1786411532.3163273,"uid":"p00583","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.480671,17.392365,33.742775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00790","ink_fraction":{"black":0.0,"blue":0.8344375,"green":0.0,"red":0.0,"white":0.1655625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 255)","median_spectrum_pct":[26.9008,26.9076,26.9154,26.9243,26.9352,27.759,28.5556,29.1491,28.9205,28.6443,28.5806,26.1728,22.5016,18.878,15.5734,12.8262,10.7757,9.32829,8.32781,7.69798,7.25435,7.02546,6.92784,6.94123,7.08853,7.40065,7.92277,8.67783,9.74187,11.179,13.2236,15.8748,19.1484,22.6397,25.8913,28.6409],"phase":"gamut_dense","raster_sha1":"0be7d6b8cfdc20e9","rgb":[96,0,255],"session":16,"source":"pipeline","t_unix":1786411579.7290056,"uid":"p00791","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.236359,11.381689,30.379316]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4378203125,"white":0.5371223958333333,"yellow":0.025057291666666665},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 96)","median_raw":[19.985223,19.312694,18.74939],"median_spectrum_pct":[16.3705,16.3698,16.369,16.368,16.367,16.6438,16.8493,17.0194,17.0429,17.1742,18.2187,19.1567,19.1854,18.926,18.5521,18.0373,17.5544,17.1536,16.8463,16.7906,17.0604,19.9759,24.5224,26.3775,26.726,26.8081,26.9794,27.2273,27.6919,28.3491,29.2616,30.4152,31.792,33.1568,34.3086,35.1775],"phase":"gamut_dense","raster_sha1":"d87b3c321c517cf9","raw":[[19.991216,19.320582,18.74939],[19.98321,19.311793,18.740572],[19.985223,19.312694,18.757756]],"rgb":[223,128,96],"session":16,"source":"pipeline","spectrum_pct":[[16.3595,16.3588,16.358,16.3571,16.3561,16.6373,16.8465,17.0196,17.0429,17.1742,18.2197,19.1609,19.1854,18.9334,18.5541,18.0402,17.5598,17.1589,16.855,16.8001,17.0694,19.9869,24.5298,26.3825,26.7346,26.8165,26.9849,27.2356,27.6999,28.3554,29.2616,30.418,31.8183,33.1568,34.3633,35.2027],[16.3705,16.3698,16.369,16.368,16.367,16.6438,16.8493,17.0172,17.0403,17.1552,18.1566,19.1308,19.1835,18.926,18.5487,18.0361,17.5544,17.1536,16.8463,16.7906,17.0604,19.9759,24.5224,26.3754,26.7203,26.8028,26.9759,27.2262,27.6919,28.3491,29.2551,30.3932,31.7754,33.131,34.3049,35.1713],[16.3792,16.3786,16.3778,16.3768,16.3758,16.6508,16.856,17.0194,17.0553,17.1869,18.2187,19.1567,19.1854,18.9252,18.5521,18.0373,17.5542,17.1503,16.8427,16.7846,17.0553,19.9744,24.5194,26.3775,26.726,26.8081,26.9794,27.2273,27.6908,28.3425,29.2633,30.4152,31.792,33.171,34.3086,35.1775]],"t_unix":1786411581.8899505,"uid":"p01146","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.985223,19.312694,18.74939]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[255,0,0],"session":16,"source":"pipeline","t_unix":1786411629.2043917,"uid":"p01188","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.6088984375,"green":0.0,"red":0.0,"white":0.3911015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 191)","median_raw":[16.487851,17.387335,33.681214],"median_spectrum_pct":[29.6598,29.6654,29.6718,29.6791,29.6882,30.4862,31.2066,31.7844,31.6844,31.6396,32.0497,30.4908,27.5474,24.5124,21.6512,19.1395,17.1801,15.7227,14.6668,14.0095,13.5039,13.2261,13.0671,13.0248,13.1379,13.424,13.9037,14.5831,15.536,16.8063,18.536,20.7799,23.4909,26.3498,28.9703,31.0717],"phase":"gamut_dense","raster_sha1":"8b7be3b9d72b53e9","raw":[[16.47553,17.377175,33.64908],[16.487851,17.387335,33.681214],[16.495506,17.397691,33.694708]],"rgb":[128,128,191],"session":16,"source":"pipeline","spectrum_pct":[[29.6314,29.6369,29.6433,29.6507,29.6597,30.4482,31.1715,31.7562,31.6424,31.6192,32.0478,30.4908,27.5421,24.4979,21.6361,19.1269,17.1672,15.711,14.6569,14.0013,13.4966,13.2177,13.0597,13.0169,13.1346,13.4142,13.8915,14.5699,15.533,16.8063,18.536,20.7763,23.497,26.3734,28.9777,31.0957],[29.6598,29.6654,29.6718,29.6791,29.6882,30.4862,31.2066,31.7844,31.6844,31.6601,32.0547,30.472,27.5474,24.5124,21.6512,19.1395,17.1801,15.7227,14.6668,14.0095,13.5039,13.2261,13.0671,13.0248,13.1379,13.424,13.9037,14.5831,15.536,16.8014,18.5358,20.78,23.4909,26.3498,28.9703,31.0717],[29.6834,29.689,29.6954,29.7027,29.7118,30.5152,31.2338,31.7996,31.6858,31.6396,32.0497,30.5222,27.5719,24.5316,21.6676,19.151,17.1897,15.7332,14.6736,14.0177,13.5123,13.2331,13.0752,13.0291,13.1435,13.4294,13.9055,14.5875,15.5404,16.8105,18.5406,20.7799,23.4823,26.3487,28.9662,31.05]],"t_unix":1786411631.4367015,"uid":"p00906","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.487851,17.387335,33.681214]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00655","ink_fraction":{"black":0.0,"blue":0.9058541666666666,"green":0.0,"red":0.0,"white":0.09414583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 191)","median_spectrum_pct":[25.8799,25.8869,25.895,25.9043,25.9156,26.6634,27.416,28.0182,27.7771,27.4561,27.2059,24.6385,20.8514,17.1357,13.7933,11.0437,9.00377,7.57216,6.58767,5.96453,5.5504,5.34921,5.2785,5.30787,5.46911,5.78487,6.30037,7.05596,8.12756,9.62719,11.7042,14.4605,17.8303,21.474,24.9329,27.8022],"phase":"gamut_dense","raster_sha1":"3776a4d0283b8ab4","rgb":[32,96,191],"session":16,"source":"pipeline","t_unix":1786411678.8519354,"uid":"p00654","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.739706,9.685688,29.077816]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.04847135416666667,"yellow":0.9515286458333333},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 64)","median_raw":[30.83471,36.413026,5.961698],"median_spectrum_pct":[2.77946,2.76569,2.74989,2.73172,2.71074,2.68666,2.65286,2.64403,2.63514,3.14259,7.59499,18.8086,27.903,34.0825,37.7259,38.8962,38.9447,38.6412,38.2412,38.1576,38.0632,38.9028,40.0782,40.3397,40.2293,40.0672,39.9324,39.6779,39.4288,39.1422,38.8972,38.6825,38.6327,38.5883,38.4652,38.4004],"phase":"gamut_dense","raster_sha1":"8fe8baeabcfe9a07","raw":[[30.906923,36.504432,5.960721],[30.83471,36.413026,5.961698],[30.791768,36.357271,5.964457]],"rgb":[191,255,64],"session":16,"source":"pipeline","spectrum_pct":[[2.77283,2.759,2.74313,2.72487,2.70379,2.6821,2.64922,2.64262,2.63514,3.13968,7.55784,18.8207,27.9509,34.1514,37.8177,38.9962,39.0513,38.7486,38.3547,38.2745,38.1812,39.0044,40.1568,40.4166,40.3091,40.149,40.0114,39.7567,39.5043,39.2241,38.9723,38.7643,38.718,38.6865,38.5614,38.4578],[2.78534,2.77156,2.75574,2.73755,2.71652,2.68666,2.65286,2.64403,2.63188,3.14259,7.59499,18.8086,27.903,34.0825,37.7259,38.8962,38.9447,38.6412,38.2412,38.1576,38.0632,38.9028,40.0782,40.3397,40.2293,40.0672,39.9324,39.6779,39.4288,39.1422,38.8972,38.6825,38.6327,38.5883,38.4652,38.4004],[2.77946,2.76569,2.74989,2.73172,2.71074,2.69298,2.65768,2.64705,2.6357,3.14815,7.61532,18.8013,27.8909,34.0453,37.6759,38.8321,38.8752,38.571,38.17,38.0823,37.99,38.8352,40.0227,40.3011,40.1944,40.0292,39.8931,39.6338,39.3852,39.0987,38.8487,38.6498,38.6168,38.5741,38.4246,38.3924]],"t_unix":1786411681.0043173,"uid":"p01100","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.83471,36.413026,5.961698]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00788","ink_fraction":{"black":0.26053125,"blue":0.5662994791666667,"green":0.0,"red":0.0,"white":0.17316927083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 159)","median_spectrum_pct":[19.6143,19.6189,19.6242,19.6303,19.6375,20.0247,20.485,20.9161,20.7986,20.5985,20.6202,19.2031,16.8463,14.4669,12.2644,10.3818,8.95035,7.91813,7.18833,6.73085,6.42224,6.34406,6.3785,6.43404,6.58832,6.89057,7.38734,8.10755,9.13802,10.5911,12.6311,15.3257,18.5955,22.1069,25.3645,28.0485],"phase":"gamut_dense","raster_sha1":"a7ff1638e33b605a","rgb":[96,32,159],"session":16,"source":"pipeline","t_unix":1786411728.6042788,"uid":"p00797","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.164385,9.344714,21.93677]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.834859375,"blue":0.0,"green":0.0,"red":0.0,"white":0.165140625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 96)","median_raw":[4.490433,4.462017,6.885754],"median_spectrum_pct":[6.52093,6.52202,6.52328,6.52472,6.52623,6.52179,6.50235,6.46619,6.34457,6.21484,6.19991,6.04796,5.71847,5.33288,4.93059,4.55136,4.25611,4.03944,3.87793,3.79823,3.76275,3.9402,4.16492,4.25638,4.37421,4.59147,4.97539,5.56982,6.49683,7.88329,9.93704,12.7172,16.1744,19.8971,23.3752,26.2979],"phase":"gamut_dense","raster_sha1":"1bb67701a5a1cdef","raw":[[4.488735,4.459958,6.879669],[4.490433,4.462017,6.885754],[4.498499,4.46941,6.908054]],"rgb":[96,32,96],"session":16,"source":"pipeline","spectrum_pct":[[6.51408,6.51518,6.51644,6.51788,6.51937,6.50051,6.48735,6.45891,6.34177,6.2143,6.19991,6.03884,5.71847,5.32281,4.9236,4.54573,4.25162,4.03589,3.87767,3.7982,3.76091,3.9402,4.16105,4.25302,4.37147,4.59147,4.97539,5.56982,6.49929,7.89784,9.94854,12.7198,16.2,19.9007,23.416,26.3447],[6.52093,6.52202,6.52328,6.52472,6.52623,6.52179,6.50235,6.46619,6.34457,6.21484,6.1779,6.04796,5.70781,5.33288,4.93059,4.55136,4.25611,4.03944,3.87793,3.79823,3.76275,3.9386,4.16492,4.25638,4.37421,4.58784,4.97209,5.56129,6.48808,7.87879,9.92698,12.7121,16.1742,19.8773,23.3475,26.2979],[6.54379,6.5449,6.54617,6.54763,6.54914,6.53064,6.51078,6.47974,6.36914,6.2485,6.22858,6.06276,5.72721,5.34012,4.94167,4.55841,4.25827,4.04386,3.88221,3.80081,3.76523,3.94742,4.17095,4.26374,4.38031,4.59548,4.98238,5.56985,6.49683,7.88329,9.93704,12.7172,16.1744,19.8971,23.3752,26.2885]],"t_unix":1786411730.9927883,"uid":"p00795","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.490433,4.462017,6.885754]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0006979166666666667,"blue":0.0,"green":0.0,"red":0.6656666666666666,"white":0.33358333333333334,"yellow":5.208333333333334e-05},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 0)","median_raw":[14.244725,12.176304,10.042376],"median_spectrum_pct":[8.86062,8.85961,8.85846,8.85713,8.85554,8.93794,9.00807,9.08742,9.08871,9.14131,9.72922,10.3332,10.3683,10.2382,10.02,9.7199,9.46824,9.3253,9.26912,9.38542,9.89864,13.7845,20.0271,22.6695,23.1222,23.1235,23.177,23.382,23.8656,24.6239,25.7338,27.1692,28.919,30.6939,32.2239,33.4213],"phase":"gamut_dense","raster_sha1":"88bbb5a912dd7d7a","raw":[[14.316047,12.241818,10.074816],[14.244208,12.176304,10.042376],[14.244725,12.173496,10.035113]],"rgb":[159,96,0],"session":16,"source":"pipeline","spectrum_pct":[[8.8923,8.89127,8.89008,8.88871,8.88716,9.02303,9.09098,9.11982,9.08871,9.13913,9.7211,10.3697,10.4297,10.3048,10.0794,9.77545,9.52586,9.38171,9.32645,9.44439,9.95393,13.855,20.1241,22.7786,23.2282,23.2298,23.2817,23.4888,23.9724,24.7248,25.8246,27.2506,29.0137,30.7789,32.3519,33.5683],[8.86062,8.85961,8.85846,8.85713,8.85554,8.93794,9.00333,9.08742,9.0933,9.16282,9.75208,10.3332,10.3683,10.2382,10.02,9.7199,9.46824,9.3253,9.26912,9.38542,9.89864,13.7833,20.0163,22.663,23.1141,23.1148,23.1726,23.3794,23.8626,24.6225,25.7338,27.1692,28.919,30.6939,32.2161,33.4213],[8.85548,8.85447,8.85331,8.85198,8.85039,8.93775,9.00807,9.08687,9.08555,9.14131,9.72922,10.318,10.3639,10.2357,10.0084,9.71235,9.46648,9.3234,9.26598,9.38044,9.89251,13.7845,20.0271,22.6695,23.1222,23.1235,23.177,23.382,23.8656,24.6239,25.7292,27.1576,28.8851,30.6836,32.2239,33.4029]],"t_unix":1786411778.3171473,"uid":"p00972","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.244725,12.176304,10.042376]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,64,159],"session":16,"source":"pipeline","t_unix":1786411825.7948127,"uid":"p00725","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7117760416666666,"blue":0.0,"green":0.19707291666666665,"red":0.03363802083333333,"white":0.05751302083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 64)","median_raw":[3.847526,4.088441,5.026562],"median_spectrum_pct":[4.60657,4.60696,4.60741,4.60793,4.60829,4.5169,4.46856,4.43957,4.31596,4.31937,5.09727,6.07794,6.13952,5.6833,5.05737,4.4189,3.89621,3.5078,3.23488,3.07949,3.02864,3.36857,3.84186,4.03821,4.19392,4.44593,4.87271,5.53204,6.52203,7.9921,10.094,12.8994,16.3524,20.0626,23.4937,26.3632],"phase":"gamut_dense","raster_sha1":"a1b374a92327b887","raw":[[3.844637,4.084492,5.023298],[3.847526,4.088441,5.026562],[3.853184,4.095234,5.041315]],"rgb":[64,64,64],"session":16,"source":"pipeline","spectrum_pct":[[4.60384,4.60424,4.6047,4.60522,4.60557,4.50502,4.4527,4.43418,4.31596,4.32029,5.09727,6.07278,6.13952,5.67745,5.0483,4.41534,3.8896,3.50333,3.2313,3.07556,3.02208,3.36428,3.83608,4.03769,4.19555,4.44316,4.8684,5.532,6.52471,8.00535,10.1076,12.9233,16.3869,20.0883,23.5393,26.4056],[4.60657,4.60696,4.60741,4.60793,4.60829,4.5169,4.46856,4.43957,4.30677,4.31937,5.08951,6.07794,6.13768,5.6833,5.05737,4.4189,3.89621,3.5078,3.23488,3.07949,3.02864,3.36857,3.84186,4.03821,4.19281,4.44593,4.87271,5.53204,6.51604,7.98923,10.094,12.8972,16.3471,20.0626,23.4937,26.3532],[4.61187,4.61226,4.61271,4.61323,4.61359,4.5259,4.47929,4.44966,4.33788,4.31257,5.11755,6.11001,6.14707,5.69894,5.06546,4.42409,3.90146,3.5139,3.24065,3.08347,3.03221,3.37368,3.84687,4.04555,4.19392,4.44782,4.87508,5.53404,6.52203,7.9921,10.0847,12.8994,16.3524,20.0561,23.4871,26.3632]],"t_unix":1786411828.068567,"uid":"p00722","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.847526,4.088441,5.026562]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7074583333333333,"blue":0.0,"green":0.0,"red":0.23295833333333332,"white":0.059583333333333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 64)","median_raw":[3.707493,2.986021,3.525342],"median_spectrum_pct":[3.45661,3.45697,3.45738,3.45785,3.45825,3.40512,3.36833,3.32844,3.20324,3.09837,3.05252,3.09362,2.93659,2.74739,2.52344,2.31252,2.16106,2.07617,2.03764,2.05846,2.20847,3.27784,4.83324,5.43112,5.58968,5.74688,6.05167,6.56835,7.44194,8.7914,10.7696,13.4582,16.7926,20.3358,23.7192,26.4662],"phase":"gamut_dense","raster_sha1":"2ab53b5f220b0a07","raw":[[3.703676,2.982519,3.517692],[3.7082,2.986425,3.533825],[3.707493,2.986021,3.525342]],"rgb":[96,0,64],"session":16,"source":"pipeline","spectrum_pct":[[3.45246,3.45282,3.45324,3.45371,3.4541,3.39335,3.35676,3.32111,3.20324,3.0963,3.05252,3.07906,2.93659,2.74105,2.52223,2.31037,2.1575,2.07336,2.03764,2.05846,2.20872,3.27662,4.83042,5.42613,5.58533,5.74463,6.0447,6.56835,7.43872,8.79317,10.7671,13.4582,16.7997,20.349,23.7192,26.4701],[3.45877,3.45913,3.45955,3.46003,3.46042,3.40512,3.36833,3.32844,3.21513,3.12118,3.0986,3.09746,2.93539,2.74971,2.52344,2.31252,2.16106,2.07722,2.03947,2.05996,2.20847,3.27784,4.83324,5.43112,5.59011,5.74688,6.05167,6.56722,7.44194,8.7914,10.7773,13.4604,16.7764,20.3358,23.7259,26.4662],[3.45661,3.45697,3.45738,3.45785,3.45825,3.40865,3.37394,3.33116,3.20041,3.09837,3.05041,3.09362,2.9421,2.74739,2.52682,2.31505,2.16395,2.07617,2.03748,2.05786,2.20821,3.2805,4.83484,5.43188,5.58968,5.74897,6.05331,6.56912,7.44712,8.78751,10.7696,13.4456,16.7926,20.3357,23.7001,26.4552]],"t_unix":1786411876.5821052,"uid":"p00785","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.707493,2.986021,3.525342]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.763695,37.743281,42.998795],"median_spectrum_pct":[37.2138,37.2144,37.2152,37.216,37.2177,38.2293,38.8591,39.3674,39.6312,39.9764,41.2233,42.0419,41.7886,41.2347,40.5011,39.5052,38.528,37.6668,36.9111,36.5162,36.0248,35.6958,35.3552,35.0574,34.9267,34.9294,35.0628,35.1935,35.3696,35.5495,35.8247,36.2215,36.7875,37.3499,37.7851,38.1528],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.77844,37.75665,42.996867],[34.763695,37.743281,42.999891],[34.750125,37.731398,42.998795]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[37.2138,37.2144,37.2152,37.216,37.2177,38.2107,38.843,39.3669,39.6312,39.9764,41.254,42.0506,41.7886,41.2299,40.5011,39.5104,38.5385,37.6803,36.9268,36.5281,36.0417,35.718,35.38,35.0789,34.954,34.9589,35.0905,35.2187,35.4016,35.5674,35.8497,36.224,36.8005,37.3548,37.7803,38.1702],[37.2131,37.2137,37.2145,37.2153,37.217,38.2293,38.8591,39.3677,39.6358,39.9827,41.2233,42.039,41.7725,41.2347,40.502,39.5052,38.528,37.6668,36.9111,36.5162,36.0248,35.6958,35.3552,35.0574,34.9267,34.9294,35.0628,35.1935,35.3696,35.5495,35.8247,36.205,36.7777,37.3461,37.7851,38.1479],[37.2267,37.2274,37.2281,37.229,37.2307,38.2501,38.8791,39.3674,39.6133,39.9697,41.193,42.0419,41.791,41.2397,40.4987,39.5002,38.5214,37.6548,36.8963,36.4945,36.0035,35.6729,35.3375,35.0338,34.9104,34.9159,35.0423,35.1743,35.3604,35.5343,35.8164,36.2215,36.7875,37.3499,37.828,38.1528]],"t_unix":1786411921.7471251,"uid":"p01374","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.763695,37.743281,42.998795]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.427892,1.142451,2.354104],"median_spectrum_pct":[2.49675,2.49744,2.49823,2.49914,2.50002,2.42525,2.35214,2.27266,2.13962,1.99889,1.91786,1.76837,1.59291,1.38168,1.18114,0.997537,0.869301,0.791721,0.740649,0.727342,0.757949,0.990155,1.26399,1.37668,1.50412,1.71425,2.072,2.64759,3.563,4.99006,7.10109,10.0204,13.6837,17.6891,21.4931,24.6705],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.425316,1.140162,2.343926],[1.427892,1.142451,2.354104],[1.430471,1.144884,2.359565]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[2.49317,2.49386,2.49465,2.49556,2.49644,2.41424,2.33988,2.26271,2.13564,1.99185,1.91786,1.74659,1.58567,1.37803,1.18059,0.997437,0.867194,0.790144,0.738612,0.723795,0.757949,0.990155,1.26062,1.37576,1.50195,1.71299,2.07165,2.64759,3.56474,4.99558,7.10558,10.0427,13.7033,17.7036,21.4829,24.7031],[2.49675,2.49744,2.49823,2.49914,2.50002,2.42525,2.35214,2.27266,2.13962,2.01381,1.91031,1.76945,1.59291,1.38168,1.18114,0.997537,0.869301,0.791721,0.740649,0.7276,0.758116,0.990047,1.26399,1.37668,1.50412,1.71425,2.072,2.64477,3.55902,4.99006,7.09828,10.0161,13.6782,17.6891,21.4931,24.6377],[2.51791,2.51861,2.51942,2.52035,2.52123,2.43352,2.35736,2.27703,2.15089,1.99889,1.91914,1.76837,1.59783,1.38841,1.18533,1.00161,0.871103,0.794459,0.742973,0.727342,0.757269,0.992339,1.26549,1.38009,1.50627,1.71735,2.07587,2.65001,3.563,4.98714,7.10109,10.0204,13.6837,17.6649,21.495,24.6705]],"t_unix":1786411966.878571,"uid":"p01375","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.427892,1.142451,2.354104]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.619435,12.234358,17.666211],"median_spectrum_pct":[15.9686,15.9706,15.9729,15.9755,15.9786,16.2312,16.3811,16.4288,16.2994,16.2288,16.5156,16.3104,15.6064,14.7567,13.8603,12.9853,12.2269,11.6176,11.1419,10.8646,10.6532,10.7276,10.8686,10.9012,11.004,11.2445,11.6693,12.2901,13.2121,14.5213,16.3625,18.7626,21.7211,24.7762,27.5566,29.7736],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.619435,12.234358,17.666211],[11.622525,12.236278,17.67396],[11.562955,12.174059,17.615882]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[15.9686,15.9706,15.9729,15.9755,15.9786,16.2312,16.3811,16.4288,16.2994,16.2205,16.5156,16.3102,15.6064,14.7567,13.8603,12.9853,12.2269,11.6176,11.1439,10.8647,10.6532,10.7281,10.8686,10.9012,11.004,11.2445,11.672,12.2901,13.2121,14.5213,16.3625,18.7626,21.7286,24.7866,27.5566,29.7736],[15.9868,15.9888,15.9911,15.9937,15.9968,16.2539,16.4013,16.4414,16.2949,16.2288,16.4778,16.3183,15.6121,14.7592,13.871,12.989,12.2277,11.6188,11.1419,10.8646,10.6548,10.7276,10.8751,10.9057,11.0067,11.2451,11.6693,12.2922,13.2176,14.524,16.3657,18.7681,21.7211,24.7762,27.5804,29.8124],[15.9135,15.9156,15.9179,15.9205,15.9235,16.0992,16.2481,16.3851,16.3047,16.2454,16.518,16.3104,15.555,14.6796,13.7921,12.9173,12.1579,11.5525,11.0803,10.8024,10.5915,10.6655,10.8125,10.8465,10.9458,11.1856,11.6091,12.2271,13.1532,14.4586,16.2945,18.6863,21.6396,24.6698,27.4297,29.7009]],"t_unix":1786412012.1014156,"uid":"p01376","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.619435,12.234358,17.666211]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01100","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.04847135416666667,"yellow":0.9515286458333333},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 64)","median_spectrum_pct":[2.77946,2.76569,2.74989,2.73172,2.71074,2.68666,2.65286,2.64403,2.63514,3.14259,7.59499,18.8086,27.903,34.0825,37.7259,38.8962,38.9447,38.6412,38.2412,38.1576,38.0632,38.9028,40.0782,40.3397,40.2293,40.0672,39.9324,39.6779,39.4288,39.1422,38.8972,38.6825,38.6327,38.5883,38.4652,38.4004],"phase":"gamut_dense","raster_sha1":"8fe8baeabcfe9a07","rgb":[191,223,64],"session":16,"source":"pipeline","t_unix":1786412059.791172,"uid":"p01091","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.83471,36.413026,5.961698]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.11986197916666666,"blue":0.0,"green":0.0025755208333333333,"red":0.0,"white":0.2091953125,"yellow":0.6683671875},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 64)","median_raw":[26.323797,30.697111,10.255672],"median_spectrum_pct":[7.20381,7.19433,7.18345,7.17094,7.15641,7.16464,7.20054,7.26297,7.22063,7.61787,11.6263,20.407,26.6029,30.3379,32.3129,32.6937,32.4098,31.9467,31.4804,31.3054,31.1868,31.9288,32.8914,33.0853,33.0416,33.004,33.0525,33.0856,33.1929,33.3859,33.7161,34.2047,34.9096,35.6181,36.1604,36.5396],"phase":"gamut_dense","raster_sha1":"2e3a255fffa0e893","raw":[[26.370695,30.755994,10.261419],[26.323797,30.697111,10.253734],[26.295336,30.659896,10.255672]],"rgb":[159,159,64],"session":16,"source":"pipeline","spectrum_pct":[[7.20161,7.19211,7.1812,7.16866,7.15409,7.16284,7.19881,7.26263,7.22972,7.63398,11.6263,20.413,26.6302,30.3902,32.3687,32.7572,32.478,32.0178,31.5498,31.3786,31.2605,31.9932,32.9425,33.1331,33.0902,33.059,33.1048,33.1327,33.2353,33.4416,33.7794,34.2529,34.9539,35.641,36.2067,36.5673],[7.20381,7.19433,7.18345,7.17094,7.15641,7.16464,7.20054,7.26297,7.21935,7.61701,11.612,20.407,26.6029,30.3379,32.3129,32.6937,32.4098,31.9467,31.4804,31.3054,31.1868,31.9288,32.8914,33.0853,33.0416,33.004,33.0525,33.0856,33.1929,33.3859,33.7161,34.2047,34.9096,35.6181,36.1604,36.509],[7.2094,7.19994,7.18909,7.1766,7.1621,7.1697,7.20602,7.26576,7.22063,7.61787,11.6334,20.3839,26.5735,30.3187,32.2791,32.6558,32.3669,31.9002,31.4308,31.2571,31.1384,31.8846,32.8569,33.0599,33.0133,32.9789,33.0227,33.0516,33.1601,33.3588,33.6858,34.1824,34.8889,35.5946,36.1585,36.5396]],"t_unix":1786412062.123609,"uid":"p00992","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.323797,30.697111,10.255672]} +{"battery_mv":4200,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.24857291666666667,"yellow":0.7514270833333333},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 96)","median_raw":[30.868077,36.160016,11.307453],"median_spectrum_pct":[7.76393,7.7524,7.73917,7.72396,7.70637,7.75123,7.79862,7.85351,7.84067,8.33457,12.7557,22.9195,30.4904,35.2838,37.9273,38.5835,38.3852,37.9471,37.4634,37.3052,37.1367,37.7588,38.6272,38.7688,38.6608,38.5412,38.474,38.3251,38.1963,38.0446,37.9527,37.9118,38.0362,38.1379,38.2015,38.1668],"phase":"gamut_dense","raster_sha1":"f4c4bd5b8481e708","raw":[[30.940713,36.247155,11.312038],[30.868077,36.160016,11.300708],[30.828006,36.110354,11.307453]],"rgb":[255,255,96],"session":16,"source":"pipeline","spectrum_pct":[[7.76393,7.7524,7.73917,7.72396,7.70637,7.75123,7.79862,7.85668,7.85518,8.33457,12.7557,22.9195,30.5396,35.3531,38.0081,38.6712,38.483,38.0499,37.5698,37.4128,37.2446,37.8588,38.7112,38.849,38.7402,38.6215,38.5575,38.4065,38.2798,38.1361,38.0376,37.9903,38.1097,38.2111,38.228,38.2517],[7.75807,7.74658,7.73339,7.71821,7.70067,7.74763,7.79323,7.84925,7.84067,8.32712,12.7513,22.9181,30.4904,35.2838,37.9273,38.5835,38.3852,37.9471,37.4634,37.3052,37.1367,37.7588,38.6272,38.7688,38.6608,38.5412,38.474,38.3251,38.1963,38.0446,37.9527,37.9118,38.0362,38.1379,38.2015,38.1668],[7.76418,7.75271,7.73955,7.72441,7.7069,7.75517,7.80123,7.85351,7.84005,8.34293,12.7805,22.9217,30.4774,35.2502,37.8812,38.5276,38.327,37.8867,37.4032,37.2405,37.0696,37.6986,38.5775,38.722,38.6171,38.5014,38.4307,38.2799,38.1498,38.0034,37.9055,37.8616,37.9996,38.1073,38.1457,38.1438]],"t_unix":1786412109.7444832,"uid":"p01263","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.868077,36.160016,11.307453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.24487239583333334,"blue":0.0,"green":0.08743229166666666,"red":0.5675885416666666,"white":0.10010677083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 64)","median_raw":[7.433125,5.968741,4.356185],"median_spectrum_pct":[3.86955,3.86886,3.86807,3.86715,3.86602,3.87232,3.86049,3.85392,3.77411,3.78629,4.36599,5.07276,5.22363,5.02833,4.72904,4.37591,4.09745,3.9427,3.8766,3.93729,4.29588,6.96909,11.1364,12.8303,13.1286,13.2047,13.414,13.8259,14.57,15.7231,17.3974,19.5794,22.2574,25.0761,27.6164,29.6308],"phase":"gamut_dense","raster_sha1":"2bec2cefa537165b","raw":[[7.426676,5.96391,4.343601],[7.433125,5.968741,4.356185],[7.448831,5.97037,4.361884]],"rgb":[96,64,64],"session":16,"source":"pipeline","spectrum_pct":[[3.86955,3.86886,3.86807,3.86715,3.86602,3.86486,3.85536,3.84762,3.76872,3.78629,4.34915,5.07617,5.22363,5.02833,4.72462,4.37201,4.09745,3.9427,3.8766,3.93729,4.29588,6.96213,11.1279,12.8231,13.1213,13.1924,13.3998,13.8165,14.5677,15.7231,17.3974,19.5657,22.256,25.0761,27.6377,29.6487],[3.86452,3.86383,3.86302,3.8621,3.86097,3.87232,3.86049,3.85392,3.77411,3.82,4.39936,5.07155,5.22315,5.02713,4.72904,4.3765,4.10046,3.94708,3.87938,3.93787,4.29777,6.96909,11.1364,12.8303,13.1286,13.2047,13.414,13.8259,14.57,15.722,17.3796,19.5794,22.2599,25.0834,27.6164,29.6308],[3.87841,3.87772,3.87692,3.876,3.87489,3.89361,3.88453,3.86982,3.78659,3.78449,4.36599,5.07276,5.2303,5.04375,4.73169,4.37591,4.09568,3.93029,3.85141,3.89827,4.27437,7.00256,11.1877,12.8805,13.1816,13.2562,13.457,13.8659,14.6074,15.7514,17.4156,19.5915,22.2574,25.0521,27.5602,29.5498]],"t_unix":1786412158.4607992,"uid":"p00803","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.433125,5.968741,4.356185]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,223,32],"session":16,"source":"pipeline","t_unix":1786412253.0056713,"uid":"p00766","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0016223958333333333,"blue":0.0,"green":0.0,"red":0.44207291666666665,"white":0.5563046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 128)","median_raw":[19.760846,19.04945,18.625803],"median_spectrum_pct":[16.3127,16.3121,16.3114,16.3106,16.3098,16.6495,16.8497,16.9539,16.9226,17.0192,17.915,18.7963,18.8518,18.6127,18.2376,17.7357,17.2722,16.8967,16.6216,16.5909,16.8753,19.8011,24.2957,26.0647,26.3635,26.4197,26.5746,26.8105,27.2748,27.9426,28.8711,30.0452,31.4639,32.8792,34.1037,34.9818],"phase":"gamut_dense","raster_sha1":"90f6edd3e0df4c84","raw":[[19.767005,19.057425,18.62966],[19.760846,19.04945,18.625803],[19.757118,19.043954,18.624551]],"rgb":[191,64,128],"session":16,"source":"pipeline","spectrum_pct":[[16.3024,16.3018,16.301,16.3002,16.2994,16.6392,16.8415,16.9539,16.9236,17.0367,17.9377,18.8252,18.8625,18.6188,18.2416,17.7389,17.277,16.9037,16.632,16.6,16.8859,19.8085,24.2997,26.0716,26.3691,26.4313,26.5806,26.8175,27.2769,27.9597,28.8907,30.0515,31.4749,32.8909,34.113,34.9703],[16.3131,16.3124,16.3117,16.3109,16.3101,16.6495,16.8497,16.9556,16.9226,17.0169,17.9058,18.7963,18.8518,18.6127,18.2376,17.7357,17.2722,16.8967,16.6216,16.5909,16.8753,19.8011,24.2957,26.0647,26.3622,26.4197,26.5701,26.8105,27.2748,27.9426,28.8711,30.0452,31.462,32.8792,34.1037,34.9914],[16.3127,16.3121,16.3114,16.3106,16.3098,16.6566,16.8556,16.9492,16.9086,17.0192,17.915,18.7935,18.8509,18.6055,18.2333,17.7271,17.2653,16.8906,16.6153,16.5825,16.867,19.7942,24.2903,26.0611,26.3635,26.4193,26.5746,26.8077,27.2736,27.9403,28.8703,30.036,31.4639,32.8613,34.0866,34.9818]],"t_unix":1786412255.252227,"uid":"p01048","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.760846,19.04945,18.625803]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.689265625,"red":0.0,"white":0.0,"yellow":0.310734375},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 32)","median_raw":[13.171128,17.392722,5.604809],"median_spectrum_pct":[3.16715,3.16126,3.15449,3.1467,3.13752,3.03341,2.98174,2.97942,2.8532,3.32481,8.21801,17.5974,22.0842,23.0872,22.3137,20.6527,18.9817,17.592,16.5242,15.8664,15.4142,15.4094,15.5413,15.5443,15.6221,15.8377,16.2292,16.7868,17.6136,18.7736,20.3361,22.3411,24.7716,27.3127,29.6236,31.4708],"phase":"gamut_dense","raster_sha1":"9632cdc05036561c","raw":[[13.171128,17.392722,5.607137],[13.171601,17.393657,5.604809],[13.107702,17.307712,5.588125]],"rgb":[96,159,32],"session":16,"source":"pipeline","spectrum_pct":[[3.18036,3.17447,3.16772,3.15995,3.15077,3.03341,2.98174,2.97942,2.8532,3.32481,8.23718,17.5974,22.0842,23.0872,22.3137,20.6527,18.9817,17.5931,16.5274,15.8682,15.4174,15.4094,15.5413,15.5443,15.6221,15.8377,16.2292,16.7868,17.6136,18.7741,20.3546,22.3744,24.7765,27.3127,29.6355,31.501],[3.16715,3.16126,3.15449,3.1467,3.13752,3.03557,2.98353,2.98078,2.85717,3.31299,8.21746,17.6028,22.0899,23.0956,22.3175,20.6581,18.982,17.592,16.5242,15.8664,15.4142,15.4099,15.5434,15.5466,15.6268,15.8431,16.2366,16.792,17.6178,18.7736,20.3361,22.3411,24.7716,27.3311,29.6236,31.4708],[3.16346,3.15761,3.15089,3.14315,3.13401,3.0101,2.96124,2.97488,2.84437,3.32632,8.21801,17.5622,22.0055,22.9787,22.1948,20.5469,18.8819,17.5004,16.4423,15.7881,15.3365,15.3331,15.4664,15.4723,15.5502,15.7668,16.1557,16.7105,17.5432,18.6894,20.2442,22.2525,24.6763,27.2357,29.5267,31.3917]],"t_unix":1786412302.756152,"uid":"p00829","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.171128,17.392722,5.604809]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.33352604166666666,"green":0.0,"red":0.0,"white":0.6664739583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 255)","median_raw":[23.864641,25.691757,37.771283],"median_spectrum_pct":[33.0318,33.0355,33.0398,33.0447,33.0509,33.8547,34.5099,35.1117,35.175,35.3008,36.1678,35.661,33.7898,31.7036,29.6187,27.6117,25.9399,24.6327,23.6303,23.0235,22.4894,22.1692,21.9299,21.7846,21.813,22.0004,22.3723,22.8883,23.5993,24.4931,25.71,27.2552,29.1221,31.0551,32.7607,34.0754],"phase":"gamut_dense","raster_sha1":"dedd6c9829cfcb7f","raw":[[23.863044,25.688208,37.743793],[23.866983,25.691806,37.771283],[23.864641,25.691757,37.77165]],"rgb":[64,159,255],"session":16,"source":"pipeline","spectrum_pct":[[33.0021,33.0058,33.01,33.0149,33.021,33.8306,34.4936,35.0924,35.1516,35.2876,36.1542,35.6301,33.7759,31.6947,29.6143,27.6072,25.9385,24.6322,23.6303,23.0233,22.4894,22.1744,21.9333,21.7846,21.813,22.0045,22.3776,22.8924,23.6075,24.5026,25.7108,27.2639,29.1221,31.0551,32.7628,34.059],[33.0336,33.0373,33.0416,33.0465,33.0526,33.8547,34.5099,35.1117,35.175,35.3307,36.1878,35.6622,33.7898,31.7036,29.6187,27.6117,25.9399,24.6331,23.6306,23.0265,22.4917,22.1692,21.9299,21.7865,21.8138,22.0004,22.3723,22.8883,23.5993,24.4931,25.71,27.2552,29.1242,31.0649,32.7607,34.0961],[33.0318,33.0355,33.0398,33.0447,33.0509,33.8672,34.5286,35.1172,35.176,35.3008,36.1678,35.661,33.8019,31.716,29.6292,27.6163,25.9427,24.6327,23.6295,23.0235,22.4866,22.1649,21.9237,21.7804,21.8115,21.9972,22.3701,22.8852,23.5897,24.4826,25.7067,27.2537,29.1146,31.0287,32.7341,34.0754]],"t_unix":1786412350.057563,"uid":"p00755","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.864641,25.691757,37.771283]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[191,255,0],"session":16,"source":"pipeline","t_unix":1786412397.4711657,"uid":"p01098","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.6895911458333334,"red":0.0,"white":0.0,"yellow":0.3104088541666667},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 0)","median_raw":[13.226028,17.469025,5.621717],"median_spectrum_pct":[3.17796,3.17204,3.16524,3.15742,3.14819,3.03062,2.98125,2.98893,2.85978,3.32576,8.25185,17.7036,22.1865,23.1762,22.391,20.7215,19.045,17.6674,16.6229,15.9801,15.519,15.4885,15.6045,15.5985,15.6618,15.8661,16.2785,16.841,17.6705,18.8185,20.3798,22.3755,24.7733,27.2903,29.6179,31.4655],"phase":"gamut_dense","raster_sha1":"43df22c42d9ba867","raw":[[13.221022,17.464941,5.607537],[13.226028,17.469025,5.621717],[13.226596,17.470165,5.623941]],"rgb":[96,191,0],"session":16,"source":"pipeline","spectrum_pct":[[3.16507,3.15915,3.15235,3.14453,3.13529,3.02102,2.97243,2.98057,2.85978,3.30454,8.20324,17.6803,22.1779,23.1719,22.3864,20.718,19.0441,17.6656,16.6229,15.982,15.521,15.4885,15.5965,15.5939,15.6535,15.8579,16.2675,16.834,17.6624,18.8128,20.378,22.3755,24.7842,27.2837,29.6083,31.4501],[3.18215,3.17624,3.16945,3.16164,3.1524,3.03062,2.98125,2.98893,2.85262,3.32885,8.25876,17.7036,22.1865,23.1762,22.391,20.7215,19.045,17.6674,16.6222,15.9801,15.519,15.49,15.6045,15.5985,15.6618,15.8661,16.2785,16.8449,17.6705,18.8185,20.3904,22.3826,24.7733,27.2903,29.6305,31.4655],[3.17796,3.17204,3.16524,3.15742,3.14819,3.03398,2.98769,2.99128,2.85983,3.32576,8.25185,17.7036,22.1919,23.1838,22.3956,20.7245,19.0462,17.6682,16.6249,15.9787,15.5136,15.4873,15.6068,15.6014,15.6638,15.8674,16.2797,16.841,17.6746,18.8206,20.3798,22.3673,24.7723,27.3219,29.6179,31.479]],"t_unix":1786412399.6284804,"uid":"p00837","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.226028,17.469025,5.621717]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,255,0],"session":16,"source":"pipeline","t_unix":1786412446.9377866,"uid":"p01179","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6666796875,"blue":0.3333203125,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 64)","median_raw":[3.221087,2.958939,8.849359],"median_spectrum_pct":[8.34413,8.34658,8.3494,8.35263,8.35628,8.42935,8.51823,8.55512,8.34243,8.06017,7.94387,7.2916,6.26863,5.14695,4.10973,3.22489,2.56574,2.11249,1.81001,1.6298,1.54557,1.68976,1.9131,2.04714,2.20214,2.46553,2.90357,3.57197,4.58016,6.0828,8.24746,11.1642,14.7596,18.6392,22.3091,25.3564],"phase":"gamut_dense","raster_sha1":"f6f093a6c59991fd","raw":[[3.214579,2.953602,8.830717],[3.221087,2.958939,8.849359],[3.231139,2.969384,8.888911]],"rgb":[0,0,64],"session":16,"source":"pipeline","spectrum_pct":[[8.31449,8.31693,8.31973,8.32295,8.32658,8.39603,8.48569,8.52941,8.32751,8.04944,7.94387,7.2916,6.24819,5.13852,4.10185,3.21778,2.55721,2.10641,1.80452,1.62652,1.54066,1.68546,1.90871,2.04714,2.20142,2.46115,2.89909,3.56623,4.57748,6.08429,8.25596,11.1651,14.7607,18.6697,22.3642,25.3831],[8.34413,8.34658,8.3494,8.35263,8.35628,8.42935,8.51823,8.55512,8.34243,8.06017,7.9091,7.28529,6.26863,5.14695,4.10973,3.22489,2.56574,2.11249,1.81001,1.6298,1.54557,1.68976,1.9131,2.04704,2.20214,2.46553,2.90357,3.57197,4.58016,6.07334,8.23673,11.1642,14.7561,18.6362,22.3091,25.3564],[8.36349,8.36595,8.36876,8.372,8.37566,8.45505,8.54369,8.58145,8.37666,8.11215,7.99845,7.35055,6.27983,5.15947,4.12339,3.23558,2.57601,2.1192,1.81383,1.63292,1.5512,1.69598,1.91616,2.05056,2.20676,2.46923,2.9107,3.57767,4.58372,6.0828,8.24746,11.1488,14.7596,18.6392,22.303,25.3562]],"t_unix":1786412449.0625925,"uid":"p00542","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.221087,2.958939,8.849359]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.709328125,"blue":0.290671875,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 96)","median_raw":[3.013767,2.761535,8.001216],"median_spectrum_pct":[7.58969,7.5919,7.59444,7.59736,7.60064,7.65879,7.72367,7.72574,7.50029,7.2383,7.13719,6.64612,5.71244,4.71964,3.7764,2.98226,2.39592,1.98374,1.70514,1.54088,1.47063,1.6272,1.85967,1.99521,2.14816,2.4097,2.83417,3.49632,4.50417,5.99748,8.15626,11.057,14.6685,18.5661,22.2039,25.2649],"phase":"gamut_dense","raster_sha1":"772fa5f72eb1bdf8","raw":[[3.006181,2.755457,7.976386],[3.013767,2.761535,8.001216],[3.022336,2.770409,8.029632]],"rgb":[64,32,96],"session":16,"source":"pipeline","spectrum_pct":[[7.57252,7.57473,7.57727,7.58018,7.58344,7.62829,7.69353,7.699,7.47062,7.23294,7.1054,6.64612,5.70402,4.71013,3.76763,2.97554,2.38942,1.9787,1.70246,1.5354,1.46451,1.62318,1.85572,1.98866,2.14296,2.40531,2.83394,3.49632,4.50417,6.00298,8.17378,11.0736,14.6953,18.5661,22.2329,25.3121],[7.58969,7.5919,7.59444,7.59736,7.60064,7.65879,7.72367,7.72574,7.50029,7.2383,7.13719,6.64401,5.71244,4.71964,3.7764,2.98226,2.39592,1.98374,1.70514,1.54088,1.47063,1.6272,1.85967,1.99521,2.14816,2.4097,2.83417,3.4915,4.49897,5.99748,8.15626,11.0524,14.6685,18.57,22.2039,25.2291],[7.60131,7.60352,7.60605,7.60896,7.61225,7.68226,7.74723,7.7497,7.52786,7.25973,7.20566,6.66537,5.72651,4.73154,3.792,2.99246,2.40404,1.98968,1.71175,1.54348,1.47297,1.63433,1.86703,1.99802,2.15093,2.41387,2.84213,3.50135,4.50908,5.99279,8.14315,11.057,14.6543,18.5266,22.202,25.2649]],"t_unix":1786412496.4277587,"uid":"p00714","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.013767,2.761535,8.001216]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,159,64],"session":16,"source":"pipeline","t_unix":1786412543.7417061,"uid":"p00668","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[0,191,191],"session":16,"source":"pipeline","t_unix":1786412545.8931715,"uid":"p00600","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00655","ink_fraction":{"black":0.0,"blue":0.9058541666666666,"green":0.0,"red":0.0,"white":0.09414583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 223)","median_spectrum_pct":[25.8799,25.8869,25.895,25.9043,25.9156,26.6634,27.416,28.0182,27.7771,27.4561,27.2059,24.6385,20.8514,17.1357,13.7933,11.0437,9.00377,7.57216,6.58767,5.96453,5.5504,5.34921,5.2785,5.30787,5.46911,5.78487,6.30037,7.05596,8.12756,9.62719,11.7042,14.4605,17.8303,21.474,24.9329,27.8022],"phase":"gamut_dense","raster_sha1":"3776a4d0283b8ab4","rgb":[0,96,223],"session":16,"source":"pipeline","t_unix":1786412548.0508924,"uid":"p00574","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.739706,9.685688,29.077816]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01032","ink_fraction":{"black":0.05705989583333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.9429401041666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 191)","median_spectrum_pct":[34.7248,34.7257,34.7269,34.7282,34.7305,35.7942,36.3995,36.7056,36.7743,37.0087,38.1206,38.7716,38.458,37.8077,36.9462,35.8544,34.8605,34.0178,33.269,32.8164,32.2808,31.9635,31.7026,31.4991,31.4471,31.4976,31.6537,31.8476,32.1515,32.5341,33.116,33.878,34.8384,35.7904,36.5341,37.0782],"phase":"gamut_dense","raster_sha1":"0b866080b9cdecb7","rgb":[191,32,191],"session":16,"source":"pipeline","t_unix":1786412550.1976533,"uid":"p01041","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.513936,34.168059,39.985081]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[32,255,191],"session":16,"source":"pipeline","t_unix":1786412552.343902,"uid":"p00699","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.7796119791666667,"green":0.0,"red":0.0,"white":0.22038802083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 159)","median_raw":[12.744966,13.123199,31.281684],"median_spectrum_pct":[27.7668,27.7732,27.7806,27.7892,27.7997,28.6725,29.3926,29.8581,29.5598,29.3003,29.4198,27.375,23.9905,20.5558,17.3837,14.6958,12.6579,11.1905,10.1623,9.51708,9.05465,8.80891,8.69286,8.6841,8.82343,9.12916,9.65033,10.3865,11.423,12.8206,14.754,17.2998,20.3959,23.6978,26.7587,29.2403],"phase":"gamut_dense","raster_sha1":"c9f2805fb8dad291","raw":[[12.732942,13.109919,31.259458],[12.744966,13.123199,31.281684],[12.75631,13.136286,31.308079]],"rgb":[0,96,159],"session":16,"source":"pipeline","spectrum_pct":[[27.7484,27.7549,27.7623,27.7708,27.7813,28.6309,29.3505,29.8257,29.5439,29.3003,29.4198,27.3552,23.9679,20.5329,17.3605,14.676,12.6416,11.178,10.1495,9.50603,9.04422,8.80303,8.68399,8.67582,8.81313,9.12453,9.63844,10.377,11.4123,12.8165,14.7293,17.296,20.3821,23.6959,26.7461,29.2403],[27.7668,27.7732,27.7806,27.7892,27.7997,28.6725,29.3926,29.8581,29.5728,29.2829,29.3874,27.375,23.9905,20.5558,17.3837,14.6958,12.6579,11.1905,10.1623,9.51708,9.05465,8.80891,8.69286,8.6841,8.82343,9.12916,9.65033,10.3865,11.423,12.8206,14.7615,17.2998,20.4106,23.7189,26.7792,29.2653],[27.8097,27.8162,27.8236,27.8322,27.8427,28.7088,29.4317,29.8737,29.5598,29.3059,29.4498,27.4022,24.0119,20.5758,17.4045,14.7134,12.67,11.2008,10.1701,9.52666,9.06369,8.81899,8.69766,8.69314,8.83023,9.14044,9.65722,10.398,11.4391,12.8395,14.754,17.3135,20.3959,23.6978,26.7587,29.2347]],"t_unix":1786412554.472102,"uid":"p00572","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.744966,13.123199,31.281684]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01047","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6678802083333333,"white":0.33211979166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 96)","median_spectrum_pct":[8.55779,8.55669,8.55543,8.55398,8.55225,8.63887,8.71499,8.81589,8.79941,8.86999,9.45374,10.1016,10.2335,10.1043,9.8844,9.58414,9.3369,9.19875,9.14033,9.25783,9.77403,13.6719,19.9445,22.6271,23.093,23.0952,23.1577,23.3745,23.8527,24.6279,25.7371,27.1909,28.9536,30.7527,32.307,33.4777],"phase":"gamut_dense","raster_sha1":"25a70c966b4e351b","rgb":[255,64,96],"session":16,"source":"pipeline","t_unix":1786412601.7997499,"uid":"p01209","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.129871,12.054758,9.740415]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[128,255,223],"session":16,"source":"pipeline","t_unix":1786412603.9418612,"uid":"p00943","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":2.6041666666666666e-06,"blue":0.0,"green":0.0,"red":0.21761979166666667,"white":0.7823776041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 159)","median_raw":[26.820194,27.876328,29.809142],"median_spectrum_pct":[25.9634,25.9633,25.9633,25.9632,25.9633,26.4714,26.8229,27.165,27.3,27.4881,28.7507,29.8842,29.7989,29.3755,28.8082,28.0321,27.2878,26.6528,26.1242,25.9022,25.8373,27.3272,29.6013,30.4057,30.5385,30.6119,30.7971,31.0207,31.3744,31.8369,32.4575,33.2506,34.2363,35.1914,35.9854,36.5924],"phase":"gamut_dense","raster_sha1":"8c83d56f50e79406","raw":[[26.830261,27.887268,29.80533],[26.820194,27.876328,29.809142],[26.800744,27.864884,29.809678]],"rgb":[223,32,159],"session":16,"source":"pipeline","spectrum_pct":[[25.9429,25.9429,25.9428,25.9427,25.9428,26.4506,26.8095,27.1617,27.3047,27.4881,28.7831,29.8933,29.7946,29.3755,28.8082,28.0321,27.2935,26.6599,26.1391,25.9191,25.8506,27.3439,29.6174,30.424,30.5537,30.6285,30.8095,31.0367,31.3956,31.8462,32.4663,33.2592,34.2468,35.1914,35.9987,36.5835],[25.965,25.965,25.9649,25.9648,25.9649,26.4714,26.8229,27.165,27.3,27.5107,28.7303,29.8735,29.7989,29.3722,28.8,28.0293,27.2878,26.6528,26.1242,25.9022,25.8373,27.3272,29.6013,30.4057,30.5385,30.6119,30.7971,31.0207,31.3744,31.8369,32.4575,33.2506,34.2239,35.1884,35.9782,36.5924],[25.9634,25.9633,25.9633,25.9632,25.9633,26.4821,26.8371,27.172,27.2873,27.4746,28.7507,29.8842,29.8147,29.3852,28.8108,28.0378,27.2831,26.6416,26.1097,25.8796,25.8157,27.3028,29.5623,30.371,30.5082,30.5824,30.7568,30.9903,31.3461,31.8125,32.437,33.225,34.2363,35.2122,35.9854,36.6019]],"t_unix":1786412606.0988352,"uid":"p01121","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.820194,27.876328,29.809142]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,32,159],"session":16,"source":"pipeline","t_unix":1786412653.611313,"uid":"p00635","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.6888984375,"red":0.0,"white":0.0,"yellow":0.3111015625},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 0)","median_raw":[13.319548,17.576048,5.586346],"median_spectrum_pct":[3.11624,3.11024,3.10336,3.09544,3.08611,2.9854,2.94199,2.94709,2.8251,3.33177,8.21582,17.6493,22.1916,23.2461,22.4894,20.8369,19.1642,17.7947,16.7479,16.1043,15.647,15.6195,15.7363,15.7375,15.8035,16.0074,16.4087,16.9747,17.7983,18.9411,20.4867,22.4763,24.8799,27.3822,29.6636,31.4828],"phase":"gamut_dense","raster_sha1":"4cce9a790c7a7161","raw":[[13.314311,17.572314,5.572836],[13.319548,17.576048,5.586346],[13.327093,17.583562,5.602273]],"rgb":[96,159,0],"session":16,"source":"pipeline","spectrum_pct":[[3.11475,3.10876,3.10188,3.09396,3.08463,2.97713,2.93508,2.93381,2.81346,3.28736,8.21582,17.6134,22.1883,23.2461,22.4894,20.8352,19.1603,17.7882,16.745,16.1043,15.647,15.6176,15.7281,15.7259,15.798,16.0056,16.406,16.9747,17.7953,18.9392,20.4867,22.4686,24.8596,27.3761,29.6343,31.5051],[3.11624,3.11024,3.10336,3.09544,3.08611,2.9854,2.94199,2.94709,2.8251,3.33177,8.19772,17.6493,22.1916,23.2436,22.4886,20.8369,19.1642,17.7947,16.7479,16.104,15.6469,15.6195,15.7363,15.7375,15.8035,16.0074,16.4087,16.9726,17.7983,18.9411,20.4801,22.4763,24.8799,27.3822,29.6731,31.4828],[3.12551,3.11952,3.11263,3.10471,3.09538,2.99027,2.9466,2.95403,2.84155,3.34176,8.26752,17.6689,22.2116,23.2558,22.4983,20.8428,19.1672,17.7954,16.7498,16.1066,15.6511,15.6271,15.7448,15.7417,15.817,16.0234,16.4202,16.9799,17.8032,18.9527,20.5032,22.5026,24.8828,27.3938,29.6636,31.459]],"t_unix":1786412655.761292,"uid":"p00828","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.319548,17.576048,5.586346]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01183","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.4770729166666667,"yellow":0.5229270833333334},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 128)","median_spectrum_pct":[14.9214,14.913,14.9034,14.8923,14.8796,15.0976,15.2905,15.4575,15.4756,15.9342,19.9464,28.257,33.778,36.9213,38.4251,38.4902,38.0089,37.4094,36.8203,36.5633,36.2924,36.6647,37.1932,37.2043,37.0998,37.0391,37.064,37.0307,37.0202,37.0205,37.0943,37.2324,37.5678,37.8906,38.0612,38.2067],"phase":"gamut_dense","raster_sha1":"defb705f748cfea3","rgb":[255,223,128],"session":16,"source":"pipeline","t_unix":1786412703.1083176,"uid":"p01255","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.371323,36.177172,19.020708]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.441948,37.406267,42.895464],"median_spectrum_pct":[37.1701,37.1709,37.1717,37.1727,37.1746,38.1815,38.7977,39.3011,39.5582,39.8539,41.0536,41.8871,41.6343,41.0405,40.2553,39.2123,38.2032,37.3126,36.5326,36.1139,35.6032,35.2633,34.917,34.6204,34.5063,34.5222,34.6673,34.8251,35.0391,35.2392,35.5589,35.9674,36.5657,37.179,37.6418,37.9742],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.456293,37.423027,42.895464],[34.441948,37.406267,42.912704],[34.422447,37.390712,42.889188]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[37.1622,37.163,37.1638,37.1648,37.1666,38.162,38.7796,39.3011,39.5582,39.8539,41.0536,41.8917,41.6381,41.047,40.2602,39.2273,38.2191,37.3311,36.5543,36.1379,35.6302,35.2854,34.9419,34.6477,34.5303,34.5435,34.6876,34.8454,35.0539,35.2592,35.5721,35.9892,36.5804,37.179,37.6418,37.9742],[37.176,37.1767,37.1776,37.1786,37.1805,38.1815,38.7977,39.308,39.5709,39.9074,41.0545,41.8871,41.6343,41.0405,40.2553,39.2123,38.2032,37.3126,36.5326,36.1139,35.6032,35.2633,34.917,34.6204,34.5063,34.5222,34.6673,34.8251,35.0391,35.2392,35.5589,35.9674,36.5657,37.1854,37.6501,38.0288],[37.1701,37.1709,37.1717,37.1727,37.1746,38.1868,38.8089,39.2987,39.5286,39.814,41.0435,41.8676,41.6125,41.0335,40.254,39.2069,38.1956,37.3011,36.5183,36.0972,35.5846,35.2406,34.895,34.595,34.4818,34.4925,34.6427,34.7976,35.0039,35.2056,35.521,35.9617,36.548,37.1301,37.6083,37.9666]],"t_unix":1786412703.1105866,"uid":"p01377","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.441948,37.406267,42.895464]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.404203,1.121616,2.278727],"median_spectrum_pct":[2.44824,2.44891,2.44968,2.45056,2.45144,2.38531,2.31856,2.24146,2.07261,1.84841,1.73074,1.69943,1.55582,1.36271,1.15637,0.979477,0.856661,0.779955,0.732017,0.714548,0.74526,0.977563,1.24392,1.36113,1.48316,1.69112,2.04668,2.61921,3.53835,4.95077,7.08178,9.98195,13.6669,17.6824,21.4264,24.6001],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.397525,1.115011,2.261167],[1.404203,1.121616,2.278727],[1.404219,1.122035,2.280741]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[2.41846,2.41912,2.41987,2.42073,2.42159,2.37326,2.30915,2.22717,2.06642,1.83475,1.6951,1.68134,1.55022,1.35591,1.1526,0.972421,0.849277,0.774426,0.728393,0.714548,0.742734,0.974364,1.23593,1.35545,1.47851,1.68817,2.04297,2.61921,3.53835,4.95077,7.08178,9.98386,13.6669,17.6824,21.4721,24.6435],[2.45446,2.45514,2.45592,2.45681,2.45768,2.38531,2.31856,2.24323,2.07579,1.85109,1.73074,1.69943,1.55582,1.36429,1.15637,0.979477,0.856661,0.781289,0.737307,0.717468,0.74526,0.977563,1.24392,1.36113,1.48316,1.69112,2.0475,2.62138,3.53852,4.9563,7.08499,9.98195,13.6711,17.6882,21.4264,24.6001],[2.44824,2.44891,2.44968,2.45056,2.45144,2.39116,2.3241,2.24146,2.07261,1.84841,1.74245,1.72247,1.55755,1.36271,1.15945,0.980067,0.858613,0.779955,0.732017,0.71448,0.746173,0.977603,1.24475,1.36512,1.48734,1.69185,2.04668,2.61659,3.53116,4.95014,7.04921,9.95027,13.6149,17.6484,21.3452,24.5044]],"t_unix":1786412748.2609897,"uid":"p01378","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.404203,1.121616,2.278727]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.53301,12.138475,17.519341],"median_spectrum_pct":[15.8708,15.8728,15.8751,15.8777,15.8808,16.1399,16.2914,16.3262,16.1351,16.0293,16.254,16.1413,15.4741,14.6388,13.7585,12.8844,12.1312,11.5268,11.0589,10.7805,10.5717,10.6505,10.794,10.8276,10.928,11.1691,11.5912,12.2138,13.1343,14.4339,16.2703,18.6844,21.5989,24.7039,27.4489,29.6669],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.531449,12.138475,17.496614],[11.535574,12.139194,17.520585],[11.53301,12.136892,17.519341]],"rgb":null,"session":16,"source":"bayer","spectrum_pct":[[15.8395,15.8415,15.8437,15.8463,15.8494,16.1216,16.2685,16.3076,16.1244,16.0202,16.2102,16.1413,15.4686,14.6388,13.76,12.8844,12.1336,11.531,11.0616,10.7814,10.5717,10.6505,10.8,10.8275,10.928,11.1691,11.5912,12.2138,13.1343,14.4331,16.2703,18.6844,21.5989,24.7039,27.4572,29.6597],[15.8708,15.8728,15.8751,15.8777,15.8808,16.1399,16.2914,16.3313,16.1351,16.0328,16.2837,16.1455,15.48,14.6383,13.7585,12.8816,12.1295,11.5268,11.0589,10.7805,10.5717,10.6534,10.794,10.8285,10.9307,11.1738,11.5959,12.2195,13.1401,14.4339,16.2823,18.6934,21.6148,24.7064,27.4489,29.6669],[15.8755,15.8775,15.8797,15.8824,15.8855,16.1478,16.2956,16.3262,16.145,16.0293,16.254,16.1271,15.4741,14.6411,13.7568,12.8859,12.1312,11.5259,11.0566,10.7799,10.5657,10.648,10.793,10.8276,10.9265,11.1648,11.5884,12.2104,13.1338,14.4356,16.2573,18.668,21.5977,24.6975,27.4448,29.6703]],"t_unix":1786412793.4097633,"uid":"p01379","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.53301,12.138475,17.519341]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,32,191],"session":16,"source":"pipeline","t_unix":1786412840.8806078,"uid":"p00555","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,223,223],"session":16,"source":"pipeline","t_unix":1786412843.048495,"uid":"p01258","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01263","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.24857291666666667,"yellow":0.7514270833333333},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 96)","median_spectrum_pct":[7.76393,7.7524,7.73917,7.72396,7.70637,7.75123,7.79862,7.85351,7.84067,8.33457,12.7557,22.9195,30.4904,35.2838,37.9273,38.5835,38.3852,37.9471,37.4634,37.3052,37.1367,37.7588,38.6272,38.7688,38.6608,38.5412,38.474,38.3251,38.1963,38.0446,37.9527,37.9118,38.0362,38.1379,38.2015,38.1668],"phase":"gamut_dense","raster_sha1":"f4c4bd5b8481e708","rgb":[223,223,96],"session":16,"source":"pipeline","t_unix":1786412845.1995058,"uid":"p01173","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.868077,36.160016,11.307453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.39937239583333334,"blue":0.3080130208333333,"green":0.0,"red":0.0,"white":0.29261458333333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 128)","median_raw":[10.243841,10.652153,19.202803],"median_spectrum_pct":[17.3161,17.3193,17.323,17.3272,17.332,17.6087,17.8723,18.1002,17.9459,17.7519,17.9844,17.2873,15.8715,14.3297,12.8387,11.504,10.4549,9.67367,9.10283,8.7579,8.507,8.49216,8.57941,8.62842,8.74963,9.0102,9.45541,10.1151,11.0718,12.4317,14.3389,16.8586,19.9383,23.2198,26.1764,28.5862],"phase":"gamut_dense","raster_sha1":"b4774a0120ed7103","raw":[[10.279947,10.689123,19.227254],[10.237405,10.645354,19.18612],[10.243841,10.652153,19.202803]],"rgb":[0,96,128],"session":16,"source":"pipeline","spectrum_pct":[[17.357,17.3602,17.3638,17.368,17.373,17.7442,18.0049,18.1231,17.9175,17.6958,17.9162,17.2873,15.9031,14.385,12.8858,11.55,10.497,9.71372,9.14516,8.79584,8.54388,8.53011,8.61293,8.66401,8.78748,9.05037,9.50674,10.1587,11.1294,12.4777,14.3864,16.9207,20.0184,23.2926,26.2765,28.7039],[17.3027,17.3059,17.3095,17.3137,17.3186,17.5932,17.8533,18.076,17.9459,17.7519,18.0002,17.2617,15.8534,14.3247,12.8283,11.4922,10.4449,9.66706,9.10023,8.75716,8.50434,8.49216,8.5735,8.62363,8.74197,9.00563,9.4524,10.1031,11.0615,12.4151,14.3304,16.8511,19.9383,23.2198,26.1764,28.5804],[17.3161,17.3193,17.323,17.3272,17.332,17.6087,17.8723,18.1002,17.9532,17.776,17.9844,17.2966,15.8715,14.3297,12.8387,11.504,10.4549,9.67367,9.10283,8.7579,8.507,8.49209,8.57941,8.62842,8.74963,9.0102,9.45541,10.1151,11.0718,12.4317,14.3389,16.8586,19.9299,23.1666,26.1581,28.5862]],"t_unix":1786412847.367879,"uid":"p00571","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.243841,10.652153,19.202803]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[128,0,32],"session":16,"source":"pipeline","t_unix":1786412894.6738331,"uid":"p00865","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,64,223],"session":16,"source":"pipeline","t_unix":1786412896.8251443,"uid":"p01132","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44235416666666666,"white":0.5576458333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 128)","median_raw":[20.010892,19.333962,18.763855],"median_spectrum_pct":[16.4226,16.422,16.4212,16.4203,16.4193,16.6799,16.8612,17.0388,17.0636,17.1881,18.1808,19.1439,19.1901,18.9332,18.5398,18.026,17.5523,17.166,16.8852,16.8483,17.1258,20.0487,24.5718,26.3981,26.7309,26.8016,26.9689,27.2079,27.6653,28.3174,29.2112,30.3503,31.7246,33.0865,34.2429,35.0879],"phase":"gamut_dense","raster_sha1":"de26fdfa32fb45ac","raw":[[20.022535,19.349362,18.784465],[20.010892,19.333962,18.763669],[20.007914,19.330505,18.763855]],"rgb":[255,0,128],"session":16,"source":"pipeline","spectrum_pct":[[16.4226,16.422,16.4212,16.4203,16.4193,16.6799,16.8564,17.0447,17.0908,17.2196,18.2236,19.1959,19.2123,18.9465,18.5515,18.0376,17.5638,17.1809,16.9007,16.8636,17.139,20.0603,24.5852,26.4107,26.734,26.8071,26.9692,27.2197,27.6839,28.3195,29.2112,30.3519,31.7246,33.1128,34.2731,35.093],[16.424,16.4233,16.4226,16.4217,16.4207,16.6791,16.8612,17.0388,17.0636,17.1881,18.1511,19.1228,19.1901,18.9332,18.5398,18.026,17.5523,17.166,16.8852,16.8483,17.1258,20.0487,24.5718,26.3981,26.7276,26.8016,26.9689,27.2079,27.6606,28.3039,29.1991,30.3404,31.7446,33.0703,34.2299,35.0711],[16.42,16.4193,16.4186,16.4177,16.4167,16.686,16.8665,17.0362,17.0623,17.1621,18.1808,19.1439,19.1804,18.9258,18.5397,18.0226,17.5477,17.1621,16.8805,16.8439,17.1187,20.0401,24.5678,26.3971,26.7309,26.7986,26.9578,27.2024,27.6653,28.3174,29.2143,30.3503,31.7179,33.0865,34.2429,35.0879]],"t_unix":1786412898.9665754,"uid":"p01192","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.010892,19.333962,18.763855]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 32)","median_raw":[30.797766,36.412344,4.64524],"median_spectrum_pct":[1.53386,1.51946,1.50293,1.48392,1.46205,1.47417,1.44567,1.4096,1.39381,1.76286,6.21884,17.7085,27.186,33.6973,37.5811,38.8807,38.9951,38.7326,38.3679,38.308,38.2411,39.1462,40.412,40.7163,40.6085,40.4262,40.2559,39.9665,39.6813,39.3557,39.0589,38.8014,38.6933,38.6099,38.4579,38.311],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","raw":[[30.871472,36.5073,4.64524],[30.797766,36.412344,4.648361],[30.746943,36.347949,4.631111]],"rgb":[191,191,32],"session":16,"source":"pipeline","spectrum_pct":[[1.53386,1.51946,1.50293,1.48392,1.46205,1.46922,1.43878,1.40279,1.39381,1.76286,6.21884,17.7384,27.2324,33.7677,37.6699,38.9821,39.1081,38.8468,38.4869,38.4288,38.3613,39.2569,40.4995,40.7928,40.6828,40.5002,40.3365,40.0478,39.761,39.4279,39.1331,38.8738,38.7507,38.6787,38.5006,38.3446],[1.52754,1.51317,1.49668,1.47771,1.4559,1.47417,1.44567,1.41233,1.40736,1.78143,6.22227,17.7085,27.186,33.6973,37.5811,38.8807,38.9951,38.7326,38.3679,38.308,38.2411,39.1462,40.412,40.7163,40.6085,40.4262,40.2559,39.9665,39.6813,39.3557,39.0589,38.8014,38.6933,38.6099,38.4579,38.311],[1.5413,1.52697,1.51053,1.49161,1.46984,1.47749,1.4484,1.4096,1.39246,1.73757,6.16559,17.6601,27.1652,33.6511,37.5186,38.8107,38.9266,38.6613,38.2879,38.2253,38.1593,39.0738,40.355,40.6666,40.5632,40.3766,40.209,39.917,39.6353,39.311,39.012,38.7417,38.6645,38.5484,38.4317,38.2581]],"t_unix":1786412946.2455692,"uid":"p01081","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.797766,36.412344,4.64524]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01215","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6672526041666667,"white":0.3323697916666667,"yellow":0.00037760416666666666},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 32)","median_spectrum_pct":[8.66441,8.66325,8.66193,8.6604,8.65868,8.79968,8.89463,8.95662,8.91348,8.91768,9.54945,10.3035,10.4667,10.3686,10.1429,9.83089,9.56685,9.40123,9.31911,9.42122,9.93139,13.8242,20.0538,22.7204,23.1845,23.1942,23.2619,23.4859,23.988,24.763,25.8882,27.3368,29.0997,30.9308,32.4495,33.6159],"phase":"gamut_dense","raster_sha1":"ea4baddc76bebd11","rgb":[255,96,32],"session":16,"source":"pipeline","t_unix":1786412993.5144415,"uid":"p01216","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.261834,12.23637,9.882095]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[32,191,96],"session":16,"source":"pipeline","t_unix":1786412995.6539016,"uid":"p00678","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,255,32],"session":16,"source":"pipeline","t_unix":1786412997.8022442,"uid":"p01180","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,32,255],"session":16,"source":"pipeline","t_unix":1786412999.9158626,"uid":"p00557","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,191,32],"session":16,"source":"pipeline","t_unix":1786413002.0511234,"uid":"p00757","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,191,191],"session":16,"source":"pipeline","t_unix":1786413004.1943293,"uid":"p01167","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00583","ink_fraction":{"black":0.0,"blue":0.6091484375,"green":0.0,"red":0.0,"white":0.3908515625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 255)","median_spectrum_pct":[29.704,29.7095,29.716,29.7234,29.7324,30.4724,31.1932,31.8472,31.7829,31.7399,32.1605,30.5751,27.617,24.5634,21.6795,19.1569,17.1855,15.7216,14.6618,14.0027,13.4874,13.1937,13.0341,12.9897,13.1016,13.3821,13.8655,14.5534,15.5125,16.7822,18.5182,20.7649,23.4599,26.3365,28.9454,31.0495],"phase":"gamut_dense","raster_sha1":"3761d0c21ad01769","rgb":[0,128,255],"session":16,"source":"pipeline","t_unix":1786413006.3288136,"uid":"p00584","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.480671,17.392365,33.742775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01121","ink_fraction":{"black":2.6041666666666666e-06,"blue":0.0,"green":0.0,"red":0.21761979166666667,"white":0.7823776041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 159)","median_spectrum_pct":[25.9634,25.9633,25.9633,25.9632,25.9633,26.4714,26.8229,27.165,27.3,27.4881,28.7507,29.8842,29.7989,29.3755,28.8082,28.0321,27.2878,26.6528,26.1242,25.9022,25.8373,27.3272,29.6013,30.4057,30.5385,30.6119,30.7971,31.0207,31.3744,31.8369,32.4575,33.2506,34.2363,35.1914,35.9854,36.5924],"phase":"gamut_dense","raster_sha1":"8c83d56f50e79406","rgb":[223,0,159],"session":16,"source":"pipeline","t_unix":1786413008.4830103,"uid":"p01112","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.820194,27.876328,29.809142]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 191)","median_raw":[34.662488,37.627081,43.061357],"median_spectrum_pct":[37.2935,37.2942,37.295,37.2959,37.2978,38.3305,38.9628,39.4638,39.6939,40.0255,41.2096,42.0118,41.7602,41.1902,40.4231,39.4026,38.4165,37.5417,36.7733,36.3685,35.8671,35.5321,35.1933,34.8934,34.7712,34.7789,34.9221,35.0628,35.2602,35.4464,35.742,36.1441,36.7381,37.3264,37.7818,38.079],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","raw":[[34.693648,37.657292,43.08387],[34.662488,37.627081,43.06002],[34.649855,37.615824,43.061357]],"rgb":[32,191,191],"session":16,"source":"pipeline","spectrum_pct":[[37.3072,37.3079,37.3087,37.3096,37.3114,38.3305,38.9628,39.469,39.7128,40.0505,41.2724,42.0357,41.7845,41.2125,40.4469,39.4232,38.4376,37.5641,36.8008,36.399,35.9047,35.5728,35.2322,34.9337,34.8119,34.8214,34.9614,35.1065,35.2973,35.4925,35.7796,36.1929,36.7835,37.3746,37.8107,38.1117],[37.2765,37.2772,37.278,37.279,37.2808,38.3244,38.9593,39.4619,39.6939,40.0255,41.1702,42.0118,41.7602,41.1902,40.4227,39.4026,38.4165,37.5417,36.7733,36.3685,35.8671,35.5321,35.1933,34.8934,34.7712,34.7789,34.9221,35.0628,35.2602,35.4464,35.7313,36.1337,36.7381,37.3123,37.7818,38.0625],[37.2935,37.2942,37.295,37.2959,37.2978,38.3478,38.9792,39.4638,39.6783,39.9787,41.2096,42.0027,41.7586,41.189,40.4231,39.3997,38.4071,37.5282,36.7577,36.3522,35.8531,35.5173,35.1738,34.8732,34.7476,34.7582,34.9002,35.045,35.2343,35.4281,35.742,36.1441,36.7348,37.3264,37.77,38.079]],"t_unix":1786413010.6089575,"uid":"p00681","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.662488,37.627081,43.061357]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,159,32],"session":16,"source":"pipeline","t_unix":1786413057.900774,"uid":"p00667","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,96,64],"session":16,"source":"pipeline","t_unix":1786413060.062264,"uid":"p00731","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9489583333333333,"yellow":0.051041666666666666},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 191)","median_raw":[34.195552,37.431393,40.27556],"median_spectrum_pct":[34.7107,34.7104,34.71,34.7095,34.7098,35.6922,36.2635,36.642,36.7775,37.1178,38.8173,40.6136,41.0357,40.8319,40.2706,39.3292,38.3666,37.4985,36.7382,36.3366,35.8442,35.5472,35.2651,34.9911,34.8661,34.8753,35.0099,35.1487,35.3324,35.5085,35.7865,36.1906,36.7584,37.3032,37.7458,38.0358],"phase":"gamut_dense","raster_sha1":"ada45a426f2f782b","raw":[[34.212209,37.446549,40.28042],[34.195552,37.431393,40.27556],[34.174759,37.412462,40.252685]],"rgb":[223,223,191],"session":16,"source":"pipeline","spectrum_pct":[[34.7135,34.7131,34.7128,34.7123,34.7125,35.6785,36.2449,36.642,36.7988,37.1339,38.8452,40.6443,41.0357,40.8319,40.2748,39.3386,38.3773,37.5117,36.7539,36.353,35.8617,35.5733,35.2952,35.0134,34.8917,34.8999,35.0351,35.1732,35.3529,35.5259,35.7994,36.2019,36.7608,37.3032,37.7458,38.0358],[34.7107,34.7104,34.71,34.7095,34.7098,35.6922,36.2635,36.6462,36.7775,37.1178,38.8173,40.6136,41.0359,40.8337,40.2706,39.3292,38.3666,37.4985,36.7382,36.3366,35.8442,35.5472,35.2651,34.9911,34.8661,34.8753,35.0099,35.1487,35.3324,35.5085,35.7865,36.1906,36.7584,37.3156,37.7564,38.0302],[34.6997,34.6993,34.6989,34.6985,34.6988,35.71,36.2775,36.636,36.7331,37.0769,38.7159,40.596,41.021,40.8285,40.2671,39.3188,38.354,37.4837,36.7181,36.3141,35.8216,35.5247,35.2409,34.9636,34.8436,34.8483,34.9814,35.1119,35.3049,35.4859,35.759,36.1491,36.74,37.2863,37.7173,38.0542]],"t_unix":1786413062.2169094,"uid":"p01176","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.195552,37.431393,40.27556]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.404786,1.120887,2.276252],"median_spectrum_pct":[2.43211,2.43277,2.43353,2.43441,2.43527,2.38294,2.31549,2.23858,2.08667,1.85536,1.72707,1.70598,1.5422,1.35873,1.15242,0.977338,0.854612,0.779655,0.732382,0.714532,0.742432,0.978251,1.24706,1.36742,1.48434,1.69368,2.04822,2.62341,3.54619,4.96689,7.08702,9.99344,13.6653,17.6534,21.4449,24.6412],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.404786,1.120887,2.276252],[1.407239,1.122213,2.288253],[1.399764,1.116223,2.267474]],"session":16,"source":"ink","spectrum_pct":[[2.42819,2.42885,2.4296,2.43047,2.43134,2.38294,2.31549,2.23161,2.08667,1.85536,1.72707,1.71265,1.55436,1.35873,1.1512,0.977338,0.855026,0.779698,0.735025,0.714532,0.741711,0.978917,1.24706,1.36742,1.48434,1.69983,2.05121,2.62341,3.54619,4.97319,7.10239,10.0088,13.6704,17.6947,21.532,24.6909],[2.43633,2.43699,2.43774,2.43861,2.43948,2.39187,2.32817,2.24545,2.09594,1.86034,1.76703,1.70598,1.5422,1.3619,1.15942,0.979196,0.854612,0.779655,0.732382,0.715784,0.74529,0.978251,1.24996,1.36797,1.48702,1.69368,2.04822,2.6313,3.5485,4.96689,7.08702,9.99344,13.6653,17.6534,21.4449,24.6412],[2.43211,2.43277,2.43353,2.43441,2.43527,2.37797,2.31012,2.23858,2.07261,1.84499,1.69366,1.68313,1.54104,1.35184,1.15242,0.973568,0.853325,0.777284,0.731432,0.713425,0.742432,0.975036,1.24585,1.36536,1.47995,1.68465,2.03674,2.6101,3.52386,4.93729,7.05997,9.93687,13.5746,17.5566,21.3539,24.4819]],"t_unix":1786413109.5367296,"uid":"s016_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.404786,1.120887,2.276252]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[34.819004,37.807052,43.043572],"median_spectrum_pct":[37.2501,37.2507,37.2515,37.2523,37.2539,38.196,38.8275,39.4217,39.7172,40.0793,41.3143,42.0793,41.837,41.2805,40.5524,39.56,38.5948,37.7411,36.9886,36.592,36.0964,35.7601,35.4162,35.1118,34.989,34.998,35.1247,35.25,35.4259,35.5853,35.8525,36.2156,36.7705,37.3248,37.7414,37.9883],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.838926,37.825765,43.048714],[34.819004,37.807052,43.037984],[34.803682,37.791674,43.043572]],"session":16,"source":"ink","spectrum_pct":[[37.2524,37.2531,37.2538,37.2547,37.2562,38.1808,38.8141,39.4217,39.7284,40.0812,41.3342,42.1205,41.837,41.2805,40.5571,39.571,38.6116,37.7572,37.0071,36.6114,36.1207,35.7903,35.4435,35.1391,35.0154,35.0225,35.1551,35.2813,35.4533,35.6117,35.8774,36.2546,36.8019,37.3248,37.7394,38.0028],[37.2289,37.2295,37.2302,37.231,37.2326,38.196,38.8275,39.4266,39.7172,40.0569,41.264,42.0793,41.8373,41.283,40.5524,39.56,38.5948,37.7411,36.9886,36.592,36.0964,35.7601,35.4162,35.1118,34.989,34.998,35.1247,35.25,35.4259,35.5853,35.8525,36.2111,36.7603,37.306,37.7414,37.9751],[37.2501,37.2507,37.2515,37.2523,37.2539,38.1968,38.8303,39.4181,39.7065,40.0793,41.3143,42.0785,41.8258,41.2746,40.5399,39.5514,38.5822,37.7207,36.9673,36.5717,36.0775,35.7419,35.3953,35.0905,34.9613,34.9668,35.1022,35.2269,35.4037,35.5727,35.8338,36.2156,36.7705,37.3446,37.7638,37.9883]],"t_unix":1786413154.7988534,"uid":"s016_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.819004,37.807052,43.043572]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[30.849222,36.485861,4.601333],"median_spectrum_pct":[1.50532,1.49088,1.4743,1.45524,1.43331,1.45794,1.4254,1.38905,1.38029,1.7051,6.09975,17.5469,27.1382,33.7255,37.6648,38.9825,39.1067,38.85,38.4825,38.423,38.3508,39.2325,40.4659,40.7538,40.6417,40.4564,40.303,40.0211,39.7402,39.4135,39.1026,38.8407,38.7496,38.6568,38.4749,38.3336],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.915314,36.570709,4.601333],[30.849222,36.485861,4.60596],[30.8037,36.427883,4.599203]],"session":16,"source":"ink","spectrum_pct":[[1.50532,1.49088,1.4743,1.45524,1.43331,1.4492,1.4186,1.38516,1.3669,1.7051,6.10712,17.5469,27.1758,33.7836,37.7415,39.076,39.2118,38.9554,38.5926,38.5348,38.459,39.3294,40.5397,40.8222,40.708,40.5289,40.3715,40.0889,39.8073,39.4857,39.1826,38.9118,38.8246,38.7019,38.5086,38.3665],[1.51811,1.50371,1.48719,1.46818,1.44631,1.45794,1.4254,1.39403,1.38051,1.70385,6.09975,17.5745,27.1382,33.7255,37.6648,38.9825,39.1067,38.85,38.4825,38.423,38.3508,39.2325,40.4659,40.7538,40.6417,40.4564,40.303,40.0211,39.7402,39.4135,39.1026,38.8407,38.7496,38.6568,38.4749,38.3336],[1.49127,1.47688,1.46035,1.44134,1.41952,1.45837,1.42698,1.38905,1.38029,1.71463,6.08171,17.5462,27.1112,33.6824,37.6077,38.9172,39.0414,38.7813,38.4115,38.3481,38.277,39.1701,40.4175,40.7097,40.5966,40.413,40.2506,39.968,39.6837,39.363,39.0632,38.7904,38.689,38.6119,38.4362,38.2301]],"t_unix":1786413200.005169,"uid":"s016_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.849222,36.485861,4.601333]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.805354,4.453588,0.942583],"median_spectrum_pct":[0.888843,0.887478,0.88591,0.884104,0.882075,0.919577,0.919651,0.896126,0.837376,0.697983,0.714412,0.941691,1.07303,1.09465,1.05191,0.975751,0.968985,1.08563,1.26884,1.53446,2.23367,6.83694,14.5385,17.9303,18.3928,18.2009,18.0357,18.0569,18.4243,19.1956,20.4421,22.1537,24.2925,26.6012,28.6635,30.3061],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.78853,4.445966,0.933357],[7.805354,4.453588,0.950825],[7.815245,4.458322,0.942583]],"session":16,"source":"ink","spectrum_pct":[[0.878165,0.876797,0.875226,0.873416,0.871394,0.917012,0.917883,0.891671,0.825254,0.684077,0.69886,0.942509,1.06795,1.08808,1.05191,0.97163,0.968985,1.08876,1.27325,1.53966,2.23634,6.81703,14.5082,17.8966,18.3579,18.1614,17.9972,18.0204,18.3959,19.1625,20.3996,22.1202,24.2564,26.5439,28.6477,30.286],[0.892771,0.89141,0.889848,0.888047,0.88602,0.920937,0.919651,0.902986,0.865938,0.713587,0.714412,0.941691,1.07303,1.09465,1.05158,0.975751,0.967988,1.08563,1.26884,1.53446,2.23367,6.83694,14.5385,17.9303,18.3928,18.2009,18.0357,18.0569,18.4243,19.1956,20.4421,22.1537,24.2925,26.6098,28.67,30.349],[0.888843,0.887478,0.88591,0.884104,0.882075,0.919577,0.920957,0.896126,0.837376,0.697983,0.725623,0.936688,1.0746,1.09607,1.05501,0.976359,0.970267,1.08499,1.26237,1.52345,2.22864,6.85119,14.5696,17.9622,18.4243,18.2253,18.0683,18.0914,18.4551,19.2301,20.4704,22.1605,24.3035,26.6012,28.6635,30.3061]],"t_unix":1786413245.2560415,"uid":"s016_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.805354,4.453588,0.942583]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.879474,7.55887,27.342571],"median_spectrum_pct":[24.4747,24.482,24.4904,24.5,24.5117,25.2934,26.0355,26.5341,26.1736,25.7595,25.3356,22.5692,18.6557,14.8676,11.4902,8.75362,6.75475,5.37977,4.45361,3.8694,3.49422,3.3187,3.26274,3.30441,3.46649,3.77374,4.28733,5.05277,6.13113,7.62776,9.77171,12.6243,16.1454,19.9915,23.6696,26.7472],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.86092,7.539914,27.28618],[7.879474,7.55887,27.342571],[7.889767,7.571352,27.370165]],"session":16,"source":"ink","spectrum_pct":[[24.4235,24.4308,24.4391,24.4487,24.4604,25.2372,25.9759,26.4797,26.1392,25.6988,25.2965,22.5393,18.6158,14.8326,11.4612,8.72835,6.73778,5.36525,4.44197,3.85702,3.47895,3.30496,3.25501,3.29706,3.45997,3.76646,4.28025,5.04051,6.10974,7.61437,9.73736,12.6046,16.116,19.9796,23.6888,26.7338],[24.4747,24.482,24.4904,24.5,24.5117,25.2934,26.0355,26.5341,26.1736,25.7732,25.3459,22.5692,18.6557,14.8676,11.4902,8.75362,6.75475,5.37977,4.45361,3.8694,3.49422,3.3187,3.26274,3.30441,3.46649,3.77374,4.28733,5.05277,6.13113,7.62776,9.77171,12.6243,16.1711,19.9948,23.65,26.7766],[24.5087,24.516,24.5244,24.534,24.5458,25.3355,26.0833,26.5683,26.199,25.7595,25.3356,22.599,18.6871,14.8981,11.5156,8.77513,6.77272,5.38917,4.46141,3.87486,3.49676,3.32148,3.26772,3.30978,3.47296,3.78227,4.29463,5.05975,6.14663,7.64489,9.7746,12.6424,16.1454,19.9915,23.6696,26.7472]],"t_unix":1786413290.44062,"uid":"s016_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.879474,7.55887,27.342571]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.256194,8.0143,6.543781],"median_spectrum_pct":[4.68257,4.68122,4.67967,4.67788,4.67554,4.55518,4.50601,4.51215,4.31929,4.64636,9.18322,16.2076,17.5332,15.8771,13.2568,10.6455,8.57475,7.07058,6.02216,5.34683,4.89612,4.71024,4.66145,4.68008,4.82352,5.1248,5.62639,6.36437,7.44036,8.95979,11.0392,13.8062,17.1877,20.8672,24.3895,27.318],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.247133,8.001694,6.536254],[5.256194,8.0143,6.543781],[5.268977,8.030009,6.56974]],"session":16,"source":"ink","spectrum_pct":[[4.66874,4.66739,4.66583,4.66404,4.6617,4.54688,4.49645,4.50453,4.31929,4.64636,9.1451,16.1642,17.5143,15.8562,13.2434,10.6353,8.5605,7.05791,6.0094,5.33524,4.889,4.70285,4.65385,4.6686,4.81051,5.11368,5.61576,6.35326,7.42435,8.94018,11.0285,13.8047,17.1877,20.8629,24.3427,27.2402],[4.68257,4.68122,4.67967,4.67788,4.67554,4.55518,4.50601,4.51215,4.31304,4.62454,9.18322,16.2076,17.5332,15.8771,13.2568,10.6455,8.57475,7.07058,6.02216,5.34683,4.89612,4.71024,4.66145,4.68008,4.82352,5.1248,5.62639,6.36437,7.44036,8.95979,11.0392,13.8084,17.1826,20.8672,24.3895,27.318],[4.69772,4.69637,4.69482,4.69303,4.69069,4.56913,4.51847,4.52076,4.33147,4.69184,9.22623,16.2286,17.5637,15.8999,13.2781,10.6623,8.59077,7.08655,6.03268,5.35659,4.90767,4.72257,4.6743,4.69076,4.83477,5.13428,5.63553,6.37128,7.4487,8.96679,11.0445,13.8062,17.1904,20.8707,24.3934,27.3308]],"t_unix":1786413335.573263,"uid":"s016_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.256194,8.0143,6.543781]} +{"battery_mv_start":4170,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":17,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786416834.1362963} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.430962,1.145199,2.340368],"median_spectrum_pct":[2.50462,2.50531,2.5061,2.50701,2.5079,2.44035,2.36911,2.27938,2.12226,1.94628,1.82582,1.75784,1.59262,1.3983,1.19161,1.00813,0.873473,0.792948,0.741856,0.723588,0.753177,0.997216,1.27104,1.39152,1.51781,1.72403,2.08205,2.65516,3.56303,4.98654,7.10019,10.0501,13.7357,17.7853,21.5776,24.7772],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.425572,1.140833,2.322557],[1.430962,1.145199,2.340368],[1.434101,1.148398,2.350881]],"session":17,"source":"ink","spectrum_pct":[[2.49593,2.49662,2.49741,2.49832,2.4992,2.42939,2.35615,2.26939,2.10287,1.92239,1.79107,1.73495,1.57942,1.39466,1.18938,1.00813,0.871133,0.791243,0.739931,0.72294,0.749571,0.992142,1.26893,1.3831,1.51291,1.72038,2.07803,2.65522,3.56817,4.99001,7.09625,10.0501,13.7636,17.8186,21.6363,24.8699],[2.50462,2.50531,2.5061,2.50701,2.5079,2.44035,2.36911,2.27938,2.12226,1.94628,1.82582,1.75784,1.59262,1.40063,1.19161,1.0081,0.873473,0.792948,0.741856,0.723588,0.753177,0.997216,1.27104,1.39297,1.51781,1.72403,2.08205,2.65472,3.56078,4.98654,7.10486,10.0454,13.7279,17.7853,21.5775,24.7772],[2.51387,2.51457,2.51536,2.51628,2.51717,2.44529,2.37551,2.29205,2.12557,1.96238,1.85145,1.76463,1.59552,1.3983,1.19679,1.01337,0.878723,0.796257,0.742041,0.72494,0.757822,0.997892,1.27445,1.39152,1.51922,1.72688,2.08348,2.65516,3.56303,4.98142,7.10019,10.0543,13.7357,17.7657,21.5776,24.7464]],"t_unix":1786416836.7614186,"uid":"s017_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.430962,1.145199,2.340368]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.744943,37.735964,43.298696],"median_spectrum_pct":[37.4803,37.481,37.4819,37.4828,37.4848,38.6079,39.266,39.6702,39.8399,40.18,41.4149,42.2585,42.0325,41.4289,40.6152,39.5526,38.5472,37.673,36.8776,36.4171,35.8595,35.5136,35.2114,34.9603,34.8628,34.8583,34.9717,35.0915,35.2851,35.5121,35.867,36.3487,37.0136,37.6358,38.0756,38.4544],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.763771,37.752708,43.294957],[34.744943,37.735964,43.298928],[34.729146,37.720931,43.298696]],"session":17,"source":"ink","spectrum_pct":[[37.4456,37.4463,37.4471,37.448,37.4499,38.5781,39.2375,39.666,39.8528,40.2161,41.4169,42.2504,42.0325,41.4289,40.6167,39.5556,38.5615,37.6894,36.8999,36.4391,35.8845,35.5389,35.239,34.9902,34.8965,34.8937,35.0039,35.1201,35.3175,35.5433,35.9076,36.3775,37.0145,37.6531,38.0968,38.4602],[37.4829,37.4836,37.4845,37.4854,37.4874,38.6079,39.266,39.6722,39.8399,40.1714,41.4149,42.2585,42.028,41.431,40.6152,39.5526,38.5472,37.673,36.8776,36.4171,35.8595,35.5136,35.2114,34.9603,34.8628,34.8583,34.9717,35.0915,35.2851,35.5121,35.867,36.3487,37.0035,37.6358,38.0756,38.4544],[37.4803,37.481,37.4819,37.4828,37.4848,38.6182,39.2771,39.6702,39.8198,40.18,41.4104,42.2593,42.0392,41.4288,40.6105,39.5408,38.534,37.6524,36.8585,36.3972,35.8375,35.4903,35.1892,34.9364,34.8441,34.8401,34.9511,35.0673,35.2646,35.4885,35.8616,36.3313,37.0136,37.6213,38.0462,38.425]],"t_unix":1786416881.9781294,"uid":"s017_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.744943,37.735964,43.298696]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[31.140921,36.82531,4.618821],"median_spectrum_pct":[1.48847,1.47389,1.45715,1.4379,1.41576,1.43762,1.40506,1.36372,1.35095,1.73653,6.10995,17.694,27.3766,34.047,38.0156,39.338,39.4803,39.2381,38.8551,38.7496,38.6336,39.5492,40.8673,41.2235,41.1316,40.9252,40.7202,40.3833,40.0723,39.7675,39.5101,39.3067,39.2581,39.1676,38.9731,38.7826],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.2211,36.926257,4.622486],[31.140921,36.82531,4.596002],[31.105175,36.776016,4.618821]],"session":17,"source":"ink","spectrum_pct":[[1.48847,1.47389,1.45715,1.4379,1.41576,1.43271,1.40024,1.36372,1.35264,1.73653,6.10995,17.7733,27.4389,34.1261,38.1135,39.4467,39.5885,39.3521,38.9716,38.8715,38.7579,39.6613,40.9543,41.3032,41.215,41.0088,40.8024,40.4713,40.1607,39.8493,39.5988,39.366,39.3311,39.2677,39.0884,38.8757],[1.48677,1.47223,1.45554,1.43634,1.41427,1.43762,1.40506,1.35999,1.33865,1.65962,6.05288,17.694,27.3766,34.047,38.0156,39.338,39.4803,39.2381,38.8551,38.7496,38.6336,39.5492,40.8673,41.2235,41.1316,40.9252,40.7202,40.3833,40.0723,39.7675,39.5101,39.3067,39.2581,39.1676,38.9525,38.7544],[1.50026,1.48574,1.46908,1.44993,1.42788,1.44035,1.41006,1.36584,1.35095,1.74252,6.13759,17.6859,27.3644,34.0142,37.9701,39.2809,39.4168,39.1719,38.7843,38.678,38.5677,39.4899,40.8247,41.1891,41.0977,40.8917,40.6841,40.3446,40.0341,39.7288,39.4697,39.2561,39.2214,39.1452,38.9731,38.7826]],"t_unix":1786416927.151086,"uid":"s017_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.140921,36.82531,4.618821]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.978662,4.546113,0.933901],"median_spectrum_pct":[0.89459,0.893201,0.891606,0.889769,0.887699,0.922973,0.917432,0.887048,0.82484,0.683699,0.68651,0.944844,1.08376,1.10675,1.0672,0.986346,0.979311,1.09974,1.27941,1.55026,2.26629,6.97831,14.8786,18.3803,18.8576,18.6364,18.4537,18.462,18.8239,19.614,20.8905,22.6464,24.832,27.1569,29.2354,30.9266],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.967575,4.541644,0.928699],[7.978662,4.546113,0.933901],[7.993588,4.554912,0.945991]],"session":17,"source":"ink","spectrum_pct":[[0.89459,0.893201,0.891606,0.889769,0.887699,0.923158,0.917432,0.885758,0.816333,0.661159,0.684563,0.939682,1.07649,1.10614,1.06679,0.986346,0.979311,1.1003,1.28812,1.56113,2.26629,6.96372,14.8566,18.353,18.8268,18.61,18.4234,18.4276,18.7913,19.5813,20.8605,22.6202,24.832,27.1569,29.2354,30.9202],[0.892795,0.891402,0.889803,0.887961,0.885888,0.921771,0.916642,0.887048,0.82484,0.683699,0.68651,0.944844,1.08376,1.10675,1.0672,0.986073,0.978964,1.09779,1.27941,1.55026,2.26662,6.97831,14.8786,18.3803,18.8576,18.6364,18.4537,18.462,18.8239,19.614,20.8905,22.6464,24.8252,27.1415,29.2298,30.9266],[0.909332,0.907949,0.906362,0.904533,0.90245,0.922973,0.918736,0.890754,0.843176,0.700891,0.710589,0.965494,1.09816,1.11485,1.06723,0.988739,0.980586,1.09974,1.27922,1.54541,2.26628,6.9961,14.9083,18.4053,18.8872,18.6811,18.488,18.4923,18.8553,19.6417,20.9124,22.6516,24.8548,27.1871,29.2578,30.936]],"t_unix":1786416972.33793,"uid":"s017_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.978662,4.546113,0.933901]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.786789,7.444197,27.243499],"median_spectrum_pct":[24.4111,24.4183,24.4267,24.4363,24.4481,25.3061,26.0449,26.4476,25.9669,25.5531,25.239,22.4667,18.5614,14.7623,11.3645,8.61325,6.62345,5.26053,4.3388,3.75582,3.38059,3.21159,3.16406,3.2154,3.38109,3.69547,4.20437,4.95984,6.03981,7.54965,9.69612,12.5893,16.1718,20.1241,23.8345,26.9585],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.778087,7.434658,27.214759],[7.786789,7.444197,27.243499],[7.803188,7.47796,27.33111]],"session":17,"source":"ink","spectrum_pct":[[24.3927,24.4,24.4083,24.4179,24.4298,25.3061,26.0449,26.4001,25.9353,25.5531,25.239,22.4602,18.5278,14.7345,11.3401,8.59792,6.61294,5.24922,4.33197,3.75,3.37439,3.21055,3.16406,3.2159,3.37872,3.69056,4.19514,4.95523,6.03981,7.55346,9.70607,12.6183,16.2104,20.1571,23.8886,27.046],[24.4111,24.4183,24.4267,24.4363,24.4481,25.3552,26.1055,26.4476,25.9669,25.5369,25.197,22.4667,18.5614,14.7623,11.3645,8.61325,6.62345,5.26053,4.3388,3.75582,3.38059,3.21159,3.16341,3.21042,3.3851,3.70038,4.20437,4.95984,6.03384,7.53409,9.69612,12.5893,16.1718,20.1241,23.8345,26.9585],[24.4577,24.465,24.4734,24.4831,24.4948,25.2454,26.0025,26.5005,26.1524,25.788,25.4139,22.6589,18.6931,14.842,11.4127,8.65157,6.6536,5.2769,4.35189,3.76271,3.3889,3.21385,3.16647,3.2154,3.38109,3.69547,4.2138,4.96561,6.0513,7.54965,9.68782,12.5701,16.152,20.0012,23.7094,26.7549]],"t_unix":1786417017.4730802,"uid":"s017_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.786789,7.444197,27.243499]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.321157,8.05748,6.791841],"median_spectrum_pct":[4.91625,4.91498,4.91353,4.91186,4.90963,4.77224,4.72035,4.72933,4.5585,4.90825,9.49443,16.4302,17.6591,15.9319,13.2826,10.6665,8.59497,7.09693,6.04551,5.36362,4.90737,4.72468,4.69215,4.71886,4.86674,5.17275,5.6783,6.4105,7.48568,9.00274,11.1383,13.9058,17.3666,21.1174,24.5858,27.4618],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.313714,8.046768,6.790661],[5.321157,8.05748,6.791841],[5.329622,8.068275,6.804884]],"session":17,"source":"ink","spectrum_pct":[[4.90949,4.90823,4.90679,4.90514,4.90291,4.75768,4.70977,4.72482,4.5585,4.90825,9.49443,16.4346,17.6535,15.9137,13.2622,10.65,8.58056,7.08412,6.03479,5.35285,4.8975,4.71731,4.68315,4.70738,4.86209,5.1661,5.66988,6.40772,7.48261,9.00274,11.1229,13.9058,17.3654,21.1097,24.5871,27.5087],[4.92331,4.92206,4.92062,4.91897,4.91675,4.77224,4.72035,4.72933,4.54848,4.8874,9.50246,16.4143,17.6591,15.9319,13.2826,10.6665,8.59497,7.09693,6.04551,5.36362,4.90737,4.72468,4.69215,4.71886,4.86674,5.17275,5.6783,6.4105,7.48568,9.00137,11.1383,13.9046,17.3666,21.1207,24.5858,27.4618],[4.91625,4.91498,4.91353,4.91186,4.90963,4.77605,4.72929,4.7404,4.57695,4.91374,9.48639,16.4302,17.6839,15.9462,13.297,10.6801,8.60885,7.10823,6.05598,5.37155,4.91385,4.73206,4.69858,4.72529,4.87616,5.1799,5.68656,6.41832,7.49041,9.01843,11.1527,13.9214,17.3747,21.1174,24.5665,27.4606]],"t_unix":1786417109.6940975,"uid":"s017_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.321157,8.05748,6.791841]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,191,191],"session":17,"source":"pipeline","t_unix":1786417157.1319444,"uid":"p01248","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5939036458333333,"blue":0.22030208333333334,"green":0.0,"red":0.0,"white":0.18579427083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 128)","median_raw":[6.635245,6.708275,12.795347],"median_spectrum_pct":[11.7451,11.7475,11.7503,11.7534,11.757,11.939,12.0849,12.1389,11.9307,11.7255,11.6999,11.2203,10.2258,9.14653,8.0997,7.16487,6.44135,5.92009,5.55023,5.32585,5.18171,5.27412,5.45137,5.5465,5.68066,5.93177,6.35827,7.00028,7.98311,9.41474,11.4605,14.2053,17.6021,21.2101,24.5811,27.3016],"phase":"gamut_dense","raster_sha1":"628b2c065f608f72","raw":[[6.62574,6.700594,12.763168],[6.635245,6.708275,12.795347],[6.641726,6.715741,12.818047]],"rgb":[96,32,128],"session":17,"source":"pipeline","spectrum_pct":[[11.7155,11.7179,11.7206,11.7237,11.7274,11.9118,12.0546,12.1149,11.901,11.6931,11.6343,11.2104,10.2233,9.14096,8.0882,7.15466,6.43318,5.91585,5.54767,5.32108,5.17367,5.26755,5.44822,5.54141,5.67582,5.92664,6.35286,6.99802,7.98071,9.41474,11.474,14.2249,17.6164,21.2268,24.5811,27.3016],[11.7451,11.7475,11.7503,11.7534,11.757,11.939,12.0849,12.1389,11.9307,11.7255,11.6999,11.2203,10.2258,9.14653,8.0997,7.16487,6.44135,5.92009,5.55023,5.32585,5.18171,5.27412,5.45137,5.5465,5.68066,5.93177,6.35827,7.00386,7.9896,9.41759,11.4605,14.2053,17.6021,21.2101,24.597,27.2689],[11.7606,11.763,11.7657,11.7689,11.7725,11.9657,12.1118,12.1563,11.9564,11.7461,11.7133,11.2218,10.2582,9.16739,8.10877,7.17189,6.44967,5.92809,5.55729,5.3312,5.18267,5.27463,5.4545,5.54994,5.68605,5.93341,6.36107,7.00028,7.98311,9.41362,11.4574,14.1991,17.5893,21.191,24.5609,27.3108]],"t_unix":1786417159.345537,"uid":"p00796","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.635245,6.708275,12.795347]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.45142447916666667,"red":0.0,"white":0.5256979166666667,"yellow":0.022877604166666666},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 128)","median_raw":[19.794599,23.338502,22.037452],"median_spectrum_pct":[18.3559,18.3542,18.3523,18.3501,18.3476,18.6754,18.8868,18.9866,18.8573,19.294,23.189,28.7231,30.2602,29.6311,28.0978,26.1823,24.4692,23.0787,21.9693,21.2571,20.6698,20.3878,20.2289,20.1277,20.1689,20.3386,20.6924,21.1918,21.9349,22.9502,24.3351,26.0915,28.1856,30.3037,32.1976,33.6572],"phase":"gamut_dense","raster_sha1":"442d5068e7a4942e","raw":[[19.788861,23.330247,22.025641],[19.794599,23.338502,22.040863],[19.796977,23.341923,22.037452]],"rgb":[128,159,128],"session":17,"source":"pipeline","spectrum_pct":[[18.3342,18.3325,18.3306,18.3284,18.3259,18.6563,18.8706,18.9809,18.8464,19.2885,23.1921,28.7231,30.2412,29.6136,28.0824,26.168,24.4594,23.0706,21.9647,21.2536,20.6601,20.3806,20.2262,20.1277,20.1689,20.3386,20.6899,21.1903,21.9298,22.9502,24.3318,26.0915,28.1856,30.327,32.1764,33.6417],[18.3559,18.3542,18.3523,18.3501,18.3476,18.6754,18.8868,18.9866,18.8643,19.3075,23.189,28.7349,30.2602,29.6311,28.0978,26.1823,24.4692,23.0787,21.9693,21.2571,20.6698,20.3878,20.2289,20.1264,20.1637,20.3378,20.6955,21.1982,21.9369,22.9541,24.3351,26.1018,28.1907,30.3037,32.2054,33.6572],[18.3629,18.3612,18.3593,18.3571,18.3547,18.6865,18.8996,18.989,18.8573,19.294,23.1463,28.7049,30.2687,29.641,28.1051,26.1877,24.4753,23.0818,21.9773,21.2656,20.6729,20.3895,20.2295,20.1303,20.1714,20.339,20.6924,21.1918,21.9349,22.9445,24.3382,26.083,28.1759,30.2928,32.1976,33.6723]],"t_unix":1786417206.6972792,"uid":"p00913","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.794599,23.338502,22.037452]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00847","ink_fraction":{"black":0.0,"blue":0.0,"green":0.6898125,"red":0.0,"white":0.0,"yellow":0.3101875},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 32)","median_spectrum_pct":[3.08473,3.0787,3.07177,3.0638,3.05442,2.95309,2.90604,2.91318,2.79317,3.25221,8.16906,17.5825,22.1773,23.2428,22.4807,20.824,19.1772,17.8311,16.7977,16.1498,15.6763,15.6626,15.8064,15.8249,15.9024,16.1059,16.4952,17.0376,17.8511,18.9939,20.551,22.5585,24.9994,27.5499,29.8065,31.5669],"phase":"gamut_dense","raster_sha1":"cba7c7a0efc2b5e1","rgb":[96,255,32],"session":17,"source":"pipeline","t_unix":1786417254.0227957,"uid":"p00856","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.358935,17.604707,5.544542]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.08484375,"yellow":0.91515625},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 64)","median_raw":[31.088562,36.667123,6.734412],"median_spectrum_pct":[3.49231,3.47872,3.46313,3.44519,3.42456,3.4645,3.44668,3.41948,3.3496,3.75215,8.22544,19.4539,28.4884,34.5579,38.0739,39.1627,39.1875,38.8803,38.4557,38.3199,38.1721,38.998,40.1986,40.5067,40.4224,40.2331,40.0649,39.7768,39.5143,39.2648,39.0871,38.9485,38.9962,38.9727,38.8346,38.7412],"phase":"gamut_dense","raster_sha1":"e3f869de5c388645","raw":[[31.17066,36.770357,6.73607],[31.088562,36.667123,6.730226],[31.038858,36.604952,6.734412]],"rgb":[191,191,64],"session":17,"source":"pipeline","spectrum_pct":[[3.49094,3.47731,3.46167,3.44368,3.42297,3.45593,3.44357,3.41759,3.3416,3.75215,8.23066,19.4955,28.5384,34.6311,38.1653,39.269,39.306,39.0032,38.5859,38.4513,38.3015,39.1155,40.2917,40.595,40.5062,40.3205,40.1558,39.8656,39.61,39.3608,39.1731,39.0246,39.0473,39.0481,38.9332,38.8039],[3.49231,3.47872,3.46313,3.44519,3.42456,3.4645,3.44668,3.41948,3.3496,3.7394,8.22544,19.436,28.4884,34.5579,38.0739,39.1627,39.1875,38.8803,38.4557,38.3199,38.1721,38.998,40.1986,40.5067,40.4224,40.2331,40.0649,39.7768,39.5143,39.2648,39.0871,38.9485,38.9962,38.9727,38.8346,38.7412],[3.5049,3.49135,3.4758,3.45791,3.43731,3.46589,3.45121,3.42221,3.35088,3.7657,8.2174,19.4539,28.4648,34.5117,38.0127,39.0959,39.1177,38.8061,38.3796,38.2366,38.0897,38.9239,40.1371,40.4519,40.3698,40.1845,40.0112,39.7262,39.4657,39.2136,39.0284,38.898,38.9078,38.9127,38.8045,38.6983]],"t_unix":1786417256.2461686,"uid":"p01082","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.088562,36.667123,6.734412]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.752571,37.731399,43.39449],"median_spectrum_pct":[37.5684,37.5691,37.5699,37.5708,37.573,38.8507,39.5222,39.7988,39.8414,40.1344,41.3972,42.2595,42.0836,41.4715,40.6425,39.5647,38.5482,37.6576,36.8578,36.3903,35.834,35.4941,35.1935,34.9444,34.846,34.844,34.9652,35.0873,35.287,35.5214,35.8975,36.3906,37.0654,37.7069,38.149,38.5219],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.774069,37.752329,43.401675],[34.752571,37.731399,43.39449],[34.561816,37.524301,43.254102]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[37.5713,37.572,37.5728,37.5737,37.5758,38.8507,39.5222,39.7988,39.8414,40.1344,41.3972,42.2934,42.0992,41.4871,40.6527,39.5736,38.56,37.6769,36.8778,36.4141,35.8573,35.5205,35.2239,34.979,34.8812,34.8784,34.9954,35.1191,35.3213,35.5595,35.9321,36.426,37.0922,37.7317,38.2156,38.5737],[37.5684,37.5691,37.5699,37.5708,37.573,38.8627,39.5357,39.8027,39.8318,40.1154,41.3468,42.2595,42.0836,41.4715,40.6425,39.5647,38.5482,37.6576,36.8578,36.3903,35.834,35.4941,35.1935,34.9444,34.846,34.844,34.9652,35.0873,35.287,35.5214,35.8975,36.3906,37.0654,37.7069,38.149,38.5219],[37.4245,37.4253,37.4262,37.4273,37.4292,38.4963,39.1617,39.6533,39.8633,40.203,41.407,42.1895,41.8941,41.2472,40.4068,39.3303,38.318,37.4367,36.6422,36.1776,35.6191,35.2752,34.9811,34.7295,34.6355,34.6396,34.7605,34.8859,35.0933,35.3379,35.7228,36.2146,36.9085,37.5658,38.0188,38.4311]],"t_unix":1786417301.4494684,"uid":"p01380","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.752571,37.731399,43.39449]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.405364,1.11933,2.289177],"median_spectrum_pct":[2.46255,2.46323,2.46401,2.46491,2.46579,2.39554,2.3254,2.24573,2.07494,1.85435,1.75908,1.71571,1.55078,1.36275,1.1561,0.976682,0.848217,0.77216,0.722673,0.707723,0.737041,0.975694,1.2504,1.36938,1.48804,1.69714,2.04878,2.61867,3.53309,4.95426,7.0877,10.0382,13.7239,17.7359,21.5752,24.7827],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.397773,1.111748,2.26337],[1.405797,1.119694,2.289782],[1.405364,1.11933,2.289177]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[2.44908,2.44976,2.45054,2.45143,2.4523,2.38425,2.31277,2.23797,2.05535,1.82223,1.69991,1.6658,1.54375,1.35985,1.14961,0.969949,0.845859,0.769617,0.71881,0.703417,0.734326,0.970785,1.24368,1.36319,1.48441,1.6936,2.04443,2.61332,3.53233,4.95493,7.10232,10.048,13.7326,17.7912,21.6154,24.8439],[2.46255,2.46323,2.46401,2.46491,2.46579,2.39554,2.3254,2.24573,2.07945,1.86968,1.77089,1.71571,1.55078,1.36725,1.15916,0.9773,0.848217,0.77216,0.724648,0.708279,0.737041,0.975694,1.25071,1.37196,1.48996,1.70055,2.04878,2.62217,3.53755,4.95426,7.08487,10.0382,13.7239,17.7359,21.5752,24.7827],[2.47402,2.47471,2.4755,2.47641,2.47729,2.4006,2.32887,2.25124,2.07494,1.85435,1.75908,1.71808,1.55854,1.36275,1.1561,0.976682,0.85176,0.773448,0.722673,0.707723,0.738884,0.977305,1.2504,1.36938,1.48804,1.69714,2.05051,2.61867,3.53309,4.94347,7.0877,10.0174,13.7136,17.7158,21.5635,24.7302]],"t_unix":1786417346.6418238,"uid":"p01381","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.405364,1.11933,2.289177]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.425909,12.012437,17.504717],"median_spectrum_pct":[15.8482,15.8503,15.8526,15.8553,15.8584,16.117,16.2725,16.314,16.1358,16.0574,16.2611,16.1237,15.4094,14.5498,13.6414,12.7494,11.989,11.3893,10.9173,10.6308,10.4096,10.4892,10.6521,10.7023,10.8088,11.0447,11.4635,12.0802,13.0038,14.3401,16.2245,18.6877,21.7037,24.823,27.6158,29.8713],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.426603,12.014018,17.50204],[11.425909,12.012437,17.504717],[11.423713,12.0091,17.50512]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[15.8429,15.845,15.8473,15.85,15.8531,16.1002,16.2555,16.3042,16.1358,16.0598,16.3061,16.1339,15.4074,14.5442,13.6375,12.7491,11.9911,11.3925,10.9219,10.633,10.4097,10.4939,10.6539,10.7044,10.8104,11.0446,11.4647,12.0841,13.0106,14.3401,16.2218,18.6877,21.7346,24.8535,27.634,29.8907],[15.8617,15.8637,15.8661,15.8688,15.8719,16.117,16.2725,16.314,16.1416,16.0421,16.2585,16.1237,15.4175,14.5544,13.6414,12.7494,11.989,11.3893,10.9173,10.6308,10.4096,10.4892,10.6521,10.7023,10.8077,11.0465,11.4635,12.0802,13.0038,14.342,16.2245,18.6986,21.7037,24.823,27.608,29.8713],[15.8482,15.8503,15.8526,15.8553,15.8584,16.122,16.2787,16.3183,16.135,16.0574,16.2611,16.0856,15.4094,14.5498,13.6453,12.7504,11.9867,11.3855,10.9126,10.6243,10.405,10.4882,10.6491,10.696,10.8088,11.0447,11.4616,12.0751,13.0028,14.3382,16.2251,18.6771,21.676,24.801,27.6158,29.8548]],"t_unix":1786417391.8069575,"uid":"p01382","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.425909,12.012437,17.504717]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00632","ink_fraction":{"black":0.6672786458333333,"blue":0.33272135416666665,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 64)","median_spectrum_pct":[8.51991,8.52237,8.52519,8.52844,8.53212,8.62271,8.74172,8.8281,8.62553,8.38955,8.23623,7.57014,6.4914,5.35008,4.27575,3.36672,2.69325,2.21647,1.90076,1.71323,1.62089,1.75536,1.97325,2.10202,2.25774,2.52123,2.96702,3.63869,4.65806,6.14867,8.30955,11.2288,14.8472,18.7387,22.3976,25.4372],"phase":"gamut_dense","raster_sha1":"2aa1a07db93106ab","rgb":[0,32,64],"session":17,"source":"pipeline","t_unix":1786417439.808671,"uid":"p00551","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.322976,3.077308,9.132919]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4325625,"white":0.5370260416666667,"yellow":0.030411458333333332},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 32)","median_raw":[20.236559,19.641609,18.501925],"median_spectrum_pct":[16.1229,16.122,16.1209,16.1196,16.1183,16.4846,16.6815,16.7425,16.6799,16.8086,17.9352,19.1678,19.4042,19.2477,18.8973,18.3855,17.9086,17.5202,17.2135,17.1461,17.405,20.3581,24.9453,26.8139,27.1614,27.2214,27.3549,27.5737,28.0262,28.6868,29.6153,30.8049,32.2247,33.622,34.7772,35.6055],"phase":"gamut_dense","raster_sha1":"63c621a313e3a8f0","raw":[[20.23882,19.646171,18.490952],[20.236559,19.641609,18.501925],[20.236064,19.638519,18.514775]],"rgb":[255,128,32],"session":17,"source":"pipeline","spectrum_pct":[[16.1229,16.122,16.1209,16.1196,16.1183,16.4731,16.6757,16.7425,16.6623,16.7772,17.9155,19.1678,19.4042,19.2491,18.8978,18.3871,17.9153,17.5256,17.2223,17.1564,17.4147,20.3637,24.9469,26.8146,27.1654,27.2214,27.356,27.5737,28.0262,28.6868,29.6261,30.8141,32.2323,33.622,34.7772,35.6055],[16.1101,16.1091,16.108,16.1067,16.1054,16.4846,16.6815,16.7399,16.6799,16.8086,17.9504,19.1629,19.4012,19.2362,18.8973,18.3855,17.9086,17.5202,17.2135,17.1461,17.405,20.3581,24.9453,26.8139,27.1597,27.2214,27.3515,27.5692,28.0214,28.6821,29.6149,30.8005,32.2116,33.6147,34.7703,35.5933],[16.124,16.123,16.1219,16.1206,16.1193,16.4963,16.6953,16.7528,16.6963,16.8255,17.9352,19.1845,19.4101,19.2477,18.8945,18.377,17.9048,17.5112,17.2046,17.1374,17.3998,20.3558,24.9415,26.8066,27.1614,27.2219,27.3549,27.574,28.0286,28.6915,29.6153,30.8049,32.2247,33.6337,34.7975,35.6337]],"t_unix":1786417442.3773382,"uid":"p01225","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.236559,19.641609,18.501925]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.46461979166666667,"blue":0.0,"green":0.0,"red":0.5353802083333333,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 0)","median_raw":[4.338837,2.694409,1.560908],"median_spectrum_pct":[1.60767,1.60732,1.60693,1.60647,1.60591,1.60386,1.56759,1.50831,1.37264,1.24991,1.24097,1.35178,1.35847,1.27851,1.16377,1.03843,0.965033,0.986366,1.05535,1.18148,1.5404,3.84334,7.39261,8.81736,9.05177,9.10792,9.303,9.71056,10.4876,11.7156,13.5588,16.0631,19.136,22.4313,25.4044,27.8617],"phase":"gamut_dense","raster_sha1":"4b68dcb31ee662b4","raw":[[4.329832,2.69101,1.560469],[4.338837,2.697259,1.579839],[4.33908,2.694409,1.560908]],"rgb":[64,32,0],"session":17,"source":"pipeline","spectrum_pct":[[1.59973,1.59938,1.59898,1.59852,1.59796,1.59685,1.55976,1.50361,1.37264,1.24991,1.22798,1.35178,1.35847,1.27851,1.16163,1.03703,0.965009,0.986366,1.05566,1.18273,1.53896,3.83401,7.38157,8.80526,9.04002,9.09467,9.28697,9.70414,10.4737,11.7048,13.5487,16.0426,19.1355,22.4401,25.4001,27.866],[1.62068,1.62034,1.61996,1.61951,1.61895,1.60631,1.56759,1.50831,1.39409,1.27768,1.28892,1.36127,1.37316,1.28399,1.16377,1.03843,0.969829,0.987088,1.05535,1.18148,1.54464,3.84334,7.39261,8.81736,9.05177,9.10792,9.303,9.71056,10.4876,11.7156,13.5721,16.078,19.1545,22.4313,25.4195,27.8617],[1.60767,1.60732,1.60693,1.60647,1.60591,1.60386,1.56805,1.50987,1.36201,1.23792,1.24097,1.33464,1.34817,1.27413,1.16393,1.04013,0.965033,0.985895,1.04905,1.17854,1.5404,3.84581,7.40428,8.82617,9.06202,9.1212,9.30893,9.72443,10.4942,11.7312,13.5588,16.0631,19.136,22.4146,25.4044,27.8162]],"t_unix":1786417490.1468072,"uid":"p00711","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.338837,2.694409,1.560908]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01060","ink_fraction":{"black":0.0,"blue":0.0013177083333333333,"green":0.0,"red":0.0,"white":0.9986822916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 255)","median_spectrum_pct":[37.1819,37.1825,37.1832,37.1839,37.1855,38.1702,38.8839,39.5748,39.9425,40.3247,41.5186,42.2214,41.9014,41.3227,40.5578,39.5254,38.5355,37.6625,36.8921,36.4813,35.9587,35.5963,35.2434,34.9473,34.8285,34.8378,34.9858,35.1266,35.3212,35.5074,35.8157,36.2585,36.851,37.4558,37.8805,38.1939],"phase":"gamut_dense","raster_sha1":"7054ded3e6d4e0fe","rgb":[191,0,255],"session":17,"source":"pipeline","t_unix":1786417537.4927845,"uid":"p01034","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.739392,37.739497,43.186471]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00857","ink_fraction":{"black":0.0,"blue":0.0,"green":0.800890625,"red":0.0,"white":0.016825520833333333,"yellow":0.18228385416666668},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 64)","median_spectrum_pct":[3.9619,3.95779,3.95307,3.94764,3.94116,3.83871,3.79834,3.80924,3.6836,4.17707,8.97081,17.4672,20.7153,20.6267,19.0484,16.9274,15.0596,13.6235,12.5501,11.8548,11.371,11.2644,11.3041,11.3159,11.4273,11.6833,12.1266,12.7535,13.6963,15.0207,16.8287,19.1786,22.0482,25.0955,27.8094,30.0386],"phase":"gamut_dense","raster_sha1":"3e47a9ff1e33a2e8","rgb":[96,223,64],"session":17,"source":"pipeline","t_unix":1786417539.6896036,"uid":"p00848","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.171316,13.874616,6.266284]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01138","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44354947916666665,"white":0.5564505208333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 128)","median_spectrum_pct":[16.1325,16.1318,16.1309,16.1299,16.1288,16.3757,16.5979,16.8253,16.9088,17.0179,17.9738,18.8657,18.9042,18.6594,18.281,17.7841,17.334,16.9711,16.7035,16.68,16.9641,19.9247,24.522,26.3963,26.7347,26.8003,26.9672,27.2148,27.6814,28.3311,29.2419,30.3996,31.8238,33.2257,34.4224,35.2833],"phase":"gamut_dense","raster_sha1":"70dbad78c46e233e","rgb":[255,96,128],"session":17,"source":"pipeline","t_unix":1786417541.8945525,"uid":"p01219","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.90105,19.165897,18.516513]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.9999973958333334,"red":0.0,"white":0.0,"yellow":2.6041666666666666e-06},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 0)","median_raw":[5.308068,8.06422,6.662994],"median_spectrum_pct":[4.81202,4.81072,4.80922,4.80749,4.80522,4.68598,4.63951,4.62966,4.41277,4.75254,9.30142,16.2699,17.6128,15.9509,13.3188,10.6983,8.62521,7.12416,6.06665,5.38111,4.92374,4.73956,4.70115,4.72404,4.86905,5.16613,5.66115,6.40512,7.47974,9.01797,11.1345,13.9271,17.3821,21.1297,24.6232,27.5184],"phase":"gamut_dense","raster_sha1":"5c05f85e78bbcbbb","raw":[[5.301057,8.053452,6.662994],[5.308068,8.06422,6.662717],[5.318568,8.076955,6.677393]],"rgb":[64,159,0],"session":17,"source":"pipeline","spectrum_pct":[[4.81202,4.81072,4.80922,4.80749,4.80522,4.67907,4.62751,4.62394,4.39959,4.75254,9.30947,16.2719,17.5887,15.9306,13.3002,10.6852,8.61492,7.11025,6.05569,5.37147,4.91391,4.72928,4.68931,4.71545,4.86424,5.16137,5.65781,6.4023,7.47282,9.00379,11.1413,13.9167,17.3666,21.1297,24.6232,27.5252],[4.81103,4.80971,4.8082,4.80647,4.80419,4.68598,4.63951,4.62966,4.41563,4.69999,9.29972,16.2699,17.6128,15.9509,13.3188,10.6983,8.62521,7.12416,6.06665,5.38111,4.92374,4.73956,4.70115,4.72404,4.86905,5.16613,5.66115,6.40512,7.47974,9.01797,11.1292,13.9271,17.3821,21.1241,24.6012,27.4598],[4.81965,4.81833,4.81682,4.81508,4.8128,4.696,4.64872,4.64035,4.41277,4.75974,9.30142,16.2688,17.6321,15.9709,13.3353,10.7162,8.64104,7.13468,6.07821,5.39035,4.93428,4.7507,4.7078,4.73439,4.87887,5.17681,5.6745,6.41869,7.49224,9.02049,11.1345,13.9297,17.4085,21.1587,24.6439,27.5184]],"t_unix":1786417544.0939376,"uid":"p00747","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.308068,8.06422,6.662994]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.26045833333333335,"red":0.0,"white":0.7395416666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 159)","median_raw":[25.783363,29.137709,30.821921],"median_spectrum_pct":[26.2794,26.2788,26.2781,26.2774,26.2768,26.8599,27.2352,27.5083,27.522,27.9539,30.8427,34.4572,35.2262,34.5572,33.2505,31.6296,30.1562,28.9448,27.9443,27.3076,26.7039,26.3715,26.1331,25.9572,25.9406,26.0538,26.3243,26.6881,27.2454,27.9746,28.9746,30.2611,31.7745,33.2965,34.623,35.6318],"phase":"gamut_dense","raster_sha1":"e0c4589fe2467f63","raw":[[25.796897,29.150973,30.821921],[25.783363,29.137709,30.82632],[25.779285,29.136136,30.819221]],"rgb":[64,223,159],"session":17,"source":"pipeline","spectrum_pct":[[26.2794,26.2788,26.2781,26.2774,26.2768,26.8537,27.2315,27.5083,27.522,27.958,30.8182,34.4506,35.2363,34.5572,33.252,31.639,30.1674,28.9559,27.9572,27.3248,26.7215,26.3903,26.1559,25.9782,25.9598,26.0692,26.3523,26.7134,27.2681,27.9983,29.0009,30.2644,31.7945,33.326,34.6434,35.6352],[26.2751,26.2746,26.2739,26.2731,26.2725,26.8599,27.2352,27.5113,27.531,27.9539,30.8427,34.4572,35.218,34.5498,33.2456,31.6296,30.1541,28.9448,27.9443,27.3076,26.7039,26.3715,26.1331,25.9572,25.9406,26.0538,26.3241,26.687,27.2411,27.97,28.9746,30.2522,31.7621,33.2942,34.623,35.5598],[26.2919,26.2913,26.2907,26.2899,26.2893,26.8692,27.241,27.5024,27.5107,27.9088,30.8444,34.4734,35.2262,34.5573,33.2505,31.6285,30.1562,28.9425,27.9387,27.3038,26.7008,26.3661,26.1271,25.9553,25.9321,26.0458,26.3243,26.6881,27.2454,27.9746,28.9669,30.2611,31.7745,33.2965,34.6146,35.6318]],"t_unix":1786417591.5426075,"uid":"p00770","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.783363,29.137709,30.821921]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[191,0,0],"session":17,"source":"pipeline","t_unix":1786417639.1638787,"uid":"p01026","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5317005208333333,"red":0.0,"white":0.46829947916666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 128)","median_raw":[17.361392,20.788575,19.875414],"median_spectrum_pct":[16.4957,16.4943,16.4927,16.4908,16.4886,16.6861,16.843,16.968,16.8733,17.2775,21.2398,26.9945,28.4423,27.5604,25.75,23.6421,21.8117,20.3765,19.2712,18.5558,17.9627,17.6589,17.4772,17.3656,17.4241,17.644,18.053,18.6202,19.4489,20.586,22.1155,24.0709,26.4125,28.8279,30.9971,32.6659],"phase":"gamut_dense","raster_sha1":"cf8bbc09e3a5be85","raw":[[17.356727,20.781272,19.867213],[17.361392,20.788575,19.875414],[17.363055,20.791028,19.880784]],"rgb":[0,191,128],"session":17,"source":"pipeline","spectrum_pct":[[16.5037,16.5023,16.5007,16.4988,16.4966,16.6744,16.8282,16.9556,16.863,17.2809,21.2342,26.9936,28.4261,27.5454,25.7353,23.6288,21.8041,20.3706,19.2664,18.5495,17.9578,17.6572,17.4772,17.3657,17.4181,17.6372,18.0471,18.6171,19.447,20.5892,22.1123,24.0564,26.3989,28.8279,30.9964,32.6807],[16.4802,16.4788,16.4772,16.4753,16.4731,16.6861,16.843,16.9685,16.8799,17.2729,21.2398,26.9976,28.4469,27.5604,25.75,23.6421,21.8117,20.3765,19.2712,18.5561,17.9635,17.6589,17.4761,17.3656,17.4241,17.6458,18.053,18.627,19.4489,20.577,22.1247,24.0824,26.42,28.821,30.9971,32.641],[16.4957,16.4943,16.4927,16.4908,16.4886,16.7013,16.8531,16.968,16.8733,17.2775,21.2548,26.9945,28.4423,27.5684,25.7565,23.6493,21.8142,20.38,19.2739,18.5558,17.9627,17.6597,17.4791,17.3641,17.4263,17.644,18.0553,18.6202,19.4491,20.586,22.1155,24.0709,26.4125,28.8382,31.0063,32.6659]],"t_unix":1786417641.6444654,"uid":"p00598","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.361392,20.788575,19.875414]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00940","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4482526041666667,"red":0.0,"white":0.5517473958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 128)","median_spectrum_pct":[19.0774,19.0759,19.0743,19.0724,19.0701,19.261,19.4913,19.8019,19.7944,20.2384,23.9542,29.1431,30.4964,29.8438,28.3022,26.404,24.7044,23.3308,22.2627,21.6013,21.0261,20.7146,20.4904,20.3193,20.3173,20.487,20.8778,21.4151,22.1652,23.152,24.4766,26.1446,28.1641,30.2397,32.0744,33.4986],"phase":"gamut_dense","raster_sha1":"b0ef549b26c9dbb2","rgb":[128,223,128],"session":17,"source":"pipeline","t_unix":1786417689.3195686,"uid":"p00931","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.126096,23.621803,22.833308]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.04683072916666667,"blue":0.0,"green":0.0,"red":0.31159895833333334,"white":0.5909895833333333,"yellow":0.050580729166666664},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 32)","median_raw":[21.429441,21.700958,20.376237],"median_spectrum_pct":[17.5693,17.5681,17.5666,17.565,17.5634,17.9848,18.2472,18.3641,18.3238,18.5005,19.8405,21.5544,22.071,22.0493,21.7334,21.1801,20.6277,20.1593,19.7686,19.6327,19.7444,21.9613,25.3584,26.6953,26.9564,27.0276,27.2032,27.4454,27.8998,28.5737,29.5127,30.7,32.1526,33.5752,34.7489,35.5786],"phase":"gamut_dense","raster_sha1":"3518e5a6e42b970d","raw":[[21.432726,21.706452,20.351326],[21.429441,21.700958,20.376237],[21.424779,21.695558,20.377898]],"rgb":[159,128,32],"session":17,"source":"pipeline","spectrum_pct":[[17.5693,17.5681,17.5666,17.565,17.5634,17.9738,18.2351,18.3602,18.3134,18.431,19.784,21.5442,22.0697,22.0465,21.7369,21.189,20.6413,20.1687,19.7785,19.6436,19.7544,21.9687,25.366,26.7054,26.9626,27.0374,27.2079,27.4547,27.9217,28.5803,29.5335,30.7,32.1397,33.5752,34.7581,35.5786],[17.5813,17.5801,17.5787,17.577,17.5754,17.9848,18.2472,18.3641,18.3284,18.5033,19.8525,21.5563,22.0784,22.0493,21.7312,21.1801,20.6277,20.1593,19.7686,19.6327,19.7444,21.9613,25.3584,26.6953,26.9564,27.0276,27.2013,27.4427,27.8984,28.5737,29.5127,30.7133,32.1582,33.5756,34.7489,35.5809],[17.5522,17.551,17.5495,17.5479,17.5463,18.0025,18.2648,18.372,18.3238,18.5005,19.8405,21.5544,22.071,22.0502,21.7334,21.1784,20.6269,20.1535,19.7581,19.6191,19.7352,21.9546,25.3474,26.6895,26.9516,27.0238,27.2032,27.4454,27.8998,28.5674,29.5097,30.6886,32.1526,33.5656,34.7053,35.5785]],"t_unix":1786417691.778713,"uid":"p00982","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.429441,21.700958,20.376237]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5937942708333334,"blue":0.22038802083333334,"green":0.0,"red":0.0,"white":0.18581770833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 128)","median_raw":[6.683088,6.779186,12.935113],"median_spectrum_pct":[11.896,11.8984,11.9012,11.9044,11.9081,12.0899,12.2439,12.2727,12.0316,11.8209,11.8544,11.3828,10.3873,9.29241,8.2205,7.27118,6.5346,5.99604,5.60913,5.37329,5.22089,5.30298,5.46363,5.55223,5.69796,5.94651,6.37286,7.00947,7.98047,9.40413,11.4563,14.2052,17.6121,21.2771,24.5688,27.3867],"phase":"gamut_dense","raster_sha1":"5fabfe4e63c35ec6","raw":[[6.679018,6.776507,12.922601],[6.683088,6.779186,12.935113],[6.691862,6.788905,12.959119]],"rgb":[96,0,128],"session":17,"source":"pipeline","spectrum_pct":[[11.881,11.8834,11.8862,11.8894,11.8931,12.0645,12.2133,12.2423,12.0123,11.8209,11.8669,11.3785,10.3873,9.27593,8.21674,7.26202,6.52874,5.99507,5.60913,5.37156,5.21736,5.29923,5.45955,5.54893,5.69796,5.94651,6.37286,7.00894,7.97868,9.40413,11.4563,14.2176,17.6203,21.2796,24.629,27.3759],[11.896,11.8984,11.9012,11.9044,11.9081,12.0899,12.2439,12.2727,12.0316,11.8094,11.8065,11.3828,10.3857,9.29241,8.2205,7.27118,6.5346,5.99604,5.60831,5.37329,5.22089,5.30298,5.46363,5.55223,5.69381,5.94434,6.36946,7.00947,7.9824,9.4074,11.4593,14.2051,17.6121,21.2771,24.5688,27.3867],[11.92,11.9225,11.9253,11.9285,11.9322,12.1133,12.2633,12.2841,12.0464,11.8423,11.8544,11.4073,10.4043,9.30768,8.23326,7.28197,6.54314,6.00621,5.61177,5.37963,5.22633,5.30914,5.47239,5.55757,5.6986,5.95566,6.37451,7.01719,7.98047,9.39842,11.4517,14.2052,17.6088,21.2196,24.5474,27.405]],"t_unix":1786417739.823909,"uid":"p00787","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.683088,6.779186,12.935113]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 0)","median_raw":[7.99671,4.559216,0.977646],"median_spectrum_pct":[0.90705,0.905662,0.904068,0.902232,0.900144,0.922962,0.921243,0.899771,0.844721,0.784762,0.841746,1.0117,1.0936,1.10779,1.07381,0.992233,0.987994,1.1056,1.28686,1.55276,2.27249,6.98453,14.876,18.3845,18.8856,18.6805,18.5057,18.5167,18.8943,19.6929,20.9797,22.7422,24.9341,27.2754,29.3118,31.0003],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","raw":[[7.985505,4.555985,0.979637],[7.99671,4.560268,0.977646],[8.001501,4.559216,0.953195]],"rgb":[191,32,0],"session":17,"source":"pipeline","spectrum_pct":[[0.90705,0.905662,0.904068,0.902232,0.900144,0.922962,0.922534,0.900092,0.844721,0.809309,0.855928,1.0283,1.0936,1.10645,1.07381,0.995285,0.987994,1.10613,1.29306,1.5631,2.27502,6.96659,14.8474,18.3569,18.8513,18.6463,18.4746,18.4963,18.8755,19.6783,20.9504,22.7326,24.9341,27.2883,29.3666,31.0684],[0.919302,0.917922,0.916338,0.914514,0.912432,0.930149,0.920413,0.899771,0.855124,0.784762,0.841746,1.0117,1.09659,1.11326,1.07555,0.992233,0.988379,1.1056,1.28686,1.55276,2.27249,6.98453,14.876,18.3845,18.8856,18.6805,18.5057,18.5167,18.8943,19.6929,20.9797,22.7467,24.9435,27.2743,29.311,31.0003],[0.893158,0.89176,0.890154,0.888304,0.886218,0.919982,0.921243,0.886871,0.805195,0.735316,0.828827,0.991745,1.08977,1.10779,1.06413,0.989565,0.985376,1.09714,1.27742,1.54209,2.2617,6.99738,14.903,18.4153,18.9117,18.7072,18.5303,18.5535,18.9229,19.7113,20.9914,22.7422,24.9217,27.2754,29.3118,30.9604]],"t_unix":1786417788.589856,"uid":"p01035","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.99671,4.559216,0.977646]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,255,32],"session":17,"source":"pipeline","t_unix":1786417836.121119,"uid":"p00694","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5693255208333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.4306744791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 128)","median_raw":[11.275588,11.858306,16.339236],"median_spectrum_pct":[14.7743,14.7759,14.7778,14.78,14.7825,14.9758,15.107,15.1834,15.0976,15.0143,15.1871,15.06,14.5031,13.8347,13.1333,12.4323,11.8392,11.3755,11.0083,10.7924,10.608,10.6597,10.7694,10.8006,10.8837,11.0816,11.4441,11.9795,12.813,14.0315,15.7911,18.1791,21.1463,24.2649,27.1,29.4574],"phase":"gamut_dense","raster_sha1":"34e72ed43d8cc483","raw":[[11.32614,11.912781,16.369875],[11.274055,11.857001,16.326627],[11.275588,11.858306,16.339236]],"rgb":[128,64,128],"session":17,"source":"pipeline","spectrum_pct":[[14.8065,14.8081,14.8099,14.8121,14.8146,15.0893,15.2291,15.2138,15.0593,14.9992,15.1767,15.0629,14.5457,13.8959,13.1956,12.4962,11.8996,11.4322,11.0653,10.8486,10.6586,10.7134,10.8239,10.8541,10.9389,11.1377,11.4962,12.0359,12.8715,14.095,15.8717,18.272,21.2734,24.3996,27.1904,29.5462],[14.7517,14.7534,14.7552,14.7574,14.7599,14.9615,15.0973,15.1804,15.0976,15.0143,15.1871,15.0385,14.4896,13.8273,13.1271,12.4323,11.8392,11.3755,11.0083,10.7924,10.608,10.6597,10.7694,10.7941,10.8754,11.0815,11.4441,11.9795,12.8111,14.0315,15.7911,18.1791,21.1463,24.2629,27.073,29.41],[14.7743,14.7759,14.7778,14.78,14.7825,14.9758,15.107,15.1834,15.1082,15.0274,15.2035,15.06,14.5031,13.8347,13.1333,12.4316,11.8389,11.3748,11.0063,10.7903,10.6036,10.6543,10.7676,10.8006,10.8837,11.0816,11.4384,11.9756,12.813,14.0203,15.7811,18.1693,21.1301,24.2649,27.1,29.4574]],"t_unix":1786417838.3235493,"uid":"p00886","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.275588,11.858306,16.339236]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[32,255,223],"session":17,"source":"pipeline","t_unix":1786417885.6674993,"uid":"p00700","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[96,0,32],"session":17,"source":"pipeline","t_unix":1786417887.909401,"uid":"p00784","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00890","ink_fraction":{"black":0.0,"blue":0.5590807291666666,"green":0.0,"red":0.0,"white":0.4409192708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 223)","median_spectrum_pct":[30.4993,30.5045,30.5105,30.5173,30.526,31.4345,32.1691,32.6398,32.4596,32.3861,32.9631,31.6963,29.0558,26.2014,23.4399,20.9727,19.0303,17.5905,16.5294,15.8505,15.3009,14.9866,14.8116,14.7623,14.8778,15.1554,15.6244,16.2705,17.1874,18.3983,20.062,22.1957,24.75,27.4162,29.8188,31.682],"phase":"gamut_dense","raster_sha1":"aeba06ef85e7be16","rgb":[128,64,223],"session":17,"source":"pipeline","t_unix":1786417890.0797567,"uid":"p00889","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.009626,19.12893,34.680822]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":2.6041666666666666e-06,"blue":0.0,"green":0.0,"red":0.0,"white":0.9999973958333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 191)","median_raw":[34.781772,37.764209,43.263783],"median_spectrum_pct":[37.3908,37.3914,37.3922,37.3931,37.3949,38.5048,39.1862,39.6498,39.8662,40.1948,41.4184,42.2383,41.9732,41.3969,40.5935,39.5485,38.5602,37.6978,36.9205,36.4704,35.9206,35.579,35.2747,35.0261,34.9306,34.922,35.0345,35.1446,35.3308,35.5397,35.8936,36.3622,37.0042,37.6278,38.0792,38.4362],"phase":"gamut_dense","raster_sha1":"6771e34586739c11","raw":[[34.795982,37.778147,43.259588],[34.781772,37.764209,43.277188],[34.759363,37.74391,43.263783]],"rgb":[223,0,191],"session":17,"source":"pipeline","spectrum_pct":[[37.3803,37.3809,37.3817,37.3825,37.3844,38.4797,39.1662,39.6498,39.8662,40.1948,41.4184,42.2383,41.9732,41.401,40.6015,39.5561,38.5717,37.7143,36.9363,36.4924,35.9439,35.6042,35.3019,35.0541,34.9541,34.946,35.0575,35.1664,35.3466,35.561,35.912,36.3782,37.0218,37.6329,38.0881,38.4362],[37.4145,37.4152,37.4159,37.4168,37.4187,38.5048,39.1862,39.6601,39.8699,40.1846,41.4975,42.2414,41.9817,41.3969,40.5935,39.5485,38.5602,37.6978,36.9205,36.4704,35.9206,35.579,35.2747,35.0261,34.9306,34.922,35.0345,35.1446,35.3308,35.5397,35.8936,36.3622,37.0042,37.6278,38.0792,38.4441],[37.3908,37.3914,37.3922,37.3931,37.3949,38.5055,39.1894,39.647,39.8328,40.2228,41.4173,42.2364,41.97,41.3854,40.5839,39.5347,38.5461,37.6785,36.902,36.4504,35.8939,35.5463,35.2491,35.0,34.8974,34.8935,34.9952,35.1105,35.2921,35.5007,35.856,36.3263,36.9934,37.6164,38.0707,38.4124]],"t_unix":1786417892.2623951,"uid":"p01113","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.781772,37.764209,43.263783]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01008","ink_fraction":{"black":0.0,"blue":0.0,"green":0.14250260416666666,"red":0.0,"white":0.0,"yellow":0.8574973958333333},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 0)","median_spectrum_pct":[1.77311,1.76016,1.74529,1.7282,1.70845,1.67882,1.64524,1.61491,1.5449,1.99097,6.5946,17.989,26.7505,32.3172,35.3281,36.0238,35.7418,35.2124,34.6639,34.4474,34.2592,34.9238,35.8602,36.0434,35.9604,35.8762,35.8563,35.7803,35.755,35.7575,35.8624,36.0603,36.4532,36.8024,37.0471,37.2652],"phase":"gamut_dense","raster_sha1":"5a4844176ec03515","rgb":[159,255,0],"session":17,"source":"pipeline","t_unix":1786417939.5731795,"uid":"p01017","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.648589,33.20096,4.79073]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5692239583333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.43077604166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 128)","median_raw":[11.247163,11.832485,16.411698],"median_spectrum_pct":[14.8164,14.8181,14.82,14.8221,14.8247,15.0777,15.2268,15.251,15.1306,15.0987,15.2573,15.1359,14.5734,13.8901,13.1607,12.43,11.8194,11.3388,10.9569,10.7285,10.5372,10.5864,10.7003,10.7279,10.8273,11.0401,11.4127,11.9714,12.8169,14.0705,15.8635,18.2706,21.2855,24.4433,27.227,29.5437],"phase":"gamut_dense","raster_sha1":"9edea68e815c6765","raw":[[11.247163,11.832485,16.396667],[11.251804,11.837945,16.411698],[11.22788,11.817025,16.447776]],"rgb":[128,0,128],"session":17,"source":"pipeline","spectrum_pct":[[14.8164,14.8181,14.82,14.8221,14.8247,15.0638,15.2063,15.2416,15.1306,15.056,15.2235,15.1238,14.5533,13.8844,13.1567,12.43,11.8194,11.3388,10.9569,10.7285,10.5372,10.5864,10.7003,10.7279,10.8273,11.0419,11.4127,11.9714,12.8169,14.0705,15.8635,18.2706,21.2908,24.4447,27.227,29.5466],[14.8137,14.8154,14.8173,14.8194,14.822,15.0777,15.2268,15.251,15.1194,15.0987,15.2573,15.1359,14.5734,13.8901,13.1619,12.436,11.8245,11.3459,10.9597,10.7299,10.5387,10.589,10.7018,10.7348,10.8304,11.0401,11.4151,11.9731,12.8288,14.0734,15.8685,18.2791,21.2855,24.4433,27.2371,29.5437],[14.8539,14.8556,14.8575,14.8598,14.8623,15.1119,15.26,15.2814,15.1485,15.128,15.3057,15.1882,14.5975,13.9064,13.1607,12.4252,11.8071,11.3211,10.9314,10.6934,10.4925,10.5449,10.6589,10.6917,10.7897,10.997,11.3699,11.9245,12.7787,14.0306,15.8343,18.2354,21.2144,24.3654,27.1908,29.5346]],"t_unix":1786417941.7609339,"uid":"p00868","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.247163,11.832485,16.411698]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.9999973958333334,"blue":0.0,"green":2.6041666666666666e-06,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 0)","median_raw":[1.446493,1.153783,2.38906],"median_spectrum_pct":[2.5212,2.52188,2.52267,2.52357,2.52449,2.47634,2.39916,2.32049,2.18155,2.01747,1.91551,1.78882,1.62754,1.41315,1.19305,1.00077,0.871737,0.791305,0.738245,0.723574,0.756829,1.00266,1.28402,1.4081,1.53072,1.74281,2.10555,2.68089,3.60534,5.03999,7.18033,10.1097,13.8417,17.9016,21.7001,24.9093],"phase":"gamut_dense","raster_sha1":"b408a0c71432f978","raw":[[1.442532,1.150813,2.383095],[1.446493,1.153819,2.38906],[1.448889,1.153783,2.396319]],"rgb":[0,32,0],"session":17,"source":"pipeline","spectrum_pct":[[2.50877,2.50945,2.51023,2.51113,2.51203,2.46175,2.38826,2.30894,2.16647,2.03219,1.91477,1.78882,1.62754,1.41236,1.19252,1.00053,0.868206,0.789812,0.737245,0.723421,0.753186,0.996132,1.27496,1.40453,1.52701,1.74281,2.10303,2.67957,3.60271,5.03649,7.1862,10.117,13.8443,17.9257,21.7361,24.9673],[2.5212,2.52188,2.52267,2.52357,2.52449,2.47634,2.39916,2.32049,2.18155,2.00385,1.91551,1.79143,1.62985,1.41372,1.19305,1.0089,0.872213,0.791305,0.738276,0.723574,0.756829,1.00266,1.28402,1.4081,1.53072,1.74034,2.10555,2.68509,3.60534,5.03999,7.18033,10.0986,13.8417,17.9016,21.7001,24.9093],[2.54702,2.54772,2.54853,2.54946,2.55038,2.48324,2.40817,2.32283,2.18483,2.01747,1.92248,1.77807,1.6249,1.41315,1.19515,1.00077,0.871737,0.792941,0.738245,0.724261,0.757941,1.00431,1.28423,1.40887,1.53425,1.74915,2.10786,2.68089,3.60742,5.04031,7.17162,10.1097,13.8191,17.8768,21.6605,24.9062]],"t_unix":1786418040.217697,"uid":"p00549","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.446493,1.153783,2.38906]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[96,223,191],"session":17,"source":"pipeline","t_unix":1786418087.5112343,"uid":"p00852","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00770","ink_fraction":{"black":0.0,"blue":0.0,"green":0.26045833333333335,"red":0.0,"white":0.7395416666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 159)","median_spectrum_pct":[26.2794,26.2788,26.2781,26.2774,26.2768,26.8599,27.2352,27.5083,27.522,27.9539,30.8427,34.4572,35.2262,34.5572,33.2505,31.6296,30.1562,28.9448,27.9443,27.3076,26.7039,26.3715,26.1331,25.9572,25.9406,26.0538,26.3243,26.6881,27.2454,27.9746,28.9746,30.2611,31.7745,33.2965,34.623,35.6318],"phase":"gamut_dense","raster_sha1":"e0c4589fe2467f63","rgb":[32,223,159],"session":17,"source":"pipeline","t_unix":1786418089.6770966,"uid":"p00689","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.783363,29.137709,30.821921]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[35.192166,38.207602,43.505654],"median_spectrum_pct":[37.6087,37.6093,37.6099,37.6105,37.6124,38.8621,39.5522,39.861,39.9449,40.2613,41.5668,42.4781,42.3114,41.781,41.0133,39.9903,39.0163,38.1714,37.4008,36.9634,36.4205,36.0814,35.779,35.523,35.4266,35.4109,35.5059,35.5909,35.7443,35.9297,36.2518,36.6968,37.3421,37.9046,38.3347,38.6731],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[35.216284,38.23041,43.513658],[35.192166,38.207602,43.493251],[35.182063,38.199207,43.505654]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[37.6087,37.6093,37.6099,37.6105,37.6124,38.8473,39.5387,39.8664,39.9612,40.3079,41.6144,42.4975,42.3153,41.7918,41.0193,39.998,39.0316,38.1892,37.4238,36.9889,36.4477,36.1106,35.8091,35.5606,35.4565,35.441,35.5342,35.628,35.7845,35.9629,36.2883,36.7164,37.3474,37.9324,38.3238,38.6731],[37.5964,37.5969,37.5975,37.5982,37.6001,38.8621,39.5522,39.858,39.9449,40.2302,41.5604,42.4593,42.2897,41.7733,41.0133,39.9903,39.0163,38.1714,37.4008,36.9634,36.4205,36.0814,35.779,35.523,35.4266,35.4109,35.5059,35.5909,35.7443,35.9293,36.2512,36.6968,37.3164,37.9046,38.3347,38.6496],[37.6212,37.6218,37.6224,37.6231,37.625,38.8916,39.5762,39.861,39.9216,40.2613,41.5668,42.4781,42.3114,41.781,41.0102,39.9824,39.0112,38.1638,37.3883,36.949,36.4053,36.0639,35.7588,35.5067,35.4063,35.3926,35.4818,35.5662,35.7303,35.9297,36.2518,36.687,37.3421,37.8992,38.3438,38.6897]],"t_unix":1786418089.6810758,"uid":"p01383","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.192166,38.207602,43.505654]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.428929,1.140855,2.356871],"median_spectrum_pct":[2.49692,2.49761,2.4984,2.49932,2.50019,2.43025,2.35277,2.28133,2.14462,2.0283,1.92149,1.7535,1.59595,1.38785,1.17786,0.995941,0.864502,0.785212,0.735764,0.720378,0.752068,0.987548,1.26416,1.38238,1.5135,1.7199,2.07724,2.65387,3.57037,5.00503,7.12477,10.0679,13.7786,17.8306,21.6302,24.8325],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.4274,1.138914,2.356871],[1.430182,1.141337,2.36161],[1.428929,1.140855,2.354107]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[2.49692,2.49761,2.4984,2.49932,2.50019,2.41973,2.34549,2.27022,2.14462,2.0296,1.9448,1.7535,1.58308,1.37708,1.17618,0.994856,0.863202,0.785212,0.735542,0.718874,0.750683,0.985957,1.26117,1.37978,1.50678,1.7199,2.07724,2.65174,3.57037,5.00503,7.14059,10.0762,13.8068,17.869,21.6788,24.9158],[2.4982,2.49889,2.49968,2.50059,2.50147,2.43025,2.35277,2.28133,2.15541,2.0283,1.92149,1.74608,1.59612,1.38877,1.18029,0.995941,0.864502,0.786415,0.737375,0.720434,0.752637,0.987548,1.26416,1.38449,1.51502,1.71836,2.07691,2.65487,3.57146,5.00764,7.12477,10.0679,13.7786,17.8306,21.6302,24.8325],[2.49368,2.49436,2.49515,2.49605,2.49694,2.43288,2.36036,2.28661,2.13989,1.97901,1.90865,1.7717,1.59595,1.38785,1.17786,0.997049,0.864574,0.784893,0.735764,0.720378,0.752068,0.992073,1.26501,1.38238,1.5135,1.72129,2.07893,2.65387,3.56851,4.99291,7.10241,10.0561,13.7461,17.828,21.5956,24.8071]],"t_unix":1786418134.8414726,"uid":"p01384","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.428929,1.140855,2.356871]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.627125,12.234811,17.802877],"median_spectrum_pct":[16.0734,16.0754,16.0777,16.0804,16.0835,16.3362,16.5016,16.5721,16.4428,16.3779,16.6153,16.4414,15.6907,14.8046,13.882,12.9793,12.2126,11.6062,11.1275,10.8368,10.6124,10.6884,10.8435,10.8969,11.0051,11.2346,11.652,12.2678,13.193,14.5192,16.3854,18.8348,21.8171,24.9652,27.7891,30.0088],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.62693,12.234811,17.793635],[11.629535,12.236005,17.809996],[11.627125,12.232809,17.802877]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[16.0739,16.0759,16.0783,16.081,16.0841,16.3235,16.4851,16.558,16.4436,16.3603,16.6153,16.4414,15.6953,14.8046,13.8807,12.9775,12.2092,11.6096,11.1319,10.8416,10.6153,10.6876,10.8435,10.8969,11.0039,11.2348,11.652,12.2678,13.1894,14.5106,16.3856,18.8348,21.8171,24.9652,27.79,30.0088],[16.0734,16.0754,16.0777,16.0804,16.0835,16.3362,16.5016,16.5721,16.4407,16.3963,16.6521,16.4758,15.6907,14.8027,13.882,12.9793,12.2138,11.6061,11.1275,10.8368,10.6124,10.6889,10.846,10.897,11.0067,11.234,11.6531,12.2717,13.1973,14.5216,16.3854,18.8399,21.8316,24.9903,27.7891,30.065],[16.0731,16.0752,16.0775,16.0802,16.0833,16.3479,16.5141,16.5724,16.4428,16.3779,16.592,16.4126,15.683,14.808,13.8885,12.9794,12.2126,11.6062,11.1254,10.8353,10.6114,10.6884,10.8435,10.8897,11.0051,11.2346,11.6461,12.2603,13.193,14.5192,16.3729,18.8101,21.8125,24.9545,27.7585,29.9972]],"t_unix":1786418179.98788,"uid":"p01385","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.627125,12.234811,17.802877]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.8351119791666667,"green":0.0,"red":0.0,"white":0.16488802083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 223)","median_raw":[11.503248,11.687786,30.736427],"median_spectrum_pct":[27.2683,27.2751,27.2829,27.2919,27.3029,28.1898,28.9674,29.4495,29.1321,28.9173,28.8706,26.5245,22.8762,19.2726,15.9603,13.1913,11.1211,9.64764,8.61705,7.9591,7.49502,7.26363,7.17071,7.19467,7.36273,7.67452,8.19139,8.95188,10.0267,11.4724,13.5307,16.233,19.5234,23.0448,26.2937,29.0297],"phase":"gamut_dense","raster_sha1":"2d5b176670f6a85e","raw":[[11.486189,11.670026,30.698643],[11.503248,11.687786,30.736427],[11.515891,11.701736,30.765437]],"rgb":[96,64,223],"session":17,"source":"pipeline","spectrum_pct":[[27.2052,27.212,27.2198,27.2287,27.2397,28.1327,28.9135,29.4092,29.116,28.9165,28.8338,26.5103,22.8486,19.2326,15.9327,13.1708,11.1025,9.63211,8.60396,7.94665,7.47973,7.25252,7.16103,7.18446,7.34638,7.66175,8.17674,8.9344,10.0111,11.4678,13.5202,16.23,19.5234,23.0367,26.2937,29.0297],[27.2683,27.2751,27.2829,27.2919,27.3029,28.1898,28.9674,29.4495,29.1321,28.9173,28.8706,26.5245,22.8762,19.2726,15.9603,13.1913,11.1211,9.64764,8.61705,7.9591,7.49502,7.26363,7.17071,7.19467,7.36273,7.67452,8.19139,8.95188,10.0267,11.4724,13.5307,16.233,19.5167,23.0448,26.2995,29.0492],[27.2863,27.2931,27.3009,27.3098,27.3209,28.2169,29.0002,29.4731,29.1547,28.9535,28.8841,26.5718,22.9051,19.2898,15.9775,13.209,11.1329,9.66119,8.62684,7.96869,7.50491,7.27444,7.18297,7.20524,7.36797,7.68184,8.20158,8.95845,10.0289,11.4947,13.5559,16.2558,19.5316,23.0631,26.2927,29.0185]],"t_unix":1786418227.3315835,"uid":"p00808","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.503248,11.687786,30.736427]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 255)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[32,191,255],"session":17,"source":"pipeline","t_unix":1786418274.6139164,"uid":"p00683","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,96,223],"session":17,"source":"pipeline","t_unix":1786418276.7879333,"uid":"p01141","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":2.6041666666666666e-06,"blue":0.0,"green":0.0,"red":0.6679869791666667,"white":0.33201041666666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 96)","median_raw":[14.357005,12.266092,9.859984],"median_spectrum_pct":[8.68356,8.68241,8.6811,8.67959,8.67788,8.82322,8.89799,8.90647,8.84631,8.84148,9.55932,10.3501,10.4357,10.3236,10.0956,9.78356,9.52558,9.37495,9.29686,9.39321,9.90515,13.8727,20.2501,23.0025,23.5038,23.5113,23.5623,23.7542,24.24,25.036,26.1951,27.6733,29.4838,31.2794,32.844,33.9771],"phase":"gamut_dense","raster_sha1":"d722a4ed2e30ee66","raw":[[14.356293,12.266092,9.866625],[14.357005,12.263975,9.855396],[14.3622,12.2669,9.859984]],"rgb":[191,32,96],"session":17,"source":"pipeline","spectrum_pct":[[8.68356,8.68241,8.6811,8.67959,8.67788,8.81786,8.89482,8.91351,8.86159,8.86099,9.58358,10.3551,10.4512,10.3236,10.0941,9.78322,9.52785,9.37535,9.30239,9.39938,9.90901,13.8689,20.2412,22.9929,23.4942,23.5064,23.5542,23.7433,24.2324,25.0356,26.1958,27.6733,29.4838,31.2794,32.8489,34.0137],[8.67225,8.67109,8.66977,8.66825,8.66655,8.82322,8.89799,8.90464,8.84631,8.84143,9.55932,10.3276,10.4299,10.3189,10.0956,9.78356,9.52403,9.37495,9.29686,9.39321,9.90515,13.8727,20.2501,23.0025,23.5038,23.5113,23.5623,23.7542,24.24,25.036,26.1909,27.6634,29.4824,31.2792,32.8095,33.9543],[8.69725,8.69612,8.69482,8.69332,8.69162,8.83078,8.90234,8.90647,8.84488,8.84148,9.55279,10.3501,10.4357,10.3251,10.0995,9.78457,9.52558,9.37255,9.2937,9.39086,9.90485,13.8762,20.2579,23.0102,23.5165,23.531,23.5772,23.7693,24.2566,25.05,26.1951,27.6775,29.499,31.2945,32.844,33.9771]],"t_unix":1786418278.9611664,"uid":"p01038","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.357005,12.266092,9.859984]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00697","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5316953125,"red":0.0,"white":0.4683046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 128)","median_spectrum_pct":[16.257,16.2554,16.2535,16.2514,16.2487,16.3457,16.5072,16.7475,16.767,17.2752,21.1437,26.9616,28.5055,27.741,26.0235,23.9694,22.155,20.7204,19.6306,18.9392,18.3581,18.0421,17.8234,17.6714,17.7112,17.9213,18.3433,18.9268,19.7431,20.8407,22.32,24.2189,26.4593,28.8112,30.8979,32.5578],"phase":"gamut_dense","raster_sha1":"5877f5729eeca1f2","rgb":[32,223,128],"session":17,"source":"pipeline","t_unix":1786418326.4587598,"uid":"p00688","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.584664,21.087407,19.691511]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00979","ink_fraction":{"black":0.0,"blue":0.30614322916666664,"green":0.0,"red":0.0,"white":0.6938567708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 255)","median_spectrum_pct":[33.4606,33.4639,33.4677,33.4721,33.478,34.5053,35.2007,35.5684,35.481,35.6315,36.5929,36.363,34.7821,32.8711,30.8741,28.9137,27.2902,26.0233,25.0246,24.3961,23.817,23.4816,23.2508,23.1185,23.1539,23.3288,23.6652,24.13,24.7938,25.6471,26.8092,28.2889,30.088,31.8867,33.4582,34.6502],"phase":"gamut_dense","raster_sha1":"8382743e22716488","rgb":[159,96,255],"session":17,"source":"pipeline","t_unix":1786418328.6435091,"uid":"p00980","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.97612,26.956086,38.325934]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.39939583333333334,"blue":0.0,"green":0.0,"red":0.6006041666666667,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 0)","median_raw":[4.803391,2.93703,1.511426],"median_spectrum_pct":[1.53034,1.52987,1.52933,1.5287,1.52794,1.51684,1.48548,1.43847,1.33636,1.22019,1.25467,1.32868,1.34221,1.26465,1.15701,1.0391,0.978299,1.00721,1.09146,1.24082,1.64584,4.25066,8.32825,10.0009,10.2797,10.3206,10.4769,10.8491,11.5772,12.7919,14.5625,16.973,19.9763,23.1129,25.9823,28.3286],"phase":"gamut_dense","raster_sha1":"9db1493db25e378d","raw":[[4.799159,2.936041,1.512406],[4.803391,2.93703,1.508336],[4.808168,2.939029,1.511426]],"rgb":[64,0,0],"session":17,"source":"pipeline","spectrum_pct":[[1.52958,1.52911,1.52857,1.52795,1.52718,1.51477,1.48044,1.43123,1.33802,1.23845,1.28056,1.32868,1.34279,1.26322,1.15701,1.03785,0.979824,1.00929,1.09321,1.2425,1.64584,4.24467,8.31766,9.98558,10.2677,10.3067,10.4658,10.8429,11.5772,12.7833,14.5578,16.973,19.9813,23.1069,25.988,28.3636],[1.53034,1.52987,1.52933,1.5287,1.52794,1.51684,1.48548,1.43847,1.33336,1.22002,1.25467,1.31028,1.34221,1.26502,1.15568,1.0391,0.978299,1.00721,1.09146,1.24082,1.64603,4.25066,8.32825,10.0009,10.2797,10.3206,10.4769,10.8491,11.577,12.7919,14.5625,16.9753,19.9763,23.1179,25.9823,28.3286],[1.5307,1.53023,1.52968,1.52905,1.52829,1.52296,1.48963,1.44162,1.33636,1.22019,1.24959,1.32981,1.33912,1.26465,1.15965,1.04132,0.976076,1.00558,1.08801,1.23719,1.64453,4.25432,8.33768,10.0141,10.2939,10.3318,10.4883,10.8652,11.5933,12.8001,14.575,16.9688,19.9728,23.1129,25.964,28.2987]],"t_unix":1786418330.8276048,"uid":"p00702","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.803391,2.93703,1.511426]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.30886458333333333,"blue":0.6911354166666667,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 96)","median_raw":[5.720432,5.496898,18.286421],"median_spectrum_pct":[16.6262,16.6311,16.6367,16.6431,16.6508,17.0366,17.4324,17.6685,17.3935,17.0871,16.8621,15.2274,12.8435,10.4116,8.16927,6.31883,4.9452,3.98949,3.33643,2.93021,2.68448,2.6586,2.73639,2.82008,2.99447,3.28986,3.77609,4.50289,5.55843,7.08625,9.25677,12.1616,15.7395,19.664,23.3316,26.421],"phase":"gamut_dense","raster_sha1":"e404820f013de2ea","raw":[[5.720432,5.496898,18.286421],[5.711074,5.489353,18.274204],[5.723538,5.503471,18.314348]],"rgb":[32,32,96],"session":17,"source":"pipeline","spectrum_pct":[[16.6262,16.6311,16.6367,16.6431,16.6508,17.1179,17.5146,17.6685,17.3252,17.0059,16.8168,15.2056,12.8435,10.4116,8.17455,6.31883,4.9452,3.98949,3.33643,2.93021,2.68448,2.65875,2.73664,2.82008,2.99543,3.29132,3.77609,4.50289,5.56256,7.09568,9.27513,12.1815,15.7778,19.7189,23.4079,26.4768],[16.6024,16.6073,16.6129,16.6193,16.6269,16.9943,17.3928,17.6529,17.3935,17.0871,16.8621,15.2274,12.8315,10.385,8.14883,6.3039,4.93708,3.98039,3.33268,2.92578,2.68109,2.652,2.72951,2.81649,2.98205,3.27976,3.76833,4.49644,5.55529,7.07954,9.25677,12.1508,15.7337,19.6569,23.3245,26.421],[16.65,16.6549,16.6606,16.667,16.6747,17.0366,17.4324,17.6835,17.403,17.1252,16.9445,15.2774,12.8645,10.413,8.16927,6.32111,4.94968,3.99034,3.34135,2.93142,2.68507,2.6586,2.73639,2.82076,2.99447,3.28986,3.77701,4.50493,5.55843,7.08625,9.25525,12.1616,15.7395,19.664,23.3316,26.4009]],"t_unix":1786418378.2314303,"uid":"p00633","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.720432,5.496898,18.286421]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,128,32],"session":17,"source":"pipeline","t_unix":1786418425.5696115,"uid":"p00658","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.6246432291666667,"yellow":0.37535677083333335},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 128)","median_raw":[32.200738,36.634373,25.044236],"median_spectrum_pct":[20.586,20.58,20.573,20.565,20.5559,20.9421,21.2045,21.3962,21.4043,21.7903,25.4413,32.1687,36.2202,38.3119,39.1191,38.8405,38.2198,37.5522,36.8984,36.5655,36.1844,36.3484,36.6581,36.6266,36.5373,36.4728,36.4874,36.4658,36.5102,36.6034,36.7807,37.0589,37.5065,37.8978,38.1581,38.3409],"phase":"gamut_dense","raster_sha1":"f575379509bc8d57","raw":[[32.236503,36.675009,25.048182],[32.200738,36.634373,25.032977],[32.180694,36.609573,25.044236]],"rgb":[255,191,128],"session":17,"source":"pipeline","spectrum_pct":[[20.596,20.5899,20.5829,20.5749,20.5658,20.939,21.2,21.4026,21.4052,21.7933,25.4541,32.1938,36.2516,38.3398,39.1521,38.8789,38.2584,37.5988,36.9459,36.6116,36.2313,36.3921,36.6991,36.6682,36.5806,36.518,36.5348,36.5109,36.5545,36.6357,36.8205,37.1029,37.5438,37.9636,38.21,38.4053],[20.5751,20.569,20.562,20.554,20.5449,20.9421,21.2045,21.3955,21.3919,21.7681,25.4077,32.1687,36.2202,38.3119,39.1191,38.8405,38.2198,37.5522,36.8984,36.5655,36.1844,36.3484,36.6581,36.6266,36.5373,36.4728,36.4874,36.4658,36.5102,36.6034,36.7807,37.0589,37.5065,37.8978,38.1581,38.3409],[20.586,20.58,20.573,20.565,20.5559,20.952,21.2137,21.3962,21.4043,21.7903,25.4413,32.1656,36.2141,38.3005,39.0953,38.8144,38.1902,37.5248,36.8706,36.5306,36.1463,36.3126,36.6302,36.6018,36.5132,36.4518,36.4637,36.448,36.491,36.5764,36.7617,37.0457,37.493,37.8922,38.1383,38.3152]],"t_unix":1786418427.7547364,"uid":"p01246","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.200738,36.634373,25.044236]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.48204166666666665,"red":0.0,"white":0.3065833333333333,"yellow":0.211375},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 96)","median_raw":[19.00702,23.19604,14.515754],"median_spectrum_pct":[11.3162,11.3115,11.3062,11.3,11.2928,11.3538,11.426,11.4951,11.3731,11.8201,16.3699,24.2635,27.8611,28.5615,27.8023,26.2545,24.7075,23.4142,22.3844,21.7407,21.215,21.1065,21.1442,21.0923,21.1126,21.2509,21.5783,22.0398,22.7254,23.6756,24.9668,26.6046,28.5856,30.6005,32.3561,33.7247],"phase":"gamut_dense","raster_sha1":"c5aad7f09e7de095","raw":[[19.01022,23.202019,14.517878],[19.00702,23.19604,14.515754],[18.996093,23.185744,14.507263]],"rgb":[128,223,96],"session":17,"source":"pipeline","spectrum_pct":[[11.3232,11.3185,11.3132,11.3071,11.2998,11.3487,11.4251,11.4976,11.3769,11.8201,16.3784,24.2647,27.8668,28.5697,27.8103,26.259,24.7125,23.4202,22.3935,21.7471,21.2228,21.112,21.1464,21.0923,21.1126,21.2522,21.5807,22.04,22.7299,23.6843,24.9751,26.6121,28.6136,30.6241,32.4141,33.7678],[11.3162,11.3115,11.3062,11.3,11.2928,11.3538,11.426,11.4951,11.3731,11.8353,16.3553,24.2526,27.8529,28.5615,27.8023,26.2545,24.7075,23.4142,22.3844,21.7407,21.215,21.1065,21.1442,21.0929,21.1136,21.2509,21.5783,22.0398,22.7254,23.6756,24.9668,26.6039,28.5856,30.6005,32.3561,33.7247],[11.3035,11.2988,11.2935,11.2873,11.2801,11.3584,11.4338,11.4912,11.3391,11.8063,16.3699,24.2635,27.8611,28.5555,27.7965,26.2481,24.6967,23.4022,22.3712,21.7249,21.1971,21.0855,21.1293,21.0818,21.1102,21.2469,21.5691,22.0357,22.7205,23.6725,24.9526,26.6046,28.5793,30.5795,32.3479,33.69]],"t_unix":1786418475.101648,"uid":"p00930","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.00702,23.19604,14.515754]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.45503385416666664,"blue":0.0,"green":0.16675260416666668,"red":0.06457291666666666,"white":0.313640625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 96)","median_raw":[9.886572,10.634168,12.518049],"median_spectrum_pct":[11.0841,11.0846,11.0852,11.0858,11.0866,11.2336,11.3163,11.3088,11.1372,11.0854,12.2262,13.638,13.6468,13.0449,12.212,11.3111,10.5434,9.94702,9.49041,9.2195,9.06092,9.45697,10.091,10.3282,10.4798,10.7134,11.1187,11.7264,12.6353,13.9717,15.8457,18.2895,21.3006,24.4101,27.2523,29.5009],"phase":"gamut_dense","raster_sha1":"6f6c8b8f1425161f","raw":[[9.877479,10.624954,12.496418],[9.887316,10.634168,12.527971],[9.886572,10.635135,12.518049]],"rgb":[96,96,96],"session":17,"source":"pipeline","spectrum_pct":[[11.0541,11.0546,11.0551,11.0558,11.0565,11.2081,11.2938,11.2887,11.1244,11.0784,12.2187,13.6273,13.6416,13.034,12.2002,11.3009,10.5373,9.93919,9.48338,9.21275,9.05845,9.45556,10.0875,10.3242,10.4725,10.7106,11.1154,11.7206,12.6353,13.9715,15.8375,18.2895,21.3006,24.4101,27.2351,29.5009],[11.0882,11.0887,11.0893,11.0899,11.0907,11.2336,11.3163,11.3088,11.1449,11.11,12.3068,13.6573,13.6468,13.0449,12.212,11.3111,10.5434,9.94702,9.49041,9.2195,9.06092,9.45697,10.091,10.3332,10.4815,10.7162,11.1259,11.7295,12.6432,13.9797,15.8546,18.2942,21.3111,24.4482,27.2579,29.528],[11.0841,11.0846,11.0852,11.0858,11.0866,11.2439,11.3237,11.3121,11.1372,11.0854,12.2262,13.638,13.6475,13.0547,12.2207,11.3155,10.5491,9.95089,9.49083,9.22085,9.06369,9.46398,10.0935,10.3282,10.4798,10.7134,11.1187,11.7264,12.6348,13.9717,15.8457,18.288,21.2659,24.4026,27.2523,29.4997]],"t_unix":1786418527.0918794,"uid":"p00813","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.886572,10.634168,12.518049]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.6898020833333334,"red":0.0,"white":0.0,"yellow":0.3101979166666667},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 32)","median_raw":[13.464185,17.751026,5.664896],"median_spectrum_pct":[3.20759,3.20156,3.19464,3.18668,3.17731,3.07518,3.03505,3.02287,2.86531,3.30497,8.26751,17.7767,22.4019,23.4732,22.7039,21.0311,19.3569,17.9888,16.9269,16.2548,15.7771,15.7603,15.8999,15.9203,16.0084,16.2227,16.6068,17.1487,17.9632,19.122,20.7023,22.7314,25.1736,27.7761,30.0522,31.8311],"phase":"gamut_dense","raster_sha1":"ff0dbb4d954d2b7b","raw":[[13.463105,17.748955,5.665874],[13.464185,17.751026,5.661301],[13.470829,17.757542,5.664896]],"rgb":[96,191,32],"session":17,"source":"pipeline","spectrum_pct":[[3.21272,3.20671,3.1998,3.19186,3.18248,3.07287,3.02967,3.01874,2.8599,3.3423,8.27519,17.7604,22.3885,23.4621,22.7033,21.0311,19.3525,17.9881,16.9263,16.2548,15.7771,15.7586,15.8963,15.9184,16.0021,16.2155,16.6035,17.1417,17.9532,19.1092,20.6928,22.7363,25.1848,27.7761,30.043,31.8311],[3.19106,3.18502,3.17809,3.17012,3.16075,3.07518,3.03505,3.02287,2.86531,3.29647,8.26751,17.7767,22.4019,23.4732,22.7039,21.0306,19.3569,17.9888,16.9269,16.2539,15.7748,15.7603,15.8999,15.9203,16.0084,16.2227,16.6068,17.1493,17.9632,19.122,20.7023,22.7189,25.1705,27.7597,30.0522,31.8336],[3.20759,3.20156,3.19464,3.18668,3.17731,3.08153,3.03731,3.0253,2.86685,3.30497,8.25315,17.7797,22.4028,23.4803,22.7138,21.0381,19.3646,17.9946,16.9299,16.2598,15.7806,15.7676,15.9116,15.9324,16.0158,16.2332,16.6154,17.1487,17.9666,19.1291,20.7118,22.7314,25.1736,27.779,30.0795,31.824]],"t_unix":1786418574.6002305,"uid":"p00838","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.464185,17.751026,5.664896]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6690989583333333,"white":0.33088541666666665,"yellow":1.5625e-05},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 64)","median_raw":[13.978165,11.876486,9.542988],"median_spectrum_pct":[8.38371,8.38258,8.38129,8.3798,8.37813,8.52389,8.60563,8.6595,8.59558,8.57724,9.19941,9.91751,10.0378,9.92666,9.70432,9.40533,9.15266,9.0073,8.9418,9.05181,9.57535,13.5264,19.8298,22.4961,22.9598,22.961,23.0128,23.2222,23.7299,24.5424,25.7053,27.211,29.052,30.889,32.4512,33.6804],"phase":"gamut_dense","raster_sha1":"f84fec2153cd9eb2","raw":[[14.045514,11.937143,9.570234],[13.976899,11.876486,9.542988],[13.978165,11.876427,9.538305]],"rgb":[223,96,64],"session":17,"source":"pipeline","spectrum_pct":[[8.40848,8.40732,8.406,8.40447,8.40284,8.60067,8.6824,8.68391,8.58749,8.57724,9.19941,9.9221,10.0726,9.97682,9.7591,9.45647,9.2042,9.05972,8.99579,9.10708,9.63257,13.5957,19.926,22.6012,23.0633,23.0609,23.1152,23.325,23.818,24.6283,25.8137,27.3201,29.1449,30.9758,32.5369,33.7233],[8.38371,8.38258,8.38129,8.3798,8.37813,8.52123,8.60265,8.6595,8.59932,8.60068,9.19804,9.91751,10.0369,9.92666,9.70432,9.40533,9.15266,9.0073,8.9418,9.05181,9.57535,13.5209,19.8226,22.4882,22.9543,22.955,23.0128,23.2217,23.7203,24.5353,25.7047,27.2056,29.052,30.889,32.4387,33.6099],[8.3715,8.37037,8.36906,8.36756,8.3659,8.52389,8.60563,8.65246,8.59558,8.57612,9.21135,9.91637,10.0378,9.92283,9.69967,9.40254,9.15207,9.00548,8.94111,9.05084,9.57239,13.5264,19.8298,22.4961,22.9598,22.961,23.0109,23.2222,23.7299,24.5424,25.7053,27.211,29.0237,30.8733,32.4512,33.6804]],"t_unix":1786418622.5812664,"uid":"p01136","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.978165,11.876486,9.542988]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 0)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[0,0,0],"session":17,"source":"pipeline","t_unix":1786418670.1702607,"uid":"p00540","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.33329166666666665,"green":0.0,"red":0.0,"white":0.6667083333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 223)","median_raw":[24.128568,25.991277,38.059432],"median_spectrum_pct":[33.1806,33.1842,33.1883,33.193,33.1992,34.1749,34.9089,35.411,35.3809,35.5141,36.3239,35.9241,34.1555,32.0923,29.9874,27.9506,26.2681,24.9578,23.935,23.2968,22.7278,22.4009,22.1857,22.0686,22.1113,22.2907,22.6521,23.1603,23.8734,24.7897,26.054,27.6412,29.5549,31.5038,33.2224,34.5131],"phase":"gamut_dense","raster_sha1":"e4e853cea853cc43","raw":[[24.127295,25.988022,38.049534],[24.129513,25.992987,38.063309],[24.128568,25.991277,38.059432]],"rgb":[96,159,223],"session":17,"source":"pipeline","spectrum_pct":[[33.1656,33.1691,33.1732,33.1779,33.1841,34.1534,34.8864,35.4016,35.3858,35.5166,36.3239,35.9241,34.1447,32.079,29.9787,27.9405,26.2588,24.9536,23.9315,23.2962,22.7272,22.4059,22.1909,22.0712,22.1135,22.2907,22.6497,23.1603,23.8768,24.7897,26.0598,27.6577,29.5611,31.5175,33.2428,34.5451],[33.1806,33.1842,33.1883,33.193,33.1992,34.1749,34.9089,35.411,35.3809,35.5141,36.3722,35.9381,34.1555,32.0923,29.9874,27.9506,26.2691,24.9585,23.935,23.2984,22.7297,22.4007,22.1842,22.0686,22.1113,22.2929,22.6532,23.161,23.8734,24.7889,26.054,27.6384,29.5544,31.5038,33.2224,34.5131],[33.1829,33.1865,33.1906,33.1953,33.2015,34.1918,34.9287,35.4191,35.3784,35.4845,36.3226,35.8926,34.1583,32.0976,29.9935,27.9526,26.2681,24.9578,23.9352,23.2968,22.7278,22.4009,22.1857,22.0643,22.1079,22.2898,22.6521,23.1602,23.8698,24.7908,26.0435,27.6412,29.5549,31.4624,33.1779,34.4915]],"t_unix":1786418672.5928793,"uid":"p00835","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.128568,25.991277,38.059432]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0105625,"blue":0.0,"green":0.059768229166666666,"red":0.5827864583333333,"white":0.3468828125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 96)","median_raw":[14.676829,13.314336,11.151493],"median_spectrum_pct":[9.7317,9.73057,9.72928,9.72778,9.72608,9.87314,9.94205,9.98099,9.91672,9.97851,10.9765,12.2532,12.5385,12.3685,11.9945,11.5157,11.1032,10.8252,10.6545,10.6721,11.053,14.4171,19.752,21.9923,22.4062,22.4513,22.5657,22.832,23.3816,24.2355,25.4602,27.0171,28.9082,30.8269,32.4224,33.6834],"phase":"gamut_dense","raster_sha1":"64ab13d2105ef92e","raw":[[14.672852,13.312727,11.148198],[14.676829,13.314336,11.151493],[14.68115,13.316446,11.151877]],"rgb":[128,96,96],"session":17,"source":"pipeline","spectrum_pct":[[9.73442,9.73329,9.732,9.73051,9.72881,9.86626,9.93673,9.9798,9.91236,9.97129,10.9793,12.2593,12.5385,12.3685,11.9922,11.5142,11.1032,10.8252,10.6564,10.6737,11.0529,14.4091,19.7423,21.9875,22.3988,22.4437,22.5587,22.8233,23.3746,24.2294,25.4602,27.0141,28.892,30.8269,32.4224,33.6634],[9.7317,9.73057,9.72928,9.72778,9.72608,9.87314,9.94205,9.98099,9.92535,9.97975,10.959,12.2532,12.5408,12.366,11.9948,11.518,11.103,10.8241,10.6544,10.6721,11.053,14.4171,19.752,21.9923,22.4062,22.4513,22.5657,22.832,23.3816,24.2355,25.4585,27.0171,28.9082,30.8011,32.4221,33.6834],[9.72703,9.7259,9.72459,9.72309,9.72139,9.87405,9.94966,9.9832,9.91672,9.97851,10.9765,12.2368,12.5362,12.3706,11.9945,11.5157,11.1046,10.8265,10.6545,10.6719,11.054,14.42,19.7574,22.0054,22.4165,22.4619,22.5755,22.8444,23.3924,24.2465,25.4742,27.0195,28.9177,30.8371,32.451,33.6951]],"t_unix":1786418720.2941039,"uid":"p00894","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.676829,13.314336,11.151493]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 255)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[0,191,255],"session":17,"source":"pipeline","t_unix":1786418768.1702197,"uid":"p00602","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00956","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 64)","median_spectrum_pct":[2.60554,2.60428,2.60283,2.60116,2.59923,2.63216,2.62904,2.61179,2.57893,2.51744,2.68616,2.97531,3.03529,3.00857,2.9266,2.79803,2.73943,2.79826,2.92774,3.16638,3.8324,8.33536,15.7926,19.0596,19.5202,19.3468,19.2048,19.2384,19.614,20.392,21.6276,23.3285,25.4476,27.679,29.6782,31.2266],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","rgb":[159,0,64],"session":17,"source":"pipeline","t_unix":1786418771.1123037,"uid":"p00947","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.201692,6.091975,2.877407]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00674","ink_fraction":{"black":0.0,"blue":0.33353645833333334,"green":0.0,"red":0.0,"white":0.6664635416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 255)","median_spectrum_pct":[32.9026,32.9062,32.9103,32.9151,32.9212,33.7601,34.4384,35.0225,35.0731,35.2081,36.0427,35.5857,33.7746,31.731,29.6703,27.6702,26.0019,24.6992,23.7022,23.1004,22.5679,22.2433,22.0022,21.849,21.8781,22.0722,22.4494,22.9695,23.6906,24.5771,25.7791,27.3098,29.1572,31.0647,32.7542,34.0697],"phase":"gamut_dense","raster_sha1":"db54021dd95d6388","rgb":[0,159,255],"session":17,"source":"pipeline","t_unix":1786418773.6484964,"uid":"p00593","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.901976,25.741894,37.659539]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.227609375,"white":0.772390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 159)","median_raw":[26.649894,27.609808,29.462885],"median_spectrum_pct":[25.5806,25.5803,25.5801,25.5798,25.58,26.3021,26.7115,26.9014,26.8936,27.038,28.2676,29.4156,29.4102,29.0273,28.4625,27.6904,26.9727,26.3477,25.8183,25.5834,25.5187,27.112,29.5468,30.4282,30.5752,30.6223,30.7693,30.9728,31.3195,31.8107,32.4985,33.3894,34.4709,35.4962,36.31,36.9202],"phase":"gamut_dense","raster_sha1":"89792346604e9b80","raw":[[26.656869,27.616048,29.449585],[26.649894,27.609808,29.462885],[26.638105,27.605616,29.46894]],"rgb":[223,159,159],"session":17,"source":"pipeline","spectrum_pct":[[25.5754,25.5751,25.5749,25.5746,25.5748,26.2815,26.6921,26.8942,26.8975,27.0238,28.2522,29.4047,29.4076,29.0266,28.4568,27.6904,26.9744,26.3542,25.8296,25.5959,25.5305,27.1282,29.5641,30.442,30.5867,30.6337,30.7808,30.9794,31.333,31.8272,32.5071,33.3894,34.4709,35.4962,36.3162,36.9202],[25.5806,25.5803,25.5801,25.5798,25.58,26.3021,26.7115,26.9014,26.8936,27.0554,28.2676,29.4156,29.4102,29.0273,28.4625,27.6896,26.9708,26.3477,25.8183,25.5834,25.5187,27.112,29.5468,30.4282,30.5752,30.6223,30.7693,30.9728,31.3195,31.8107,32.4985,33.3903,34.474,35.4997,36.31,36.9231],[25.5953,25.5951,25.5948,25.5946,25.5948,26.3199,26.7315,26.9097,26.8845,27.038,28.2692,29.4384,29.4184,29.0418,28.4744,27.7055,26.9727,26.3447,25.8132,25.5768,25.5094,27.0954,29.5187,30.4001,30.5471,30.5966,30.7455,30.9505,31.2951,31.7832,32.4778,33.349,34.4327,35.4479,36.2849,36.9005]],"t_unix":1786418776.1524713,"uid":"p01157","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.649894,27.609808,29.462885]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.83534375,"blue":0.0,"green":0.0,"red":0.0,"white":0.16465625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 96)","median_raw":[4.523001,4.492297,6.996443],"median_spectrum_pct":[6.62701,6.62811,6.62938,6.63083,6.63244,6.6813,6.68417,6.62338,6.43328,6.2246,6.16461,6.06479,5.7935,5.39632,4.99133,4.60484,4.30412,4.07589,3.90356,3.80729,3.75983,3.93921,4.17133,4.27539,4.39558,4.61131,4.98751,5.57072,6.47577,7.86688,9.92681,12.7243,16.2058,19.9678,23.49,26.3806],"phase":"gamut_dense","raster_sha1":"532b488f51dbd749","raw":[[4.519579,4.48926,6.986533],[4.523001,4.492297,6.996443],[4.52592,4.496077,7.002682]],"rgb":[96,0,96],"session":17,"source":"pipeline","spectrum_pct":[[6.60959,6.61069,6.61194,6.61339,6.61499,6.66874,6.6689,6.61045,6.43244,6.21603,6.16461,6.06126,5.78165,5.39039,4.98261,4.5998,4.29665,4.07226,3.90162,3.80729,3.75983,3.93921,4.1706,4.27128,4.39203,4.61131,4.98751,5.56666,6.47566,7.86677,9.92314,12.7072,16.2058,19.9678,23.49,26.4142],[6.62701,6.62811,6.62938,6.63083,6.63244,6.6813,6.68417,6.62338,6.45695,6.2246,6.11276,6.06479,5.7935,5.39632,4.99133,4.60484,4.30501,4.07589,3.90356,3.80708,3.76021,3.93737,4.17133,4.27539,4.39558,4.6112,4.98872,5.57072,6.47577,7.86688,9.92681,12.7275,16.2394,19.9828,23.5019,26.3806],[6.6432,6.64431,6.64559,6.64706,6.64867,6.69084,6.69039,6.62462,6.43328,6.22845,6.1702,6.0855,5.79725,5.39983,4.99809,4.61074,4.30412,4.07589,3.90598,3.80973,3.75773,3.9417,4.17699,4.28115,4.40173,4.61577,4.9855,5.57203,6.47614,7.86943,9.92993,12.7243,16.1951,19.9654,23.4475,26.352]],"t_unix":1786418823.862966,"uid":"p00786","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.523001,4.492297,6.996443]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.5576614583333334,"green":0.0,"red":0.0,"white":0.44233854166666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 255)","median_raw":[18.158972,19.284127,34.817653],"median_spectrum_pct":[30.5857,30.5908,30.5967,30.6035,30.6121,31.6434,32.415,32.8032,32.544,32.4368,33.0431,31.8184,29.1903,26.3589,23.6022,21.1421,19.1967,17.7493,16.6759,15.9958,15.4557,15.1531,14.9854,14.9379,15.0502,15.314,15.7785,16.4289,17.3487,18.5716,20.2407,22.3706,24.9509,27.6775,30.0791,31.9895],"phase":"gamut_dense","raster_sha1":"25c4568916a8f56f","raw":[[18.158972,19.284127,34.817653],[18.170842,19.297462,34.844985],[18.088755,19.211799,34.739586]],"rgb":[128,0,255],"session":17,"source":"pipeline","spectrum_pct":[[30.5857,30.5908,30.5967,30.6035,30.6121,31.6434,32.415,32.8032,32.5045,32.4368,33.0203,31.8184,29.1903,26.3589,23.6022,21.1421,19.1967,17.7493,16.6759,15.9958,15.4557,15.1531,14.9854,14.9379,15.0502,15.314,15.7785,16.4289,17.3487,18.5716,20.2478,22.3706,24.9509,27.6782,30.0791,31.9895],[30.5953,30.6004,30.6063,30.613,30.6217,31.6744,32.4477,32.8299,32.544,32.433,33.0431,31.859,29.219,26.3784,23.6162,21.1543,19.21,17.7627,16.6904,16.008,15.4655,15.1602,14.9957,14.9474,15.0541,15.3216,15.7835,16.4395,17.3537,18.5758,20.2407,22.3954,24.9597,27.6775,30.0999,32.0092],[30.4653,30.4704,30.4763,30.4831,30.4916,31.3818,32.1436,32.7117,32.567,32.5372,33.1002,31.8089,29.1043,26.2519,23.4995,21.0514,19.1136,17.6739,16.6059,15.9284,15.3866,15.0805,14.919,14.8721,14.9806,15.2508,15.7098,16.3569,17.2762,18.5,20.1592,22.2921,24.883,27.5747,29.9844,31.9265]],"t_unix":1786418871.4588947,"uid":"p00872","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.158972,19.284127,34.817653]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,96,0],"session":17,"source":"pipeline","t_unix":1786418919.0259688,"uid":"p00648","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.934390625,"red":0.0,"white":0.0,"yellow":0.065609375},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 32)","median_raw":[6.907612,10.028055,6.437469],"median_spectrum_pct":[4.40832,4.40601,4.40337,4.40033,4.39653,4.27099,4.23358,4.24958,4.07398,4.46737,9.14709,16.7369,18.7429,17.6147,15.3274,12.8536,10.8186,9.32029,8.25015,7.5563,7.08045,6.90168,6.87501,6.88702,7.02438,7.31466,7.80232,8.51261,9.54014,10.9997,13.0355,15.7001,18.9641,22.492,25.7453,28.4921],"phase":"gamut_dense","raster_sha1":"4d72e48ce56be103","raw":[[6.901125,10.021088,6.437469],[6.907612,10.028055,6.435013],[6.917979,10.041989,6.455063]],"rgb":[64,96,32],"session":17,"source":"pipeline","spectrum_pct":[[4.40832,4.40601,4.40337,4.40033,4.39653,4.26232,4.22283,4.24374,4.07398,4.46737,9.14709,16.7369,18.7417,17.6094,15.3156,12.8461,10.8117,9.31136,8.24086,7.54752,7.06906,6.89035,6.86446,6.88011,7.01489,7.30652,7.7974,8.51261,9.53866,10.9978,13.0355,15.7001,18.9641,22.4985,25.7436,28.4921],[4.40206,4.39975,4.39709,4.39403,4.39024,4.27099,4.23358,4.24958,4.06277,4.46031,9.12717,16.7085,18.7429,17.6147,15.3274,12.8536,10.8186,9.32029,8.25015,7.5563,7.08045,6.90168,6.87501,6.88702,7.02438,7.31466,7.80232,8.51165,9.54014,10.9997,13.0353,15.6935,18.9526,22.4827,25.7453,28.4399],[4.41924,4.41693,4.41428,4.41123,4.40743,4.28173,4.24205,4.25328,4.08752,4.49116,9.15932,16.752,18.7662,17.6392,15.3445,12.8725,10.8351,9.33253,8.25908,7.56489,7.08757,6.90984,6.88187,6.89874,7.0315,7.31983,7.81439,8.52735,9.55173,11.0199,13.0539,15.7245,18.9933,22.492,25.7895,28.5144]],"t_unix":1786418921.3776824,"uid":"p00730","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.907612,10.028055,6.437469]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.709413,37.69291,43.276691],"median_spectrum_pct":[37.372,37.3727,37.3734,37.3743,37.3762,38.5343,39.256,39.7206,39.857,40.1594,41.3418,42.1813,41.9683,41.3863,40.5755,39.5091,38.5038,37.6292,36.8362,36.381,35.8244,35.4709,35.1613,34.9095,34.8136,34.8213,34.9379,35.0536,35.2516,35.4906,35.8452,36.3188,36.9924,37.6093,38.0381,38.4004],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.732486,37.715669,43.297349],[34.709413,37.69291,43.276691],[34.693929,37.68021,43.274976]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[37.3768,37.3774,37.3781,37.379,37.3809,38.5267,39.2451,39.7233,39.885,40.2098,41.4211,42.2219,41.9835,41.394,40.5815,39.5192,38.5194,37.652,36.8628,36.4057,35.8516,35.4989,35.1908,34.9423,34.8421,34.8428,34.9665,35.0852,35.2799,35.5088,35.8696,36.3504,37.0162,37.6304,38.0968,38.5264],[37.372,37.3727,37.3734,37.3743,37.3762,38.5343,39.256,39.7206,39.857,40.1594,41.3389,42.1813,41.9606,41.3863,40.5755,39.5091,38.5038,37.6292,36.8362,36.381,35.8244,35.4709,35.1613,34.9095,34.8136,34.8213,34.9379,35.0536,35.2516,35.4906,35.8452,36.3188,36.9924,37.6093,38.0311,38.4004],[37.3705,37.3712,37.3719,37.3728,37.3747,38.5489,39.2686,39.719,39.848,40.1366,41.3418,42.1705,41.9683,41.3795,40.5703,39.504,38.4967,37.6191,36.826,36.366,35.8071,35.4467,35.1366,34.8831,34.789,34.7925,34.9142,35.0382,35.2294,35.4612,35.8168,36.3015,36.9655,37.5754,38.0381,38.362]],"t_unix":1786418967.9048479,"uid":"p01386","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.709413,37.69291,43.276691]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.413686,1.127173,2.311819],"median_spectrum_pct":[2.47566,2.47635,2.47713,2.47803,2.47891,2.40968,2.33551,2.25349,2.10048,1.90351,1.80053,1.72572,1.56218,1.37192,1.16558,0.982503,0.855548,0.777628,0.732149,0.71376,0.741396,0.976732,1.25382,1.37328,1.49111,1.7046,2.06114,2.63344,3.54908,4.97342,7.10997,10.0635,13.7488,17.8112,21.6049,24.8085],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.40512,1.118715,2.291529],[1.413686,1.127523,2.31384],[1.414062,1.127173,2.311819]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[2.45903,2.45971,2.46049,2.46139,2.46226,2.39421,2.32259,2.24334,2.08806,1.87094,1.78388,1.72572,1.54879,1.35849,1.15175,0.972823,0.848195,0.77374,0.727867,0.710742,0.737552,0.973193,1.24571,1.36744,1.48426,1.69351,2.05479,2.62474,3.54121,4.9733,7.10045,10.0686,13.7635,17.8112,21.6049,24.8085],[2.49226,2.49296,2.49376,2.49468,2.49556,2.40968,2.33551,2.25349,2.10048,1.93015,1.80053,1.73437,1.56789,1.37638,1.16875,0.982503,0.856939,0.777628,0.733894,0.71376,0.741396,0.976732,1.25382,1.37328,1.49111,1.70484,2.06323,2.63344,3.55461,4.98595,7.10997,10.0635,13.7488,17.8137,21.6216,24.8157],[2.47566,2.47635,2.47713,2.47803,2.47891,2.40968,2.34033,2.25553,2.10768,1.90351,1.81572,1.72303,1.56218,1.37192,1.16558,0.98514,0.855548,0.778383,0.732149,0.713775,0.742275,0.979006,1.25853,1.37538,1.49283,1.7046,2.06114,2.63361,3.54908,4.97342,7.11483,10.0579,13.7316,17.7645,21.6012,24.7942]],"t_unix":1786419013.122879,"uid":"p01387","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.413686,1.127173,2.311819]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.563136,12.159891,17.659627],"median_spectrum_pct":[15.9607,15.9626,15.9649,15.9676,15.9707,16.279,16.4613,16.4835,16.2917,16.1238,16.4048,16.2567,15.5613,14.7018,13.7993,12.9053,12.1455,11.5434,11.0711,10.7821,10.5584,10.635,10.7955,10.8411,10.9515,11.186,11.597,12.2134,13.1355,14.4696,16.3422,18.7887,21.8001,24.921,27.7278,29.959],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.561446,12.159891,17.652885],[11.563136,12.159578,17.659627],[11.569959,12.16723,17.688011]],"rgb":null,"session":17,"source":"bayer","spectrum_pct":[[15.9408,15.9428,15.945,15.9477,15.9508,16.2557,16.436,16.4693,16.2899,16.1238,16.4048,16.2567,15.5613,14.6984,13.7934,12.901,12.1444,11.5412,11.0711,10.7842,10.56,10.635,10.7898,10.8376,10.9515,11.186,11.597,12.2119,13.1346,14.4696,16.3422,18.7887,21.8001,24.9396,27.7278,29.959],[15.9607,15.9626,15.9649,15.9676,15.9707,16.279,16.4613,16.4835,16.2918,16.1225,16.3615,16.2344,15.557,14.7018,13.7993,12.9053,12.1455,11.5434,11.0701,10.7802,10.5577,10.6335,10.7955,10.8411,10.9482,11.1839,11.5961,12.2134,13.1355,14.456,16.3285,18.7879,21.7991,24.8897,27.677,29.9385],[15.9777,15.9797,15.982,15.9846,15.9877,16.2921,16.4734,16.4945,16.2917,16.1845,16.471,16.2808,15.5705,14.7057,13.8084,12.9142,12.1501,11.548,11.0729,10.7821,10.5584,10.6353,10.7963,10.8457,10.9519,11.1864,11.6055,12.2213,13.145,14.4724,16.3478,18.8072,21.8227,24.921,27.7314,29.9654]],"t_unix":1786419058.337889,"uid":"p01388","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.563136,12.159891,17.659627]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00872","ink_fraction":{"black":0.0,"blue":0.5576614583333334,"green":0.0,"red":0.0,"white":0.44233854166666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 223)","median_spectrum_pct":[30.5857,30.5908,30.5967,30.6035,30.6121,31.6434,32.415,32.8032,32.544,32.4368,33.0431,31.8184,29.1903,26.3589,23.6022,21.1421,19.1967,17.7493,16.6759,15.9958,15.4557,15.1531,14.9854,14.9379,15.0502,15.314,15.7785,16.4289,17.3487,18.5716,20.2407,22.3706,24.9509,27.6775,30.0791,31.9895],"phase":"gamut_dense","raster_sha1":"25c4568916a8f56f","rgb":[128,0,223],"session":17,"source":"pipeline","t_unix":1786419106.0829275,"uid":"p00871","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.158972,19.284127,34.817653]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.42558854166666665,"blue":0.0,"green":0.0014114583333333334,"red":0.0,"white":0.573,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 128)","median_raw":[15.847844,16.866485,22.035718],"median_spectrum_pct":[19.544,19.5456,19.5474,19.5494,19.5521,20.0744,20.3766,20.4504,20.2933,20.2497,20.6338,20.6205,20.0891,19.3729,18.5808,17.7354,17.0134,16.4119,15.9162,15.6169,15.346,15.3353,15.3968,15.3917,15.4661,15.6518,15.998,16.5015,17.2697,18.3879,19.9842,22.0772,24.642,27.3407,29.6837,31.5824],"phase":"gamut_dense","raster_sha1":"d1944cc5596d2e3c","raw":[[15.847844,16.866485,22.024462],[15.847366,16.866032,22.035718],[15.84946,16.870251,22.046498]],"rgb":[0,128,128],"session":17,"source":"pipeline","spectrum_pct":[[19.5341,19.5357,19.5375,19.5395,19.5422,20.0543,20.3531,20.4368,20.2903,20.2497,20.6338,20.6205,20.0787,19.359,18.5672,17.7354,17.0134,16.4119,15.9165,15.6223,15.3526,15.3358,15.3968,15.394,15.4671,15.6564,16.0062,16.5061,17.2743,18.3956,19.9865,22.0772,24.6525,27.3407,29.6772,31.5492],[19.544,19.5456,19.5474,19.5494,19.5521,20.0744,20.3766,20.4504,20.2969,20.2421,20.6434,20.6168,20.0891,19.3729,18.5808,17.7349,17.0092,16.4116,15.9102,15.6158,15.3457,15.3353,15.3977,15.3917,15.4661,15.6516,15.998,16.4998,17.2696,18.3797,19.9685,22.0691,24.6313,27.3276,29.6899,31.6003],[19.5671,19.5686,19.5704,19.5725,19.5752,20.0973,20.3941,20.4603,20.2933,20.2529,20.6258,20.6405,20.1087,19.3808,18.591,17.7446,17.014,16.4171,15.9162,15.6169,15.346,15.3325,15.3937,15.3892,15.4623,15.6518,15.998,16.5015,17.2697,18.3879,19.9842,22.0843,24.642,27.3492,29.6837,31.5824]],"t_unix":1786419108.6010394,"uid":"p00580","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.847844,16.866485,22.035718]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.066546875,"yellow":0.933453125},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 64)","median_raw":[31.100749,36.686616,6.375916],"median_spectrum_pct":[3.15617,3.14241,3.12661,3.10844,3.08747,3.08428,3.0731,3.06031,3.00084,3.42404,7.98597,19.1861,28.2844,34.4213,38.0046,39.1432,39.2035,38.9268,38.5308,38.413,38.2764,39.1039,40.3107,40.6266,40.5426,40.3516,40.1687,39.8747,39.6059,39.3516,39.1607,38.9942,39.0077,38.996,38.8837,38.7521],"phase":"gamut_dense","raster_sha1":"1e142d9df7e0b41e","raw":[[31.16548,36.770643,6.375916],[31.100749,36.686616,6.384269],[31.048255,36.622299,6.362873]],"rgb":[223,191,64],"session":17,"source":"pipeline","spectrum_pct":[[3.15617,3.14241,3.12661,3.10844,3.08747,3.08135,3.06998,3.05787,3.00084,3.42404,7.98597,19.1951,28.3314,34.4786,38.0849,39.2322,39.3012,39.0318,38.6383,38.5232,38.3853,39.2018,40.3896,40.6958,40.6043,40.4141,40.2381,39.9435,39.6711,39.4161,39.2273,39.0591,39.0812,39.0629,38.947,38.814],[3.15644,3.14271,3.12695,3.10882,3.08791,3.0878,3.0731,3.06309,3.02542,3.45381,8.00079,19.1861,28.2844,34.4213,38.0046,39.1432,39.2035,38.9268,38.5308,38.413,38.2764,39.1039,40.3107,40.6266,40.5426,40.3516,40.1687,39.8747,39.6059,39.3516,39.1607,38.9942,39.0077,38.996,38.8837,38.7521],[3.14496,3.13125,3.1155,3.0974,3.07653,3.08428,3.07505,3.06031,2.99723,3.39731,7.96247,19.1796,28.2501,34.3628,37.9443,39.0757,39.1333,38.8529,38.4529,38.3328,38.1969,39.0332,40.2557,40.5764,40.4889,40.298,40.119,39.8255,39.5479,39.2823,39.0894,38.9346,38.9511,38.8979,38.7902,38.6846]],"t_unix":1786419156.7806685,"uid":"p01163","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.100749,36.686616,6.375916]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01176","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9489583333333333,"yellow":0.051041666666666666},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 191)","median_spectrum_pct":[34.7107,34.7104,34.71,34.7095,34.7098,35.6922,36.2635,36.642,36.7775,37.1178,38.8173,40.6136,41.0357,40.8319,40.2706,39.3292,38.3666,37.4985,36.7382,36.3366,35.8442,35.5472,35.2651,34.9911,34.8661,34.8753,35.0099,35.1487,35.3324,35.5085,35.7865,36.1906,36.7584,37.3032,37.7458,38.0358],"phase":"gamut_dense","raster_sha1":"ada45a426f2f782b","rgb":[191,255,191],"session":17,"source":"pipeline","t_unix":1786419204.9908457,"uid":"p01104","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.195552,37.431393,40.27556]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[0,255,255],"session":17,"source":"pipeline","t_unix":1786419207.6533034,"uid":"p00620","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[191,191,191],"session":17,"source":"pipeline","t_unix":1786419210.29463,"uid":"p01086","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0015286458333333332,"blue":0.0,"green":0.0,"red":0.8382473958333333,"white":0.16022395833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 32)","median_raw":[10.539727,7.695206,4.695258],"median_spectrum_pct":[4.1726,4.17136,4.16992,4.16827,4.16641,4.24353,4.27255,4.27561,4.22135,4.1803,4.44801,4.82637,4.93587,4.90388,4.78576,4.6158,4.50623,4.5133,4.59685,4.80043,5.4266,9.77584,16.9201,20.0355,20.512,20.3967,20.3341,20.4501,20.8964,21.7168,22.9684,24.6306,26.6834,28.8128,30.6897,32.1304],"phase":"gamut_dense","raster_sha1":"fe0a8003ed125842","raw":[[10.527287,7.687815,4.691596],[10.539727,7.695206,4.703394],[10.54287,7.695623,4.695258]],"rgb":[128,64,32],"session":17,"source":"pipeline","spectrum_pct":[[4.1708,4.16955,4.16813,4.16648,4.16461,4.23639,4.26723,4.2732,4.22135,4.1803,4.4088,4.81341,4.93501,4.90779,4.78728,4.61022,4.50428,4.5133,4.59685,4.80277,5.4266,9.76277,16.9005,20.0086,20.4824,20.3713,20.3134,20.4252,20.8723,21.6909,22.9376,24.6021,26.6598,28.8093,30.675,32.1304],[4.18277,4.18153,4.1801,4.17846,4.1766,4.24353,4.27255,4.28118,4.22285,4.19217,4.45383,4.84616,4.93587,4.90388,4.78576,4.6158,4.50755,4.51493,4.59696,4.80043,5.42786,9.77584,16.9201,20.0355,20.512,20.3967,20.3341,20.4501,20.8964,21.7168,22.969,24.6347,26.6834,28.8128,30.6897,32.1472],[4.1726,4.17136,4.16992,4.16827,4.16641,4.24523,4.27385,4.27561,4.20976,4.17279,4.44801,4.82637,4.93682,4.90259,4.78471,4.61727,4.50623,4.5129,4.59166,4.79461,5.42592,9.78241,16.9317,20.0487,20.5263,20.4092,20.3503,20.4656,20.9014,21.7185,22.9684,24.6306,26.7036,28.8336,30.6899,32.1136]],"t_unix":1786419212.7172682,"uid":"p00883","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.539727,7.695206,4.695258]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00827","ink_fraction":{"black":0.0,"blue":0.6303697916666666,"green":0.0,"red":0.0,"white":0.3696302083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 223)","median_spectrum_pct":[29.5956,29.6012,29.6076,29.6151,29.6244,30.5788,31.3362,31.7734,31.5243,31.4001,31.7971,30.257,27.3967,24.337,21.4141,18.8456,16.867,15.4091,14.3382,13.6553,13.1161,12.8261,12.6815,12.652,12.7814,13.0693,13.5522,14.2338,15.2047,16.4952,18.2601,20.543,23.3226,26.196,28.8149,30.9054],"phase":"gamut_dense","raster_sha1":"56b46973ecc83c86","rgb":[96,128,223],"session":17,"source":"pipeline","t_unix":1786419260.5926056,"uid":"p00826","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.202553,17.075521,33.595423]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,0,223],"session":17,"source":"pipeline","t_unix":1786419263.2668972,"uid":"p01195","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,128,0],"session":17,"source":"pipeline","t_unix":1786419265.6660223,"uid":"p00657","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 64)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[223,255,64],"session":17,"source":"pipeline","t_unix":1786419268.0583582,"uid":"p01181","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4322447916666667,"white":0.5286145833333333,"yellow":0.039140625},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 32)","median_raw":[20.132288,19.613048,17.733062],"median_spectrum_pct":[15.3476,15.3463,15.3448,15.3431,15.3413,15.6977,15.9072,16.0007,15.9392,16.0591,17.2509,18.7249,19.1452,19.1021,18.8283,18.3642,17.9138,17.5495,17.2696,17.2184,17.4898,20.4555,25.012,26.8396,27.1635,27.2019,27.3323,27.5369,27.9657,28.6249,29.5482,30.7179,32.1404,33.5366,34.7039,35.5296],"phase":"gamut_dense","raster_sha1":"0bf6305f6a609888","raw":[[20.133635,19.617571,17.733062],[20.132288,19.613048,17.742212],[20.12323,19.603242,17.727318]],"rgb":[223,128,32],"session":17,"source":"pipeline","spectrum_pct":[[15.3434,15.342,15.3405,15.3388,15.337,15.6901,15.8978,16.0007,15.9437,16.0591,17.2509,18.7296,19.1581,19.1071,18.8342,18.3658,17.9207,17.5547,17.2754,17.2297,17.4999,20.459,25.0165,26.8411,27.1635,27.2019,27.3323,27.5381,27.9714,28.6249,29.5482,30.7145,32.1323,33.5366,34.7039,35.5296],[15.3476,15.3463,15.3448,15.3431,15.3413,15.6977,15.9072,15.9976,15.9392,16.1126,17.2614,18.7249,19.1452,19.1021,18.8283,18.3642,17.9138,17.5495,17.2696,17.2184,17.4898,20.4555,25.012,26.8396,27.1647,27.2054,27.3349,27.5369,27.9657,28.6279,29.5612,30.7231,32.1476,33.5434,34.6986,35.5659],[15.3585,15.3572,15.3557,15.354,15.3522,15.7001,15.9085,16.0017,15.9303,16.0413,17.2166,18.7096,19.1303,19.0944,18.8212,18.3592,17.9093,17.5412,17.2594,17.2096,17.4803,20.4415,25.0013,26.831,27.1555,27.2003,27.3282,27.5305,27.954,28.61,29.5426,30.7179,32.1404,33.5274,34.7051,35.5008]],"t_unix":1786419270.4788613,"uid":"p01144","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.132288,19.613048,17.733062]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.2054609375,"blue":0.0,"green":0.0,"red":0.24146354166666667,"white":0.5530755208333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 128)","median_raw":[17.428292,17.528191,19.706699],"median_spectrum_pct":[17.3821,17.3825,17.3829,17.3835,17.3843,17.7959,18.0455,18.1363,18.0435,18.015,18.6459,19.1561,18.946,18.476,17.9099,17.2517,16.6756,16.2048,15.8327,15.6783,15.703,17.2249,19.5494,20.4296,20.609,20.7146,20.9814,21.3904,22.038,22.9811,24.299,26.0196,28.0885,30.1878,32.0176,33.4177],"phase":"gamut_dense","raster_sha1":"66d85a5796cd963c","raw":[[17.430173,17.53082,19.706699],[17.426387,17.525554,19.705029],[17.428292,17.528191,19.710826]],"rgb":[159,0,128],"session":17,"source":"pipeline","spectrum_pct":[[17.3616,17.362,17.3625,17.363,17.3638,17.7792,18.0325,18.1312,18.0489,18.0404,18.6617,19.1628,18.946,18.476,17.9099,17.2525,16.6756,16.2094,15.8381,15.6821,15.7056,17.2278,19.5514,20.4331,20.6136,20.7148,20.9856,21.3974,22.0539,22.9883,24.3161,26.0218,28.0885,30.1878,32.057,33.4512],[17.3826,17.383,17.3835,17.384,17.3849,17.7959,18.0455,18.1363,18.0364,18.015,18.6459,19.1394,18.9449,18.4758,17.9044,17.2458,16.6718,16.2034,15.8327,15.6783,15.703,17.2249,19.5494,20.4269,20.6059,20.7086,20.9793,21.3888,22.036,22.9715,24.2922,26.0147,28.0704,30.166,32.0123,33.3755],[17.3821,17.3825,17.3829,17.3835,17.3843,17.8073,18.06,18.1428,18.0435,18.004,18.6432,19.1561,18.9511,18.4833,17.9144,17.2517,16.6757,16.2048,15.8309,15.6776,15.7026,17.2238,19.5472,20.4296,20.609,20.7146,20.9814,21.3904,22.038,22.9811,24.299,26.0196,28.0916,30.194,32.0176,33.4177]],"t_unix":1786419318.352425,"uid":"p00949","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.428292,17.528191,19.706699]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00580","ink_fraction":{"black":0.42558854166666665,"blue":0.0,"green":0.0014114583333333334,"red":0.0,"white":0.573,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 128)","median_spectrum_pct":[19.544,19.5456,19.5474,19.5494,19.5521,20.0744,20.3766,20.4504,20.2933,20.2497,20.6338,20.6205,20.0891,19.3729,18.5808,17.7354,17.0134,16.4119,15.9162,15.6169,15.346,15.3353,15.3968,15.3917,15.4661,15.6518,15.998,16.5015,17.2697,18.3879,19.9842,22.0772,24.642,27.3407,29.6837,31.5824],"phase":"gamut_dense","raster_sha1":"d1944cc5596d2e3c","rgb":[64,128,128],"session":17,"source":"pipeline","t_unix":1786419366.0754855,"uid":"p00742","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.847844,16.866485,22.035718]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 64)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[255,223,64],"session":17,"source":"pipeline","t_unix":1786419368.579695,"uid":"p01253","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.056627604166666665,"blue":0.0,"green":0.0,"red":0.0,"white":0.9433723958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 191)","median_raw":[31.911812,34.57346,40.284244],"median_spectrum_pct":[34.9163,34.9172,34.9181,34.9193,34.9215,36.0757,36.7406,37.0397,37.0371,37.2421,38.3378,39.0083,38.7353,38.1277,37.3064,36.2472,35.2651,34.4272,33.6768,33.2409,32.728,32.4433,32.1972,31.9837,31.9149,31.9519,32.1063,32.2803,32.5578,32.9461,33.5019,34.254,35.2475,36.1964,36.9643,37.4697],"phase":"gamut_dense","raster_sha1":"5405d9559ca3c46b","raw":[[31.916141,34.575735,40.272968],[31.911812,34.57346,40.284244],[31.895982,34.559127,40.290231]],"rgb":[191,128,191],"session":17,"source":"pipeline","spectrum_pct":[[34.8947,34.8955,34.8965,34.8976,34.8998,36.0419,36.7037,37.0202,37.0549,37.2421,38.3378,39.0128,38.7345,38.12,37.2963,36.2422,35.2661,34.4292,33.6822,33.2466,32.7323,32.4486,32.2064,32.0006,31.9309,31.9659,32.1138,32.2971,32.5846,32.9686,33.549,34.2925,35.2702,36.2079,36.9775,37.5233],[34.9163,34.9172,34.9181,34.9193,34.9215,36.0757,36.7406,37.0397,37.0371,37.2552,38.3055,38.9959,38.7436,38.1277,37.3118,36.2544,35.2651,34.4272,33.6768,33.2409,32.728,32.4433,32.1972,31.9837,31.9149,31.9519,32.1063,32.2803,32.5578,32.9461,33.5019,34.254,35.2475,36.1964,36.9643,37.4697],[34.9227,34.9235,34.9245,34.9256,34.9279,36.0949,36.761,37.0408,37.033,37.2325,38.3413,39.0083,38.7353,38.1307,37.3064,36.2472,35.2567,34.4102,33.6573,33.2209,32.7048,32.4183,32.1712,31.9628,31.8929,31.9274,32.0737,32.2518,32.5353,32.9245,33.4835,34.241,35.2129,36.1747,36.9203,37.468]],"t_unix":1786419371.331504,"uid":"p01068","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.911812,34.57346,40.284244]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 128, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,128,32],"session":17,"source":"pipeline","t_unix":1786419419.512031,"uid":"p00577","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00598","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5317005208333333,"red":0.0,"white":0.46829947916666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 128)","median_spectrum_pct":[16.4957,16.4943,16.4927,16.4908,16.4886,16.6861,16.843,16.968,16.8733,17.2775,21.2398,26.9945,28.4423,27.5604,25.75,23.6421,21.8117,20.3765,19.2712,18.5558,17.9627,17.6589,17.4772,17.3656,17.4241,17.644,18.053,18.6202,19.4489,20.586,22.1155,24.0709,26.4125,28.8279,30.9971,32.6659],"phase":"gamut_dense","raster_sha1":"cf8bbc09e3a5be85","rgb":[32,191,128],"session":17,"source":"pipeline","t_unix":1786419421.9127629,"uid":"p00679","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.361392,20.788575,19.875414]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4322447916666667,"white":0.5286145833333333,"yellow":0.039140625},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 0)","median_raw":[20.26498,19.851574,17.958366],"median_spectrum_pct":[15.5207,15.5193,15.5178,15.5161,15.5142,15.823,16.0357,16.1792,16.1553,16.2959,17.5475,19.0998,19.5341,19.4829,19.1872,18.697,18.2231,17.8363,17.5355,17.4689,17.7172,20.6073,25.0575,26.8373,27.1615,27.2155,27.3531,27.5701,28.0217,28.6839,29.6109,30.7989,32.2254,33.6011,34.7795,35.624],"phase":"gamut_dense","raster_sha1":"0bf6305f6a609888","raw":[[20.375662,19.965367,18.021529],[20.26498,19.851574,17.958366],[20.261267,19.847987,17.958223]],"rgb":[255,128,0],"session":17,"source":"pipeline","spectrum_pct":[[15.5662,15.5648,15.5632,15.5614,15.5596,15.97,16.1831,16.2333,16.1435,16.2821,17.5408,19.1531,19.6416,19.5964,19.3088,18.8121,18.3372,17.9428,17.6454,17.5765,17.8253,20.7305,25.1998,26.9893,27.3122,27.3646,27.4986,27.7102,28.1522,28.8128,29.7498,30.9271,32.3555,33.7121,34.8773,35.7021],[15.5207,15.5193,15.5178,15.5161,15.5142,15.813,16.0259,16.1757,16.1612,16.3003,17.5494,19.0998,19.5311,19.4767,19.1846,18.697,18.2231,17.8363,17.5355,17.4689,17.7172,20.6073,25.0575,26.8373,27.1615,27.2155,27.3531,27.5701,28.0217,28.6839,29.6109,30.7989,32.2254,33.6011,34.7795,35.624],[15.4987,15.4974,15.4958,15.494,15.4922,15.823,16.0357,16.1792,16.1553,16.2959,17.5475,19.0964,19.5341,19.4829,19.1872,18.6932,18.2191,17.8301,17.5284,17.4626,17.7112,20.6024,25.0538,26.8353,27.157,27.2077,27.3514,27.5653,28.0165,28.6807,29.6108,30.7905,32.1904,33.5869,34.7546,35.5784]],"t_unix":1786419424.462453,"uid":"p01224","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.26498,19.851574,17.958366]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.002364583333333333,"blue":0.0,"green":0.0,"red":0.21517447916666665,"white":0.7824609375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 159)","median_raw":[26.911288,27.917737,29.986309],"median_spectrum_pct":[25.9827,25.9825,25.9823,25.9821,25.9824,26.667,27.1134,27.3966,27.4627,27.6591,28.8121,29.8758,29.7946,29.37,28.8002,28.0384,27.3128,26.6927,26.1634,25.9162,25.8263,27.3494,29.6987,30.5629,30.7121,30.7675,30.9174,31.1135,31.4538,31.941,32.6244,33.4947,34.553,35.5729,36.4047,36.979],"phase":"gamut_dense","raster_sha1":"7d4004128731d3b3","raw":[[26.917458,27.923331,29.97595],[26.911288,27.917737,29.986309],[26.894544,27.909989,29.991354]],"rgb":[191,96,159],"session":17,"source":"pipeline","spectrum_pct":[[25.9693,25.9691,25.9689,25.9687,25.9689,26.6451,27.0935,27.3871,27.4495,27.6657,28.8202,29.8632,29.7751,29.3634,28.8002,28.0384,27.3128,26.6991,26.1723,25.9254,25.8357,27.3631,29.7135,30.5728,30.7258,30.7775,30.9262,31.1253,31.4698,31.9543,32.6451,33.4947,34.5442,35.596,36.425,37.0027],[25.9827,25.9825,25.9823,25.9821,25.9824,26.667,27.1134,27.3966,27.4627,27.6591,28.8057,29.8758,29.7946,29.37,28.7992,28.0362,27.3083,26.6927,26.1634,25.9162,25.8263,27.3494,29.6987,30.5629,30.7121,30.7675,30.9174,31.1135,31.4538,31.941,32.6244,33.498,34.5692,35.5729,36.4047,36.979],[25.9908,25.9907,25.9905,25.9903,25.9905,26.6831,27.1293,27.4002,27.4696,27.6329,28.8121,29.8814,29.8008,29.3874,28.8186,28.0455,27.3159,26.6906,26.1546,25.8967,25.8076,27.3228,29.6644,30.5293,30.6826,30.7339,30.8825,31.08,31.423,31.9137,32.5999,33.4723,34.553,35.5559,36.378,36.9734]],"t_unix":1786419472.2049081,"uid":"p01058","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.911288,27.917737,29.986309]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5316953125,"red":0.0,"white":0.4683046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 128)","median_raw":[17.595405,21.074046,19.853555],"median_spectrum_pct":[16.4077,16.4061,16.4042,16.4021,16.3997,16.6303,16.8195,16.942,16.8334,17.2375,21.2342,27.0014,28.5596,27.7721,26.0288,23.9658,22.1547,20.7127,19.5955,18.8735,18.2799,17.9826,17.8018,17.6826,17.732,17.9356,18.3252,18.8807,19.6931,20.8127,22.3272,24.2767,26.5927,28.964,31.0897,32.7729],"phase":"gamut_dense","raster_sha1":"e94dcc66a3d83aae","raw":[[17.584014,21.062191,19.836544],[17.595405,21.074046,19.853555],[17.59938,21.081443,19.857898]],"rgb":[0,223,128],"session":17,"source":"pipeline","spectrum_pct":[[16.3881,16.3865,16.3847,16.3826,16.3801,16.61,16.8,16.9318,16.8257,17.2287,21.2106,27.0014,28.5596,27.7539,26.014,23.9501,22.1384,20.7007,19.585,18.8636,18.2715,17.9724,17.7882,17.6729,17.7201,17.927,18.3202,18.8707,19.684,20.807,22.3135,24.2487,26.5671,28.9521,31.0796,32.7729],[16.4086,16.407,16.4052,16.4031,16.4006,16.6303,16.8195,16.942,16.8347,17.2519,21.2382,26.9978,28.555,27.7721,26.0288,23.9658,22.1547,20.7127,19.5955,18.8735,18.2799,17.9826,17.8018,17.6826,17.732,17.9366,18.3291,18.8807,19.6961,20.8127,22.3272,24.282,26.5927,28.964,31.1263,32.8453],[16.4077,16.4061,16.4042,16.4021,16.3997,16.646,16.8332,16.9467,16.8334,17.2375,21.2342,27.0152,28.578,27.7893,26.0439,23.9768,22.1625,20.7191,19.6018,18.8782,18.2833,17.9847,17.8077,17.689,17.7382,17.9356,18.3252,18.8829,19.6931,20.8163,22.3299,24.2767,26.5953,28.9764,31.0897,32.7627]],"t_unix":1786419519.8848152,"uid":"p00607","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.595405,21.074046,19.853555]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.432299,1.137189,2.367232],"median_spectrum_pct":[2.51877,2.51946,2.52026,2.52117,2.52208,2.46509,2.40064,2.32151,2.15222,1.95292,1.84654,1.75548,1.59276,1.38986,1.17854,0.989961,0.859302,0.78003,0.734031,0.715818,0.742869,0.981222,1.26251,1.38389,1.51209,1.73174,2.09428,2.66898,3.58557,5.02591,7.14771,10.096,13.7737,17.8184,21.6231,24.7915],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.428207,1.134876,2.359054],[1.432299,1.138302,2.373442],[1.432379,1.137189,2.367232]],"session":17,"source":"ink","spectrum_pct":[[2.5187,2.5194,2.5202,2.52112,2.52202,2.45741,2.39172,2.31226,2.14318,1.95292,1.83798,1.75548,1.59063,1.38763,1.17578,0.9875,0.857062,0.78003,0.732506,0.715426,0.742869,0.981222,1.26102,1.37796,1.50723,1.72623,2.0848,2.66529,3.58557,5.029,7.15649,10.1055,13.8022,17.8423,21.6395,24.8802],[2.51877,2.51946,2.52026,2.52117,2.52208,2.46509,2.40064,2.32151,2.15722,1.97827,1.87467,1.76373,1.59793,1.39161,1.17973,0.990345,0.859302,0.781899,0.735046,0.717094,0.74133,0.979693,1.26251,1.38389,1.51209,1.73208,2.09428,2.66898,3.58944,5.02591,7.14771,10.096,13.7737,17.8184,21.6231,24.7915],[2.52583,2.52653,2.52732,2.52824,2.52916,2.47323,2.40839,2.32187,2.15222,1.94424,1.84654,1.74872,1.59276,1.38986,1.17854,0.989961,0.860583,0.779733,0.734031,0.715818,0.743612,0.982141,1.26576,1.3868,1.51552,1.73174,2.09585,2.66994,3.58091,5.01614,7.13217,10.073,13.753,17.7853,21.609,24.7469]],"t_unix":1786419567.8380258,"uid":"s017_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.432299,1.137189,2.367232]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.13589,38.14094,43.408331],"median_spectrum_pct":[37.48,37.4805,37.481,37.4817,37.4835,38.7507,39.4797,39.8376,39.9014,40.1621,41.3857,42.2948,42.1974,41.6907,40.938,39.9173,38.9547,38.112,37.3428,36.9057,36.3669,36.0303,35.7243,35.4679,35.367,35.3493,35.4521,35.5435,35.7086,35.9003,36.209,36.6249,37.2224,37.8004,38.2278,38.5502],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.157356,38.158884,43.409834],[35.13589,38.14094,43.408331],[35.121777,38.128559,43.402136]],"session":17,"source":"ink","spectrum_pct":[[37.4731,37.4735,37.4741,37.4747,37.4765,38.7379,39.4661,39.8442,39.9224,40.1621,41.3876,42.3055,42.2021,41.6907,40.9417,39.9275,38.961,38.1223,37.3624,36.9296,36.3927,36.0597,35.7598,35.5062,35.402,35.3827,35.4843,35.5784,35.7365,35.9235,36.2295,36.6565,37.2431,37.8391,38.2339,38.5502],[37.48,37.4805,37.481,37.4817,37.4835,38.7507,39.4797,39.8376,39.9014,40.1662,41.3857,42.2926,42.1904,41.6855,40.938,39.9173,38.9547,38.112,37.3428,36.9057,36.3669,36.0303,35.7243,35.4679,35.367,35.3493,35.4521,35.5435,35.7086,35.9003,36.209,36.6249,37.215,37.8004,38.2278,38.5631],[37.4809,37.4814,37.4819,37.4825,37.4844,38.7729,39.5015,39.8374,39.8759,40.1337,41.3452,42.2948,42.1974,41.693,40.935,39.9156,38.9459,38.0972,37.3263,36.8857,36.3454,36.0116,35.7071,35.4515,35.347,35.3368,35.4343,35.524,35.6738,35.8691,36.1833,36.615,37.2224,37.7734,38.171,38.54]],"t_unix":1786419613.0413194,"uid":"s017_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.13589,38.14094,43.408331]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.253929,36.944632,4.645068],"median_spectrum_pct":[1.51346,1.49899,1.48238,1.46328,1.4413,1.46002,1.42756,1.38997,1.37358,1.7651,6.16233,17.7502,27.4499,34.1382,38.1139,39.4403,39.5871,39.3551,38.9865,38.8952,38.7813,39.6866,41.0078,41.3626,41.2719,41.0588,40.8486,40.5133,40.1975,39.8774,39.6178,39.4019,39.3668,39.2938,39.1009,38.9183],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.31878,37.028275,4.645068],[31.253929,36.944632,4.658826],[31.041752,36.688762,4.630645]],"session":17,"source":"ink","spectrum_pct":[[1.50926,1.49464,1.47787,1.45857,1.43639,1.46002,1.42756,1.38713,1.37358,1.72162,6.15696,17.752,27.4723,34.2019,38.1947,39.5305,39.686,39.4582,39.0932,39.005,38.8929,39.7845,41.083,41.4341,41.3383,41.1296,40.9187,40.5848,40.2659,39.9528,39.6922,39.4695,39.4087,39.3454,39.1516,38.9318],[1.53402,1.51945,1.50274,1.48351,1.46138,1.46792,1.43403,1.39489,1.37763,1.7908,6.16581,17.7502,27.4499,34.1382,38.1139,39.4403,39.5871,39.3551,38.9865,38.8952,38.7813,39.6866,41.0078,41.3626,41.2719,41.0588,40.8486,40.5133,40.1975,39.8774,39.6178,39.4019,39.3668,39.2938,39.1009,38.9183],[1.51346,1.49899,1.48238,1.46328,1.4413,1.45476,1.42452,1.38997,1.36163,1.7651,6.16233,17.6841,27.3018,33.9051,37.842,39.158,39.303,39.0732,38.7074,38.6119,38.4985,39.4032,40.7291,41.0971,41.0122,40.8007,40.5956,40.266,39.9581,39.6538,39.4191,39.1888,39.1393,39.0726,38.8927,38.7139]],"t_unix":1786419658.2415211,"uid":"s017_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.253929,36.944632,4.645068]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.819315,4.456264,0.94003],"median_spectrum_pct":[0.897384,0.896033,0.894483,0.892696,0.890666,0.912923,0.911783,0.889685,0.833745,0.706954,0.725639,0.961572,1.06571,1.0886,1.04834,0.970557,0.965345,1.07708,1.26005,1.52331,2.22155,6.83058,14.5656,17.9914,18.4671,18.2618,18.0851,18.0897,18.4521,19.2389,20.51,22.2575,24.4791,26.8586,28.9746,30.615],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.807936,4.452856,0.94003],[7.819315,4.456264,0.938421],[7.831929,4.46329,0.946398]],"session":17,"source":"ink","spectrum_pct":[[0.897384,0.896033,0.894483,0.892696,0.890666,0.912923,0.909579,0.887795,0.83502,0.706954,0.720057,0.961572,1.06571,1.0886,1.0502,0.970557,0.965345,1.08018,1.2656,1.53206,2.22632,6.81491,14.5351,17.9631,18.4357,18.2265,18.047,18.0566,18.4173,19.2148,20.4923,22.2558,24.4791,26.8586,28.9716,30.5911],[0.881952,0.880587,0.879019,0.877212,0.875181,0.912448,0.911783,0.889685,0.833745,0.700106,0.725639,0.961094,1.06106,1.08158,1.04405,0.969281,0.963933,1.07708,1.26005,1.52331,2.22087,6.83058,14.5656,17.9914,18.4671,18.2618,18.0851,18.0897,18.4521,19.2389,20.51,22.2575,24.4627,26.8486,28.9746,30.615],[0.903051,0.9017,0.90015,0.898363,0.896325,0.91402,0.913664,0.892092,0.830335,0.713088,0.7619,0.970626,1.06894,1.08969,1.04834,0.971597,0.966025,1.07558,1.253,1.51563,2.22155,6.84867,14.5905,18.0181,18.498,18.2946,18.113,18.1167,18.4787,19.275,20.542,22.2883,24.5042,26.8597,29.0006,30.6219]],"t_unix":1786419703.3810973,"uid":"s017_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.819315,4.456264,0.94003]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.95265,7.62524,27.545396],"median_spectrum_pct":[24.6011,24.6084,24.6167,24.6263,24.6381,25.4668,26.2622,26.7591,26.3935,25.9742,25.4317,22.6758,18.7846,14.9844,11.5793,8.82139,6.81889,5.43911,4.50693,3.91716,3.5297,3.3516,3.30727,3.35028,3.51619,3.83126,4.34601,5.10711,6.19237,7.70295,9.8508,12.7271,16.3395,20.2409,23.9302,27.1066],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.938096,7.609864,27.493989],[7.95265,7.62524,27.545396],[7.963416,7.636057,27.575405]],"session":17,"source":"ink","spectrum_pct":[[24.5597,24.5669,24.5753,24.5849,24.5966,25.4188,26.2095,26.7127,26.3348,25.9192,25.4179,22.6474,18.7395,14.9438,11.5523,8.80518,6.80576,5.42729,4.49605,3.90662,3.52232,3.34448,3.29901,3.347,3.51461,3.82653,4.34109,5.10147,6.18708,7.70225,9.84554,12.7236,16.3166,20.2409,23.9428,27.1066],[24.6011,24.6084,24.6167,24.6263,24.6381,25.4668,26.2622,26.7591,26.3935,25.9803,25.4317,22.6758,18.7846,14.9844,11.5793,8.82139,6.81889,5.43911,4.50693,3.91716,3.5297,3.3516,3.30727,3.35028,3.51619,3.83126,4.34601,5.10711,6.19237,7.70295,9.8508,12.7281,16.3395,20.2343,23.9302,27.1083],[24.632,24.6392,24.6476,24.6572,24.669,25.5154,26.3083,26.7918,26.4173,25.9742,25.4633,22.6775,18.8035,14.9998,11.6004,8.83986,6.83612,5.45186,4.51262,3.91942,3.53169,3.35768,3.31366,3.35645,3.52167,3.838,4.35673,5.11494,6.2043,7.71853,9.85434,12.7271,16.3454,20.2438,23.9245,27.0146]],"t_unix":1786419748.5407922,"uid":"s017_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.95265,7.62524,27.545396]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.31248,8.080433,6.628517],"median_spectrum_pct":[4.76244,4.7611,4.75956,4.75779,4.75545,4.62913,4.58409,4.59381,4.3909,4.70723,9.26465,16.2792,17.6385,15.9843,13.346,10.7226,8.64391,7.13856,6.0824,5.4,4.94122,4.75022,4.70958,4.73462,4.88322,5.18363,5.68422,6.41612,7.49658,9.02356,11.1365,13.923,17.3502,21.1118,24.601,27.519],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.304111,8.069541,6.624582],[5.31248,8.080433,6.628517],[5.319211,8.089801,6.640238]],"session":17,"source":"ink","spectrum_pct":[[4.75538,4.75404,4.7525,4.75074,4.7484,4.61741,4.57363,4.57685,4.37907,4.70723,9.3061,16.2748,17.6351,15.9664,13.3283,10.7038,8.62883,7.12721,6.07243,5.38583,4.92985,4.74084,4.70241,4.72848,4.87274,5.17486,5.67867,6.41328,7.49235,9.01294,11.1365,13.923,17.3457,21.1062,24.5963,27.497],[4.76244,4.7611,4.75956,4.75779,4.75545,4.62913,4.58409,4.59565,4.3909,4.687,9.26465,16.2792,17.6385,15.9843,13.346,10.7226,8.64391,7.13856,6.0824,5.4,4.94122,4.75022,4.70958,4.73462,4.88322,5.18363,5.68422,6.41612,7.49658,9.02356,11.1327,13.9108,17.3543,21.1125,24.6064,27.519],[4.76699,4.76565,4.7641,4.76233,4.75999,4.63605,4.58967,4.59381,4.40673,4.72543,9.2574,16.3024,17.6645,15.9954,13.3589,10.7345,8.65218,7.14791,6.09137,5.40729,4.9492,4.75824,4.71182,4.73823,4.88589,5.19254,5.69135,6.42345,7.49658,9.03121,11.1541,13.9321,17.3502,21.1118,24.601,27.5307]],"t_unix":1786419793.6954844,"uid":"s017_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.31248,8.080433,6.628517]} +{"battery_mv_start":4200,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":18,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786420077.7162917} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.445116,1.165225,2.330908],"median_spectrum_pct":[2.50754,2.50822,2.509,2.50989,2.51078,2.44515,2.37179,2.28872,2.12375,1.88781,1.79351,1.75105,1.60215,1.41295,1.20845,1.02994,0.901814,0.82159,0.772824,0.754729,0.786155,1.0203,1.28834,1.40501,1.53135,1.7368,2.09209,2.66254,3.57059,4.97787,7.08864,9.98869,13.6825,17.7048,21.5112,24.715],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.44172,1.162081,2.319402],[1.445116,1.165225,2.330908],[1.449263,1.167705,2.343004]],"session":18,"source":"ink","spectrum_pct":[[2.48004,2.4807,2.48147,2.48234,2.48321,2.42741,2.36068,2.27714,2.11153,1.88781,1.76107,1.75105,1.60462,1.4111,1.20302,1.02541,0.897267,0.816858,0.770335,0.752406,0.78212,1.01728,1.2869,1.40188,1.52955,1.7368,2.09209,2.66292,3.57367,4.98127,7.11889,10.0258,13.7225,17.763,21.59,24.8012],[2.51406,2.51474,2.51553,2.51644,2.51732,2.44515,2.37179,2.28872,2.12375,1.86643,1.80144,1.74514,1.59916,1.41295,1.20845,1.02994,0.901814,0.821726,0.772824,0.756639,0.786155,1.0203,1.28834,1.40501,1.53135,1.73487,2.08798,2.65463,3.56977,4.97787,7.08864,9.9855,13.6686,17.7048,21.4966,24.715],[2.50754,2.50822,2.509,2.50989,2.51078,2.44993,2.37899,2.29526,2.13828,1.91389,1.79351,1.75932,1.60215,1.4171,1.2104,1.03052,0.903668,0.82159,0.773199,0.754729,0.786993,1.02292,1.2922,1.41143,1.53623,1.73913,2.09684,2.66254,3.57059,4.97508,7.08809,9.98869,13.6825,17.7043,21.5112,24.6931]],"t_unix":1786420080.338754,"uid":"s018_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.445116,1.165225,2.330908]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.717272,37.707681,43.124589],"median_spectrum_pct":[37.2684,37.2691,37.27,37.2709,37.2725,38.148,38.7976,39.4742,39.8495,40.2459,41.4651,42.2229,41.8834,41.2739,40.5054,39.4847,38.4961,37.6211,36.8507,36.4348,35.9223,35.5791,35.2453,34.9566,34.8393,34.8348,34.984,35.1338,35.3374,35.5465,35.856,36.2741,36.9187,37.5202,37.9787,38.3639],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.909568,37.916609,43.260425],[34.717272,37.707681,43.124589],[34.695199,37.687668,43.110757]],"session":18,"source":"ink","spectrum_pct":[[37.4084,37.409,37.4097,37.4105,37.4123,38.5062,39.1638,39.6306,39.8404,40.1413,41.431,42.3245,42.0713,41.4996,40.7425,39.7184,38.7241,37.8399,37.0622,36.6527,36.1439,35.8008,35.4686,35.1761,35.0526,35.0489,35.1849,35.3252,35.5277,35.7245,36.0291,36.4719,37.0636,37.6294,38.0713,38.4274],[37.2684,37.2691,37.27,37.2709,37.2725,38.1462,38.7903,39.4742,39.8727,40.2858,41.4688,42.2229,41.8834,41.2739,40.5054,39.4847,38.4961,37.6211,36.8507,36.4348,35.9223,35.5791,35.2453,34.9566,34.8393,34.8348,34.984,35.1338,35.3374,35.5465,35.856,36.2741,36.9187,37.5202,37.9787,38.3639],[37.2506,37.2513,37.2521,37.2531,37.2547,38.148,38.7976,39.4627,39.8495,40.2459,41.4651,42.21,41.8675,41.2726,40.4919,39.47,38.4804,37.6041,36.8249,36.4092,35.9007,35.5586,35.2175,34.9302,34.805,34.8044,34.9495,35.0957,35.3046,35.5039,35.8172,36.2732,36.8975,37.4873,37.9438,38.3226]],"t_unix":1786420125.4896605,"uid":"s018_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.717272,37.707681,43.124589]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[31.011749,36.654764,4.647072],"median_spectrum_pct":[1.53107,1.51664,1.50009,1.48106,1.45916,1.46064,1.42883,1.40194,1.40014,1.78302,6.21125,17.6422,27.1959,33.8261,37.8024,39.1522,39.2894,39.0288,38.6598,38.5919,38.5168,39.4217,40.692,41.0036,40.8867,40.694,40.5308,40.2473,39.9644,39.6501,39.3829,39.1421,39.0587,38.971,38.8048,38.7008],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.092112,36.754881,4.652557],[31.011749,36.654764,4.637222],[30.973968,36.605592,4.647072]],"session":18,"source":"ink","spectrum_pct":[[1.5326,1.51813,1.50151,1.4824,1.4604,1.46064,1.42755,1.40097,1.39464,1.82285,6.21125,17.6562,27.2545,33.8947,37.9009,39.2596,39.4022,39.1452,38.7793,38.7182,38.6423,39.5316,40.7815,41.0888,40.9711,40.7778,40.6161,40.3348,40.0537,39.7367,39.4685,39.2345,39.1414,39.0821,38.9375,38.8898],[1.5186,1.50415,1.48757,1.4685,1.44656,1.45805,1.42883,1.40194,1.40875,1.76934,6.16608,17.6366,27.1959,33.8261,37.8024,39.1522,39.2894,39.0288,38.6598,38.5919,38.5168,39.4217,40.692,41.0036,40.8867,40.694,40.5308,40.2473,39.9644,39.6501,39.3829,39.1421,39.0587,38.9676,38.8047,38.7008],[1.53107,1.51664,1.50009,1.48106,1.45916,1.47406,1.44005,1.40777,1.40014,1.78302,6.22397,17.6422,27.1784,33.7921,37.7575,39.0982,39.2313,38.967,38.5938,38.5248,38.4468,39.3576,40.6478,40.9646,40.8538,40.6574,40.491,40.2113,39.9375,39.6294,39.3528,39.0993,39.0185,38.971,38.8048,38.6542]],"t_unix":1786420170.7120092,"uid":"s018_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.011749,36.654764,4.647072]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.90627,4.527276,1.00747],"median_spectrum_pct":[0.914136,0.912756,0.911173,0.909348,0.9073,0.947086,0.943376,0.927068,0.867685,0.817304,0.922,1.06434,1.13226,1.14025,1.09644,1.01316,1.00834,1.12639,1.30782,1.5717,2.27642,6.91062,14.6922,18.1414,18.6102,18.3986,18.2321,18.2519,18.6234,19.3933,20.6321,22.3724,24.525,26.8839,28.9809,30.6703],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.893965,4.52491,1.00747],[7.90627,4.529538,1.013516],[7.909463,4.527276,0.992721]],"session":18,"source":"ink","spectrum_pct":[[0.908387,0.907003,0.905413,0.903581,0.901529,0.944013,0.943376,0.927068,0.874639,0.817304,0.924278,1.06434,1.13226,1.14025,1.09644,1.01973,1.01098,1.12851,1.3145,1.58088,2.27925,6.89329,14.6656,18.1099,18.5758,18.3707,18.198,18.2259,18.5963,19.3749,20.6206,22.3552,24.525,26.8839,28.9809,30.6703],[0.923632,0.922257,0.920678,0.91886,0.916811,0.951853,0.947284,0.931583,0.867685,0.841852,0.922,1.06845,1.13559,1.14405,1.10017,1.01316,1.00834,1.12639,1.30782,1.5717,2.27642,6.91062,14.6922,18.1414,18.6102,18.3986,18.2321,18.2519,18.6234,19.3933,20.6321,22.3774,24.5623,26.8597,28.9769,30.69],[0.914136,0.912756,0.911173,0.909348,0.9073,0.947086,0.942111,0.922517,0.863423,0.778151,0.855364,1.05627,1.12159,1.13989,1.09486,1.01122,1.00634,1.12093,1.29668,1.56046,2.26977,6.92107,14.7084,18.16,18.6319,18.4244,18.2521,18.2775,18.6443,19.4167,20.6587,22.3724,24.5233,26.8872,28.9882,30.6692]],"t_unix":1786420215.8454304,"uid":"s018_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.90627,4.527276,1.00747]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.8954,7.570411,27.402473],"median_spectrum_pct":[24.4983,24.5056,24.514,24.5236,24.5353,25.2629,26.0071,26.5535,26.2739,25.9072,25.5486,22.7011,18.6828,14.8755,11.4807,8.74317,6.75112,5.38087,4.45727,3.87151,3.49284,3.32211,3.27894,3.32372,3.4833,3.79734,4.30658,5.06779,6.15738,7.65982,9.79515,12.6631,16.2212,20.1104,23.8093,26.9667],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.877281,7.551089,27.346103],[7.8954,7.570411,27.402473],[7.904021,7.582362,27.433949]],"session":18,"source":"ink","spectrum_pct":[[24.4387,24.446,24.4543,24.4639,24.4756,25.2035,25.9467,26.5035,26.2326,25.8764,25.4773,22.6141,18.6476,14.8408,11.4542,8.72107,6.73469,5.36845,4.44171,3.86006,3.47967,3.3107,3.27073,3.31269,3.47905,3.7882,4.2996,5.06401,6.14698,7.64095,9.77492,12.6407,16.1991,20.1095,23.8181,26.9617],[24.4983,24.5056,24.514,24.5236,24.5353,25.2629,26.0071,26.5535,26.2739,25.9072,25.5486,22.7011,18.6828,14.8755,11.4807,8.74317,6.75112,5.38087,4.45727,3.87151,3.49284,3.32211,3.27894,3.32372,3.48525,3.79734,4.30658,5.06779,6.16099,7.66481,9.80118,12.6631,16.2263,20.1104,23.8037,26.9977],[24.5242,24.5315,24.5398,24.5495,24.5611,25.3045,26.0445,26.5869,26.2947,25.9242,25.5675,22.7386,18.724,14.8991,11.5035,8.75993,6.76819,5.38992,4.46361,3.87939,3.49843,3.32568,3.28122,3.32393,3.4833,3.80055,4.30916,5.07021,6.15738,7.65982,9.79515,12.666,16.2212,20.1141,23.8093,26.9667]],"t_unix":1786420260.9834335,"uid":"s018_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.8954,7.570411,27.402473]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.350563,8.111378,6.709998],"median_spectrum_pct":[4.80511,4.80379,4.80228,4.80054,4.79819,4.6495,4.59524,4.6178,4.48184,4.90241,9.43416,16.3812,17.6599,15.9793,13.3504,10.7369,8.66749,7.16264,6.10639,5.4249,4.97494,4.79232,4.75238,4.77302,4.91505,5.21669,5.72428,6.46736,7.55257,9.07483,11.1747,13.9712,17.3759,21.0868,24.6253,27.6445],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.345718,8.102554,6.709998],[5.350563,8.111378,6.706851],[5.360413,8.123725,6.718916]],"session":18,"source":"ink","spectrum_pct":[[4.80511,4.80379,4.80228,4.80054,4.79819,4.63701,4.58401,4.60638,4.48184,4.92468,9.48802,16.3812,17.648,15.9592,13.3342,10.7239,8.65277,7.14902,6.09644,5.41579,4.96457,4.78785,4.74948,4.76625,4.91226,5.21376,5.71854,6.46641,7.54888,9.07924,11.1774,13.9715,17.4037,21.0868,24.6154,27.61],[4.80403,4.8027,4.80118,4.79943,4.79708,4.6495,4.59524,4.6178,4.47385,4.90241,9.43416,16.3779,17.6599,15.9793,13.3504,10.7369,8.66749,7.16264,6.10639,5.4249,4.97494,4.79232,4.75238,4.77302,4.91505,5.21669,5.72428,6.46736,7.55257,9.07268,11.1607,13.948,17.3604,21.0663,24.6253,27.6445],[4.8254,4.82408,4.82257,4.82083,4.81848,4.65689,4.6054,4.6276,4.49662,4.89911,9.43116,16.4018,17.679,16.003,13.3669,10.7517,8.67862,7.17137,6.11798,5.43648,4.98629,4.8054,4.76609,4.77982,4.92164,5.22402,5.7334,6.47294,7.557,9.07483,11.1747,13.9712,17.3759,21.0976,24.6312,27.6448]],"t_unix":1786420306.2528687,"uid":"s018_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.350563,8.111378,6.709998]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3619895833333333,"blue":0.0,"green":0.011315104166666666,"red":0.0,"white":0.19411979166666668,"yellow":0.43257552083333334},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 64)","median_raw":[17.605417,20.055189,9.783509],"median_spectrum_pct":[7.73897,7.73414,7.72859,7.72221,7.71473,7.72762,7.72899,7.73198,7.6796,7.87302,10.4523,15.6787,18.9045,20.5656,21.2562,21.1712,20.8013,20.3687,19.9688,19.8072,19.7441,20.445,21.3316,21.5681,21.6332,21.724,21.9514,22.2771,22.8026,23.5935,24.735,26.291,28.2088,30.1589,31.9209,33.3013],"phase":"gamut_dense","raster_sha1":"c548a9a697747bf8","raw":[[17.628219,20.08659,9.783509],[17.605417,20.055189,9.790773],[17.499462,19.933057,9.760792]],"rgb":[128,128,64],"session":18,"source":"pipeline","spectrum_pct":[[7.73897,7.73414,7.72859,7.72221,7.71473,7.72762,7.72899,7.73198,7.6796,7.86778,10.4286,15.688,18.9266,20.5966,21.2907,21.2087,20.8331,20.4039,20.0075,19.8492,19.7839,20.4779,21.3569,21.5945,21.6589,21.7549,21.9802,22.2988,22.8254,23.6088,24.7571,26.291,28.2224,30.2208,31.9336,33.3183],[7.75574,7.75093,7.74541,7.73906,7.7316,7.73553,7.74049,7.74358,7.67972,7.87302,10.4523,15.6787,18.9045,20.5656,21.2562,21.1712,20.8013,20.3687,19.9688,19.8072,19.7441,20.445,21.3316,21.5681,21.6332,21.724,21.9514,22.2771,22.8026,23.5935,24.735,26.2965,28.2088,30.1589,31.9209,33.3013],[7.72435,7.71959,7.71413,7.70784,7.7004,7.66429,7.66875,7.71513,7.67356,7.90396,10.4714,15.6774,18.829,20.4512,21.1215,21.0329,20.6611,20.2337,19.8371,19.6758,19.6103,20.3142,21.2025,21.4397,21.5055,21.6021,21.8214,22.1436,22.6726,23.4519,24.6072,26.1355,28.0469,30.0128,31.7527,33.1113]],"t_unix":1786420353.9797175,"uid":"p00902","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.605417,20.055189,9.783509]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00963","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.909125,"white":0.090875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 0)","median_spectrum_pct":[3.00078,2.99955,2.99813,2.9965,2.99458,3.00213,3.00903,3.02889,3.00272,2.96972,3.15865,3.43699,3.51045,3.48474,3.38308,3.24052,3.16916,3.2175,3.34528,3.57858,4.22832,8.6336,15.9374,19.1356,19.5884,19.4462,19.356,19.4541,19.8679,20.6702,21.9048,23.5596,25.6496,27.8676,29.86,31.4278],"phase":"gamut_dense","raster_sha1":"1a0bcc23d3cd7f71","rgb":[191,64,0],"session":18,"source":"pipeline","t_unix":1786420403.0343733,"uid":"p01044","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.475427,6.457966,3.331787]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.00253125,"blue":0.0,"green":0.0,"red":0.21536979166666667,"white":0.7820989583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 159)","median_raw":[26.780654,27.794175,29.933824],"median_spectrum_pct":[26.0193,26.0193,26.0193,26.0192,26.0194,26.5246,26.8898,27.2726,27.4599,27.7512,28.9746,29.8923,29.7462,29.2891,28.7047,27.9338,27.1888,26.536,26.0,25.7684,25.6981,27.2184,29.5425,30.3755,30.5082,30.5684,30.7494,30.9939,31.3678,31.8647,32.5264,33.3856,34.4452,35.4737,36.3155,36.9946],"phase":"gamut_dense","raster_sha1":"d99f969b799fd10f","raw":[[26.79054,27.80219,29.929436],[26.780654,27.794175,29.935104],[26.760296,27.782439,29.933824]],"rgb":[191,0,159],"session":18,"source":"pipeline","spectrum_pct":[[26.0107,26.0106,26.0106,26.0106,26.0108,26.5047,26.8734,27.2643,27.4599,27.774,28.9746,29.8913,29.7379,29.2848,28.7003,27.9338,27.1919,26.5461,26.0092,25.7805,25.7085,27.2337,29.5609,30.3951,30.5285,30.5871,30.7664,31.0055,31.3812,31.8743,32.5336,33.3937,34.4502,35.4737,36.3262,36.9806],[26.0193,26.0193,26.0193,26.0192,26.0194,26.5246,26.8898,27.2726,27.4632,27.7512,28.9762,29.8986,29.7466,29.2891,28.7047,27.9314,27.1843,26.536,26.0,25.7684,25.6981,27.2184,29.5425,30.3755,30.5082,30.5684,30.7494,30.9939,31.3678,31.8647,32.5264,33.3856,34.4452,35.4797,36.3155,37.0141],[26.0343,26.0343,26.0343,26.0343,26.0345,26.5428,26.9123,27.2837,27.4427,27.7167,28.9542,29.8923,29.7462,29.2991,28.7138,27.9396,27.1888,26.5347,25.9864,25.7521,25.6799,27.191,29.5012,30.3355,30.4688,30.5262,30.7161,30.958,31.3246,31.8182,32.4825,33.36,34.4282,35.4691,36.3039,36.9946]],"t_unix":1786420406.0927658,"uid":"p01031","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.780654,27.794175,29.933824]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.699046875,"yellow":0.300953125},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 159)","median_raw":[32.294268,36.47465,28.231203],"median_spectrum_pct":[23.5491,23.5444,23.5391,23.5329,23.5259,23.9076,24.2085,24.5384,24.655,25.168,28.4676,34.112,37.2152,38.6846,39.1099,38.646,37.9031,37.1495,36.4522,36.1096,35.7185,35.7749,35.9207,35.8008,35.6951,35.6659,35.7633,35.8315,35.9467,36.0912,36.3227,36.6746,37.195,37.6775,38.0116,38.2779],"phase":"gamut_dense","raster_sha1":"a26f37098fa7ef7f","raw":[[32.335862,36.520238,28.262317],[32.294268,36.47465,28.231203],[32.265841,36.44259,28.219385]],"rgb":[191,255,159],"session":18,"source":"pipeline","spectrum_pct":[[23.5557,23.551,23.5456,23.5394,23.5323,23.9076,24.2085,24.5544,24.6923,25.2195,28.5326,34.177,37.2642,38.7073,39.1402,38.6827,37.9451,37.1974,36.5044,36.163,35.7743,35.8261,35.9688,35.8494,35.7404,35.7117,35.7994,35.8721,35.9994,36.1409,36.382,36.709,37.2158,37.6944,38.0801,38.3475],[23.5326,23.5279,23.5225,23.5163,23.5093,23.9048,24.2063,24.5384,24.655,25.168,28.4676,34.112,37.2152,38.6846,39.1099,38.646,37.9031,37.1495,36.4522,36.1096,35.7185,35.7749,35.9207,35.8008,35.6951,35.6659,35.7633,35.8315,35.9467,36.0912,36.3227,36.6746,37.195,37.6775,37.999,38.2754],[23.5491,23.5444,23.5391,23.5329,23.5259,23.9158,24.2178,24.5381,24.6235,25.1289,28.4469,34.0723,37.1947,38.6682,39.0877,38.6195,37.8734,37.1128,36.4125,36.0707,35.6812,35.7371,35.8865,35.7677,35.6657,35.6357,35.7224,35.7937,35.9092,36.0377,36.2926,36.639,37.1517,37.6384,38.0116,38.2779]],"t_unix":1786420453.6025705,"uid":"p01103","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.294268,36.47465,28.231203]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.669056,37.666923,43.242854],"median_spectrum_pct":[37.3761,37.3769,37.3777,37.3787,37.3805,38.3621,39.0168,39.5894,39.8962,40.2909,41.5599,42.3081,41.9579,41.3365,40.5343,39.4858,38.4685,37.575,36.7886,36.3597,35.8319,35.4709,35.1292,34.8408,34.726,34.7252,34.8735,35.032,35.2556,35.4765,35.8156,36.2876,36.9336,37.5817,38.0659,38.4483],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.687423,37.684794,43.237392],[34.669056,37.666923,43.242854],[34.655683,37.655374,43.244642]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[37.381,37.3817,37.3825,37.3835,37.3853,38.3541,39.0078,39.5894,39.9024,40.2726,41.5599,42.3133,41.9589,41.3379,40.545,39.4983,38.4875,37.5928,36.8074,36.3822,35.8615,35.5,35.1537,34.8664,34.7484,34.755,34.9059,35.064,35.2833,35.5069,35.85,36.3142,36.9583,37.5817,38.0814,38.4062],[37.3615,37.3622,37.3631,37.364,37.3658,38.3621,39.0168,39.5883,39.8962,40.3055,41.5903,42.2898,41.9579,41.3365,40.5343,39.4858,38.4685,37.575,36.7886,36.3597,35.8319,35.4709,35.1292,34.8408,34.726,34.7252,34.8735,35.032,35.2556,35.4765,35.8156,36.2876,36.9336,37.5683,38.0428,38.4647],[37.3761,37.3769,37.3777,37.3787,37.3805,38.3851,39.0358,39.5911,39.8889,40.2909,41.5551,42.3081,41.9543,41.3307,40.5315,39.482,38.4667,37.5651,36.7735,36.3442,35.8181,35.4538,35.1058,34.8155,34.699,34.7018,34.8525,35.012,35.2321,35.4676,35.8046,36.2635,36.9327,37.5938,38.0659,38.4483]],"t_unix":1786420498.7526803,"uid":"p01389","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.669056,37.666923,43.242854]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.450639,1.169676,2.382148],"median_spectrum_pct":[2.50534,2.50601,2.50679,2.50767,2.50855,2.44612,2.37534,2.30634,2.18918,2.02055,1.92626,1.7956,1.63372,1.41919,1.20988,1.02711,0.898629,0.820185,0.771313,0.754391,0.780295,1.0151,1.28537,1.40891,1.52326,1.72627,2.08211,2.65342,3.57134,4.99415,7.10572,10.0439,13.7429,17.8038,21.5745,24.8341],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.445845,1.165125,2.369576],[1.450639,1.169676,2.382148],[1.453521,1.173228,2.392367]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[2.49089,2.49156,2.49232,2.4932,2.49407,2.43441,2.36329,2.29396,2.17155,2.00416,1.94057,1.76871,1.61963,1.41424,1.20026,1.02291,0.895388,0.818117,0.768914,0.751684,0.779259,1.01257,1.27965,1.40172,1.52066,1.72334,2.08011,2.65299,3.57134,4.9959,7.11055,10.053,13.7511,17.8038,21.6251,24.8813],[2.50534,2.50601,2.50679,2.50767,2.50855,2.44612,2.37534,2.30634,2.18918,2.02055,1.91875,1.7956,1.63372,1.41919,1.20988,1.02711,0.899474,0.820185,0.771313,0.754391,0.780295,1.0151,1.28537,1.41125,1.52326,1.72695,2.08211,2.65342,3.56595,4.99295,7.10572,10.0439,13.7429,17.8134,21.5745,24.8341],[2.51275,2.51342,2.5142,2.51509,2.51597,2.45581,2.38149,2.31373,2.19569,2.03247,1.92626,1.83891,1.63939,1.42574,1.21537,1.03106,0.898629,0.822574,0.773018,0.754729,0.782862,1.01668,1.2918,1.40891,1.52645,1.72627,2.08296,2.65817,3.57168,4.99415,7.09849,10.0405,13.7109,17.7474,21.5424,24.8234]],"t_unix":1786420543.8955848,"uid":"p01390","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.450639,1.169676,2.382148]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.54984,12.15614,17.681044],"median_spectrum_pct":[15.9577,15.9597,15.962,15.9646,15.9677,16.2132,16.3789,16.4524,16.311,16.2752,16.5405,16.3019,15.5707,14.704,13.7984,12.904,12.1401,11.528,11.0541,10.7728,10.558,10.6299,10.7775,10.8091,10.9057,11.1379,11.5622,12.1938,13.1247,14.4533,16.3069,18.75,21.7548,24.8651,27.664,29.9837],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.552359,12.158554,17.681044],[11.54984,12.15614,17.681731],[11.546413,12.152017,17.66772]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[15.9569,15.959,15.9613,15.9639,15.967,16.1994,16.3665,16.4479,16.311,16.3214,16.5745,16.3048,15.5707,14.7004,13.799,12.904,12.1401,11.5297,11.0566,10.7789,10.561,10.6343,10.7816,10.8136,10.9084,11.1394,11.5627,12.1938,13.1336,14.4632,16.3208,18.7543,21.7681,24.8958,27.6895,30.0237],[15.9734,15.9754,15.9778,15.9805,15.9835,16.2132,16.3789,16.4624,16.3223,16.2752,16.5405,16.3019,15.5785,14.7094,13.7984,12.9052,12.1401,11.528,11.0541,10.7728,10.558,10.6299,10.7775,10.805,10.9016,11.1379,11.5622,12.1979,13.124,14.4533,16.3069,18.75,21.7548,24.8651,27.664,29.9837],[15.9577,15.9597,15.962,15.9646,15.9677,16.2252,16.3929,16.4524,16.3041,16.2331,16.4982,16.2794,15.5669,14.704,13.7972,12.9034,12.1384,11.5258,11.0494,10.7706,10.5566,10.6284,10.7716,10.8091,10.9057,11.1346,11.5592,12.1811,13.1247,14.4416,16.294,18.747,21.7352,24.8378,27.6394,29.9521]],"t_unix":1786420589.0514665,"uid":"p01391","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.54984,12.15614,17.681044]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[128,32,0],"session":18,"source":"pipeline","t_unix":1786420636.4258304,"uid":"p00873","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01176","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9489583333333333,"yellow":0.051041666666666666},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 191)","median_spectrum_pct":[34.7107,34.7104,34.71,34.7095,34.7098,35.6922,36.2635,36.642,36.7775,37.1178,38.8173,40.6136,41.0357,40.8319,40.2706,39.3292,38.3666,37.4985,36.7382,36.3366,35.8442,35.5472,35.2651,34.9911,34.8661,34.8753,35.0099,35.1487,35.3324,35.5085,35.7865,36.1906,36.7584,37.3032,37.7458,38.0358],"phase":"gamut_dense","raster_sha1":"ada45a426f2f782b","rgb":[255,223,191],"session":18,"source":"pipeline","t_unix":1786420638.6329823,"uid":"p01257","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.195552,37.431393,40.27556]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.8333359375,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.1666640625},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 0)","median_raw":[4.999636,5.291019,3.303966],"median_spectrum_pct":[3.00618,3.0054,3.0045,3.00345,3.00204,2.9005,2.82633,2.7718,2.64781,2.57597,3.27023,4.60906,5.29911,5.51252,5.50744,5.34885,5.16402,5.00623,4.88268,4.84193,4.88926,5.39541,5.9975,6.20167,6.32694,6.52431,6.86935,7.40635,8.25768,9.56977,11.51,14.1387,17.4328,20.9736,24.2723,27.0263],"phase":"gamut_dense","raster_sha1":"94b3218c29911045","raw":[[5.00166,5.295904,3.289094],[4.999636,5.291019,3.303966],[4.996073,5.286882,3.305175]],"rgb":[64,64,0],"session":18,"source":"pipeline","spectrum_pct":[[3.00332,3.00254,3.00163,3.00059,2.99916,2.88843,2.82019,2.76657,2.63042,2.55507,3.26223,4.59926,5.29911,5.51858,5.50755,5.35098,5.17445,5.01561,4.89087,4.84977,4.89706,5.40119,5.99918,6.20717,6.3317,6.53162,6.87115,7.40683,8.26559,9.58985,11.5158,14.1502,17.4473,20.9991,24.274,27.0263],[3.01666,3.01588,3.01499,3.01396,3.01254,2.9005,2.82633,2.7718,2.65861,2.58443,3.27023,4.60906,5.2949,5.51252,5.50744,5.34885,5.16402,5.00623,4.88268,4.84193,4.88926,5.39541,5.9975,6.20167,6.32694,6.52431,6.86935,7.40635,8.25768,9.56977,11.51,14.1315,17.4328,20.9736,24.2723,27.0401],[3.00618,3.0054,3.0045,3.00345,3.00204,2.90075,2.83229,2.77442,2.64781,2.57597,3.30584,4.61992,5.30136,5.50915,5.50213,5.33881,5.15849,5.00274,4.8762,4.83532,4.88048,5.39113,5.99167,6.20165,6.32605,6.5217,6.86847,7.39901,8.25215,9.55945,11.4943,14.1387,17.4125,20.9604,24.2233,26.9838]],"t_unix":1786420640.8365257,"uid":"p00720","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.999636,5.291019,3.303966]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00956","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 64)","median_spectrum_pct":[2.60554,2.60428,2.60283,2.60116,2.59923,2.63216,2.62904,2.61179,2.57893,2.51744,2.68616,2.97531,3.03529,3.00857,2.9266,2.79803,2.73943,2.79826,2.92774,3.16638,3.8324,8.33536,15.7926,19.0596,19.5202,19.3468,19.2048,19.2384,19.614,20.392,21.6276,23.3285,25.4476,27.679,29.6782,31.2266],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","rgb":[255,32,64],"session":18,"source":"pipeline","t_unix":1786420688.170796,"uid":"p01199","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.201692,6.091975,2.877407]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,0,255],"session":18,"source":"pipeline","t_unix":1786420690.3595078,"uid":"p00548","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,0,191],"session":18,"source":"pipeline","t_unix":1786420692.5292928,"uid":"p00546","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4822734375,"red":0.0,"white":0.30635677083333335,"yellow":0.21136979166666667},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 96)","median_raw":[18.973319,23.158629,14.384463],"median_spectrum_pct":[11.114,11.1092,11.1038,11.0975,11.0902,11.1292,11.2267,11.3593,11.307,11.8116,16.3354,24.1753,27.7204,28.428,27.7168,26.2117,24.6733,23.3745,22.3484,21.7255,21.2233,21.1217,21.1452,21.0752,21.0878,21.2267,21.5639,22.0437,22.7423,23.6909,24.9758,26.5726,28.558,30.5621,32.3352,33.7295],"phase":"gamut_dense","raster_sha1":"b154b80d3f88f40f","raw":[[18.977605,23.163043,14.391817],[18.973319,23.158629,14.384463],[18.968005,23.154167,14.358563]],"rgb":[128,191,96],"session":18,"source":"pipeline","spectrum_pct":[[11.1129,11.1082,11.1028,11.0965,11.0891,11.1209,11.2172,11.3593,11.3155,11.8483,16.3619,24.1953,27.7224,28.4298,27.7161,26.2128,24.6752,23.3776,22.3549,21.7297,21.2286,21.1259,21.1513,21.0764,21.0887,21.2286,21.5701,22.055,22.7547,23.7069,24.9866,26.6157,28.5819,30.5843,32.3531,33.7295],[11.114,11.1092,11.1038,11.0975,11.0902,11.1298,11.2267,11.3596,11.307,11.8116,16.3354,24.1753,27.7204,28.4276,27.7202,26.2099,24.6723,23.3745,22.3484,21.7255,21.2233,21.1217,21.1452,21.0748,21.0878,21.2267,21.5629,22.0437,22.7423,23.6909,24.9758,26.5724,28.558,30.5621,32.3352,33.74],[11.1185,11.1137,11.1083,11.102,11.0947,11.1292,11.234,11.3581,11.2759,11.7076,16.2693,24.1604,27.7167,28.428,27.7168,26.2117,24.6733,23.3714,22.3424,21.7194,21.221,21.1213,21.1442,21.0752,21.0871,21.2234,21.5639,22.0426,22.7362,23.6855,24.9503,26.5726,28.5218,30.5235,32.3109,33.6556]],"t_unix":1786420694.7362962,"uid":"p00921","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.973319,23.158629,14.384463]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.7562890625,"red":0.0,"white":0.2437109375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 96)","median_raw":[11.230068,14.43105,12.744272],"median_spectrum_pct":[10.1611,10.1596,10.1578,10.1557,10.1531,10.0926,10.1021,10.1945,10.1076,10.572,14.9702,21.5097,23.0456,21.8674,19.6597,17.2769,15.2796,13.7732,12.6753,11.9658,11.4383,11.1865,11.0599,11.0033,11.0936,11.3565,11.8452,12.5346,13.5182,14.8858,16.7349,19.1108,22.035,25.126,27.9353,30.2836],"phase":"gamut_dense","raster_sha1":"c4e7ed5648670dd4","raw":[[11.22765,14.426758,12.744272],[11.230068,14.43105,12.733098],[11.245268,14.449439,12.755989]],"rgb":[96,128,96],"session":18,"source":"pipeline","spectrum_pct":[[10.1539,10.1523,10.1506,10.1485,10.1459,10.082,10.09,10.1945,10.1076,10.5796,14.9916,21.5273,23.0327,21.8522,19.6535,17.2663,15.2735,13.765,12.6636,11.9591,11.4325,11.1804,11.0563,11.0003,11.0888,11.3554,11.8452,12.5344,13.5182,14.8858,16.7362,19.1194,22.051,25.1339,27.9554,30.3146],[10.1611,10.1596,10.1578,10.1557,10.1531,10.0926,10.1021,10.1931,10.0911,10.5508,14.9301,21.4661,23.0456,21.8674,19.6597,17.2769,15.2796,13.7732,12.6753,11.9658,11.4383,11.1865,11.0599,11.0033,11.0936,11.3565,11.8447,12.5346,13.5176,14.8765,16.7208,19.1081,22.0261,25.1018,27.918,30.2836],[10.165,10.1634,10.1616,10.1596,10.1569,10.1136,10.1238,10.2081,10.1096,10.572,14.9702,21.5097,23.0701,21.8901,19.685,17.2928,15.3012,13.7894,12.6896,11.9834,11.4534,11.2011,11.0754,11.0178,11.1093,11.3685,11.8556,12.5482,13.5322,14.8974,16.7349,19.1108,22.035,25.126,27.9353,30.231]],"t_unix":1786420742.0740921,"uid":"p00822","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.230068,14.43105,12.744272]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00948","ink_fraction":{"black":0.0030286458333333333,"blue":0.0,"green":0.0,"red":0.664546875,"white":0.3324244791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 96)","median_spectrum_pct":[8.61885,8.61775,8.61649,8.61504,8.61337,8.73106,8.82226,8.90609,8.89934,8.97273,9.56885,10.1717,10.2411,10.1136,9.90131,9.60559,9.3574,9.20834,9.14361,9.2616,9.78221,13.6918,19.9638,22.6348,23.1006,23.1033,23.1613,23.3909,23.8867,24.6538,25.7804,27.234,29.0286,30.8381,32.4366,33.616],"phase":"gamut_dense","raster_sha1":"8c3f1932338bfc30","rgb":[159,32,96],"session":18,"source":"pipeline","t_unix":1786420793.532117,"uid":"p00957","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.157213,12.072588,9.839929]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01045","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9099973958333333,"white":0.09000260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 32)","median_spectrum_pct":[2.70875,2.70745,2.70596,2.70424,2.70227,2.73329,2.75091,2.7729,2.74028,2.68247,2.8426,3.12478,3.21147,3.20762,3.12081,3.00159,2.94485,2.99676,3.12566,3.36103,4.02511,8.48834,15.8935,19.1535,19.6072,19.4408,19.3229,19.3893,19.7869,20.5616,21.7825,23.4266,25.5213,27.7476,29.6942,31.27],"phase":"gamut_dense","raster_sha1":"c68e1bf2b20997ed","rgb":[159,64,32],"session":18,"source":"pipeline","t_unix":1786420795.7778013,"uid":"p00964","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.338791,6.265863,3.034882]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,32,255],"session":18,"source":"pipeline","t_unix":1786420798.0032136,"uid":"p00638","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[128,0,0],"session":18,"source":"pipeline","t_unix":1786420800.198256,"uid":"p00864","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00870","ink_fraction":{"black":0.0009166666666666666,"blue":0.5599114583333333,"green":0.0,"red":0.0,"white":0.439171875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 191)","median_spectrum_pct":[30.228,30.2333,30.2394,30.2464,30.255,31.0873,31.8163,32.3621,32.2514,32.1687,32.6263,31.3413,28.6122,25.7392,22.9749,20.5215,18.6053,17.1826,16.1352,15.4672,14.9305,14.6259,14.4619,14.4168,14.5247,14.7889,15.2426,15.8822,16.7849,17.9883,19.6545,21.7962,24.3864,27.1063,29.5281,31.4346],"phase":"gamut_dense","raster_sha1":"e56e8ab07ca589e7","rgb":[128,32,191],"session":18,"source":"pipeline","t_unix":1786420802.4065707,"uid":"p00879","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.669426,18.731674,34.356033]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01136","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6690989583333333,"white":0.33088541666666665,"yellow":1.5625e-05},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 64)","median_spectrum_pct":[8.38371,8.38258,8.38129,8.3798,8.37813,8.52389,8.60563,8.6595,8.59558,8.57724,9.19941,9.91751,10.0378,9.92666,9.70432,9.40533,9.15266,9.0073,8.9418,9.05181,9.57535,13.5264,19.8298,22.4961,22.9598,22.961,23.0128,23.2222,23.7299,24.5424,25.7053,27.211,29.052,30.889,32.4512,33.6804],"phase":"gamut_dense","raster_sha1":"f84fec2153cd9eb2","rgb":[191,96,64],"session":18,"source":"pipeline","t_unix":1786420804.7924962,"uid":"p01055","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.978165,11.876486,9.542988]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.21150520833333333,"blue":0.6164296875,"green":0.0,"red":0.0,"white":0.17206510416666668,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 159)","median_raw":[9.623341,9.785628,23.651426],"median_spectrum_pct":[21.1512,21.1563,21.1621,21.1688,21.1768,21.6959,22.1867,22.5534,22.3277,22.2267,22.237,20.6147,17.9945,15.3748,12.947,10.8912,9.33386,8.22248,7.44377,6.95655,6.62361,6.52386,6.5408,6.5939,6.75995,7.07442,7.57934,8.3252,9.36613,10.8215,12.8728,15.5475,18.8592,22.3808,25.6269,28.3607],"phase":"gamut_dense","raster_sha1":"d89c8966f47bd1b8","raw":[[9.609637,9.769444,23.605194],[9.623341,9.785628,23.651426],[9.63543,9.796157,23.681556]],"rgb":[96,64,159],"session":18,"source":"pipeline","spectrum_pct":[[21.1251,21.1301,21.1359,21.1426,21.1506,21.6546,22.1435,22.5165,22.316,22.1548,22.1679,20.5594,17.9572,15.3466,12.925,10.8701,9.32102,8.20901,7.43467,6.94975,6.6138,6.51679,6.53701,6.59036,6.75264,7.0637,7.56883,8.30874,9.36157,10.8215,12.8728,15.5456,18.8555,22.3808,25.6217,28.3602],[21.1512,21.1563,21.1621,21.1688,21.1768,21.6959,22.1867,22.5534,22.3277,22.2267,22.2506,20.6252,17.9945,15.3748,12.947,10.8912,9.33386,8.22248,7.44377,6.95655,6.62361,6.52386,6.5408,6.5939,6.75995,7.07442,7.57934,8.3252,9.36613,10.8211,12.8727,15.573,18.8592,22.369,25.6269,28.3901],[21.1917,21.1967,21.2026,21.2093,21.2173,21.732,22.2221,22.582,22.3775,22.2425,22.237,20.6147,18.0186,15.3939,12.9632,10.9026,9.34581,8.23175,7.45269,6.96518,6.63443,6.53158,6.54806,6.60385,6.76579,7.07651,7.58712,8.33234,9.37988,10.8433,12.8766,15.5475,18.8758,22.3895,25.6565,28.3607]],"t_unix":1786420807.1198258,"uid":"p00806","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.623341,9.785628,23.651426]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[128,223,223],"session":18,"source":"pipeline","t_unix":1786420855.2961397,"uid":"p00934","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6912890625,"white":0.3087109375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 96)","median_raw":[13.738453,11.531108,9.157022],"median_spectrum_pct":[8.07394,8.07284,8.07157,8.07012,8.06844,8.1728,8.23693,8.28133,8.27821,8.28693,8.86068,9.46113,9.55933,9.45536,9.2458,8.9631,8.73009,8.59915,8.55569,8.68484,9.21902,13.2137,19.6695,22.4421,22.9144,22.8992,22.9445,23.1532,23.6404,24.4241,25.5713,27.062,28.8652,30.7347,32.3074,33.5762],"phase":"gamut_dense","raster_sha1":"e43c9581f3d3882f","raw":[[13.737473,11.531108,9.157022],[13.738453,11.530202,9.143586],[13.746702,11.532873,9.161251]],"rgb":[191,96,96],"session":18,"source":"pipeline","spectrum_pct":[[8.07447,8.07337,8.07211,8.07066,8.06898,8.16793,8.23225,8.28133,8.28063,8.28693,8.87028,9.46891,9.55848,9.45536,9.24798,8.96561,8.73009,8.60171,8.55805,8.68657,9.22272,13.2128,19.6622,22.4331,22.9015,22.8836,22.9338,23.144,23.632,24.4182,25.5713,27.062,28.864,30.7284,32.3074,33.5762],[8.06176,8.06065,8.05938,8.05791,8.05624,8.1728,8.23693,8.28056,8.24351,8.24857,8.86068,9.46113,9.55933,9.45115,9.24436,8.9631,8.72769,8.59915,8.55569,8.68484,9.21902,13.2137,19.6695,22.4421,22.9144,22.8992,22.9445,23.1532,23.6404,24.4241,25.5674,27.0557,28.8652,30.7347,32.2978,33.5618],[8.07394,8.07284,8.07157,8.07012,8.06844,8.17878,8.24336,8.28742,8.27821,8.30486,8.85708,9.44453,9.56536,9.45664,9.2458,8.96273,8.73032,8.59588,8.55198,8.67491,9.21458,13.224,19.6833,22.4576,22.9309,22.91,22.9605,23.1703,23.658,24.4393,25.5788,27.0645,28.8808,30.7376,32.3129,33.6006]],"t_unix":1786420858.1949263,"uid":"p01056","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.738453,11.531108,9.157022]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,64,223],"session":18,"source":"pipeline","t_unix":1786420905.5819452,"uid":"p00646","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,64,255],"session":18,"source":"pipeline","t_unix":1786420907.7823498,"uid":"p01214","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5894713541666666,"blue":0.35084895833333335,"green":0.0,"red":0.00034895833333333334,"white":0.059330729166666665,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 96)","median_raw":[4.709025,4.580198,11.612618],"median_spectrum_pct":[10.7602,10.763,10.7662,10.77,10.7742,10.8455,10.9827,11.1018,10.9413,10.7582,10.6379,9.89164,8.60996,7.29448,6.06096,5.00687,4.21748,3.65414,3.26152,3.02831,2.89991,2.99485,3.17332,3.27818,3.42593,3.69214,4.12932,4.79631,5.81033,7.28249,9.4063,12.2855,15.8193,19.6437,23.2286,26.2437],"phase":"gamut_dense","raster_sha1":"a9d02642a5e6e7dc","raw":[[4.699275,4.571088,11.576072],[4.709025,4.580198,11.612618],[4.713098,4.585016,11.617869]],"rgb":[64,64,96],"session":18,"source":"pipeline","spectrum_pct":[[10.732,10.7348,10.7381,10.7418,10.746,10.8071,10.9472,11.0712,10.9101,10.7184,10.6379,9.86649,8.59068,7.27818,6.04137,4.99257,4.2069,3.64699,3.26152,3.02831,2.89497,2.98842,3.16852,3.27119,3.42139,3.69042,4.12839,4.79631,5.80179,7.28839,9.42283,12.2946,15.8281,19.6579,23.2622,26.279],[10.7609,10.7637,10.767,10.7707,10.7749,10.8455,10.9827,11.1018,10.9431,10.7758,10.6495,9.89354,8.60996,7.29448,6.06096,5.00687,4.21748,3.65414,3.26098,3.02763,2.89991,2.99485,3.17332,3.27818,3.42593,3.69214,4.12932,4.80168,5.81575,7.28249,9.39976,12.2807,15.8193,19.6437,23.2286,26.2437],[10.7602,10.763,10.7662,10.77,10.7742,10.8634,11.002,11.1202,10.9413,10.7582,10.637,9.89164,8.61179,7.30713,6.06875,5.01516,4.2219,3.6599,3.26921,3.03225,2.9043,2.99743,3.17356,3.28112,3.43451,3.69649,4.13352,4.79276,5.81033,7.28176,9.4063,12.2855,15.7882,19.6222,23.1612,26.1568]],"t_unix":1786420909.984866,"uid":"p00723","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.709025,4.580198,11.612618]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0005208333333333333,"blue":0.5604661458333333,"green":0.0,"red":0.0,"white":0.4390130208333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 191)","median_raw":[17.895288,18.986431,34.632603],"median_spectrum_pct":[30.4229,30.4282,30.4342,30.4412,30.4496,31.1962,31.9275,32.5918,32.5607,32.5955,33.0525,31.6615,28.889,26.0096,23.2576,20.8168,18.8785,17.4207,16.3513,15.6871,15.1699,14.8735,14.6973,14.6387,14.7434,15.0163,15.4877,16.1521,17.0828,18.3074,19.9608,22.097,24.7039,27.4202,29.8663,31.9001],"phase":"gamut_dense","raster_sha1":"8029663fa0fd1d9a","raw":[[17.886738,18.977633,34.617299],[17.895288,18.986431,34.632603],[17.904077,18.997135,34.657796]],"rgb":[128,64,191],"session":18,"source":"pipeline","spectrum_pct":[[30.4123,30.4176,30.4236,30.4306,30.439,31.175,31.9058,32.5681,32.5365,32.5836,33.0525,31.654,28.8885,25.9943,23.2455,20.8019,18.8656,17.4117,16.3444,15.6785,15.1584,14.8642,14.692,14.634,14.7389,15.0111,15.4862,16.1493,17.072,18.2953,19.9608,22.097,24.7155,27.4431,29.8319,31.8514],[30.4229,30.4282,30.4342,30.4412,30.4496,31.1962,31.9275,32.5918,32.5619,32.5955,33.0121,31.6615,28.889,26.0096,23.2576,20.8168,18.8785,17.4207,16.3513,15.6871,15.1699,14.8735,14.6973,14.6387,14.7434,15.0163,15.4877,16.1521,17.0828,18.3074,19.9509,22.0924,24.6858,27.4202,29.8663,31.9058],[30.4393,30.4445,30.4506,30.4575,30.466,31.2224,31.9515,32.6075,32.5607,32.6197,33.0957,31.7019,28.9079,26.0246,23.2793,20.83,18.8838,17.4263,16.3591,15.6937,15.1738,14.8759,14.7018,14.6466,14.7501,15.0244,15.4983,16.1569,17.0891,18.3165,19.9878,22.1279,24.7039,27.4187,29.868,31.9001]],"t_unix":1786420957.349969,"uid":"p00888","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.895288,18.986431,34.632603]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,191,0],"session":18,"source":"pipeline","t_unix":1786421004.7749548,"uid":"p00675","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,64,191],"session":18,"source":"pipeline","t_unix":1786421006.9767315,"uid":"p01212","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,191,64],"session":18,"source":"pipeline","t_unix":1786421009.1839197,"uid":"p00758","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[0,223,255],"session":18,"source":"pipeline","t_unix":1786421011.395368,"uid":"p00611","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.743396,37.74441,43.210872],"median_spectrum_pct":[37.3275,37.3282,37.329,37.3299,37.3316,38.3213,38.9904,39.5885,39.8821,40.2433,41.5,42.2543,41.9399,41.3618,40.5845,39.5492,38.5533,37.6661,36.8874,36.463,35.9434,35.5899,35.2435,34.9526,34.8279,34.8261,34.9779,35.1256,35.3384,35.5545,35.8639,36.3144,36.9264,37.5416,38.0021,38.3588],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.767494,37.765303,43.233121],[34.743396,37.74441,43.210872],[34.723741,37.724539,43.198056]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[37.3403,37.3409,37.3417,37.3426,37.3443,38.3059,38.9778,39.5977,39.9362,40.2921,41.5452,42.2978,41.9586,41.3618,40.5852,39.5612,38.5624,37.6826,36.9112,36.4906,35.9725,35.6195,35.2724,34.9791,34.8589,34.8617,35.0065,35.1624,35.3745,35.5876,35.8989,36.3288,36.9831,37.5474,38.0021,38.3836],[37.3275,37.3282,37.329,37.3299,37.3316,38.3236,38.9904,39.5885,39.8821,40.2433,41.5,42.2543,41.9399,41.3625,40.5845,39.5492,38.5533,37.6661,36.8874,36.463,35.9434,35.5899,35.2435,34.9526,34.8279,34.8261,34.9779,35.1256,35.3384,35.5545,35.8639,36.3057,36.9222,37.5416,37.9838,38.3588],[37.291,37.2916,37.2924,37.2932,37.295,38.3213,38.995,39.5817,39.879,40.2313,41.4488,42.2212,41.9326,41.3488,40.5737,39.5394,38.5382,37.6464,36.8644,36.4394,35.9173,35.5621,35.2184,34.9279,34.8026,34.8067,34.9572,35.1091,35.3092,35.523,35.85,36.3144,36.9264,37.5231,38.0037,38.311]],"t_unix":1786421011.3985894,"uid":"p01392","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.743396,37.74441,43.210872]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.450262,1.166417,2.35898],"median_spectrum_pct":[2.53462,2.53531,2.53611,2.53703,2.53793,2.46223,2.38959,2.30895,2.15171,1.94024,1.82736,1.77593,1.62011,1.42138,1.20664,1.02088,0.89744,0.816798,0.767113,0.751373,0.783699,1.02002,1.29338,1.40856,1.53063,1.73741,2.09003,2.66162,3.57246,4.98049,7.07385,9.97884,13.6435,17.6329,21.3999,24.5803],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.437098,1.154597,2.338369],[1.452795,1.168477,2.379368],[1.450262,1.166417,2.35898]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[2.48936,2.49004,2.49081,2.4917,2.49257,2.42579,2.35678,2.28395,2.13864,1.94024,1.82736,1.75406,1.59358,1.39757,1.1922,1.01129,0.883296,0.809574,0.762504,0.748526,0.77728,1.0074,1.27705,1.39724,1.51147,1.71945,2.07266,2.64634,3.56706,4.98049,7.11468,10.0318,13.7412,17.7874,21.5908,24.7968],[2.53702,2.53772,2.53852,2.53944,2.54032,2.46223,2.38959,2.31794,2.16548,1.9891,1.89185,1.78468,1.62523,1.42394,1.20664,1.02088,0.897467,0.818417,0.76719,0.752035,0.783917,1.02002,1.29338,1.40856,1.53393,1.74205,2.09003,2.66162,3.57246,4.97707,7.0704,9.97884,13.6263,17.6323,21.3999,24.5803],[2.53462,2.53531,2.53611,2.53703,2.53793,2.46595,2.3927,2.30895,2.15171,1.9319,1.79928,1.77593,1.62011,1.42138,1.20846,1.02524,0.89744,0.816798,0.767113,0.751373,0.783699,1.02231,1.29544,1.4102,1.53063,1.73741,2.09369,2.66634,3.57553,4.9829,7.07385,9.97541,13.6435,17.6329,21.3792,24.5448]],"t_unix":1786421056.5953593,"uid":"p01393","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.450262,1.166417,2.35898]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.537531,12.137174,17.675119],"median_spectrum_pct":[15.9482,15.9503,15.9526,15.9552,15.9583,16.2098,16.3801,16.4625,16.3418,16.2751,16.4857,16.2701,15.5319,14.6759,13.777,12.8885,12.1225,11.5118,11.0409,10.7601,10.5491,10.6207,10.7604,10.7901,10.886,11.1182,11.5406,12.1715,13.1013,14.4221,16.2666,18.6956,21.6839,24.8317,27.5964,29.9195],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.540726,12.14296,17.675849],[11.537531,12.137174,17.675119],[11.533147,12.135378,17.6713]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[15.9482,15.9503,15.9526,15.9552,15.9583,16.1889,16.3622,16.46,16.3418,16.2949,16.5336,16.2753,15.5287,14.6759,13.7834,12.8919,12.1265,11.5166,11.0445,10.7667,10.5507,10.6234,10.7632,10.796,10.8932,11.1261,11.5487,12.1724,13.1113,14.4221,16.2666,18.6956,21.6839,24.8116,27.6361,29.9474],[15.9453,15.9473,15.9496,15.9523,15.9553,16.2098,16.3801,16.4625,16.3534,16.2751,16.4857,16.2448,15.5319,14.67,13.7742,12.8868,12.1225,11.5118,11.0409,10.7601,10.5491,10.6207,10.7604,10.7901,10.886,11.1182,11.5406,12.1635,13.1012,14.4245,16.2748,18.7155,21.7057,24.8414,27.5964,29.9195],[15.9678,15.9698,15.9722,15.9748,15.9779,16.2215,16.3891,16.4679,16.3227,16.2498,16.4592,16.2701,15.5467,14.6887,13.777,12.8885,12.1208,11.5083,11.0353,10.7558,10.5403,10.6151,10.7568,10.7829,10.8779,11.1122,11.5391,12.1715,13.1013,14.4126,16.2617,18.6925,21.6829,24.8317,27.5836,29.8437]],"t_unix":1786421148.8547277,"uid":"p01394","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.537531,12.137174,17.675119]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00737","ink_fraction":{"black":0.0,"blue":0.9338776041666667,"green":0.0,"red":0.0,"white":0.06612239583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 191)","median_spectrum_pct":[25.7852,25.7924,25.8006,25.81,25.8215,26.6316,27.4418,28.0388,27.7625,27.4069,27.1514,24.4773,20.578,16.7823,13.3684,10.5781,8.51922,7.07688,6.09435,5.47173,5.06071,4.85293,4.77262,4.80067,4.95961,5.27194,5.80247,6.57471,7.6742,9.16142,11.2435,14.0512,17.4958,21.2612,24.7573,27.7337],"phase":"gamut_dense","raster_sha1":"c5ea3b1dbd4db482","rgb":[64,96,191],"session":18,"source":"pipeline","t_unix":1786421196.418836,"uid":"p00735","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.353629,9.237621,29.025722]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00633","ink_fraction":{"black":0.30886458333333333,"blue":0.6911354166666667,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 96)","median_spectrum_pct":[16.6262,16.6311,16.6367,16.6431,16.6508,17.0366,17.4324,17.6685,17.3935,17.0871,16.8621,15.2274,12.8435,10.4116,8.16927,6.31883,4.9452,3.98949,3.33643,2.93021,2.68448,2.6586,2.73639,2.82008,2.99447,3.28986,3.77609,4.50289,5.55843,7.08625,9.25677,12.1616,15.7395,19.664,23.3316,26.421],"phase":"gamut_dense","raster_sha1":"e404820f013de2ea","rgb":[0,0,96],"session":18,"source":"pipeline","t_unix":1786421198.8034565,"uid":"p00543","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.720432,5.496898,18.286421]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,32,159],"session":18,"source":"pipeline","t_unix":1786421201.2147152,"uid":"p00554","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,96,64],"session":18,"source":"pipeline","t_unix":1786421203.6865036,"uid":"p00569","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[96,223,255],"session":18,"source":"pipeline","t_unix":1786421206.1951497,"uid":"p00854","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,32,255],"session":18,"source":"pipeline","t_unix":1786421208.6601005,"uid":"p01124","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.3335390625,"green":0.0,"red":0.0,"white":0.6664609375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 223)","median_raw":[23.977083,25.846035,37.896641],"median_spectrum_pct":[33.0485,33.0522,33.0564,33.0612,33.0672,33.8436,34.538,35.2162,35.3217,35.5224,36.4337,35.8991,34.0156,31.931,29.8315,27.8123,26.1223,24.7926,23.772,23.1465,22.594,22.2636,22.0222,21.8826,21.9229,22.1215,22.509,23.0356,23.7643,24.6833,25.9129,27.4954,29.376,31.3314,33.0238,34.357],"phase":"gamut_dense","raster_sha1":"8ef6165c4fa4b9b6","raw":[[23.980355,25.848254,37.899828],[23.977083,25.846035,37.896641],[23.974251,25.844687,37.888633]],"rgb":[159,159,223],"session":18,"source":"pipeline","spectrum_pct":[[33.0485,33.0522,33.0564,33.0612,33.0672,33.827,34.5197,35.2129,35.3319,35.5556,36.4569,35.8991,34.0156,31.9229,29.8315,27.8134,26.1232,24.7877,23.7716,23.1506,22.6002,22.2666,22.0248,21.89,21.9304,22.1225,22.5145,23.0455,23.7736,24.6834,25.9374,27.5083,29.4145,31.3391,33.0343,34.4193],[33.0418,33.0454,33.0496,33.0544,33.0604,33.8436,34.538,35.2176,35.3217,35.5224,36.4337,35.8993,34.012,31.931,29.8298,27.8091,26.1223,24.7942,23.7736,23.1465,22.594,22.2636,22.0222,21.8826,21.9205,22.1215,22.509,23.0356,23.7643,24.6833,25.9129,27.4954,29.376,31.3314,32.9997,34.3465],[33.058,33.0616,33.0658,33.0706,33.0766,33.8517,34.5448,35.2162,35.3093,35.4741,36.4133,35.8891,34.0174,31.9316,29.8413,27.8123,26.1222,24.7926,23.772,23.1441,22.5888,22.2583,22.0198,21.8822,21.9229,22.1167,22.5023,23.0321,23.7597,24.681,25.9117,27.4932,29.3675,31.3278,33.0238,34.357]],"t_unix":1786421210.9805138,"uid":"p00997","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.977083,25.846035,37.896641]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 128)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,32,128],"session":18,"source":"pipeline","t_unix":1786421258.4297667,"uid":"p00553","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0009947916666666666,"blue":0.0,"green":0.0,"red":0.21622916666666667,"white":0.7827760416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 159)","median_raw":[26.924459,27.987649,29.910312],"median_spectrum_pct":[25.9246,25.9245,25.9243,25.9241,25.9241,26.4619,26.8518,27.2529,27.4106,27.6555,28.9406,30.0367,29.939,29.5082,28.9292,28.1539,27.3996,26.7504,26.2216,25.9961,25.9169,27.4127,29.7173,30.5539,30.6944,30.7599,30.9578,31.1947,31.5682,32.052,32.691,33.5095,34.5391,35.547,36.3485,36.9625],"phase":"gamut_dense","raster_sha1":"185b37e898e5b739","raw":[[26.940553,28.003959,29.910312],[26.924459,27.987649,29.895302],[26.915208,27.985357,29.911167]],"rgb":[191,128,159],"session":18,"source":"pipeline","spectrum_pct":[[25.9246,25.9245,25.9243,25.9241,25.9241,26.4536,26.8425,27.2529,27.4297,27.6857,28.9602,30.0552,29.941,29.5082,28.9292,28.1539,27.4048,26.7628,26.2345,26.0075,25.9332,27.4259,29.7361,30.5751,30.7189,30.7862,30.9825,31.226,31.5875,32.0742,32.728,33.56,34.6011,35.6032,36.3705,36.9625],[25.9126,25.9124,25.9122,25.912,25.912,26.4619,26.8518,27.246,27.4106,27.6373,28.9406,30.0107,29.9224,29.4922,28.9168,28.1436,27.391,26.7474,26.2216,25.9961,25.9169,27.4127,29.7173,30.5539,30.6944,30.7599,30.9578,31.1947,31.5682,32.052,32.691,33.5095,34.5209,35.547,36.2981,36.9427],[25.9603,25.9601,25.96,25.9598,25.9598,26.4881,26.873,27.2634,27.4059,27.6555,28.9157,30.0367,29.939,29.5189,28.9378,28.156,27.3996,26.7504,26.2151,25.9826,25.9029,27.3934,29.6895,30.5273,30.6699,30.7414,30.9425,31.1824,31.5466,32.024,32.6757,33.5091,34.5391,35.5358,36.3485,36.9728]],"t_unix":1786421260.6334689,"uid":"p01067","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.924459,27.987649,29.910312]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 64)","median_raw":[5.335664,8.126848,6.556566],"median_spectrum_pct":[4.67902,4.67763,4.67603,4.6742,4.67175,4.51769,4.47308,4.4912,4.33647,4.70792,9.28409,16.2705,17.6231,15.9975,13.3983,10.7925,8.71181,7.20113,6.14395,5.45828,5.0006,4.8088,4.75406,4.77132,4.91352,5.21472,5.71599,6.45557,7.53178,9.05279,11.1762,13.9413,17.3333,21.0317,24.5071,27.4594],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.327649,8.1157,6.556566],[5.335664,8.126848,6.55606],[5.347468,8.139759,6.583586]],"rgb":[32,128,64],"session":18,"source":"pipeline","spectrum_pct":[[4.67306,4.67167,4.67008,4.66825,4.66581,4.50663,4.45925,4.48185,4.33647,4.70611,9.28494,16.2665,17.5997,15.9788,13.3792,10.7749,8.70037,7.1868,6.13164,5.44779,4.9943,4.80191,4.74149,4.76328,4.90415,5.20225,5.69997,6.44357,7.52794,9.05235,11.1762,13.9291,17.3333,21.0358,24.4628,27.4284],[4.67902,4.67763,4.67603,4.6742,4.67175,4.51769,4.47308,4.4912,4.32272,4.70792,9.22158,16.2705,17.6231,15.9975,13.3983,10.7925,8.71181,7.20113,6.14395,5.45828,5.0006,4.8088,4.75406,4.77132,4.91352,5.21472,5.71599,6.45557,7.53178,9.05279,11.1632,13.9413,17.3317,20.9793,24.5071,27.4594],[4.69227,4.69088,4.68929,4.68745,4.68501,4.5317,4.48291,4.51106,4.35855,4.74378,9.28409,16.2914,17.6371,16.0203,13.4158,10.8048,8.72486,7.20819,6.15204,5.4691,5.01293,4.81854,4.76212,4.78383,4.92022,5.21867,5.72494,6.4645,7.54909,9.07094,11.178,13.9497,17.3632,21.0317,24.5075,27.5136]],"t_unix":1786421308.064495,"uid":"p00659","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.335664,8.126848,6.556566]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[159,0,32],"session":18,"source":"pipeline","t_unix":1786421355.4893074,"uid":"p00946","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4326744791666667,"white":0.538703125,"yellow":0.028622395833333335},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 0)","median_raw":[19.977853,19.336489,18.524453],"median_spectrum_pct":[16.1906,16.1898,16.1889,16.1879,16.1868,16.4925,16.6779,16.8081,16.8014,16.8599,17.9339,18.9974,19.1363,18.9253,18.5753,18.0726,17.5972,17.206,16.9076,16.856,17.118,20.0378,24.5882,26.4264,26.7519,26.8083,26.9499,27.1909,27.6554,28.3182,29.2524,30.4314,31.8895,33.3163,34.4793,35.3431],"phase":"gamut_dense","raster_sha1":"d160619c083ae65e","raw":[[19.992441,19.351952,18.547599],[19.97697,19.334995,18.517962],[19.977853,19.336489,18.524453]],"rgb":[223,128,0],"session":18,"source":"pipeline","spectrum_pct":[[16.2004,16.1996,16.1987,16.1977,16.1966,16.4925,16.6739,16.8109,16.8132,16.9677,17.9622,19.0261,19.1435,18.9416,18.5829,18.0837,17.6089,17.2158,16.9206,16.8713,17.1351,20.0528,24.6011,26.4379,26.7599,26.8156,26.9733,27.2061,27.6677,28.3354,29.2544,30.4471,31.8902,33.3252,34.4793,35.4046],[16.1858,16.185,16.1841,16.183,16.1819,16.4905,16.6779,16.8012,16.8014,16.8563,17.8913,18.9837,19.1363,18.9253,18.5637,18.0688,17.5954,17.2035,16.9076,16.856,17.118,20.034,24.5861,26.4249,26.7519,26.8083,26.9494,27.184,27.6554,28.3182,29.2335,30.4245,31.8636,33.2809,34.4366,35.3185],[16.1906,16.1898,16.1889,16.1879,16.1868,16.5012,16.6876,16.8081,16.7851,16.8599,17.9339,18.9974,19.1303,18.9232,18.5753,18.0726,17.5972,17.206,16.9069,16.8486,17.1135,20.0378,24.5882,26.4264,26.7494,26.8058,26.9499,27.1909,27.6499,28.3159,29.2524,30.4314,31.8895,33.3163,34.4947,35.3431]],"t_unix":1786421357.675341,"uid":"p01143","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.977853,19.336489,18.524453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[64,223,223],"session":18,"source":"pipeline","t_unix":1786421405.094885,"uid":"p00772","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.8985130208333333,"yellow":0.10148697916666667},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 159)","median_raw":[33.839401,37.255832,37.956669],"median_spectrum_pct":[32.5251,32.5239,32.5225,32.5209,32.5197,33.3834,33.9254,34.3227,34.4421,34.8203,36.8493,39.4696,40.3486,40.4387,40.0574,39.2006,38.2806,37.4282,36.6721,36.2732,35.7967,35.5929,35.4232,35.1887,35.0708,35.0616,35.1837,35.3121,35.4976,35.6818,35.9856,36.3997,36.9833,37.5753,38.001,38.3475],"phase":"gamut_dense","raster_sha1":"80482cb59bdb3a49","raw":[[33.86939,37.286804,37.991822],[33.839401,37.255832,37.956669],[33.817758,37.234744,37.943642]],"rgb":[223,191,159],"session":18,"source":"pipeline","spectrum_pct":[[32.5455,32.5443,32.543,32.5414,32.5401,33.3827,33.9144,34.3302,34.4917,34.9095,36.9346,39.5128,40.3906,40.4671,40.0737,39.2246,38.3061,37.4548,36.7016,36.3043,35.8297,35.6239,35.4565,35.2213,35.1028,35.0999,35.2265,35.3514,35.5366,35.7251,36.0397,36.4493,37.0203,37.6018,38.0481,38.4133],[32.5251,32.5239,32.5225,32.5209,32.5197,33.3834,33.9254,34.3227,34.4421,34.8162,36.8493,39.4696,40.3486,40.4387,40.0574,39.2006,38.2806,37.4282,36.6721,36.2732,35.7967,35.5929,35.4232,35.1887,35.0708,35.0616,35.1837,35.3121,35.4976,35.6818,35.9856,36.3997,36.9833,37.5675,37.9962,38.3278],[32.5104,32.5092,32.5078,32.5062,32.505,33.386,33.9304,34.3134,34.4151,34.8203,36.8022,39.4299,40.3358,40.4321,40.0472,39.1869,38.2648,37.4083,36.6491,36.2485,35.7692,35.5654,35.3966,35.164,35.0407,35.0283,35.1567,35.2832,35.4648,35.6603,35.9555,36.3815,36.9619,37.5753,38.001,38.3475]],"t_unix":1786421407.28277,"uid":"p01166","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.839401,37.255832,37.956669]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00851","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2604192708333333,"red":0.0,"white":0.7395807291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 159)","median_spectrum_pct":[26.0147,26.014,26.0133,26.0124,26.0114,26.4688,26.8524,27.2795,27.4063,27.89,30.7208,34.2816,35.0307,34.4123,33.1842,31.6192,30.1577,28.9477,27.978,27.3984,26.8402,26.5345,26.2809,26.0629,26.014,26.1315,26.4429,26.8435,27.4108,28.1162,29.0837,30.2984,31.7984,33.2885,34.5797,35.5941],"phase":"gamut_dense","raster_sha1":"2bff2cb32ee4cbe4","rgb":[128,191,159],"session":18,"source":"pipeline","t_unix":1786421455.1345398,"uid":"p00923","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.81672,29.163706,30.590465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[159,0,0],"session":18,"source":"pipeline","t_unix":1786421457.3321855,"uid":"p00945","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5521223958333333,"red":0.0,"white":0.44787760416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 128)","median_raw":[16.977491,20.466184,19.078934],"median_spectrum_pct":[15.7155,15.714,15.7121,15.71,15.7074,15.7907,15.9332,16.1457,16.1161,16.6714,20.684,26.5148,28.0541,27.2357,25.4696,23.3824,21.5375,20.0769,18.9574,18.2478,17.6662,17.3607,17.1559,17.0284,17.075,17.2901,17.7142,18.3055,19.1491,20.2868,21.8249,23.7798,26.1107,28.5351,30.7435,32.5388],"phase":"gamut_dense","raster_sha1":"517f73e4f3200ec2","raw":[[17.055038,20.560859,19.118349],[16.974002,20.462126,19.06824],[16.977491,20.466184,19.078934]],"rgb":[32,159,128],"session":18,"source":"pipeline","spectrum_pct":[[15.7613,15.7597,15.7578,15.7556,15.753,15.9289,16.0777,16.1947,16.0898,16.6053,20.6492,26.5729,28.1529,27.3653,25.6006,23.4974,21.645,20.1796,19.0524,18.3369,17.7596,17.452,17.2436,17.1112,17.1558,17.3783,17.8009,18.3925,19.2383,20.3777,21.9268,23.8709,26.1681,28.6379,30.8442,32.6237],[15.7148,15.7132,15.7113,15.7092,15.7066,15.7838,15.9273,16.1362,16.1161,16.6783,20.684,26.5042,28.0464,27.2337,25.4625,23.3767,21.5321,20.0764,18.9574,18.242,17.6622,17.3592,17.1553,17.0259,17.0687,17.29,17.7124,18.3055,19.1491,20.2868,21.813,23.7798,26.1107,28.5351,30.7435,32.5],[15.7155,15.714,15.7121,15.71,15.7074,15.7907,15.9332,16.1457,16.1343,16.6714,20.7259,26.5148,28.0541,27.2357,25.4696,23.3824,21.5375,20.0769,18.9566,18.2478,17.6662,17.3607,17.1559,17.0284,17.075,17.2901,17.7142,18.3046,19.1443,20.2839,21.8249,23.7765,26.101,28.5299,30.7191,32.5388]],"t_unix":1786421459.7532067,"uid":"p00670","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.977491,20.466184,19.078934]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[191,223,255],"session":18,"source":"pipeline","t_unix":1786421507.4006083,"uid":"p01097","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,32,191],"session":18,"source":"pipeline","t_unix":1786421509.8596156,"uid":"p00717","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.3339765625,"green":0.0,"red":0.0,"white":0.6660234375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 255)","median_raw":[23.942031,25.772334,37.965231],"median_spectrum_pct":[33.11,33.1137,33.1179,33.1228,33.1289,33.9285,34.6293,35.2883,35.4147,35.6288,36.4772,35.8672,33.9295,31.8223,29.7177,27.6904,26.0087,24.7008,23.6967,23.0853,22.5425,22.2139,21.9738,21.8383,21.8675,22.0484,22.4357,22.9672,23.6973,24.6092,25.8541,27.4451,29.3377,31.2988,33.0198,34.3715],"phase":"gamut_dense","raster_sha1":"bffe44068a0b7017","raw":[[23.944352,25.772334,37.965231],[23.942031,25.771464,37.969912],[23.941766,25.773198,37.954815]],"rgb":[96,159,255],"session":18,"source":"pipeline","spectrum_pct":[[33.11,33.1137,33.1179,33.1228,33.1289,33.9056,34.6062,35.2788,35.4193,35.6442,36.4844,35.8649,33.9295,31.8153,29.7128,27.6853,26.0087,24.7008,23.6943,23.0853,22.5425,22.2198,21.9823,21.8437,21.8675,22.0569,22.441,22.9722,23.6991,24.6222,25.862,27.4539,29.3761,31.3168,33.0362,34.4114],[33.0992,33.1029,33.1071,33.112,33.1181,33.9285,34.6293,35.2883,35.4147,35.6288,36.4772,35.8788,33.9251,31.8223,29.7177,27.6904,26.0086,24.6993,23.6967,23.0837,22.5398,22.2121,21.9737,21.8362,21.8676,22.0484,22.4357,22.9672,23.691,24.6092,25.8349,27.4451,29.3297,31.2908,33.0125,34.3693],[33.1117,33.1154,33.1196,33.1245,33.1306,33.9557,34.6508,35.2914,35.3809,35.5477,36.4125,35.8672,33.9359,31.8245,29.7192,27.7001,26.0194,24.7025,23.6989,23.0899,22.5434,22.2139,21.9738,21.8383,21.8647,22.0453,22.4349,22.966,23.6973,24.6091,25.8541,27.4369,29.3377,31.2988,33.0198,34.3715]],"t_unix":1786421512.3747013,"uid":"p00836","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.942031,25.772334,37.965231]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.44811979166666666,"blue":0.0,"green":0.0,"red":0.2485234375,"white":0.30335677083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 96)","median_raw":[9.54569,9.143905,10.876023],"median_spectrum_pct":[9.84751,9.84814,9.84886,9.8497,9.85056,9.9417,9.9907,10.0335,10.0053,9.9743,10.1975,10.3178,10.0239,9.59275,9.13945,8.66277,8.2685,7.98382,7.78219,7.71511,7.80057,9.06045,10.9535,11.6885,11.8876,12.069,12.3924,12.9052,13.725,14.9408,16.6766,18.9887,21.8261,24.8293,27.4993,29.6984],"phase":"gamut_dense","raster_sha1":"babab95ab04e3447","raw":[[9.544358,9.141316,10.870451],[9.54569,9.143905,10.876023],[9.549692,9.146293,10.884632]],"rgb":[128,32,96],"session":18,"source":"pipeline","spectrum_pct":[[9.84751,9.84814,9.84886,9.8497,9.85056,9.92551,9.97789,10.0261,10.0053,9.97528,10.1671,10.3067,10.0123,9.59597,9.13316,8.65661,8.26735,7.98382,7.78138,7.71088,7.79778,9.06045,10.9463,11.6875,11.8927,12.069,12.3868,12.9052,13.725,14.9311,16.6753,18.9887,21.8285,24.8443,27.5302,29.7024],[9.83883,9.83945,9.84016,9.84097,9.84185,9.9417,9.9907,10.0335,9.99093,9.9743,10.1975,10.3178,10.0239,9.59097,9.14167,8.66277,8.2685,7.98277,7.78219,7.71511,7.80057,9.05974,10.9535,11.6885,11.8798,12.0666,12.3924,12.9043,13.7229,14.9408,16.6766,18.9783,21.8218,24.8083,27.4598,29.6524],[9.86427,9.8649,9.86564,9.86647,9.86735,9.94872,10.0004,10.0459,10.0072,9.93395,10.2405,10.3245,10.0294,9.59275,9.13945,8.66412,8.26861,7.98541,7.78418,7.71538,7.80184,9.06199,10.9535,11.6949,11.8876,12.0717,12.3938,12.9168,13.731,14.9467,16.6908,18.9942,21.8261,24.8293,27.4993,29.6984]],"t_unix":1786421560.249162,"uid":"p00876","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.54569,9.143905,10.876023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[32,223,255],"session":18,"source":"pipeline","t_unix":1786421608.0910316,"uid":"p00692","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,0,223],"session":18,"source":"pipeline","t_unix":1786421610.6837997,"uid":"p01114","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01045","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9099973958333333,"white":0.09000260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 32)","median_spectrum_pct":[2.70875,2.70745,2.70596,2.70424,2.70227,2.73329,2.75091,2.7729,2.74028,2.68247,2.8426,3.12478,3.21147,3.20762,3.12081,3.00159,2.94485,2.99676,3.12566,3.36103,4.02511,8.48834,15.8935,19.1535,19.6072,19.4408,19.3229,19.3893,19.7869,20.5616,21.7825,23.4266,25.5213,27.7476,29.6942,31.27],"phase":"gamut_dense","raster_sha1":"c68e1bf2b20997ed","rgb":[255,64,32],"session":18,"source":"pipeline","t_unix":1786421613.4829774,"uid":"p01207","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.338791,6.265863,3.034882]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,223,0],"session":18,"source":"pipeline","t_unix":1786421616.1316042,"uid":"p00603","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"battery_mv":0,"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.802764,37.80277,43.185187],"median_spectrum_pct":[37.3192,37.3198,37.3205,37.3214,37.323,38.325,38.9802,39.54,39.8153,40.2082,41.4994,42.2601,41.9538,41.3749,40.6133,39.5973,38.6065,37.7272,36.9532,36.541,36.0266,35.6836,35.3496,35.0573,34.93,34.9285,35.0658,35.2034,35.4076,35.6069,35.9266,36.3434,36.9672,37.5958,38.0794,38.4115],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.825977,37.824765,43.189856],[34.802764,37.80277,43.167923],[34.793819,37.79465,43.185187]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[37.3192,37.3198,37.3205,37.3214,37.323,38.3124,38.9651,39.5401,39.846,40.234,41.4994,42.2792,41.9583,41.3749,40.6267,39.6107,38.6217,37.7473,36.9735,36.5624,36.0512,35.7087,35.3805,35.0887,34.9595,34.9591,35.1001,35.2421,35.4434,35.6399,35.9481,36.3628,36.9712,37.6071,38.0818,38.4115],[37.2994,37.3,37.3007,37.3015,37.3032,38.325,38.9802,39.54,39.8153,40.1684,41.4311,42.2225,41.9441,41.3754,40.6133,39.5973,38.6065,37.7272,36.9532,36.541,36.0266,35.6836,35.3496,35.0573,34.93,34.9285,35.0658,35.2034,35.4076,35.6069,35.9266,36.3434,36.9672,37.5876,38.0463,38.3976],[37.3361,37.3368,37.3376,37.3384,37.3401,38.3452,38.9914,39.5357,39.8001,40.2082,41.4998,42.2601,41.9538,41.3704,40.6116,39.5916,38.5977,37.7154,36.9375,36.5256,36.014,35.6689,35.3347,35.0387,34.9127,34.9094,35.0474,35.1892,35.3928,35.6004,35.9146,36.3272,36.9646,37.5958,38.0794,38.4804]],"t_unix":1786421616.1349795,"uid":"p01395","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.802764,37.80277,43.185187]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.451058,1.169427,2.380176],"median_spectrum_pct":[2.51531,2.51599,2.51677,2.51767,2.51855,2.45604,2.38157,2.30981,2.17058,2.01005,1.91256,1.78528,1.62883,1.42487,1.21136,1.02644,0.898713,0.819221,0.770108,0.752153,0.781696,1.01513,1.28815,1.40877,1.52455,1.72959,2.087,2.66349,3.58104,5.00229,7.10267,10.031,13.7266,17.754,21.5367,24.7724],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.451058,1.169427,2.380176],[1.450162,1.167007,2.379322],[1.453591,1.172705,2.383719]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[2.51364,2.51432,2.5151,2.516,2.51687,2.44703,2.37372,2.30872,2.16922,2.03391,1.91256,1.78528,1.62883,1.42186,1.21136,1.02644,0.899404,0.819221,0.770108,0.752153,0.781696,1.01505,1.28791,1.40877,1.52304,1.72864,2.08613,2.66349,3.5813,5.00509,7.12602,10.0517,13.7716,17.8164,21.6188,24.8333],[2.51531,2.51599,2.51677,2.51767,2.51855,2.45604,2.38157,2.30981,2.17279,2.01005,1.90781,1.77732,1.62583,1.42487,1.20961,1.02317,0.892527,0.813352,0.76777,0.751516,0.78077,1.01513,1.28815,1.40807,1.52455,1.72959,2.087,2.6596,3.57957,4.99702,7.10267,10.031,13.7266,17.754,21.5074,24.7446],[2.51706,2.51774,2.51852,2.51941,2.5203,2.4595,2.38949,2.31376,2.17058,1.97758,1.95445,1.82184,1.63759,1.42555,1.21544,1.02767,0.898713,0.821576,0.770634,0.755902,0.784929,1.01561,1.28978,1.41348,1.52927,1.7355,2.09254,2.66525,3.58104,5.00229,7.08327,10.0244,13.7208,17.7389,21.5367,24.7724]],"t_unix":1786421662.6733608,"uid":"p01396","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.451058,1.169427,2.380176]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.604108,12.215565,17.775878],"median_spectrum_pct":[16.0509,16.053,16.0553,16.058,16.0611,16.3076,16.4706,16.5461,16.4188,16.3817,16.6309,16.3848,15.6528,14.7811,13.873,12.9704,12.2036,11.589,11.1127,10.8259,10.6132,10.6814,10.8191,10.8518,10.9425,11.1754,11.5965,12.2227,13.1581,14.4734,16.3268,18.7497,21.7394,24.8754,27.6504,29.9235],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.604921,12.218202,17.775878],[11.604108,12.215565,17.781832],[11.548882,12.156497,17.740701]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[16.0509,16.053,16.0553,16.058,16.0611,16.3076,16.4706,16.5461,16.4022,16.3565,16.6309,16.4267,15.6528,14.7817,13.8761,12.9704,12.2036,11.589,11.1147,10.8321,10.6149,10.6814,10.8216,10.8538,10.9486,11.1795,11.6072,12.2357,13.1655,14.4823,16.3307,18.7559,21.7394,24.8754,27.6669,29.9235],[16.0648,16.0668,16.0692,16.0719,16.075,16.3183,16.4812,16.5546,16.4188,16.3817,16.5795,16.3848,15.6538,14.7811,13.873,12.9722,12.2045,11.5914,11.1127,10.8259,10.6132,10.6814,10.8191,10.8518,10.9425,11.1754,11.5965,12.2227,13.1581,14.4734,16.3268,18.7497,21.747,24.8789,27.6504,29.9751],[15.9981,16.0001,16.0025,16.0052,16.0082,16.172,16.3331,16.5005,16.4561,16.4427,16.6455,16.3839,15.5991,14.7048,13.7925,12.9043,12.1342,11.5265,11.0513,10.7709,10.5544,10.6222,10.7601,10.7907,10.8857,11.1149,11.5361,12.1652,13.0909,14.3975,16.2413,18.6681,21.6692,24.7695,27.5601,29.8544]],"t_unix":1786421707.8537557,"uid":"p01397","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.604108,12.215565,17.775878]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00963","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.909125,"white":0.090875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 0)","median_spectrum_pct":[3.00078,2.99955,2.99813,2.9965,2.99458,3.00213,3.00903,3.02889,3.00272,2.96972,3.15865,3.43699,3.51045,3.48474,3.38308,3.24052,3.16916,3.2175,3.34528,3.57858,4.22832,8.6336,15.9374,19.1356,19.5884,19.4462,19.356,19.4541,19.8679,20.6702,21.9048,23.5596,25.6496,27.8676,29.86,31.4278],"phase":"gamut_dense","raster_sha1":"1a0bcc23d3cd7f71","rgb":[223,64,0],"session":18,"source":"pipeline","t_unix":1786421755.5650163,"uid":"p01125","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.475427,6.457966,3.331787]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,32,223],"session":18,"source":"pipeline","t_unix":1786421758.1822433,"uid":"p01123","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[191,223,0],"session":18,"source":"pipeline","t_unix":1786421760.775647,"uid":"p01089","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[32,223,96],"session":18,"source":"pipeline","t_unix":1786421763.0377326,"uid":"p00687","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,191,0],"session":18,"source":"pipeline","t_unix":1786421765.2678776,"uid":"p00594","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00697","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5316953125,"red":0.0,"white":0.4683046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 128)","median_spectrum_pct":[16.257,16.2554,16.2535,16.2514,16.2487,16.3457,16.5072,16.7475,16.767,17.2752,21.1437,26.9616,28.5055,27.741,26.0235,23.9694,22.155,20.7204,19.6306,18.9392,18.3581,18.0421,17.8234,17.6714,17.7112,17.9213,18.3433,18.9268,19.7431,20.8407,22.32,24.2189,26.4593,28.8112,30.8979,32.5578],"phase":"gamut_dense","raster_sha1":"5877f5729eeca1f2","rgb":[0,255,128],"session":18,"source":"pipeline","t_unix":1786421767.484863,"uid":"p00616","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.584664,21.087407,19.691511]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00579","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8362838541666666,"red":0.0,"white":0.16371614583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 96)","median_spectrum_pct":[8.03065,8.02914,8.0274,8.02541,8.02283,7.95301,7.94577,8.00359,7.86174,8.22499,12.5659,19.4035,20.9583,19.6362,17.2899,14.8142,12.7749,11.2561,10.1654,9.46557,8.96328,8.72981,8.62726,8.60128,8.7137,9.00179,9.49657,10.2154,11.2388,12.6589,14.5894,17.1148,20.2016,23.4553,26.498,28.9808],"phase":"gamut_dense","raster_sha1":"0bc3d6a4bf5aed63","rgb":[32,128,96],"session":18,"source":"pipeline","t_unix":1786421769.6877694,"uid":"p00660","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.962438,12.012711,10.333416]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00753","ink_fraction":{"black":0.0,"blue":0.257234375,"green":0.0,"red":0.0,"white":0.742765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 159, 191)","median_spectrum_pct":[33.9154,33.9185,33.922,33.926,33.9312,34.7681,35.5237,36.2761,36.4609,36.6929,37.536,37.1422,35.5487,33.7472,31.9043,30.0722,28.5145,27.2725,26.3096,25.7436,25.2045,24.8784,24.6229,24.4463,24.4415,24.6022,24.9535,25.4176,26.0573,26.8473,27.9212,29.277,30.9187,32.5938,34.0791,35.2261],"phase":"gamut_dense","raster_sha1":"6cbf06bfaa773b64","rgb":[32,159,191],"session":18,"source":"pipeline","t_unix":1786421771.907898,"uid":"p00672","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.108751,28.165286,39.093453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7872161458333333,"blue":0.0,"green":0.0,"red":0.0,"white":0.21278385416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 96)","median_raw":[5.691943,5.770569,8.602285],"median_spectrum_pct":[8.01654,8.01776,8.01916,8.02077,8.02241,8.0043,8.02162,8.05157,7.98338,7.84692,7.87017,7.66386,7.29061,6.84086,6.38539,5.94591,5.593,5.33088,5.13549,5.03275,4.96625,5.12115,5.31996,5.40102,5.50666,5.72359,6.10269,6.68917,7.60713,8.96708,10.9546,13.6667,17.0439,20.6505,24.0439,26.9356],"phase":"gamut_dense","raster_sha1":"36dee63267903818","raw":[[5.691943,5.770569,8.602285],[5.689205,5.768522,8.599504],[5.6931,5.771466,8.613496]],"rgb":[96,64,96],"session":18,"source":"pipeline","spectrum_pct":[[8.018,8.01922,8.02062,8.02223,8.02388,8.00241,8.01239,8.0497,7.98338,7.84692,7.87017,7.66386,7.28714,6.83671,6.38539,5.946,5.593,5.33088,5.13553,5.03293,4.96625,5.12115,5.32501,5.40102,5.50666,5.72462,6.10615,6.69186,7.61393,8.97599,10.9645,13.6858,17.0736,20.6921,24.1063,26.984],[8.01654,8.01776,8.01916,8.02077,8.02241,8.0043,8.02162,8.05157,7.97804,7.83303,7.84799,7.66216,7.29061,6.84086,6.38722,5.94591,5.58903,5.32639,5.13451,5.03178,4.96622,5.11946,5.31996,5.39703,5.50472,5.71717,6.10269,6.68917,7.60596,8.95827,10.948,13.6667,17.0439,20.6505,24.0425,26.9356],[8.01606,8.01727,8.01866,8.02026,8.02192,8.01716,8.02997,8.06665,7.9877,7.85846,7.87065,7.67607,7.29388,6.84106,6.38449,5.94586,5.59503,5.33251,5.13549,5.03275,4.96809,5.12175,5.31942,5.40117,5.50874,5.72359,6.0986,6.68423,7.60713,8.96708,10.9546,13.6616,17.0088,20.6437,24.0439,26.9038]],"t_unix":1786421774.1032095,"uid":"p00804","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.691943,5.770569,8.602285]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01146","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4378203125,"white":0.5371223958333333,"yellow":0.025057291666666665},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 96)","median_spectrum_pct":[16.3705,16.3698,16.369,16.368,16.367,16.6438,16.8493,17.0194,17.0429,17.1742,18.2187,19.1567,19.1854,18.926,18.5521,18.0373,17.5544,17.1536,16.8463,16.7906,17.0604,19.9759,24.5224,26.3775,26.726,26.8081,26.9794,27.2273,27.6919,28.3491,29.2616,30.4152,31.792,33.1568,34.3086,35.1775],"phase":"gamut_dense","raster_sha1":"d87b3c321c517cf9","rgb":[255,128,96],"session":18,"source":"pipeline","t_unix":1786421821.4720316,"uid":"p01227","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.985223,19.312694,18.74939]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,128,64],"session":18,"source":"pipeline","t_unix":1786421823.6541312,"uid":"p00740","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0006458333333333333,"blue":0.0,"green":0.09078125,"red":0.10071614583333334,"white":0.8078567708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 159)","median_raw":[28.183408,30.472115,32.45617],"median_spectrum_pct":[27.9606,27.9603,27.9599,27.9595,27.9593,28.5232,28.9378,29.3394,29.5007,29.8785,31.8176,33.8739,34.1127,33.6461,32.848,31.7706,30.7303,29.8423,29.0997,28.7079,28.3815,28.9195,29.8351,30.0904,30.1277,30.207,30.4228,30.6957,31.0926,31.5975,32.2823,33.1626,34.2505,35.3216,36.184,36.8858],"phase":"gamut_dense","raster_sha1":"d2110f94005a9c4f","raw":[[28.190109,30.476872,32.453106],[28.183408,30.472115,32.462819],[28.170062,30.463036,32.45617]],"rgb":[159,159,159],"session":18,"source":"pipeline","spectrum_pct":[[27.9398,27.9395,27.9391,27.9386,27.9384,28.5075,28.9223,29.3296,29.5007,29.9054,31.8176,33.8739,34.1105,33.6374,32.838,31.7682,30.737,29.8488,29.1098,28.7182,28.3912,28.927,29.8474,30.1051,30.1414,30.219,30.4443,30.7156,31.1041,31.6087,32.2836,33.1626,34.2561,35.3517,36.184,36.8858],[27.9638,27.9634,27.9631,27.9626,27.9624,28.5232,28.9378,29.3394,29.5114,29.8785,31.8402,33.8921,34.1127,33.6461,32.848,31.7715,30.7298,29.8423,29.0997,28.7079,28.3815,28.9195,29.8351,30.0904,30.1277,30.207,30.4228,30.6957,31.0926,31.5975,32.2823,33.1678,34.2505,35.3216,36.208,36.9383],[27.9606,27.9603,27.9599,27.9595,27.9593,28.5346,28.9486,29.3418,29.4954,29.8635,31.7902,33.8728,34.1247,33.6501,32.8512,31.7706,30.7303,29.8348,29.0909,28.6983,28.3727,28.9015,29.8086,30.0671,30.1069,30.1834,30.4035,30.6737,31.0644,31.58,32.2653,33.1304,34.2306,35.2684,36.1478,36.8793]],"t_unix":1786421825.847158,"uid":"p00995","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.183408,30.472115,32.45617]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00581","ink_fraction":{"black":0.17609114583333332,"blue":0.2865234375,"green":0.0,"red":0.0,"white":0.5373854166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 159)","median_spectrum_pct":[26.0982,26.1016,26.1055,26.1099,26.1154,26.7939,27.3198,27.6825,27.6009,27.6145,28.149,27.5569,25.9437,24.1566,22.3591,20.6821,19.3175,18.2692,17.4595,16.9509,16.5241,16.3559,16.2912,16.263,16.3606,16.5899,16.9863,17.547,18.3692,19.5011,21.0641,23.0792,25.504,28.0402,30.2646,32.0283],"phase":"gamut_dense","raster_sha1":"a7d1dfb7dede0ae0","rgb":[32,128,159],"session":18,"source":"pipeline","t_unix":1786421873.1971433,"uid":"p00662","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.064709,19.25767,29.645909]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00997","ink_fraction":{"black":0.0,"blue":0.3335390625,"green":0.0,"red":0.0,"white":0.6664609375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 223)","median_spectrum_pct":[33.0485,33.0522,33.0564,33.0612,33.0672,33.8436,34.538,35.2162,35.3217,35.5224,36.4337,35.8991,34.0156,31.931,29.8315,27.8123,26.1223,24.7926,23.772,23.1465,22.594,22.2636,22.0222,21.8826,21.9229,22.1215,22.509,23.0356,23.7643,24.6833,25.9129,27.4954,29.376,31.3314,33.0238,34.357],"phase":"gamut_dense","raster_sha1":"8ef6165c4fa4b9b6","rgb":[64,159,223],"session":18,"source":"pipeline","t_unix":1786421875.3852715,"uid":"p00754","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.977083,25.846035,37.896641]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.05696875,"blue":0.0,"green":0.0,"red":0.0,"white":0.94303125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 191)","median_raw":[31.806236,34.48416,40.157683],"median_spectrum_pct":[34.8399,34.8408,34.8419,34.8432,34.8452,35.7258,36.3053,36.8159,37.0497,37.4166,38.4668,39.0511,38.66,38.0131,37.2046,36.1613,35.1712,34.3103,33.5646,33.1624,32.6755,32.3758,32.0908,31.8467,31.7612,31.8004,31.9865,32.2085,32.5213,32.9047,33.4516,34.1642,35.1159,36.0483,36.8001,37.4186],"phase":"gamut_dense","raster_sha1":"d3bc5b7c1fcaba10","raw":[[31.815518,34.492173,40.143167],[31.806236,34.48416,40.157683],[31.790495,34.470421,40.161412]],"rgb":[191,96,191],"session":18,"source":"pipeline","spectrum_pct":[[34.8131,34.8141,34.8151,34.8164,34.8184,35.6964,36.2845,36.8043,37.0497,37.4166,38.4668,39.0511,38.6458,38.0084,37.202,36.1613,35.1747,34.3191,33.5803,33.1771,32.6911,32.3919,32.1103,31.8662,31.7797,31.814,31.9994,32.2321,32.5487,32.9235,33.4706,34.1831,35.1266,36.058,36.8001,37.4281],[34.8399,34.8408,34.8419,34.8432,34.8452,35.7258,36.3053,36.8159,37.0598,37.4069,38.4944,39.0433,38.66,38.0131,37.2046,36.1644,35.1712,34.3103,33.5646,33.1624,32.6755,32.3758,32.0908,31.8467,31.7612,31.8004,31.9865,32.2085,32.5213,32.9047,33.4516,34.1642,35.1159,36.038,36.8144,37.4163],[34.8549,34.8559,34.857,34.8583,34.8603,35.7361,36.3227,36.8229,37.0488,37.4174,38.4574,39.0538,38.669,38.019,37.2046,36.1558,35.1604,34.2971,33.5486,33.142,32.6519,32.3481,32.0698,31.825,31.7387,31.7734,31.956,32.1829,32.4957,32.8839,33.4232,34.1416,35.0904,36.0483,36.7963,37.4186]],"t_unix":1786421877.637655,"uid":"p01059","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.806236,34.48416,40.157683]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[159,223,223],"session":18,"source":"pipeline","t_unix":1786421925.050703,"uid":"p01015","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00730","ink_fraction":{"black":0.0,"blue":0.0,"green":0.934390625,"red":0.0,"white":0.0,"yellow":0.065609375},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 0)","median_spectrum_pct":[4.40832,4.40601,4.40337,4.40033,4.39653,4.27099,4.23358,4.24958,4.07398,4.46737,9.14709,16.7369,18.7429,17.6147,15.3274,12.8536,10.8186,9.32029,8.25015,7.5563,7.08045,6.90168,6.87501,6.88702,7.02438,7.31466,7.80232,8.51261,9.54014,10.9997,13.0355,15.7001,18.9641,22.492,25.7453,28.4921],"phase":"gamut_dense","raster_sha1":"4d72e48ce56be103","rgb":[64,96,0],"session":18,"source":"pipeline","t_unix":1786421927.2317865,"uid":"p00729","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.907612,10.028055,6.437469]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00583","ink_fraction":{"black":0.0,"blue":0.6091484375,"green":0.0,"red":0.0,"white":0.3908515625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 255)","median_spectrum_pct":[29.704,29.7095,29.716,29.7234,29.7324,30.4724,31.1932,31.8472,31.7829,31.7399,32.1605,30.5751,27.617,24.5634,21.6795,19.1569,17.1855,15.7216,14.6618,14.0027,13.4874,13.1937,13.0341,12.9897,13.1016,13.3821,13.8655,14.5534,15.5125,16.7822,18.5182,20.7649,23.4599,26.3365,28.9454,31.0495],"phase":"gamut_dense","raster_sha1":"3761d0c21ad01769","rgb":[32,128,255],"session":18,"source":"pipeline","t_unix":1786421929.538129,"uid":"p00665","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.480671,17.392365,33.742775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01176","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9489583333333333,"yellow":0.051041666666666666},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 191)","median_spectrum_pct":[34.7107,34.7104,34.71,34.7095,34.7098,35.6922,36.2635,36.642,36.7775,37.1178,38.8173,40.6136,41.0357,40.8319,40.2706,39.3292,38.3666,37.4985,36.7382,36.3366,35.8442,35.5472,35.2651,34.9911,34.8661,34.8753,35.0099,35.1487,35.3324,35.5085,35.7865,36.1906,36.7584,37.3032,37.7458,38.0358],"phase":"gamut_dense","raster_sha1":"ada45a426f2f782b","rgb":[223,255,191],"session":18,"source":"pipeline","t_unix":1786421931.8162215,"uid":"p01185","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.195552,37.431393,40.27556]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01056","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6912890625,"white":0.3087109375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 96)","median_spectrum_pct":[8.07394,8.07284,8.07157,8.07012,8.06844,8.1728,8.23693,8.28133,8.27821,8.28693,8.86068,9.46113,9.55933,9.45536,9.2458,8.9631,8.73009,8.59915,8.55569,8.68484,9.21902,13.2137,19.6695,22.4421,22.9144,22.8992,22.9445,23.1532,23.6404,24.4241,25.5713,27.062,28.8652,30.7347,32.3074,33.5762],"phase":"gamut_dense","raster_sha1":"e43c9581f3d3882f","rgb":[255,96,96],"session":18,"source":"pipeline","t_unix":1786421934.1073623,"uid":"p01218","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.738453,11.531108,9.157022]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00680","ink_fraction":{"black":0.0,"blue":0.0,"green":0.28055989583333335,"red":0.0,"white":0.7194401041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 159)","median_spectrum_pct":[25.3404,25.3396,25.3387,25.3376,25.3366,25.8406,26.1803,26.4347,26.4487,26.8356,29.8245,33.8446,34.777,34.202,32.9217,31.2844,29.7991,28.5808,27.5796,26.9339,26.3088,25.952,25.6799,25.5063,25.5002,25.6261,25.9082,26.2617,26.8312,27.5546,28.5763,29.8487,31.3652,32.8788,34.2157,35.1537],"phase":"gamut_dense","raster_sha1":"f3fd92768152bcee","rgb":[64,191,159],"session":18,"source":"pipeline","t_unix":1786421936.3547606,"uid":"p00761","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.278318,28.722622,29.739537]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6659739583333333,"blue":0.0,"green":0.0013203125,"red":0.0,"white":0.3327057291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 96)","median_raw":[8.346915,8.66555,12.533985],"median_spectrum_pct":[11.477,11.4785,11.4802,11.4822,11.4845,11.6023,11.677,11.7031,11.5817,11.4576,11.5438,11.3785,10.8876,10.2923,9.67505,9.07533,8.56943,8.18125,7.88159,7.71124,7.58139,7.67855,7.83414,7.88818,7.98535,8.19978,8.58582,9.17555,10.0727,11.3824,13.3006,15.8827,19.068,22.4573,25.6206,28.2132],"phase":"gamut_dense","raster_sha1":"61335be539014e06","raw":[[8.345273,8.66449,12.527447],[8.348906,8.667361,12.536255],[8.346915,8.66555,12.533985]],"rgb":[0,96,96],"session":18,"source":"pipeline","spectrum_pct":[[11.4691,11.4706,11.4724,11.4744,11.4766,11.5812,11.6564,11.6866,11.5817,11.4603,11.556,11.3785,10.886,10.2923,9.67383,9.07032,8.56632,8.17777,7.8784,7.70828,7.58139,7.67855,7.83389,7.88432,7.98535,8.20084,8.58671,9.17555,10.0717,11.3938,13.3131,15.8827,19.068,22.4573,25.6206,28.2553],[11.477,11.4785,11.4802,11.4822,11.4845,11.6023,11.677,11.7031,11.5814,11.4576,11.5438,11.3868,10.8876,10.2893,9.67505,9.0764,8.57259,8.18172,7.88374,7.71124,7.58146,7.68119,7.83494,7.89043,7.98622,8.19978,8.58582,9.18053,10.0767,11.3824,13.3006,15.885,19.0731,22.4672,25.6241,28.2132],[11.4819,11.4834,11.4852,11.4872,11.4894,11.6066,11.6815,11.7049,11.5885,11.4256,11.5366,11.3764,10.888,10.2934,9.6753,9.07533,8.56943,8.18125,7.88159,7.71163,7.57987,7.67719,7.83414,7.88818,7.9839,8.19601,8.58167,9.17155,10.0727,11.381,13.2918,15.8636,19.0543,22.4344,25.5592,28.1582]],"t_unix":1786421938.5848105,"uid":"p00570","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.346915,8.66555,12.533985]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00956","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 64)","median_spectrum_pct":[2.60554,2.60428,2.60283,2.60116,2.59923,2.63216,2.62904,2.61179,2.57893,2.51744,2.68616,2.97531,3.03529,3.00857,2.9266,2.79803,2.73943,2.79826,2.92774,3.16638,3.8324,8.33536,15.7926,19.0596,19.5202,19.3468,19.2048,19.2384,19.614,20.392,21.6276,23.3285,25.4476,27.679,29.6782,31.2266],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","rgb":[255,0,64],"session":18,"source":"pipeline","t_unix":1786421985.9976673,"uid":"p01190","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.201692,6.091975,2.877407]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,0,191],"session":18,"source":"pipeline","t_unix":1786421988.2871265,"uid":"p01194","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00655","ink_fraction":{"black":0.0,"blue":0.9058541666666666,"green":0.0,"red":0.0,"white":0.09414583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 255)","median_spectrum_pct":[25.8799,25.8869,25.895,25.9043,25.9156,26.6634,27.416,28.0182,27.7771,27.4561,27.2059,24.6385,20.8514,17.1357,13.7933,11.0437,9.00377,7.57216,6.58767,5.96453,5.5504,5.34921,5.2785,5.30787,5.46911,5.78487,6.30037,7.05596,8.12756,9.62719,11.7042,14.4605,17.8303,21.474,24.9329,27.8022],"phase":"gamut_dense","raster_sha1":"3776a4d0283b8ab4","rgb":[0,96,255],"session":18,"source":"pipeline","t_unix":1786421990.4916065,"uid":"p00575","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.739706,9.685688,29.077816]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[35.063424,38.087609,43.347568],"median_spectrum_pct":[37.4897,37.4903,37.491,37.4917,37.4934,38.5618,39.2073,39.6811,39.9131,40.2538,41.6013,42.4172,42.1704,41.6275,40.8846,39.8796,38.8995,38.0267,37.2589,36.8517,36.3385,35.9922,35.6515,35.3578,35.2301,35.2248,35.3588,35.4913,35.6653,35.8565,36.1593,36.5605,37.1508,37.7478,38.1872,38.5214],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[35.080974,38.102726,43.351121],[35.063424,38.087609,43.347568],[35.046258,38.069455,43.326171]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[37.4897,37.4903,37.491,37.4917,37.4934,38.5448,39.1909,39.6887,39.9257,40.2833,41.6089,42.4172,42.1704,41.6275,40.8879,39.8862,38.9106,38.0462,37.2786,36.8716,36.3623,36.015,35.6737,35.3812,35.254,35.2529,35.3883,35.5165,35.6974,35.8882,36.1729,36.5786,37.1774,37.7498,38.1872,38.5052],[37.4898,37.4904,37.4911,37.4919,37.4936,38.5618,39.2073,39.6811,39.9131,40.2538,41.6013,42.4207,42.1786,41.629,40.8846,39.8796,38.8995,38.0267,37.2589,36.8517,36.3385,35.9922,35.6515,35.3578,35.2301,35.2248,35.3588,35.4913,35.6653,35.8565,36.1593,36.5605,37.1508,37.7478,38.1932,38.5214],[37.4762,37.4768,37.4775,37.4782,37.48,38.5762,39.2242,39.6724,39.8707,40.2213,41.5146,42.3757,42.1571,41.6224,40.8762,39.8692,38.8861,38.0103,37.2395,36.8318,36.3188,35.9706,35.6329,35.3392,35.2136,35.2063,35.336,35.4684,35.6512,35.8409,36.1356,36.5331,37.1312,37.7048,38.1741,38.5236]],"t_unix":1786421990.4938424,"uid":"p01398","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.063424,38.087609,43.347568]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.450147,1.166061,2.373839],"median_spectrum_pct":[2.51439,2.51507,2.51585,2.51675,2.51762,2.4373,2.36309,2.30696,2.17644,2.03088,1.95104,1.78181,1.61563,1.40929,1.20632,1.02044,0.894821,0.817787,0.770273,0.752217,0.781135,1.0138,1.28908,1.40975,1.52798,1.73357,2.09048,2.66347,3.57328,4.99598,7.09471,10.0259,13.683,17.6974,21.5135,24.7461],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.448549,1.165522,2.373839],[1.450147,1.166061,2.37336],[1.454561,1.171353,2.388542]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[2.49902,2.4997,2.50048,2.50137,2.50224,2.43208,2.35464,2.29467,2.17161,2.03238,1.95104,1.78181,1.61378,1.40311,1.20234,1.01739,0.894362,0.816765,0.768971,0.751037,0.777337,1.01283,1.28715,1.40946,1.52506,1.72987,2.08886,2.66221,3.577,5.00256,7.10756,10.0353,13.7164,17.7441,21.538,24.8054],[2.51556,2.51625,2.51704,2.51795,2.51881,2.4373,2.36309,2.30696,2.17644,2.01402,1.91658,1.74604,1.61563,1.40929,1.20632,1.02044,0.894821,0.817787,0.770273,0.752217,0.781135,1.0138,1.28908,1.40975,1.52798,1.73357,2.09048,2.66347,3.57328,4.99598,7.09471,10.0259,13.683,17.6974,21.5135,24.7461],[2.51439,2.51507,2.51585,2.51675,2.51762,2.44661,2.37313,2.31344,2.18994,2.03088,1.95601,1.79288,1.62602,1.42264,1.21072,1.02289,0.896384,0.820149,0.772828,0.753711,0.782515,1.01853,1.29501,1.41355,1.5307,1.73663,2.09334,2.66604,3.57083,4.99388,7.09335,10.0152,13.6686,17.6504,21.4768,24.7294]],"t_unix":1786422035.6327229,"uid":"p01399","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.450147,1.166061,2.373839]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.676163,12.297289,17.895841],"median_spectrum_pct":[16.1762,16.1783,16.1807,16.1835,16.1865,16.3496,16.5146,16.6549,16.5716,16.527,16.7561,16.5575,15.7569,14.8701,13.9529,13.0529,12.2831,11.6683,11.1909,10.9086,10.6911,10.7527,10.8857,10.9135,11.0099,11.2408,11.6619,12.2836,13.2041,14.5113,16.3435,18.7426,21.72,24.8024,27.5836,29.8742],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.674279,12.29463,17.887214],[11.676163,12.29739,17.895841],[11.676485,12.297289,17.907886]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[16.1577,16.1598,16.1621,16.1649,16.1679,16.3295,16.4936,16.6438,16.5696,16.527,16.7561,16.5507,15.7412,14.8561,13.9455,13.045,12.2783,11.6683,11.1933,10.909,10.6913,10.7551,10.8889,10.9156,11.0106,11.2408,11.6619,12.2763,13.1972,14.496,16.3247,18.7305,21.7114,24.8087,27.5836,29.8801],[16.1762,16.1783,16.1807,16.1835,16.1865,16.3496,16.5146,16.6549,16.5716,16.5165,16.745,16.5575,15.7569,14.8701,13.9529,13.0537,12.2832,11.6705,11.1909,10.9086,10.6911,10.7527,10.8857,10.9135,11.0099,11.2429,11.6647,12.2836,13.2041,14.5148,16.3435,18.7534,21.72,24.8024,27.5814,29.862],[16.1826,16.1847,16.1871,16.1898,16.1929,16.3656,16.5227,16.6599,16.572,16.5407,16.7787,16.5676,15.7663,14.8723,13.9557,13.0529,12.2831,11.6651,11.1875,10.907,10.6878,10.749,10.8849,10.913,11.0096,11.2395,11.6595,12.2859,13.2068,14.5113,16.3453,18.7426,21.7351,24.7885,27.5932,29.8742]],"t_unix":1786422080.7929366,"uid":"p01400","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.676163,12.297289,17.895841]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01176","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9489583333333333,"yellow":0.051041666666666666},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 191)","median_spectrum_pct":[34.7107,34.7104,34.71,34.7095,34.7098,35.6922,36.2635,36.642,36.7775,37.1178,38.8173,40.6136,41.0357,40.8319,40.2706,39.3292,38.3666,37.4985,36.7382,36.3366,35.8442,35.5472,35.2651,34.9911,34.8661,34.8753,35.0099,35.1487,35.3324,35.5085,35.7865,36.1906,36.7584,37.3032,37.7458,38.0358],"phase":"gamut_dense","raster_sha1":"ada45a426f2f782b","rgb":[255,255,191],"session":18,"source":"pipeline","t_unix":1786422128.2761188,"uid":"p01266","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.195552,37.431393,40.27556]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.20644010416666667,"blue":0.0,"green":0.1414453125,"red":0.09278125,"white":0.5593333333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 128)","median_raw":[18.295137,19.770085,21.760781],"median_spectrum_pct":[18.9805,18.9807,18.9809,18.9812,18.9815,19.24,19.4269,19.6154,19.5983,19.7507,21.3896,23.2493,23.3827,22.7724,21.8634,20.8,19.8272,19.0283,18.3985,18.0458,17.7973,18.3141,19.1845,19.4769,19.5593,19.7275,20.0922,20.5953,21.3271,22.3287,23.7073,25.4806,27.5947,29.7626,31.701,33.1805],"phase":"gamut_dense","raster_sha1":"1e490ea800157a48","raw":[[18.293757,19.76929,21.740029],[18.295137,19.770085,21.760781],[18.297914,19.774446,21.763697]],"rgb":[128,128,128],"session":18,"source":"pipeline","spectrum_pct":[[18.9584,18.9586,18.9589,18.9591,18.9594,19.2204,19.4074,19.6051,19.5952,19.7342,21.3511,23.23,23.3827,22.7709,21.852,20.7988,19.8272,19.0283,18.3985,18.045,17.7986,18.3149,19.1845,19.4769,19.5607,19.7275,20.0936,20.6024,21.3349,22.3399,23.7073,25.4817,27.5947,29.7487,31.701,33.199],[18.9805,18.9807,18.9809,18.9812,18.9815,19.24,19.4269,19.6154,19.6016,19.7655,21.4061,23.2493,23.3745,22.7724,21.8634,20.8,19.8254,19.0261,18.396,18.0458,17.7948,18.3119,19.1821,19.4722,19.5593,19.7256,20.0905,20.5939,21.3271,22.3287,23.705,25.4706,27.5945,29.7626,31.6766,33.1523],[18.9887,18.989,18.9892,18.9895,18.9898,19.2583,19.4403,19.6186,19.5983,19.7507,21.3896,23.2634,23.388,22.7826,21.8714,20.8096,19.8295,19.0304,18.3987,18.0469,17.7973,18.3141,19.1875,19.477,19.5577,19.7279,20.0922,20.5953,21.3257,22.3259,23.7107,25.4806,27.6024,29.7728,31.7107,33.1805]],"t_unix":1786422130.628408,"uid":"p00904","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.295137,19.770085,21.760781]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.77965625,"green":0.0,"red":0.0,"white":0.22034375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 159)","median_raw":[12.837231,13.225941,31.577862],"median_spectrum_pct":[27.965,27.9715,27.979,27.9876,27.998,28.7936,29.5392,30.1066,29.897,29.7242,29.8448,27.7006,24.2043,20.7291,17.5293,14.8203,12.7579,11.2687,10.2195,9.56792,9.10182,8.85404,8.74032,8.73729,8.87946,9.1833,9.69938,10.4539,11.5135,12.9312,14.8759,17.4532,20.5776,23.8869,26.9708,29.5589],"phase":"gamut_dense","raster_sha1":"873c918abab8cc2d","raw":[[12.82324,13.210932,31.551566],[12.837231,13.225941,31.577862],[12.847264,13.237864,31.595682]],"rgb":[32,96,159],"session":18,"source":"pipeline","spectrum_pct":[[27.9285,27.935,27.9424,27.951,27.9614,28.7526,29.498,30.0804,29.8959,29.7242,29.8185,27.7006,24.1917,20.7036,17.5078,14.7976,12.7389,11.2524,10.2083,9.55433,9.09089,8.84561,8.7284,8.7244,8.86556,9.17631,9.68957,10.4419,11.503,12.9271,14.8756,17.4509,20.5776,23.8865,27.0027,29.5907],[27.965,27.9715,27.979,27.9876,27.998,28.7936,29.5392,30.1066,29.897,29.7465,29.8448,27.6917,24.2043,20.7291,17.5293,14.8203,12.7579,11.2687,10.2195,9.56792,9.10182,8.85404,8.74032,8.73729,8.87946,9.1833,9.69938,10.4539,11.5135,12.9312,14.8759,17.4532,20.5713,23.8869,26.9631,29.5124],[27.9793,27.9858,27.9933,28.0018,28.0123,28.8182,29.5682,30.1315,29.9153,29.7204,29.8585,27.7304,24.2274,20.746,17.5462,14.8317,12.772,11.2815,10.2308,9.57689,9.11032,8.86014,8.74738,8.74581,8.88782,9.19356,9.70817,10.4592,11.5228,12.9449,14.8906,17.4692,20.5976,23.8927,26.9708,29.5589]],"t_unix":1786422178.1603222,"uid":"p00653","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.837231,13.225941,31.577862]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.12057552083333334,"red":0.0,"white":0.0,"yellow":0.8794244791666667},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 0)","median_raw":[28.607151,34.231163,4.852956],"median_spectrum_pct":[1.77384,1.76047,1.74511,1.72746,1.70704,1.65809,1.62373,1.60269,1.57557,2.06639,6.72131,18.1481,27.0661,32.9004,36.149,37.0082,36.8239,36.3533,35.8367,35.6448,35.4725,36.1754,37.185,37.4022,37.307,37.1821,37.1218,36.9996,36.9172,36.8682,36.8933,37.0085,37.3144,37.6223,37.7981,37.9445],"phase":"gamut_dense","raster_sha1":"81dd92291983744d","raw":[[28.674564,34.315947,4.858695],[28.607151,34.231163,4.839933],[28.576176,34.190517,4.852956]],"rgb":[159,191,0],"session":18,"source":"pipeline","spectrum_pct":[[1.77384,1.76047,1.74511,1.72746,1.70704,1.65809,1.622,1.60106,1.57557,2.07559,6.74816,18.1676,27.1243,32.9635,36.2282,37.092,36.9166,36.4518,35.9376,35.751,35.5763,36.2661,37.2617,37.473,37.3762,37.2501,37.1922,37.0682,36.99,36.9421,36.9682,37.0787,37.413,37.7142,37.8747,37.9679],[1.75692,1.74356,1.72823,1.7106,1.69024,1.65723,1.62373,1.60554,1.56384,2.05697,6.66928,18.1121,27.0661,32.9004,36.149,37.0082,36.8239,36.3533,35.8367,35.6448,35.4725,36.1754,37.185,37.4022,37.307,37.1821,37.1218,36.9996,36.9172,36.8682,36.8933,37.0085,37.3144,37.6223,37.7981,37.9187],[1.77689,1.76356,1.74827,1.73068,1.71035,1.66608,1.62862,1.60269,1.58443,2.06639,6.72131,18.1481,27.0591,32.868,36.1108,36.957,36.7731,36.3007,35.7825,35.5907,35.4151,36.1249,37.1479,37.3724,37.2778,37.149,37.088,36.9668,36.8824,36.8372,36.8656,36.9924,37.2862,37.573,37.7879,37.9445]],"t_unix":1786422225.6175861,"uid":"p00999","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[28.607151,34.231163,4.852956]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[255,32,32],"session":18,"source":"pipeline","t_unix":1786422273.286771,"uid":"p01198","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.9986822916666667,"red":0.0,"white":0.0,"yellow":0.0013177083333333333},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 0)","median_raw":[5.299245,8.063092,6.538421],"median_spectrum_pct":[4.66014,4.65878,4.65722,4.65542,4.65301,4.50195,4.44882,4.48256,4.31562,4.68496,9.22434,16.2127,17.5515,15.9025,13.2931,10.6954,8.62323,7.12127,6.07292,5.3969,4.94684,4.76337,4.72455,4.74156,4.88532,5.18337,5.68702,6.43097,7.49826,9.02035,11.1344,13.8984,17.3028,20.9917,24.4954,27.4048],"phase":"gamut_dense","raster_sha1":"b4a2b54c795ec3f0","raw":[[5.302885,8.074282,6.538421],[5.285834,8.045977,6.527943],[5.299245,8.063092,6.55166]],"rgb":[64,128,0],"session":18,"source":"pipeline","spectrum_pct":[[4.65881,4.65742,4.65583,4.65401,4.65161,4.52274,4.4721,4.48256,4.29966,4.68474,9.21226,16.2127,17.5709,15.9353,13.3309,10.7191,8.64102,7.13355,6.08314,5.40477,4.95099,4.76685,4.72814,4.74613,4.88926,5.1885,5.69494,6.43419,7.51262,9.03529,11.1517,13.9208,17.3213,21.0478,24.5587,27.5174],[4.66014,4.65878,4.65722,4.65542,4.65301,4.49142,4.4398,4.47706,4.31562,4.68496,9.22434,16.1863,17.5219,15.875,13.2719,10.6757,8.60711,7.10705,6.06201,5.38252,4.93273,4.75336,4.7136,4.72775,4.86933,5.17297,5.67573,6.42025,7.48667,9.00841,11.1168,13.8669,17.2652,20.9692,24.4808,27.3836],[4.67475,4.67339,4.67183,4.67003,4.66762,4.50195,4.44882,4.48501,4.33103,4.72644,9.29913,16.2127,17.5515,15.9025,13.2931,10.6954,8.62323,7.12127,6.07292,5.3969,4.94684,4.76337,4.72455,4.74156,4.88532,5.18337,5.68702,6.43097,7.49826,9.02035,11.1344,13.8984,17.3028,20.9917,24.4954,27.4048]],"t_unix":1786422275.6483743,"uid":"p00738","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.299245,8.063092,6.538421]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.168796875,"blue":0.13484635416666665,"green":0.0,"red":0.0,"white":0.6963567708333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 191)","median_raw":[22.304985,23.972715,32.107656],"median_spectrum_pct":[28.1609,28.1633,28.166,28.1691,28.1731,28.7958,29.2765,29.7186,29.7994,29.9157,30.5985,30.4692,29.3875,28.1022,26.7985,25.4476,24.2744,23.3143,22.5453,22.0968,21.6785,21.4908,21.3839,21.2875,21.3209,21.4824,21.8293,22.3159,23.0131,23.9288,25.1906,26.8158,28.774,30.7915,32.5545,33.9399],"phase":"gamut_dense","raster_sha1":"1ca2fb1b43744789","raw":[[22.305275,23.972715,32.082756],[22.304985,23.973111,32.107656],[22.303284,23.97258,32.113103]],"rgb":[159,0,191],"session":18,"source":"pipeline","spectrum_pct":[[28.1448,28.1472,28.1499,28.1531,28.157,28.7747,29.256,29.699,29.7767,29.8977,30.5592,30.4484,29.3735,28.0949,26.7931,25.4429,24.2729,23.3155,22.5504,22.103,21.6813,21.4996,21.3945,21.2961,21.3256,21.4897,21.8353,22.3226,23.0131,23.9357,25.1985,26.8087,28.7655,30.7544,32.5519,33.8856],[28.1609,28.1633,28.166,28.1691,28.1731,28.7958,29.2765,29.7186,29.8058,29.9157,30.5985,30.4855,29.3875,28.1022,26.7985,25.4476,24.2744,23.3143,22.5453,22.0968,21.6785,21.4908,21.3839,21.2875,21.3209,21.4824,21.8293,22.3159,23.0139,23.9288,25.1906,26.8236,28.7887,30.7915,32.5545,33.9558],[28.1655,28.1679,28.1706,28.1737,28.1777,28.8084,29.2877,29.7234,29.7994,29.9319,30.5988,30.4692,29.3937,28.1146,26.8027,25.4503,24.2769,23.3134,22.5436,22.094,21.6728,21.4869,21.3821,21.2814,21.3174,21.4756,21.8208,22.3123,23.01,23.9247,25.1894,26.8158,28.774,30.7928,32.5814,33.9399]],"t_unix":1786422323.1889093,"uid":"p00951","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.304985,23.972715,32.107656]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01142","ink_fraction":{"black":0.0,"blue":2.6041666666666666e-06,"green":0.0,"red":0.0,"white":0.9999973958333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 255)","median_spectrum_pct":[37.2786,37.2792,37.2799,37.2806,37.2822,38.3192,39.0387,39.6815,40.0001,40.2894,41.4985,42.2851,42.0078,41.4546,40.6855,39.6608,38.6691,37.7927,37.0209,36.6024,36.0764,35.6984,35.3321,35.0317,34.9085,34.9229,35.0718,35.217,35.4037,35.593,35.8992,36.3148,36.9038,37.4825,37.9227,38.2197],"phase":"gamut_dense","raster_sha1":"bb2584f9a26b2662","rgb":[223,128,255],"session":18,"source":"pipeline","t_unix":1786422371.0054533,"uid":"p01151","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.832672,37.850737,43.264518]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,64,159],"session":18,"source":"pipeline","t_unix":1786422373.447825,"uid":"p00563","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01156","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19389583333333332,"white":0.7963359375,"yellow":0.009768229166666666},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 128)","median_spectrum_pct":[27.3674,27.3673,27.3673,27.3673,27.3677,28.0009,28.4179,28.7536,28.8773,29.0699,30.3655,31.4899,31.4479,31.0063,30.3669,29.5193,28.7284,28.0598,27.4855,27.197,27.0232,28.2429,30.1593,30.8501,30.9879,31.0465,31.2018,31.3894,31.7005,32.1498,32.7929,33.5915,34.5845,35.5254,36.2905,36.8008],"phase":"gamut_dense","raster_sha1":"9238a3ab7e31f3b8","rgb":[255,159,128],"session":18,"source":"pipeline","t_unix":1786422375.866398,"uid":"p01237","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.756316,29.103498,31.517797]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01031","ink_fraction":{"black":0.00253125,"blue":0.0,"green":0.0,"red":0.21536979166666667,"white":0.7820989583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 159)","median_spectrum_pct":[26.0193,26.0193,26.0193,26.0192,26.0194,26.5246,26.8898,27.2726,27.4599,27.7512,28.9746,29.8923,29.7462,29.2891,28.7047,27.9338,27.1888,26.536,26.0,25.7684,25.6981,27.2184,29.5425,30.3755,30.5082,30.5684,30.7494,30.9939,31.3678,31.8647,32.5264,33.3856,34.4452,35.4737,36.3155,36.9946],"phase":"gamut_dense","raster_sha1":"d99f969b799fd10f","rgb":[191,32,159],"session":18,"source":"pipeline","t_unix":1786422378.2948408,"uid":"p01040","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.780654,27.794175,29.933824]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6675052083333334,"white":0.3319010416666667,"yellow":0.00059375},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 0)","median_raw":[14.268811,12.211668,9.860112],"median_spectrum_pct":[8.67921,8.67809,8.67682,8.67534,8.67364,8.7857,8.85592,8.92352,8.8827,8.90005,9.56783,10.3135,10.402,10.289,10.0694,9.76613,9.51056,9.35384,9.27961,9.3873,9.90144,13.8116,20.096,22.789,23.2624,23.2658,23.3278,23.5333,24.0257,24.8077,25.9276,27.3812,29.1611,30.9137,32.4973,33.7021],"phase":"gamut_dense","raster_sha1":"3f26a6d9f4dfdffd","raw":[[14.264496,12.212144,9.860112],[14.268811,12.211668,9.863694],[14.268909,12.209111,9.852626]],"rgb":[191,96,0],"session":18,"source":"pipeline","spectrum_pct":[[8.66745,8.66633,8.66504,8.66356,8.66185,8.77944,8.85134,8.92004,8.87925,8.90005,9.58306,10.3247,10.4156,10.294,10.0707,9.77122,9.51254,9.35384,9.28277,9.38916,9.90195,13.8116,20.087,22.7772,23.2495,23.2542,23.3185,23.5315,24.0159,24.7935,25.9276,27.3812,29.138,30.9023,32.5017,33.7021],[8.68322,8.68211,8.68083,8.67936,8.67766,8.78713,8.85592,8.92366,8.88665,8.90657,9.56783,10.3135,10.402,10.289,10.0694,9.76613,9.50894,9.35451,9.27961,9.3873,9.90144,13.8116,20.096,22.789,23.2624,23.2658,23.3278,23.5333,24.0257,24.8077,25.931,27.3783,29.1611,30.9137,32.4973,33.7087],[8.67921,8.67809,8.67682,8.67534,8.67364,8.7857,8.85809,8.92352,8.8827,8.8673,9.53211,10.2931,10.391,10.2804,10.0652,9.76555,9.51056,9.35055,9.27634,9.38212,9.89794,13.8142,20.102,22.7951,23.2667,23.2732,23.3355,23.5431,24.0311,24.8151,25.919,27.3813,29.1715,30.9336,32.4868,33.6917]],"t_unix":1786422380.7237253,"uid":"p01053","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.268811,12.211668,9.860112]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.14494270833333334,"blue":0.0,"green":0.0024140625,"red":0.0008958333333333333,"white":0.67509375,"yellow":0.17665364583333334},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 128)","median_raw":[26.354557,29.22787,27.321064],"median_spectrum_pct":[23.401,23.3992,23.3971,23.3948,23.3922,23.8393,24.1282,24.3772,24.4253,24.6813,26.8171,30.0249,31.4232,31.7896,31.5813,30.8738,30.0671,29.3249,28.6838,28.3548,28.0188,28.0762,28.2118,28.1345,28.0974,28.1413,28.3514,28.6025,29.0015,29.5502,30.3252,31.3334,32.6205,33.892,34.9672,35.8164],"phase":"gamut_dense","raster_sha1":"21a8b1cfb89d3893","raw":[[26.361164,29.235596,27.309085],[26.354557,29.22787,27.321064],[26.340779,29.213774,27.324287]],"rgb":[159,159,128],"session":18,"source":"pipeline","spectrum_pct":[[23.3857,23.3839,23.3818,23.3794,23.3769,23.823,24.1081,24.3639,24.4253,24.6813,26.8156,30.0249,31.4177,31.7897,31.5821,30.8785,30.0759,29.3364,28.6961,28.3663,28.0287,28.0886,28.2233,28.1464,28.1038,28.156,28.3653,28.6205,29.0195,29.5673,30.3331,31.3565,32.6439,33.9049,35.0268,35.862],[23.401,23.3992,23.3971,23.3948,23.3922,23.8393,24.1282,24.3772,24.4273,24.6885,26.8331,30.0181,31.4254,31.7896,31.5813,30.8738,30.0671,29.3249,28.6838,28.3548,28.0188,28.0762,28.2118,28.1345,28.0974,28.1413,28.3514,28.6025,29.0015,29.5502,30.3252,31.3334,32.6205,33.88,34.9655,35.8164],[23.4157,23.4139,23.4119,23.4096,23.4071,23.8595,24.147,24.3796,24.4228,24.6731,26.8171,30.0301,31.4232,31.7895,31.5783,30.8688,30.0577,29.3086,28.6609,28.3308,27.9925,28.0535,28.195,28.1202,28.0763,28.126,28.334,28.5857,28.9873,29.5278,30.2891,31.3022,32.6071,33.892,34.9672,35.797]],"t_unix":1786422428.426569,"uid":"p00994","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.354557,29.22787,27.321064]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01208","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9457473958333333,"white":0.05425260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 64)","median_spectrum_pct":[1.97205,1.9707,1.96914,1.96735,1.96533,2.00916,2.0231,2.02196,1.92281,1.82431,1.98473,2.25574,2.35704,2.37231,2.31012,2.20486,2.16204,2.24944,2.39461,2.64249,3.3258,7.88341,15.4977,18.8817,19.3717,19.206,19.0875,19.1445,19.5416,20.316,21.5376,23.1988,25.3053,27.5452,29.5534,31.1181],"phase":"gamut_dense","raster_sha1":"9f77af99bce619fb","rgb":[191,64,64],"session":18,"source":"pipeline","t_unix":1786422476.0230978,"uid":"p01046","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.816842,5.591277,2.176325]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01136","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6690989583333333,"white":0.33088541666666665,"yellow":1.5625e-05},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 64)","median_spectrum_pct":[8.38371,8.38258,8.38129,8.3798,8.37813,8.52389,8.60563,8.6595,8.59558,8.57724,9.19941,9.91751,10.0378,9.92666,9.70432,9.40533,9.15266,9.0073,8.9418,9.05181,9.57535,13.5264,19.8298,22.4961,22.9598,22.961,23.0128,23.2222,23.7299,24.5424,25.7053,27.211,29.052,30.889,32.4512,33.6804],"phase":"gamut_dense","raster_sha1":"f84fec2153cd9eb2","rgb":[255,96,64],"session":18,"source":"pipeline","t_unix":1786422478.4600425,"uid":"p01217","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.978165,11.876486,9.542988]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0015494791666666667,"green":0.0,"red":0.0,"white":0.9984505208333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 255)","median_raw":[34.892206,37.90403,43.260499],"median_spectrum_pct":[37.4163,37.4169,37.4177,37.4185,37.4203,38.4872,39.1367,39.6277,39.8419,40.1851,41.4567,42.2984,42.0628,41.4852,40.7284,39.7081,38.7199,37.8384,37.06,36.649,36.13,35.7769,35.4371,35.1447,35.0191,35.0133,35.15,35.281,35.4776,35.6766,35.9862,36.4075,37.0423,37.6098,38.0745,38.4618],"phase":"gamut_dense","raster_sha1":"435a175e799cb275","raw":[[34.908386,37.919172,43.263612],[34.892206,37.90403,43.260499],[34.8746,37.887482,43.255189]],"rgb":[191,64,255],"session":18,"source":"pipeline","spectrum_pct":[[37.4084,37.409,37.4098,37.4106,37.4123,38.464,39.116,39.6283,39.8611,40.2114,41.4682,42.3293,42.0636,41.4854,40.7306,39.7178,38.727,37.8507,37.0801,36.6675,36.1533,35.802,35.4596,35.1673,35.0397,35.0361,35.1756,35.309,35.5008,35.7022,36.0108,36.4408,37.047,37.648,38.1229,38.4888],[37.4163,37.4169,37.4177,37.4185,37.4203,38.4872,39.1367,39.6277,39.8419,40.1851,41.4567,42.2984,42.0628,41.4852,40.7284,39.7081,38.7199,37.8384,37.06,36.649,36.13,35.7769,35.4371,35.1447,35.0191,35.0133,35.15,35.281,35.4776,35.6766,35.9862,36.4075,37.0423,37.6098,38.0745,38.4332],[37.4194,37.42,37.4208,37.4216,37.4234,38.4965,39.1465,39.6271,39.8314,40.1667,41.4209,42.2926,42.061,41.4849,40.723,39.6979,38.7053,37.819,37.0424,36.6279,36.1096,35.7552,35.4127,35.1175,34.99,34.9871,35.1256,35.262,35.4577,35.6618,35.976,36.4,37.018,37.5887,38.0602,38.4618]],"t_unix":1786422480.797499,"uid":"p01052","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.892206,37.90403,43.260499]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.056979166666666664,"blue":0.0,"green":0.0,"red":0.0,"white":0.9430208333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 191)","median_raw":[32.004525,34.706046,40.405505],"median_spectrum_pct":[35.0655,35.0664,35.0675,35.0687,35.0708,36.0592,36.6599,37.0727,37.2202,37.5267,38.6284,39.2268,38.9149,38.2725,37.4632,36.417,35.4216,34.5506,33.7976,33.3817,32.8825,32.5739,32.2882,32.0375,31.9445,31.9729,32.156,32.3695,32.6697,33.0389,33.5559,34.2521,35.1949,36.0748,36.8273,37.4151],"phase":"gamut_dense","raster_sha1":"87a29e6dd071c849","raw":[[32.018311,34.719585,40.411312],[32.004525,34.706046,40.405505],[31.833648,34.521313,40.290566]],"rgb":[191,64,191],"session":18,"source":"pipeline","spectrum_pct":[[35.0655,35.0664,35.0675,35.0687,35.0708,36.0592,36.6599,37.0727,37.2202,37.5267,38.6284,39.2741,38.9221,38.2725,37.4632,36.4238,35.4281,34.5617,33.8099,33.3989,32.9018,32.592,32.3067,32.0596,31.9635,31.9933,32.1745,32.3967,32.6963,33.0664,33.5898,34.2932,35.2174,36.13,36.8683,37.4381],[35.0725,35.0734,35.0745,35.0757,35.0779,36.085,36.6829,37.0799,37.2111,37.4949,38.5601,39.2268,38.9149,38.2753,37.4659,36.417,35.4216,34.5506,33.7976,33.3817,32.8825,32.5739,32.2882,32.0375,31.9445,31.9729,32.156,32.3695,32.6697,33.0389,33.5559,34.2521,35.1949,36.0748,36.8273,37.4151],[34.9365,34.9375,34.9386,34.94,34.942,35.7451,36.3336,36.9417,37.2644,37.6052,38.6728,39.1967,38.7531,38.0698,37.2487,36.2094,35.2161,34.3483,33.6006,33.1886,32.6943,32.3819,32.0934,31.8423,31.7492,31.7864,31.9727,32.1895,32.4927,32.8748,33.406,34.1141,35.0494,35.9432,36.7297,37.3073]],"t_unix":1786422528.3163714,"uid":"p01050","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.004525,34.706046,40.405505]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,0,223],"session":18,"source":"pipeline","t_unix":1786422575.788323,"uid":"p00628","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[255,0,32],"session":18,"source":"pipeline","t_unix":1786422578.2054982,"uid":"p01189","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,191,32],"session":18,"source":"pipeline","t_unix":1786422580.5907447,"uid":"p00676","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.18144010416666667,"red":0.0,"white":0.5831328125,"yellow":0.23542708333333334},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 128)","median_raw":[27.586548,31.821377,24.008555],"median_spectrum_pct":[19.7368,19.7323,19.7272,19.7212,19.7144,19.9987,20.2608,20.5352,20.5737,21.1113,24.7847,31.167,34.3044,35.3993,35.3422,34.432,33.3449,32.3384,31.4843,30.9884,30.5111,30.4278,30.4401,30.3024,30.2397,30.2874,30.4842,30.7214,31.0729,31.5555,32.1911,33.0204,34.0542,35.0838,35.9165,36.5795],"phase":"gamut_dense","raster_sha1":"b0f25a25e474a443","raw":[[27.593876,31.830609,24.008555],[27.586548,31.821377,24.010174],[27.576306,31.810215,24.001942]],"rgb":[159,191,128],"session":18,"source":"pipeline","spectrum_pct":[[19.7363,19.7318,19.7266,19.7207,19.7138,19.9899,20.2493,20.5352,20.5628,21.1351,24.7995,31.167,34.3058,35.4097,35.3472,34.441,33.3541,32.3503,31.494,30.9995,30.522,30.4408,30.4498,30.3148,30.2481,30.2963,30.4949,30.7286,31.0781,31.5567,32.1921,33.0204,34.0588,35.0665,35.9165,36.5693],[19.7368,19.7323,19.7272,19.7212,19.7144,19.9987,20.2608,20.5363,20.5796,21.1113,24.7847,31.1721,34.3044,35.3993,35.3422,34.432,33.3449,32.3384,31.4843,30.9884,30.5111,30.4278,30.4401,30.3024,30.2397,30.2874,30.4842,30.7214,31.0729,31.5555,32.1911,33.0209,34.0542,35.0961,35.9142,36.5795],[19.7386,19.7341,19.729,19.7231,19.7163,20.0034,20.263,20.5351,20.5737,21.0903,24.7416,31.1579,34.2947,35.3928,35.3362,34.4258,33.3335,32.3271,31.4709,30.9766,30.4994,30.4164,30.429,30.294,30.2243,30.2706,30.4719,30.7082,31.0559,31.5404,32.18,33.0049,34.0413,35.0838,35.9251,36.5831]],"t_unix":1786422583.0039387,"uid":"p01003","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.586548,31.821377,24.008555]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 32)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[32,0,32],"session":18,"source":"pipeline","t_unix":1786422630.6466198,"uid":"p00622","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.44823697916666666,"red":0.0,"white":0.5517630208333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 128)","median_raw":[20.307493,23.84018,23.09531],"median_spectrum_pct":[19.3489,19.3475,19.3459,19.3441,19.3418,19.5524,19.7665,20.0067,19.9898,20.443,24.1519,29.4669,30.832,30.1219,28.5769,26.6718,24.9519,23.5593,22.4716,21.7873,21.1981,20.872,20.6408,20.4836,20.4882,20.6625,21.0505,21.5811,22.3307,23.3186,24.6562,26.3361,28.3493,30.4183,32.233,33.6578],"phase":"gamut_dense","raster_sha1":"7138cc6a55944d8c","raw":[[20.307493,23.84018,23.09531],[20.306066,23.839169,23.096908],[20.31019,23.844751,23.091886]],"rgb":[128,191,128],"session":18,"source":"pipeline","spectrum_pct":[[19.3388,19.3374,19.3358,19.334,19.3318,19.5457,19.7589,20.0031,20.0045,20.443,24.1519,29.475,30.8326,30.1218,28.5721,26.6715,24.9519,23.559,22.4716,21.7873,21.1981,20.872,20.6401,20.4836,20.4882,20.6625,21.0512,21.5811,22.3372,23.3285,24.6599,26.3406,28.3582,30.4183,32.233,33.6576],[19.3489,19.3475,19.3459,19.3441,19.3418,19.5524,19.7665,20.0069,19.9898,20.4493,24.1539,29.4669,30.832,30.1219,28.5769,26.6718,24.9511,23.5593,22.47,21.7849,21.1954,20.8701,20.6408,20.4791,20.4872,20.6615,21.0436,21.5728,22.3244,23.3162,24.6562,26.3271,28.3419,30.3923,32.2205,33.6578],[19.3525,19.3511,19.3495,19.3477,19.3455,19.5664,19.7788,20.0067,19.9874,20.4212,24.1116,29.4437,30.8267,30.1361,28.5895,26.6827,24.958,23.5671,22.4794,21.7934,21.2025,20.8733,20.6445,20.4837,20.4911,20.6645,21.0505,21.5823,22.3307,23.3186,24.6538,26.3361,28.3493,30.4192,32.242,33.6635]],"t_unix":1786422633.0350218,"uid":"p00922","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.307493,23.84018,23.09531]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01056","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6912890625,"white":0.3087109375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 96, 96)","median_spectrum_pct":[8.07394,8.07284,8.07157,8.07012,8.06844,8.1728,8.23693,8.28133,8.27821,8.28693,8.86068,9.46113,9.55933,9.45536,9.2458,8.9631,8.73009,8.59915,8.55569,8.68484,9.21902,13.2137,19.6695,22.4421,22.9144,22.8992,22.9445,23.1532,23.6404,24.4241,25.5713,27.062,28.8652,30.7347,32.3074,33.5762],"phase":"gamut_dense","raster_sha1":"e43c9581f3d3882f","rgb":[223,96,96],"session":18,"source":"pipeline","t_unix":1786422680.5206647,"uid":"p01137","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.738453,11.531108,9.157022]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.16861458333333335,"blue":0.1350390625,"green":0.0,"red":0.0,"white":0.6963463541666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 191)","median_raw":[22.485559,24.185077,32.377545],"median_spectrum_pct":[28.4573,28.4598,28.4626,28.4658,28.4698,29.1004,29.5717,29.9579,29.9951,30.0987,30.8102,30.7675,29.6995,28.4128,27.0726,25.6885,24.486,23.5162,22.7498,22.3011,21.8722,21.6689,21.5488,21.4398,21.4594,21.6243,21.9829,22.4785,23.1745,24.0901,25.3504,26.9508,28.9076,30.8953,32.6703,34.0579],"phase":"gamut_dense","raster_sha1":"fcbab1512dd3af0e","raw":[[22.490912,24.190556,32.369807],[22.485559,24.185077,32.377545],[22.482712,24.184456,32.382079]],"rgb":[159,64,191],"session":18,"source":"pipeline","spectrum_pct":[[28.4345,28.4369,28.4397,28.4429,28.4469,29.086,29.5595,29.9456,29.9912,30.0973,30.8404,30.7763,29.6995,28.4039,27.0684,25.6847,24.4864,23.5244,22.76,22.3109,21.8818,21.6798,21.5567,21.4481,21.4687,21.6346,21.9932,22.4888,23.1926,24.1123,25.3697,26.9807,28.9246,30.8987,32.6729,34.071],[28.4605,28.4629,28.4657,28.4689,28.473,29.1004,29.5717,29.9579,29.9979,30.1058,30.8102,30.766,29.6986,28.4128,27.0726,25.6888,24.4846,23.5143,22.7498,22.3011,21.8722,21.6689,21.5488,21.4398,21.4594,21.6243,21.9829,22.4785,23.1745,24.0901,25.3504,26.9508,28.9076,30.8953,32.6703,34.0579],[28.4573,28.4598,28.4626,28.4658,28.4698,29.1167,29.5901,29.9645,29.9951,30.0987,30.8008,30.7675,29.7148,28.4252,27.0823,25.6885,24.486,23.5162,22.7474,22.2957,21.8662,21.6644,21.5421,21.4326,21.454,21.617,21.9744,22.4729,23.1731,24.085,25.3412,26.9469,28.8905,30.8787,32.6546,34.0245]],"t_unix":1786422682.9129343,"uid":"p00969","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.485559,24.185077,32.377545]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.85789,37.877112,43.282599],"median_spectrum_pct":[37.4337,37.4344,37.4351,37.436,37.4378,38.4888,39.1394,39.6496,39.8929,40.2292,41.5118,42.3345,42.0761,41.4933,40.7292,39.7025,38.6983,37.8107,37.0281,36.6069,36.0816,35.7192,35.3663,35.0693,34.9489,34.9548,35.102,35.2509,35.4481,35.6515,35.9697,36.3922,37.0201,37.5837,38.0326,38.4247],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.869292,37.886745,43.282599],[34.85789,37.877112,43.292787],[34.844872,37.864863,43.280883]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[37.4208,37.4214,37.4221,37.423,37.4247,38.4644,39.1176,39.647,39.8974,40.228,41.5174,42.3345,42.0761,41.4962,40.7275,39.7031,38.7058,37.8172,37.0387,36.6212,36.1001,35.7386,35.3898,35.0952,34.9707,34.9737,35.1202,35.2658,35.4592,35.6649,35.977,36.4197,37.0201,37.5875,38.0733,38.4247],[37.4404,37.441,37.4418,37.4427,37.4444,38.4888,39.1394,39.6549,39.8929,40.2353,41.5118,42.3499,42.0779,41.4933,40.7316,39.7025,38.6983,37.8107,37.0281,36.6069,36.0816,35.7192,35.3663,35.0693,34.9489,34.9548,35.102,35.2509,35.4481,35.6515,35.9697,36.3922,37.0217,37.5837,38.0287,38.4403],[37.4337,37.4344,37.4351,37.436,37.4378,38.4949,39.1495,39.6496,39.8568,40.2292,41.4787,42.3106,42.0679,41.4908,40.7292,39.6963,38.6876,37.7996,37.0179,36.5936,36.068,35.6998,35.3519,35.055,34.9334,34.9371,35.0817,35.2282,35.4286,35.638,35.9448,36.3721,36.9941,37.5524,38.0326,38.4068]],"t_unix":1786422728.1954093,"uid":"p01401","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.85789,37.877112,43.282599]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.448809,1.164844,2.370286],"median_spectrum_pct":[2.51742,2.51811,2.5189,2.51981,2.52069,2.44995,2.3788,2.29979,2.15823,1.98714,1.92768,1.7684,1.60848,1.40434,1.20291,1.02175,0.893064,0.815225,0.768679,0.751381,0.781122,1.0131,1.28503,1.40702,1.52892,1.73287,2.08818,2.66,3.57189,5.00171,7.11314,10.0437,13.7126,17.7175,21.5462,24.7751],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.443955,1.159249,2.35976],[1.448809,1.164844,2.370286],[1.452536,1.167327,2.381503]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[2.50485,2.50553,2.50631,2.50721,2.50809,2.43832,2.36862,2.29338,2.15718,1.98714,1.88492,1.74743,1.59089,1.39473,1.19665,1.01521,0.890458,0.813996,0.767674,0.748965,0.777742,1.01062,1.27761,1.40056,1.52264,1.72584,2.08352,2.65701,3.57181,5.00168,7.10905,10.0491,13.7184,17.7406,21.5559,24.8128],[2.51742,2.51811,2.5189,2.51981,2.52069,2.44995,2.3788,2.29979,2.15823,1.98293,1.92768,1.7684,1.60848,1.40434,1.20291,1.02181,0.8937,0.816325,0.768679,0.751381,0.781148,1.0131,1.28503,1.40702,1.52892,1.73287,2.08818,2.66,3.57189,5.00171,7.11314,10.0437,13.7126,17.7175,21.5462,24.7751],[2.52345,2.52413,2.52492,2.52583,2.52671,2.45652,2.38876,2.31097,2.16098,2.01829,1.92978,1.77002,1.6132,1.41288,1.20685,1.02175,0.893064,0.815225,0.771632,0.753311,0.781122,1.01662,1.28758,1.41173,1.53118,1.73459,2.09365,2.66711,3.57765,5.00184,7.11335,10.0372,13.7043,17.6895,21.5267,24.7457]],"t_unix":1786422773.3447804,"uid":"p01402","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448809,1.164844,2.370286]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.590968,12.200154,17.748143],"median_spectrum_pct":[16.0196,16.0217,16.024,16.0267,16.0298,16.2047,16.3682,16.5243,16.4469,16.3722,16.6283,16.3905,15.6237,14.7425,13.839,12.9419,12.1826,11.5716,11.0975,10.8172,10.6021,10.6706,10.8133,10.8467,10.9427,11.1757,11.6001,12.223,13.1537,14.4698,16.3108,18.7242,21.707,24.7908,27.5842,29.8666],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.588687,12.199516,17.73584],[11.591101,12.200187,17.748143],[11.590968,12.200154,17.75303]],"rgb":null,"session":18,"source":"bayer","spectrum_pct":[[16.0004,16.0024,16.0048,16.0074,16.0105,16.1853,16.3536,16.5189,16.4469,16.3594,16.6283,16.3696,15.6237,14.7425,13.839,12.9419,12.1826,11.5738,11.099,10.8178,10.6031,10.6725,10.8142,10.8444,10.9418,11.1757,11.6001,12.2228,13.1537,14.4698,16.3098,18.7316,21.707,24.7908,27.591,29.8666],[16.0196,16.0217,16.024,16.0267,16.0298,16.2047,16.3682,16.5243,16.445,16.3722,16.6452,16.4101,15.6235,14.7419,13.8357,12.9412,12.1834,11.5696,11.0975,10.8172,10.6021,10.6701,10.8133,10.8494,10.9451,11.1821,11.6019,12.223,13.1555,14.4698,16.3127,18.7242,21.7155,24.7928,27.5842,29.8732],[16.0309,16.0329,16.0353,16.038,16.041,16.2127,16.3781,16.5331,16.4482,16.3822,16.6243,16.3905,15.6332,14.7489,13.8413,12.9462,12.1811,11.5716,11.0945,10.8145,10.6015,10.6706,10.8129,10.8467,10.9427,11.1735,11.5994,12.2239,13.1502,14.4776,16.3108,18.7211,21.7053,24.7848,27.5616,29.8441]],"t_unix":1786422818.492013,"uid":"p01403","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.590968,12.200154,17.748143]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00633","ink_fraction":{"black":0.30886458333333333,"blue":0.6911354166666667,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 32, 96)","median_spectrum_pct":[16.6262,16.6311,16.6367,16.6431,16.6508,17.0366,17.4324,17.6685,17.3935,17.0871,16.8621,15.2274,12.8435,10.4116,8.16927,6.31883,4.9452,3.98949,3.33643,2.93021,2.68448,2.6586,2.73639,2.82008,2.99447,3.28986,3.77609,4.50289,5.55843,7.08625,9.25677,12.1616,15.7395,19.664,23.3316,26.421],"phase":"gamut_dense","raster_sha1":"e404820f013de2ea","rgb":[0,32,96],"session":18,"source":"pipeline","t_unix":1786422866.016497,"uid":"p00552","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.720432,5.496898,18.286421]} +{"battery_mv":4200,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.7343671875,"red":0.0,"white":0.2656328125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 223, 96)","median_raw":[11.951942,15.231324,13.358922],"median_spectrum_pct":[10.693,10.6914,10.6895,10.6873,10.6845,10.6367,10.671,10.7774,10.6981,11.1321,15.4491,22.0392,23.6813,22.5921,20.4728,18.1272,16.1552,14.6423,13.5247,12.8061,12.26,11.9976,11.8554,11.7873,11.8745,12.1315,12.5998,13.2784,14.2495,15.5859,17.4082,19.7292,22.5614,25.537,28.283,30.4803],"phase":"gamut_dense","raster_sha1":"cd6ab3abee582768","raw":[[11.946015,15.222242,13.358922],[11.951942,15.231324,13.350518],[11.961297,15.240085,13.370915]],"rgb":[96,223,96],"session":18,"source":"pipeline","spectrum_pct":[[10.6887,10.687,10.6852,10.683,10.6802,10.6245,10.6611,10.7745,10.6981,11.1359,15.4581,22.0392,23.6564,22.5757,20.464,18.1157,16.1431,14.6288,13.5119,12.7924,12.2489,11.9847,11.8499,11.7807,11.8664,12.1297,12.5982,13.2703,14.2439,15.5805,17.4018,19.7314,22.5612,25.537,28.2997,30.5116],[10.693,10.6914,10.6895,10.6873,10.6845,10.6367,10.671,10.7774,10.6828,11.111,15.3855,22.0223,23.6813,22.5921,20.4728,18.1272,16.1552,14.6423,13.5247,12.8061,12.26,11.9976,11.8554,11.7873,11.8745,12.1315,12.5998,13.2784,14.2495,15.5859,17.4082,19.7155,22.5614,25.5391,28.283,30.4655],[10.7074,10.7057,10.7039,10.7017,10.6989,10.6464,10.6828,10.7892,10.7019,11.1321,15.4491,22.0469,23.6867,22.6014,20.4855,18.1355,16.1618,14.6447,13.5287,12.8114,12.2686,12.0047,11.8652,11.7939,11.8814,12.1449,12.6175,13.2906,14.2605,15.5971,17.4245,19.7292,22.5687,25.5296,28.2714,30.4803]],"t_unix":1786422868.3971052,"uid":"p00849","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.951942,15.231324,13.358922]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,64,223],"session":18,"source":"pipeline","t_unix":1786422917.339551,"uid":"p00565","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.19689583333333333,"red":0.0,"white":0.35308333333333336,"yellow":0.4500208333333333},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 96)","median_raw":[26.622365,31.482242,15.195494],"median_spectrum_pct":[11.5262,11.5182,11.5091,11.4987,11.4865,11.5766,11.6823,11.8047,11.7901,12.2935,16.7389,25.5441,31.012,33.7322,34.702,34.2893,33.4294,32.5504,31.7745,31.3529,30.9694,31.1673,31.5109,31.4911,31.4305,31.4476,31.6102,31.7776,32.042,32.43,32.9679,33.6574,34.5703,35.4376,36.1533,36.7328],"phase":"gamut_dense","raster_sha1":"813939da729054a4","raw":[[26.64535,31.509469,15.198911],[26.622365,31.482242,15.182539],[26.599439,31.454729,15.195494]],"rgb":[159,191,96],"session":18,"source":"pipeline","spectrum_pct":[[11.5238,11.5159,11.5067,11.4962,11.484,11.5766,11.6814,11.8057,11.7976,12.3015,16.7389,25.5544,31.0292,33.752,34.7239,34.316,33.4583,32.5773,31.8033,31.3834,30.9993,31.1983,31.5386,31.5153,31.4531,31.4733,31.635,31.8028,32.0656,32.4514,32.9806,33.6745,34.5786,35.4727,36.2276,36.7593],[11.5297,11.5217,11.5126,11.5022,11.49,11.5759,11.6823,11.8029,11.7808,12.2617,16.6891,25.5119,31.012,33.7322,34.702,34.2893,33.4294,32.5504,31.7745,31.3529,30.9694,31.1673,31.5109,31.4911,31.4305,31.4476,31.6102,31.7776,32.042,32.43,32.9679,33.6574,34.5562,35.4376,36.1519,36.7328],[11.5262,11.5182,11.5091,11.4987,11.4865,11.5801,11.6854,11.8047,11.7901,12.2935,16.7455,25.5441,31.0061,33.7163,34.6781,34.2592,33.3963,32.5125,31.7347,31.3143,30.9324,31.1325,31.4817,31.4621,31.4015,31.4219,31.5818,31.7526,32.0196,32.4025,32.942,33.647,34.5703,35.4315,36.1533,36.7325]],"t_unix":1786422919.7326553,"uid":"p01002","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.622365,31.482242,15.195494]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00680","ink_fraction":{"black":0.0,"blue":0.0,"green":0.28055989583333335,"red":0.0,"white":0.7194401041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 159)","median_spectrum_pct":[25.3404,25.3396,25.3387,25.3376,25.3366,25.8406,26.1803,26.4347,26.4487,26.8356,29.8245,33.8446,34.777,34.202,32.9217,31.2844,29.7991,28.5808,27.5796,26.9339,26.3088,25.952,25.6799,25.5063,25.5002,25.6261,25.9082,26.2617,26.8312,27.5546,28.5763,29.8487,31.3652,32.8788,34.2157,35.1537],"phase":"gamut_dense","raster_sha1":"f3fd92768152bcee","rgb":[0,191,159],"session":18,"source":"pipeline","t_unix":1786422967.3168314,"uid":"p00599","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.278318,28.722622,29.739537]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00715","ink_fraction":{"black":0.3316380208333333,"blue":0.6683619791666666,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 128)","median_spectrum_pct":[15.8962,15.9009,15.9063,15.9124,15.9197,16.326,16.7101,16.8996,16.5918,16.3011,16.1091,14.615,12.3087,9.98516,7.84846,6.07068,4.75797,3.84671,3.22452,2.83575,2.60232,2.59167,2.69521,2.79302,2.96099,3.26683,3.75419,4.47755,5.55575,7.08259,9.23152,12.1423,15.7186,19.5429,23.1949,26.2168],"phase":"gamut_dense","raster_sha1":"c1c973c41f472298","rgb":[64,0,128],"session":18,"source":"pipeline","t_unix":1786422969.7613087,"uid":"p00706","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.525982,5.301774,17.486471]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[96,255,255],"session":18,"source":"pipeline","t_unix":1786422972.2693546,"uid":"p00863","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19036197916666667,"white":0.7909791666666667,"yellow":0.018658854166666666},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 0)","median_raw":[27.615016,28.923369,30.516469],"median_spectrum_pct":[26.4795,26.4792,26.4788,26.4784,26.4783,27.0471,27.4404,27.7423,27.8519,28.1217,29.5232,30.8617,30.9441,30.5923,30.0514,29.2754,28.5097,27.8352,27.2618,27.0036,26.8884,28.2443,30.3499,31.1001,31.2221,31.2869,31.4707,31.6944,32.0341,32.491,33.1039,33.8891,34.8822,35.8137,36.5753,37.234],"phase":"gamut_dense","raster_sha1":"0b8820a423778b4e","raw":[[27.626075,28.929934,30.516469],[27.615016,28.923369,30.511543],[27.595101,28.909745,30.522849]],"rgb":[223,159,0],"session":18,"source":"pipeline","spectrum_pct":[[26.467,26.4667,26.4663,26.4659,26.4658,27.031,27.4232,27.7358,27.8664,28.1484,29.556,30.8617,30.9294,30.5787,30.0468,29.274,28.5097,27.838,27.265,27.011,26.9035,28.2642,30.3705,31.1202,31.2403,31.3053,31.4835,31.707,32.0591,32.5074,33.1263,33.9052,34.8864,35.8206,36.5963,37.2205],[26.4795,26.4792,26.4788,26.4784,26.4783,27.0471,27.4404,27.7423,27.8519,28.1137,29.5035,30.8516,30.9441,30.5923,30.0514,29.2754,28.5121,27.8352,27.2618,27.0036,26.8884,28.2443,30.3499,31.1001,31.2221,31.2869,31.4707,31.6944,32.0341,32.491,33.1039,33.8891,34.8822,35.8137,36.5753,37.2403],[26.494,26.4937,26.4933,26.493,26.4928,27.0677,27.4574,27.7509,27.8419,28.1217,29.5232,30.8868,30.9538,30.597,30.057,29.2781,28.5078,27.8238,27.2398,26.9772,26.8661,28.2195,30.3126,31.0576,31.1839,31.2559,31.4321,31.6586,32.0003,32.4614,33.0853,33.8647,34.8769,35.7886,36.5634,37.234]],"t_unix":1786422974.6010199,"uid":"p01152","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.615016,28.923369,30.516469]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,64,191],"session":18,"source":"pipeline","t_unix":1786423022.1122866,"uid":"p00564","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01208","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9457473958333333,"white":0.05425260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 64)","median_spectrum_pct":[1.97205,1.9707,1.96914,1.96735,1.96533,2.00916,2.0231,2.02196,1.92281,1.82431,1.98473,2.25574,2.35704,2.37231,2.31012,2.20486,2.16204,2.24944,2.39461,2.64249,3.3258,7.88341,15.4977,18.8817,19.3717,19.206,19.0875,19.1445,19.5416,20.316,21.5376,23.1988,25.3053,27.5452,29.5534,31.1181],"phase":"gamut_dense","raster_sha1":"9f77af99bce619fb","rgb":[159,64,64],"session":18,"source":"pipeline","t_unix":1786423024.4647186,"uid":"p00965","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.816842,5.591277,2.176325]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.1761953125,"blue":0.28644010416666665,"green":0.0,"red":0.0,"white":0.5373645833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 159)","median_raw":[18.350068,19.605479,29.892798],"median_spectrum_pct":[26.3851,26.3885,26.3924,26.3968,26.4023,27.037,27.5133,27.8673,27.7784,27.8479,28.3882,27.8835,26.3169,24.5421,22.7514,21.0723,19.6851,18.6204,17.8197,17.3277,16.8979,16.7041,16.5994,16.5373,16.605,16.8332,17.2614,17.8505,18.6869,19.8204,21.3652,23.366,25.7722,28.275,30.5315,32.3032],"phase":"gamut_dense","raster_sha1":"1dc23ef95c494806","raw":[[18.344883,19.598235,29.87663],[18.35237,19.606696,29.89807],[18.350068,19.605479,29.892798]],"rgb":[64,128,159],"session":18,"source":"pipeline","spectrum_pct":[[26.3584,26.3618,26.3657,26.3701,26.3756,26.9998,27.4775,27.8397,27.7752,27.872,28.3882,27.8835,26.3012,24.5236,22.7404,21.0618,19.6733,18.6111,17.8118,17.322,16.8977,16.703,16.5988,16.5373,16.605,16.8332,17.2614,17.8464,18.6869,19.8208,21.3652,23.3571,25.7622,28.275,30.5262,32.293],[26.3851,26.3885,26.3924,26.3968,26.4023,27.037,27.5133,27.8673,27.7883,27.8479,28.4206,27.8958,26.3169,24.5421,22.7514,21.0723,19.6851,18.6204,17.8207,17.3304,16.8984,16.7079,16.6014,16.5394,16.6069,16.8353,17.266,17.8549,18.6839,19.8204,21.3783,23.366,25.7722,28.2779,30.5405,32.3373],[26.3971,26.4004,26.4043,26.4087,26.4143,27.0481,27.5275,27.8706,27.7784,27.8191,28.3736,27.8813,26.3183,24.5421,22.7582,21.0777,19.6881,18.622,17.8197,17.3277,16.8979,16.7041,16.5994,16.534,16.6007,16.8321,17.2601,17.8505,18.6885,19.8163,21.3594,23.3736,25.7754,28.2635,30.5315,32.3032]],"t_unix":1786423026.8230164,"uid":"p00743","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.350068,19.605479,29.892798]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.455389,1.170007,2.391539],"median_spectrum_pct":[2.51568,2.51637,2.51715,2.51805,2.51893,2.45234,2.38347,2.32004,2.1877,2.02375,1.9523,1.77948,1.61915,1.41505,1.20857,1.0239,0.894449,0.816497,0.771042,0.751456,0.778504,1.01635,1.29286,1.41756,1.53377,1.74043,2.09505,2.66689,3.57651,4.99803,7.09734,10.0217,13.6716,17.6658,21.4928,24.7181],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.457429,1.170573,2.391539],[1.45123,1.16722,2.383943],[1.455389,1.170007,2.39421]],"session":18,"source":"ink","spectrum_pct":[[2.52094,2.52162,2.52241,2.52331,2.52419,2.45956,2.39008,2.32004,2.1877,2.02375,1.9496,1.77876,1.61118,1.41243,1.21118,1.02426,0.896234,0.819041,0.772208,0.751972,0.78084,1.01884,1.29542,1.41895,1.534,1.74186,2.09851,2.67167,3.59386,5.03075,7.1361,10.085,13.7593,17.812,21.618,24.8498],[2.51568,2.51637,2.51715,2.51805,2.51893,2.44492,2.3739,2.31289,2.18158,2.01514,1.95872,1.77948,1.61915,1.41617,1.2064,1.02146,0.893767,0.815553,0.769092,0.749797,0.778462,1.01175,1.28722,1.41256,1.52956,1.73326,2.09332,2.66572,3.5762,4.99803,7.08961,10.0156,13.6716,17.6658,21.4922,24.7181],[2.515,2.51567,2.51645,2.51735,2.51822,2.45234,2.38347,2.32409,2.19081,2.04015,1.9523,1.79468,1.62636,1.41505,1.20857,1.0239,0.894449,0.816497,0.771042,0.751456,0.778504,1.01635,1.29286,1.41756,1.53377,1.74043,2.09505,2.66689,3.57651,4.99405,7.09734,10.0217,13.6631,17.6656,21.4928,24.6995]],"t_unix":1786423074.3838675,"uid":"s018_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.455389,1.170007,2.391539]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.051085,38.063602,43.265069],"median_spectrum_pct":[37.3799,37.3805,37.3812,37.382,37.3835,38.3044,38.9553,39.5997,39.9491,40.3454,41.6434,42.381,42.0887,41.5269,40.7948,39.8119,38.8558,37.9998,37.2453,36.8465,36.3462,36.0101,35.6746,35.3804,35.2488,35.2469,35.3765,35.5012,35.6752,35.8557,36.1313,36.5223,37.0972,37.66,38.1147,38.4709],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.071309,38.082685,43.276903],[35.051085,38.063602,43.265069],[35.030135,38.044029,43.239676]],"session":18,"source":"ink","spectrum_pct":[[37.3884,37.389,37.3897,37.3905,37.3919,38.2959,38.942,39.6023,39.9689,40.3794,41.6764,42.4073,42.1062,41.5313,40.8037,39.8254,38.8684,38.0174,37.2657,36.8672,36.365,36.0355,35.704,35.4098,35.2756,35.2729,35.4082,35.5337,35.7095,35.8843,36.1613,36.5493,37.1335,37.6767,38.1263,38.4543],[37.3742,37.3748,37.3754,37.3762,37.3777,38.3044,38.9553,39.5997,39.9491,40.3454,41.6434,42.381,42.0887,41.5269,40.7948,39.8119,38.8558,37.9998,37.2453,36.8465,36.3462,36.0101,35.6746,35.3804,35.2488,35.2469,35.3765,35.5012,35.6752,35.8557,36.1313,36.5223,37.0972,37.66,38.1147,38.4736],[37.3799,37.3805,37.3812,37.382,37.3835,38.3158,38.9622,39.5885,39.9044,40.2767,41.574,42.3484,42.0812,41.5214,40.7873,39.8004,38.8394,37.9838,37.225,36.8233,36.3228,35.9884,35.6484,35.3554,35.2274,35.2181,35.3505,35.4748,35.6562,35.835,36.1199,36.5059,37.0908,37.6498,38.0883,38.4709]],"t_unix":1786423119.5900218,"uid":"s018_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.051085,38.063602,43.265069]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.086674,36.741334,4.704028],"median_spectrum_pct":[1.59381,1.57939,1.56283,1.54378,1.5218,1.48966,1.4539,1.4274,1.40773,1.90882,6.30674,17.7458,27.2857,33.899,37.8801,39.2297,39.3737,39.1196,38.7505,38.6865,38.6092,39.5085,40.7838,41.0931,40.9715,40.7771,40.6153,40.3327,40.0373,39.7223,39.4436,39.2012,39.1318,39.0715,38.8937,38.7506],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.158311,36.830679,4.704028],[31.086674,36.741334,4.688894],[31.046925,36.687343,4.706044]],"session":18,"source":"ink","spectrum_pct":[[1.58752,1.57305,1.55645,1.53734,1.51531,1.48966,1.45308,1.4274,1.40773,1.90966,6.30674,17.7896,27.3341,33.9662,37.965,39.3235,39.4705,39.2224,38.8587,38.8023,38.7277,39.6104,40.8603,41.1599,41.0425,40.8523,40.6898,40.4075,40.1236,39.8167,39.526,39.2876,39.2135,39.1507,38.9681,38.8278],[1.59381,1.57939,1.56283,1.54378,1.5218,1.48877,1.4539,1.42366,1.39895,1.8596,6.30437,17.7448,27.2857,33.899,37.8801,39.2297,39.3737,39.1196,38.7505,38.6865,38.6092,39.5085,40.7838,41.0931,40.9715,40.7771,40.6153,40.3327,40.0373,39.7223,39.4436,39.2012,39.1318,39.0715,38.8937,38.742],[1.60848,1.59408,1.57756,1.55855,1.53661,1.50114,1.46074,1.43737,1.4188,1.90882,6.32454,17.7458,27.27,33.8693,37.8316,39.1707,39.3014,39.0446,38.6789,38.6162,38.5386,39.4446,40.7326,41.0508,40.9343,40.7369,40.5768,40.2933,40.0,39.6843,39.4019,39.1772,39.1008,39.029,38.8792,38.7506]],"t_unix":1786423164.7302928,"uid":"s018_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.086674,36.741334,4.704028]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.857327,4.502449,1.022835],"median_spectrum_pct":[0.948962,0.947616,0.946071,0.94429,0.94225,0.954388,0.950361,0.937221,0.896504,0.842139,0.894303,1.08023,1.1401,1.13449,1.09104,1.0174,1.00748,1.12019,1.30281,1.56556,2.26552,6.86549,14.5853,18.009,18.4832,18.2818,18.1148,18.1398,18.5131,19.3013,20.5411,22.279,24.4753,26.8199,28.9281,30.5951],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.845502,4.49827,1.025023],[7.857327,4.502449,1.022835],[7.867961,4.506609,1.017963]],"session":18,"source":"ink","spectrum_pct":[[0.948554,0.947211,0.945669,0.943893,0.941856,0.953486,0.949407,0.937221,0.900876,0.842139,0.916763,1.10612,1.15419,1.13336,1.09093,1.01513,1.00618,1.1222,1.30664,1.57232,2.26952,6.85008,14.5588,17.9753,18.4511,18.251,18.0848,18.1088,18.4849,19.262,20.5167,22.26,24.4427,26.7968,28.9208,30.5951],[0.950899,0.949556,0.948015,0.946239,0.944202,0.955593,0.950361,0.936778,0.89526,0.856275,0.894303,1.08023,1.13763,1.13449,1.09298,1.0174,1.00751,1.12019,1.30281,1.56556,2.26552,6.86549,14.5853,18.009,18.4832,18.2818,18.1148,18.1398,18.5131,19.3013,20.5411,22.279,24.4753,26.8443,28.9281,30.5893],[0.948962,0.947616,0.946071,0.94429,0.94225,0.954388,0.951286,0.940728,0.896504,0.828094,0.879469,1.06885,1.1401,1.13814,1.09104,1.01912,1.00748,1.11756,1.29762,1.55867,2.26276,6.88098,14.6109,18.0377,18.5136,18.3118,18.1485,18.1767,18.5439,19.3227,20.5624,22.289,24.4773,26.8199,28.929,30.6085]],"t_unix":1786423209.9256275,"uid":"s018_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.857327,4.502449,1.022835]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[8.044872,7.74017,27.669476],"median_spectrum_pct":[24.7406,24.7479,24.7563,24.766,24.7777,25.5265,26.2825,26.8115,26.4929,26.1079,25.7952,22.9234,18.9212,15.1063,11.7114,8.95474,6.94306,5.54871,4.60614,4.00828,3.62541,3.44476,3.39557,3.43824,3.61111,3.92739,4.44189,5.20883,6.3009,7.81266,9.95038,12.8095,16.3661,20.2477,23.9583,27.0948],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[8.028293,7.722939,27.60912],[8.044872,7.74017,27.669476],[8.052539,7.751435,27.687688]],"session":18,"source":"ink","spectrum_pct":[[24.6681,24.6754,24.6837,24.6934,24.7051,25.4692,26.222,26.7565,26.454,26.0726,25.7166,22.8822,18.8847,15.0718,11.6817,8.9327,6.92452,5.53456,4.59465,4.0,3.61641,3.43992,3.39322,3.43792,3.60361,3.91903,4.43146,5.20024,6.28113,7.79046,9.93479,12.8024,16.3674,20.2619,23.9743,27.0948],[24.7406,24.7479,24.7563,24.766,24.7777,25.5265,26.2825,26.8115,26.5017,26.1211,25.7952,22.9234,18.9212,15.1063,11.7114,8.95474,6.94306,5.54871,4.60614,4.00828,3.62541,3.44476,3.39557,3.43824,3.61111,3.92739,4.44189,5.20883,6.3009,7.81266,9.95038,12.8095,16.3661,20.24,23.9465,27.1019],[24.757,24.7643,24.7727,24.7824,24.7941,25.5598,26.317,26.8422,26.4929,26.1079,25.8105,22.9564,18.9543,15.1322,11.7354,8.96904,6.9554,5.55685,4.61356,4.01673,3.6311,3.45063,3.39674,3.44446,3.61492,3.93293,4.44575,5.21047,6.30459,7.81719,9.95159,12.8225,16.3575,20.2477,23.9583,27.0908]],"t_unix":1786423255.056704,"uid":"s018_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.044872,7.74017,27.669476]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.356565,8.143426,6.5906],"median_spectrum_pct":[4.69928,4.69788,4.69628,4.69444,4.692,4.54428,4.49408,4.51264,4.34698,4.76841,9.30003,16.2876,17.6735,16.0259,13.4136,10.7968,8.71276,7.20512,6.15033,5.46954,5.01501,4.82317,4.78252,4.79796,4.94406,5.24277,5.75283,6.49522,7.56796,9.09307,11.1881,13.9758,17.3808,21.1064,24.608,27.5933],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.356565,8.143426,6.5906],[5.361784,8.152261,6.57884],[5.347441,8.126659,6.591276]],"session":18,"source":"ink","spectrum_pct":[[4.7063,4.70492,4.70333,4.70151,4.69907,4.54428,4.49408,4.50947,4.3426,4.76841,9.30003,16.2876,17.6735,16.0259,13.4136,10.7968,8.71276,7.20512,6.15033,5.46954,5.01501,4.82317,4.78252,4.79796,4.94406,5.24277,5.75283,6.49522,7.56796,9.09307,11.1881,13.9758,17.3927,21.1152,24.6321,27.6283],[4.69928,4.69788,4.69628,4.69444,4.692,4.54859,4.50469,4.51874,4.34698,4.69113,9.24025,16.2749,17.6811,16.0436,13.4256,10.8116,8.72878,7.21975,6.16206,5.47905,5.02638,4.83066,4.78775,4.80643,4.95117,5.24995,5.7582,6.49715,7.57215,9.09912,11.1918,13.9776,17.3808,21.1064,24.608,27.5933],[4.69685,4.69548,4.6939,4.69208,4.68963,4.52343,4.47145,4.51264,4.36493,4.78488,9.33029,16.293,17.6379,15.9809,13.3715,10.7623,8.6951,7.19161,6.13867,5.45968,5.0081,4.81616,4.7718,4.78836,4.93175,5.23034,5.73816,6.47959,7.55259,9.06884,11.1672,13.944,17.3454,21.0662,24.5687,27.5073]],"t_unix":1786423300.1877968,"uid":"s018_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.356565,8.143426,6.5906]} +{"battery_mv_start":4170,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=0","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":19,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786425181.353871} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.431526,1.143619,2.354737],"median_spectrum_pct":[2.48889,2.48957,2.49035,2.49125,2.49212,2.4183,2.34634,2.27288,2.14067,2.00523,1.93072,1.7688,1.60993,1.3917,1.18394,0.999696,0.866196,0.785432,0.735965,0.718036,0.747075,0.990105,1.26803,1.39167,1.51888,1.72834,2.08612,2.66357,3.58161,5.01556,7.13068,10.076,13.7848,17.8507,21.6638,24.858],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.428301,1.141517,2.345771],[1.431526,1.143619,2.359418],[1.431581,1.144666,2.354737]],"session":19,"source":"ink","spectrum_pct":[[2.4847,2.48538,2.48617,2.48707,2.48793,2.41005,2.33703,2.26111,2.14067,2.00523,1.90662,1.7688,1.61269,1.39086,1.1776,0.996935,0.864786,0.785432,0.735017,0.716544,0.747075,0.986143,1.26803,1.39112,1.51585,1.72561,2.08227,2.66519,3.58445,5.01783,7.15088,10.0874,13.812,17.8945,21.6898,24.9064],[2.48889,2.48957,2.49035,2.49125,2.49212,2.4183,2.34634,2.27288,2.14906,2.02504,1.95816,1.76482,1.59973,1.39215,1.18394,0.999696,0.866196,0.784411,0.735965,0.718145,0.747892,0.990934,1.26794,1.39167,1.51888,1.72885,2.08612,2.65993,3.58161,5.01556,7.13068,10.076,13.7848,17.8507,21.6638,24.858],[2.49404,2.49472,2.49551,2.49641,2.49729,2.42692,2.35361,2.27433,2.1379,1.99664,1.93072,1.77629,1.60993,1.3917,1.18671,1.00173,0.868011,0.787572,0.73809,0.718036,0.747057,0.990105,1.27337,1.39195,1.51932,1.72834,2.09015,2.66357,3.57725,5.00445,7.11496,10.0651,13.748,17.7871,21.5922,24.8137]],"t_unix":1786425183.986329,"uid":"s019_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.431526,1.143619,2.354737]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[35.020781,38.037495,43.385426],"median_spectrum_pct":[37.4642,37.4648,37.4654,37.4662,37.4679,38.6024,39.294,39.755,39.9476,40.2625,41.57,42.4342,42.1963,41.6386,40.8619,39.829,38.8475,37.9836,37.2059,36.7673,36.229,35.8864,35.5789,35.3128,35.2057,35.1963,35.3092,35.4144,35.5836,35.7859,36.1168,36.5602,37.1836,37.7743,38.2261,38.5845],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.041735,38.055968,43.392445],[35.020781,38.037495,43.385426],[35.000686,38.017362,43.374217]],"session":19,"source":"ink","spectrum_pct":[[37.4643,37.4649,37.4655,37.4662,37.468,38.5866,39.2762,39.755,39.9557,40.3137,41.5895,42.456,42.2184,41.6386,40.8669,39.8363,38.8569,38.0015,37.2247,36.7864,36.252,35.9161,35.6065,35.3452,35.2382,35.2296,35.3415,35.4534,35.6288,35.825,36.1551,36.6005,37.2129,37.8013,38.2669,38.5862],[37.4633,37.4639,37.4645,37.4652,37.467,38.6024,39.294,39.757,39.9476,40.2625,41.57,42.4342,42.1963,41.6395,40.8619,39.829,38.8475,37.9836,37.2059,36.7673,36.229,35.8864,35.5789,35.3128,35.2057,35.1963,35.3092,35.4144,35.5836,35.7859,36.1168,36.5602,37.1836,37.7743,38.2261,38.5845],[37.4642,37.4648,37.4654,37.4662,37.4679,38.6193,39.3053,39.7455,39.9182,40.2337,41.559,42.3998,42.1836,41.6289,40.8468,39.8163,38.8303,37.9649,37.187,36.7451,36.2035,35.863,35.5513,35.2854,35.1773,35.1674,35.2784,35.3931,35.5681,35.7641,36.1004,36.535,37.1576,37.7711,38.2102,38.5466]],"t_unix":1786425229.2678237,"uid":"s019_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.020781,38.037495,43.385426]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[31.199231,36.88367,4.626476],"median_spectrum_pct":[1.49401,1.47949,1.46283,1.44366,1.42162,1.42687,1.39587,1.35791,1.35592,1.7799,6.16185,17.7242,27.3955,34.0736,38.0575,39.3905,39.5332,39.2848,38.9074,38.8137,38.7142,39.6346,40.9521,41.3009,41.2013,40.9928,40.7983,40.4731,40.156,39.834,39.5737,39.3553,39.288,39.2297,39.0336,38.8578],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.282979,36.98759,4.640157],[31.199231,36.88367,4.620542],[31.169545,36.841356,4.626476]],"session":19,"source":"ink","spectrum_pct":[[1.50432,1.48975,1.47304,1.45381,1.43166,1.42614,1.3912,1.35524,1.35683,1.81907,6.19289,17.7591,27.4415,34.1482,38.1589,39.5022,39.6489,39.4046,39.0327,38.9447,38.8437,39.7516,41.0475,41.3826,41.2863,41.0812,40.8885,40.557,40.248,39.9347,39.6801,39.4597,39.3898,39.3116,39.1572,39.0266],[1.48409,1.46954,1.45285,1.43366,1.41158,1.42687,1.39587,1.35791,1.35301,1.76338,6.13749,17.7242,27.3955,34.0736,38.0575,39.3905,39.5332,39.2848,38.9074,38.8137,38.7142,39.6346,40.9521,41.3009,41.2013,40.9928,40.7983,40.4731,40.156,39.834,39.5737,39.3553,39.288,39.2144,39.0336,38.8268],[1.49401,1.47949,1.46283,1.44366,1.42162,1.43658,1.40227,1.3636,1.35592,1.7799,6.16185,17.6925,27.3795,34.04,38.014,39.3443,39.4838,39.2298,38.8502,38.7577,38.6566,39.5861,40.917,41.2771,41.1781,40.9704,40.7705,40.4439,40.1251,39.8122,39.56,39.3468,39.2744,39.2297,39.0277,38.8578]],"t_unix":1786425274.5197575,"uid":"s019_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.199231,36.88367,4.626476]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.916973,4.512126,0.962025],"median_spectrum_pct":[0.9154,0.914045,0.91249,0.910698,0.908638,0.915463,0.90699,0.886752,0.841301,0.773237,0.814807,0.992519,1.08956,1.09921,1.05986,0.975307,0.966974,1.08402,1.26893,1.53699,2.24851,6.92198,14.7643,18.2311,18.7009,18.4794,18.2834,18.2874,18.6519,19.4377,20.6971,22.4358,24.6359,27.0031,29.124,30.7968],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.908939,4.510838,0.973622],[7.916973,4.512126,0.962025],[7.92283,4.514455,0.950369]],"session":19,"source":"ink","spectrum_pct":[[0.916569,0.915215,0.913661,0.91187,0.909809,0.915463,0.90699,0.889588,0.841301,0.818373,0.853535,1.00453,1.09029,1.09911,1.05986,0.975307,0.967378,1.08841,1.27658,1.54857,2.25369,6.91012,14.7428,18.2011,18.6683,18.4468,18.26,18.2625,18.6231,19.4098,20.6775,22.4244,24.6339,26.9996,29.142,30.8326],[0.9154,0.914045,0.91249,0.910698,0.908638,0.91609,0.907138,0.886752,0.842014,0.773237,0.814807,0.976312,1.08956,1.10205,1.05738,0.97541,0.966079,1.08402,1.26893,1.53699,2.24851,6.92198,14.7643,18.2311,18.7009,18.4794,18.2834,18.2874,18.6519,19.4377,20.6971,22.4358,24.6429,27.0031,29.124,30.7968],[0.90766,0.9063,0.904738,0.902939,0.900874,0.910143,0.904872,0.881676,0.822248,0.741843,0.797934,0.992519,1.08524,1.09921,1.06087,0.97494,0.966974,1.08126,1.26235,1.5296,2.24288,6.93534,14.7851,18.2481,18.7276,18.5035,18.3082,18.3071,18.6661,19.4493,20.7203,22.4532,24.6359,27.0085,29.1103,30.7606]],"t_unix":1786425319.75705,"uid":"s019_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.916973,4.512126,0.962025]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.804522,7.46942,27.283431],"median_spectrum_pct":[24.3738,24.381,24.3893,24.3989,24.4106,25.1699,25.9345,26.4747,26.121,25.7471,25.3187,22.5334,18.5961,14.7787,11.3809,8.63431,6.64483,5.27659,4.35594,3.77418,3.40165,3.2271,3.18667,3.23218,3.39832,3.70998,4.22625,4.98041,6.06185,7.57716,9.72519,12.6343,16.2156,20.1282,23.8586,26.991],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.815774,7.474858,27.292469],[7.795086,7.459167,27.247881],[7.804522,7.46942,27.283431]],"session":19,"source":"ink","spectrum_pct":[[24.3972,24.4044,24.4127,24.4223,24.4341,25.3247,26.0933,26.4964,26.0739,25.6534,25.2511,22.527,18.6067,14.7943,11.3923,8.64424,6.6544,5.28435,4.3622,3.77864,3.40647,3.23657,3.19498,3.24154,3.41044,3.72337,4.24361,4.99614,6.07563,7.59659,9.7424,12.6561,16.2729,20.209,23.9226,27.0894],[24.353,24.3603,24.3686,24.3782,24.3898,25.1297,25.8958,26.4435,26.121,25.7471,25.3187,22.5334,18.5655,14.751,11.3621,8.62158,6.63397,5.27059,4.3505,3.76887,3.3973,3.2214,3.18265,3.2276,3.39832,3.70998,4.22537,4.97552,6.05578,7.57108,9.72075,12.6159,16.2064,20.1282,23.8586,26.991],[24.3738,24.381,24.3893,24.3989,24.4106,25.1699,25.9345,26.4747,26.1418,25.8079,25.3395,22.5462,18.5961,14.7787,11.3809,8.63431,6.64483,5.27659,4.35594,3.77418,3.40165,3.2271,3.18667,3.23218,3.39807,3.708,4.22625,4.98041,6.06185,7.57716,9.72519,12.6343,16.2156,20.1266,23.8511,26.9882]],"t_unix":1786425364.8805711,"uid":"s019_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.804522,7.46942,27.283431]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.266531,8.005512,6.693222],"median_spectrum_pct":[4.81694,4.81567,4.81421,4.81254,4.81027,4.66682,4.61656,4.62929,4.4526,4.85328,9.4256,16.3607,17.6163,15.887,13.2309,10.607,8.5391,7.04053,5.99358,5.31546,4.86107,4.68416,4.64603,4.66913,4.81903,5.12004,5.62153,6.36408,7.4427,8.96919,11.0981,13.8863,17.3106,21.0713,24.5926,27.5405],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.260903,7.99475,6.692975],[5.266531,8.005512,6.693222],[5.275288,8.015899,6.707038]],"session":19,"source":"ink","spectrum_pct":[[4.81694,4.81567,4.81421,4.81254,4.81027,4.65499,4.6051,4.62632,4.4526,4.85328,9.43301,16.3359,17.5947,15.8604,13.2122,10.5964,8.52554,7.02685,5.98317,5.30513,4.85421,4.67611,4.64033,4.66369,4.81344,5.11771,5.62042,6.35724,7.43787,8.96919,11.0958,13.88,17.3086,21.0637,24.5932,27.5774],[4.81432,4.81304,4.81157,4.80988,4.80762,4.66682,4.61656,4.62929,4.44737,4.83334,9.40833,16.3613,17.6163,15.887,13.2309,10.607,8.5391,7.04053,5.99358,5.31546,4.86107,4.68416,4.64603,4.66913,4.81903,5.12004,5.62153,6.36408,7.4427,8.97177,11.1,13.8889,17.3106,21.0775,24.5805,27.5405],[4.82505,4.82378,4.82231,4.82062,4.81836,4.67332,4.62382,4.6439,4.45369,4.86608,9.4256,16.3607,17.6292,15.9013,13.2433,10.6206,8.5505,7.05317,6.0041,5.32181,4.86978,4.69184,4.65539,4.6771,4.82723,5.12924,5.62782,6.3711,7.44428,8.96792,11.0981,13.8863,17.3172,21.0713,24.5926,27.5357]],"t_unix":1786425410.0362892,"uid":"s019_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.266531,8.005512,6.693222]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,0,159],"session":19,"source":"pipeline","t_unix":1786425457.6058314,"uid":"p00545","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00777","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148072916666667,"red":0.0,"white":0.18519270833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 96)","median_spectrum_pct":[8.53841,8.53684,8.53505,8.53299,8.53035,8.47908,8.48152,8.54135,8.42196,8.81827,13.1157,19.8044,21.4029,20.1754,17.9029,15.4643,13.4674,11.9725,10.8892,10.1835,9.67149,9.43258,9.33233,9.30698,9.41912,9.68105,10.151,10.8339,11.8278,13.2195,15.1358,17.6252,20.6788,23.862,26.8153,29.2251],"phase":"gamut_dense","raster_sha1":"a41cfebdd01a493b","rgb":[64,191,96],"session":19,"source":"pipeline","t_unix":1786425459.8618712,"uid":"p00759","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.593915,12.675404,10.915743]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,159,223],"session":19,"source":"pipeline","t_unix":1786425462.2576528,"uid":"p01159","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00580","ink_fraction":{"black":0.42558854166666665,"blue":0.0,"green":0.0014114583333333334,"red":0.0,"white":0.573,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 128)","median_spectrum_pct":[19.544,19.5456,19.5474,19.5494,19.5521,20.0744,20.3766,20.4504,20.2933,20.2497,20.6338,20.6205,20.0891,19.3729,18.5808,17.7354,17.0134,16.4119,15.9162,15.6169,15.346,15.3353,15.3968,15.3917,15.4661,15.6518,15.998,16.5015,17.2697,18.3879,19.9842,22.0772,24.642,27.3407,29.6837,31.5824],"phase":"gamut_dense","raster_sha1":"d1944cc5596d2e3c","rgb":[32,128,128],"session":19,"source":"pipeline","t_unix":1786425464.6582456,"uid":"p00661","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[15.847844,16.866485,22.035718]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,159,223],"session":19,"source":"pipeline","t_unix":1786425466.9090216,"uid":"p01240","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,255,255],"session":19,"source":"pipeline","t_unix":1786425469.3150647,"uid":"p01187","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,255,0],"session":19,"source":"pipeline","t_unix":1786425471.6358888,"uid":"p00693","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 0, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[0,0,223],"session":19,"source":"pipeline","t_unix":1786425473.8740911,"uid":"p00547","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00640","ink_fraction":{"black":0.23519010416666666,"blue":0.0,"green":0.7648098958333334,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 32)","median_spectrum_pct":[4.54137,4.54057,4.53966,4.53861,4.53709,4.41013,4.35825,4.37033,4.20411,4.47462,7.74543,12.7296,13.6655,12.4598,10.5362,8.58556,7.00706,5.84645,5.03079,4.5079,4.18865,4.20139,4.34089,4.43235,4.59929,4.91201,5.42958,6.17484,7.27143,8.82265,10.9734,13.773,17.2079,20.8889,24.3349,27.2792],"phase":"gamut_dense","raster_sha1":"b2a684adc79a8392","rgb":[0,64,32],"session":19,"source":"pipeline","t_unix":1786425476.2119498,"uid":"p00559","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.745116,6.670128,5.9256]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.04168489583333333,"green":0.0,"red":0.0,"white":0.9583151041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 223)","median_raw":[33.370559,36.223923,42.729748],"median_spectrum_pct":[36.9511,36.9522,36.9534,36.9548,36.9573,38.0745,38.7655,39.2347,39.4,39.7253,40.8967,41.5688,41.0943,40.2867,39.2847,38.0702,36.9558,36.0137,35.1934,34.717,34.1546,33.796,33.4867,33.2438,33.154,33.1843,33.3458,33.531,33.8019,34.1399,34.6178,35.2529,36.0799,36.9025,37.5273,38.006],"phase":"gamut_dense","raster_sha1":"c6651c88b74ab038","raw":[[33.384095,36.236509,42.719475],[33.370559,36.223923,42.733608],[33.354636,36.20997,42.729748]],"rgb":[159,191,223],"session":19,"source":"pipeline","spectrum_pct":[[36.9354,36.9364,36.9376,36.939,36.9415,38.0451,38.7431,39.2318,39.4039,39.7264,40.8664,41.5606,41.0924,40.2891,39.2899,38.078,36.9709,36.028,35.2093,34.7322,34.1741,33.814,33.5068,33.2697,33.186,33.2123,33.3669,33.5542,33.8305,34.1554,34.6423,35.287,36.1071,36.9124,37.5473,37.9875],[36.9511,36.9522,36.9534,36.9548,36.9573,38.0745,38.7655,39.2355,39.4,39.7253,40.926,41.5688,41.1003,40.2867,39.2847,38.0702,36.9558,36.0137,35.1934,34.717,34.1546,33.796,33.4867,33.2438,33.154,33.1843,33.3458,33.531,33.8019,34.1399,34.6178,35.2529,36.0784,36.9025,37.5273,38.0186],[36.9533,36.9543,36.9556,36.957,36.9595,38.0803,38.7774,39.2347,39.389,39.7115,40.8967,41.5751,41.0943,40.2813,39.2826,38.0652,36.9473,36.0019,35.176,34.6965,34.1374,33.7744,33.464,33.2159,33.1304,33.1604,33.325,33.5075,33.7846,34.1161,34.607,35.2451,36.0799,36.8782,37.5253,38.006]],"t_unix":1786425478.660362,"uid":"p01006","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.370559,36.223923,42.729748]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01006","ink_fraction":{"black":0.0,"blue":0.04168489583333333,"green":0.0,"red":0.0,"white":0.9583151041666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 191, 255)","median_spectrum_pct":[36.9511,36.9522,36.9534,36.9548,36.9573,38.0745,38.7655,39.2347,39.4,39.7253,40.8967,41.5688,41.0943,40.2867,39.2847,38.0702,36.9558,36.0137,35.1934,34.717,34.1546,33.796,33.4867,33.2438,33.154,33.1843,33.3458,33.531,33.8019,34.1399,34.6178,35.2529,36.0799,36.9025,37.5273,38.006],"phase":"gamut_dense","raster_sha1":"c6651c88b74ab038","rgb":[159,191,255],"session":19,"source":"pipeline","t_unix":1786425526.1318042,"uid":"p01007","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.370559,36.223923,42.729748]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8004973958333333,"red":0.0,"white":0.016927083333333332,"yellow":0.18257552083333334},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 64)","median_raw":[10.260693,13.972192,6.461148],"median_spectrum_pct":[4.15932,4.15527,4.15063,4.14528,4.13889,4.03761,4.00165,4.0131,3.88141,4.29531,9.06113,17.6393,20.9163,20.795,19.1762,17.0436,15.1593,13.708,12.6224,11.9228,11.4342,11.3274,11.3718,11.3778,11.4921,11.7491,12.1984,12.8396,13.7764,15.1056,16.9272,19.2768,22.1705,25.225,28.0081,30.2807],"phase":"gamut_dense","raster_sha1":"0bd6270324ecdb5a","raw":[[10.254039,13.96563,6.447525],[10.260693,13.972192,6.461148],[10.2646,13.977079,6.465888]],"rgb":[96,159,64],"session":19,"source":"pipeline","spectrum_pct":[[4.15294,4.14889,4.14425,4.13891,4.13252,4.02806,3.99467,4.00146,3.86886,4.27397,9.06113,17.6044,20.9034,20.7851,19.1722,17.0407,15.1561,13.7006,12.6134,11.9176,11.4308,11.3218,11.3611,11.3729,11.4873,11.7454,12.1963,12.8352,13.7688,15.0968,16.9129,19.2887,22.1578,25.225,27.9996,30.2807],[4.16316,4.15911,4.15447,4.14913,4.14275,4.03761,4.00165,4.0131,3.88374,4.31007,9.03898,17.6398,20.9163,20.795,19.1762,17.0436,15.1593,13.708,12.6224,11.9228,11.4342,11.3274,11.3718,11.3778,11.4921,11.7491,12.1984,12.8396,13.7764,15.1056,16.928,19.2768,22.1833,25.2416,28.0393,30.3045],[4.15932,4.15527,4.15063,4.14528,4.13889,4.03937,4.00792,4.01708,3.88141,4.29531,9.09516,17.6393,20.9287,20.8035,19.1838,17.0475,15.1615,13.7088,12.625,11.9254,11.4408,11.3313,11.3767,11.3842,11.4972,11.7542,12.2039,12.8437,13.7807,15.1121,16.9272,19.2721,22.1705,25.2168,28.0081,30.2789]],"t_unix":1786425528.5011885,"uid":"p00830","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.260693,13.972192,6.461148]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01018","ink_fraction":{"black":0.0,"blue":0.0,"green":0.16484635416666665,"red":0.0,"white":0.0,"yellow":0.8351536458333333},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 32)","median_spectrum_pct":[1.79641,1.78346,1.7686,1.75152,1.73178,1.69827,1.66651,1.64592,1.57782,2.05585,6.77768,18.1904,26.914,32.4288,35.39,36.0565,35.7591,35.2223,34.6639,34.4333,34.2231,34.8598,35.7579,35.9305,35.846,35.7657,35.7519,35.6847,35.6622,35.6998,35.8277,36.0735,36.481,36.9346,37.2132,37.4089],"phase":"gamut_dense","raster_sha1":"01f73d91819154f9","rgb":[159,223,32],"session":19,"source":"pipeline","t_unix":1786425576.04381,"uid":"p01009","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.609739,33.203782,4.852274]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.31650520833333334,"blue":0.0,"green":0.016520833333333332,"red":0.0,"white":0.0,"yellow":0.6669739583333333},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 32)","median_raw":[19.65283,22.85773,4.777553],"median_spectrum_pct":[2.75066,2.74249,2.73311,2.72232,2.70976,2.64836,2.60068,2.54637,2.44349,2.72216,6.02764,13.6519,19.0234,22.1904,23.8307,24.174,23.9774,23.6371,23.2873,23.1724,23.1738,24.2306,25.5858,25.9805,26.0325,26.0738,26.2088,26.3715,26.7256,27.3017,28.1586,29.3245,30.7943,32.2878,33.5445,34.4365],"phase":"gamut_dense","raster_sha1":"386e899134fdd06f","raw":[[19.693289,22.9118,4.777553],[19.65283,22.85773,4.771779],[19.621502,22.816071,4.786791]],"rgb":[128,128,32],"session":19,"source":"pipeline","spectrum_pct":[[2.73467,2.72646,2.71704,2.70621,2.69361,2.64052,2.59315,2.54556,2.4503,2.72216,6.02764,13.6519,19.0602,22.2444,23.89,24.2331,24.0408,23.6984,23.3509,23.2389,23.2392,24.2866,25.6287,26.0201,26.0723,26.114,26.2501,26.4174,26.7746,27.3506,28.2189,29.3767,30.8576,32.363,33.6387,34.5264],[2.75066,2.74249,2.73311,2.72232,2.70976,2.64836,2.60068,2.54637,2.43953,2.7017,6.01571,13.6382,19.0234,22.1904,23.8307,24.174,23.9774,23.6371,23.2873,23.1724,23.1738,24.2306,25.5858,25.9805,26.0325,26.0738,26.2088,26.3715,26.7256,27.3017,28.1586,29.3245,30.7943,32.2878,33.5445,34.4365],[2.75585,2.74769,2.73833,2.72757,2.71504,2.65594,2.60941,2.55293,2.44349,2.73152,6.08492,13.6639,19.0176,22.1632,23.7813,24.1221,23.9263,23.5826,23.2295,23.1146,23.1187,24.1829,25.5499,25.9517,26.0023,26.0377,26.1755,26.3388,26.6807,27.2513,28.1095,29.2755,30.745,32.2211,33.5106,34.3937]],"t_unix":1786425578.313029,"uid":"p00901","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.65283,22.85773,4.777553]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.96417,37.961372,43.422118],"median_spectrum_pct":[37.5189,37.5194,37.5201,37.5208,37.5228,38.7867,39.4857,39.8241,39.9034,40.1867,41.4657,42.3306,42.1837,41.6166,40.8254,39.7727,38.7712,37.8945,37.1116,36.6681,36.1263,35.7921,35.4914,35.2219,35.116,35.1085,35.2206,35.3406,35.5297,35.745,36.0858,36.5483,37.1695,37.7937,38.2323,38.6107],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.983725,37.980401,43.422118],[34.96417,37.961372,43.430999],[34.769471,37.752462,43.276676]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[37.5189,37.5194,37.5201,37.5208,37.5228,38.7867,39.4857,39.8241,39.8979,40.1822,41.4739,42.3312,42.1837,41.6226,40.8338,39.7822,38.7874,37.9152,37.1307,36.6892,36.1541,35.8202,35.5192,35.2585,35.151,35.1437,35.2572,35.3752,35.5653,35.766,36.1096,36.5772,37.2005,37.8159,38.2654,38.6107],[37.5302,37.5308,37.5315,37.5322,37.5342,38.8128,39.5108,39.8319,39.9034,40.1867,41.4477,42.3306,42.1845,41.6166,40.8254,39.7727,38.7712,37.8945,37.1116,36.6681,36.1263,35.7921,35.4914,35.2219,35.116,35.1085,35.2206,35.3406,35.5297,35.745,36.0858,36.5483,37.1695,37.7937,38.2323,38.6152],[37.378,37.3786,37.3794,37.3803,37.3821,38.4397,39.1304,39.6751,39.9271,40.2369,41.4657,42.2637,42.0039,41.398,40.589,39.539,38.5446,37.674,36.8898,36.4479,35.9105,35.5759,35.2708,35.0063,34.9026,34.9012,35.0202,35.1409,35.3331,35.5553,35.8987,36.3774,37.024,37.6338,38.0994,38.4751]],"t_unix":1786425623.577031,"uid":"p01404","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.96417,37.961372,43.422118]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.399215,1.111532,2.29291],"median_spectrum_pct":[2.45578,2.45647,2.45725,2.45815,2.45902,2.37238,2.30645,2.23268,2.09313,1.90569,1.80146,1.70582,1.54759,1.35392,1.14713,0.964292,0.839304,0.76349,0.713431,0.699146,0.729588,0.965333,1.23842,1.36025,1.47713,1.68768,2.04669,2.61921,3.53385,4.95796,7.0878,10.0352,13.7073,17.7627,21.5749,24.762],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.38989,1.103885,2.261511],[1.399215,1.112648,2.297813],[1.399272,1.111532,2.29291]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[2.43105,2.43172,2.4325,2.43338,2.43424,2.36168,2.29429,2.21388,2.06451,1.85805,1.7337,1.69045,1.53216,1.33869,1.13938,0.959377,0.836144,0.75956,0.712589,0.697073,0.727811,0.962361,1.23189,1.35122,1.47161,1.68278,2.03602,2.6132,3.5285,4.95796,7.08137,10.0422,13.7211,17.7695,21.5811,24.802],[2.46399,2.46468,2.46547,2.46638,2.46723,2.37238,2.30645,2.23271,2.09313,1.92498,1.83989,1.72416,1.54759,1.35392,1.14869,0.967651,0.841704,0.76349,0.713431,0.699146,0.729588,0.965333,1.23842,1.36025,1.47713,1.68768,2.04827,2.62032,3.5348,4.95933,7.09111,10.0352,13.7073,17.7627,21.5749,24.752],[2.45578,2.45647,2.45725,2.45815,2.45902,2.38272,2.31209,2.23268,2.09637,1.90569,1.80146,1.70582,1.54833,1.35535,1.14713,0.964292,0.839304,0.764212,0.714293,0.699617,0.729941,0.967566,1.24,1.36033,1.48096,1.68994,2.04669,2.61921,3.53385,4.95206,7.0878,10.0215,13.6815,17.7213,21.5681,24.762]],"t_unix":1786425668.8446348,"uid":"p01405","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.399215,1.111532,2.29291]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.534758,12.137691,17.579306],"median_spectrum_pct":[15.8635,15.8655,15.8677,15.8703,15.8734,16.1413,16.3091,16.3791,16.2512,16.0981,16.3617,16.2273,15.5124,14.6626,13.7645,12.8802,12.1215,11.5205,11.0502,10.7667,10.5462,10.6251,10.7799,10.8244,10.9298,11.1619,11.5748,12.1933,13.1209,14.4429,16.3131,18.7606,21.7541,24.8719,27.6722,29.8916],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.531346,12.136405,17.563598],[11.534758,12.139237,17.582055],[11.535717,12.137691,17.579306]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[15.8585,15.8604,15.8627,15.8653,15.8683,16.1246,16.2922,16.3703,16.2404,16.0789,16.3617,16.2273,15.5081,14.6627,13.7634,12.8759,12.1213,11.5205,11.0494,10.7667,10.5487,10.626,10.7799,10.8244,10.9236,11.1532,11.5741,12.1933,13.1174,14.4429,16.3131,18.7543,21.7541,24.8763,27.6652,29.8916],[15.8635,15.8655,15.8677,15.8703,15.8734,16.1413,16.3091,16.3791,16.2512,16.11,16.3961,16.255,15.5312,14.6626,13.7645,12.8802,12.1215,11.5204,11.0515,10.765,10.5443,10.6251,10.7795,10.8225,10.9306,11.1619,11.5748,12.1965,13.1209,14.4429,16.3152,18.7606,21.7399,24.8719,27.6848,29.9331],[15.879,15.881,15.8832,15.8858,15.8889,16.1503,16.3193,16.3875,16.2554,16.0981,16.3419,16.2097,15.5124,14.6611,13.7647,12.8818,12.125,11.5223,11.0502,10.7667,10.5462,10.6239,10.7821,10.8249,10.9298,11.1629,11.5766,12.1908,13.1221,14.443,16.3082,18.7722,21.7554,24.8651,27.6722,29.891]],"t_unix":1786425714.067636,"uid":"p01406","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.534758,12.137691,17.579306]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00808","ink_fraction":{"black":0.0,"blue":0.8351119791666667,"green":0.0,"red":0.0,"white":0.16488802083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 191)","median_spectrum_pct":[27.2683,27.2751,27.2829,27.2919,27.3029,28.1898,28.9674,29.4495,29.1321,28.9173,28.8706,26.5245,22.8762,19.2726,15.9603,13.1913,11.1211,9.64764,8.61705,7.9591,7.49502,7.26363,7.17071,7.19467,7.36273,7.67452,8.19139,8.95188,10.0267,11.4724,13.5307,16.233,19.5234,23.0448,26.2937,29.0297],"phase":"gamut_dense","raster_sha1":"2d5b176670f6a85e","rgb":[96,64,191],"session":19,"source":"pipeline","t_unix":1786425761.645936,"uid":"p00807","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.503248,11.687786,30.736427]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5543463541666667,"red":0.0,"white":0.44565364583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 128)","median_raw":[16.844072,20.284028,19.152366],"median_spectrum_pct":[15.8577,15.8562,15.8545,15.8526,15.8503,16.0363,16.1883,16.2865,16.1474,16.5356,20.5708,26.4702,27.989,27.1248,25.3096,23.1809,21.3271,19.868,18.7515,18.033,17.4462,17.144,16.9554,16.8451,16.9018,17.121,17.5412,18.1229,18.9689,20.1233,21.6816,23.6534,26.0269,28.5315,30.6942,32.4216],"phase":"gamut_dense","raster_sha1":"515fed69213db293","raw":[[16.838159,20.276919,19.141064],[16.844072,20.284028,19.152366],[16.851832,20.293149,19.158913]],"rgb":[96,159,128],"session":19,"source":"pipeline","spectrum_pct":[[15.8434,15.8419,15.8402,15.8382,15.8359,16.0328,16.1773,16.2745,16.1262,16.5304,20.5708,26.483,27.9841,27.1167,25.2972,23.1692,21.3138,19.8585,18.7441,18.0271,17.4419,17.1401,16.9524,16.8426,16.8976,17.117,17.5358,18.1215,18.9679,20.1217,21.6816,23.6518,26.0193,28.5315,30.6972,32.4074],[15.8577,15.8562,15.8545,15.8526,15.8503,16.0363,16.1883,16.2865,16.152,16.5362,20.5716,26.4702,27.989,27.1248,25.3096,23.1809,21.3271,19.868,18.7515,18.033,17.4462,17.144,16.9554,16.8451,16.9018,17.121,17.5412,18.1229,18.9689,20.1233,21.6789,23.6534,26.0269,28.5378,30.6942,32.4216],[15.8734,15.8719,15.8702,15.8682,15.8659,16.057,16.2012,16.2917,16.1474,16.5356,20.5672,26.47,28.0038,27.1466,25.3225,23.1893,21.3377,19.8765,18.7582,18.0395,17.4529,17.1538,16.969,16.8561,16.9056,17.124,17.5522,18.134,18.9767,20.1292,21.6853,23.6719,26.0486,28.5256,30.6798,32.4427]],"t_unix":1786425763.8837638,"uid":"p00832","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.844072,20.284028,19.152366]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0020078125,"green":0.0,"red":0.0,"white":0.9979921875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 223)","median_raw":[34.800438,37.804583,43.332145],"median_spectrum_pct":[37.4287,37.4293,37.43,37.4308,37.4328,38.6698,39.375,39.7576,39.8468,40.124,41.3667,42.2682,42.0902,41.5137,40.7102,39.6438,38.6284,37.7394,36.948,36.4938,35.9458,35.5898,35.2713,35.0053,34.9012,34.9036,35.0244,35.1478,35.3446,35.5739,35.9329,36.4103,37.0546,37.6766,38.0952,38.4658],"phase":"gamut_dense","raster_sha1":"5567022784b195bb","raw":[[34.822862,37.826227,43.337087],[34.800438,37.804583,43.332145],[34.78532,37.790744,43.325865]],"rgb":[191,128,223],"session":19,"source":"pipeline","spectrum_pct":[[37.4256,37.4262,37.4269,37.4277,37.4296,38.6545,39.3605,39.7602,39.862,40.1479,41.3898,42.2682,42.0976,41.5225,40.7176,39.6556,38.6467,37.7633,36.9744,36.521,35.9719,35.616,35.3032,35.038,34.9347,34.9345,35.0579,35.1826,35.3817,35.6046,35.9575,36.4407,37.0802,37.7045,38.1581,38.4836],[37.4287,37.4293,37.43,37.4308,37.4328,38.6698,39.375,39.7576,39.8468,40.124,41.3667,42.2682,42.0846,41.5127,40.7102,39.6438,38.6284,37.7394,36.948,36.4938,35.9458,35.5898,35.2713,35.0053,34.9012,34.9036,35.0244,35.1478,35.3446,35.5739,35.9329,36.4103,37.0546,37.6766,38.0952,38.4658],[37.4417,37.4423,37.443,37.4438,37.4458,38.6927,39.3959,39.7564,39.8188,40.0952,41.3357,42.2389,42.0902,41.5137,40.7031,39.6369,38.6175,37.7288,36.9345,36.4795,35.9261,35.5672,35.2532,34.9855,34.8763,34.8788,34.9983,35.1233,35.3242,35.5513,35.9084,36.388,37.0379,37.6522,38.0893,38.4192]],"t_unix":1786425811.686303,"uid":"p01069","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.800438,37.804583,43.332145]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[64,191,191],"session":19,"source":"pipeline","t_unix":1786425859.1176639,"uid":"p00762","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,191,223],"session":19,"source":"pipeline","t_unix":1786425861.452314,"uid":"p01249","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.39939322916666664,"blue":0.3079140625,"green":0.0,"red":0.0,"white":0.29269270833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 128)","median_raw":[10.324576,10.748829,19.47561],"median_spectrum_pct":[17.5048,17.508,17.5116,17.5157,17.5208,17.966,18.2778,18.3695,18.121,17.9783,18.1201,17.4852,16.0696,14.5206,13.0077,11.647,10.5726,9.77757,9.19142,8.82422,8.5579,8.52322,8.59358,8.63863,8.76685,9.02988,9.46629,10.1113,11.0706,12.4303,14.3626,16.9365,20.0758,23.4087,26.4158,28.8767],"phase":"gamut_dense","raster_sha1":"680f1d0bd55d048c","raw":[[10.317272,10.742377,19.451175],[10.324576,10.748829,19.47561],[10.334551,10.757711,19.497537]],"rgb":[32,96,128],"session":19,"source":"pipeline","spectrum_pct":[[17.4809,17.484,17.4876,17.4918,17.4969,17.9338,18.2421,18.3453,18.1105,17.9642,18.1076,17.4766,16.0598,14.5059,12.9967,11.6386,10.5691,9.77093,9.18644,8.8222,8.55554,8.52107,8.58715,8.63355,8.76329,9.02396,9.4645,10.1113,11.0646,12.4303,14.3626,16.9365,20.0963,23.4151,26.4401,28.94],[17.5048,17.508,17.5116,17.5157,17.5208,17.966,18.2778,18.3695,18.121,17.9783,18.1398,17.4852,16.0696,14.5206,13.0077,11.647,10.5726,9.77757,9.19142,8.82422,8.5579,8.52322,8.59358,8.63863,8.76685,9.02988,9.46629,10.1104,11.0706,12.4248,14.3622,16.9288,20.0703,23.393,26.3978,28.863],[17.5512,17.5543,17.558,17.5622,17.5672,17.9957,18.3044,18.3919,18.1501,17.9843,18.1201,17.4934,16.0864,14.5334,13.0188,11.6584,10.583,9.78599,9.19798,8.83232,8.56546,8.53309,8.60104,8.64501,8.77332,9.0324,9.47719,10.1171,11.0739,12.4332,14.3692,16.9442,20.0758,23.4087,26.4158,28.8767]],"t_unix":1786425863.7530923,"uid":"p00652","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.324576,10.748829,19.47561]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00849","ink_fraction":{"black":0.0,"blue":0.0,"green":0.7343671875,"red":0.0,"white":0.2656328125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 96)","median_spectrum_pct":[10.693,10.6914,10.6895,10.6873,10.6845,10.6367,10.671,10.7774,10.6981,11.1321,15.4491,22.0392,23.6813,22.5921,20.4728,18.1272,16.1552,14.6423,13.5247,12.8061,12.26,11.9976,11.8554,11.7873,11.8745,12.1315,12.5998,13.2784,14.2495,15.5859,17.4082,19.7292,22.5614,25.537,28.283,30.4803],"phase":"gamut_dense","raster_sha1":"cd6ab3abee582768","rgb":[96,191,96],"session":19,"source":"pipeline","t_unix":1786425911.3435373,"uid":"p00840","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.951942,15.231324,13.358922]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,32,223],"session":19,"source":"pipeline","t_unix":1786425913.772608,"uid":"p01204","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00849","ink_fraction":{"black":0.0,"blue":0.0,"green":0.7343671875,"red":0.0,"white":0.2656328125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 96)","median_spectrum_pct":[10.693,10.6914,10.6895,10.6873,10.6845,10.6367,10.671,10.7774,10.6981,11.1321,15.4491,22.0392,23.6813,22.5921,20.4728,18.1272,16.1552,14.6423,13.5247,12.8061,12.26,11.9976,11.8554,11.7873,11.8745,12.1315,12.5998,13.2784,14.2495,15.5859,17.4082,19.7292,22.5614,25.537,28.283,30.4803],"phase":"gamut_dense","raster_sha1":"cd6ab3abee582768","rgb":[96,255,96],"session":19,"source":"pipeline","t_unix":1786425916.136824,"uid":"p00858","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.951942,15.231324,13.358922]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 191, 223)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[64,191,223],"session":19,"source":"pipeline","t_unix":1786425918.4023876,"uid":"p00763","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0022630208333333335,"blue":0.0,"green":0.0,"red":0.8332786458333333,"white":0.16445833333333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 0)","median_raw":[10.74178,7.882288,4.824628],"median_spectrum_pct":[4.28266,4.28138,4.27992,4.27824,4.27634,4.35916,4.38329,4.3952,4.33412,4.2955,4.51283,4.98128,5.10723,5.07169,4.95453,4.78425,4.67027,4.66883,4.74329,4.94315,5.57352,9.96468,17.1924,20.3562,20.8559,20.7435,20.6838,20.7999,21.2233,22.0309,23.2586,24.9074,26.9246,29.0157,30.869,32.2932],"phase":"gamut_dense","raster_sha1":"fc2a00eb2890a79e","raw":[[10.740046,7.882288,4.833046],[10.74178,7.879008,4.818153],[10.750482,7.88291,4.824628]],"rgb":[128,64,0],"session":19,"source":"pipeline","spectrum_pct":[[4.28399,4.28271,4.28125,4.27957,4.27767,4.35916,4.38208,4.39574,4.33412,4.3025,4.58359,5.02166,5.11772,5.07329,4.95884,4.78556,4.67364,4.67292,4.74932,4.9503,5.57742,9.95653,17.1844,20.3474,20.8403,20.7287,20.6677,20.7818,21.2153,22.0197,23.2577,24.9074,26.9131,29.0157,30.909,32.337],[4.26745,4.26617,4.26469,4.26299,4.2611,4.35629,4.38329,4.3952,4.33185,4.27504,4.51283,4.97719,5.10145,5.06892,4.95453,4.78425,4.66942,4.66883,4.74329,4.94315,5.57304,9.96468,17.1924,20.3562,20.8559,20.7435,20.6838,20.7999,21.2233,22.0309,23.2586,24.8984,26.9246,29.0248,30.869,32.2932],[4.28266,4.28138,4.27992,4.27824,4.27634,4.36241,4.38769,4.39428,4.33568,4.2955,4.51244,4.98128,5.10723,5.07169,4.95055,4.78275,4.67027,4.6672,4.74228,4.93998,5.57352,9.97523,17.2103,20.3805,20.875,20.7585,20.7028,20.815,21.2394,22.0332,23.262,24.9105,26.9277,29.0136,30.8398,32.265]],"t_unix":1786425920.7501047,"uid":"p00882","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.74178,7.882288,4.824628]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.3344609375,"blue":0.0,"green":0.0,"red":0.0,"white":0.6655390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 159)","median_raw":[19.267958,20.614518,26.305795],"median_spectrum_pct":[23.2197,23.2214,23.2233,23.2254,23.2282,23.7847,24.1377,24.3567,24.3159,24.2977,24.7491,24.8525,24.243,23.4615,22.597,21.672,20.8501,20.1759,19.6143,19.2847,18.9641,18.8973,18.8941,18.8322,18.8497,19.0021,19.3192,19.7756,20.4512,21.4117,22.7944,24.6229,26.8388,29.1455,31.2088,32.7758],"phase":"gamut_dense","raster_sha1":"d579ebc500459c07","raw":[[19.276172,20.621934,26.305795],[19.267958,20.614518,26.305762],[19.266358,20.613658,26.312035]],"rgb":[159,32,159],"session":19,"source":"pipeline","spectrum_pct":[[23.2197,23.2214,23.2233,23.2254,23.2282,23.7673,24.1178,24.3492,24.3168,24.3248,24.7636,24.8323,24.243,23.4615,22.597,21.6785,20.8532,20.1787,19.6198,19.2937,18.973,18.9034,18.9019,18.8473,18.8715,19.0167,19.3345,19.7856,20.4718,21.4377,22.8243,24.6437,26.8758,29.1757,31.2228,32.8724],[23.2152,23.2168,23.2187,23.2208,23.2236,23.7847,24.1377,24.3567,24.3159,24.2828,24.7491,24.8525,24.243,23.4613,22.5891,21.667,20.8501,20.1759,19.6135,19.2834,18.9641,18.8973,18.8941,18.8322,18.8497,19.0021,19.3192,19.7756,20.4486,21.4095,22.7944,24.619,26.8363,29.1373,31.1748,32.7661],[23.2315,23.2331,23.235,23.2371,23.24,23.8045,24.1544,24.3629,24.2973,24.2977,24.7456,24.8525,24.2436,23.4662,22.5975,21.672,20.8492,20.172,19.6143,19.2847,18.9578,18.8878,18.8867,18.8248,18.8491,18.9981,19.3184,19.773,20.4512,21.4117,22.7935,24.6229,26.8388,29.1455,31.2088,32.7758]],"t_unix":1786425968.4547727,"uid":"p00959","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.267958,20.614518,26.305795]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00956","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9160755208333333,"white":0.08392447916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 64)","median_spectrum_pct":[2.60554,2.60428,2.60283,2.60116,2.59923,2.63216,2.62904,2.61179,2.57893,2.51744,2.68616,2.97531,3.03529,3.00857,2.9266,2.79803,2.73943,2.79826,2.92774,3.16638,3.8324,8.33536,15.7926,19.0596,19.5202,19.3468,19.2048,19.2384,19.614,20.392,21.6276,23.3285,25.4476,27.679,29.6782,31.2266],"phase":"gamut_dense","raster_sha1":"c4c42fae2e1b6795","rgb":[191,32,64],"session":19,"source":"pipeline","t_unix":1786426016.5891087,"uid":"p01037","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.201692,6.091975,2.877407]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[255,223,32],"session":19,"source":"pipeline","t_unix":1786426019.1410654,"uid":"p01252","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01208","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.9457473958333333,"white":0.05425260416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 64)","median_spectrum_pct":[1.97205,1.9707,1.96914,1.96735,1.96533,2.00916,2.0231,2.02196,1.92281,1.82431,1.98473,2.25574,2.35704,2.37231,2.31012,2.20486,2.16204,2.24944,2.39461,2.64249,3.3258,7.88341,15.4977,18.8817,19.3717,19.206,19.0875,19.1445,19.5416,20.316,21.5376,23.1988,25.3053,27.5452,29.5534,31.1181],"phase":"gamut_dense","raster_sha1":"9f77af99bce619fb","rgb":[223,64,64],"session":19,"source":"pipeline","t_unix":1786426022.025718,"uid":"p01127","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.816842,5.591277,2.176325]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00818","ink_fraction":{"black":0.0,"blue":0.8864947916666667,"green":0.0,"red":0.0,"white":0.11350520833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 96, 223)","median_spectrum_pct":[25.9871,25.994,26.0019,26.011,26.0221,26.8192,27.5565,28.0766,27.7882,27.4687,27.3219,24.8798,21.167,17.5214,14.2209,11.4942,9.47511,8.0526,7.07584,6.4672,6.05441,5.8522,5.77339,5.79851,5.95212,6.26251,6.77476,7.52871,8.59641,10.0562,12.1111,14.8068,18.1536,21.7391,25.1422,27.9378],"phase":"gamut_dense","raster_sha1":"37c6968b8a4aa888","rgb":[96,96,223],"session":19,"source":"pipeline","t_unix":1786426024.7447746,"uid":"p00817","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.131781,10.134392,29.195402]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[159,32,0],"session":19,"source":"pipeline","t_unix":1786426027.1869538,"uid":"p00954","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21776302083333332,"white":0.7822369791666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 159)","median_raw":[27.10008,28.123127,30.080737],"median_spectrum_pct":[26.1062,26.106,26.1058,26.1055,26.1058,26.812,27.2206,27.4578,27.4929,27.6715,28.8845,30.0004,29.9897,29.5894,29.0166,28.2464,27.5163,26.8916,26.3568,26.1123,26.0277,27.5552,29.9327,30.8192,30.9672,31.0189,31.1697,31.3675,31.7043,32.1789,32.8284,33.6648,34.6814,35.7006,36.5005,37.0318],"phase":"gamut_dense","raster_sha1":"b76c8d13e816515f","raw":[[27.106961,28.129021,30.065938],[27.10008,28.123127,30.089888],[27.083444,28.114118,30.080737]],"rgb":[223,128,159],"session":19,"source":"pipeline","spectrum_pct":[[26.0824,26.0822,26.0819,26.0817,26.0819,26.7887,27.2014,27.4481,27.4929,27.6707,28.8845,30.0004,29.9737,29.5867,29.0134,28.2432,27.5163,26.896,26.3698,26.1281,26.0418,27.5752,29.9512,30.8315,30.9842,31.0347,31.1892,31.387,31.7186,32.1876,32.8423,33.6648,34.6873,35.7194,36.5005,37.0473],[26.1208,26.1207,26.1205,26.1202,26.1205,26.812,27.2206,27.4589,27.5247,27.6851,28.9293,30.0058,29.9897,29.5894,29.0166,28.2464,27.5162,26.8916,26.3568,26.1123,26.0277,27.5552,29.9327,30.8192,30.9672,31.0189,31.1697,31.3675,31.7043,32.1789,32.8284,33.6704,34.6814,35.7006,36.5009,37.0318],[26.1062,26.106,26.1058,26.1055,26.1058,26.8277,27.2407,27.4578,27.4914,27.6715,28.8774,29.9896,29.9953,29.6004,29.0297,28.2533,27.5184,26.8859,26.3479,26.1019,26.016,27.5321,29.9032,30.7865,30.9414,30.9902,31.1365,31.3351,31.6776,32.1491,32.8029,33.6528,34.6712,35.6564,36.4587,36.9926]],"t_unix":1786426029.594874,"uid":"p01148","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.10008,28.123127,30.080737]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.22748177083333335,"white":0.7725182291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 159)","median_raw":[26.711704,27.640691,29.462733],"median_spectrum_pct":[25.5364,25.5361,25.5358,25.5355,25.5357,26.2856,26.7294,26.9224,26.9104,27.069,28.2517,29.383,29.3784,29.0059,28.4581,27.7029,26.9856,26.3615,25.8235,25.5848,25.5215,27.137,29.6462,30.5797,30.7482,30.8053,30.9492,31.1467,31.4952,31.9744,32.6507,33.5267,34.5752,35.6098,36.3957,36.9915],"phase":"gamut_dense","raster_sha1":"6c2977ae321d1370","raw":[[26.721655,27.646188,29.459266],[26.711704,27.638155,29.462733],[26.708482,27.640691,29.503343]],"rgb":[191,159,159],"session":19,"source":"pipeline","spectrum_pct":[[25.5266,25.5263,25.526,25.5256,25.5258,26.2767,26.7129,26.9183,26.9092,27.069,28.2517,29.3751,29.3757,29.0059,28.4572,27.7029,26.9862,26.3669,25.8322,25.5907,25.5291,27.1522,29.6647,30.5997,30.7705,30.8237,30.9699,31.1676,31.5072,31.99,32.6668,33.5267,34.5764,35.5916,36.3957,36.9731],[25.5364,25.5361,25.5358,25.5355,25.5357,26.2856,26.7294,26.9224,26.9104,27.0664,28.2261,29.383,29.3784,29.0056,28.4581,27.7005,26.979,26.3597,25.8235,25.5848,25.5215,27.137,29.6462,30.5797,30.7482,30.8053,30.9492,31.1467,31.4952,31.9744,32.6498,33.5157,34.575,35.6098,36.3877,36.9915],[25.5669,25.5666,25.5663,25.566,25.5662,26.313,26.7523,26.9405,26.9314,27.1365,28.3471,29.4161,29.4066,29.0273,28.4747,27.7112,26.9856,26.3615,25.8213,25.5773,25.5147,27.1238,29.6199,30.5603,30.7266,30.7885,30.9322,31.1286,31.4775,31.9625,32.6507,33.5308,34.5752,35.6391,36.4068,37.0497]],"t_unix":1786426077.2222488,"uid":"p01076","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.711704,27.640691,29.462733]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,159,0],"session":19,"source":"pipeline","t_unix":1786426124.6245108,"uid":"p00585","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.4196197916666667,"red":0.0,"white":0.0,"yellow":0.5803802083333334},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 32)","median_raw":[20.89381,26.051525,5.108728],"median_spectrum_pct":[2.29276,2.28297,2.27172,2.25879,2.24377,2.17892,2.13938,2.11697,2.00722,2.5072,7.3508,18.2006,25.2444,28.7241,29.8822,29.3476,28.307,27.2786,26.3917,25.8712,25.487,25.7824,26.2774,26.3584,26.3636,26.4358,26.6361,26.8814,27.3256,27.9646,28.8795,30.0456,31.5021,32.9391,34.2273,35.1075],"phase":"gamut_dense","raster_sha1":"67bd9841dd31fa50","raw":[[20.913036,26.074948,5.115272],[20.89381,26.051525,5.108728],[20.881253,26.034724,5.103753]],"rgb":[128,191,32],"session":19,"source":"pipeline","spectrum_pct":[[2.29515,2.28534,2.27408,2.26112,2.24608,2.18013,2.1388,2.11387,2.01169,2.50727,7.38584,18.2006,25.252,28.7451,29.8982,29.3738,28.3353,27.3052,26.4208,25.9036,25.5167,25.8096,26.2994,26.3789,26.377,26.4542,26.652,26.9022,27.3405,27.9873,28.8902,30.0754,31.5021,32.9616,34.2534,35.1515],[2.27135,2.26153,2.25025,2.23729,2.22225,2.17221,2.13938,2.11697,2.00722,2.5072,7.3508,18.2101,25.2444,28.7241,29.8822,29.3476,28.307,27.2786,26.3917,25.8712,25.487,25.7824,26.2774,26.3584,26.3636,26.4358,26.6361,26.8814,27.3256,27.9646,28.8795,30.0456,31.5066,32.9237,34.1953,35.1075],[2.29276,2.28297,2.27172,2.25879,2.24377,2.17892,2.14185,2.11715,2.00471,2.48283,7.32432,18.1909,25.2348,28.708,29.8658,29.3307,28.2902,27.2576,26.3725,25.8536,25.4668,25.7664,26.263,26.3481,26.3507,26.4254,26.6203,26.8656,27.3056,27.9404,28.8557,30.0138,31.4754,32.9391,34.2273,35.0821]],"t_unix":1786426126.9770768,"uid":"p00919","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.89381,26.051525,5.108728]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19078645833333333,"white":0.7932291666666667,"yellow":0.015984375},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 96)","median_raw":[27.708677,29.044263,30.469005],"median_spectrum_pct":[26.3184,26.3179,26.3174,26.3167,26.3164,26.9795,27.4371,27.7649,27.8333,28.005,29.3872,30.8385,30.9837,30.6904,30.1578,29.3883,28.6435,27.9963,27.4334,27.1663,27.0418,28.3985,30.4863,31.2296,31.3533,31.3968,31.5404,31.7215,32.05,32.4836,33.1157,33.921,34.9032,35.8761,36.6182,37.1638],"phase":"gamut_dense","raster_sha1":"a9e96e1a56e56329","raw":[[27.863062,29.202609,30.566476],[27.708677,29.044263,30.469005],[27.688199,29.028401,30.464694]],"rgb":[255,159,96],"session":19,"source":"pipeline","spectrum_pct":[[26.4143,26.4138,26.4132,26.4124,26.4122,27.2088,27.6748,27.857,27.8172,27.9869,29.3872,30.8719,31.0891,30.8356,30.3268,29.5579,28.8073,28.1577,27.5952,27.328,27.2058,28.5712,30.6759,31.4204,31.5425,31.5834,31.7223,31.9165,32.2306,32.6774,33.2935,34.0979,35.0761,36.0457,36.7805,37.346],[26.3127,26.3122,26.3117,26.3111,26.3107,26.961,27.4196,27.7601,27.8359,28.0321,29.4183,30.8385,30.9693,30.6817,30.1545,29.3883,28.6435,27.9963,27.4334,27.1663,27.0418,28.3985,30.4863,31.2296,31.3533,31.3968,31.5404,31.7215,32.05,32.4836,33.1157,33.921,34.9032,35.8723,36.6182,37.1638],[26.3184,26.3179,26.3174,26.3167,26.3164,26.9795,27.4371,27.7649,27.8333,28.005,29.3618,30.7957,30.9837,30.6904,30.1578,29.3864,28.6368,27.9834,27.4168,27.146,27.0214,28.3718,30.4519,31.1923,31.317,31.3599,31.5029,31.6914,32.0144,32.4673,33.107,33.9084,34.8972,35.8761,36.5963,37.163]],"t_unix":1786426174.594521,"uid":"p01236","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.708677,29.044263,30.469005]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.27757291666666667,"blue":0.0,"green":0.0,"red":0.3236875,"white":0.3218020833333333,"yellow":0.0769375},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 0)","median_raw":[12.803019,12.445164,11.55016],"median_spectrum_pct":[10.1219,10.1212,10.1205,10.1196,10.1187,10.3033,10.4196,10.4577,10.3712,10.3515,11.0845,12.152,12.4523,12.3823,12.1228,11.7188,11.3445,11.0425,10.8218,10.7698,10.9396,12.8525,15.7421,16.8814,17.1244,17.244,17.4752,17.8645,18.5505,19.596,21.0921,23.06,25.4383,27.9128,30.1192,31.8088],"phase":"gamut_dense","raster_sha1":"b3a23036b4821e23","raw":[[12.80686,12.450698,11.552648],[12.803019,12.445164,11.55016],[12.800433,12.442364,11.545667]],"rgb":[128,96,0],"session":19,"source":"pipeline","spectrum_pct":[[10.1315,10.1309,10.1301,10.1293,10.1283,10.2952,10.4079,10.4552,10.3749,10.3751,11.0845,12.1739,12.4637,12.3884,12.1228,11.7216,11.345,11.0499,10.8297,10.7758,10.9481,12.8592,15.7444,16.8839,17.1275,17.2481,17.4752,17.8656,18.5578,19.601,21.0922,23.06,25.4639,27.9488,30.1192,31.7911],[10.1219,10.1212,10.1205,10.1196,10.1187,10.3033,10.4196,10.4577,10.3712,10.3515,11.0896,12.152,12.4523,12.38,12.1203,11.7188,11.3445,11.0425,10.8218,10.7698,10.9396,12.8525,15.7421,16.8814,17.1244,17.2434,17.4726,17.8645,18.5498,19.596,21.0921,23.0722,25.4383,27.8956,30.1253,31.8088],[10.1206,10.12,10.1192,10.1183,10.1174,10.3121,10.4252,10.4592,10.3627,10.3226,11.0796,12.1498,12.4515,12.3823,12.1231,11.7144,11.3372,11.0399,10.8194,10.7667,10.9386,12.8496,15.7376,16.8774,17.1205,17.244,17.477,17.8634,18.5505,19.5897,21.081,23.049,25.4318,27.9128,30.097,31.8088]],"t_unix":1786426222.1448605,"uid":"p00891","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[12.803019,12.445164,11.55016]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01164","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.34646614583333335,"yellow":0.6535338541666667},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 96)","median_spectrum_pct":[10.5424,10.5321,10.5203,10.5068,10.4911,10.5723,10.6929,10.8564,10.9004,11.3656,15.6824,25.1597,31.8454,35.9333,38.0731,38.4714,38.156,37.6505,37.1241,36.9309,36.7212,37.2557,38.0056,38.1064,38.0017,37.8965,37.8776,37.793,37.7362,37.6728,37.6764,37.7252,37.9583,38.2194,38.2938,38.4023],"phase":"gamut_dense","raster_sha1":"ef008d8dcbcf5442","rgb":[255,191,96],"session":19,"source":"pipeline","t_unix":1786426269.7099621,"uid":"p01245","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.021501,36.115047,14.367744]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01139","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21770833333333334,"white":0.7822916666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 159)","median_spectrum_pct":[26.0302,26.03,26.0298,26.0296,26.0297,26.6415,27.074,27.459,27.6314,27.8314,29.0222,30.0402,29.9395,29.5232,28.9573,28.188,27.4508,26.8192,26.2868,26.0694,25.9938,27.4872,29.7795,30.5988,30.7254,30.7917,30.9904,31.2217,31.5778,32.0394,32.66,33.4483,34.4479,35.4551,36.2309,36.8751],"phase":"gamut_dense","raster_sha1":"f050d0bcf493e6c6","rgb":[255,64,159],"session":19,"source":"pipeline","t_unix":1786426271.989954,"uid":"p01211","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.998663,28.045697,30.09319]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.945813,37.941307,43.301543],"median_spectrum_pct":[37.387,37.3876,37.3882,37.3889,37.3907,38.5454,39.2556,39.7345,39.8791,40.1412,41.3786,42.251,42.0638,41.5182,40.7496,39.7237,38.7451,37.8899,37.1168,36.6858,36.1512,35.8169,35.5037,35.2411,35.1289,35.1136,35.2238,35.3373,35.5012,35.6937,36.0206,36.4697,37.0897,37.6957,38.0936,38.4002],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.9714,37.964624,43.315654],[34.945813,37.941307,43.2946],[34.935283,37.932139,43.301543]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[37.3801,37.3806,37.3812,37.3819,37.3837,38.5304,39.2445,39.7351,39.9144,40.2076,41.4224,42.2685,42.0777,41.521,40.7577,39.7327,38.7595,37.909,37.1427,36.7145,36.1827,35.845,35.5407,35.2732,35.1642,35.1477,35.2557,35.3654,35.5354,35.727,36.0567,36.5101,37.1165,37.712,38.112,38.4632],[37.3893,37.3898,37.3904,37.3912,37.3929,38.5454,39.2556,39.7286,39.8791,40.1333,41.3687,42.2371,42.0544,41.5182,40.7496,39.7237,38.7451,37.8899,37.1168,36.6858,36.1512,35.8169,35.5037,35.2411,35.1289,35.1136,35.2238,35.3373,35.5012,35.6937,36.0206,36.4697,37.0897,37.6957,38.0718,38.397],[37.387,37.3876,37.3882,37.3889,37.3907,38.56,39.275,39.7345,39.8687,40.1412,41.3786,42.251,42.0638,41.5182,40.7471,39.7139,38.74,37.881,37.1052,36.6716,36.1373,35.8002,35.4907,35.2232,35.1063,35.0973,35.2039,35.3111,35.4876,35.6807,36.0044,36.4513,37.0683,37.6529,38.0936,38.4002]],"t_unix":1786426271.9967945,"uid":"p01407","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.945813,37.941307,43.301543]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.400298,1.111328,2.293649],"median_spectrum_pct":[2.46083,2.4615,2.46228,2.46317,2.46405,2.40932,2.34476,2.26173,2.09019,1.84179,1.7221,1.70747,1.551,1.35778,1.15275,0.969329,0.842348,0.764139,0.715081,0.699578,0.726962,0.964979,1.2355,1.35611,1.47947,1.69077,2.04839,2.6193,3.5459,4.96683,7.11431,10.0539,13.7471,17.7901,21.6311,24.7785],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.396641,1.109436,2.282162],[1.400298,1.112311,2.293649],[1.400649,1.111328,2.293737]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[2.43911,2.43977,2.44053,2.4414,2.44228,2.40066,2.33335,2.2511,2.08716,1.84179,1.70591,1.70747,1.56035,1.35633,1.15157,0.967775,0.839278,0.764013,0.714586,0.699578,0.725798,0.962257,1.23323,1.35268,1.47847,1.68934,2.04774,2.61814,3.5459,4.97646,7.12493,10.0577,13.7694,17.8291,21.6502,24.8399],[2.46083,2.4615,2.46228,2.46317,2.46405,2.40932,2.34476,2.26173,2.09019,1.83691,1.74924,1.73269,1.54867,1.35778,1.15275,0.97164,0.842348,0.764139,0.716199,0.700926,0.730406,0.964979,1.2355,1.35611,1.48209,1.69179,2.04897,2.6193,3.5468,4.96683,7.11431,10.0539,13.7471,17.7901,21.6311,24.7785],[2.46882,2.4695,2.47028,2.47118,2.47207,2.41654,2.34764,2.2668,2.09331,1.84327,1.7221,1.68986,1.551,1.36077,1.15295,0.969329,0.846218,0.764808,0.715081,0.698511,0.726962,0.969755,1.23866,1.35644,1.47947,1.69077,2.04839,2.62456,3.54459,4.96301,7.094,10.0181,13.7152,17.76,21.576,24.7168]],"t_unix":1786426317.212836,"uid":"p01408","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.400298,1.111328,2.293649]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.619452,12.227159,17.6737],"median_spectrum_pct":[15.9631,15.9651,15.9673,15.9699,15.973,16.2883,16.4702,16.4966,16.3056,16.1487,16.3678,16.2743,15.5975,14.7561,13.8619,12.9799,12.2215,11.617,11.1436,10.8578,10.6356,10.7094,10.8653,10.9058,11.01,11.2418,11.6591,12.2794,13.2037,14.5184,16.3837,18.8275,21.8137,24.9149,27.6955,29.9205],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.616982,12.224278,17.662813],[11.619452,12.227809,17.6737],[11.619783,12.227159,17.686479]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[15.9397,15.9416,15.9438,15.9464,15.9495,16.265,16.4491,16.4844,16.3056,16.1487,16.3568,16.2344,15.5864,14.7506,13.8576,12.9762,12.2192,11.617,11.1452,10.8578,10.6367,10.7094,10.8633,10.9058,11.0144,11.2406,11.6583,12.276,13.2058,14.5248,16.3801,18.8275,21.8225,24.9149,27.6955,29.9856],[15.9631,15.9651,15.9673,15.9699,15.973,16.2883,16.4702,16.4969,16.3052,16.1228,16.3678,16.2755,15.6155,14.7561,13.8619,12.9799,12.2244,11.6175,11.1436,10.8584,10.6356,10.7117,10.8683,10.9059,11.01,11.242,11.6616,12.2794,13.2011,14.5151,16.389,18.8274,21.8137,24.9041,27.6613,29.9205],[15.9675,15.9694,15.9717,15.9743,15.9774,16.302,16.4819,16.4966,16.3073,16.1649,16.4005,16.2743,15.5975,14.7649,13.8699,12.982,12.2215,11.6141,11.1418,10.8526,10.6289,10.709,10.8653,10.9055,11.0098,11.2418,11.6591,12.281,13.2037,14.5184,16.3837,18.8277,21.8119,24.9262,27.712,29.912]],"t_unix":1786426362.3524778,"uid":"p01409","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.619452,12.227159,17.6737]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.46396614583333334,"red":0.0,"white":0.28931510416666667,"yellow":0.24671875},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 96)","median_raw":[19.535039,23.872514,13.665135],"median_spectrum_pct":[10.4557,10.4504,10.4443,10.4372,10.4291,10.5374,10.6182,10.6427,10.5132,10.9534,15.5035,23.7831,27.8358,28.9105,28.3902,26.9656,25.4762,24.2202,23.2184,22.6023,22.0943,22.0216,22.0849,22.0248,22.0349,22.1679,22.4856,22.9314,23.5911,24.4871,25.7194,27.2736,29.1675,31.0465,32.7336,33.9927],"phase":"gamut_dense","raster_sha1":"c23015b2e6fe6961","raw":[[19.535039,23.872752,13.665135],[19.538192,23.872514,13.683868],[19.442399,23.755352,13.663071]],"rgb":[128,159,96],"session":19,"source":"pipeline","spectrum_pct":[[10.4557,10.4504,10.4443,10.4372,10.4291,10.5374,10.6182,10.6427,10.4726,10.9111,15.5035,23.7831,27.8358,28.9119,28.3902,26.9656,25.484,24.2218,23.2215,22.6067,22.0994,22.0221,22.0872,22.0248,22.0349,22.1679,22.4856,22.9314,23.5911,24.4871,25.7194,27.2736,29.1675,31.0465,32.7336,33.9927],[10.463,10.4577,10.4516,10.4445,10.4364,10.5508,10.6292,10.6511,10.5132,10.9534,15.4946,23.7863,27.8425,28.9105,28.3935,26.9689,25.4762,24.2202,23.2184,22.6023,22.0943,22.0216,22.0849,22.0272,22.0364,22.176,22.4884,22.9337,23.6015,24.5108,25.7277,27.2978,29.1772,31.0795,32.7603,34.0267],[10.4304,10.4252,10.4191,10.4121,10.404,10.4503,10.5269,10.6086,10.5309,11.047,15.6118,23.7819,27.7469,28.772,28.2381,26.8239,25.3437,24.0872,23.0947,22.48,21.9717,21.8999,21.9683,21.9133,21.9291,22.0615,22.3814,22.834,23.495,24.3959,25.6242,27.1922,29.0697,30.9824,32.692,33.9788]],"t_unix":1786426409.9672594,"uid":"p00912","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.535039,23.872514,13.665135]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00606","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148645833333333,"red":0.0,"white":0.18513541666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 96)","median_spectrum_pct":[8.38437,8.3828,8.38101,8.37894,8.37628,8.31641,8.31661,8.39011,8.25483,8.61695,13.0867,19.7866,21.3454,20.0696,17.7675,15.3131,13.2943,11.7874,10.7058,10.0129,9.50881,9.27652,9.17594,9.14528,9.25497,9.53329,10.0306,10.7351,11.7362,13.1318,15.0584,17.5631,20.5843,23.8736,26.854,29.3395],"phase":"gamut_dense","raster_sha1":"075475ba92142463","rgb":[0,255,96],"session":19,"source":"pipeline","t_unix":1786426457.5331063,"uid":"p00615","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.445823,12.524674,10.746884]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 96, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,96,223],"session":19,"source":"pipeline","t_unix":1786426460.0369883,"uid":"p01222","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0019166666666666666,"blue":0.0,"green":0.0,"red":0.44219010416666665,"white":0.5558932291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 128)","median_raw":[19.757803,19.037155,18.532775],"median_spectrum_pct":[16.2336,16.233,16.2322,16.2314,16.2305,16.5235,16.7271,16.8443,16.8336,16.9237,17.8704,18.8153,18.8861,18.6405,18.2338,17.7083,17.2399,16.8606,16.585,16.5358,16.7989,19.7446,24.322,26.1625,26.4962,26.5484,26.6886,26.9214,27.3929,28.0912,29.0519,30.2715,31.7474,33.1976,34.4039,35.2823],"phase":"gamut_dense","raster_sha1":"542862b1bfa700eb","raw":[[19.768101,19.047378,18.543357],[19.756548,19.037155,18.515315],[19.757803,19.035446,18.532775]],"rgb":[191,32,128],"session":19,"source":"pipeline","spectrum_pct":[[16.2351,16.2344,16.2337,16.2328,16.232,16.5235,16.7181,16.8501,16.8613,16.9469,17.8979,18.8346,18.9046,18.6478,18.2468,17.7141,17.2407,16.869,16.5906,16.5406,16.8074,19.7539,24.3333,26.1751,26.5034,26.5558,26.6929,26.9267,27.4092,28.0951,29.0675,30.2843,31.7474,33.1955,34.4039,35.2823],[16.1904,16.1897,16.1889,16.188,16.1871,16.5224,16.7271,16.843,16.8012,16.8937,17.8636,18.7979,18.8813,18.6379,18.2338,17.7083,17.2399,16.8606,16.585,16.5358,16.7989,19.7446,24.322,26.1619,26.4924,26.5444,26.6874,26.9149,27.3879,28.0744,29.0403,30.256,31.747,33.1976,34.3921,35.224],[16.2336,16.233,16.2322,16.2314,16.2305,16.5324,16.7309,16.8443,16.8336,16.9237,17.8704,18.8153,18.8861,18.6405,18.2337,17.7082,17.2314,16.8582,16.5786,16.5272,16.7941,19.7404,24.3148,26.1625,26.4962,26.5484,26.6886,26.9214,27.3929,28.0912,29.0519,30.2715,31.7681,33.2327,34.4328,35.2826]],"t_unix":1786426462.4939263,"uid":"p01039","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.757803,19.037155,18.532775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00583","ink_fraction":{"black":0.0,"blue":0.6091484375,"green":0.0,"red":0.0,"white":0.3908515625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 255)","median_spectrum_pct":[29.704,29.7095,29.716,29.7234,29.7324,30.4724,31.1932,31.8472,31.7829,31.7399,32.1605,30.5751,27.617,24.5634,21.6795,19.1569,17.1855,15.7216,14.6618,14.0027,13.4874,13.1937,13.0341,12.9897,13.1016,13.3821,13.8655,14.5534,15.5125,16.7822,18.5182,20.7649,23.4599,26.3365,28.9454,31.0495],"phase":"gamut_dense","raster_sha1":"3761d0c21ad01769","rgb":[128,128,255],"session":19,"source":"pipeline","t_unix":1786426509.9668849,"uid":"p00908","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.480671,17.392365,33.742775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01110","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6679270833333333,"white":0.33207291666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 96)","median_spectrum_pct":[8.79446,8.79331,8.79199,8.79047,8.7888,8.95352,9.04093,9.0627,8.99922,8.97706,9.65744,10.4695,10.6025,10.4937,10.266,9.94928,9.69344,9.54308,9.4735,9.57175,10.0661,13.9297,20.1118,22.7456,23.2136,23.2093,23.2365,23.4175,23.8846,24.6544,25.8017,27.2724,29.0396,30.8393,32.4042,33.5495],"phase":"gamut_dense","raster_sha1":"3bd93bd57fa2da3b","rgb":[223,32,96],"session":19,"source":"pipeline","t_unix":1786426512.3052995,"uid":"p01119","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.340056,12.349253,10.0087]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0005234375,"blue":0.0,"green":0.0,"red":0.6672369791666667,"white":0.3322395833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 96)","median_raw":[14.154762,12.100374,9.779294],"median_spectrum_pct":[8.59498,8.59385,8.59256,8.59107,8.58942,8.75145,8.84072,8.8753,8.80428,8.77438,9.40044,10.1858,10.289,10.1821,9.96736,9.66734,9.41441,9.26133,9.18813,9.28831,9.8037,13.7276,19.9853,22.6232,23.0691,23.0609,23.1005,23.3091,23.7932,24.5847,25.7453,27.2436,29.0584,30.9022,32.4793,33.6661],"phase":"gamut_dense","raster_sha1":"0fbea04c8604d135","raw":[[14.157405,12.106191,9.798208],[14.153405,12.100374,9.779294],[14.154762,12.098788,9.76888]],"rgb":[191,0,96],"session":19,"source":"pipeline","spectrum_pct":[[8.60681,8.60569,8.60441,8.60293,8.60127,8.74725,8.84072,8.8753,8.82673,8.85449,9.41751,10.2013,10.319,10.1964,9.97281,9.6701,9.41642,9.26268,9.19261,9.2966,9.81192,13.7291,19.9805,22.6232,23.0691,23.0555,23.1005,23.3048,23.7932,24.5839,25.7525,27.2436,29.0584,30.9197,32.5245,33.7185],[8.59498,8.59385,8.59256,8.59107,8.58942,8.75145,8.84054,8.87775,8.80428,8.77438,9.40044,10.1858,10.289,10.1821,9.96736,9.66734,9.41441,9.26133,9.18813,9.28831,9.8037,13.7271,19.9853,22.6228,23.0677,23.0609,23.1,23.3091,23.7926,24.5847,25.742,27.2478,29.0651,30.9022,32.4793,33.6661],[8.58987,8.58874,8.58744,8.58594,8.5843,8.75375,8.8446,8.87256,8.77581,8.77303,9.37886,10.139,10.2793,10.1811,9.96713,9.66494,9.41285,9.25919,9.18511,9.28396,9.80138,13.7276,19.9944,22.6361,23.0788,23.0663,23.1135,23.3119,23.7947,24.5916,25.7453,27.2327,29.044,30.8873,32.4499,33.6461]],"t_unix":1786426514.6215398,"uid":"p01029","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.154762,12.100374,9.779294]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00590","ink_fraction":{"black":0.17322135416666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.8267786458333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 159, 159)","median_spectrum_pct":[29.6395,29.6409,29.6426,29.6445,29.6469,30.2901,30.8135,31.3723,31.5698,31.7269,32.4166,32.6584,32.0444,31.2456,30.3526,29.3195,28.3663,27.5535,26.869,26.48,26.0626,25.8697,25.7224,25.5626,25.5442,25.6618,25.9388,26.2884,26.8245,27.5078,28.4718,29.7186,31.2683,32.7883,34.1536,35.2328],"phase":"gamut_dense","raster_sha1":"fd12d625ccd5c7f4","rgb":[96,159,159],"session":19,"source":"pipeline","t_unix":1786426562.087427,"uid":"p00833","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.871371,27.901141,34.027372]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,191,32],"session":19,"source":"pipeline","t_unix":1786426564.485286,"uid":"p00595","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.834234375,"red":0.0,"white":0.165765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 96)","median_raw":[9.161081,12.222938,10.44319],"median_spectrum_pct":[8.08275,8.08115,8.07931,8.07719,8.07456,8.05481,8.07547,8.11801,7.97112,8.33109,12.6289,19.4542,21.077,19.8063,17.4839,15.0248,12.9976,11.4894,10.3977,9.69311,9.18673,8.96202,8.87525,8.85489,8.96742,9.2414,9.72589,10.4239,11.4344,12.847,14.7977,17.3727,20.4732,23.7922,26.8351,29.3489],"phase":"gamut_dense","raster_sha1":"cf67000a6d466c26","raw":[[9.15291,12.212389,10.42925],[9.161081,12.222938,10.44319],[9.169178,12.234014,10.455811]],"rgb":[64,128,96],"session":19,"source":"pipeline","spectrum_pct":[[8.08116,8.07958,8.07775,8.07566,8.07303,8.04549,8.06393,8.10642,7.95196,8.32613,12.6241,19.4418,21.0517,19.7828,17.4687,15.0125,12.99,11.4756,10.3873,9.68528,9.18179,8.95848,8.8669,8.84713,8.9581,9.2357,9.71734,10.4192,11.4271,12.844,14.7977,17.3493,20.4732,23.8079,26.8599,29.3655],[8.10601,8.10444,8.10263,8.10055,8.09791,8.05481,8.07547,8.11801,7.97112,8.33109,12.6289,19.4542,21.077,19.8063,17.4839,15.0248,12.9976,11.4894,10.3977,9.69311,9.18673,8.96202,8.87525,8.85489,8.96742,9.2414,9.72589,10.4239,11.4344,12.847,14.7967,17.3727,20.4838,23.7922,26.8351,29.3064],[8.08275,8.08115,8.07931,8.07719,8.07456,8.06626,8.08431,8.1246,7.98735,8.33586,12.668,19.5077,21.0841,19.8209,17.502,15.0352,13.0078,11.497,10.4067,9.69987,9.19521,8.9745,8.88441,8.86124,8.97294,9.25288,9.73333,10.4255,11.4393,12.8513,14.8072,17.388,20.4583,23.7839,26.8273,29.3489]],"t_unix":1786426566.7944343,"uid":"p00741","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.161081,12.222938,10.44319]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[255,255,0],"session":19,"source":"pipeline","t_unix":1786426614.2341695,"uid":"p01260","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01039","ink_fraction":{"black":0.0019166666666666666,"blue":0.0,"green":0.0,"red":0.44219010416666665,"white":0.5558932291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 128)","median_spectrum_pct":[16.2336,16.233,16.2322,16.2314,16.2305,16.5235,16.7271,16.8443,16.8336,16.9237,17.8704,18.8153,18.8861,18.6405,18.2338,17.7083,17.2399,16.8606,16.585,16.5358,16.7989,19.7446,24.322,26.1625,26.4962,26.5484,26.6886,26.9214,27.3929,28.0912,29.0519,30.2715,31.7474,33.1976,34.4039,35.2823],"phase":"gamut_dense","raster_sha1":"542862b1bfa700eb","rgb":[191,0,128],"session":19,"source":"pipeline","t_unix":1786426616.523093,"uid":"p01030","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.757803,19.037155,18.532775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00962","ink_fraction":{"black":0.0,"blue":0.305984375,"green":0.0,"red":0.0,"white":0.694015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 255)","median_spectrum_pct":[33.5598,33.5631,33.5669,33.5713,33.5771,34.5346,35.2867,35.8757,35.9072,36.0745,36.9701,36.5802,34.9093,32.9664,30.9757,29.0197,27.3697,26.0745,25.0727,24.468,23.9089,23.5667,23.3034,23.1464,23.1734,23.3672,23.7308,24.2211,24.8987,25.7347,26.8828,28.3279,30.112,31.888,33.4924,34.7672],"phase":"gamut_dense","raster_sha1":"725591891c54aa03","rgb":[159,0,255],"session":19,"source":"pipeline","t_unix":1786426618.7841198,"uid":"p00953","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.069929,27.047387,38.604197]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.6247369791666667,"yellow":0.37526302083333335},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 128)","median_raw":[32.140587,36.539661,25.115735],"median_spectrum_pct":[20.6327,20.6267,20.6198,20.6118,20.6029,21.0903,21.3566,21.5046,21.4581,21.8374,25.3785,32.0792,36.1657,38.2559,39.0542,38.7644,38.1228,37.4279,36.7607,36.4231,36.0509,36.2369,36.5685,36.5396,36.4464,36.3946,36.4315,36.4312,36.487,36.5738,36.7737,37.0729,37.5291,37.9549,38.1803,38.3382],"phase":"gamut_dense","raster_sha1":"1bc5a0a6d7fe3c44","raw":[[32.181692,36.588936,25.116502],[32.140587,36.539661,25.115735],[32.101042,36.493782,25.107586]],"rgb":[223,191,128],"session":19,"source":"pipeline","spectrum_pct":[[20.6425,20.6365,20.6295,20.6215,20.6126,21.0809,21.3474,21.5069,21.4581,21.832,25.3838,32.118,36.207,38.2971,39.0926,38.8076,38.1684,37.4847,36.8193,36.4843,36.113,36.2958,36.623,36.585,36.4999,36.4469,36.479,36.477,36.5321,36.6316,36.8253,37.1113,37.5371,37.9842,38.2411,38.3896],[20.6327,20.6267,20.6198,20.6118,20.6029,21.0903,21.3566,21.5046,21.4703,21.8374,25.3746,32.0792,36.1657,38.2559,39.0542,38.7644,38.1228,37.4279,36.7607,36.4231,36.0509,36.2369,36.5685,36.5396,36.4464,36.3946,36.4315,36.4312,36.487,36.5738,36.7737,37.0729,37.5291,37.9549,38.1803,38.3382],[20.6093,20.6033,20.5963,20.5884,20.5795,21.0905,21.358,21.4979,21.4549,21.8399,25.3785,32.0475,36.1553,38.2254,39.0099,38.7198,38.0672,37.3759,36.7092,36.3653,35.9954,36.1836,36.525,36.4927,36.4038,36.3481,36.3808,36.3791,36.4386,36.529,36.7315,37.0121,37.4544,37.9205,38.1545,38.3071]],"t_unix":1786426621.0374815,"uid":"p01165","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.140587,36.539661,25.115735]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 223, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[159,223,191],"session":19,"source":"pipeline","t_unix":1786426668.584549,"uid":"p01014","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6908619791666667,"white":0.30913802083333336,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 96)","median_raw":[13.694735,11.522766,9.152827],"median_spectrum_pct":[8.06608,8.06496,8.06367,8.06219,8.06058,8.23555,8.30856,8.30831,8.23959,8.2439,8.73258,9.42316,9.56303,9.48094,9.27517,8.98544,8.7521,8.63291,8.59254,8.71662,9.24552,13.2132,19.5961,22.3147,22.7607,22.7255,22.739,22.9189,23.3931,24.1791,25.3464,26.8575,28.7072,30.6036,32.1902,33.4143],"phase":"gamut_dense","raster_sha1":"0cb8afd4b6c51f2a","raw":[[13.694003,11.523541,9.158845],[13.694735,11.522766,9.150564],[13.698104,11.521938,9.152827]],"rgb":[159,96,96],"session":19,"source":"pipeline","spectrum_pct":[[8.07718,8.07607,8.0748,8.07333,8.0717,8.22546,8.30491,8.30831,8.24641,8.2441,8.76019,9.42316,9.58382,9.48201,9.27437,8.98334,8.75282,8.63346,8.59641,8.72289,9.24983,13.2121,19.5907,22.3043,22.7518,22.7252,22.7324,22.911,23.3806,24.1656,25.3304,26.8445,28.7072,30.5908,32.1902,33.4428],[8.06608,8.06496,8.06367,8.06219,8.06058,8.23555,8.30856,8.30835,8.23409,8.21285,8.73258,9.43409,9.56303,9.48094,9.27517,8.98887,8.7521,8.63291,8.59254,8.71662,9.24552,13.2132,19.5961,22.3147,22.7607,22.7255,22.739,22.9189,23.3931,24.1791,25.3464,26.8575,28.7054,30.6232,32.2154,33.4143],[8.06261,8.06148,8.06019,8.0587,8.05709,8.23865,8.3141,8.30795,8.23959,8.2439,8.70136,9.41062,9.56276,9.47081,9.2752,8.98544,8.75122,8.62914,8.58976,8.71361,9.24289,13.218,19.605,22.3218,22.7675,22.7317,22.752,22.9315,23.405,24.1808,25.355,26.8715,28.732,30.6036,32.1877,33.4008]],"t_unix":1786426670.806055,"uid":"p00975","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.694735,11.522766,9.152827]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 223, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,223,64],"session":19,"source":"pipeline","t_unix":1786426719.552064,"uid":"p00686","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00808","ink_fraction":{"black":0.0,"blue":0.8351119791666667,"green":0.0,"red":0.0,"white":0.16488802083333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 255)","median_spectrum_pct":[27.2683,27.2751,27.2829,27.2919,27.3029,28.1898,28.9674,29.4495,29.1321,28.9173,28.8706,26.5245,22.8762,19.2726,15.9603,13.1913,11.1211,9.64764,8.61705,7.9591,7.49502,7.26363,7.17071,7.19467,7.36273,7.67452,8.19139,8.95188,10.0267,11.4724,13.5307,16.233,19.5234,23.0448,26.2937,29.0297],"phase":"gamut_dense","raster_sha1":"2d5b176670f6a85e","rgb":[96,64,255],"session":19,"source":"pipeline","t_unix":1786426721.8577418,"uid":"p00809","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.503248,11.687786,30.736427]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 0, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[191,0,32],"session":19,"source":"pipeline","t_unix":1786426724.2340994,"uid":"p01027","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6279244791666667,"blue":0.317359375,"green":0.0,"red":0.0,"white":0.054716145833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 96)","median_raw":[4.414835,4.274706,10.64566],"median_spectrum_pct":[9.88965,9.89222,9.89517,9.89856,9.90242,10.0153,10.1482,10.2054,10.0097,9.77952,9.60697,8.9971,7.91523,6.73033,5.60247,4.64399,3.92356,3.41394,3.07128,2.86204,2.74725,2.84805,3.03187,3.14225,3.28247,3.53076,3.96629,4.62361,5.61926,7.09268,9.21044,12.1069,15.6721,19.523,23.1381,26.0915],"phase":"gamut_dense","raster_sha1":"0a39f05ab8c367ea","raw":[[4.400031,4.260968,10.59933],[4.414835,4.274706,10.64566],[4.419778,4.279478,10.657818]],"rgb":[0,64,96],"session":19,"source":"pipeline","spectrum_pct":[[9.85266,9.85521,9.85815,9.86153,9.86537,9.98167,10.1099,10.177,9.97277,9.69721,9.58403,8.96187,7.87898,6.71321,5.58653,4.62857,3.91337,3.40445,3.06249,2.85188,2.74014,2.84288,3.02146,3.12996,3.27136,3.52492,3.96199,4.61597,5.61829,7.08368,9.21044,12.1069,15.659,19.5121,23.1381,26.0915],[9.88965,9.89222,9.89517,9.89856,9.90242,10.0153,10.1482,10.2054,10.0097,9.79626,9.61906,8.99821,7.91573,6.73033,5.60247,4.64399,3.92356,3.41394,3.07128,2.86204,2.74725,2.84805,3.03225,3.14225,3.28247,3.53076,3.96629,4.62991,5.63015,7.09637,9.22085,12.119,15.6721,19.5321,23.154,26.1285],[9.91359,9.91617,9.91913,9.92253,9.9264,10.0406,10.1718,10.2243,10.024,9.77952,9.60697,8.9971,7.91523,6.74598,5.61505,4.64869,3.92984,3.42146,3.07514,2.86441,2.75175,2.85047,3.03187,3.14731,3.28501,3.54065,3.97098,4.62361,5.61926,7.09268,9.2062,12.0817,15.6738,19.523,23.113,26.056]],"t_unix":1786426726.5035908,"uid":"p00561","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.414835,4.274706,10.64566]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.15687239583333334,"blue":0.30385416666666665,"green":0.0,"red":0.0,"white":0.5392734375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 159)","median_raw":[18.442341,19.689756,30.344264],"median_spectrum_pct":[26.6889,26.6923,26.6963,26.7008,26.7064,27.435,28.0017,28.3628,28.2467,28.2098,28.8081,28.2651,26.6139,24.7765,22.9268,21.1986,19.7738,18.677,17.8356,17.3125,16.8716,16.6878,16.6021,16.5659,16.6592,16.8904,17.3038,17.8738,18.7065,19.8263,21.3899,23.4105,25.8301,28.3455,30.5956,32.3761],"phase":"gamut_dense","raster_sha1":"9ab7a3a35540bc36","raw":[[18.442231,19.689756,30.344264],[18.442341,19.689207,30.337185],[18.450535,19.697958,30.366985]],"rgb":[96,128,159],"session":19,"source":"pipeline","spectrum_pct":[[26.6889,26.6923,26.6963,26.7008,26.7064,27.4125,27.9722,28.3518,28.2467,28.2098,28.8316,28.2651,26.6035,24.7755,22.9212,21.1967,19.7733,18.677,17.8356,17.3087,16.8694,16.685,16.6015,16.5621,16.6575,16.8896,17.3038,17.8738,18.7092,19.8265,21.3899,23.4105,25.8301,28.3683,30.5956,32.3787],[26.6864,26.6898,26.6937,26.6982,26.7039,27.435,28.0017,28.3628,28.2267,28.1662,28.7594,28.2483,26.6139,24.7765,22.9268,21.1986,19.7738,18.6748,17.8333,17.3125,16.8716,16.6878,16.6021,16.5659,16.6592,16.8904,17.3004,17.8684,18.6954,19.8217,21.3835,23.407,25.8159,28.3375,30.5805,32.353],[26.7224,26.7258,26.7297,26.7342,26.7399,27.4544,28.0168,28.3734,28.2575,28.2238,28.8081,28.269,26.6298,24.7843,22.9412,21.2079,19.7844,18.6862,17.8394,17.3164,16.8744,16.6888,16.6024,16.57,16.6625,16.8944,17.3047,17.8762,18.7065,19.8263,21.4005,23.415,25.8342,28.3455,30.6048,32.3761]],"t_unix":1786426774.1098835,"uid":"p00824","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.442341,19.689756,30.344264]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00583","ink_fraction":{"black":0.0,"blue":0.6091484375,"green":0.0,"red":0.0,"white":0.3908515625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 223)","median_spectrum_pct":[29.704,29.7095,29.716,29.7234,29.7324,30.4724,31.1932,31.8472,31.7829,31.7399,32.1605,30.5751,27.617,24.5634,21.6795,19.1569,17.1855,15.7216,14.6618,14.0027,13.4874,13.1937,13.0341,12.9897,13.1016,13.3821,13.8655,14.5534,15.5125,16.7822,18.5182,20.7649,23.4599,26.3365,28.9454,31.0495],"phase":"gamut_dense","raster_sha1":"3761d0c21ad01769","rgb":[128,128,223],"session":19,"source":"pipeline","t_unix":1786426821.4819436,"uid":"p00907","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.480671,17.392365,33.742775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,159,191],"session":19,"source":"pipeline","t_unix":1786426823.856658,"uid":"p01158","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,159,32],"session":19,"source":"pipeline","t_unix":1786426826.2176821,"uid":"p00586","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19109375,"white":0.7942864583333333,"yellow":0.014619791666666666},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 96)","median_raw":[27.962819,29.284762,31.166971],"median_spectrum_pct":[26.9596,26.9593,26.9589,26.9585,26.9586,27.6934,28.153,28.4363,28.4672,28.6458,30.0024,31.3057,31.3716,31.0175,30.4444,29.6506,28.8769,28.2086,27.6417,27.3726,27.2348,28.5593,30.6188,31.3661,31.4965,31.5492,31.7045,31.8931,32.2157,32.6735,33.2951,34.073,35.0354,35.9798,36.7047,37.2467],"phase":"gamut_dense","raster_sha1":"1924ba893a38d536","raw":[[27.975208,29.294764,31.149697],[27.962819,29.284762,31.166971],[27.941768,29.27148,31.170207]],"rgb":[191,159,96],"session":19,"source":"pipeline","spectrum_pct":[[26.9521,26.9518,26.9515,26.951,26.9511,27.6847,28.139,28.4237,28.4534,28.655,29.9371,31.2894,31.3654,31.0131,30.4444,29.6506,28.8829,28.2212,27.6589,27.3887,27.2494,28.5821,30.647,31.3944,31.5163,31.5678,31.7185,31.9265,32.2487,32.6901,33.3065,34.0851,35.0354,36.0035,36.7341,37.2568],[26.9596,26.9593,26.9589,26.9585,26.9586,27.6934,28.153,28.4363,28.4847,28.6402,30.0024,31.3106,31.3749,31.0175,30.4419,29.6491,28.8769,28.2086,27.6417,27.3726,27.2348,28.5593,30.6188,31.3661,31.4965,31.5492,31.7045,31.8931,32.2157,32.6735,33.2951,34.073,35.0531,35.9798,36.7047,37.2467],[26.9695,26.9692,26.9688,26.9684,26.9685,27.7079,28.1692,28.4363,28.4672,28.6458,30.0078,31.3057,31.3716,31.0278,30.4547,29.6529,28.8738,28.1997,27.6254,27.3525,27.2113,28.5348,30.5866,31.3236,31.4511,31.508,31.664,31.8573,32.187,32.625,33.2408,34.0362,35.0084,35.9441,36.6367,37.2205]],"t_unix":1786426828.444871,"uid":"p01074","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.962819,29.284762,31.166971]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.944805,37.955893,43.375343],"median_spectrum_pct":[37.4236,37.4241,37.4247,37.4254,37.4273,38.6575,39.3934,39.8229,39.9349,40.1628,41.389,42.2829,42.1412,41.5957,40.8173,39.7747,38.7796,37.909,37.1249,36.6831,36.141,35.7853,35.4646,35.1948,35.0852,35.073,35.186,35.2998,35.4837,35.6885,36.0102,36.46,37.0799,37.669,38.0919,38.439],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.963867,37.972574,43.387499],[34.944805,37.955893,43.375343],[34.93057,37.943114,43.365797]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[37.4369,37.4374,37.438,37.4387,37.4405,38.6448,39.3747,39.8236,39.9488,40.2199,41.4273,42.3049,42.1476,41.5957,40.8189,39.7807,38.795,37.9253,37.1458,36.7029,36.1556,35.8065,35.4895,35.2235,35.1134,35.1037,35.2178,35.3336,35.5059,35.7076,36.0393,36.4906,37.0975,37.6857,38.1001,38.439],[37.4202,37.4207,37.4213,37.422,37.4239,38.6575,39.3934,39.8229,39.9349,40.1628,41.389,42.2829,42.1412,41.5978,40.8173,39.7747,38.7796,37.909,37.1249,36.6831,36.141,35.7853,35.4646,35.1948,35.0852,35.073,35.186,35.2998,35.4837,35.6885,36.0102,36.46,37.0799,37.669,38.0534,38.399],[37.4236,37.4241,37.4247,37.4254,37.4273,38.6734,39.4076,39.8162,39.9157,40.1531,41.3165,42.2593,42.1351,41.593,40.8129,39.7693,38.7751,37.9001,37.1163,36.6702,36.1229,35.7656,35.4426,35.1733,35.0645,35.0522,35.1638,35.2776,35.4648,35.6675,35.9986,36.4434,37.0764,37.6652,38.0919,38.4483]],"t_unix":1786426873.656043,"uid":"p01410","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.944805,37.955893,43.375343]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.403259,1.113438,2.301855],"median_spectrum_pct":[2.48083,2.48151,2.48231,2.48321,2.48411,2.42814,2.35418,2.26595,2.09066,1.85364,1.73026,1.73103,1.55692,1.36464,1.15501,0.970902,0.841753,0.764672,0.715346,0.701526,0.730275,0.965798,1.23587,1.3589,1.48427,1.69512,2.05329,2.62972,3.54456,4.96797,7.12669,10.0715,13.7626,17.7984,21.6276,24.8329],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.403054,1.113438,2.296977],[1.403259,1.113785,2.308422],[1.403566,1.113192,2.301855]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[2.48083,2.48151,2.48231,2.48321,2.48411,2.41971,2.34959,2.26595,2.10032,1.82554,1.73026,1.73141,1.55692,1.36223,1.15152,0.971177,0.845047,0.764911,0.715962,0.699248,0.731575,0.966348,1.23587,1.3589,1.48427,1.69502,2.05611,2.63336,3.56247,4.99276,7.1399,10.0978,13.7928,17.8879,21.7075,24.8808],[2.48056,2.48124,2.48203,2.48294,2.48384,2.42814,2.35418,2.26135,2.08815,1.89501,1.76345,1.73103,1.55885,1.36464,1.15501,0.970902,0.839465,0.764672,0.715346,0.701526,0.72801,0.965488,1.23539,1.35594,1.4845,1.69607,2.05176,2.62972,3.54445,4.96606,7.12669,10.0715,13.7626,17.7984,21.6276,24.8329],[2.48948,2.49017,2.49097,2.49188,2.49279,2.43211,2.36104,2.26631,2.09066,1.85364,1.72548,1.70627,1.55677,1.37073,1.1562,0.967617,0.841753,0.76376,0.715306,0.702626,0.730275,0.965798,1.24078,1.36141,1.48365,1.69512,2.05329,2.62489,3.54456,4.96797,7.10781,10.0489,13.7303,17.7669,21.6046,24.7677]],"t_unix":1786426918.8430755,"uid":"p01411","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.403259,1.113438,2.301855]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.579999,12.185085,17.689507],"median_spectrum_pct":[15.9573,15.9593,15.9616,15.9642,15.9673,16.2207,16.4009,16.5061,16.3623,16.2338,16.4732,16.2869,15.583,14.7196,13.8221,12.9333,12.175,11.5677,11.0966,10.8098,10.5879,10.6626,10.8103,10.8508,10.9549,11.187,11.606,12.2207,13.1377,14.4636,16.3256,18.7696,21.7702,24.8622,27.6554,29.9021],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.630948,12.240786,17.719548],[11.578661,12.185053,17.683357],[11.579999,12.185085,17.689507]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[16.0114,16.0133,16.0156,16.0182,16.0213,16.3469,16.5301,16.5499,16.325,16.1512,16.4221,16.2869,15.6315,14.7924,13.8906,12.9996,12.239,11.6328,11.1515,10.8629,10.6433,10.7172,10.8682,10.9062,11.0101,11.241,11.6604,12.2764,13.1998,14.5236,16.3871,18.8279,21.8215,24.9239,27.7073,29.9512],[15.9523,15.9543,15.9566,15.9592,15.9623,16.2061,16.3874,16.494,16.3635,16.2381,16.4772,16.2853,15.5789,14.719,13.8195,12.9333,12.175,11.5677,11.0966,10.8098,10.5879,10.6626,10.8103,10.8478,10.9518,11.1821,11.6025,12.2134,13.1377,14.4636,16.3256,18.7696,21.7702,24.8581,27.6554,29.9021],[15.9573,15.9593,15.9616,15.9642,15.9673,16.2207,16.4009,16.5061,16.3623,16.2338,16.4732,16.2935,15.583,14.7196,13.8221,12.9324,12.1724,11.5676,11.0959,10.8088,10.5874,10.658,10.8098,10.8508,10.9549,11.187,11.606,12.2207,13.131,14.4527,16.3241,18.7614,21.7511,24.8622,27.6371,29.8781]],"t_unix":1786426964.0785637,"uid":"p01412","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.579999,12.185085,17.689507]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00745","ink_fraction":{"black":0.0,"blue":0.6094270833333333,"green":0.0,"red":0.0,"white":0.39057291666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 255)","median_spectrum_pct":[29.6808,29.6862,29.6925,29.6997,29.7086,30.5432,31.3193,31.954,31.8046,31.7042,32.0994,30.5953,27.7032,24.7066,21.8382,19.3286,17.3739,15.9322,14.8953,14.2594,13.7541,13.4728,13.3091,13.2544,13.3575,13.6371,14.1305,14.8268,15.772,17.0343,18.7559,20.9637,23.6812,26.5335,29.1238,31.2331],"phase":"gamut_dense","raster_sha1":"8f6c02ccce8818e1","rgb":[64,128,255],"session":19,"source":"pipeline","t_unix":1786427011.6396291,"uid":"p00746","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.683691,17.596728,33.790935]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.34339322916666665,"green":0.0,"red":0.0,"white":0.6566067708333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 223)","median_raw":[23.909591,25.758752,37.943308],"median_spectrum_pct":[33.0451,33.0487,33.0528,33.0576,33.0638,34.0405,34.7999,35.3449,35.3046,35.387,36.2154,35.763,33.9861,31.9068,29.7844,27.7353,26.0353,24.7045,23.6773,23.0429,22.4798,22.1432,21.9141,21.7892,21.8349,22.0225,22.3971,22.9125,23.6345,24.5639,25.8235,27.4347,29.3657,31.3273,33.0388,34.3772],"phase":"gamut_dense","raster_sha1":"3f8b9e8345b04d9c","raw":[[23.907403,25.753938,37.921237],[23.911433,25.758752,37.944746],[23.909591,25.759431,37.943308]],"rgb":[128,159,223],"session":19,"source":"pipeline","spectrum_pct":[[33.0473,33.0509,33.055,33.0598,33.066,34.0086,34.7646,35.3283,35.2952,35.3584,36.2138,35.782,33.9861,31.902,29.777,27.72,26.0193,24.6985,23.6742,23.0412,22.4804,22.1445,21.9142,21.7934,21.8421,22.0272,22.3971,22.9125,23.6393,24.5692,25.8397,27.4376,29.3657,31.3273,33.1004,34.3772],[33.0451,33.0487,33.0528,33.0576,33.0638,34.0405,34.7999,35.3465,35.309,35.387,36.264,35.763,33.9859,31.9068,29.7844,27.7353,26.0353,24.7045,23.6773,23.0429,22.479,22.1432,21.9141,21.7892,21.8349,22.0225,22.3998,22.9127,23.6345,24.5639,25.8235,27.4347,29.3678,31.3286,33.0388,34.3893],[33.0442,33.0478,33.0519,33.0567,33.0629,34.0431,34.805,35.3449,35.3046,35.4043,36.2154,35.7629,33.993,31.9181,29.7932,27.7362,26.0353,24.7065,23.6815,23.0451,22.4798,22.1408,21.9113,21.7845,21.8318,22.0165,22.3843,22.9028,23.6287,24.5525,25.8182,27.4247,29.3575,31.3271,33.0109,34.3678]],"t_unix":1786427013.8830419,"uid":"p00916","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.909591,25.758752,37.943308]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 255)","median_raw":[34.899192,37.906351,43.361919],"median_spectrum_pct":[37.3948,37.3953,37.396,37.3967,37.3985,38.5736,39.3076,39.7989,39.967,40.2372,41.4581,42.278,42.1024,41.5474,40.7626,39.7191,38.7263,37.8566,37.0741,36.6262,36.078,35.7218,35.3993,35.1326,35.0262,35.0249,35.1429,35.2638,35.4633,35.6679,36.0038,36.4509,37.0757,37.6783,38.0662,38.4435],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","raw":[[34.914976,37.920496,43.361919],[34.899192,37.906351,43.3671],[34.880678,37.889148,43.358184]],"rgb":[128,255,255],"session":19,"source":"pipeline","spectrum_pct":[[37.3934,37.3939,37.3946,37.3953,37.3971,38.5535,39.2923,39.8,39.9824,40.2372,41.4595,42.278,42.1024,41.5504,40.7683,39.7283,38.7422,37.8686,37.0867,36.6432,36.0987,35.7469,35.4236,35.161,35.055,35.05,35.1693,35.2905,35.4779,35.6753,36.0208,36.4736,37.0757,37.7082,38.1483,38.4872],[37.3951,37.3956,37.3962,37.397,37.3988,38.5736,39.3076,39.7989,39.967,40.2569,41.4581,42.2909,42.1035,41.5474,40.7626,39.7191,38.7263,37.8566,37.0741,36.6262,36.078,35.7218,35.3993,35.1326,35.0262,35.0249,35.1429,35.2638,35.4633,35.6679,36.0038,36.4509,37.0767,37.6783,38.0575,38.4435],[37.3948,37.3953,37.396,37.3967,37.3985,38.5827,39.3168,39.7978,39.9544,40.2204,41.4368,42.2651,42.0873,41.5397,40.7582,39.713,38.7178,37.8394,37.0531,36.6044,36.0587,35.6988,35.3748,35.106,34.9967,34.9971,35.1186,35.2392,35.4321,35.6391,35.9812,36.4359,37.048,37.6567,38.0662,38.402]],"t_unix":1786427061.3560555,"uid":"p00944","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.899192,37.906351,43.361919]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 223)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[0,191,223],"session":19,"source":"pipeline","t_unix":1786427108.877645,"uid":"p00601","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00936","ink_fraction":{"black":0.0,"blue":0.0,"green":0.41983333333333334,"red":0.0,"white":0.0,"yellow":0.5801666666666667},"ink_index":null,"is_control":false,"label":"gamut (128, 223, 0)","median_spectrum_pct":[2.29905,2.28925,2.27799,2.26504,2.24998,2.16594,2.12424,2.10954,2.03812,2.49754,7.41312,18.1034,25.0714,28.5267,29.6933,29.1798,28.1713,27.1834,26.3151,25.8038,25.4204,25.7268,26.2327,26.3255,26.3519,26.4365,26.6164,26.8336,27.2504,27.8887,28.7858,29.9271,31.3637,32.7706,34.0388,34.9092],"phase":"gamut_dense","raster_sha1":"67d78d06481cc348","rgb":[128,223,0],"session":19,"source":"pipeline","t_unix":1786427111.0789573,"uid":"p00927","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.851399,25.957517,5.101046]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00570","ink_fraction":{"black":0.6659739583333333,"blue":0.0,"green":0.0013203125,"red":0.0,"white":0.3327057291666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 96)","median_spectrum_pct":[11.477,11.4785,11.4802,11.4822,11.4845,11.6023,11.677,11.7031,11.5817,11.4576,11.5438,11.3785,10.8876,10.2923,9.67505,9.07533,8.56943,8.18125,7.88159,7.71124,7.58139,7.67855,7.83414,7.88818,7.98535,8.19978,8.58582,9.17555,10.0727,11.3824,13.3006,15.8827,19.068,22.4573,25.6206,28.2132],"phase":"gamut_dense","raster_sha1":"61335be539014e06","rgb":[32,96,96],"session":19,"source":"pipeline","t_unix":1786427113.3908186,"uid":"p00651","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.346915,8.66555,12.533985]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[0,255,223],"session":19,"source":"pipeline","t_unix":1786427115.6602468,"uid":"p00619","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[96,255,191],"session":19,"source":"pipeline","t_unix":1786427118.0138595,"uid":"p00861","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4322578125,"white":0.5288072916666666,"yellow":0.03893489583333333},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 64)","median_raw":[20.471323,19.99027,18.383838],"median_spectrum_pct":[15.8393,15.838,15.8365,15.8348,15.8332,16.2378,16.4913,16.6333,16.5887,16.692,17.8809,19.3051,19.6853,19.6003,19.2942,18.8058,18.3305,17.9283,17.6157,17.5431,17.7944,20.7138,25.2381,27.0915,27.4416,27.5071,27.6519,27.8661,28.3171,28.968,29.893,31.0382,32.4202,33.7691,34.8916,35.7106],"phase":"gamut_dense","raster_sha1":"e09d2c6613e1290c","raw":[[20.473046,19.995463,18.383838],[20.471135,19.99027,18.382365],[20.471323,19.988355,18.391335]],"rgb":[255,128,64],"session":19,"source":"pipeline","spectrum_pct":[[15.837,15.8357,15.8342,15.8325,15.8308,16.2307,16.4853,16.6301,16.584,16.692,17.9035,19.3084,19.6853,19.6062,19.2978,18.8131,18.3374,17.9372,17.6229,17.5494,17.801,20.7144,25.2381,27.0915,27.4413,27.5054,27.6519,27.8639,28.3172,28.963,29.8988,31.0379,32.412,33.7691,34.8693,35.679],[15.8393,15.838,15.8365,15.8348,15.8332,16.2378,16.4913,16.6333,16.5897,16.6746,17.8809,19.2995,19.6803,19.6003,19.2942,18.8058,18.3305,17.9283,17.6157,17.5431,17.7944,20.7138,25.2405,27.0902,27.4416,27.5071,27.6521,27.8661,28.3114,28.968,29.8824,31.0382,32.4202,33.7426,34.8916,35.7147],[15.8462,15.8449,15.8434,15.8417,15.8401,16.252,16.5019,16.6336,16.5887,16.7091,17.8782,19.3051,19.6889,19.5986,19.291,18.8037,18.3268,17.9246,17.6112,17.5363,17.7901,20.7103,25.2375,27.0924,27.4436,27.5093,27.6513,27.8682,28.3171,28.9751,29.893,31.0394,32.4357,33.7715,34.909,35.7106]],"t_unix":1786427120.3250418,"uid":"p01226","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.471323,19.99027,18.383838]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.6984973958333334,"yellow":0.3015026041666667},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 159)","median_raw":[32.565347,36.758778,28.310258],"median_spectrum_pct":[23.5709,23.566,23.5604,23.5539,23.5469,24.1422,24.5057,24.69,24.6319,25.002,28.3045,34.0638,37.3712,38.9292,39.3863,38.9311,38.209,37.4756,36.7831,36.4214,36.0091,36.0816,36.2706,36.1841,36.0835,36.0409,36.0959,36.1158,36.2021,36.323,36.5493,36.8902,37.3707,37.85,38.1031,38.3227],"phase":"gamut_dense","raster_sha1":"e32293df376405b3","raw":[[32.597267,36.795923,28.316651],[32.565347,36.758778,28.310258],[32.537988,36.72683,28.307351]],"rgb":[223,223,159],"session":19,"source":"pipeline","spectrum_pct":[[23.5709,23.566,23.5604,23.5539,23.5469,24.1329,24.4978,24.6929,24.6448,25.009,28.3149,34.0865,37.4009,38.9577,39.4168,38.9657,38.244,37.5153,36.8244,36.4643,36.0583,36.1301,36.3091,36.217,36.1166,36.0817,36.1394,36.1614,36.2509,36.3676,36.5942,36.9134,37.398,37.8621,38.1276,38.3227],[23.5721,23.5672,23.5616,23.5551,23.5481,24.1422,24.5057,24.69,24.6319,25.002,28.2916,34.0638,37.3712,38.9292,39.3863,38.9311,38.209,37.4756,36.7831,36.4214,36.0091,36.0816,36.2706,36.1841,36.0835,36.0409,36.0959,36.1158,36.2021,36.323,36.5493,36.8902,37.3707,37.85,38.1031,38.3239],[23.5644,23.5595,23.5539,23.5474,23.5405,24.1453,24.5067,24.685,24.6278,24.9982,28.3045,34.0587,37.3488,38.9066,39.3592,38.9019,38.1759,37.4392,36.7405,36.3795,35.9681,36.0465,36.2399,36.1498,36.0527,36.0068,36.0566,36.0884,36.18,36.3073,36.5342,36.87,37.3449,37.7967,38.0802,38.2603]],"t_unix":1786427167.7744174,"uid":"p01175","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.565347,36.758778,28.310258]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[191,255,255],"session":19,"source":"pipeline","t_unix":1786427215.358634,"uid":"p01106","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00674","ink_fraction":{"black":0.0,"blue":0.33353645833333334,"green":0.0,"red":0.0,"white":0.6664635416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 159, 255)","median_spectrum_pct":[32.9026,32.9062,32.9103,32.9151,32.9212,33.7601,34.4384,35.0225,35.0731,35.2081,36.0427,35.5857,33.7746,31.731,29.6703,27.6702,26.0019,24.6992,23.7022,23.1004,22.5679,22.2433,22.0022,21.849,21.8781,22.0722,22.4494,22.9695,23.6906,24.5771,25.7791,27.3098,29.1572,31.0647,32.7542,34.0697],"phase":"gamut_dense","raster_sha1":"db54021dd95d6388","rgb":[159,159,255],"session":19,"source":"pipeline","t_unix":1786427217.6636145,"uid":"p00998","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.901976,25.741894,37.659539]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 255, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[255,255,32],"session":19,"source":"pipeline","t_unix":1786427219.878223,"uid":"p01261","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 159)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,64,159],"session":19,"source":"pipeline","t_unix":1786427222.1860654,"uid":"p00644","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 223)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[191,191,223],"session":19,"source":"pipeline","t_unix":1786427224.490779,"uid":"p01087","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4322578125,"white":0.5288072916666666,"yellow":0.03893489583333333},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 64)","median_raw":[20.441749,20.028226,18.378351],"median_spectrum_pct":[15.8321,15.8308,15.8293,15.8275,15.8259,16.2654,16.515,16.6234,16.545,16.6136,17.8992,19.3542,19.7705,19.6987,19.3874,18.9066,18.4274,18.0136,17.6901,17.6153,17.8651,20.7519,25.1812,26.9461,27.2613,27.3158,27.4596,27.6862,28.1346,28.7942,29.7014,30.8616,32.2401,33.6271,34.7902,35.58],"phase":"gamut_dense","raster_sha1":"e09d2c6613e1290c","raw":[[20.447536,20.036612,18.378351],[20.441749,20.028226,18.379983],[20.335195,19.922986,18.327383]],"rgb":[223,128,64],"session":19,"source":"pipeline","spectrum_pct":[[15.8333,15.832,15.8305,15.8287,15.827,16.2654,16.515,16.6234,16.545,16.6136,17.8623,19.3699,19.7831,19.7091,19.3986,18.9163,18.4343,18.0221,17.7015,17.6276,17.8736,20.7604,25.1863,26.9496,27.2677,27.3248,27.4743,27.6867,28.1406,28.8011,29.7213,30.8616,32.2766,33.6446,34.8081,35.6249],[15.8321,15.8308,15.8293,15.8275,15.8259,16.2721,16.5222,16.6269,16.5316,16.6113,17.8992,19.3542,19.7705,19.6987,19.3874,18.9066,18.4274,18.0136,17.6901,17.6153,17.8651,20.7519,25.1812,26.9461,27.2613,27.3158,27.4596,27.6862,28.1346,28.7942,29.7014,30.8763,32.2401,33.6271,34.7902,35.58],[15.7742,15.7729,15.7715,15.7698,15.7681,16.1182,16.3626,16.559,16.5528,16.6721,17.9457,19.3488,19.6907,19.5962,19.2775,18.7946,18.3192,17.9097,17.5883,17.515,17.7623,20.6354,25.0406,26.7925,27.1143,27.1736,27.3174,27.5474,27.996,28.6567,29.5886,30.7534,32.129,33.5367,34.6581,35.4956]],"t_unix":1786427226.7351024,"uid":"p01145","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.441749,20.028226,18.378351]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.7094947916666666,"blue":0.2905052083333333,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 96)","median_raw":[3.059297,2.813638,8.230269],"median_spectrum_pct":[7.73912,7.74134,7.7439,7.74683,7.75017,7.83299,7.93287,7.96988,7.75848,7.46243,7.32535,6.76026,5.86056,4.83644,3.88247,3.06341,2.4509,2.02697,1.7404,1.56687,1.49214,1.63826,1.85748,1.9826,2.13419,2.39013,2.81569,3.47297,4.47113,5.97051,8.13838,11.0672,14.7126,18.6811,22.3987,25.4651],"phase":"gamut_dense","raster_sha1":"361feeb2071f68a6","raw":[[3.052497,2.806615,8.202773],[3.059297,2.813638,8.230269],[3.063247,2.817107,8.238024]],"rgb":[64,0,96],"session":19,"source":"pipeline","spectrum_pct":[[7.71804,7.72027,7.72282,7.72575,7.72907,7.80449,7.89822,7.94173,7.73385,7.4619,7.30788,6.75525,5.84338,4.82682,3.87163,3.05249,2.44559,2.01998,1.73139,1.56285,1.48925,1.63445,1.85287,1.9826,2.13419,2.38376,2.80953,3.4732,4.47338,5.97113,8.14702,11.0998,14.7516,18.7239,22.4815,25.5594],[7.73912,7.74134,7.7439,7.74683,7.75017,7.83299,7.93287,7.96988,7.75848,7.47165,7.35336,6.76026,5.86056,4.83644,3.88344,3.06341,2.4509,2.02697,1.7404,1.56687,1.49214,1.63826,1.85748,1.97896,2.12888,2.39013,2.81569,3.47297,4.47113,5.95631,8.12974,11.0672,14.7126,18.6811,22.3987,25.4651],[7.75498,7.75721,7.75977,7.76272,7.76606,7.85237,7.95072,7.97923,7.76351,7.46243,7.32535,6.79267,5.87706,4.84316,3.88247,3.06489,2.4544,2.03025,1.74287,1.56972,1.49579,1.6395,1.85983,1.98277,2.13631,2.3952,2.81975,3.47046,4.46855,5.97051,8.13838,11.0598,14.7121,18.6345,22.3574,25.4447]],"t_unix":1786427274.2251415,"uid":"p00705","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.059297,2.813638,8.230269]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[64,223,255],"session":19,"source":"pipeline","t_unix":1786427321.6303096,"uid":"p00773","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00562","ink_fraction":{"black":0.11106510416666666,"blue":0.8889348958333333,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 128)","median_spectrum_pct":[21.6298,21.6362,21.6436,21.6521,21.6622,22.2078,22.8456,23.3773,23.1595,22.8227,22.486,20.0216,16.6037,13.2861,10.3033,7.87644,6.09913,4.87026,4.04052,3.52061,3.18911,3.07069,3.07635,3.13825,3.30552,3.62216,4.12972,4.88499,5.97852,7.49526,9.63516,12.5048,16.0792,19.9772,23.6489,26.7434],"phase":"gamut_dense","raster_sha1":"e0807618c3d33c1b","rgb":[32,64,128],"session":19,"source":"pipeline","t_unix":1786427323.9135191,"uid":"p00643","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.110114,6.825238,24.136987]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[191,223,32],"session":19,"source":"pipeline","t_unix":1786427326.378565,"uid":"p01090","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.33222395833333335,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.6677760416666667},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 0)","median_raw":[19.676417,22.786479,4.985589],"median_spectrum_pct":[2.98512,2.97707,2.96783,2.95721,2.9448,2.87061,2.82276,2.79271,2.66578,2.94063,6.2313,13.6623,18.9073,22.0161,23.6454,24.0058,23.8378,23.5261,23.1955,23.0934,23.1081,24.205,25.6009,26.0129,26.0736,26.1163,26.2558,26.4235,26.7698,27.3522,28.2058,29.3724,30.8255,32.3342,33.5538,34.4531],"phase":"gamut_dense","raster_sha1":"fd3befa99209fbc7","raw":[[19.714446,22.838528,4.980524],[19.676417,22.786479,4.995932],[19.636919,22.735177,4.985589]],"rgb":[128,128,0],"session":19,"source":"pipeline","spectrum_pct":[[2.98512,2.97707,2.96783,2.95721,2.9448,2.85732,2.81105,2.78405,2.66578,2.9116,6.19407,13.6756,18.9266,22.0594,23.6973,24.0642,23.9019,23.5933,23.262,23.1605,23.1776,24.2642,25.6465,26.0478,26.1085,26.1593,26.2998,26.465,26.8222,27.4036,28.2649,29.4186,30.8986,32.3749,33.646,34.5542],[2.9805,2.97246,2.96324,2.95263,2.94028,2.87469,2.82276,2.79768,2.67139,2.96454,6.23179,13.6623,18.9073,22.0161,23.6454,24.0058,23.8378,23.5261,23.1955,23.0934,23.1081,24.205,25.6009,26.0129,26.0736,26.1163,26.2558,26.4235,26.7698,27.3522,28.2058,29.3724,30.8255,32.3342,33.5538,34.4531],[2.9916,2.9836,2.97442,2.96385,2.95152,2.87061,2.82403,2.79271,2.65487,2.94063,6.2313,13.6431,18.8753,21.9664,23.5867,23.9483,23.7815,23.4694,23.1337,23.0286,23.0459,24.1508,25.5631,25.9789,26.032,26.0785,26.2107,26.3765,26.7269,27.2981,28.1541,29.3072,30.7576,32.2124,33.4854,34.3934]],"t_unix":1786427328.6356783,"uid":"p00900","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.676417,22.786479,4.985589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.2773046875,"blue":0.0,"green":0.0,"red":0.323890625,"white":0.320515625,"yellow":0.0782890625},"ink_index":null,"is_control":false,"label":"gamut (128, 96, 32)","median_raw":[13.042692,12.691262,11.149079],"median_spectrum_pct":[9.76027,9.75937,9.75834,9.75714,9.75581,9.91893,10.0144,10.0491,9.93304,9.89607,10.7426,12.0267,12.4816,12.4944,12.2791,11.9089,11.5514,11.2758,11.0694,11.0262,11.2103,13.2156,16.2426,17.4436,17.6956,17.8105,18.0299,18.3989,19.0477,20.0592,21.5104,23.441,25.7537,28.1941,30.2548,31.889],"phase":"gamut_dense","raster_sha1":"8c241f2ff73a0e92","raw":[[13.047368,12.697481,11.149079],[13.039223,12.687955,11.139047],[13.042692,12.691262,11.156915]],"rgb":[128,96,32],"session":19,"source":"pipeline","spectrum_pct":[[9.76027,9.75937,9.75834,9.75714,9.75581,9.91524,10.0102,10.0491,9.93304,9.91351,10.7171,12.0288,12.489,12.4944,12.283,11.9146,11.5602,11.2857,11.0798,11.0353,11.2195,13.2235,16.243,17.4499,17.7063,17.8203,18.0363,18.4004,19.0477,20.0592,21.5434,23.441,25.76,28.2022,30.3076,31.9306],[9.7635,9.7626,9.76157,9.76039,9.75906,9.91893,10.0144,10.0434,9.91253,9.86454,10.7426,12.0051,12.4723,12.485,12.2754,11.906,11.5506,11.2758,11.0694,11.0238,11.209,13.2154,16.2426,17.4436,17.6956,17.8067,18.0274,18.3989,19.0368,20.0444,21.5069,23.4236,25.7365,28.1765,30.2139,31.8255],[9.75016,9.74925,9.7482,9.74699,9.74567,9.93201,10.0274,10.0505,9.93793,9.89607,10.7779,12.0267,12.4816,12.4961,12.2791,11.9089,11.5514,11.2744,11.0688,11.0262,11.2103,13.2156,16.2425,17.4416,17.6955,17.8105,18.0299,18.3974,19.0492,20.0617,21.5104,23.4436,25.7537,28.1941,30.2548,31.889]],"t_unix":1786427376.1819735,"uid":"p00892","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.042692,12.691262,11.149079]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6674244791666667,"white":0.3320416666666667,"yellow":0.0005338541666666666},"ink_index":null,"is_control":false,"label":"gamut (191, 96, 32)","median_raw":[14.403485,12.341195,9.927921],"median_spectrum_pct":[8.71387,8.71268,8.71133,8.70976,8.70806,8.88914,8.99301,9.01248,8.91578,8.8851,9.57422,10.3697,10.4913,10.3865,10.1786,9.88454,9.63541,9.47955,9.40805,9.51183,10.0256,13.9758,20.2955,22.9847,23.4534,23.4428,23.4887,23.6767,24.1551,24.9347,26.0738,27.5477,29.3097,31.1116,32.6362,33.832],"phase":"gamut_dense","raster_sha1":"f9f9ab90d1e47c10","raw":[[14.400013,12.341195,9.927921],[14.403485,12.341629,9.940102],[14.404245,12.337922,9.92644]],"rgb":[191,96,32],"session":19,"source":"pipeline","spectrum_pct":[[8.69934,8.69815,8.69678,8.6952,8.6935,8.88714,8.99259,9.00858,8.91284,8.8851,9.57422,10.3697,10.4984,10.3865,10.1786,9.88454,9.63541,9.48046,9.41228,9.51948,10.0335,13.9758,20.2912,22.977,23.4398,23.4351,23.4795,23.6693,24.1539,24.9254,26.0716,27.5501,29.2982,31.1139,32.6362,33.7782],[8.71387,8.71268,8.71133,8.70976,8.70806,8.88914,8.99301,9.01257,8.92897,8.92949,9.5803,10.3752,10.4913,10.3879,10.18,9.88664,9.63542,9.47955,9.40805,9.51183,10.0256,13.9747,20.2955,22.9847,23.4534,23.4428,23.4887,23.6767,24.1551,24.9347,26.0738,27.5412,29.3097,31.1116,32.6459,33.832],[8.71704,8.71586,8.71451,8.71295,8.71126,8.89614,8.99847,9.01248,8.91578,8.8669,9.55812,10.3427,10.4711,10.3776,10.1731,9.88037,9.62886,9.47798,9.40524,9.50746,10.0249,13.9799,20.3044,22.993,23.4562,23.4509,23.4993,23.6908,24.1638,24.9422,26.0744,27.5477,29.3138,31.0869,32.634,33.8371]],"t_unix":1786427423.5536726,"uid":"p01054","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.403485,12.341195,9.927921]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00851","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2604192708333333,"red":0.0,"white":0.7395807291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 255, 159)","median_spectrum_pct":[26.0147,26.014,26.0133,26.0124,26.0114,26.4688,26.8524,27.2795,27.4063,27.89,30.7208,34.2816,35.0307,34.4123,33.1842,31.6192,30.1577,28.9477,27.978,27.3984,26.8402,26.5345,26.2809,26.0629,26.014,26.1315,26.4429,26.8435,27.4108,28.1162,29.0837,30.2984,31.7984,33.2885,34.5797,35.5941],"phase":"gamut_dense","raster_sha1":"2bff2cb32ee4cbe4","rgb":[32,255,159],"session":19,"source":"pipeline","t_unix":1786427471.2070756,"uid":"p00698","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.81672,29.163706,30.590465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,64,223],"session":19,"source":"pipeline","t_unix":1786427473.5386112,"uid":"p01213","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[35.026469,38.013155,43.306481],"median_spectrum_pct":[37.3795,37.38,37.3805,37.3811,37.383,38.6675,39.4086,39.759,39.8089,40.0539,41.2851,42.1775,42.0622,41.5571,40.8047,39.7903,38.8172,37.9629,37.1951,36.7689,36.2403,35.9204,35.6266,35.3617,35.2443,35.2224,35.3282,35.4291,35.5987,35.7707,36.0898,36.5306,37.1489,37.7353,38.1541,38.5006],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[35.043165,38.02746,43.306481],[35.026469,38.013155,43.310277],[35.010384,37.99846,43.301943]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[37.3776,37.3781,37.3786,37.3793,37.3811,38.6451,39.3862,39.759,39.8186,40.073,41.2864,42.1969,42.0622,41.5497,40.8064,39.7956,38.8246,37.9767,37.2131,36.7892,36.2646,35.945,35.6503,35.3872,35.2727,35.2526,35.3574,35.4538,35.6231,35.8123,36.1324,36.5608,37.1758,37.7822,38.2087,38.5723],[37.3898,37.3902,37.3908,37.3914,37.3933,38.6675,39.4086,39.7675,39.8089,40.0539,41.2851,42.1775,42.0687,41.558,40.8047,39.7903,38.8172,37.9629,37.1951,36.7689,36.2403,35.9204,35.6266,35.3617,35.2443,35.2224,35.3282,35.4291,35.5987,35.7707,36.0898,36.5306,37.1489,37.7226,38.1541,38.5006],[37.3795,37.38,37.3805,37.3811,37.383,38.6765,39.4153,39.7572,39.7923,40.051,41.2478,42.1659,42.0615,41.5571,40.8025,39.7787,38.8066,37.9485,37.1777,36.75,36.2233,35.9015,35.6061,35.3375,35.221,35.1973,35.304,35.4128,35.574,35.7586,36.0843,36.5161,37.1397,37.7353,38.1297,38.4831]],"t_unix":1786427473.541181,"uid":"p01413","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.026469,38.013155,43.306481]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.397812,1.108319,2.281351],"median_spectrum_pct":[2.43935,2.44001,2.44078,2.44165,2.44253,2.39018,2.32638,2.25019,2.09655,1.85927,1.68661,1.68875,1.54491,1.35583,1.14871,0.964631,0.835482,0.761507,0.712527,0.697895,0.727795,0.964192,1.23762,1.3603,1.481,1.69052,2.04973,2.62133,3.54276,4.96085,7.09783,10.0231,13.6908,17.7381,21.5513,24.7475],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.39512,1.106406,2.272184],[1.397812,1.108319,2.283228],[1.398278,1.109323,2.281351]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[2.43273,2.4334,2.43416,2.43503,2.4359,2.38265,2.31461,2.24245,2.07774,1.86026,1.68661,1.68875,1.54491,1.34364,1.14663,0.964631,0.835169,0.760109,0.710926,0.69942,0.727765,0.963691,1.23672,1.3603,1.47768,1.68587,2.04641,2.62071,3.53938,4.96512,7.11472,10.0521,13.7234,17.7818,21.6179,24.7976],[2.43935,2.44001,2.44078,2.44165,2.44253,2.39018,2.32638,2.25019,2.0968,1.85927,1.71769,1.68327,1.54426,1.35749,1.14898,0.963148,0.835482,0.761507,0.712527,0.697895,0.730614,0.964192,1.23762,1.35908,1.481,1.69052,2.05045,2.62247,3.54276,4.96085,7.09783,10.0231,13.6908,17.7381,21.5506,24.7475],[2.44731,2.44798,2.44874,2.44963,2.45051,2.39699,2.33205,2.25491,2.09655,1.83833,1.67241,1.7153,1.55308,1.35583,1.14871,0.965555,0.841431,0.76152,0.713112,0.696771,0.727795,0.968596,1.2395,1.36067,1.48109,1.69245,2.04973,2.62133,3.54484,4.95834,7.09077,10.0074,13.6877,17.7101,21.5513,24.7027]],"t_unix":1786427518.693863,"uid":"p01414","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.397812,1.108319,2.281351]} +{"battery_mv":4200,"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.591334,12.199462,17.669557],"median_spectrum_pct":[15.9303,15.9323,15.9345,15.9371,15.9402,16.2165,16.4062,16.4958,16.3363,16.2074,16.4389,16.2735,15.5708,14.7275,13.8319,12.946,12.1901,11.587,11.1148,10.8274,10.6058,10.6813,10.8329,10.871,10.9696,11.2024,11.6172,12.2313,13.1517,14.4572,16.328,18.7743,21.7488,24.8603,27.6828,29.9175],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.591334,12.199462,17.669557],[11.588529,12.196423,17.661724],[11.593125,12.201003,17.682768]],"rgb":null,"session":19,"source":"bayer","spectrum_pct":[[15.929,15.9309,15.9332,15.9358,15.9388,16.2084,16.3909,16.4788,16.3363,16.2206,16.4563,16.2735,15.5708,14.7275,13.8319,12.946,12.189,11.587,11.1151,10.8292,10.6081,10.6839,10.8329,10.8716,10.9696,11.2024,11.6191,12.2313,13.1517,14.4653,16.328,18.7743,21.7668,24.8896,27.6828,29.9341],[15.9303,15.9323,15.9345,15.9371,15.9402,16.2165,16.4062,16.4958,16.3262,16.1604,16.4139,16.2634,15.5659,14.7256,13.8308,12.9456,12.1901,11.5873,11.1137,10.8256,10.6052,10.6812,10.8335,10.8671,10.9675,11.1984,11.6144,12.2295,13.1402,14.4462,16.3173,18.7518,21.7344,24.8362,27.6277,29.878],[15.9504,15.9524,15.9547,15.9573,15.9603,16.2267,16.4168,16.4995,16.3456,16.2074,16.4389,16.3141,15.5854,14.7323,13.8369,12.9492,12.1915,11.586,11.1148,10.8274,10.6058,10.6813,10.8289,10.871,10.9715,11.2026,11.6172,12.2369,13.1566,14.4572,16.3298,18.7842,21.7488,24.8603,27.6894,29.9175]],"t_unix":1786427563.8938398,"uid":"p01415","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.591334,12.199462,17.669557]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01263","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.24857291666666667,"yellow":0.7514270833333333},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 96)","median_spectrum_pct":[7.76393,7.7524,7.73917,7.72396,7.70637,7.75123,7.79862,7.85351,7.84067,8.33457,12.7557,22.9195,30.4904,35.2838,37.9273,38.5835,38.3852,37.9471,37.4634,37.3052,37.1367,37.7588,38.6272,38.7688,38.6608,38.5412,38.474,38.3251,38.1963,38.0446,37.9527,37.9118,38.0362,38.1379,38.2015,38.1668],"phase":"gamut_dense","raster_sha1":"f4c4bd5b8481e708","rgb":[255,223,96],"session":19,"source":"pipeline","t_unix":1786427612.7475405,"uid":"p01254","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.868077,36.160016,11.307453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[128,191,191],"session":19,"source":"pipeline","t_unix":1786427615.018442,"uid":"p00924","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 191, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,191,64],"session":19,"source":"pipeline","t_unix":1786427617.3590052,"uid":"p00596","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00872","ink_fraction":{"black":0.0,"blue":0.5576614583333334,"green":0.0,"red":0.0,"white":0.44233854166666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 255)","median_spectrum_pct":[30.5857,30.5908,30.5967,30.6035,30.6121,31.6434,32.415,32.8032,32.544,32.4368,33.0431,31.8184,29.1903,26.3589,23.6022,21.1421,19.1967,17.7493,16.6759,15.9958,15.4557,15.1531,14.9854,14.9379,15.0502,15.314,15.7785,16.4289,17.3487,18.5716,20.2407,22.3706,24.9509,27.6775,30.0791,31.9895],"phase":"gamut_dense","raster_sha1":"25c4568916a8f56f","rgb":[128,32,255],"session":19,"source":"pipeline","t_unix":1786427619.627964,"uid":"p00881","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.158972,19.284127,34.817653]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 96, 32)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,96,32],"session":19,"source":"pipeline","t_unix":1786427621.9611897,"uid":"p00568","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 32)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[255,191,32],"session":19,"source":"pipeline","t_unix":1786427624.3384755,"uid":"p01243","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.37052083333333335,"blue":0.0,"green":0.009049479166666667,"red":0.00047916666666666664,"white":0.4327473958333333,"yellow":0.187203125},"ink_index":null,"is_control":false,"label":"gamut (128, 128, 96)","median_raw":[17.361845,19.191067,17.417293],"median_spectrum_pct":[15.0041,15.0027,15.0012,14.9995,14.9975,15.267,15.4332,15.5063,15.3839,15.4168,17.0063,19.6522,20.819,21.0937,20.8595,20.2762,19.6437,19.0876,18.6112,18.3513,18.1401,18.3916,18.7592,18.8376,18.8892,19.0372,19.3374,19.7606,20.4123,21.3644,22.7439,24.5515,26.7591,29.0374,31.0414,32.5473],"phase":"gamut_dense","raster_sha1":"7e6af7c59e807a9c","raw":[[17.372211,19.203494,17.422782],[17.361845,19.191067,17.417293],[17.350932,19.179837,17.406695]],"rgb":[128,128,96],"session":19,"source":"pipeline","spectrum_pct":[[15.0041,15.0027,15.0012,14.9995,14.9975,15.2537,15.4206,15.5063,15.3862,15.4437,17.0754,19.665,20.819,21.0937,20.8701,20.2885,19.6569,19.0986,18.6236,18.3672,18.1542,18.4069,18.7747,18.8482,18.898,19.0497,19.3504,19.769,20.4321,21.3865,22.7508,24.5818,26.7612,29.0374,31.0871,32.6041],[15.0166,15.0152,15.0137,15.012,15.0101,15.267,15.4332,15.5119,15.3839,15.4168,17.0036,19.6522,20.8202,21.0963,20.8595,20.2762,19.6437,19.0876,18.6112,18.3513,18.1401,18.3916,18.7592,18.8376,18.8892,19.0372,19.3374,19.7606,20.4123,21.3644,22.7439,24.5515,26.7591,29.0548,31.039,32.5473],[14.9946,14.9933,14.9917,14.99,14.988,15.268,15.441,15.5042,15.3558,15.395,17.0063,19.6461,20.8165,21.0893,20.8481,20.2661,19.6331,19.0763,18.5977,18.3368,18.1232,18.3801,18.7532,18.8236,18.8785,19.0271,19.3286,19.7474,20.4019,21.3511,22.7229,24.5327,26.7149,29.0236,31.0414,32.5033]],"t_unix":1786427626.6077187,"uid":"p00903","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.361845,19.191067,17.417293]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.036015625,"green":0.0,"red":0.0,"white":0.963984375,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 223)","median_raw":[33.847661,36.740329,42.853412],"median_spectrum_pct":[37.0041,37.005,37.0059,37.007,37.0093,38.2113,38.9549,39.3997,39.4771,39.6973,40.8812,41.6655,41.343,40.6534,39.733,38.582,37.5118,36.5881,35.7751,35.31,34.7556,34.4127,34.1123,33.8647,33.7747,33.7921,33.9371,34.0996,34.3396,34.6298,35.0544,35.6327,36.3699,37.1063,37.6941,38.0996],"phase":"gamut_dense","raster_sha1":"adc6d01bb2765397","raw":[[33.872654,36.761529,42.865683],[33.847661,36.740329,42.845309],[33.841889,36.735552,42.853412]],"rgb":[191,159,223],"session":19,"source":"pipeline","spectrum_pct":[[37.0041,37.005,37.0059,37.007,37.0093,38.2057,38.9491,39.4074,39.522,39.7374,40.8983,41.6691,41.343,40.6534,39.7439,38.5915,37.5227,36.6046,35.7981,35.3348,34.7874,34.446,34.1438,33.8956,33.8103,33.8218,33.9686,34.131,34.373,34.6622,35.0845,35.6611,36.4199,37.1514,37.6941,38.0996],[37.0002,37.001,37.002,37.0031,37.0054,38.2113,38.9549,39.3974,39.4771,39.6895,40.8572,41.6585,41.3338,40.6518,39.7299,38.582,37.5118,36.5881,35.7751,35.31,34.7556,34.4127,34.1123,33.8647,33.7747,33.7921,33.9371,34.0996,34.3396,34.6298,35.0544,35.6327,36.3699,37.1063,37.6465,38.0804],[37.0063,37.0071,37.0081,37.0092,37.0115,38.227,38.9736,39.3997,39.4676,39.6973,40.8812,41.6655,41.344,40.654,39.733,38.575,37.5063,36.582,35.768,35.3024,34.7509,34.4069,34.1016,33.8526,33.758,33.7797,33.9296,34.083,34.3214,34.6149,35.0486,35.6227,36.3647,37.106,37.7016,38.1097]],"t_unix":1786427674.0764682,"uid":"p01078","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.847661,36.740329,42.853412]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 128)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,32,128],"session":19,"source":"pipeline","t_unix":1786427721.5762227,"uid":"p00634","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.2835260416666667,"green":0.0,"red":0.0,"white":0.7164739583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 191)","median_raw":[25.671369,27.730432,38.995941],"median_spectrum_pct":[33.9095,33.9127,33.9163,33.9204,33.9261,35.0633,35.8294,36.2343,36.1375,36.2047,37.1539,37.0183,35.4962,33.6568,31.6981,29.7429,28.1064,26.8212,25.8096,25.189,24.6075,24.2496,23.9936,23.8426,23.8762,24.0568,24.3964,24.8581,25.5305,26.361,27.4942,28.9307,30.6817,32.4495,33.9482,35.105],"phase":"gamut_dense","raster_sha1":"7edde2e3df782ca1","raw":[[25.67232,27.730739,38.995949],[25.671369,27.730432,38.995941],[25.653341,27.716897,38.976264]],"rgb":[128,159,191],"session":19,"source":"pipeline","spectrum_pct":[[33.8994,33.9025,33.9061,33.9102,33.9159,35.037,35.8064,36.2343,36.1431,36.2321,37.1906,37.0307,35.4958,33.6509,31.6919,29.7429,28.1064,26.8212,25.8096,25.189,24.6075,24.2506,24.0,23.8475,23.881,24.0597,24.3994,24.8653,25.5324,26.37,27.4942,28.9483,30.6906,32.4577,33.9581,35.1637],[33.9153,33.9184,33.922,33.9262,33.9319,35.0633,35.8294,36.2369,36.1375,36.2047,37.1539,37.0096,35.5021,33.6568,31.6981,29.7474,28.1097,26.8213,25.8102,25.1895,24.609,24.2496,23.9936,23.8426,23.8762,24.0568,24.3964,24.8581,25.5305,26.361,27.5088,28.9307,30.6717,32.4495,33.9482,35.105],[33.9095,33.9127,33.9163,33.9204,33.9261,35.0832,35.8445,36.2244,36.067,36.1566,37.1305,37.0183,35.4962,33.6584,31.7009,29.7426,28.0952,26.8086,25.7966,25.1722,24.5899,24.2349,23.9703,23.8214,23.8558,24.0301,24.3681,24.8307,25.4987,26.3245,27.4716,28.9272,30.6817,32.4092,33.927,35.0757]],"t_unix":1786427723.799055,"uid":"p00915","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.671369,27.730432,38.995941]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.38726302083333336,"blue":0.1663125,"green":0.0,"red":0.0,"white":0.44642447916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 64, 159)","median_raw":[13.84228,14.630799,22.08806],"median_spectrum_pct":[19.5954,19.5979,19.6007,19.6039,19.608,20.0648,20.425,20.6741,20.5593,20.4273,20.7808,20.3395,19.2538,18.0215,16.7772,15.5909,14.616,13.8673,13.2867,12.9305,12.632,12.5949,12.6548,12.6733,12.775,13.0024,13.4072,14.0062,14.8903,16.1223,17.8696,20.154,22.9625,25.8855,28.4737,30.5693],"phase":"gamut_dense","raster_sha1":"ddf51267b6b1244b","raw":[[13.832555,14.622288,22.056595],[13.84228,14.630799,22.08806],[13.844269,14.633797,22.102405]],"rgb":[128,64,159],"session":19,"source":"pipeline","spectrum_pct":[[19.5744,19.5769,19.5797,19.583,19.587,20.0345,20.3944,20.6524,20.5218,20.4021,20.7402,20.3262,19.2403,18.0105,16.7731,15.582,14.6068,13.859,13.2784,12.922,12.6253,12.5902,12.6504,12.6732,12.7721,13.0009,13.403,14.0036,14.8913,16.1223,17.8696,20.154,22.9625,25.8855,28.4753,30.5693],[19.5954,19.5979,19.6007,19.6039,19.608,20.0648,20.425,20.6741,20.5666,20.4273,20.7808,20.3395,19.2538,18.0215,16.7772,15.5909,14.616,13.8673,13.2867,12.9315,12.632,12.5949,12.6558,12.6733,12.7772,13.0035,13.409,14.0099,14.8903,16.1284,17.8849,20.1735,22.9751,25.8959,28.4732,30.5851],[19.6112,19.6137,19.6165,19.6198,19.6238,20.0763,20.4366,20.6785,20.5593,20.4813,20.7988,20.3503,19.2616,18.0291,16.7873,15.5944,14.6172,13.8684,13.2895,12.9305,12.6329,12.5972,12.6548,12.6735,12.775,13.0024,13.4072,14.0062,14.8775,16.1128,17.8639,20.1485,22.9348,25.8773,28.4737,30.5291]],"t_unix":1786427775.5329583,"uid":"p00887","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.84228,14.630799,22.08806]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.19338541666666667,"white":0.7955703125,"yellow":0.011044270833333333},"ink_index":null,"is_control":false,"label":"gamut (223, 159, 96)","median_raw":[27.980978,29.339895,30.636916],"median_spectrum_pct":[26.4187,26.4181,26.4175,26.4167,26.4163,27.138,27.5961,27.8999,27.9411,28.18,29.5894,31.0002,31.2407,30.9737,30.4592,29.6821,28.929,28.2816,27.7319,27.4821,27.3558,28.702,30.8039,31.5635,31.6896,31.7373,31.8897,32.0932,32.4081,32.8375,33.4478,34.2086,35.131,36.0701,36.769,37.2837],"phase":"gamut_dense","raster_sha1":"09ee0173ebff2dc4","raw":[[27.987875,29.343673,30.638079],[27.980978,29.339895,30.636916],[27.960124,29.325945,30.632295]],"rgb":[223,159,96],"session":19,"source":"pipeline","spectrum_pct":[[26.4221,26.4216,26.4209,26.4202,26.4198,27.1124,27.569,27.8909,27.9525,28.2312,29.6113,31.0002,31.2325,30.9683,30.4505,29.6795,28.9258,28.2839,27.7382,27.4912,27.3658,28.7082,30.8102,31.577,31.7046,31.7518,31.9091,32.1088,32.4253,32.854,33.4544,34.2136,35.1658,36.086,36.7745,37.2837],[26.4187,26.4181,26.4175,26.4167,26.4163,27.138,27.5961,27.9032,27.9411,28.18,29.5894,30.9983,31.2407,30.9774,30.4592,29.6821,28.9308,28.2816,27.7319,27.4821,27.3558,28.702,30.8039,31.5635,31.6896,31.7373,31.8897,32.0932,32.4081,32.8375,33.4478,34.2086,35.131,36.0701,36.769,37.2916],[26.4109,26.4103,26.4096,26.4088,26.4085,27.1503,27.6072,27.8999,27.9229,28.1578,29.5797,31.0117,31.2449,30.9737,30.4595,29.6874,28.929,28.2689,27.7148,27.4666,27.3387,28.6721,30.7611,31.5283,31.656,31.7012,31.8623,32.062,32.3756,32.8074,33.4061,34.1575,35.1073,36.0261,36.7116,37.2518]],"t_unix":1786427823.1258924,"uid":"p01155","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.980978,29.339895,30.636916]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,128,191],"session":19,"source":"pipeline","t_unix":1786427870.5183704,"uid":"p01149","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,223,64],"session":19,"source":"pipeline","t_unix":1786427872.9344866,"uid":"p00767","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00697","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5316953125,"red":0.0,"white":0.4683046875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 128)","median_spectrum_pct":[16.257,16.2554,16.2535,16.2514,16.2487,16.3457,16.5072,16.7475,16.767,17.2752,21.1437,26.9616,28.5055,27.741,26.0235,23.9694,22.155,20.7204,19.6306,18.9392,18.3581,18.0421,17.8234,17.6714,17.7112,17.9213,18.3433,18.9268,19.7431,20.8407,22.32,24.2189,26.4593,28.8112,30.8979,32.5578],"phase":"gamut_dense","raster_sha1":"5877f5729eeca1f2","rgb":[64,223,128],"session":19,"source":"pipeline","t_unix":1786427875.171558,"uid":"p00769","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.584664,21.087407,19.691511]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.9988541666666667,"red":0.0,"white":0.0,"yellow":0.0011458333333333333},"ink_index":null,"is_control":false,"label":"gamut (64, 128, 32)","median_raw":[5.292368,8.083861,6.557295],"median_spectrum_pct":[4.67014,4.66875,4.66716,4.66533,4.66292,4.52932,4.49072,4.50209,4.32449,4.67086,9.23158,16.2784,17.6549,16.0078,13.3744,10.7488,8.65974,7.14782,6.09012,5.40087,4.94061,4.74754,4.69369,4.71052,4.85704,5.15767,5.65728,6.4014,7.47843,9.01964,11.1318,13.9383,17.3657,21.1025,24.5935,27.5142],"phase":"gamut_dense","raster_sha1":"ee723c66a6eaa701","raw":[[5.285057,8.074412,6.559785],[5.292368,8.083861,6.557295],[5.297871,8.092049,6.557017]],"rgb":[64,128,32],"session":19,"source":"pipeline","spectrum_pct":[[4.6711,4.66972,4.66814,4.66632,4.66392,4.52299,4.48062,4.49349,4.34026,4.69037,9.23158,16.2822,17.641,16.0002,13.3638,10.7337,8.65105,7.13994,6.07821,5.39139,4.93044,4.73663,4.68517,4.70048,4.84372,5.15006,5.64872,6.39279,7.47143,9.0031,11.1318,13.9383,17.3555,21.1143,24.5807,27.5142],[4.67014,4.66875,4.66716,4.66533,4.66292,4.52932,4.49072,4.50209,4.31281,4.67086,9.2403,16.2784,17.6549,16.0078,13.3744,10.7488,8.65974,7.14782,6.09012,5.40087,4.94061,4.74754,4.69369,4.71052,4.85704,5.15767,5.65728,6.4014,7.47843,9.02304,11.1401,13.9408,17.3657,21.099,24.5935,27.5364],[4.65944,4.65804,4.65643,4.65458,4.65218,4.53715,4.49648,4.50404,4.32449,4.66573,9.21178,16.2538,17.6553,16.0311,13.3897,10.7615,8.67014,7.15894,6.0987,5.4106,4.94927,4.75441,4.70088,4.71332,4.8592,5.16392,5.66376,6.40817,7.48689,9.01964,11.1262,13.9324,17.3828,21.1025,24.6009,27.4945]],"t_unix":1786427877.4739413,"uid":"p00739","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.292368,8.083861,6.557295]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.3333463541666667,"red":0.0,"white":0.0,"yellow":0.6666536458333333},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 0)","median_raw":[23.111529,28.435905,5.022348],"median_spectrum_pct":[2.11128,2.10042,2.08795,2.0736,2.05696,1.99291,1.96199,1.94342,1.87663,2.34742,7.18163,18.1704,25.8161,30.0223,31.7822,31.6262,30.8136,29.9377,29.1482,28.7115,28.3676,28.7569,29.3953,29.5173,29.5014,29.5154,29.6425,29.7876,30.072,30.5341,31.2259,32.1196,33.2502,34.3772,35.2998,36.0005],"phase":"gamut_dense","raster_sha1":"0f556034db67c8c3","raw":[[23.146493,28.478686,5.022348],[23.111529,28.435905,5.003309],[23.089897,28.407819,5.02268]],"rgb":[128,159,0],"session":19,"source":"pipeline","spectrum_pct":[[2.11128,2.10042,2.08795,2.0736,2.05696,1.99142,1.9581,1.94299,1.87663,2.37121,7.18163,18.1704,25.8496,30.0573,31.819,31.6716,30.8614,29.9874,29.1981,28.7616,28.4126,28.8002,29.4291,29.5521,29.5374,29.5538,29.6777,29.8278,30.1285,30.5969,31.2919,32.1907,33.3247,34.4692,35.3677,36.0482],[2.09737,2.08651,2.07405,2.05971,2.0431,1.99291,1.96199,1.94342,1.85712,2.30835,7.14981,18.1452,25.8115,30.0223,31.7822,31.6262,30.8136,29.9377,29.1482,28.7115,28.3676,28.7569,29.3953,29.5173,29.5014,29.5154,29.6425,29.7876,30.072,30.5341,31.2259,32.1196,33.2502,34.3772,35.2998,36.0005],[2.1133,2.10247,2.09003,2.07572,2.05913,1.99724,1.96512,1.95033,1.88813,2.34742,7.18239,18.1926,25.8161,29.997,31.7503,31.5997,30.7818,29.898,29.1061,28.6721,28.3257,28.721,29.3663,29.4939,29.4763,29.4877,29.6104,29.762,30.0612,30.5267,31.211,32.1037,33.237,34.3685,35.2833,35.9741]],"t_unix":1786427924.8860326,"uid":"p00909","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.111529,28.435905,5.022348]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.17129166666666668,"blue":0.0,"green":0.0,"red":0.7376302083333334,"white":0.091078125,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 0, 64)","median_raw":[7.819058,5.462941,3.286097],"median_spectrum_pct":[3.00266,3.0018,3.00081,2.99967,2.99839,3.06478,3.0679,3.0459,2.96781,2.842,2.94928,3.2086,3.29472,3.24592,3.12135,2.96346,2.87986,2.89322,2.9793,3.16075,3.68238,7.19018,12.8326,15.1947,15.5353,15.4822,15.5207,15.7644,16.35,17.347,18.8633,20.8823,23.3841,26.0428,28.3601,30.2161],"phase":"gamut_dense","raster_sha1":"0e7372044678aa64","raw":[[7.813151,5.459336,3.275795],[7.819058,5.462941,3.286097],[7.828269,5.467883,3.298156]],"rgb":[128,0,64],"session":19,"source":"pipeline","spectrum_pct":[[2.9914,2.99053,2.98953,2.98838,2.9871,3.05739,3.06389,3.0459,2.94788,2.83549,2.91377,3.2067,3.28887,3.24289,3.11094,2.96267,2.87986,2.89359,2.98251,3.16364,3.68238,7.17956,12.8234,15.1845,15.5266,15.4716,15.5118,15.7482,16.3384,17.3437,18.8602,20.8823,23.3944,26.0194,28.3512,30.2161],[3.00266,3.0018,3.00081,2.99967,2.99839,3.06478,3.0679,3.0443,2.96781,2.842,2.94928,3.2086,3.29472,3.24592,3.12135,2.96346,2.87713,2.89322,2.9793,3.16075,3.68351,7.19018,12.8326,15.1947,15.5353,15.4822,15.5207,15.7644,16.35,17.347,18.8633,20.8771,23.3682,26.0428,28.3601,30.2046],[3.01013,3.00927,3.00828,3.00714,3.00587,3.07284,3.07307,3.05427,2.98243,2.85779,2.96815,3.22447,3.30121,3.25071,3.12153,2.96983,2.88001,2.89294,2.97534,3.15602,3.67909,7.19788,12.8453,15.2119,15.5585,15.5019,15.5498,15.7862,16.3671,17.3801,18.8882,20.9068,23.3841,26.055,28.3748,30.2431]],"t_unix":1786427972.338947,"uid":"p00866","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.819058,5.462941,3.286097]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.48217447916666667,"red":0.0,"white":0.3064895833333333,"yellow":0.2113359375},"ink_index":null,"is_control":false,"label":"gamut (128, 255, 96)","median_raw":[18.876064,23.017095,14.255734],"median_spectrum_pct":[11.0653,11.0607,11.0553,11.0491,11.0418,11.0935,11.1735,11.2759,11.1944,11.5781,15.9883,23.936,27.5337,28.2683,27.5453,26.0253,24.5042,23.227,22.2122,21.5821,21.0772,21.0048,21.0587,21.0062,21.0444,21.1917,21.5237,21.9771,22.651,23.5845,24.8784,26.4977,28.4944,30.5463,32.3242,33.691],"phase":"gamut_dense","raster_sha1":"4a03d1c0d3471d33","raw":[[18.978262,23.14192,14.300145],[18.876064,23.017095,14.255734],[18.866524,23.007321,14.235228]],"rgb":[128,255,96],"session":19,"source":"pipeline","spectrum_pct":[[11.1191,11.1143,11.1089,11.1026,11.0954,11.1997,11.2847,11.3213,11.1966,11.5781,15.9883,23.9911,27.652,28.4242,27.7052,26.1802,24.65,23.3626,22.3383,21.7029,21.198,21.122,21.1782,21.1245,21.1615,21.3102,21.6448,22.0926,22.7724,23.708,24.9946,26.6368,28.6357,30.6473,32.424,33.8667],[11.0653,11.0607,11.0553,11.0491,11.0418,11.0935,11.1735,11.2759,11.1944,11.6104,16.0683,23.936,27.5337,28.2683,27.5453,26.0253,24.5042,23.227,22.2122,21.5821,21.0772,21.0048,21.0587,21.0062,21.0444,21.1917,21.5237,21.9771,22.651,23.5845,24.8784,26.4977,28.4944,30.5463,32.3242,33.691],[11.0462,11.0415,11.0361,11.0299,11.0226,11.086,11.1731,11.2737,11.1756,11.5719,15.9845,23.9191,27.5272,28.2606,27.5389,26.019,24.4951,23.2203,22.2036,21.5708,21.0671,20.9973,21.0531,20.9996,21.035,21.1869,21.5105,21.9635,22.6421,23.566,24.8527,26.4907,28.473,30.5209,32.2417,33.6325]],"t_unix":1786428019.929686,"uid":"p00939","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.876064,23.017095,14.255734]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.8340052083333334,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.16599479166666667},"ink_index":null,"is_control":false,"label":"gamut (64, 64, 32)","median_raw":[4.966902,5.24181,3.181366],"median_spectrum_pct":[2.89931,2.89849,2.89755,2.89647,2.89504,2.81193,2.74468,2.67301,2.52183,2.41637,3.14148,4.49489,5.23128,5.45857,5.43222,5.27282,5.0907,4.94548,4.82748,4.79118,4.84095,5.36674,5.99652,6.21883,6.34903,6.55238,6.90701,7.43869,8.29135,9.61166,11.5419,14.1984,17.4936,21.0291,24.3023,26.9552],"phase":"gamut_dense","raster_sha1":"21e6eefa4fcfdb9b","raw":[[4.969591,5.245447,3.1694],[4.966902,5.24181,3.181366],[4.965047,5.23661,3.186182]],"rgb":[64,64,32],"session":19,"source":"pipeline","spectrum_pct":[[2.90055,2.89973,2.89878,2.8977,2.89626,2.80789,2.73746,2.67185,2.52183,2.38562,3.07917,4.49489,5.23648,5.45921,5.4323,5.27515,5.0976,4.95514,4.83601,4.80156,4.85021,5.37126,5.99853,6.22026,6.3545,6.55515,6.90705,7.44016,8.30038,9.61923,11.5704,14.2201,17.5167,21.102,24.3534,26.9876],[2.89313,2.8923,2.89135,2.89026,2.88883,2.81242,2.74468,2.67301,2.52174,2.41637,3.14148,4.51403,5.23128,5.45857,5.43222,5.27282,5.0907,4.94548,4.82748,4.79118,4.84095,5.36674,5.99652,6.21883,6.34903,6.55065,6.90701,7.43869,8.29135,9.6102,11.5413,14.1984,17.4936,21.0291,24.3023,26.9552],[2.89931,2.89849,2.89755,2.89647,2.89504,2.81193,2.74553,2.6798,2.539,2.42341,3.14693,4.48684,5.22522,5.44719,5.42598,5.26286,5.08811,4.93968,4.82437,4.78535,4.83271,5.36338,5.99643,6.21656,6.34684,6.55238,6.89777,7.43319,8.28453,9.61166,11.5419,14.1865,17.491,21.0215,24.2949,26.9401]],"t_unix":1786428067.3183985,"uid":"p00721","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.966902,5.24181,3.181366]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.34363020833333335,"green":0.0,"red":0.0,"white":0.6563697916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 255)","median_raw":[24.15748,26.017647,38.033667],"median_spectrum_pct":[33.1115,33.115,33.119,33.1236,33.1298,34.1258,34.8804,35.4016,35.3524,35.4726,36.3376,35.9041,34.1583,32.1082,29.9945,27.9516,26.2685,24.9664,23.9647,23.3493,22.7849,22.4607,22.2341,22.1087,22.1503,22.336,22.7099,23.2292,23.9505,24.8577,26.1087,27.6973,29.6142,31.547,33.2537,34.5968],"phase":"gamut_dense","raster_sha1":"22219e86fba90fe4","raw":[[24.156483,26.014448,38.01448],[24.157962,26.017647,38.038073],[24.15748,26.019401,38.033667]],"rgb":[128,159,255],"session":19,"source":"pipeline","spectrum_pct":[[33.0835,33.087,33.091,33.0956,33.1017,34.1019,34.8626,35.3999,35.3559,35.4318,36.3296,35.8991,34.1497,32.0862,29.9806,27.9469,26.2675,24.9642,23.9634,23.3493,22.7887,22.4607,22.2402,22.115,22.1556,22.3434,22.7157,23.2292,23.9505,24.8606,26.1087,27.6987,29.6142,31.547,33.2537,34.613],[33.1194,33.1229,33.127,33.1316,33.1377,34.1258,34.8804,35.4016,35.3524,35.514,36.3557,35.9066,34.1615,32.1082,29.9945,27.9516,26.2685,24.9664,23.9647,23.3475,22.7849,22.4618,22.2311,22.1067,22.1503,22.336,22.7079,23.2352,23.9507,24.8577,26.1218,27.6973,29.6248,31.5611,33.2799,34.5968],[33.1115,33.115,33.119,33.1236,33.1298,34.1464,34.9007,35.4047,35.3375,35.4726,36.3376,35.9041,34.1583,32.1125,29.9989,27.9601,26.2759,24.9735,23.9689,23.35,22.7842,22.4542,22.2341,22.1087,22.146,22.3337,22.7099,23.2249,23.9427,24.8476,26.1041,27.6781,29.5752,31.5209,33.2302,34.5446]],"t_unix":1786428116.1152325,"uid":"p00917","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.15748,26.017647,38.033667]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.403125,1.113242,2.287943],"median_spectrum_pct":[2.44301,2.44368,2.44443,2.44531,2.44619,2.3982,2.33596,2.25828,2.08561,1.84272,1.73225,1.70256,1.561,1.35286,1.15149,0.966591,0.838884,0.764306,0.717816,0.69988,0.730885,0.966501,1.24269,1.3651,1.48902,1.70304,2.06141,2.6403,3.56285,4.99219,7.13047,10.0664,13.7649,17.8197,21.6303,24.8186],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.402841,1.113242,2.292057],[1.403621,1.113802,2.287943],[1.403125,1.111682,2.285362]],"session":19,"source":"ink","spectrum_pct":[[2.43583,2.43648,2.43724,2.43811,2.43898,2.3879,2.32729,2.24628,2.0843,1.90176,1.77252,1.70256,1.5648,1.35286,1.14672,0.966012,0.841451,0.764496,0.717792,0.699978,0.727369,0.965717,1.24101,1.36007,1.48902,1.70304,2.06341,2.64262,3.56361,4.99219,7.15625,10.0969,13.8046,17.8648,21.7067,24.8983],[2.44404,2.4447,2.44546,2.44633,2.44721,2.39981,2.33596,2.25828,2.09803,1.83444,1.73225,1.71392,1.561,1.35392,1.15406,0.969377,0.838599,0.764306,0.719595,0.69988,0.731413,0.96948,1.24669,1.3651,1.48898,1.6979,2.06051,2.63684,3.56285,4.99325,7.13047,10.0664,13.7649,17.8197,21.6303,24.8186],[2.44301,2.44368,2.44443,2.44531,2.44619,2.3982,2.34219,2.25965,2.08561,1.84272,1.71738,1.70006,1.54519,1.35073,1.15149,0.966591,0.838884,0.76361,0.717816,0.697877,0.730885,0.966501,1.24269,1.36781,1.4931,1.70402,2.06141,2.6403,3.56195,4.9853,7.11144,10.0337,13.7514,17.7876,21.6009,24.7303]],"t_unix":1786428163.5872986,"uid":"s019_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.403125,1.113242,2.287943]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[35.314061,38.337947,43.46742],"median_spectrum_pct":[37.4948,37.4952,37.4957,37.4962,37.4979,38.7509,39.4821,39.8799,39.9776,40.2491,41.5023,42.3985,42.317,41.8289,41.0965,40.0997,39.1515,38.3111,37.5545,37.1389,36.6103,36.2749,35.961,35.6971,35.5825,35.5582,35.6571,35.753,35.8978,36.0511,36.3409,36.7497,37.3182,37.9115,38.2644,38.6085],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[35.341115,38.362988,43.476873],[35.314061,38.337947,43.46742],[35.296174,38.321265,43.46154]],"session":19,"source":"ink","spectrum_pct":[[37.4917,37.4921,37.4925,37.493,37.4947,38.7437,39.4764,39.8848,39.9854,40.3,41.5023,42.4075,42.3251,41.8451,41.1151,40.1187,39.1693,38.3333,37.5791,37.1638,36.6412,36.309,36.001,35.7354,35.6243,35.6045,35.6951,35.7822,35.938,36.0949,36.3921,36.7966,37.3785,37.9566,38.329,38.6465],[37.5004,37.5008,37.5013,37.5018,37.5035,38.7509,39.4821,39.8799,39.9776,40.2376,41.5074,42.3985,42.317,41.8289,41.0965,40.0997,39.1515,38.3111,37.5545,37.1389,36.6103,36.2749,35.961,35.6971,35.5825,35.5582,35.6571,35.753,35.8978,36.0511,36.3409,36.7497,37.3182,37.9115,38.2644,38.6085],[37.4948,37.4952,37.4957,37.4962,37.4979,38.7575,39.4932,39.8748,39.9454,40.2491,41.4828,42.3965,42.309,41.8206,41.0938,40.0881,39.1357,38.2952,37.537,37.1157,36.5907,36.2522,35.9348,35.6681,35.5553,35.5403,35.6378,35.7266,35.8775,36.0224,36.3042,36.7441,37.3137,37.8838,38.242,38.5053]],"t_unix":1786428208.7869005,"uid":"s019_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.314061,38.337947,43.46742]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[31.317914,37.021713,4.644955],"median_spectrum_pct":[1.52841,1.51384,1.49711,1.47788,1.45574,1.45151,1.41986,1.38514,1.34582,1.75657,6.17972,17.7548,27.4847,34.1895,38.1836,39.5215,39.6713,39.4359,39.0716,38.9932,38.8907,39.7924,41.0978,41.4462,41.3413,41.1206,40.9215,40.5908,40.2715,39.9439,39.6871,39.4526,39.3756,39.2881,39.0907,38.9568],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[31.386443,37.109239,4.644955],[31.317914,37.021713,4.645757],[31.10965,36.771268,4.630599]],"session":19,"source":"ink","spectrum_pct":[[1.50674,1.49211,1.47533,1.45603,1.43383,1.45151,1.41986,1.37488,1.33847,1.75332,6.17972,17.7796,27.5241,34.2514,38.2648,39.6129,39.7705,39.5412,39.181,39.1058,39.0067,39.8932,41.1804,41.5153,41.4089,41.1943,40.9921,40.6629,40.3507,40.0193,39.7462,39.5268,39.4471,39.3661,39.1623,39.0135],[1.52841,1.51384,1.49711,1.47788,1.45574,1.45739,1.42529,1.38514,1.34582,1.75706,6.15955,17.7548,27.4847,34.1895,38.1836,39.5215,39.6713,39.4359,39.0716,38.9932,38.8907,39.7924,41.0978,41.4462,41.3413,41.1206,40.9215,40.5908,40.2715,39.9439,39.6871,39.4526,39.3756,39.2881,39.0907,38.9568],[1.53314,1.51868,1.50209,1.483,1.461,1.4429,1.41303,1.38531,1.3473,1.75657,6.18415,17.6998,27.3495,33.9754,37.9195,39.2446,39.3893,39.1589,38.7978,38.7118,38.6066,39.5099,40.8284,41.1825,41.0795,40.8685,40.6687,40.3441,40.0389,39.718,39.452,39.229,39.1756,39.108,38.9021,38.7596]],"t_unix":1786428254.0158708,"uid":"s019_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.317914,37.021713,4.644955]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.805285,4.446116,0.938317],"median_spectrum_pct":[0.868334,0.866966,0.865395,0.863585,0.861553,0.898781,0.901039,0.877639,0.821717,0.732896,0.781731,0.982883,1.0592,1.07142,1.0296,0.954426,0.947072,1.0618,1.24569,1.51019,2.21498,6.82388,14.5535,17.9712,18.4376,18.2276,18.0502,18.0576,18.4321,19.2223,20.4867,22.2323,24.4349,26.812,28.9308,30.6315],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.801247,4.446116,0.965918],[7.805285,4.4437,0.938317],[7.815709,4.448347,0.934561]],"session":19,"source":"ink","spectrum_pct":[[0.868334,0.866966,0.865395,0.863585,0.861553,0.899935,0.901039,0.88667,0.850735,0.808001,0.859917,1.00415,1.07479,1.07869,1.0296,0.957916,0.950154,1.06813,1.25369,1.52317,2.21897,6.81504,14.5289,17.946,18.4096,18.2011,18.0277,18.0376,18.4092,19.1947,20.468,22.2234,24.4349,26.8313,28.9574,30.6599],[0.869082,0.867718,0.866152,0.864348,0.862314,0.896029,0.901122,0.877639,0.821717,0.726596,0.781731,0.982883,1.0592,1.07142,1.02493,0.953575,0.946129,1.06179,1.24569,1.51019,2.21498,6.82388,14.5535,17.9712,18.4376,18.2276,18.0502,18.0576,18.4321,19.2223,20.4867,22.2323,24.4219,26.812,28.9308,30.6315],[0.862498,0.861126,0.859552,0.857738,0.855707,0.898781,0.900886,0.875382,0.815722,0.732896,0.750824,0.98062,1.05902,1.06921,1.03011,0.954426,0.947072,1.0618,1.24222,1.50513,2.20769,6.83961,14.5797,18.0008,18.4682,18.2608,18.0769,18.0861,18.4507,19.2323,20.4894,22.2678,24.4427,26.793,28.8902,30.5953]],"t_unix":1786428299.1737874,"uid":"s019_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.805285,4.446116,0.938317]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[7.93995,7.610719,27.569842],"median_spectrum_pct":[24.5931,24.6004,24.6087,24.6183,24.63,25.4551,26.2574,26.7788,26.4204,25.9898,25.4532,22.7032,18.764,14.9693,11.5571,8.80603,6.8009,5.4159,4.48562,3.89458,3.50987,3.32916,3.27713,3.32674,3.49357,3.80839,4.32155,5.08617,6.17542,7.68053,9.82478,12.7407,16.3134,20.2133,23.9358,27.0872],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.917187,7.586044,27.489908],[7.941823,7.610981,27.581537],[7.93995,7.610719,27.569842]],"session":19,"source":"ink","spectrum_pct":[[24.5397,24.547,24.5553,24.5649,24.5766,25.3916,26.1911,26.7218,26.3565,25.8968,25.4437,22.658,18.7146,14.9193,11.5263,8.77498,6.7797,5.40086,4.47229,3.88199,3.49809,3.3232,3.27206,3.31529,3.48818,3.80231,4.30972,5.06918,6.16188,7.67647,9.81606,12.7131,16.304,20.2129,23.9358,27.0928],[24.5931,24.6004,24.6087,24.6183,24.63,25.4551,26.2574,26.7788,26.4392,26.0703,25.569,22.7362,18.764,14.9693,11.5571,8.80603,6.8009,5.4159,4.4865,3.89562,3.50987,3.3324,3.27994,3.32912,3.49915,3.8084,4.32633,5.08617,6.17681,7.68873,9.83329,12.7407,16.3182,20.2219,23.9484,27.0872],[24.6022,24.6095,24.6178,24.6274,24.6392,25.4832,26.2896,26.8012,26.4204,25.9898,25.4532,22.7032,18.7909,14.9828,11.5678,8.81368,6.8047,5.42003,4.48562,3.89458,3.51047,3.32916,3.27713,3.32674,3.49357,3.80839,4.32155,5.0872,6.17542,7.68053,9.82478,12.745,16.3134,20.2133,23.8971,26.9657]],"t_unix":1786428344.3742032,"uid":"s019_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.93995,7.610719,27.569842]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.272813,8.03641,6.612022],"median_spectrum_pct":[4.71527,4.71392,4.71238,4.71061,4.70828,4.59225,4.54809,4.56391,4.37892,4.73944,9.30689,16.2917,17.625,15.9501,13.2975,10.6671,8.58692,7.08535,6.03423,5.35141,4.89591,4.709,4.6667,4.68872,4.82892,5.13608,5.63931,6.37566,7.44977,8.95932,11.0879,13.889,17.3095,21.0565,24.584,27.5531],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.265094,8.025328,6.609108],[5.272813,8.03641,6.612022],[5.281877,8.049707,6.621089]],"session":19,"source":"ink","spectrum_pct":[[4.71527,4.71392,4.71238,4.71061,4.70828,4.58276,4.53833,4.55183,4.36639,4.74943,9.31639,16.2917,17.596,15.9268,13.2752,10.652,8.57924,7.07131,6.02165,5.34425,4.88515,4.69977,4.65597,4.67869,4.82395,5.12871,5.63482,6.37195,7.44525,8.95932,11.0721,13.8737,17.3066,21.0565,24.584,27.5531],[4.70857,4.70721,4.70566,4.70386,4.70154,4.59225,4.54809,4.56391,4.38936,4.72908,9.26665,16.2894,17.625,15.9501,13.2975,10.6671,8.58692,7.08535,6.03423,5.35141,4.89591,4.709,4.6667,4.68872,4.82892,5.13608,5.63931,6.37566,7.44977,8.95565,11.0879,13.889,17.3179,21.0565,24.5988,27.5291],[4.72561,4.72426,4.72271,4.72093,4.71859,4.59752,4.55751,4.56608,4.37892,4.73944,9.30689,16.3067,17.6428,15.9706,13.315,10.6826,8.60323,7.09911,6.046,5.36293,4.90658,4.7193,4.67502,4.69761,4.83905,5.13931,5.64587,6.38949,7.46082,8.97175,11.0917,13.9017,17.3095,21.0456,24.5778,27.5691]],"t_unix":1786428389.6526916,"uid":"s019_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.272813,8.03641,6.612022]} +{"battery_mv_start":0,"firmware":"cfg: name='F7' | cfg: url='http://127.0.0.1:1/hokku/screen/' | cfg: net=static ip= gw= nm= | cfg: power=awake default_sleep_s=300 cfg_ver=2 | cfg: usb_present=0 bat_mv=4200","instrument":"spotread","instrument_args":["-O","-N","-s","-i","D65"],"model":"bigme_f7","record":"session_start","repeats":3,"session":20,"settle_s":3.0,"spec":"build\\colorcal\\campaign_spec.json","spec_sha256":"8e54656138e51384","t_unix":1786452450.3837187} +{"anchor_tag":"open","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor open black","median_raw":[1.444307,1.166995,2.338176],"median_spectrum_pct":[2.48501,2.48567,2.48643,2.4873,2.48818,2.4436,2.3725,2.29201,2.1232,1.91228,1.80576,1.77717,1.6197,1.42329,1.2132,1.03028,0.903799,0.822091,0.772922,0.752866,0.77938,1.01892,1.29145,1.40608,1.53077,1.73406,2.09169,2.65504,3.56113,4.97867,7.06589,9.975,13.6142,17.6118,21.4285,24.5646],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.442683,1.165527,2.328171],[1.444307,1.166995,2.338176],[1.452729,1.174192,2.362709]],"session":20,"source":"ink","spectrum_pct":[[2.47784,2.4785,2.47926,2.48012,2.481,2.43736,2.36367,2.28371,2.1232,1.8808,1.79525,1.77633,1.61513,1.42243,1.21212,1.02826,0.899358,0.822091,0.772612,0.752866,0.777796,1.01721,1.28778,1.40608,1.52877,1.73406,2.09169,2.65504,3.56113,4.98535,7.07996,9.98207,13.638,17.6171,21.4417,24.6229],[2.48501,2.48567,2.48643,2.4873,2.48818,2.4436,2.3725,2.29201,2.12302,1.91228,1.80576,1.77717,1.6197,1.42329,1.2132,1.03028,0.903799,0.821739,0.772922,0.752058,0.77938,1.01892,1.29145,1.40337,1.53077,1.73244,2.08484,2.65274,3.55763,4.9671,7.05799,9.96473,13.6124,17.6118,21.4285,24.554],[2.50585,2.50652,2.50729,2.50818,2.50906,2.45573,2.38144,2.30213,2.15481,1.97219,1.82788,1.792,1.641,1.43274,1.22449,1.03484,0.904589,0.826831,0.776923,0.755511,0.783641,1.02427,1.29745,1.41352,1.53703,1.73877,2.09382,2.65926,3.56326,4.97867,7.06589,9.975,13.6142,17.6,21.4133,24.5646]],"t_unix":1786452453.0176263,"uid":"s020_anchor_open_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.444307,1.166995,2.338176]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor open white","median_raw":[34.332668,37.297265,42.704169],"median_spectrum_pct":[37.0131,37.0139,37.0148,37.0158,37.0175,37.8567,38.4663,39.0875,39.4199,39.7856,41.0315,41.8101,41.4963,40.8741,40.0972,39.0746,38.0872,37.2122,36.4338,36.026,35.5145,35.1756,34.8355,34.5391,34.4167,34.4344,34.5778,34.7232,34.9313,35.1538,35.4641,35.8788,36.4915,37.069,37.5777,37.9336],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.361531,37.324858,42.721852],[34.332668,37.297265,42.697989],[34.3162,37.282026,42.704169]],"session":20,"source":"ink","spectrum_pct":[[37.0131,37.0139,37.0148,37.0158,37.0175,37.8543,38.463,39.0934,39.4532,39.8329,41.0954,41.8174,41.5056,40.8911,40.1202,39.092,38.1066,37.2366,36.4644,36.053,35.5466,35.21,34.8723,34.5749,34.4519,34.4742,34.6209,34.765,34.9685,35.1848,35.4973,35.923,36.521,37.1091,37.582,37.9693],[37.0098,37.0106,37.0115,37.0125,37.0142,37.8567,38.4663,39.0853,39.4199,39.7856,40.9961,41.8101,41.4963,40.8741,40.0972,39.0746,38.0872,37.2122,36.4338,36.026,35.5145,35.1756,34.8355,34.5391,34.4167,34.4344,34.5778,34.7232,34.9313,35.1538,35.4641,35.8788,36.4903,37.0656,37.5342,37.8864],[37.0242,37.025,37.0259,37.027,37.0287,37.8744,38.4834,39.0875,39.4188,39.7645,41.0315,41.8071,41.4922,40.8732,40.097,39.0655,38.0724,37.1945,36.4193,36.0054,35.4922,35.1492,34.8056,34.5075,34.3917,34.4129,34.5518,34.7078,34.9153,35.1295,35.4456,35.85,36.4915,37.069,37.5777,37.9336]],"t_unix":1786452498.1164043,"uid":"s020_anchor_open_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.332668,37.297265,42.704169]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor open yellow","median_raw":[30.668499,36.252426,4.585335],"median_spectrum_pct":[1.53573,1.52148,1.50513,1.48633,1.46466,1.4514,1.41413,1.37255,1.32803,1.76271,6.15439,17.5098,26.9866,33.5228,37.4196,38.7233,38.8428,38.5752,38.1997,38.129,38.0589,38.9792,40.2502,40.5506,40.4505,40.2834,40.1253,39.8547,39.5852,39.2733,38.9911,38.7545,38.6882,38.6184,38.4752,38.3466],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.743471,36.347385,4.585335],[30.668499,36.252426,4.594316],[30.622284,36.191892,4.584422]],"session":20,"source":"ink","spectrum_pct":[[1.51757,1.50327,1.48687,1.46799,1.44626,1.44068,1.40769,1.3721,1.32803,1.73095,6.15189,17.5266,27.0311,33.5877,37.5099,38.8272,38.9538,38.6884,38.3117,38.2526,38.1871,39.0923,40.3426,40.6351,40.5312,40.3592,40.2051,39.9305,39.6552,39.3561,39.073,38.8176,38.7209,38.6385,38.5251,38.3925],[1.53573,1.52148,1.50513,1.48633,1.46466,1.4514,1.41413,1.37375,1.33884,1.76326,6.18473,17.5098,26.9866,33.5228,37.4196,38.7233,38.8428,38.5752,38.1997,38.129,38.0589,38.9792,40.2502,40.5506,40.4505,40.2834,40.1253,39.8547,39.5852,39.2733,38.9911,38.7545,38.6882,38.6184,38.4752,38.3466],[1.53812,1.5239,1.50758,1.48881,1.46718,1.45247,1.41429,1.37255,1.32273,1.76271,6.15439,17.4799,26.9512,33.4737,37.3578,38.6547,38.7722,38.5054,38.1249,38.0531,37.9858,38.9183,40.1994,40.5057,40.4099,40.2392,40.0731,39.798,39.5343,39.2263,38.9413,38.6979,38.6418,38.562,38.3846,38.3375]],"t_unix":1786452543.1960135,"uid":"s020_anchor_open_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.668499,36.252426,4.585335]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor open red","median_raw":[7.854378,4.494195,0.969057],"median_spectrum_pct":[0.909743,0.908379,0.906812,0.905008,0.902973,0.933341,0.932916,0.909973,0.850632,0.746211,0.801124,0.984496,1.10543,1.11517,1.07415,1.00645,0.994563,1.11131,1.29745,1.56163,2.26102,6.89061,14.6201,18.0301,18.4935,18.2891,18.107,18.1198,18.4823,19.2463,20.4619,22.147,24.3276,26.6377,28.6632,30.3486],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.842146,4.487968,0.966862],[7.854378,4.494195,0.976963],[7.860671,4.49646,0.969057]],"session":20,"source":"ink","spectrum_pct":[[0.904919,0.903554,0.901987,0.900182,0.898149,0.933341,0.932839,0.909909,0.85593,0.746211,0.75859,0.976132,1.10543,1.11461,1.07415,1.00645,0.993583,1.11131,1.29813,1.56799,2.26347,6.87557,14.5982,18.0019,18.4682,18.2627,18.0783,18.0877,18.4367,19.2017,20.4449,22.1344,24.3034,26.6104,28.6806,30.3638],[0.914419,0.913061,0.911501,0.909704,0.907665,0.933152,0.932916,0.909973,0.843489,0.788521,0.820709,0.984496,1.09592,1.11517,1.07278,1.00686,0.994563,1.11264,1.29745,1.56163,2.26102,6.89061,14.6201,18.0301,18.4935,18.2891,18.107,18.1198,18.4823,19.2463,20.4619,22.147,24.3419,26.6383,28.6632,30.3134],[0.909743,0.908379,0.906812,0.905008,0.902973,0.936975,0.934187,0.913037,0.850632,0.720861,0.801124,1.00307,1.10543,1.11535,1.07576,1.00644,0.995375,1.10966,1.28738,1.55129,2.25913,6.90143,14.6389,18.0489,18.516,18.3157,18.1359,18.1401,18.4984,19.2592,20.478,22.1739,24.3276,26.6377,28.6413,30.3486]],"t_unix":1786452588.265529,"uid":"s020_anchor_open_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.854378,4.494195,0.969057]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor open blue","median_raw":[7.764975,7.46329,26.900383],"median_spectrum_pct":[24.1332,24.1405,24.1487,24.1583,24.1697,24.8307,25.5268,26.041,25.7435,25.4015,25.0387,22.3681,18.4715,14.6954,11.3415,8.62932,6.66081,5.30331,4.38765,3.81087,3.44215,3.27877,3.22703,3.27395,3.43493,3.75029,4.25998,5.01191,6.09156,7.57993,9.70416,12.5617,16.0758,19.9395,23.6292,26.7144],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[7.745367,7.442844,26.832173],[7.764975,7.46329,26.900383],[7.771452,7.47021,26.924815]],"session":20,"source":"ink","spectrum_pct":[[24.067,24.0742,24.0824,24.0919,24.1033,24.7739,25.4694,25.9743,25.6855,25.3307,25.0006,22.2949,18.399,14.6465,11.3092,8.60505,6.64481,5.29239,4.37966,3.80415,3.43224,3.26621,3.21903,3.26581,3.42457,3.74063,4.25507,5.00583,6.08432,7.56811,9.66727,12.5428,16.0591,19.9395,23.5711,26.7084],[24.1332,24.1405,24.1487,24.1583,24.1697,24.8307,25.5268,26.041,25.7564,25.4015,25.0387,22.3681,18.4715,14.6954,11.3415,8.62932,6.66081,5.30331,4.38765,3.81087,3.44215,3.27877,3.22703,3.27648,3.43732,3.75029,4.25998,5.01191,6.09156,7.58673,9.70416,12.5705,16.0912,19.9969,23.6618,26.798],[24.1389,24.1461,24.1544,24.1639,24.1754,24.8673,25.5638,26.0642,25.7435,25.4484,25.0818,22.3765,18.4753,14.7001,11.3523,8.64001,6.66808,5.31275,4.39481,3.81892,3.44652,3.27954,3.23001,3.27395,3.43493,3.75322,4.26234,5.01256,6.09386,7.57993,9.70694,12.5617,16.0758,19.9301,23.6292,26.7144]],"t_unix":1786452633.4502625,"uid":"s020_anchor_open_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.764975,7.46329,26.900383]} +{"anchor_tag":"open","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor open green","median_raw":[5.332318,8.055802,6.716342],"median_spectrum_pct":[4.86585,4.86458,4.86313,4.86145,4.85919,4.70428,4.64661,4.65893,4.48831,4.88064,9.3885,16.2557,17.5284,15.852,13.2359,10.6516,8.59954,7.10625,6.06177,5.39394,4.94952,4.77161,4.73239,4.75384,4.8977,5.20328,5.70606,6.44642,7.51889,9.03311,11.121,13.86,17.2449,20.9258,24.399,27.362],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.323987,8.046294,6.707989],[5.332318,8.055802,6.716342],[5.341556,8.066564,6.733937]],"session":20,"source":"ink","spectrum_pct":[[4.83646,4.83518,4.83371,4.83201,4.82974,4.6888,4.63582,4.64836,4.48448,4.88064,9.3885,16.2557,17.5222,15.8285,13.2223,10.6353,8.58695,7.09971,6.05772,5.38673,4.93918,4.75892,4.72387,4.746,4.88906,5.19394,5.70153,6.44345,7.51405,9.02274,11.1025,13.8449,17.2317,20.909,24.3767,27.362],[4.86585,4.86458,4.86313,4.86145,4.85919,4.70428,4.64661,4.65893,4.48831,4.87979,9.3801,16.2478,17.5284,15.852,13.2359,10.6516,8.59954,7.10625,6.06177,5.39394,4.94952,4.77161,4.73239,4.75384,4.8977,5.20328,5.70606,6.44642,7.51889,9.03311,11.121,13.86,17.2449,20.9258,24.4195,27.4117],[4.87247,4.8712,4.86974,4.86806,4.8658,4.71683,4.65923,4.6676,4.49644,4.93277,9.39061,16.2577,17.5588,15.8718,13.2461,10.6596,8.61033,7.11827,6.07238,5.40182,4.95678,4.7759,4.73813,4.76241,4.90918,5.21201,5.71427,6.45859,7.53292,9.04289,11.1266,13.8823,17.26,20.9468,24.399,27.36]],"t_unix":1786452678.52985,"uid":"s020_anchor_open_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.332318,8.055802,6.716342]} +{"battery_mv":4170,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.21762760416666665,"white":0.7823723958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 159)","median_raw":[26.382601,27.36171,29.66264],"median_spectrum_pct":[25.8597,25.8598,25.86,25.8601,25.8605,26.3191,26.6634,27.033,27.2398,27.4836,28.6102,29.5403,29.3755,28.8891,28.2788,27.4969,26.7519,26.108,25.5774,25.35,25.2863,26.7839,29.0624,29.8728,29.9993,30.0717,30.2599,30.4976,30.8889,31.3915,32.0637,32.945,34.0262,35.0531,35.9157,36.5851],"phase":"gamut_dense","raster_sha1":"bfb510136eeddd36","raw":[[26.525265,27.511915,29.740562],[26.382601,27.36171,29.648629],[26.374008,27.358807,29.66264]],"rgb":[255,128,159],"session":20,"source":"pipeline","spectrum_pct":[[25.9316,25.9317,25.9317,25.9318,25.9322,26.5477,26.8956,27.1121,27.2119,27.3936,28.6074,29.6064,29.4866,29.0281,28.4348,27.6407,26.9003,26.2621,25.7271,25.5031,25.4428,26.947,29.2343,30.043,30.1737,30.2456,30.4287,30.6604,31.046,31.5423,32.2273,33.0812,34.1465,35.2022,36.062,36.6856],[25.8345,25.8346,25.8347,25.8349,25.8352,26.2986,26.6451,27.0161,27.2446,27.4836,28.6102,29.537,29.3517,28.8715,28.2678,27.4859,26.7438,26.108,25.5774,25.35,25.2863,26.7839,29.0624,29.8728,29.9993,30.0717,30.2599,30.4976,30.8889,31.3915,32.0617,32.945,34.0262,35.0531,35.9157,36.561],[25.8597,25.8598,25.86,25.8601,25.8605,26.3191,26.6634,27.033,27.2398,27.4919,28.6282,29.5403,29.3755,28.8891,28.2788,27.4969,26.7519,26.1061,25.5702,25.341,25.2738,26.7618,29.0408,29.8488,29.9787,30.0573,30.2468,30.4801,30.8698,31.3741,32.0637,32.9242,33.9971,35.0313,35.9,36.5851]],"t_unix":1786452726.136515,"uid":"p01229","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.382601,27.36171,29.66264]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 64)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[64,32,64],"session":20,"source":"pipeline","t_unix":1786452774.9720075,"uid":"p00713","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.19119791666666666,"red":0.0,"white":0.5821171875,"yellow":0.22668489583333334},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 128)","median_raw":[26.742266,30.866683,23.66073],"median_spectrum_pct":[19.528,19.5239,19.5191,19.5137,19.5073,19.7358,19.9476,20.1875,20.2868,20.8314,24.5653,30.7532,33.7109,34.6187,34.4299,33.4491,32.3201,31.2944,30.4121,29.917,29.4524,29.3853,29.403,29.2724,29.2176,29.2873,29.4966,29.7466,30.1441,30.6624,31.3577,32.2506,33.3955,34.4852,35.4394,36.1663],"phase":"gamut_dense","raster_sha1":"db5a8efceb703254","raw":[[26.751563,30.87819,23.66073],[26.742266,30.866683,23.671034],[26.724001,30.844407,23.639471]],"rgb":[159,255,128],"session":20,"source":"pipeline","spectrum_pct":[[19.5153,19.5111,19.5063,19.5008,19.4944,19.7295,19.9417,20.1875,20.2868,20.8314,24.5653,30.7611,33.7185,34.6211,34.4374,33.4552,32.3359,31.3102,30.4255,29.9334,29.4687,29.3996,29.4184,29.2877,29.2313,29.302,29.5092,29.7573,30.1576,30.6723,31.3709,32.2699,33.4042,34.4892,35.4617,36.1663],[19.529,19.5248,19.5201,19.5146,19.5082,19.7363,19.949,20.199,20.2938,20.8486,24.5871,30.7532,33.7109,34.6187,34.4299,33.4491,32.3201,31.2944,30.4121,29.917,29.4524,29.3853,29.403,29.2724,29.2176,29.2873,29.4966,29.7466,30.1441,30.6624,31.3577,32.2506,33.3955,34.4852,35.4394,36.1822],[19.528,19.5239,19.5191,19.5137,19.5073,19.7358,19.9476,20.1856,20.2631,20.7905,24.4695,30.6968,33.6771,34.5989,34.4171,33.4313,32.2997,31.271,30.3925,29.8928,29.432,29.364,29.3866,29.2599,29.2047,29.2673,29.4795,29.7331,30.1368,30.6518,31.333,32.2238,33.3632,34.4736,35.3891,36.1259]],"t_unix":1786452777.4235036,"uid":"p01021","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.742266,30.866683,23.66073]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_yellow","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 0)","median_spectrum_pct":[1.603515,1.589,1.57234,1.553185,1.5310549999999998,1.48647,1.447115,1.4253550000000001,1.42461,1.93764,6.381285,17.83245,27.328400000000002,33.867599999999996,37.747699999999995,39.0256,39.165,38.947649999999996,38.58925,38.4892,38.356049999999996,39.2067,40.4611,40.803650000000005,40.72925,40.5429,40.338449999999995,40.0065,39.6816,39.3588,39.1082,38.9036,38.8674,38.82225,38.6867,38.56755],"phase":"gamut_dense","raster_sha1":"558146b910c5dfc3","rgb":[191,191,0],"session":20,"source":"pipeline","t_unix":1786452824.7911782,"uid":"p01080","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.8942005,36.557993,4.713423000000001]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.281445,37.245466,42.845786],"median_spectrum_pct":[37.1277,37.1285,37.1295,37.1306,37.1324,38.051,38.6545,39.1917,39.5173,39.9669,41.1513,41.8761,41.5498,40.9102,40.1064,39.0519,38.0404,37.1489,36.362,35.9412,35.4211,35.0601,34.7051,34.4082,34.2948,34.321,34.4673,34.6233,34.8401,35.0717,35.413,35.8659,36.52,37.1398,37.6357,38.0661],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.307404,37.271926,42.862204],[34.281445,37.245466,42.845786],[34.262807,37.229223,42.832962]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[37.1277,37.1285,37.1295,37.1306,37.1324,38.0481,38.6529,39.1973,39.5367,40.0022,41.197,41.9233,41.5676,40.9188,40.1244,39.0747,38.0606,37.173,36.3899,35.9692,35.4499,35.0915,34.7364,34.4447,34.3278,34.3552,34.5047,34.6577,34.8768,35.1161,35.4629,35.9204,36.5387,37.169,37.6485,38.1237],[37.128,37.1289,37.1298,37.1309,37.1328,38.051,38.6545,39.1917,39.5173,39.9669,41.1513,41.8761,41.5498,40.9066,40.1064,39.0519,38.0404,37.1489,36.362,35.9412,35.4211,35.0601,34.7051,34.4082,34.2948,34.321,34.4673,34.6233,34.8401,35.0717,35.413,35.8659,36.52,37.1281,37.6255,38.0514],[37.126,37.1269,37.1278,37.1289,37.1308,38.0669,38.6706,39.1897,39.5032,39.9058,41.0922,41.8689,41.5483,40.9102,40.1039,39.0439,38.0286,37.137,36.348,35.9175,35.3944,35.0342,34.6799,34.3843,34.2699,34.2942,34.4406,34.6016,34.8239,35.0653,35.397,35.8539,36.5196,37.1398,37.6357,38.0661]],"t_unix":1786452824.7934542,"uid":"p01416","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.281445,37.245466,42.845786]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.437533,1.156548,2.375148],"median_spectrum_pct":[2.51565,2.51634,2.51714,2.51806,2.51892,2.43181,2.35572,2.28645,2.1706,2.0205,1.94907,1.78748,1.6081,1.41084,1.19564,1.01457,0.881953,0.80586,0.757745,0.743964,0.770469,1.00118,1.26822,1.38621,1.50969,1.71333,2.0656,2.636,3.54398,4.96722,7.06625,9.9814,13.6365,17.6326,21.4387,24.6354],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.432453,1.152467,2.359118],[1.437533,1.157234,2.375148],[1.437594,1.156548,2.375727]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[2.50418,2.50487,2.50567,2.50658,2.50745,2.42425,2.34701,2.27635,2.14421,2.01628,1.93968,1.77889,1.58915,1.40276,1.19264,1.0105,0.881433,0.805701,0.757573,0.741014,0.767231,1.00112,1.26503,1.3798,1.50519,1.70843,2.06369,2.63175,3.54772,4.97243,7.07252,9.9814,13.6365,17.637,21.4387,24.6598],[2.51565,2.51634,2.51714,2.51806,2.51892,2.43181,2.35572,2.28645,2.18011,2.0205,1.95864,1.8005,1.60856,1.41084,1.20204,1.0149,0.8821,0.80586,0.757745,0.743964,0.770469,1.00308,1.26822,1.38697,1.51151,1.71333,2.0656,2.63879,3.54398,4.96153,7.06625,9.98496,13.6519,17.6326,21.4488,24.6354],[2.51883,2.51952,2.52032,2.52124,2.52212,2.43911,2.36154,2.28841,2.1706,2.03012,1.94907,1.78748,1.6081,1.41268,1.19564,1.01457,0.881953,0.806745,0.758956,0.744477,0.770713,1.00118,1.26916,1.38621,1.50969,1.71501,2.0662,2.636,3.54178,4.96722,7.06072,9.96768,13.62,17.6118,21.4149,24.5851]],"t_unix":1786452869.8767006,"uid":"p01417","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.437533,1.156548,2.375148]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.457206,12.057202,17.515056],"median_spectrum_pct":[15.8693,15.8713,15.8736,15.8763,15.8794,16.0911,16.221,16.2867,16.1614,16.108,16.3292,16.1738,15.4599,14.5859,13.6869,12.7975,12.04,11.4334,10.963,10.6826,10.4731,10.5503,10.6943,10.7249,10.8294,11.0641,11.4901,12.1201,13.0423,14.3575,16.1978,18.6146,21.5394,24.6161,27.4282,29.683],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.455152,12.056744,17.501421],[11.457206,12.057202,17.515056],[11.45897,12.058732,17.515078]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[15.8533,15.8554,15.8577,15.8604,15.8634,16.0693,16.2031,16.2691,16.1543,16.1093,16.3392,16.1728,15.4599,14.578,13.6848,12.7935,12.0346,11.433,10.9659,10.6865,10.4758,10.5503,10.6943,10.7249,10.829,11.0641,11.4901,12.1232,13.0416,14.3575,16.1978,18.6249,21.5387,24.5859,27.4282,29.6797],[15.8714,15.8734,15.8758,15.8785,15.8815,16.0911,16.221,16.2867,16.1848,16.108,16.3104,16.1738,15.4584,14.5859,13.6869,12.798,12.04,11.434,10.963,10.6819,10.4725,10.5517,10.6943,10.7247,10.8294,11.0641,11.4854,12.1168,13.0423,14.3542,16.1833,18.5981,21.5394,24.6298,27.4279,29.683],[15.8693,15.8713,15.8736,15.8763,15.8794,16.1051,16.237,16.287,16.1614,16.0929,16.3292,16.1771,15.4714,14.5885,13.689,12.7975,12.0412,11.4334,10.9609,10.6826,10.4731,10.55,10.6983,10.7307,10.8324,11.0704,11.4919,12.1201,13.0471,14.3642,16.2038,18.6146,21.5436,24.6161,27.4419,29.6876]],"t_unix":1786452915.030661,"uid":"p01418","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.457206,12.057202,17.515056]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.039453125,"blue":0.0,"green":0.0,"red":0.3211484375,"white":0.6253802083333333,"yellow":0.014018229166666667},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 96)","median_raw":[21.842194,21.938507,22.594745],"median_spectrum_pct":[19.7693,19.769,19.7686,19.7682,19.7679,20.1795,20.4188,20.5602,20.5509,20.6872,21.8023,22.7885,22.805,22.4654,21.9837,21.3618,20.7662,20.2655,19.8703,19.7473,19.8632,22.0463,25.3581,26.6213,26.8539,26.9465,27.1433,27.4238,27.9044,28.551,29.4395,30.5663,31.9485,33.2994,34.4487,35.3258],"phase":"gamut_dense","raster_sha1":"959f1c9ea5e19d0f","raw":[[21.84931,21.946777,22.594745],[21.842194,21.938507,22.598089],[21.732475,21.828421,22.530074]],"rgb":[159,128,96],"session":20,"source":"pipeline","spectrum_pct":[[19.7693,19.769,19.7686,19.7682,19.7679,20.1795,20.4188,20.5602,20.5493,20.6872,21.787,22.7915,22.809,22.4744,21.9914,21.3697,20.7718,20.2757,19.8798,19.7555,19.8736,22.056,25.3681,26.6327,26.8644,26.9622,27.1565,27.4279,27.9084,28.5647,29.4589,30.5804,31.9685,33.3204,34.5173,35.3681],[19.7782,19.7779,19.7775,19.7771,19.7768,20.1886,20.4283,20.5608,20.5509,20.6779,21.8023,22.7885,22.805,22.4654,21.9837,21.3618,20.7662,20.2655,19.8703,19.7473,19.8632,22.0463,25.3581,26.6213,26.8539,26.9465,27.1433,27.4238,27.9044,28.551,29.4395,30.5663,31.9485,33.2994,34.4487,35.3258],[19.7051,19.7049,19.7046,19.7042,19.7038,20.0075,20.2412,20.4911,20.568,20.7304,21.8241,22.753,22.7178,22.3598,21.8632,21.2465,20.6526,20.1575,19.764,19.6363,19.7543,21.927,25.219,26.478,26.7101,26.8039,27.0053,27.2867,27.7732,28.4319,29.3205,30.4516,31.8392,33.1796,34.3661,35.2507]],"t_unix":1786452963.7641947,"uid":"p00984","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[21.842194,21.938507,22.594745]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.769359375,"red":0.0,"white":0.0,"yellow":0.230640625},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 64)","median_raw":[10.981998,14.810445,5.79136],"median_spectrum_pct":[3.53071,3.52607,3.52074,3.5146,3.50726,3.36218,3.30635,3.32266,3.19448,3.62184,8.43071,17.1745,20.8357,21.0992,19.8219,17.8961,16.1217,14.7101,13.6421,12.9693,12.5062,12.4585,12.5554,12.5659,12.6578,12.8939,13.3157,13.921,14.8215,16.0758,17.7836,20.0048,22.7131,25.5653,28.1867,30.2866],"phase":"gamut_dense","raster_sha1":"41c227af435be742","raw":[[10.97197,14.799626,5.772652],[10.982593,14.810809,5.798913],[10.981998,14.810445,5.79136]],"rgb":[96,128,64],"session":20,"source":"pipeline","spectrum_pct":[[3.51978,3.51514,3.50981,3.50368,3.49633,3.34943,3.29543,3.30934,3.17053,3.62184,8.39546,17.1309,20.8181,21.0881,19.8092,17.884,16.1113,14.7031,13.6361,12.9658,12.504,12.4546,12.5425,12.5527,12.6465,12.8851,13.3024,13.913,14.8108,16.0652,17.7754,19.9912,22.7059,25.5537,28.1813,30.2726],[3.53291,3.52827,3.52294,3.51681,3.50946,3.36218,3.30635,3.32278,3.20245,3.65238,8.45228,17.1946,20.8357,21.0992,19.8219,17.8961,16.1217,14.7101,13.6421,12.9693,12.5062,12.4589,12.5554,12.5659,12.6578,12.8977,13.3157,13.921,14.8222,16.0761,17.7836,20.0144,22.7348,25.5881,28.1924,30.328],[3.53071,3.52607,3.52074,3.5146,3.50726,3.3668,3.31112,3.32266,3.19448,3.62087,8.43071,17.1745,20.8375,21.1018,19.8222,17.8979,16.1222,14.7105,13.6421,12.9697,12.5085,12.4585,12.5558,12.5669,12.6611,12.8939,13.316,13.9215,14.8215,16.0758,17.7893,20.0048,22.7131,25.5653,28.1867,30.2866]],"t_unix":1786453012.3791473,"uid":"p00821","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[10.981998,14.810445,5.79136]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00959","ink_fraction":{"black":0.3344609375,"blue":0.0,"green":0.0,"red":0.0,"white":0.6655390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 0, 159)","median_spectrum_pct":[23.2197,23.2214,23.2233,23.2254,23.2282,23.7847,24.1377,24.3567,24.3159,24.2977,24.7491,24.8525,24.243,23.4615,22.597,21.672,20.8501,20.1759,19.6143,19.2847,18.9641,18.8973,18.8941,18.8322,18.8497,19.0021,19.3192,19.7756,20.4512,21.4117,22.7944,24.6229,26.8388,29.1455,31.2088,32.7758],"phase":"gamut_dense","raster_sha1":"d579ebc500459c07","rgb":[159,0,159],"session":20,"source":"pipeline","t_unix":1786453060.9248471,"uid":"p00950","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.267958,20.614518,26.305795]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.8335963541666667,"green":0.0,"red":0.0,"white":0.16640364583333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 159)","median_raw":[11.293847,11.474302,30.110865],"median_spectrum_pct":[26.774,26.7808,26.7885,26.7973,26.808,27.5293,28.2527,28.8254,28.624,28.3904,28.3077,26.0675,22.4422,18.8753,15.6315,12.9241,10.8997,9.46539,8.46416,7.83165,7.39435,7.1697,7.07364,7.0828,7.2332,7.54535,8.06062,8.80355,9.85589,11.2895,13.2709,15.897,19.1214,22.5606,25.7947,28.4837],"phase":"gamut_dense","raster_sha1":"6a42ce51fbe60323","raw":[[11.278738,11.459749,30.070727],[11.293847,11.474302,30.110865],[11.301902,11.48612,30.132895]],"rgb":[64,96,159],"session":20,"source":"pipeline","spectrum_pct":[[26.7286,26.7353,26.743,26.7518,26.7625,27.4802,28.2058,28.7868,28.5925,28.3413,28.3005,26.0606,22.4217,18.8475,15.6073,12.9064,10.8863,9.44925,8.45162,7.82263,7.38394,7.15777,7.06403,7.07629,7.2262,7.53911,8.05112,8.7927,9.83822,11.2735,13.2704,15.8885,19.099,22.5606,25.801,28.4837],[26.774,26.7808,26.7885,26.7973,26.808,27.5293,28.2527,28.8254,28.624,28.3904,28.3077,26.0675,22.4422,18.8753,15.6315,12.9241,10.8997,9.46539,8.46416,7.83165,7.39435,7.1697,7.07364,7.0828,7.2332,7.54535,8.06062,8.80355,9.85589,11.2895,13.2709,15.8988,19.1214,22.5658,25.7805,28.4684],[26.799,26.8058,26.8135,26.8223,26.8331,27.5618,28.2861,28.8464,28.6267,28.398,28.3163,26.1145,22.4808,18.8983,15.6537,12.9411,10.9152,9.47451,8.47013,7.84,7.39788,7.17281,7.07505,7.08586,7.23949,7.55203,8.06714,8.80797,9.86281,11.2942,13.2802,15.897,19.1274,22.5521,25.7947,28.5096]],"t_unix":1786453064.4345436,"uid":"p00734","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.293847,11.474302,30.110865]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.29701041666666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.7029895833333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 159)","median_raw":[20.152793,21.604398,27.410823],"median_spectrum_pct":[24.2798,24.2816,24.2836,24.2859,24.2888,24.7802,25.0823,25.3088,25.3147,25.348,25.8565,25.9963,25.3897,24.5691,23.6848,22.7375,21.8808,21.1676,20.5768,20.2428,19.9098,19.8076,19.7644,19.6726,19.6957,19.8675,20.2022,20.6713,21.3498,22.2931,23.6038,25.3054,27.3941,29.562,31.4591,32.9742],"phase":"gamut_dense","raster_sha1":"4a1ff0efb4120f1e","raw":[[20.155043,21.607012,27.402515],[20.152793,21.604398,27.426834],[20.143006,21.59471,27.410823]],"rgb":[159,128,159],"session":20,"source":"pipeline","spectrum_pct":[[24.2676,24.2694,24.2714,24.2737,24.2765,24.753,25.0578,25.2999,25.3147,25.348,25.8565,25.9963,25.3813,24.5639,23.6848,22.7401,21.8823,21.1706,20.5835,20.2514,19.9161,19.8169,19.7753,19.6858,19.7016,19.8798,20.2152,20.6743,21.3611,22.2939,23.6129,25.3274,27.4097,29.562,31.4591,32.9742],[24.2835,24.2853,24.2873,24.2896,24.2924,24.7802,25.0823,25.3176,25.3234,25.3955,25.8914,26.0054,25.3897,24.5691,23.6908,22.7375,21.8808,21.1676,20.5768,20.2428,19.9098,19.8076,19.7644,19.6726,19.6957,19.8675,20.2022,20.6713,21.3498,22.2931,23.6038,25.3054,27.3941,29.5784,31.4935,32.9885],[24.2798,24.2816,24.2836,24.2859,24.2888,24.7847,25.0904,25.3088,25.3049,25.346,25.8386,25.9893,25.3923,24.5728,23.6812,22.7268,21.8732,21.159,20.568,20.2317,19.8968,19.7988,19.7555,19.667,19.6874,19.8568,20.1931,20.6587,21.3316,22.263,23.5807,25.2873,27.3693,29.54,31.4267,32.9194]],"t_unix":1786453113.0248842,"uid":"p00986","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.152793,21.604398,27.410823]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4314296875,"white":0.528203125,"yellow":0.0403671875},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 0)","median_raw":[20.081305,19.58891,17.870789],"median_spectrum_pct":[15.5347,15.5336,15.5322,15.5306,15.5289,15.8308,15.99,16.1202,16.1116,16.1986,17.3671,18.8154,19.213,19.1428,18.8634,18.393,17.9343,17.5437,17.2482,17.1996,17.4689,20.369,24.8469,26.6522,26.9828,27.0523,27.1966,27.4256,27.8738,28.5018,29.3803,30.4969,31.8521,33.2056,34.3263,35.114],"phase":"gamut_dense","raster_sha1":"9508c9eeeceaa5cf","raw":[[20.090438,19.600572,17.883976],[20.081305,19.58891,17.870789],[20.078032,19.584659,17.864921]],"rgb":[191,128,0],"session":20,"source":"pipeline","spectrum_pct":[[15.5347,15.5336,15.5322,15.5306,15.5289,15.8239,15.9856,16.1194,16.1116,16.2441,17.4218,18.8506,19.2273,19.1544,18.8719,18.4009,17.9441,17.5544,17.2556,17.2093,17.4813,20.3812,24.8533,26.6584,26.9925,27.0667,27.209,27.4256,27.8733,28.5018,29.3838,30.5131,31.8858,33.2171,34.3369,35.1766],[15.5359,15.5347,15.5333,15.5318,15.5301,15.8308,15.99,16.1202,16.105,16.1986,17.3671,18.8154,19.2119,19.1385,18.8622,18.3924,17.9343,17.5437,17.2482,17.1996,17.4689,20.369,24.8469,26.6522,26.9824,27.0523,27.1901,27.4188,27.8738,28.4979,29.3781,30.4969,31.8514,33.1896,34.3032,35.114],[15.5227,15.5215,15.5202,15.5186,15.5169,15.8328,15.9988,16.1225,16.113,16.1623,17.3343,18.8056,19.213,19.1428,18.8634,18.393,17.9309,17.5362,17.2379,17.1899,17.4649,20.3652,24.8412,26.6504,26.9828,27.0504,27.1966,27.4273,27.8738,28.5036,29.3803,30.4917,31.8521,33.2056,34.3263,35.0965]],"t_unix":1786453160.495473,"uid":"p01062","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.081305,19.58891,17.870789]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00655","ink_fraction":{"black":0.0,"blue":0.9058541666666666,"green":0.0,"red":0.0,"white":0.09414583333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 96, 255)","median_spectrum_pct":[25.8799,25.8869,25.895,25.9043,25.9156,26.6634,27.416,28.0182,27.7771,27.4561,27.2059,24.6385,20.8514,17.1357,13.7933,11.0437,9.00377,7.57216,6.58767,5.96453,5.5504,5.34921,5.2785,5.30787,5.46911,5.78487,6.30037,7.05596,8.12756,9.62719,11.7042,14.4605,17.8303,21.474,24.9329,27.8022],"phase":"gamut_dense","raster_sha1":"3776a4d0283b8ab4","rgb":[32,96,255],"session":20,"source":"pipeline","t_unix":1786453207.8859463,"uid":"p00656","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.739706,9.685688,29.077816]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,159,191],"session":20,"source":"pipeline","t_unix":1786453210.186369,"uid":"p01239","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 223)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[32,191,223],"session":20,"source":"pipeline","t_unix":1786453212.4728305,"uid":"p00682","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01157","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.227609375,"white":0.772390625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 159, 159)","median_spectrum_pct":[25.5806,25.5803,25.5801,25.5798,25.58,26.3021,26.7115,26.9014,26.8936,27.038,28.2676,29.4156,29.4102,29.0273,28.4625,27.6904,26.9727,26.3477,25.8183,25.5834,25.5187,27.112,29.5468,30.4282,30.5752,30.6223,30.7693,30.9728,31.3195,31.8107,32.4985,33.3894,34.4709,35.4962,36.31,36.9202],"phase":"gamut_dense","raster_sha1":"89792346604e9b80","rgb":[255,159,159],"session":20,"source":"pipeline","t_unix":1786453214.7586176,"uid":"p01238","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.649894,27.609808,29.462885]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 191, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[32,191,64],"session":20,"source":"pipeline","t_unix":1786453217.0259328,"uid":"p00677","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,255,64],"session":20,"source":"pipeline","t_unix":1786453219.3263028,"uid":"p00776","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00790","ink_fraction":{"black":0.0,"blue":0.8344375,"green":0.0,"red":0.0,"white":0.1655625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 191)","median_spectrum_pct":[26.9008,26.9076,26.9154,26.9243,26.9352,27.759,28.5556,29.1491,28.9205,28.6443,28.5806,26.1728,22.5016,18.878,15.5734,12.8262,10.7757,9.32829,8.32781,7.69798,7.25435,7.02546,6.92784,6.94123,7.08853,7.40065,7.92277,8.67783,9.74187,11.179,13.2236,15.8748,19.1484,22.6397,25.8913,28.6409],"phase":"gamut_dense","raster_sha1":"0be7d6b8cfdc20e9","rgb":[96,0,191],"session":20,"source":"pipeline","t_unix":1786453222.123068,"uid":"p00789","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.236359,11.381689,30.379316]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00583","ink_fraction":{"black":0.0,"blue":0.6091484375,"green":0.0,"red":0.0,"white":0.3908515625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 128, 223)","median_spectrum_pct":[29.704,29.7095,29.716,29.7234,29.7324,30.4724,31.1932,31.8472,31.7829,31.7399,32.1605,30.5751,27.617,24.5634,21.6795,19.1569,17.1855,15.7216,14.6618,14.0027,13.4874,13.1937,13.0341,12.9897,13.1016,13.3821,13.8655,14.5534,15.5125,16.7822,18.5182,20.7649,23.4599,26.3365,28.9454,31.0495],"phase":"gamut_dense","raster_sha1":"3761d0c21ad01769","rgb":[32,128,223],"session":20,"source":"pipeline","t_unix":1786453225.4035132,"uid":"p00664","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.480671,17.392365,33.742775]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,32,191],"session":20,"source":"pipeline","t_unix":1786453228.0574057,"uid":"p01122","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,191,255],"session":20,"source":"pipeline","t_unix":1786453231.6038516,"uid":"p01250","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.28045572916666667,"red":0.0,"white":0.7195442708333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 159)","median_raw":[25.256517,28.684335,29.658611],"median_spectrum_pct":[25.3061,25.3053,25.3043,25.3033,25.3023,25.8319,26.1576,26.3721,26.3434,26.724,29.7028,33.7139,34.6572,34.0733,32.8434,31.2605,29.7822,28.5315,27.5143,26.8981,26.3221,25.9898,25.7093,25.4894,25.461,25.5812,25.8647,26.2474,26.8162,27.5512,28.5149,29.7476,31.2539,32.7627,34.0655,35.0378],"phase":"gamut_dense","raster_sha1":"9e517b1aaafe906b","raw":[[25.260329,28.688819,29.658611],[25.256517,28.684335,29.662386],[25.243797,28.674242,29.633264]],"rgb":[96,191,159],"session":20,"source":"pipeline","spectrum_pct":[[25.3061,25.3053,25.3043,25.3033,25.3023,25.8161,26.1438,26.3721,26.3567,26.724,29.7035,33.726,34.6613,34.0831,32.8429,31.2605,29.7837,28.5396,27.5215,26.9049,26.3262,25.9914,25.7127,25.4956,25.461,25.5954,25.8833,26.2643,26.8276,27.5597,28.5503,29.7766,31.2893,32.7731,34.0655,35.0683],[25.3161,25.3153,25.3144,25.3134,25.3124,25.8319,26.1576,26.3749,26.3434,26.735,29.7028,33.7139,34.6572,34.0733,32.8452,31.2616,29.7822,28.5315,27.5143,26.8981,26.3221,25.9898,25.7093,25.4894,25.461,25.5812,25.8647,26.2474,26.8162,27.5512,28.5149,29.7476,31.2539,32.7627,34.0817,35.0378],[25.2924,25.2916,25.2907,25.2896,25.2887,25.8339,26.1608,26.3585,26.2961,26.6596,29.6521,33.7091,34.6392,34.0702,32.8434,31.259,29.7729,28.5219,27.5063,26.891,26.3104,25.9781,25.6978,25.4813,25.444,25.5668,25.8539,26.2405,26.8134,27.5315,28.504,29.7138,31.2214,32.7323,34.0359,35.0015]],"t_unix":1786453235.137647,"uid":"p00842","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.256517,28.684335,29.658611]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00737","ink_fraction":{"black":0.0,"blue":0.9338776041666667,"green":0.0,"red":0.0,"white":0.06612239583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 223)","median_spectrum_pct":[25.7852,25.7924,25.8006,25.81,25.8215,26.6316,27.4418,28.0388,27.7625,27.4069,27.1514,24.4773,20.578,16.7823,13.3684,10.5781,8.51922,7.07688,6.09435,5.47173,5.06071,4.85293,4.77262,4.80067,4.95961,5.27194,5.80247,6.57471,7.6742,9.16142,11.2435,14.0512,17.4958,21.2612,24.7573,27.7337],"phase":"gamut_dense","raster_sha1":"c5ea3b1dbd4db482","rgb":[64,96,223],"session":20,"source":"pipeline","t_unix":1786453282.59223,"uid":"p00736","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.353629,9.237621,29.025722]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01166","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.8985130208333333,"yellow":0.10148697916666667},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 159)","median_spectrum_pct":[32.5251,32.5239,32.5225,32.5209,32.5197,33.3834,33.9254,34.3227,34.4421,34.8203,36.8493,39.4696,40.3486,40.4387,40.0574,39.2006,38.2806,37.4282,36.6721,36.2732,35.7967,35.5929,35.4232,35.1887,35.0708,35.0616,35.1837,35.3121,35.4976,35.6818,35.9856,36.3997,36.9833,37.5753,38.001,38.3475],"phase":"gamut_dense","raster_sha1":"80482cb59bdb3a49","rgb":[255,191,159],"session":20,"source":"pipeline","t_unix":1786453284.939669,"uid":"p01247","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.839401,37.255832,37.956669]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 0, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,0,255],"session":20,"source":"pipeline","t_unix":1786453287.2659876,"uid":"p01115","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0006276041666666667,"blue":0.0006927083333333334,"green":0.0,"red":0.0,"white":0.9986796875,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 64, 223)","median_raw":[34.33168,37.303086,42.782464],"median_spectrum_pct":[37.0547,37.0554,37.0563,37.0574,37.0591,37.9467,38.5697,39.1774,39.5112,39.8454,41.0493,41.8512,41.517,40.9152,40.1334,39.1001,38.1053,37.2256,36.4462,36.0272,35.5072,35.1456,34.7882,34.4919,34.379,34.3997,34.5405,34.693,34.9009,35.1178,35.4367,35.883,36.506,37.1076,37.5734,37.9006],"phase":"gamut_dense","raster_sha1":"f41a8dd24e57cb90","raw":[[34.353007,37.321896,42.782464],[34.33168,37.303086,42.782807],[34.310406,37.283098,42.772556]],"rgb":[191,64,223],"session":20,"source":"pipeline","spectrum_pct":[[37.047,37.0478,37.0487,37.0497,37.0514,37.9315,38.5557,39.1672,39.5274,39.8723,41.0617,41.8436,41.517,40.9152,40.1355,39.1067,38.1183,37.2469,36.4712,36.054,35.5379,35.1781,34.8204,34.5235,34.4118,34.4306,34.573,34.7165,34.9264,35.1342,35.4598,35.8846,36.506,37.1076,37.5858,37.9003],[37.0622,37.063,37.0639,37.0649,37.0666,37.9467,38.5697,39.1796,39.5112,39.8454,41.0493,41.8512,41.5213,40.9178,40.1334,39.1001,38.1053,37.2256,36.4462,36.0272,35.5072,35.1456,34.7882,34.4919,34.379,34.3997,34.5405,34.693,34.9009,35.1178,35.4367,35.883,36.5127,37.1084,37.5574,37.9359],[37.0547,37.0554,37.0563,37.0574,37.0591,37.9531,38.5754,39.1774,39.5021,39.818,40.9938,41.8524,41.517,40.9049,40.1213,39.0874,38.0904,37.2068,36.4254,36.007,35.4811,35.1186,34.7604,34.4626,34.3464,34.37,34.5097,34.6609,34.8726,35.092,35.4032,35.8518,36.4447,37.0657,37.5734,37.9006]],"t_unix":1786453289.5693855,"uid":"p01051","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.33168,37.303086,42.782464]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01163","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.066546875,"yellow":0.933453125},"ink_index":null,"is_control":false,"label":"gamut (255, 191, 64)","median_spectrum_pct":[3.15617,3.14241,3.12661,3.10844,3.08747,3.08428,3.0731,3.06031,3.00084,3.42404,7.98597,19.1861,28.2844,34.4213,38.0046,39.1432,39.2035,38.9268,38.5308,38.413,38.2764,39.1039,40.3107,40.6266,40.5426,40.3516,40.1687,39.8747,39.6059,39.3516,39.1607,38.9942,39.0077,38.996,38.8837,38.7521],"phase":"gamut_dense","raster_sha1":"1e142d9df7e0b41e","rgb":[255,191,64],"session":20,"source":"pipeline","t_unix":1786453336.9671528,"uid":"p01244","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.100749,36.686616,6.375916]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00872","ink_fraction":{"black":0.0,"blue":0.5576614583333334,"green":0.0,"red":0.0,"white":0.44233854166666664,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 223)","median_spectrum_pct":[30.5857,30.5908,30.5967,30.6035,30.6121,31.6434,32.415,32.8032,32.544,32.4368,33.0431,31.8184,29.1903,26.3589,23.6022,21.1421,19.1967,17.7493,16.6759,15.9958,15.4557,15.1531,14.9854,14.9379,15.0502,15.314,15.7785,16.4289,17.3487,18.5716,20.2407,22.3706,24.9509,27.6775,30.0791,31.9895],"phase":"gamut_dense","raster_sha1":"25c4568916a8f56f","rgb":[128,32,223],"session":20,"source":"pipeline","t_unix":1786453339.2547483,"uid":"p00880","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[18.158972,19.284127,34.817653]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5317317708333333,"red":0.0,"white":0.46826822916666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 128)","median_raw":[17.530542,21.000833,19.769732],"median_spectrum_pct":[16.3625,16.361,16.3592,16.3572,16.3547,16.5049,16.67,16.8563,16.8109,17.2644,21.1548,26.9346,28.4347,27.6364,25.9149,23.8824,22.0776,20.6384,19.5325,18.8342,18.2599,17.9456,17.7239,17.5915,17.6319,17.8484,18.2627,18.8318,19.6596,20.7495,22.2239,24.0987,26.3402,28.719,30.7809,32.4194],"phase":"gamut_dense","raster_sha1":"c9a151a91994e7f5","raw":[[17.528121,20.996899,19.767647],[17.530542,21.000833,19.769732],[17.534886,21.005285,19.771119]],"rgb":[64,255,128],"session":20,"source":"pipeline","spectrum_pct":[[16.3625,16.361,16.3592,16.3572,16.3547,16.4955,16.6582,16.8458,16.8109,17.2659,21.1605,26.9379,28.422,27.6224,25.9074,23.8758,22.0757,20.6358,19.529,18.83,18.2513,17.9398,17.7235,17.5915,17.6319,17.846,18.2627,18.8318,19.652,20.7535,22.2442,24.0971,26.3286,28.7163,30.7832,32.4207],[16.3595,16.3579,16.3562,16.3541,16.3517,16.5049,16.67,16.8563,16.8001,17.2644,21.1548,26.9216,28.4347,27.6364,25.9149,23.8824,22.0776,20.6384,19.5325,18.8342,18.2599,17.9456,17.7239,17.591,17.6304,17.8484,18.2593,18.8292,19.6662,20.7495,22.2184,24.0987,26.3524,28.719,30.7809,32.4194],[16.3785,16.3769,16.3752,16.3731,16.3707,16.5202,16.6802,16.8599,16.8169,17.2187,21.1327,26.9346,28.4375,27.6418,25.9197,23.8898,22.0853,20.6434,19.5375,18.8364,18.2623,17.9513,17.7287,17.5998,17.6351,17.8542,18.2647,18.8369,19.6596,20.7464,22.2239,24.1023,26.3402,28.7203,30.7472,32.3944]],"t_unix":1786453341.5602665,"uid":"p00778","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.530542,21.000833,19.769732]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01110","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6679270833333333,"white":0.33207291666666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 96)","median_spectrum_pct":[8.79446,8.79331,8.79199,8.79047,8.7888,8.95352,9.04093,9.0627,8.99922,8.97706,9.65744,10.4695,10.6025,10.4937,10.266,9.94928,9.69344,9.54308,9.4735,9.57175,10.0661,13.9297,20.1118,22.7456,23.2136,23.2093,23.2365,23.4175,23.8846,24.6544,25.8017,27.2724,29.0396,30.8393,32.4042,33.5495],"phase":"gamut_dense","raster_sha1":"3bd93bd57fa2da3b","rgb":[255,0,96],"session":20,"source":"pipeline","t_unix":1786453388.9433262,"uid":"p01191","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.340056,12.349253,10.0087]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.362091,37.341086,42.826555],"median_spectrum_pct":[37.0884,37.0892,37.09,37.091,37.0929,38.0642,38.6953,39.2223,39.4768,39.8336,41.0216,41.8802,41.5747,40.9806,40.1891,39.1555,38.1536,37.2733,36.4858,36.0663,35.5407,35.1728,34.8133,34.5169,34.3959,34.4201,34.5682,34.7209,34.9271,35.1475,35.4661,35.9038,36.5228,37.1645,37.6117,37.9729],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.391864,37.3714,42.832552],[34.362091,37.341086,42.816094],[34.346584,37.325666,42.826555]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[37.11,37.1107,37.1116,37.1126,37.1144,38.0545,38.6822,39.2259,39.5035,39.8518,41.0216,41.9156,41.6001,40.9954,40.2208,39.1805,38.1765,37.2925,36.5128,36.0969,35.5777,35.2145,34.8507,34.5552,34.4381,34.4641,34.6081,34.7576,34.9734,35.1942,35.5083,35.9324,36.5509,37.1728,37.6499,37.9729],[37.0806,37.0813,37.0822,37.0831,37.085,38.0642,38.6953,39.221,39.4768,39.8068,41.013,41.8549,41.5747,40.9758,40.1891,39.1555,38.1536,37.2733,36.4858,36.0663,35.5407,35.1728,34.8133,34.5169,34.3959,34.4201,34.5682,34.7209,34.9271,35.1475,35.4661,35.9038,36.5228,37.1599,37.5953,37.9557],[37.0884,37.0892,37.09,37.091,37.0929,38.0789,38.7113,39.2223,39.4717,39.8336,41.0271,41.8802,41.5686,40.9806,40.1875,39.1442,38.1421,37.2481,36.4646,36.0414,35.5145,35.1478,34.7862,34.4936,34.3795,34.3991,34.5447,34.701,34.9141,35.1191,35.4507,35.8709,36.5178,37.1645,37.6117,37.9858]],"t_unix":1786453388.9456832,"uid":"p01419","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.362091,37.341086,42.826555]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.427682,1.142953,2.334188],"median_spectrum_pct":[2.50377,2.50447,2.50527,2.50618,2.50706,2.43017,2.3604,2.27854,2.13119,1.94898,1.80929,1.70584,1.58523,1.38294,1.18133,1.00452,0.875671,0.798113,0.755615,0.735855,0.762507,0.995786,1.26099,1.3808,1.50538,1.70926,2.06348,2.63517,3.54772,4.95585,7.07383,9.96479,13.6326,17.6623,21.3392,24.5752],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.426298,1.141616,2.331154],[1.428112,1.1439,2.334188],[1.427682,1.142953,2.335229]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[2.50377,2.50447,2.50527,2.50618,2.50706,2.42483,2.35115,2.27428,2.13119,1.94775,1.81947,1.68191,1.57508,1.38294,1.18133,1.00153,0.876201,0.798113,0.753461,0.735855,0.763687,0.995694,1.25824,1.37785,1.50538,1.70841,2.06348,2.63517,3.5533,4.95585,7.08399,9.96983,13.6605,17.6945,21.4559,24.636],[2.49073,2.49141,2.49219,2.49308,2.49396,2.43017,2.3604,2.27854,2.14224,1.95283,1.78067,1.70584,1.58604,1.39552,1.18713,1.00609,0.873359,0.798013,0.755615,0.735034,0.762377,0.995786,1.26099,1.3808,1.5105,1.71461,2.06815,2.63817,3.54772,4.96457,7.07383,9.96479,13.6326,17.6623,21.3392,24.5752],[2.51352,2.51422,2.51502,2.51595,2.51683,2.43341,2.3613,2.28711,2.11502,1.94898,1.80929,1.71419,1.58523,1.37864,1.17547,1.00452,0.875671,0.80029,0.75598,0.73769,0.762507,0.996853,1.26286,1.38481,1.50518,1.70926,2.06096,2.62746,3.54261,4.95266,7.0552,9.92372,13.5892,17.6155,21.3217,24.4798]],"t_unix":1786453434.1453648,"uid":"p01420","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.427682,1.142953,2.334188]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.514567,12.116214,17.605872],"median_spectrum_pct":[15.9485,15.9505,15.9529,15.9556,15.9587,16.1817,16.3257,16.3837,16.2586,16.1557,16.4014,16.2546,15.516,14.6545,13.7464,12.8579,12.099,11.4924,11.0232,10.748,10.5365,10.6108,10.7475,10.7775,10.8789,11.1113,11.5292,12.155,13.0742,14.377,16.1994,18.6429,21.5778,24.6664,27.403,29.6934],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.518243,12.121235,17.607655],[11.514567,12.116214,17.605872],[11.51328,12.115471,17.598273]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[15.951,15.953,15.9554,15.9581,15.9612,16.1684,16.3094,16.3763,16.2605,16.2108,16.4014,16.2546,15.5226,14.6556,13.7464,12.8623,12.1035,11.497,11.0277,10.7497,10.5413,10.6143,10.7492,10.7798,10.8817,11.1178,11.5367,12.1659,13.0852,14.3931,16.2235,18.6629,21.6166,24.729,27.4624,29.7052],[15.9413,15.9434,15.9457,15.9484,15.9515,16.1817,16.3257,16.3881,16.2586,16.1557,16.4055,16.2674,15.516,14.6404,13.7425,12.8565,12.099,11.4924,11.0232,10.7456,10.5365,10.6108,10.7464,10.7775,10.8789,11.1103,11.5292,12.155,13.0742,14.377,16.1994,18.6429,21.5778,24.6664,27.403,29.6934],[15.9485,15.9505,15.9529,15.9556,15.9587,16.1876,16.3326,16.3837,16.2393,16.1535,16.3572,16.2489,15.5012,14.6545,13.7485,12.8579,12.0987,11.4912,11.0229,10.748,10.5364,10.6082,10.7475,10.7753,10.8781,11.1113,11.5285,12.1547,13.0725,14.3747,16.1938,18.6146,21.5252,24.5777,27.3339,29.6548]],"t_unix":1786453479.216142,"uid":"p01421","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.514567,12.116214,17.605872]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00851","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2604192708333333,"red":0.0,"white":0.7395807291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 159)","median_spectrum_pct":[26.0147,26.014,26.0133,26.0124,26.0114,26.4688,26.8524,27.2795,27.4063,27.89,30.7208,34.2816,35.0307,34.4123,33.1842,31.6192,30.1577,28.9477,27.978,27.3984,26.8402,26.5345,26.2809,26.0629,26.014,26.1315,26.4429,26.8435,27.4108,28.1162,29.0837,30.2984,31.7984,33.2885,34.5797,35.5941],"phase":"gamut_dense","raster_sha1":"2bff2cb32ee4cbe4","rgb":[64,255,159],"session":20,"source":"pipeline","t_unix":1786453526.6376398,"uid":"p00779","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.81672,29.163706,30.590465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[159,255,191],"session":20,"source":"pipeline","t_unix":1786453528.9465542,"uid":"p01023","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.33234114583333335,"red":0.0,"white":0.0,"yellow":0.6676588541666667},"ink_index":null,"is_control":false,"label":"gamut (128, 159, 32)","median_raw":[22.938035,28.197266,5.044272],"median_spectrum_pct":[2.14787,2.13706,2.12466,2.11039,2.09385,2.02205,1.97945,1.97531,1.92651,2.38869,7.26826,18.1226,25.5639,29.6769,31.4343,31.3174,30.531,29.6673,28.9048,28.508,28.1963,28.5907,29.1661,29.2488,29.212,29.2411,29.3952,29.565,29.8839,30.3315,30.9651,31.8223,32.93,34.0419,34.9483,35.6212],"phase":"gamut_dense","raster_sha1":"779c482606afc650","raw":[[23.089761,28.384506,5.05151],[22.938035,28.197266,5.030749],[22.914424,28.165662,5.044272]],"rgb":[128,159,32],"session":20,"source":"pipeline","spectrum_pct":[[2.14787,2.13706,2.12466,2.11039,2.09385,2.03679,1.99399,1.97574,1.92651,2.38869,7.24674,18.1747,25.7097,29.8675,31.6396,31.5304,30.7408,29.8742,29.1053,28.707,28.3987,28.7854,29.3589,29.4358,29.398,29.4325,29.5844,29.7485,30.0539,30.5008,31.1423,31.9829,33.0814,34.1611,35.0831,35.7907],[2.14238,2.13165,2.11934,2.10517,2.08874,2.01866,1.97661,1.96834,1.91299,2.38706,7.26826,18.1226,25.5639,29.6769,31.4343,31.3174,30.531,29.6673,28.9048,28.508,28.1963,28.5907,29.1661,29.2488,29.212,29.2411,29.3952,29.565,29.8839,30.3315,30.9651,31.8223,32.93,34.0419,34.9483,35.5777],[2.15549,2.14478,2.13249,2.11836,2.10194,2.02205,1.97945,1.97531,1.92911,2.43362,7.28915,18.1204,25.5589,29.6515,31.4017,31.2812,30.4904,29.6291,28.8651,28.4665,28.1569,28.5517,29.1369,29.2217,29.1833,29.2161,29.3706,29.5324,29.849,30.3064,30.9462,31.7905,32.8964,33.9695,34.9039,35.6212]],"t_unix":1786453531.2483628,"uid":"p00910","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.938035,28.197266,5.044272]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5191484375,"blue":0.0,"green":0.0,"red":0.3252786458333333,"white":0.1329296875,"yellow":0.022643229166666667},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 32)","median_raw":[6.079721,5.243692,5.241025],"median_spectrum_pct":[4.85125,4.85129,4.85134,4.85139,4.85134,4.84963,4.84165,4.83108,4.75785,4.68013,4.8231,5.05111,5.00798,4.82448,4.60738,4.35188,4.15456,4.0315,3.9588,3.98069,4.18461,5.73217,8.02272,8.91969,9.1175,9.26051,9.52444,9.98792,10.8035,12.0376,13.8895,16.337,19.3804,22.6047,25.555,27.9852],"phase":"gamut_dense","raster_sha1":"0f6098528b0e8285","raw":[[6.079623,5.243692,5.232144],[6.079721,5.241361,5.241025],[6.084135,5.24541,5.246392]],"rgb":[96,64,32],"session":20,"source":"pipeline","spectrum_pct":[[4.84333,4.84337,4.8434,4.84344,4.84339,4.84341,4.8375,4.83108,4.75785,4.64155,4.81925,5.05111,5.00798,4.83255,4.60738,4.35188,4.15456,4.03255,3.96234,3.98069,4.18399,5.73047,8.0225,8.91969,9.1175,9.25621,9.52229,9.98792,10.8035,12.0356,13.8895,16.3623,19.4035,22.6298,25.6151,28.0364],[4.85125,4.85129,4.85134,4.85139,4.85134,4.84963,4.84165,4.83107,4.75747,4.683,4.8231,5.06975,5.00824,4.82163,4.60374,4.347,4.14671,4.02584,3.95449,3.98209,4.18757,5.73217,8.02272,8.91291,9.11452,9.26051,9.52444,9.98623,10.7945,12.0376,13.8691,16.3355,19.3594,22.6047,25.555,27.9852],[4.8538,4.85384,4.85388,4.85393,4.85388,4.85344,4.84706,4.83592,4.7784,4.68013,4.82678,5.04969,5.00267,4.82448,4.60984,4.35984,4.1566,4.0315,3.9588,3.97831,4.18461,5.73653,8.02911,8.92058,9.11974,9.26649,9.52526,9.99284,10.8081,12.0515,13.8928,16.337,19.3804,22.6014,25.5535,27.9844]],"t_unix":1786453578.653435,"uid":"p00802","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.079721,5.243692,5.241025]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.03619010416666667,"green":0.0,"red":0.0,"white":0.9638098958333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 255)","median_raw":[33.335594,36.182349,42.236262],"median_spectrum_pct":[36.6124,36.6134,36.6146,36.616,36.6181,37.5351,38.1573,38.6994,38.9458,39.3412,40.5227,41.2092,40.7508,40.0146,39.1052,37.9699,36.9077,35.9884,35.1945,34.7689,34.2564,33.9323,33.6036,33.3265,33.2265,33.2695,33.4401,33.6221,33.8779,34.1658,34.5724,35.1288,35.8784,36.6103,37.2272,37.6708],"phase":"gamut_dense","raster_sha1":"e995050f87becc83","raw":[[33.394492,36.237283,42.240938],[33.328437,36.172957,42.205727],[33.335594,36.182349,42.236262]],"rgb":[191,159,255],"session":20,"source":"pipeline","spectrum_pct":[[36.5948,36.5958,36.5969,36.5982,36.6003,37.5213,38.1507,38.7063,38.9908,39.3847,40.5443,41.2194,40.7508,40.021,39.1245,38.0056,36.9523,36.0441,35.2612,34.8428,34.3386,34.012,33.6889,33.4149,33.3118,33.3521,33.5167,33.6989,33.9492,34.2439,34.6343,35.1734,35.904,36.6531,37.2642,37.6708],[36.6124,36.6134,36.6146,36.616,36.6181,37.5351,38.1573,38.6766,38.9295,39.307,40.4718,41.1551,40.7328,39.9868,39.0893,37.9589,36.9022,35.9813,35.1921,34.7651,34.254,33.9266,33.6019,33.3265,33.2265,33.2695,33.4334,33.6101,33.8741,34.1614,34.5669,35.1204,35.8617,36.6103,37.2023,37.6701],[36.6347,36.6357,36.6369,36.6383,36.6405,37.5625,38.1851,38.6994,38.9458,39.3412,40.5227,41.2092,40.7564,40.0146,39.1052,37.9699,36.9077,35.9884,35.1945,34.7689,34.2564,33.9323,33.6036,33.3248,33.2248,33.2688,33.4401,33.6221,33.8779,34.1658,34.5724,35.1288,35.8784,36.61,37.2272,37.6718]],"t_unix":1786453626.1225479,"uid":"p01079","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[33.335594,36.182349,42.236262]} +{"battery_mv":0,"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.11659375,"blue":0.17941145833333333,"green":0.0,"red":0.0,"white":0.7039947916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 191)","median_raw":[23.417672,25.232521,34.089565],"median_spectrum_pct":[29.9082,29.9108,29.9138,29.9172,29.9217,30.6471,31.1543,31.5488,31.5806,31.7035,32.4555,32.4251,31.2634,29.8484,28.3664,26.8585,25.5595,24.5226,23.705,23.2249,22.7646,22.5092,22.3222,22.1799,22.1993,22.3717,22.7168,23.1816,23.8393,24.7031,25.8856,27.3917,29.2282,31.1292,32.7826,34.1369],"phase":"gamut_dense","raster_sha1":"5ae9fb1a56abaa2a","raw":[[23.417672,25.232521,34.079755],[23.418429,25.234177,34.105931],[23.412629,25.230029,34.089565]],"rgb":[159,128,191],"session":20,"source":"pipeline","spectrum_pct":[[29.9024,29.905,29.908,29.9114,29.9158,30.6251,31.1334,31.5336,31.5806,31.7035,32.4554,32.4251,31.2611,29.8403,28.3641,26.8525,25.5595,24.5226,23.705,23.227,22.7666,22.5156,22.326,22.1872,22.2069,22.3732,22.726,23.1952,23.8528,24.7106,25.8856,27.3917,29.2282,31.1292,32.7826,34.1353],[29.9226,29.9252,29.9282,29.9317,29.9361,30.6471,31.1543,31.5488,31.602,31.7246,32.52,32.4757,31.2634,29.8484,28.3705,26.8585,25.5585,24.5211,23.7019,23.2249,22.7646,22.5092,22.3222,22.1799,22.1993,22.3717,22.7168,23.1816,23.839,24.7031,25.8878,27.3969,29.2336,31.132,32.7958,34.1412],[29.9082,29.9108,29.9138,29.9172,29.9217,30.6673,31.1772,31.5531,31.578,31.6578,32.4555,32.4166,31.2705,29.8491,28.3664,26.8587,25.564,24.5263,23.7059,23.2222,22.7602,22.5036,22.3146,22.1715,22.1896,22.3578,22.7061,23.1744,23.8393,24.7016,25.8777,27.3906,29.1976,31.0937,32.7786,34.1369]],"t_unix":1786453677.6234288,"uid":"p00987","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[23.417672,25.232521,34.089565]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 191, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,191,255],"session":20,"source":"pipeline","t_unix":1786453726.4087684,"uid":"p01169","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 255)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[191,191,255],"session":20,"source":"pipeline","t_unix":1786453728.7186062,"uid":"p01088","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.6300182291666667,"green":0.0,"red":0.0,"white":0.36998177083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 191)","median_raw":[16.080365,16.93312,33.429947],"median_spectrum_pct":[29.5038,29.5094,29.516,29.5234,29.5327,30.379,31.0821,31.5762,31.4169,31.322,31.7052,30.1447,27.2093,24.139,21.2287,18.6805,16.7048,15.24,14.1823,13.5274,13.0167,12.7368,12.5801,12.5384,12.6515,12.9328,13.4299,14.1342,15.1138,16.4047,18.1631,20.4159,23.1884,26.0812,28.7308,30.8875],"phase":"gamut_dense","raster_sha1":"2715e6236fec8d27","raw":[[16.06663,16.91885,33.397284],[16.080365,16.93312,33.429947],[16.086799,16.940529,33.440113]],"rgb":[96,128,191],"session":20,"source":"pipeline","spectrum_pct":[[29.4636,29.4692,29.4757,29.4832,29.4924,30.3376,31.0428,31.5469,31.4074,31.2828,31.7052,30.1243,27.1907,24.1201,21.2063,18.661,16.6876,15.2281,14.1722,13.5185,13.0091,12.7278,12.5703,12.5273,12.6407,12.9219,13.4207,14.128,15.1012,16.389,18.1419,20.4046,23.1927,26.0735,28.7361,30.9147],[29.5038,29.5094,29.516,29.5234,29.5327,30.379,31.0821,31.5762,31.4169,31.322,31.728,30.1582,27.2093,24.139,21.2287,18.6805,16.7048,15.24,14.1823,13.5274,13.0167,12.7368,12.5801,12.5384,12.6528,12.9328,13.4299,14.1342,15.1138,16.4047,18.1631,20.4159,23.1884,26.0812,28.7308,30.8712],[29.5137,29.5193,29.5259,29.5333,29.5426,30.3979,31.1052,31.587,31.4259,31.3392,31.6936,30.1447,27.2211,24.1488,21.2383,18.6919,16.7131,15.252,14.192,13.5372,13.027,12.7425,12.5844,12.5398,12.6515,12.9341,13.4338,14.1366,15.116,16.408,18.1716,20.42,23.1805,26.1157,28.7262,30.8875]],"t_unix":1786453731.036424,"uid":"p00825","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.080365,16.93312,33.429947]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00590","ink_fraction":{"black":0.17322135416666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.8267786458333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 159)","median_spectrum_pct":[29.6395,29.6409,29.6426,29.6445,29.6469,30.2901,30.8135,31.3723,31.5698,31.7269,32.4166,32.6584,32.0444,31.2456,30.3526,29.3195,28.3663,27.5535,26.869,26.48,26.0626,25.8697,25.7224,25.5626,25.5442,25.6618,25.9388,26.2884,26.8245,27.5078,28.4718,29.7186,31.2683,32.7883,34.1536,35.2328],"phase":"gamut_dense","raster_sha1":"fd12d625ccd5c7f4","rgb":[64,159,159],"session":20,"source":"pipeline","t_unix":1786453779.4872448,"uid":"p00752","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.871371,27.901141,34.027372]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 32, 32)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[191,32,32],"session":20,"source":"pipeline","t_unix":1786453783.0652757,"uid":"p01036","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 0)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,255,0],"session":20,"source":"pipeline","t_unix":1786453786.5187206,"uid":"p00774","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.16727604166666668,"blue":0.13581770833333334,"green":0.0,"red":0.0,"white":0.69690625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 96, 191)","median_raw":[22.483243,24.189242,32.344569],"median_spectrum_pct":[28.4075,28.41,28.4128,28.416,28.4199,28.9888,29.4453,29.906,30.0171,30.1586,30.841,30.7625,29.6518,28.3721,27.0548,25.6873,24.5013,23.5372,22.7683,22.3195,21.8926,21.6892,21.5552,21.4353,21.4621,21.6281,21.9827,22.4732,23.1654,24.0535,25.2818,26.8527,28.7599,30.731,32.485,33.7975],"phase":"gamut_dense","raster_sha1":"62ccc0ec32b81bf8","raw":[[22.597052,24.312115,32.433125],[22.483243,24.189242,32.334691],[22.482569,24.188906,32.344569]],"rgb":[159,96,191],"session":20,"source":"pipeline","spectrum_pct":[[28.5041,28.5065,28.5092,28.5123,28.5164,29.2471,29.7071,30.003,29.9931,30.0811,30.8149,30.7909,29.7642,28.513,27.1994,25.8277,24.6408,23.6682,22.8914,22.4452,22.015,21.8117,21.6768,21.5601,21.5817,21.7482,22.1002,22.5883,23.2715,24.1576,25.3912,26.965,28.8868,30.8429,32.5609,33.8768],[28.4075,28.41,28.4128,28.416,28.4199,28.9794,29.4345,29.8993,30.0171,30.1586,30.841,30.7512,29.6414,28.3651,27.0548,25.6873,24.5013,23.5372,22.7683,22.3181,21.8926,21.6892,21.5552,21.4353,21.4621,21.6281,21.9827,22.4732,23.1654,24.0535,25.2811,26.8412,28.7474,30.7151,32.4323,33.7646],[28.4062,28.4087,28.4115,28.4147,28.4186,28.9888,29.4453,29.906,30.0241,30.1727,30.8581,30.7625,29.6518,28.3721,27.0546,25.6834,24.499,23.5363,22.7652,22.3195,21.8925,21.688,21.5513,21.4299,21.4564,21.6255,21.9796,22.4633,23.1481,24.0441,25.2818,26.8527,28.7599,30.731,32.485,33.7975]],"t_unix":1786453789.995068,"uid":"p00978","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.483243,24.189242,32.344569]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.620890625,"blue":0.32110677083333333,"green":0.0,"red":0.0,"white":0.058002604166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 96)","median_raw":[4.571308,4.448287,10.805722],"median_spectrum_pct":[9.96268,9.9652,9.96809,9.97141,9.9752,10.0939,10.2345,10.3514,10.1765,9.9605,9.90354,9.24917,8.1174,6.92931,5.7968,4.82975,4.09897,3.5777,3.2195,3.0027,2.88637,3.00317,3.20245,3.31552,3.47253,3.74276,4.18442,4.85923,5.86942,7.3433,9.45437,12.2686,15.7809,19.5413,23.0992,26.0993],"phase":"gamut_dense","raster_sha1":"ad59ce569776b1e8","raw":[[4.562705,4.440322,10.776589],[4.571308,4.448287,10.805722],[4.582449,4.459226,10.844413]],"rgb":[32,64,96],"session":20,"source":"pipeline","spectrum_pct":[[9.953,9.95552,9.95843,9.96176,9.96553,10.063,10.1999,10.3162,10.1463,9.91916,9.90354,9.22416,8.10275,6.91244,5.78124,4.81816,4.0903,3.57231,3.21347,2.99962,2.88361,3.00012,3.19934,3.3121,3.46541,3.73509,4.17898,4.85757,5.86942,7.34133,9.45884,12.2868,15.7976,19.5652,23.1108,26.1103],[9.96268,9.9652,9.96809,9.97141,9.9752,10.0939,10.2345,10.3514,10.1765,9.9605,9.8856,9.24917,8.1174,6.92931,5.7968,4.82975,4.09897,3.5777,3.2195,3.0027,2.88637,3.00317,3.20245,3.31552,3.47253,3.74276,4.18442,4.85923,5.86942,7.3433,9.45437,12.2679,15.7708,19.5286,23.0985,26.0483],[9.98409,9.98661,9.9895,9.99283,9.99663,10.1197,10.2568,10.3753,10.2098,10.0396,9.94587,9.28099,8.14436,6.94629,5.81315,4.8356,4.10652,3.58796,3.22483,3.00732,2.89418,3.00971,3.20659,3.32271,3.47909,3.74683,4.18923,4.86963,5.88166,7.35233,9.45383,12.2686,15.7809,19.5413,23.0992,26.0993]],"t_unix":1786453838.65303,"uid":"p00642","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[4.571308,4.448287,10.805722]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 255, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[64,255,191],"session":20,"source":"pipeline","t_unix":1786453887.2345734,"uid":"p00780","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,0,255],"session":20,"source":"pipeline","t_unix":1786453890.7905245,"uid":"p00629","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01192","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.44235416666666666,"white":0.5576458333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 128)","median_spectrum_pct":[16.4226,16.422,16.4212,16.4203,16.4193,16.6799,16.8612,17.0388,17.0636,17.1881,18.1808,19.1439,19.1901,18.9332,18.5398,18.026,17.5523,17.166,16.8852,16.8483,17.1258,20.0487,24.5718,26.3981,26.7309,26.8016,26.9689,27.2079,27.6653,28.3174,29.2112,30.3503,31.7246,33.0865,34.2429,35.0879],"phase":"gamut_dense","raster_sha1":"de26fdfa32fb45ac","rgb":[255,32,128],"session":20,"source":"pipeline","t_unix":1786453894.1961782,"uid":"p01201","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.010892,19.333962,18.763855]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 255, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[159,255,223],"session":20,"source":"pipeline","t_unix":1786453897.6751885,"uid":"p01024","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_black","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 0, 64)","median_spectrum_pct":[2.5217,2.52241,2.52322,2.52416,2.52503,2.437,2.36296,2.28417,2.16726,2.04034,1.94103,1.7827,1.60551,1.39978,1.18823,1.00421,0.875595,0.797498,0.747432,0.734168,0.766298,1.01067,1.29033,1.41464,1.53823,1.75268,2.11169,2.68328,3.6051,5.03195,7.16856,10.0987,13.8071,17.8342,21.581,24.7471],"phase":"gamut_dense","raster_sha1":"1daca356a8f94d5f","rgb":[64,0,64],"session":20,"source":"pipeline","t_unix":1786453900.911393,"uid":"p00704","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.448705,1.156518,2.374647]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0013072916666666667,"blue":0.0,"green":0.0,"red":0.665921875,"white":0.33277083333333335,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 96)","median_raw":[14.163989,12.094225,9.687837],"median_spectrum_pct":[8.53655,8.53542,8.53413,8.53264,8.53091,8.64057,8.71356,8.76903,8.72971,8.67922,9.39205,10.1556,10.2521,10.1447,9.93535,9.64307,9.38922,9.23357,9.16137,9.27154,9.79269,13.7212,20.0074,22.6927,23.1705,23.1885,23.2542,23.4709,23.9583,24.7337,25.8325,27.243,28.9671,30.717,32.233,33.359],"phase":"gamut_dense","raster_sha1":"a37636322d4de6c2","raw":[[14.164826,12.095929,9.702368],[14.163989,12.094225,9.687837],[14.163091,12.09101,9.670998]],"rgb":[159,64,96],"session":20,"source":"pipeline","spectrum_pct":[[8.53655,8.53542,8.53413,8.53264,8.53091,8.63749,8.71179,8.76859,8.74408,8.74834,9.43293,10.1556,10.2521,10.1482,9.93418,9.64066,9.3906,9.24156,9.16611,9.27373,9.79576,13.7195,19.9971,22.6816,23.1667,23.1872,23.2539,23.469,23.9615,24.7384,25.8332,27.2493,28.9752,30.7566,32.2721,33.3945],[8.53683,8.5357,8.53441,8.53292,8.53119,8.64205,8.71356,8.77162,8.72971,8.67922,9.39205,10.1579,10.2518,10.1447,9.93712,9.64376,9.38796,9.23357,9.16137,9.27154,9.79269,13.7212,20.0074,22.6927,23.1705,23.1885,23.2542,23.4709,23.9583,24.7337,25.8289,27.2423,28.9671,30.7161,32.233,33.359],[8.52086,8.51972,8.51841,8.51691,8.51519,8.64057,8.71746,8.76903,8.71983,8.64448,9.33459,10.0823,10.2532,10.1417,9.93535,9.64307,9.38922,9.23348,9.15779,9.26603,9.78776,13.7228,20.011,22.6983,23.1762,23.1997,23.2629,23.4763,23.9572,24.7253,25.8325,27.243,28.9593,30.717,32.2294,33.3274]],"t_unix":1786453903.2196128,"uid":"p00966","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.163989,12.094225,9.687837]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00962","ink_fraction":{"black":0.0,"blue":0.305984375,"green":0.0,"red":0.0,"white":0.694015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 255)","median_spectrum_pct":[33.5598,33.5631,33.5669,33.5713,33.5771,34.5346,35.2867,35.8757,35.9072,36.0745,36.9701,36.5802,34.9093,32.9664,30.9757,29.0197,27.3697,26.0745,25.0727,24.468,23.9089,23.5667,23.3034,23.1464,23.1734,23.3672,23.7308,24.2211,24.8987,25.7347,26.8828,28.3279,30.112,31.888,33.4924,34.7672],"phase":"gamut_dense","raster_sha1":"725591891c54aa03","rgb":[159,64,255],"session":20,"source":"pipeline","t_unix":1786453951.3174741,"uid":"p00971","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.069929,27.047387,38.604197]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.68965625,"red":0.0,"white":0.0,"yellow":0.31034375},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 0)","median_raw":[13.265793,17.468445,5.521391],"median_spectrum_pct":[3.10544,3.0995,3.09269,3.08486,3.0756,2.95883,2.9144,2.91226,2.79542,3.26345,8.09673,17.4265,21.9771,23.0457,22.3103,20.6735,19.0305,17.6836,16.6498,16.0136,15.5611,15.5624,15.7061,15.7062,15.7769,15.995,16.3956,16.9588,17.7869,18.9396,20.4976,22.481,24.9044,27.4043,29.6645,31.4948],"phase":"gamut_dense","raster_sha1":"446ed4067e31b45d","raw":[[13.265167,17.468445,5.519525],[13.265793,17.466794,5.521391],[13.271749,17.473581,5.528081]],"rgb":[96,255,0],"session":20,"source":"pipeline","spectrum_pct":[[3.09629,3.09035,3.08354,3.07569,3.06644,2.95372,2.90754,2.9039,2.79239,3.26416,8.09673,17.4265,21.9755,23.0434,22.3103,20.6735,19.0305,17.6836,16.6499,16.0137,15.562,15.5624,15.7039,15.7058,15.7723,15.9916,16.3907,16.9545,17.7869,18.9396,20.4976,22.4905,24.8939,27.4003,29.6777,31.5047],[3.10544,3.0995,3.09269,3.08486,3.0756,2.95883,2.9144,2.91226,2.79542,3.26345,8.06716,17.4234,21.9771,23.0457,22.3054,20.6702,19.0293,17.6798,16.6474,16.0107,15.5607,15.5613,15.7061,15.7062,15.7769,15.995,16.3956,16.9588,17.7844,18.9339,20.4867,22.481,24.9044,27.4043,29.6471,31.4755],[3.11588,3.10995,3.10315,3.09532,3.08606,2.96497,2.92064,2.91663,2.80146,3.24258,8.10461,17.45,21.9828,23.0529,22.3149,20.6808,19.0366,17.6847,16.6498,16.0136,15.5611,15.5634,15.7152,15.7163,15.7879,16.0062,16.4073,16.9653,17.7944,18.9413,20.5008,22.4729,24.9094,27.4242,29.6645,31.4948]],"t_unix":1786453954.3657243,"uid":"p00855","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[13.265793,17.468445,5.521391]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.443109375,"white":0.556890625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 64, 128)","median_raw":[19.73778,19.036053,18.596649],"median_spectrum_pct":[16.278,16.2774,16.2766,16.2758,16.275,16.6144,16.8048,16.9114,16.8973,16.9984,17.9318,18.8149,18.8701,18.6063,18.2246,17.714,17.2569,16.8906,16.6189,16.592,16.87,19.7712,24.2508,26.0346,26.3394,26.3912,26.5299,26.7678,27.2321,27.893,28.8117,29.9735,31.4145,32.8238,34.0076,34.8885],"phase":"gamut_dense","raster_sha1":"73679587a3cceb46","raw":[[19.741477,19.041886,18.607633],[19.73778,19.036053,18.595851],[19.734318,19.03084,18.596649]],"rgb":[255,64,128],"session":20,"source":"pipeline","spectrum_pct":[[16.28,16.2793,16.2786,16.2778,16.2769,16.6021,16.7988,16.9066,16.907,17.0449,17.9612,18.8321,18.8767,18.6187,18.2329,17.7192,17.2569,16.8956,16.6265,16.5986,16.8748,19.7712,24.2508,26.0359,26.3431,26.3991,26.5355,26.7678,27.2321,27.893,28.8117,29.9778,31.4172,32.8238,34.05,34.8885],[16.278,16.2774,16.2766,16.2758,16.275,16.6144,16.8048,16.9114,16.8973,16.9837,17.9244,18.8149,18.8701,18.6057,18.2246,17.714,17.2572,16.8906,16.6189,16.592,16.87,19.7725,24.2519,26.0341,26.3394,26.3912,26.5299,26.7708,27.2371,27.8992,28.8133,29.9735,31.4145,32.8287,34.0076,34.9152],[16.272,16.2714,16.2706,16.2698,16.269,16.6186,16.8119,16.9151,16.8882,16.9984,17.9318,18.7806,18.8543,18.6063,18.2199,17.7101,17.2534,16.8855,16.6144,16.5855,16.8634,19.7646,24.2479,26.0346,26.3337,26.3866,26.5261,26.765,27.2321,27.8902,28.7965,29.9664,31.398,32.7984,33.9844,34.8878]],"t_unix":1786454003.0351624,"uid":"p01210","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.73778,19.036053,18.596649]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00633","ink_fraction":{"black":0.30886458333333333,"blue":0.6911354166666667,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 96)","median_spectrum_pct":[16.6262,16.6311,16.6367,16.6431,16.6508,17.0366,17.4324,17.6685,17.3935,17.0871,16.8621,15.2274,12.8435,10.4116,8.16927,6.31883,4.9452,3.98949,3.33643,2.93021,2.68448,2.6586,2.73639,2.82008,2.99447,3.28986,3.77609,4.50289,5.55843,7.08625,9.25677,12.1616,15.7395,19.664,23.3316,26.421],"phase":"gamut_dense","raster_sha1":"e404820f013de2ea","rgb":[32,0,96],"session":20,"source":"pipeline","t_unix":1786454051.868161,"uid":"p00624","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.720432,5.496898,18.286421]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 128, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,128,223],"session":20,"source":"pipeline","t_unix":1786454055.426631,"uid":"p01150","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"battery_mv":0,"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.637986,37.611751,42.830306],"median_spectrum_pct":[37.124,37.1247,37.1254,37.1262,37.128,38.2097,38.8368,39.236,39.3897,39.6976,40.9171,41.8318,41.658,41.122,40.3817,39.3811,38.4123,37.5512,36.7873,36.3909,35.8924,35.5603,35.2197,34.9179,34.7937,34.7977,34.9232,35.0503,35.2281,35.4149,35.7034,36.0967,36.6826,37.2451,37.6975,37.9874],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.655064,37.628616,42.830306],[34.637986,37.611751,42.836361],[34.444209,37.401533,42.682487]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[37.124,37.1247,37.1254,37.1262,37.128,38.2097,38.8368,39.239,39.3897,39.6768,40.9171,41.8637,41.6588,41.1235,40.3935,39.3933,38.4201,37.5688,36.8101,36.4119,35.9105,35.5791,35.2462,34.9479,34.8257,34.8301,34.955,35.0759,35.2599,35.4476,35.7291,36.1275,36.7025,37.2756,37.7093,37.9874],[37.1328,37.1335,37.1342,37.135,37.1368,38.2308,38.8524,39.236,39.389,39.6976,40.9143,41.8318,41.658,41.122,40.3817,39.3811,38.4123,37.5512,36.7873,36.3909,35.8924,35.5603,35.2197,34.9179,34.7937,34.7977,34.9232,35.0503,35.2281,35.4149,35.7034,36.0967,36.6826,37.2451,37.6975,37.9878],[36.9851,36.9858,36.9867,36.9876,36.9892,37.8562,38.4704,39.084,39.4128,39.7551,40.9232,41.7607,41.4691,40.8918,40.1487,39.145,38.1781,37.3238,36.5702,36.1754,35.6742,35.3435,35.0047,34.7014,34.5794,34.5918,34.7205,34.8538,35.0502,35.2445,35.5362,35.9348,36.5521,37.1222,37.5862,37.8607]],"t_unix":1786454055.4303436,"uid":"p01422","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.637986,37.611751,42.830306]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.41075,1.130623,2.282936],"median_spectrum_pct":[2.45657,2.45723,2.458,2.45887,2.45974,2.39989,2.33092,2.25364,2.08524,1.86103,1.74069,1.69401,1.55696,1.36789,1.17233,0.995374,0.869011,0.792861,0.747073,0.731397,0.761819,0.98802,1.25082,1.36843,1.48822,1.69356,2.04587,2.617,3.52542,4.92993,7.03896,9.93112,13.5707,17.5503,21.3341,24.4896],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.407314,1.127976,2.273095],[1.415777,1.13484,2.303362],[1.41075,1.130623,2.282936]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[2.43378,2.43443,2.43518,2.43604,2.43691,2.38645,2.32008,2.24401,2.05503,1.84208,1.74069,1.69401,1.5522,1.36294,1.1657,0.988659,0.863959,0.790608,0.744662,0.730608,0.759429,0.986364,1.24855,1.36612,1.48456,1.69086,2.04409,2.617,3.52542,4.9307,7.04797,9.93565,13.5884,17.6046,21.3783,24.4896],[2.45657,2.45723,2.458,2.45887,2.45974,2.39989,2.33092,2.25569,2.10071,1.91815,1.75417,1.72965,1.56564,1.36789,1.17233,0.995374,0.869011,0.796068,0.747073,0.731397,0.763584,0.990997,1.25496,1.37409,1.49024,1.69611,2.04964,2.61897,3.52684,4.92993,7.03896,9.93112,13.5707,17.5503,21.3341,24.5364],[2.45826,2.45893,2.4597,2.46058,2.46146,2.40069,2.33241,2.25364,2.08524,1.86103,1.67133,1.68822,1.55696,1.36791,1.17326,0.996483,0.870329,0.792861,0.747364,0.73249,0.761819,0.98802,1.25082,1.36843,1.48822,1.69356,2.04587,2.61481,3.51705,4.90914,6.99477,9.8763,13.5124,17.5018,21.2931,24.4631]],"t_unix":1786454101.883448,"uid":"p01423","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.41075,1.130623,2.282936]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.522587,12.126718,17.540512],"median_spectrum_pct":[15.8651,15.8671,15.8694,15.8721,15.8751,16.083,16.2219,16.3283,16.2514,16.1847,16.3353,16.1797,15.4726,14.6206,13.736,12.8613,12.1112,11.5101,11.0465,10.7705,10.5616,10.6391,10.7752,10.8043,10.9049,11.1402,11.5577,12.1775,13.0939,14.3914,16.2041,18.6117,21.5596,24.6142,27.3522,29.5555],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.522587,12.126718,17.540512],[11.527361,12.131258,17.571529],[11.516434,12.120096,17.531335]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[15.8585,15.8605,15.8628,15.8655,15.8685,16.0627,16.2023,16.3149,16.2514,16.1847,16.3353,16.1797,15.4726,14.6206,13.7355,12.8613,12.1097,11.5079,11.0465,10.772,10.5664,10.6437,10.7774,10.8062,10.9049,11.1402,11.5577,12.1804,13.0939,14.3914,16.2043,18.6231,21.5358,24.6142,27.3553,29.5555],[15.8903,15.8924,15.8947,15.8974,15.9004,16.083,16.2219,16.3298,16.2722,16.2282,16.4253,16.2087,15.479,14.6304,13.7371,12.864,12.1169,11.5155,11.0485,10.7705,10.5616,10.6391,10.7752,10.8043,10.9062,11.1423,11.5603,12.1775,13.1006,14.4024,16.2038,18.6117,21.578,24.6492,27.3522,29.6227],[15.8651,15.8671,15.8694,15.8721,15.8751,16.0834,16.2244,16.3283,16.2359,16.1107,16.2977,16.1593,15.4426,14.6168,13.736,12.8545,12.1112,11.5101,11.0447,10.7699,10.5569,10.6311,10.768,10.7978,10.8961,11.134,11.547,12.1655,13.0866,14.3853,16.2041,18.6089,21.5596,24.6043,27.3246,29.5434]],"t_unix":1786454146.966591,"uid":"p01424","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.522587,12.126718,17.540512]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 223)","median_raw":[34.590721,37.565289,42.806823],"median_spectrum_pct":[37.0922,37.0929,37.0937,37.0946,37.0963,38.0706,38.6919,39.1895,39.4443,39.7818,40.9815,41.8869,41.6317,41.0723,40.3338,39.3279,38.3601,37.5023,36.7361,36.335,35.829,35.497,35.1583,34.8621,34.7418,34.7547,34.8878,35.0318,35.22,35.4111,35.7017,36.1099,36.7076,37.271,37.722,38.0581],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","raw":[[34.609734,37.585718,42.806823],[34.590721,37.565289,42.807246],[34.571732,37.548421,42.787271]],"rgb":[223,255,223],"session":20,"source":"pipeline","spectrum_pct":[[37.0921,37.0928,37.0935,37.0944,37.0961,38.0549,38.6763,39.1918,39.4467,39.7818,41.0261,41.8869,41.6317,41.0811,40.3429,39.3451,38.382,37.5211,36.7589,36.3572,35.8583,35.5241,35.1838,34.8872,34.7735,34.783,34.9179,35.0557,35.2392,35.4248,35.707,36.1409,36.7198,37.2846,37.7465,38.0581],[37.0945,37.0952,37.096,37.0969,37.0985,38.0706,38.6919,39.1895,39.4443,39.79,40.9815,41.8906,41.6177,41.0711,40.3338,39.3279,38.3601,37.5023,36.7361,36.335,35.829,35.497,35.1583,34.8621,34.7418,34.7547,34.8878,35.0318,35.22,35.4111,35.7017,36.1099,36.7076,37.271,37.7145,37.9958],[37.0922,37.0929,37.0937,37.0946,37.0963,38.0779,38.7012,39.1885,39.4101,39.7267,40.9175,41.8623,41.6324,41.0723,40.3269,39.3203,38.3462,37.4825,36.7178,36.3147,35.812,35.4734,35.1323,34.8369,34.7182,34.7314,34.8689,35.0051,35.2033,35.4039,35.7005,36.0932,36.6839,37.2592,37.722,38.0651]],"t_unix":1786454194.3712482,"uid":"p01186","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.590721,37.565289,42.806823]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00770","ink_fraction":{"black":0.0,"blue":0.0,"green":0.26045833333333335,"red":0.0,"white":0.7395416666666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 223, 159)","median_spectrum_pct":[26.2794,26.2788,26.2781,26.2774,26.2768,26.8599,27.2352,27.5083,27.522,27.9539,30.8427,34.4572,35.2262,34.5572,33.2505,31.6296,30.1562,28.9448,27.9443,27.3076,26.7039,26.3715,26.1331,25.9572,25.9406,26.0538,26.3243,26.6881,27.2454,27.9746,28.9746,30.2611,31.7745,33.2965,34.623,35.6318],"phase":"gamut_dense","raster_sha1":"e0c4589fe2467f63","rgb":[0,223,159],"session":20,"source":"pipeline","t_unix":1786454241.7647047,"uid":"p00608","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.783363,29.137709,30.821921]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01111","ink_fraction":{"black":2.6041666666666666e-06,"blue":0.0,"green":0.0,"red":0.4423515625,"white":0.5576458333333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 32, 128)","median_spectrum_pct":[16.3279,16.3273,16.3267,16.3259,16.3251,16.5816,16.7627,16.9458,17.0207,17.1402,18.0438,18.8306,18.8119,18.5489,18.1447,17.6322,17.1645,16.7901,16.5187,16.4862,16.764,19.6806,24.1608,25.9315,26.2259,26.2692,26.427,26.6846,27.1729,27.8642,28.8228,30.0351,31.5269,32.9864,34.2591,35.2287],"phase":"gamut_dense","raster_sha1":"ab5ba43523856d1d","rgb":[223,32,128],"session":20,"source":"pipeline","t_unix":1786454244.0933444,"uid":"p01120","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[19.670293,18.953744,18.647354]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.5912630208333334,"yellow":0.4087369791666667},"ink_index":null,"is_control":false,"label":"gamut (191, 191, 128)","median_raw":[31.701987,36.199946,23.610464],"median_spectrum_pct":[19.308,19.3016,19.2942,19.2856,19.2759,19.5913,19.8113,19.9861,19.9838,20.4338,24.152,31.1415,35.441,37.7201,38.6685,38.4612,37.85,37.1722,36.522,36.2234,35.8836,36.0651,36.353,36.276,36.1755,36.1486,36.1989,36.2107,36.2725,36.3548,36.4925,36.7133,37.1363,37.5421,37.7755,37.9266],"phase":"gamut_dense","raster_sha1":"0370178af5f0ac4a","raw":[[31.741965,36.247228,23.610464],[31.701987,36.199946,23.601594],[31.685989,36.18187,23.61658]],"rgb":[191,191,128],"session":20,"source":"pipeline","spectrum_pct":[[19.308,19.3016,19.2942,19.2856,19.2759,19.5907,19.8113,19.9884,19.983,20.4274,24.152,31.1415,35.4632,37.7554,38.7177,38.5101,37.896,37.2241,36.5754,36.2788,35.9456,36.1194,36.3938,36.3249,36.2219,36.1917,36.2469,36.2634,36.3295,36.4065,36.5591,36.7796,37.1603,37.5507,37.8108,37.9076],[19.2855,19.279,19.2716,19.2631,19.2534,19.5913,19.8097,19.9766,19.987,20.4338,24.1237,31.1073,35.441,37.7201,38.6685,38.4612,37.85,37.1722,36.522,36.2234,35.8836,36.0651,36.353,36.276,36.1755,36.1486,36.1989,36.2107,36.2725,36.3548,36.4925,36.7127,37.1363,37.5421,37.742,37.9266],[19.3102,19.3038,19.2964,19.2879,19.2783,19.6065,19.821,19.9861,19.9838,20.4395,24.1876,31.1479,35.4339,37.7186,38.6583,38.4451,37.8298,37.1457,36.4927,36.1934,35.8519,36.041,36.3329,36.2586,36.1549,36.1205,36.1762,36.1929,36.2468,36.3384,36.4839,36.7133,37.112,37.5226,37.7755,38.0039]],"t_unix":1786454246.424539,"uid":"p01084","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.701987,36.199946,23.610464]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 32, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,32,191],"session":20,"source":"pipeline","t_unix":1786454293.9136922,"uid":"p00636","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00790","ink_fraction":{"black":0.0,"blue":0.8344375,"green":0.0,"red":0.0,"white":0.1655625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 223)","median_spectrum_pct":[26.9008,26.9076,26.9154,26.9243,26.9352,27.759,28.5556,29.1491,28.9205,28.6443,28.5806,26.1728,22.5016,18.878,15.5734,12.8262,10.7757,9.32829,8.32781,7.69798,7.25435,7.02546,6.92784,6.94123,7.08853,7.40065,7.92277,8.67783,9.74187,11.179,13.2236,15.8748,19.1484,22.6397,25.8913,28.6409],"phase":"gamut_dense","raster_sha1":"0be7d6b8cfdc20e9","rgb":[96,32,223],"session":20,"source":"pipeline","t_unix":1786454296.2321413,"uid":"p00799","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.236359,11.381689,30.379316]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 128, 255)","median_raw":[34.680598,37.671151,43.000049],"median_spectrum_pct":[37.2727,37.2734,37.2742,37.2751,37.2768,38.3346,38.9554,39.3674,39.5755,39.8777,41.1402,42.0458,41.7944,41.2416,40.4881,39.471,38.481,37.6122,36.8363,36.4336,35.9205,35.5646,35.2121,34.9109,34.7934,34.8087,34.945,35.0829,35.2812,35.4841,35.7837,36.1875,36.7994,37.3829,37.8459,38.2094],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","raw":[[34.704907,37.695703,43.017525],[34.680598,37.671151,42.988992],[34.663498,37.65773,43.000049]],"rgb":[255,128,255],"session":20,"source":"pipeline","spectrum_pct":[[37.2727,37.2734,37.2742,37.2751,37.2768,38.3116,38.938,39.3762,39.6068,39.9376,41.193,42.059,41.8218,41.2487,40.5025,39.4846,38.4977,37.6299,36.8585,36.4521,35.9457,35.5937,35.2404,34.9462,34.8241,34.8359,34.9804,35.1259,35.3138,35.5098,35.8052,36.237,36.8425,37.4252,37.8895,38.2141],[37.2801,37.2808,37.2815,37.2825,37.2843,38.3346,38.9554,39.3674,39.5691,39.8469,41.0866,42.0133,41.7761,41.2416,40.4856,39.471,38.481,37.6122,36.8363,36.4336,35.9205,35.5646,35.2121,34.9109,34.7934,34.8087,34.945,35.0829,35.2812,35.4841,35.7837,36.1875,36.7994,37.3789,37.8459,38.2094],[37.2574,37.258,37.2588,37.2597,37.2616,38.3388,38.9608,39.3633,39.5755,39.8777,41.1402,42.0458,41.7944,41.2406,40.4881,39.4639,38.4691,37.5942,36.8161,36.4075,35.8953,35.5416,35.1817,34.8831,34.7679,34.7842,34.9174,35.0642,35.2591,35.4534,35.7675,36.1665,36.7607,37.3829,37.827,38.1652]],"t_unix":1786454298.5368402,"uid":"p01232","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.680598,37.671151,43.000049]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01092","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.29827864583333336,"yellow":0.7017213541666667},"ink_index":null,"is_control":false,"label":"gamut (191, 255, 96)","median_spectrum_pct":[9.10944,9.09854,9.08604,9.07166,9.05501,9.10541,9.17463,9.30056,9.32426,9.78762,14.1019,23.9308,31.1414,35.6056,38.0152,38.5501,38.2964,37.8294,37.3273,37.1486,36.9468,37.5189,38.336,38.4601,38.3582,38.2627,38.2345,38.1088,38.0152,37.901,37.8409,37.8507,38.0269,38.1713,38.2392,38.2565],"phase":"gamut_dense","raster_sha1":"51e8b7f23bd5720e","rgb":[191,255,96],"session":20,"source":"pipeline","t_unix":1786454345.9309907,"uid":"p01101","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.954264,36.152241,12.763201]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 255)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,64,255],"session":20,"source":"pipeline","t_unix":1786454348.2326713,"uid":"p00647","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00542","ink_fraction":{"black":0.6666796875,"blue":0.3333203125,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 0, 64)","median_spectrum_pct":[8.34413,8.34658,8.3494,8.35263,8.35628,8.42935,8.51823,8.55512,8.34243,8.06017,7.94387,7.2916,6.26863,5.14695,4.10973,3.22489,2.56574,2.11249,1.81001,1.6298,1.54557,1.68976,1.9131,2.04714,2.20214,2.46553,2.90357,3.57197,4.58016,6.0828,8.24746,11.1642,14.7596,18.6392,22.3091,25.3564],"phase":"gamut_dense","raster_sha1":"f6f093a6c59991fd","rgb":[32,0,64],"session":20,"source":"pipeline","t_unix":1786454350.532088,"uid":"p00623","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.221087,2.958939,8.849359]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00777","ink_fraction":{"black":0.0,"blue":0.0,"green":0.8148072916666667,"red":0.0,"white":0.18519270833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 223, 96)","median_spectrum_pct":[8.53841,8.53684,8.53505,8.53299,8.53035,8.47908,8.48152,8.54135,8.42196,8.81827,13.1157,19.8044,21.4029,20.1754,17.9029,15.4643,13.4674,11.9725,10.8892,10.1835,9.67149,9.43258,9.33233,9.30698,9.41912,9.68105,10.151,10.8339,11.8278,13.2195,15.1358,17.6252,20.6788,23.862,26.8153,29.2251],"phase":"gamut_dense","raster_sha1":"a41cfebdd01a493b","rgb":[64,223,96],"session":20,"source":"pipeline","t_unix":1786454352.833544,"uid":"p00768","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[9.593915,12.675404,10.915743]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 223)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[223,223,223],"session":20,"source":"pipeline","t_unix":1786454355.1452255,"uid":"p01177","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00989","ink_fraction":{"black":0.0,"blue":0.31890104166666666,"green":0.0,"red":0.0,"white":0.6810989583333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 223)","median_spectrum_pct":[33.4571,33.4605,33.4643,33.4687,33.4743,34.2853,35.0271,35.7635,35.9375,36.1429,36.9693,36.5569,34.8304,32.8719,30.8831,28.9252,27.2845,25.9977,25.0058,24.4063,23.8479,23.4958,23.2236,23.0581,23.0737,23.2585,23.6373,24.1377,24.8286,25.6788,26.8185,28.2744,30.0546,31.8273,33.3769,34.6397],"phase":"gamut_dense","raster_sha1":"51b995f6d35b8143","rgb":[159,128,223],"session":20,"source":"pipeline","t_unix":1786454358.3893642,"uid":"p00988","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[24.987831,26.968452,38.507994]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 0, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,0,255],"session":20,"source":"pipeline","t_unix":1786454361.8093903,"uid":"p01196","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.8793020833333334,"blue":0.0,"green":0.0343359375,"red":0.0,"white":0.08636197916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 64)","median_raw":[3.289793,3.240564,4.966139],"median_spectrum_pct":[4.78037,4.78121,4.78216,4.78326,4.78433,4.72288,4.67778,4.63975,4.52056,4.39005,4.48111,4.55329,4.34046,4.00753,3.65342,3.31239,3.04367,2.84495,2.69981,2.62347,2.60421,2.79938,3.04318,3.15663,3.28132,3.50273,3.87281,4.45229,5.38005,6.77499,8.84822,11.6624,15.1717,18.9917,22.5655,25.5996],"phase":"gamut_dense","raster_sha1":"64cfb21fdf70a5f6","raw":[[3.284159,3.234636,4.945495],[3.289793,3.240564,4.966139],[3.29417,3.244139,4.984058]],"rgb":[32,64,64],"session":20,"source":"pipeline","spectrum_pct":[[4.75824,4.75906,4.76001,4.76109,4.76215,4.70513,4.66495,4.63288,4.50272,4.35028,4.45359,4.5324,4.33114,3.99176,3.64525,3.30844,3.04282,2.84227,2.69642,2.61817,2.5989,2.79523,3.04318,3.15333,3.27645,3.50273,3.87281,4.44902,5.37672,6.77837,8.84822,11.669,15.2298,19.0561,22.6606,25.6639],[4.78037,4.78121,4.78216,4.78326,4.78433,4.72288,4.67778,4.63975,4.52056,4.39005,4.48111,4.55329,4.34895,4.00753,3.65342,3.31239,3.04367,2.84495,2.69981,2.62354,2.60421,2.79938,3.04294,3.15663,3.28132,3.50414,3.87172,4.45494,5.38005,6.77346,8.8616,11.6624,15.1717,18.9917,22.5655,25.5902],[4.79116,4.792,4.79296,4.79406,4.79513,4.73332,4.6873,4.6477,4.531,4.43168,4.53138,4.56413,4.34046,4.00931,3.65585,3.31479,3.04869,2.84859,2.70308,2.62347,2.60647,2.80263,3.04772,3.1585,3.2836,3.502,3.8738,4.45229,5.38143,6.77499,8.83936,11.6309,15.1448,18.9664,22.5572,25.5996]],"t_unix":1786454365.388222,"uid":"p00641","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.289793,3.240564,4.966139]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5695182291666666,"blue":0.0,"green":0.0,"red":0.0,"white":0.43048177083333333,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 32, 128)","median_raw":[11.295622,11.877757,16.21559],"median_spectrum_pct":[14.6393,14.6409,14.6427,14.6448,14.6471,14.8056,14.9286,15.0393,15.035,14.9714,15.1612,15.0256,14.4462,13.7838,13.111,12.4353,11.8585,11.3923,11.0282,10.8196,10.6477,10.7121,10.8348,10.8644,10.9523,11.1568,11.5356,12.0991,12.9476,14.1761,15.944,18.3214,21.2166,24.327,27.1012,29.4034],"phase":"gamut_dense","raster_sha1":"de9e8d6820aa7217","raw":[[11.295622,11.877701,16.21559],[11.295202,11.877757,16.212044],[11.297549,11.878567,16.227224]],"rgb":[128,32,128],"session":20,"source":"pipeline","spectrum_pct":[[14.6393,14.6409,14.6427,14.6448,14.6471,14.7886,14.9087,15.0307,15.035,14.9714,15.1927,15.0227,14.4414,13.7834,13.1069,12.436,11.8585,11.3915,11.0282,10.8196,10.6477,10.7092,10.8336,10.8638,10.9523,11.1568,11.5372,12.1065,12.96,14.1918,15.9492,18.3238,21.2504,24.3418,27.1121,29.4314],[14.6236,14.6252,14.627,14.6291,14.6314,14.8056,14.9286,15.0393,15.0114,14.9524,15.1612,15.0256,14.452,13.7838,13.1142,12.4352,11.8564,11.3923,11.0266,10.8187,10.6481,10.7143,10.8363,10.8644,10.9499,11.1576,11.5356,12.0991,12.9476,14.1732,15.9418,18.3214,21.2166,24.327,27.1012,29.4034],[14.641,14.6426,14.6444,14.6465,14.6489,14.8096,14.9357,15.0483,15.0374,15.0005,15.1437,15.0332,14.4462,13.7874,13.111,12.4353,11.8595,11.3943,11.0292,10.8208,10.6454,10.7121,10.8348,10.8649,10.9545,11.1552,11.5277,12.0927,12.9441,14.1761,15.944,18.319,21.1925,24.2744,27.0668,29.3765]],"t_unix":1786454414.0358136,"uid":"p00877","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.295622,11.877757,16.21559]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.6658776041666666,"blue":0.0,"green":0.0010859375,"red":0.0,"white":0.33303645833333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 96, 96)","median_raw":[8.535477,8.861637,12.655109],"median_spectrum_pct":[11.577,11.5785,11.5802,11.5822,11.5844,11.6688,11.7323,11.7787,11.7034,11.6001,11.7104,11.5466,11.0403,10.4568,9.84814,9.25014,8.75609,8.37226,8.07575,7.90863,7.78158,7.89537,8.06504,8.12375,8.22778,8.44955,8.8413,9.43761,10.3297,11.6302,13.5179,16.0582,19.1757,22.5065,25.6019,28.1626],"phase":"gamut_dense","raster_sha1":"faa29c4b4a43d657","raw":[[8.535766,8.862981,12.657743],[8.5333,8.859365,12.649817],[8.535477,8.861637,12.655109]],"rgb":[64,96,96],"session":20,"source":"pipeline","spectrum_pct":[[11.5865,11.588,11.5897,11.5917,11.5938,11.6609,11.7209,11.7714,11.7097,11.6001,11.7971,11.5659,11.0403,10.4617,9.84814,9.24732,8.75341,8.37226,8.07566,7.91226,7.78423,7.89537,8.06504,8.12375,8.22922,8.45197,8.8413,9.43761,10.3341,11.6403,13.543,16.0875,19.2164,22.5557,25.6562,28.2499],[11.572,11.5735,11.5752,11.5772,11.5793,11.6688,11.7323,11.7787,11.7034,11.5966,11.7104,11.5427,11.0266,10.4483,9.84589,9.25014,8.7563,8.37341,8.07739,7.90863,7.78158,7.89478,8.06012,8.12051,8.22778,8.44753,8.83977,9.43782,10.3244,11.625,13.5179,16.0582,19.1757,22.5065,25.6019,28.1578],[11.577,11.5785,11.5802,11.5822,11.5844,11.6787,11.7388,11.7859,11.6976,11.6132,11.6982,11.5466,11.0498,10.4568,9.85195,9.25445,8.75609,8.37067,8.07575,7.90695,7.78014,7.89551,8.06721,8.12846,8.22778,8.44955,8.84438,9.43681,10.3297,11.6302,13.5061,16.0446,19.1494,22.5038,25.5594,28.1626]],"t_unix":1786454462.7423956,"uid":"p00732","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.535477,8.861637,12.655109]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01047","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.6678802083333333,"white":0.33211979166666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (223, 64, 96)","median_spectrum_pct":[8.55779,8.55669,8.55543,8.55398,8.55225,8.63887,8.71499,8.81589,8.79941,8.86999,9.45374,10.1016,10.2335,10.1043,9.8844,9.58414,9.3369,9.19875,9.14033,9.25783,9.77403,13.6719,19.9445,22.6271,23.093,23.0952,23.1577,23.3745,23.8527,24.6279,25.7371,27.1909,28.9536,30.7527,32.307,33.4777],"phase":"gamut_dense","raster_sha1":"25a70c966b4e351b","rgb":[223,64,96],"session":20,"source":"pipeline","t_unix":1786454511.362308,"uid":"p01128","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[14.129871,12.054758,9.740415]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.04627864583333333,"blue":0.0,"green":0.0,"red":0.3124140625,"white":0.5933645833333333,"yellow":0.047942708333333334},"ink_index":null,"is_control":false,"label":"gamut (159, 128, 64)","median_raw":[22.018109,22.411877,20.987902],"median_spectrum_pct":[18.1717,18.1705,18.1691,18.1675,18.1658,18.4594,18.6857,18.8447,18.8913,19.1472,20.541,22.3339,22.8153,22.7858,22.481,21.9465,21.3934,20.9178,20.5314,20.4169,20.5349,22.6717,25.9315,27.1991,27.4398,27.5397,27.7173,27.9627,28.4023,29.011,29.8473,30.9255,32.2526,33.5484,34.6841,35.503],"phase":"gamut_dense","raster_sha1":"9232b5537b612ee3","raw":[[22.023187,22.418129,20.977993],[22.01725,22.411189,20.987902],[22.018109,22.411877,20.997051]],"rgb":[159,128,64],"session":20,"source":"pipeline","spectrum_pct":[[18.1717,18.1705,18.1691,18.1675,18.1658,18.4532,18.6719,18.8397,18.8913,19.1205,20.5238,22.3337,22.8152,22.7824,22.481,21.9482,21.3965,20.9305,20.5448,20.4298,20.5466,22.6801,25.9421,27.2078,27.4479,27.5482,27.7173,27.963,28.4074,29.0141,29.8462,30.9348,32.2515,33.5347,34.6841,35.5],[18.1643,18.1631,18.1617,18.1601,18.1583,18.4594,18.6857,18.8447,18.896,19.1472,20.541,22.3339,22.8253,22.7858,22.476,21.9436,21.3934,20.916,20.53,20.4169,20.5349,22.6717,25.9302,27.198,27.4398,27.5397,27.7178,27.9537,28.3999,29.0024,29.8473,30.9214,32.2526,33.5484,34.6829,35.503],[18.1788,18.1776,18.1762,18.1746,18.1729,18.4782,18.6979,18.8511,18.8882,19.1551,20.5668,22.3474,22.8153,22.7877,22.4845,21.9465,21.3916,20.9178,20.5314,20.4136,20.5305,22.6681,25.9315,27.1991,27.4387,27.5331,27.7127,27.9627,28.4023,29.011,29.8598,30.9255,32.2755,33.5712,34.6955,35.5107]],"t_unix":1786454514.799834,"uid":"p00983","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[22.018109,22.411877,20.987902]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01071","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.18870572916666667,"white":0.7886666666666666,"yellow":0.022627604166666666},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 32)","median_spectrum_pct":[26.2191,26.2186,26.218,26.2174,26.217,26.8072,27.2545,27.6966,27.8638,28.076,29.4545,30.8257,30.9502,30.6473,30.1281,29.3647,28.6053,27.9418,27.3938,27.1576,27.0539,28.3756,30.4076,31.1174,31.2238,31.2828,31.4718,31.7011,32.0505,32.4855,33.0789,33.8366,34.7978,35.7234,36.4727,37.0357],"phase":"gamut_dense","raster_sha1":"057d84e255806f82","rgb":[191,159,32],"session":20,"source":"pipeline","t_unix":1786454563.1121068,"uid":"p01072","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[27.654581,29.006211,30.413935]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.20545052083333334,"blue":0.0,"green":0.0,"red":0.24139583333333334,"white":0.5531536458333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 64, 128)","median_raw":[17.744891,17.924046,20.095722],"median_spectrum_pct":[17.7869,17.7874,17.788,17.7886,17.7894,18.1036,18.2823,18.379,18.3631,18.4946,19.2462,19.6899,19.4243,18.9363,18.3539,17.6834,17.0909,16.6134,16.2436,16.1007,16.1265,17.5986,19.833,20.6682,20.8377,20.9743,21.2582,21.6636,22.2938,23.173,24.4299,26.0664,28.026,30.0686,31.8465,33.2026],"phase":"gamut_dense","raster_sha1":"509471833b164924","raw":[[17.746779,17.928703,20.090885],[17.744891,17.924046,20.107299],[17.74211,17.921957,20.095722]],"rgb":[159,64,128],"session":20,"source":"pipeline","spectrum_pct":[[17.7869,17.7874,17.788,17.7886,17.7894,18.091,18.269,18.3746,18.3703,18.4546,19.2462,19.721,19.4334,18.9383,18.3579,17.6888,17.0956,16.6173,16.2476,16.1059,16.1316,17.6063,19.8354,20.672,20.849,20.9818,21.2638,21.6685,22.2938,23.193,24.448,26.0816,28.042,30.1143,31.8703,33.2614],[17.7934,17.7939,17.7945,17.7951,17.7959,18.1036,18.2823,18.379,18.3631,18.5368,19.2788,19.6891,19.4243,18.9362,18.3539,17.6834,17.0892,16.6105,16.2427,16.1007,16.1265,17.5986,19.833,20.6676,20.8377,20.9743,21.2582,21.6636,22.294,23.1729,24.4252,26.0664,28.0234,30.06,31.8465,33.1993],[17.7752,17.7757,17.7762,17.7769,17.7777,18.1097,18.2901,18.3804,18.3586,18.4946,19.2174,19.6899,19.4168,18.9363,18.3521,17.6823,17.0909,16.6134,16.2436,16.1007,16.1231,17.5972,19.8306,20.6682,20.8349,20.9725,21.249,21.6602,22.28,23.173,24.4299,26.0548,28.026,30.0686,31.8344,33.2026]],"t_unix":1786454566.495671,"uid":"p00967","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[17.744891,17.924046,20.095722]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00962","ink_fraction":{"black":0.0,"blue":0.305984375,"green":0.0,"red":0.0,"white":0.694015625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (159, 32, 223)","median_spectrum_pct":[33.5598,33.5631,33.5669,33.5713,33.5771,34.5346,35.2867,35.8757,35.9072,36.0745,36.9701,36.5802,34.9093,32.9664,30.9757,29.0197,27.3697,26.0745,25.0727,24.468,23.9089,23.5667,23.3034,23.1464,23.1734,23.3672,23.7308,24.2211,24.8987,25.7347,26.8828,28.3279,30.112,31.888,33.4924,34.7672],"phase":"gamut_dense","raster_sha1":"725591891c54aa03","rgb":[159,32,223],"session":20,"source":"pipeline","t_unix":1786454613.907668,"uid":"p00961","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.069929,27.047387,38.604197]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_red","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 0, 0)","median_spectrum_pct":[0.945498,0.9441280000000001,0.942554,0.9407415,0.938642,0.9360045,0.930958,0.9198805,0.877442,0.8818495,0.9814795000000001,1.0769250000000001,1.1296300000000001,1.1212499999999999,1.07193,1.0057649999999998,0.996274,1.1037249999999998,1.2759800000000001,1.532465,2.25434,6.964125,14.7793,18.22585,18.71145,18.5171,18.33945,18.3453,18.70975,19.4955,20.747100000000003,22.469749999999998,24.64285,26.9647,29.0304,30.703],"phase":"gamut_dense","raster_sha1":"74aa72762ed77c42","rgb":[96,0,0],"session":20,"source":"pipeline","t_unix":1786454616.2180405,"uid":"p00783","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.940232999999999,4.536,1.0206645]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 159, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[64,159,64],"session":20,"source":"pipeline","t_unix":1786454618.519145,"uid":"p00749","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.03345572916666667,"blue":0.0,"green":0.0,"red":0.0,"white":0.9665442708333334,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (191, 159, 191)","median_raw":[32.830291,35.608447,40.959688],"median_spectrum_pct":[35.5568,35.5577,35.5586,35.5598,35.5615,36.3682,36.9338,37.4974,37.805,38.198,39.2823,39.979,39.6335,39.0225,38.2599,37.2661,36.3177,35.4875,34.7541,34.3646,33.8869,33.5822,33.2802,33.0128,32.9188,32.9546,33.1033,33.2675,33.5126,33.8055,34.2187,34.7833,35.5545,36.3268,37.0059,37.4976],"phase":"gamut_dense","raster_sha1":"ff6a6d618dbc0b17","raw":[[33.005544,35.797512,41.085416],[32.830291,35.608447,40.959688],[32.80974,35.590008,40.956186]],"rgb":[191,159,191],"session":20,"source":"pipeline","spectrum_pct":[[35.6992,35.6999,35.7009,35.7019,35.7038,36.6997,37.2801,37.6307,37.7796,38.12,39.2163,40.0237,39.7929,39.2235,38.4751,37.4793,36.5269,35.6907,34.9556,34.5646,34.0861,33.7801,33.4777,33.2104,33.1118,33.1416,33.2896,33.4479,33.6881,33.9701,34.3759,34.9472,35.7172,36.4491,37.133,37.6112],[35.5568,35.5577,35.5586,35.5598,35.5615,36.3572,36.9272,37.4974,37.827,38.1986,39.2823,39.979,39.6335,39.0225,38.2599,37.2661,36.3177,35.4875,34.7541,34.3646,33.8869,33.5822,33.2802,33.0128,32.9188,32.9546,33.1033,33.2675,33.5126,33.8055,34.2187,34.7833,35.5545,36.3268,36.9807,37.4749],[35.5564,35.5573,35.5583,35.5594,35.5612,36.3682,36.9338,37.489,37.805,38.198,39.2867,39.975,39.6316,39.0182,38.2539,37.257,36.3024,35.4659,34.7316,34.3393,33.8621,33.5564,33.2524,32.9834,32.889,32.9246,33.0707,33.2366,33.4819,33.7739,34.1944,34.7713,35.5411,36.3242,37.0059,37.4976]],"t_unix":1786454620.8011863,"uid":"p01077","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[32.830291,35.608447,40.959688]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.743976,37.746771,42.947957],"median_spectrum_pct":[37.1875,37.1882,37.189,37.1898,37.1914,38.0958,38.708,39.2825,39.5971,40.0405,41.2412,42.0595,41.785,41.2229,40.4937,39.5036,38.5424,37.6933,36.9379,36.5429,36.0362,35.6762,35.3181,35.0195,34.8976,34.9024,35.029,35.1566,35.3361,35.526,35.7935,36.1774,36.7432,37.2978,37.7452,38.0807],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.761718,37.760829,42.947957],[34.743976,37.746771,42.950054],[34.723328,37.725184,42.921747]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[37.1874,37.1881,37.1889,37.1897,37.1913,38.0849,38.6977,39.2875,39.6224,40.0532,41.2412,42.0595,41.785,41.2229,40.4976,39.5108,38.5556,37.7088,36.9576,36.5664,36.0595,35.7029,35.3466,35.0425,34.921,34.9296,35.0592,35.1834,35.3586,35.5368,35.7992,36.1791,36.7565,37.3049,37.7462,38.0807],[37.1888,37.1895,37.1902,37.1911,37.1927,38.0958,38.708,39.2825,39.5971,40.0405,41.2958,42.0886,41.7926,41.2274,40.4937,39.5036,38.5424,37.6933,36.9379,36.5429,36.0362,35.6762,35.3181,35.0195,34.8976,34.9024,35.029,35.1566,35.3361,35.526,35.7935,36.1774,36.7432,37.2978,37.7452,38.1248],[37.1875,37.1882,37.189,37.1898,37.1914,38.1057,38.7122,39.267,39.5715,39.9839,41.186,42.0189,41.7676,41.2077,40.4835,39.49,38.5272,37.6769,36.9218,36.5245,36.0129,35.6535,35.2963,34.9934,34.8705,34.8786,35.0033,35.132,35.3118,35.495,35.7643,36.1475,36.7117,37.2515,37.7001,38.0798]],"t_unix":1786454665.9400377,"uid":"p01425","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.743976,37.746771,42.947957]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.434831,1.149482,2.35277],"median_spectrum_pct":[2.50893,2.50962,2.51041,2.51131,2.5122,2.44609,2.37623,2.29515,2.14713,1.9618,1.83854,1.76612,1.60347,1.39912,1.18597,1.00443,0.878744,0.800154,0.751728,0.737104,0.768501,1.00358,1.27603,1.39003,1.51279,1.72456,2.07659,2.63923,3.54984,4.95139,7.04129,9.90047,13.5101,17.4652,21.1914,24.3301],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.422844,1.140571,2.329896],[1.434831,1.149482,2.35277],[1.43691,1.151239,2.360352]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[2.48453,2.48522,2.486,2.4869,2.48777,2.41114,2.33729,2.2647,2.12668,1.9618,1.82877,1.76612,1.58469,1.37724,1.17575,0.998146,0.870234,0.794588,0.746498,0.735498,0.763439,0.9918,1.2612,1.37863,1.49326,1.70273,2.05842,2.62927,3.54984,4.96374,7.05242,9.97113,13.6066,17.5913,21.4112,24.5844],[2.50893,2.50962,2.51041,2.51131,2.5122,2.44609,2.37623,2.29515,2.14713,1.95521,1.83854,1.75452,1.60354,1.39912,1.18597,1.00443,0.878744,0.800154,0.751728,0.737209,0.7687,1.00358,1.27603,1.39003,1.51279,1.72468,2.07659,2.63923,3.54699,4.94793,7.03437,9.90047,13.5101,17.4633,21.1813,24.3281],[2.52104,2.52173,2.52253,2.52345,2.52434,2.45196,2.37787,2.29856,2.15622,1.965,1.84688,1.7763,1.60347,1.40347,1.18914,1.00469,0.879276,0.801585,0.751787,0.737104,0.768501,1.00372,1.27611,1.39075,1.51646,1.72456,2.08181,2.64828,3.55095,4.95139,7.04129,9.89615,13.5054,17.4652,21.1914,24.3301]],"t_unix":1786454711.0953975,"uid":"p01426","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.434831,1.149482,2.35277]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.654701,12.270072,17.72995],"median_spectrum_pct":[16.067,16.0691,16.0714,16.0741,16.0772,16.2966,16.4391,16.5118,16.3915,16.2259,16.5001,16.3667,15.6631,14.7955,13.9046,13.0186,12.2565,11.6512,11.1803,10.9036,10.6931,10.7622,10.9041,10.9297,11.0318,11.2696,11.6907,12.31,13.2265,14.5296,16.3438,18.7393,21.627,24.6797,27.463,29.6903],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.654701,12.270072,17.724435],[11.654213,12.268804,17.732001],[11.656015,12.270551,17.72995]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[16.0564,16.0585,16.0608,16.0635,16.0666,16.277,16.42,16.5014,16.3861,16.245,16.5071,16.3758,15.6678,14.7955,13.8986,13.0179,12.2564,11.6512,11.1777,10.9043,10.6939,10.7622,10.9041,10.9373,11.0338,11.2712,11.692,12.3167,13.2271,14.5371,16.3474,18.7445,21.627,24.6992,27.4728,29.715],[16.067,16.0691,16.0714,16.0741,16.0772,16.2966,16.4391,16.5118,16.4023,16.2259,16.5001,16.3667,15.6609,14.7955,13.9046,13.0186,12.2565,11.6506,11.1803,10.9021,10.6897,10.7605,10.9017,10.9292,11.0294,11.2696,11.6888,12.31,13.2219,14.5296,16.3438,18.7393,21.6308,24.6525,27.452,29.6771],[16.083,16.0851,16.0874,16.0901,16.0932,16.3162,16.4565,16.5203,16.3915,16.2196,16.4255,16.3414,15.6631,14.8116,13.9134,13.0232,12.2595,11.6534,11.1815,10.9036,10.6931,10.7638,10.905,10.9297,11.0318,11.2669,11.6907,12.3092,13.2265,14.5238,16.3358,18.7246,21.6195,24.6797,27.463,29.6903]],"t_unix":1786454803.2845495,"uid":"p01427","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.654701,12.270072,17.72995]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00790","ink_fraction":{"black":0.0,"blue":0.8344375,"green":0.0,"red":0.0,"white":0.1655625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 32, 255)","median_spectrum_pct":[26.9008,26.9076,26.9154,26.9243,26.9352,27.759,28.5556,29.1491,28.9205,28.6443,28.5806,26.1728,22.5016,18.878,15.5734,12.8262,10.7757,9.32829,8.32781,7.69798,7.25435,7.02546,6.92784,6.94123,7.08853,7.40065,7.92277,8.67783,9.74187,11.179,13.2236,15.8748,19.1484,22.6397,25.8913,28.6409],"phase":"gamut_dense","raster_sha1":"0be7d6b8cfdc20e9","rgb":[96,32,255],"session":20,"source":"pipeline","t_unix":1786454851.9583607,"uid":"p00800","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.236359,11.381689,30.379316]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 32, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,32,255],"session":20,"source":"pipeline","t_unix":1786454855.6594994,"uid":"p01205","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.47717447916666667,"yellow":0.5228255208333333},"ink_index":null,"is_control":false,"label":"gamut (223, 223, 128)","median_raw":[31.419208,36.247355,18.951444],"median_spectrum_pct":[15.0048,14.9966,14.9871,14.9762,14.9636,15.1623,15.271,15.3743,15.3497,15.7921,19.8338,28.1679,33.7436,36.9259,38.4701,38.574,38.1131,37.5274,36.9381,36.7014,36.4279,36.7658,37.2485,37.2426,37.1416,37.0755,37.0782,37.032,37.0135,37.0072,37.0391,37.1578,37.442,37.6993,37.899,37.9888],"phase":"gamut_dense","raster_sha1":"fbc9a9b08b895b6e","raw":[[31.467635,36.305567,18.97661],[31.419208,36.247355,18.942802],[31.338264,36.149432,18.951444]],"rgb":[223,223,128],"session":20,"source":"pipeline","spectrum_pct":[[14.9989,14.9905,14.981,14.97,14.9573,15.1623,15.2717,15.3853,15.371,15.8367,19.8471,28.184,33.7909,36.9813,38.5272,38.6317,38.1761,37.5893,37.0015,36.7654,36.4938,36.8295,37.3015,37.2915,37.1862,37.1261,37.1263,37.0856,37.0686,37.0542,37.1128,37.2307,37.5121,37.808,37.9755,38.067],[15.0112,15.0029,14.9934,14.9824,14.9698,15.161,15.271,15.3743,15.3415,15.7201,19.7733,28.1679,33.7436,36.9259,38.4701,38.574,38.1131,37.5274,36.9381,36.7014,36.4279,36.7658,37.2485,37.2426,37.1416,37.0755,37.0782,37.032,37.0135,37.0072,37.0391,37.1578,37.442,37.6925,37.899,37.9888],[15.0048,14.9966,14.9871,14.9762,14.9636,15.1633,15.2699,15.3597,15.3497,15.7921,19.8338,28.1386,33.701,36.866,38.3824,38.4696,38.0055,37.4109,36.8165,36.572,36.2957,36.6479,37.1458,37.1503,37.0469,36.9866,36.9902,36.9446,36.9278,36.9314,36.9789,37.1241,37.4085,37.6993,37.8686,37.9659]],"t_unix":1786454859.4370406,"uid":"p01174","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[31.419208,36.247355,18.951444]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (64, 32, 223)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[64,32,223],"session":20,"source":"pipeline","t_unix":1786454912.1496632,"uid":"p00718","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_blue","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (32, 64, 191)","median_spectrum_pct":[24.4751,24.4825,24.491,24.5008,24.5126,25.2174,25.9741,26.5505,26.3048,25.9756,25.4542,22.6346,18.6122,14.7883,11.3891,8.64406,6.65897,5.2966,4.37342,3.79348,3.41526,3.24456,3.19812,3.24872,3.41734,3.73657,4.24441,5.00337,6.07911,7.59229,9.73478,12.6128,16.2168,20.1208,23.8073,26.951],"phase":"gamut_dense","raster_sha1":"260250b62f7214b1","rgb":[32,64,191],"session":20,"source":"pipeline","t_unix":1786454914.7308173,"uid":"p00645","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.835626,7.49132,27.391589]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00753","ink_fraction":{"black":0.0,"blue":0.257234375,"green":0.0,"red":0.0,"white":0.742765625,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 191)","median_spectrum_pct":[33.9154,33.9185,33.922,33.926,33.9312,34.7681,35.5237,36.2761,36.4609,36.6929,37.536,37.1422,35.5487,33.7472,31.9043,30.0722,28.5145,27.2725,26.3096,25.7436,25.2045,24.8784,24.6229,24.4463,24.4415,24.6022,24.9535,25.4176,26.0573,26.8473,27.9212,29.277,30.9187,32.5938,34.0791,35.2261],"phase":"gamut_dense","raster_sha1":"6cbf06bfaa773b64","rgb":[0,159,191],"session":20,"source":"pipeline","t_unix":1786454917.0299098,"uid":"p00591","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[26.108751,28.165286,39.093453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00851","ink_fraction":{"black":0.0,"blue":0.0,"green":0.2604192708333333,"red":0.0,"white":0.7395807291666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 255, 159)","median_spectrum_pct":[26.0147,26.014,26.0133,26.0124,26.0114,26.4688,26.8524,27.2795,27.4063,27.89,30.7208,34.2816,35.0307,34.4123,33.1842,31.6192,30.1577,28.9477,27.978,27.3984,26.8402,26.5345,26.2809,26.0629,26.014,26.1315,26.4429,26.8435,27.4108,28.1162,29.0837,30.2984,31.7984,33.2885,34.5797,35.5941],"phase":"gamut_dense","raster_sha1":"2bff2cb32ee4cbe4","rgb":[96,255,159],"session":20,"source":"pipeline","t_unix":1786454919.3489342,"uid":"p00860","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[25.81672,29.163706,30.590465]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01176","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.9489583333333333,"yellow":0.051041666666666666},"ink_index":null,"is_control":false,"label":"gamut (191, 223, 191)","median_spectrum_pct":[34.7107,34.7104,34.71,34.7095,34.7098,35.6922,36.2635,36.642,36.7775,37.1178,38.8173,40.6136,41.0357,40.8319,40.2706,39.3292,38.3666,37.4985,36.7382,36.3366,35.8442,35.5472,35.2651,34.9911,34.8661,34.8753,35.0099,35.1487,35.3324,35.5085,35.7865,36.1906,36.7584,37.3032,37.7458,38.0358],"phase":"gamut_dense","raster_sha1":"ada45a426f2f782b","rgb":[191,223,191],"session":20,"source":"pipeline","t_unix":1786454921.6692395,"uid":"p01095","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.195552,37.431393,40.27556]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00641","ink_fraction":{"black":0.8793020833333334,"blue":0.0,"green":0.0343359375,"red":0.0,"white":0.08636197916666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 64, 64)","median_spectrum_pct":[4.78037,4.78121,4.78216,4.78326,4.78433,4.72288,4.67778,4.63975,4.52056,4.39005,4.48111,4.55329,4.34046,4.00753,3.65342,3.31239,3.04367,2.84495,2.69981,2.62347,2.60421,2.79938,3.04318,3.15663,3.28132,3.50273,3.87281,4.45229,5.38005,6.77499,8.84822,11.6624,15.1717,18.9917,22.5655,25.5996],"phase":"gamut_dense","raster_sha1":"64cfb21fdf70a5f6","rgb":[0,64,64],"session":20,"source":"pipeline","t_unix":1786454923.9781947,"uid":"p00560","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[3.289793,3.240564,4.966139]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (96, 191, 191)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[96,191,191],"session":20,"source":"pipeline","t_unix":1786454926.2843893,"uid":"p00843","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5714140625,"red":0.0,"white":0.0,"yellow":0.4285859375},"ink_index":null,"is_control":false,"label":"gamut (96, 128, 32)","median_raw":[16.63621,21.334005,5.325686],"median_spectrum_pct":[2.72644,2.71876,2.70994,2.69979,2.6879,2.5753,2.53109,2.53454,2.41283,2.84367,7.81894,17.9072,23.5945,25.7251,25.8221,24.6619,23.2555,22.0222,21.0352,20.4461,20.0092,20.0978,20.3345,20.3418,20.3662,20.5316,20.8591,21.3161,21.9937,22.9236,24.1774,25.794,27.7532,29.7782,31.5527,33.0276],"phase":"gamut_dense","raster_sha1":"cdabe7e954fc5831","raw":[[16.641566,21.340028,5.334269],[16.63621,21.334005,5.321666],[16.633155,21.329114,5.325686]],"rgb":[96,128,32],"session":20,"source":"pipeline","spectrum_pct":[[2.72644,2.71876,2.70994,2.69979,2.6879,2.57361,2.53109,2.53454,2.41283,2.87047,7.87016,17.9077,23.5945,25.7282,25.8248,24.6632,23.26,22.0256,21.0425,20.4557,20.0203,20.1042,20.3345,20.3458,20.3681,20.5319,20.86,21.3168,21.9983,22.9295,24.1876,25.8141,27.7677,29.8211,31.5963,33.0276],[2.7267,2.71902,2.71021,2.70007,2.68818,2.5753,2.53048,2.53265,2.40378,2.84367,7.8,17.8962,23.5937,25.7251,25.8221,24.6619,23.2555,22.0222,21.0352,20.4461,20.0092,20.0978,20.3354,20.3418,20.3662,20.5316,20.8576,21.3128,21.9937,22.9228,24.1712,25.794,27.7532,29.7782,31.5319,33.0306],[2.71704,2.70935,2.70053,2.69038,2.67849,2.57732,2.53489,2.53923,2.41446,2.83284,7.81894,17.9072,23.597,25.7199,25.8133,24.6528,23.2503,22.0144,21.0285,20.4395,20.0034,20.0928,20.3329,20.3357,20.3614,20.5279,20.8591,21.3161,21.985,22.9236,24.1774,25.7871,27.7502,29.7774,31.5527,33.0053]],"t_unix":1786454928.6306188,"uid":"p00820","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.63621,21.334005,5.325686]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_white","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (255, 223, 255)","median_spectrum_pct":[37.5509,37.5515,37.5522,37.553,37.5548,38.67,39.3517,39.8184,40.0441,40.4156,41.6801,42.4982,42.2447,41.682,40.9019,39.8585,38.8939,38.0703,37.3178,36.8826,36.3253,35.9519,35.6148,35.36,35.2698,35.2669,35.3528,35.4368,35.5849,35.749,36.0508,36.4731,37.0764,37.6574,38.0728,38.4355],"phase":"gamut_dense","raster_sha1":"74458a184e222a45","rgb":[255,223,255],"session":20,"source":"pipeline","t_unix":1786454977.185548,"uid":"p01259","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[35.086446,38.103912,43.478023]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.5155989583333334,"blue":0.0,"green":0.0,"red":0.3264739583333333,"white":0.12514583333333335,"yellow":0.03278125},"ink_index":null,"is_control":false,"label":"gamut (96, 64, 0)","median_raw":[6.250517,5.432615,5.097846],"median_spectrum_pct":[4.71435,4.71424,4.71412,4.71397,4.71374,4.73488,4.7255,4.69767,4.59326,4.45589,4.66814,5.05294,5.10736,4.98296,4.77589,4.52486,4.32943,4.21645,4.1568,4.18585,4.39621,5.97313,8.30722,9.21876,9.42671,9.579,9.84074,10.307,11.0973,12.321,14.1221,16.5328,19.5163,22.6908,25.5602,27.9669],"phase":"gamut_dense","raster_sha1":"553de955812cc2d3","raw":[[6.248296,5.431652,5.094655],[6.250517,5.432615,5.103739],[6.251246,5.433096,5.097846]],"rgb":[96,64,0],"session":20,"source":"pipeline","spectrum_pct":[[4.70386,4.70375,4.70362,4.70347,4.70323,4.72217,4.71636,4.68857,4.59326,4.44052,4.6812,5.05294,5.10477,4.97556,4.77219,4.5232,4.33177,4.21928,4.15646,4.18585,4.39621,5.97266,8.30722,9.21876,9.42213,9.57002,9.83906,10.307,11.0973,12.321,14.1285,16.5502,19.5261,22.6908,25.5508,27.9521],[4.7249,4.7248,4.72469,4.72456,4.72432,4.73488,4.7255,4.69843,4.5992,4.45803,4.66814,5.04728,5.10736,4.98296,4.77699,4.52713,4.32873,4.21644,4.1568,4.18684,4.3979,5.97313,8.30663,9.21647,9.42671,9.579,9.84074,10.3016,11.0911,12.3185,14.1135,16.5261,19.5163,22.7079,25.564,27.9876],[4.71435,4.71424,4.71412,4.71397,4.71374,4.73912,4.73205,4.69767,4.56837,4.45589,4.65479,5.05446,5.12018,4.98322,4.77589,4.52486,4.32943,4.21645,4.15723,4.18257,4.39323,5.97517,8.31374,9.22152,9.42945,9.58295,9.85239,10.3129,11.0994,12.3221,14.1221,16.5328,19.5027,22.6881,25.5602,27.9669]],"t_unix":1786454980.78868,"uid":"p00801","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[6.250517,5.432615,5.097846]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p01263","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.24857291666666667,"yellow":0.7514270833333333},"ink_index":null,"is_control":false,"label":"gamut (223, 255, 96)","median_spectrum_pct":[7.76393,7.7524,7.73917,7.72396,7.70637,7.75123,7.79862,7.85351,7.84067,8.33457,12.7557,22.9195,30.4904,35.2838,37.9273,38.5835,38.3852,37.9471,37.4634,37.3052,37.1367,37.7588,38.6272,38.7688,38.6608,38.5412,38.474,38.3251,38.1963,38.0446,37.9527,37.9118,38.0362,38.1379,38.2015,38.1668],"phase":"gamut_dense","raster_sha1":"f4c4bd5b8481e708","rgb":[223,255,96],"session":20,"source":"pipeline","t_unix":1786455030.233129,"uid":"p01182","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.868077,36.160016,11.307453]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00845","ink_fraction":{"black":0.0,"blue":0.012278645833333334,"green":0.0,"red":0.0,"white":0.9877213541666666,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (128, 191, 255)","median_spectrum_pct":[37.0895,37.0902,37.091,37.0919,37.0936,38.0835,38.8068,39.4872,39.7836,40.0959,41.311,42.0207,41.6657,41.0457,40.2396,39.181,38.1685,37.2808,36.5012,36.0856,35.5644,35.2062,34.8619,34.5666,34.4533,34.4697,34.6347,34.8024,35.0083,35.2268,35.5513,36.0052,36.6471,37.2622,37.7271,38.092],"phase":"gamut_dense","raster_sha1":"4f3d38c360b52437","rgb":[128,191,255],"session":20,"source":"pipeline","t_unix":1786455033.517451,"uid":"p00926","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.426193,37.387082,43.025727]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"s001_anchor_green","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 255, 64)","median_spectrum_pct":[4.8253,4.82403,4.82257,4.8209,4.81859,4.65476,4.60126,4.62968,4.48342,4.92854,9.5331,16.3559,17.615,15.8943,13.2319,10.5984,8.52849,7.03591,5.98918,5.30923,4.85447,4.6711,4.62096,4.64623,4.80002,5.10741,5.59986,6.34401,7.4124,8.93261,11.0576,13.8429,17.2711,21.0101,24.5052,27.4728],"phase":"gamut_dense","raster_sha1":"eb83c1f5aff81ccc","rgb":[0,255,64],"session":20,"source":"pipeline","t_unix":1786455036.796359,"uid":"p00614","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.257559,7.999086,6.714571]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.4314296875,"white":0.528203125,"yellow":0.0403671875},"ink_index":null,"is_control":false,"label":"gamut (191, 128, 32)","median_raw":[20.154348,19.65996,17.856666],"median_spectrum_pct":[15.5176,15.5164,15.515,15.5134,15.5116,15.7954,15.9494,16.0867,16.1062,16.2051,17.4074,18.7956,19.1949,19.1338,18.8698,18.4245,17.9908,17.6243,17.3453,17.3168,17.5992,20.507,24.9702,26.7583,27.0735,27.1306,27.266,27.4801,27.921,28.5442,29.4101,30.4984,31.8291,33.19,34.3036,35.1384],"phase":"gamut_dense","raster_sha1":"9508c9eeeceaa5cf","raw":[[20.162585,19.66753,17.857576],[20.154348,19.65996,17.849969],[20.153899,19.658541,17.856666]],"rgb":[191,128,32],"session":20,"source":"pipeline","spectrum_pct":[[15.5176,15.5164,15.515,15.5134,15.5116,15.7892,15.9442,16.0897,16.1104,16.2134,17.4233,18.7956,19.1912,19.1338,18.8689,18.4317,17.999,17.6312,17.3548,17.3277,17.6103,20.515,24.9799,26.764,27.0776,27.1428,27.2789,27.493,27.9304,28.5442,29.4101,30.5049,31.8398,33.1984,34.3036,35.1419],[15.5169,15.5157,15.5143,15.5127,15.511,15.7954,15.9494,16.0818,16.1017,16.1834,17.4074,18.7876,19.1949,19.1312,18.8722,18.4245,17.9908,17.6243,17.3453,17.3168,17.5992,20.5056,24.9702,26.7583,27.0735,27.1295,27.2646,27.4781,27.9174,28.5332,29.4019,30.4939,31.8118,33.1661,34.2754,35.0764],[15.5237,15.5225,15.5211,15.5195,15.5177,15.8013,15.9558,16.0867,16.1062,16.2051,17.3916,18.799,19.2065,19.1368,18.8698,18.4197,17.9864,17.6217,17.3413,17.3148,17.5965,20.507,24.9675,26.7501,27.0698,27.1306,27.266,27.4801,27.921,28.5496,29.4175,30.4984,31.8291,33.19,34.3347,35.1384]],"t_unix":1786455039.5170612,"uid":"p01063","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[20.154348,19.65996,17.856666]} +{"bayer_k":null,"config":{"algorithm":"atkinson","hue_cutoff_deg":30.0,"lut_name":"hue_aware","neutral_chroma":12.0,"serpentine":true},"config_name":"atkinson_hue_aware","duplicate_of":"p00670","ink_fraction":{"black":0.0,"blue":0.0,"green":0.5521223958333333,"red":0.0,"white":0.44787760416666667,"yellow":0.0},"ink_index":null,"is_control":false,"label":"gamut (0, 159, 128)","median_spectrum_pct":[15.7155,15.714,15.7121,15.71,15.7074,15.7907,15.9332,16.1457,16.1161,16.6714,20.684,26.5148,28.0541,27.2357,25.4696,23.3824,21.5375,20.0769,18.9574,18.2478,17.6662,17.3607,17.1559,17.0284,17.075,17.2901,17.7142,18.3055,19.1491,20.2868,21.8249,23.7798,26.1107,28.5351,30.7435,32.5388],"phase":"gamut_dense","raster_sha1":"517f73e4f3200ec2","rgb":[0,159,128],"session":20,"source":"pipeline","t_unix":1786455087.908872,"uid":"p00589","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[16.977491,20.466184,19.078934]} +{"bayer_k":0,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_white","median_raw":[34.739081,37.719655,42.820012],"median_spectrum_pct":[37.1508,37.1515,37.1522,37.153,37.1547,38.1442,38.7423,39.1861,39.3996,39.7224,40.9715,41.9109,41.7061,41.1658,40.4446,39.4615,38.5095,37.6683,36.9124,36.5223,36.0303,35.7079,35.3744,35.0736,34.9517,34.9546,35.072,35.1977,35.3708,35.5477,35.8048,36.1967,36.7749,37.3328,37.804,38.111],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.761842,37.739062,42.820012],[34.739081,37.719655,42.807065],[34.729162,37.712623,42.823072]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[37.1508,37.1515,37.1522,37.153,37.1547,38.1314,38.7313,39.1843,39.4117,39.7319,41.0098,41.909,41.7061,41.1658,40.4486,39.471,38.522,37.6757,36.9315,36.5497,36.0576,35.7388,35.4067,35.1046,34.9851,34.9879,35.1054,35.2314,35.4102,35.5754,35.8408,36.215,36.7892,37.3328,37.8055,38.111],[37.1525,37.1532,37.1539,37.1548,37.1564,38.1442,38.7423,39.1871,39.3964,39.6741,40.9462,41.9109,41.6982,41.158,40.4446,39.4612,38.5095,37.6683,36.9124,36.5223,36.0303,35.7079,35.3744,35.0736,34.9517,34.9546,35.072,35.1977,35.3708,35.5477,35.8048,36.1929,36.7689,37.3281,37.7548,38.1007],[37.1485,37.1491,37.1499,37.1507,37.1524,38.1605,38.7599,39.1861,39.3996,39.7224,40.9715,41.9318,41.7213,41.1783,40.4419,39.4615,38.5048,37.6547,36.9002,36.5082,36.0108,35.6899,35.3567,35.0578,34.9258,34.9345,35.0629,35.1842,35.353,35.5302,35.7961,36.1967,36.7749,37.3477,37.804,38.1233]],"t_unix":1786455087.9118521,"uid":"p01428","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.739081,37.719655,42.820012]} +{"bayer_k":64,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_black","median_raw":[1.415391,1.134964,2.297685],"median_spectrum_pct":[2.46867,2.46934,2.47011,2.47099,2.47188,2.42439,2.35161,2.26441,2.09112,1.8909,1.76389,1.73907,1.57399,1.37526,1.17467,0.993594,0.87139,0.797777,0.750909,0.732932,0.759586,0.992545,1.25359,1.37267,1.49779,1.69761,2.05698,2.62639,3.53354,4.938,7.03442,9.90164,13.5398,17.5341,21.2688,24.4968],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.414214,1.134964,2.297685],[1.426297,1.144322,2.334738],[1.415391,1.13317,2.295154]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[2.46128,2.46195,2.46272,2.46361,2.46448,2.40582,2.33063,2.24798,2.08441,1.8909,1.76389,1.73907,1.57399,1.37461,1.17467,0.992643,0.87139,0.795315,0.748778,0.732932,0.757602,0.987672,1.24973,1.36895,1.48994,1.69761,2.05698,2.62639,3.53757,4.94679,7.0777,9.94604,13.6058,17.6286,21.4043,24.5966],[2.48675,2.48743,2.48821,2.48911,2.48998,2.42439,2.35161,2.26906,2.11509,1.97771,1.83699,1.74025,1.58391,1.38631,1.18565,1.00012,0.876162,0.799096,0.754039,0.736973,0.764378,0.997217,1.26083,1.38336,1.5045,1.70613,2.06377,2.63271,3.53354,4.938,7.03442,9.90164,13.5398,17.5341,21.2688,24.4968],[2.46867,2.46934,2.47011,2.47099,2.47188,2.42663,2.35441,2.26441,2.09112,1.8507,1.69373,1.69955,1.56462,1.37526,1.1694,0.993594,0.870518,0.797777,0.750909,0.732191,0.759586,0.992545,1.25359,1.37267,1.49779,1.69666,2.05325,2.61737,3.52183,4.92062,7.0054,9.88573,13.5078,17.4711,21.2316,24.406]],"t_unix":1786455133.0558875,"uid":"p01429","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.415391,1.134964,2.297685]} +{"bayer_k":32,"config":null,"config_name":null,"ink_fraction":{"black":0.5,"blue":0.0,"green":0.0,"red":0.0,"white":0.5,"yellow":0.0},"ink_index":null,"is_control":true,"label":"ctl_mid","median_raw":[11.590889,12.203151,17.644617],"median_spectrum_pct":[15.9798,15.9819,15.9842,15.9869,15.9899,16.1587,16.2885,16.4075,16.343,16.2794,16.4233,16.3207,15.5934,14.707,13.8188,12.9417,12.1918,11.5896,11.1256,10.8466,10.6374,10.7086,10.841,10.871,10.9707,11.2082,11.6213,12.2384,13.1477,14.4535,16.2578,18.6488,21.5985,24.6677,27.3607,29.6489],"phase":"control","raster_sha1":"984c5492e07f5c03","raw":[[11.651322,12.268182,17.704811],[11.590889,12.203151,17.633138],[11.588766,12.201526,17.644617]],"rgb":null,"session":20,"source":"bayer","spectrum_pct":[[16.02,16.022,16.0243,16.027,16.0301,16.2899,16.4226,16.4604,16.343,16.2794,16.4516,16.339,15.6407,14.7952,13.8968,13.0169,12.2588,11.654,11.1863,10.9032,10.693,10.7692,10.9047,10.9306,11.0292,11.2676,11.688,12.3097,13.2283,14.517,16.3415,18.7262,21.6994,24.7909,27.5193,29.769],[15.9557,15.9577,15.9601,15.9627,15.9657,16.1433,16.2766,16.3995,16.3446,16.2606,16.4233,16.2779,15.5753,14.7022,13.812,12.9417,12.1918,11.5896,11.1256,10.8466,10.6374,10.7086,10.841,10.871,10.9707,11.2082,11.6213,12.2384,13.1477,14.4535,16.2578,18.6459,21.5719,24.6677,27.3533,29.6106],[15.9798,15.9819,15.9842,15.9869,15.9899,16.1587,16.2885,16.4075,16.3361,16.2824,16.4224,16.3207,15.5934,14.707,13.8188,12.9383,12.1882,11.5822,11.1171,10.8417,10.6326,10.7053,10.8362,10.8654,10.9641,11.2023,11.6172,12.2356,13.1476,14.4392,16.238,18.6488,21.5985,24.6631,27.3607,29.6489]],"t_unix":1786455182.1814742,"uid":"p01430","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[11.590889,12.203151,17.644617]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"is_control":true,"label":"ctl_ink_black_close","median_raw":[1.424807,1.144846,2.343698],"median_spectrum_pct":[2.48474,2.48542,2.48619,2.48708,2.48796,2.42368,2.35181,2.27659,2.14804,1.96716,1.8367,1.73372,1.59529,1.39536,1.18879,1.00357,0.876015,0.799257,0.752583,0.73594,0.758896,0.989866,1.25087,1.37047,1.49774,1.70327,2.05998,2.63376,3.53624,4.93958,7.04011,9.92221,13.5696,17.5693,21.3216,24.5129],"phase":"control","raster_sha1":"1daca356a8f94d5f","raw":[[1.42101,1.140764,2.330222],[1.424807,1.145124,2.343698],[1.424859,1.144846,2.344276]],"rgb":null,"session":20,"source":"ink","spectrum_pct":[[2.47104,2.47171,2.47248,2.47336,2.47423,2.41041,2.34209,2.27346,2.14804,1.94376,1.82486,1.71449,1.58798,1.39143,1.18655,1.00164,0.874787,0.799257,0.752583,0.732728,0.758405,0.98763,1.24986,1.36737,1.49278,1.70327,2.05934,2.63522,3.54612,4.94575,7.06826,9.9465,13.5737,17.5749,21.3824,24.632],[2.49694,2.49762,2.49841,2.49932,2.50019,2.4268,2.35181,2.27659,2.13575,1.98696,1.84796,1.73372,1.59529,1.39762,1.18879,1.00357,0.881945,0.803989,0.755061,0.737324,0.758896,0.991775,1.25087,1.37047,1.49774,1.70401,2.05998,2.63193,3.53558,4.93958,7.04011,9.92221,13.5696,17.5693,21.3216,24.5129],[2.48474,2.48542,2.48619,2.48708,2.48796,2.42368,2.35613,2.28516,2.14964,1.96716,1.8367,1.74547,1.60149,1.39536,1.19441,1.00842,0.876015,0.798003,0.752558,0.73594,0.760812,0.989866,1.2535,1.37377,1.49869,1.70017,2.06416,2.63376,3.53624,4.93837,7.03609,9.91502,13.5324,17.5103,21.2908,24.4485]],"t_unix":1786455227.4104292,"uid":"p01431","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.424807,1.144846,2.343698]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"is_control":true,"label":"ctl_ink_white_close","median_raw":[34.975965,37.978046,42.897665],"median_spectrum_pct":[37.1966,37.1971,37.1978,37.1985,37.2,38.1259,38.7176,39.2211,39.503,39.8859,41.1485,42.0538,41.8493,41.3371,40.6456,39.6955,38.7672,37.9354,37.1968,36.8228,36.3358,36.0132,35.6784,35.3777,35.2513,35.2531,35.369,35.4798,35.6345,35.7872,36.0327,36.401,36.9416,37.4694,37.8801,38.1924],"phase":"control","raster_sha1":"74458a184e222a45","raw":[[34.998356,37.998348,42.904234],[34.975965,37.978046,42.897665],[34.961429,37.964362,42.883812]],"rgb":null,"session":20,"source":"ink","spectrum_pct":[[37.1966,37.1971,37.1978,37.1985,37.2,38.113,38.7114,39.2308,39.5218,39.8859,41.1884,42.0793,41.8586,41.3459,40.653,39.7021,38.7782,37.9504,37.2189,36.8508,36.3667,36.0435,35.7067,35.4039,35.286,35.2926,35.4077,35.514,35.6639,35.8204,36.0773,36.4072,36.9574,37.5031,37.8772,38.2182],[37.1884,37.1889,37.1896,37.1903,37.1918,38.1259,38.7176,39.2211,39.503,39.9019,41.1485,42.0538,41.8493,41.3337,40.6445,39.6955,38.7672,37.9354,37.1968,36.8228,36.3358,36.0132,35.6784,35.3777,35.2513,35.2531,35.369,35.4798,35.6345,35.7872,36.0327,36.401,36.9416,37.4694,37.8801,38.1863],[37.2077,37.2083,37.209,37.2098,37.2113,38.1395,38.7271,39.2146,39.4822,39.8118,41.1469,42.0467,41.8405,41.3371,40.6456,39.6817,38.7484,37.9211,37.184,36.8087,36.3187,35.9975,35.6577,35.3595,35.2321,35.2335,35.3487,35.4745,35.6328,35.7831,36.0158,36.3546,36.9283,37.4661,37.9026,38.1924]],"t_unix":1786455272.5170035,"uid":"p01432","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.975965,37.978046,42.897665]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"is_control":true,"label":"ctl_ink_yellow_close","median_raw":[30.825209,36.440649,4.675863],"median_spectrum_pct":[1.6036,1.58932,1.57293,1.55408,1.53231,1.49191,1.45647,1.41798,1.39132,1.90577,6.31304,17.6197,27.1115,33.6785,37.5912,38.9077,39.0409,38.7909,38.4224,38.3657,38.2929,39.1781,40.4207,40.7199,40.616,40.4403,40.27,39.9813,39.699,39.3809,39.1009,38.8721,38.7945,38.7297,38.5765,38.3992],"phase":"control","raster_sha1":"558146b910c5dfc3","raw":[[30.894308,36.527411,4.684677],[30.825209,36.440649,4.675863],[30.784657,36.386254,4.666731]],"rgb":null,"session":20,"source":"ink","spectrum_pct":[[1.60569,1.59138,1.57495,1.55605,1.53423,1.48981,1.45647,1.42063,1.38746,1.91638,6.33223,17.6609,27.1621,33.7395,37.6746,38.9998,39.1379,38.8903,38.5312,38.4749,38.4007,39.2745,40.5008,40.7856,40.6857,40.5184,40.3498,40.0647,39.7786,39.4675,39.1765,38.9181,38.8544,38.8211,38.6786,38.5185],[1.6036,1.58932,1.57293,1.55408,1.53231,1.49191,1.45601,1.41798,1.39132,1.90577,6.31304,17.6197,27.1115,33.6785,37.5912,38.9077,39.0409,38.7909,38.4224,38.3657,38.2929,39.1781,40.4207,40.7199,40.616,40.4403,40.27,39.9813,39.699,39.3809,39.1009,38.8721,38.7945,38.7297,38.5487,38.3992],[1.60052,1.58626,1.56989,1.55106,1.52934,1.49816,1.46021,1.41465,1.40146,1.89487,6.23866,17.5862,27.1044,33.6366,37.5341,38.8501,38.9708,38.7218,38.3584,38.3007,38.2286,39.1217,40.3755,40.6776,40.5734,40.3992,40.2397,39.9525,39.6718,39.3619,39.0654,38.8145,38.7291,38.6966,38.5765,38.366]],"t_unix":1786455317.6741338,"uid":"p01433","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.825209,36.440649,4.675863]} +{"bayer_k":null,"config":null,"config_name":null,"ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"is_control":true,"label":"ctl_ink_red_close","median_raw":[7.711136,4.422932,1.018215],"median_spectrum_pct":[0.956381,0.955077,0.95358,0.951856,0.949867,0.953159,0.947015,0.928396,0.890613,0.846941,0.892523,1.05407,1.11465,1.12721,1.07503,0.99314,0.987194,1.10038,1.27714,1.53912,2.23555,6.763,14.3287,17.6726,18.1333,17.9352,17.7685,17.7798,18.1397,18.9013,20.1322,21.8141,24.0358,26.3649,28.4481,30.1869],"phase":"control","raster_sha1":"74aa72762ed77c42","raw":[[7.710021,4.422932,1.03487],[7.711136,4.417637,0.992517],[7.730435,4.430477,1.018215]],"rgb":null,"session":20,"source":"ink","spectrum_pct":[[0.956381,0.955077,0.95358,0.951856,0.949867,0.953159,0.947385,0.931715,0.890613,0.886835,1.00431,1.10666,1.11465,1.12721,1.07503,0.99314,0.987194,1.10179,1.28623,1.5549,2.24154,6.75293,14.3108,17.6454,18.0995,17.9116,17.7424,17.7616,18.1227,18.895,20.1164,21.8127,24.0358,26.3649,28.4481,30.1869],[0.924722,0.923397,0.921876,0.920123,0.918142,0.94815,0.942952,0.917811,0.860235,0.786317,0.871213,1.04034,1.09117,1.11815,1.06936,0.992227,0.984244,1.09622,1.27714,1.53912,2.23261,6.763,14.3287,17.6726,18.1333,17.9352,17.7685,17.7798,18.1397,18.9013,20.1322,21.8141,23.9668,26.3466,28.4228,30.0949],[0.965209,0.96391,0.962419,0.960701,0.958713,0.95811,0.947015,0.928396,0.892177,0.846941,0.892523,1.05407,1.12928,1.13218,1.07994,0.997685,0.988932,1.10038,1.27387,1.53722,2.23555,6.78573,14.3627,17.7015,18.1648,17.9711,17.804,17.8226,18.1784,18.9391,20.1693,21.873,24.0491,26.3847,28.5004,30.1981]],"t_unix":1786455362.8818614,"uid":"p01434","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.711136,4.422932,1.018215]} +{"anchor_tag":"close","ink_fraction":{"black":1.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":0,"label":"anchor close black","median_raw":[1.416518,1.138661,2.332537],"median_spectrum_pct":[2.48241,2.4831,2.48389,2.48481,2.48565,2.38609,2.31278,2.24257,2.14891,1.99785,1.89749,1.7562,1.57624,1.39054,1.17657,0.995961,0.869676,0.794634,0.745781,0.731248,0.759802,0.986225,1.25071,1.36624,1.48717,1.69454,2.05069,2.62027,3.52916,4.93756,7.0225,9.92077,13.5413,17.5328,21.2937,24.4831],"phase":"session_anchor","raster_sha1":"1daca356a8f94d5f","raw":[[1.413879,1.135126,2.308688],[1.416518,1.138661,2.332537],[1.420961,1.141721,2.342257]],"session":20,"source":"ink","spectrum_pct":[[2.44206,2.44272,2.44348,2.44435,2.4452,2.38474,2.31278,2.23546,2.11359,1.95753,1.83497,1.72687,1.57196,1.38205,1.1714,0.990641,0.869438,0.795692,0.744679,0.729729,0.758346,0.984684,1.25071,1.36462,1.48717,1.69454,2.05069,2.6227,3.5404,4.95886,7.06516,9.98635,13.6493,17.6182,21.4011,24.6403],[2.48241,2.4831,2.48389,2.48481,2.48565,2.38609,2.30957,2.24257,2.14891,1.99785,1.89749,1.7562,1.57624,1.39242,1.17657,0.995961,0.871673,0.793105,0.745781,0.73127,0.759802,0.986225,1.24667,1.36624,1.48565,1.69265,2.04385,2.61977,3.52716,4.93756,7.02178,9.90782,13.5406,17.4896,21.2676,24.4567],[2.49183,2.49253,2.49333,2.49425,2.4951,2.39267,2.31648,2.24625,2.16124,2.00249,1.91709,1.78366,1.58662,1.39054,1.17665,0.997854,0.869676,0.794634,0.746857,0.731248,0.760901,0.989729,1.25637,1.37065,1.49074,1.70017,2.05581,2.62027,3.52916,4.93191,7.0225,9.92077,13.5413,17.5328,21.2937,24.4831]],"t_unix":1786455408.0322409,"uid":"s020_anchor_close_black","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[1.416518,1.138661,2.332537]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":1.0,"yellow":0.0},"ink_index":1,"label":"anchor close white","median_raw":[34.965355,37.9661,42.929848],"median_spectrum_pct":[37.2074,37.208,37.2087,37.2095,37.2109,38.0899,38.6863,39.2408,39.555,39.9868,41.2811,42.1224,41.8506,41.3213,40.6331,39.6764,38.7414,37.913,37.1786,36.8077,36.3246,35.9946,35.6498,35.3525,35.2303,35.2376,35.3572,35.4611,35.6208,35.7747,36.0341,36.3938,36.9443,37.4841,37.9328,38.2389],"phase":"session_anchor","raster_sha1":"74458a184e222a45","raw":[[34.990248,37.988589,42.94066],[34.965355,37.9661,42.929848],[34.941818,37.943695,42.903392]],"session":20,"source":"ink","spectrum_pct":[[37.2205,37.2211,37.2218,37.2226,37.224,38.0882,38.6863,39.2565,39.5858,39.9868,41.2831,42.1224,41.8764,41.3336,40.6377,39.6859,38.7614,37.9354,37.2072,36.8393,36.3554,36.0231,35.6844,35.3852,35.2631,35.2682,35.3849,35.4954,35.6589,35.8129,36.0726,36.4284,36.9587,37.4903,37.9679,38.298],[37.1903,37.1908,37.1915,37.1923,37.1937,38.0899,38.6855,39.2408,39.555,39.9971,41.2811,42.1263,41.8506,41.3213,40.6331,39.6764,38.7414,37.913,37.1786,36.8077,36.3246,35.9946,35.6498,35.3525,35.2303,35.2376,35.3572,35.4611,35.6208,35.7747,36.0341,36.3938,36.9443,37.4841,37.9328,38.2389],[37.2074,37.208,37.2087,37.2095,37.2109,38.0952,38.6863,39.223,39.5258,39.9153,41.2245,42.0812,41.8336,41.3098,40.6123,39.6533,38.7265,37.902,37.1646,36.7878,36.2991,35.9656,35.6221,35.3237,35.1973,35.2012,35.3216,35.4347,35.594,35.7517,35.9978,36.3684,36.9262,37.4647,37.8979,38.2262]],"t_unix":1786455457.2287016,"uid":"s020_anchor_close_white","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[34.965355,37.9661,42.929848]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":0.0,"white":0.0,"yellow":1.0},"ink_index":2,"label":"anchor close yellow","median_raw":[30.700932,36.28203,4.695504],"median_spectrum_pct":[1.6145,1.6003,1.584,1.56525,1.5436,1.50039,1.46375,1.43731,1.44198,1.95302,6.32037,17.6519,27.0684,33.5562,37.429,38.7294,38.8523,38.5916,38.2272,38.168,38.0913,38.9919,40.2691,40.5806,40.4744,40.3005,40.1345,39.8542,39.5771,39.272,38.9856,38.7578,38.7073,38.6364,38.5168,38.3589],"phase":"session_anchor","raster_sha1":"558146b910c5dfc3","raw":[[30.723147,36.312279,4.688463],[30.700932,36.28203,4.697414],[30.681301,36.255981,4.695504]],"session":20,"source":"ink","spectrum_pct":[[1.63527,1.62106,1.60476,1.58601,1.56432,1.49866,1.45952,1.4361,1.43617,1.92118,6.29157,17.6379,27.0871,33.582,37.4646,38.765,38.8895,38.6317,38.2682,38.2068,38.1323,39.0289,40.2946,40.598,40.4954,40.3231,40.1624,39.8767,39.5911,39.2951,39.0136,38.7725,38.7073,38.6725,38.5168,38.368],[1.6145,1.60029,1.58398,1.56522,1.54355,1.50039,1.46375,1.43731,1.44884,1.95302,6.32037,17.6709,27.0684,33.5562,37.429,38.7294,38.8523,38.5916,38.2272,38.168,38.0913,38.9919,40.2691,40.5806,40.4744,40.3005,40.1345,39.8542,39.5771,39.272,38.9856,38.7578,38.7073,38.6364,38.5316,38.3589],[1.6145,1.6003,1.584,1.56525,1.5436,1.50491,1.46485,1.43788,1.44198,1.95459,6.32541,17.6519,27.0533,33.5336,37.4025,38.7059,38.8202,38.5602,38.1957,38.1319,38.0585,38.9636,40.2462,40.5621,40.4604,40.2812,40.1187,39.8335,39.5536,39.2382,38.9651,38.7243,38.6864,38.6319,38.4957,38.3514]],"t_unix":1786455502.3140533,"uid":"s020_anchor_close_yellow","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[30.700932,36.28203,4.695504]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":0.0,"red":1.0,"white":0.0,"yellow":0.0},"ink_index":3,"label":"anchor close red","median_raw":[7.696358,4.411885,1.016448],"median_spectrum_pct":[0.961013,0.959717,0.958228,0.956514,0.954534,0.956721,0.948359,0.931327,0.888614,0.840824,0.905045,1.05415,1.13034,1.13182,1.07551,0.995333,0.984219,1.0988,1.27702,1.5387,2.23372,6.75029,14.295,17.6225,18.081,17.8864,17.7217,17.7403,18.1014,18.8681,20.0884,21.7966,23.9777,26.3185,28.4353,30.1787],"phase":"session_anchor","raster_sha1":"74aa72762ed77c42","raw":[[7.68914,4.411684,1.026877],[7.696358,4.411885,1.009633],[7.705345,4.416179,1.016448]],"session":20,"source":"ink","spectrum_pct":[[0.961013,0.959717,0.958228,0.956514,0.954534,0.956544,0.949262,0.931327,0.894035,0.879234,0.913664,1.08329,1.13034,1.13534,1.07741,0.995333,0.984331,1.09911,1.28568,1.55144,2.23748,6.73774,14.2685,17.5959,18.0519,17.8606,17.6936,17.7112,18.0761,18.8465,20.0806,21.7871,23.9482,26.311,28.4631,30.1856],[0.963029,0.961736,0.960251,0.95854,0.956562,0.956721,0.946985,0.933587,0.888614,0.809845,0.859627,1.05415,1.11919,1.12671,1.07539,0.994947,0.984112,1.0988,1.27702,1.5387,2.23372,6.75029,14.295,17.6225,18.081,17.8864,17.7217,17.7403,18.1014,18.8681,20.0884,21.7966,23.9777,26.3185,28.3834,30.1394],[0.954176,0.952873,0.951377,0.949653,0.947675,0.957435,0.948359,0.929568,0.886429,0.840824,0.905045,1.04495,1.13229,1.13182,1.07551,0.99814,0.984219,1.09549,1.26879,1.52961,2.22821,6.76222,14.3156,17.6416,18.1051,17.9155,17.7509,17.7643,18.1262,18.8769,20.1197,21.8216,23.995,26.3442,28.4353,30.1787]],"t_unix":1786455551.4652612,"uid":"s020_anchor_close_red","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[7.696358,4.411885,1.016448]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":1.0,"green":0.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":4,"label":"anchor close blue","median_raw":[8.089778,7.808145,27.51285],"median_spectrum_pct":[24.6621,24.6694,24.6777,24.6873,24.699,25.4472,26.1545,26.6068,26.3062,25.9797,25.5827,22.8095,18.8929,15.1272,11.7683,9.03786,7.03827,5.64495,4.69911,4.10586,3.7243,3.54327,3.48791,3.53148,3.69555,4.01992,4.54371,5.30296,6.39132,7.90149,10.0244,12.8496,16.3805,20.2392,23.8906,27.0127],"phase":"session_anchor","raster_sha1":"260250b62f7214b1","raw":[[8.072719,7.789197,27.461355],[8.089778,7.808145,27.51285],[8.099857,7.821461,27.540196]],"session":20,"source":"ink","spectrum_pct":[[24.608,24.6152,24.6236,24.6332,24.6448,25.3858,26.0913,26.5626,26.2717,25.933,25.5685,22.7409,18.8513,15.0973,11.7389,9.00959,7.0179,5.62871,4.6881,4.09423,3.71211,3.53282,3.47906,3.52168,3.68879,4.01423,4.53446,5.29988,6.39132,7.8903,10.0,12.8429,16.3694,20.2392,23.91,27.0238],[24.6621,24.6694,24.6777,24.6873,24.699,25.4472,26.1545,26.6068,26.3062,25.9855,25.5827,22.8095,18.8929,15.1272,11.7683,9.03786,7.03827,5.64495,4.69911,4.10586,3.7243,3.54327,3.48791,3.53148,3.69555,4.01992,4.54371,5.30296,6.38921,7.90149,10.0244,12.8496,16.3805,20.2228,23.8906,26.9985],[24.6845,24.6918,24.7001,24.7097,24.7214,25.4827,26.194,26.6415,26.319,25.9797,25.6176,22.8298,18.9395,15.1628,11.7946,9.05274,7.05024,5.65706,4.70964,4.11184,3.72682,3.54868,3.49144,3.53646,3.70791,4.02825,4.54688,5.30602,6.40039,7.91382,10.0269,12.852,16.3903,20.2464,23.883,27.0127]],"t_unix":1786455596.6103535,"uid":"s020_anchor_close_blue","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[8.089778,7.808145,27.51285]} +{"anchor_tag":"close","ink_fraction":{"black":0.0,"blue":0.0,"green":1.0,"red":0.0,"white":0.0,"yellow":0.0},"ink_index":5,"label":"anchor close green","median_raw":[5.314626,8.075209,6.480346],"median_spectrum_pct":[4.60368,4.60228,4.60068,4.59884,4.59638,4.43794,4.37622,4.40301,4.24542,4.69488,9.24238,16.1412,17.4934,15.8547,13.2665,10.6881,8.63446,7.14387,6.10541,5.43657,4.98555,4.80328,4.75927,4.77733,4.91772,5.22596,5.73257,6.46979,7.52494,9.0317,11.1184,13.8628,17.2226,20.8941,24.3868,27.3341],"phase":"session_anchor","raster_sha1":"eb83c1f5aff81ccc","raw":[[5.321799,8.090225,6.480346],[5.305646,8.064373,6.474139],[5.314626,8.075209,6.494631]],"session":20,"source":"ink","spectrum_pct":[[4.61839,4.617,4.6154,4.61355,4.61111,4.46161,4.39804,4.40301,4.23807,4.68604,9.19161,16.1257,17.5216,15.8943,13.3087,10.7182,8.65522,7.16069,6.11766,5.44644,4.99663,4.81099,4.76711,4.78711,4.92833,5.23819,5.74113,6.47655,7.54593,9.06152,11.1395,13.8846,17.2722,20.9341,24.4377,27.3893],[4.60311,4.60172,4.60013,4.5983,4.59584,4.43014,4.36878,4.39741,4.24542,4.69488,9.24238,16.1412,17.4776,15.8299,13.248,10.6749,8.62569,7.13793,6.09725,5.42823,4.97816,4.79395,4.75102,4.77022,4.91272,5.22151,5.72753,6.45804,7.52494,9.02169,11.1066,13.8473,17.2168,20.8794,24.3868,27.3331],[4.60368,4.60228,4.60068,4.59884,4.59638,4.43794,4.37622,4.41022,4.27124,4.74894,9.26328,16.1498,17.4934,15.8547,13.2665,10.6881,8.63446,7.14387,6.10541,5.43657,4.98555,4.80328,4.75927,4.77733,4.91772,5.22596,5.73257,6.46979,7.52301,9.0317,11.1184,13.8628,17.2226,20.8941,24.3819,27.3341]],"t_unix":1786455641.732233,"uid":"s020_anchor_close_green","wavelengths_nm":[380.0,390.0,400.0,410.0,420.0,430.0,440.0,450.0,460.0,470.0,480.0,490.0,500.0,510.0,520.0,530.0,540.0,550.0,560.0,570.0,580.0,590.0,600.0,610.0,620.0,630.0,640.0,650.0,660.0,670.0,680.0,690.0,700.0,710.0,720.0,730.0],"xyz_d65_pct":[5.314626,8.075209,6.480346]} diff --git a/docs/screens/bigme_f7/measurements/data/campaign_spec.json b/docs/screens/bigme_f7/measurements/data/campaign_spec.json new file mode 100644 index 00000000..95e08e02 --- /dev/null +++ b/docs/screens/bigme_f7/measurements/data/campaign_spec.json @@ -0,0 +1,30395 @@ +{ + "model": "bigme_f7", + "seed": 20260808, + "seconds_per_patch": 47.0, + "patches": [ + { + "uid": "p01269", + "phase": "control", + "source": "ink", + "label": "ctl_ink_black_open", + "bayer_k": null, + "ink_index": 0, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01270", + "phase": "control", + "source": "ink", + "label": "ctl_ink_white_open", + "bayer_k": null, + "ink_index": 1, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01271", + "phase": "control", + "source": "ink", + "label": "ctl_ink_yellow_open", + "bayer_k": null, + "ink_index": 2, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01272", + "phase": "control", + "source": "ink", + "label": "ctl_ink_red_open", + "bayer_k": null, + "ink_index": 3, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01273", + "phase": "control", + "source": "ink", + "label": "ctl_ink_blue_open", + "bayer_k": null, + "ink_index": 4, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01274", + "phase": "control", + "source": "ink", + "label": "ctl_ink_green_open", + "bayer_k": null, + "ink_index": 5, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01275", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01276", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01277", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00007", + "phase": "inks", + "source": "ink", + "label": "ink black r2", + "bayer_k": null, + "ink_index": 0, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00006", + "phase": "inks", + "source": "ink", + "label": "ink green r1", + "bayer_k": null, + "ink_index": 5, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00016", + "phase": "inks", + "source": "ink", + "label": "ink red r3", + "bayer_k": null, + "ink_index": 3, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00017", + "phase": "inks", + "source": "ink", + "label": "ink blue r3", + "bayer_k": null, + "ink_index": 4, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00009", + "phase": "inks", + "source": "ink", + "label": "ink yellow r2", + "bayer_k": null, + "ink_index": 2, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00014", + "phase": "inks", + "source": "ink", + "label": "ink white r3", + "bayer_k": null, + "ink_index": 1, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00005", + "phase": "inks", + "source": "ink", + "label": "ink blue r1", + "bayer_k": null, + "ink_index": 4, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00015", + "phase": "inks", + "source": "ink", + "label": "ink yellow r3", + "bayer_k": null, + "ink_index": 2, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00008", + "phase": "inks", + "source": "ink", + "label": "ink white r2", + "bayer_k": null, + "ink_index": 1, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00004", + "phase": "inks", + "source": "ink", + "label": "ink red r1", + "bayer_k": null, + "ink_index": 3, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00001", + "phase": "inks", + "source": "ink", + "label": "ink black r1", + "bayer_k": null, + "ink_index": 0, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00003", + "phase": "inks", + "source": "ink", + "label": "ink yellow r1", + "bayer_k": null, + "ink_index": 2, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00010", + "phase": "inks", + "source": "ink", + "label": "ink red r2", + "bayer_k": null, + "ink_index": 3, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00011", + "phase": "inks", + "source": "ink", + "label": "ink blue r2", + "bayer_k": null, + "ink_index": 4, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00013", + "phase": "inks", + "source": "ink", + "label": "ink black r3", + "bayer_k": null, + "ink_index": 0, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00012", + "phase": "inks", + "source": "ink", + "label": "ink green r2", + "bayer_k": null, + "ink_index": 5, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00002", + "phase": "inks", + "source": "ink", + "label": "ink white r1", + "bayer_k": null, + "ink_index": 1, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00018", + "phase": "inks", + "source": "ink", + "label": "ink green r3", + "bayer_k": null, + "ink_index": 5, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00058", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 39/64", + "bayer_k": 39, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00051", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 32/64", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00044", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 25/64", + "bayer_k": 25, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00019", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 0/64", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00067", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 48/64", + "bayer_k": 48, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00032", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 13/64", + "bayer_k": 13, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00079", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 60/64", + "bayer_k": 60, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p01278", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01279", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01280", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00024", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 5/64", + "bayer_k": 5, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00035", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 16/64", + "bayer_k": 16, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00057", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 38/64", + "bayer_k": 38, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00042", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 23/64", + "bayer_k": 23, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00052", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 33/64", + "bayer_k": 33, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00033", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 14/64", + "bayer_k": 14, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00074", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 55/64", + "bayer_k": 55, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00031", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 12/64", + "bayer_k": 12, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00076", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 57/64", + "bayer_k": 57, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00050", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 31/64", + "bayer_k": 31, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00028", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 9/64", + "bayer_k": 9, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00078", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 59/64", + "bayer_k": 59, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00039", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 20/64", + "bayer_k": 20, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00072", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 53/64", + "bayer_k": 53, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00061", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 42/64", + "bayer_k": 42, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00080", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 61/64", + "bayer_k": 61, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00081", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 62/64", + "bayer_k": 62, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00069", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 50/64", + "bayer_k": 50, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00029", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 10/64", + "bayer_k": 10, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00071", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 52/64", + "bayer_k": 52, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00049", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 30/64", + "bayer_k": 30, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00021", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 2/64", + "bayer_k": 2, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00038", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 19/64", + "bayer_k": 19, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00023", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 4/64", + "bayer_k": 4, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00054", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 35/64", + "bayer_k": 35, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p01281", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01282", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01283", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00070", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 51/64", + "bayer_k": 51, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00056", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 37/64", + "bayer_k": 37, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00030", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 11/64", + "bayer_k": 11, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00041", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 22/64", + "bayer_k": 22, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00040", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 21/64", + "bayer_k": 21, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00073", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 54/64", + "bayer_k": 54, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00036", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 17/64", + "bayer_k": 17, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00063", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 44/64", + "bayer_k": 44, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00020", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 1/64", + "bayer_k": 1, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00047", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 28/64", + "bayer_k": 28, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00068", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 49/64", + "bayer_k": 49, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00053", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 34/64", + "bayer_k": 34, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00034", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 15/64", + "bayer_k": 15, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00077", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 58/64", + "bayer_k": 58, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00026", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 7/64", + "bayer_k": 7, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00025", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 6/64", + "bayer_k": 6, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00083", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 64/64", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00059", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 40/64", + "bayer_k": 40, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00055", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 36/64", + "bayer_k": 36, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00046", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 27/64", + "bayer_k": 27, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00027", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 8/64", + "bayer_k": 8, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00037", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 18/64", + "bayer_k": 18, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00060", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 41/64", + "bayer_k": 41, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00065", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 46/64", + "bayer_k": 46, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00043", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 24/64", + "bayer_k": 24, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p01284", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01285", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01286", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00048", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 29/64", + "bayer_k": 29, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00066", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 47/64", + "bayer_k": 47, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00045", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 26/64", + "bayer_k": 26, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00075", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 56/64", + "bayer_k": 56, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00062", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 43/64", + "bayer_k": 43, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00022", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 3/64", + "bayer_k": 3, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00064", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 45/64", + "bayer_k": 45, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00082", + "phase": "tone_fine", + "source": "bayer", + "label": "bayer 63/64", + "bayer_k": 63, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00105", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00126", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00103", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00127", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00132", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00091", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00133", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00117", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00100", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00107", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00086", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00097", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00095", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00098", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00111", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00099", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00130", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01287", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01288", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01289", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00090", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00129", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00085", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00121", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00104", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00116", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00131", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00087", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00084", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00128", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00102", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00118", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00134", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00109", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00094", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00114", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00101", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00106", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00110", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00115", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00113", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00108", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp hue_aware gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "atkinson_serp_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00096", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00112", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00119", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01290", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01291", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01292", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00088", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00093", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00124", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00092", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00089", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp bw gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00123", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00135", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00120", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00122", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp oklab_hue_aware gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "atkinson_serp_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00125", + "phase": "lut_gain", + "source": "pipeline", + "label": "atkinson_serp cam16ucs_hue_aware gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "atkinson_serp_cam16ucs_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00146", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 44/64", + "bayer_k": 44, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00192", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00218", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00154", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00168", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00197", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00147", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 48/64", + "bayer_k": 48, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00185", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00145", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 40/64", + "bayer_k": 40, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00160", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00186", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00158", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00143", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 32/64", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00184", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00165", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01293", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01294", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01295", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00199", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00176", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00166", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00136", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 4/64", + "bayer_k": 4, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00164", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00201", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00142", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 28/64", + "bayer_k": 28, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00209", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00198", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00144", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 36/64", + "bayer_k": 36, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00138", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 12/64", + "bayer_k": 12, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00170", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00177", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00203", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00217", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00191", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00205", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00148", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 52/64", + "bayer_k": 52, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00152", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00189", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00162", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00224", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00221", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00194", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00207", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01296", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01297", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01298", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00139", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 16/64", + "bayer_k": 16, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00223", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00193", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00171", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00195", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00182", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00151", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00149", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00187", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00169", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00216", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00202", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00188", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00153", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00159", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00155", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00161", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00226", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00225", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00140", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 20/64", + "bayer_k": 20, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00163", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00220", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00137", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 8/64", + "bayer_k": 8, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00175", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00219", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01299", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01300", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01301", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00212", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00190", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00196", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00178", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00210", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00222", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00215", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00172", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00179", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00181", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00204", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00211", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00183", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00208", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00174", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00156", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00214", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki_serp gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "stucki_serp_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00173", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00150", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00180", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "atkinson_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00167", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg_serp gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "floyd_steinberg_serp_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00213", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00200", + "phase": "algo_gain", + "source": "pipeline", + "label": "atkinson_serp gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "atkinson_serp_bw", + "config": { + "algorithm": "atkinson", + "lut_name": "bw", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00206", + "phase": "algo_gain", + "source": "pipeline", + "label": "stucki gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "stucki_bw", + "config": { + "algorithm": "stucki", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00157", + "phase": "algo_gain", + "source": "pipeline", + "label": "floyd_steinberg gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "floyd_steinberg_bw", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "bw", + "serpentine": false, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01302", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01303", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01304", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00141", + "phase": "algo_gain", + "source": "bayer", + "label": "bayer 24/64", + "bayer_k": 24, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": false, + "meta": {} + }, + { + "uid": "p00235", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray162", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 162, + 162 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00230", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray59", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 59, + 59, + 59 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00227", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray0", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00238", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray231", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 231, + 231 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00237", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray208", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 208, + 208, + 208 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00232", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray98", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 98, + 98, + 98 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00229", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray41", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 41, + 41, + 41 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00228", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray24", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 24, + 24, + 24 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00239", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray255", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00231", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray78", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 78, + 78 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00233", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray119", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 119, + 119, + 119 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00236", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray185", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 185, + 185 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00234", + "phase": "lut_algo_cross", + "source": "pipeline", + "label": "fs_serp hue_aware gray140", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 140, + 140 + ], + "config_name": "fs_serp_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00284", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 81, 71) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 81, + 71 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00294", + "phase": "skin", + "source": "pipeline", + "label": "skin (134, 114, 107) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 134, + 114, + 107 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00359", + "phase": "skin", + "source": "pipeline", + "label": "skin (193, 102, 103) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 193, + 102, + 103 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00468", + "phase": "skin", + "source": "pipeline", + "label": "skin (167, 132, 128) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 167, + 132, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00501", + "phase": "skin", + "source": "pipeline", + "label": "skin (221, 174, 168) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 221, + 174, + 168 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00322", + "phase": "skin", + "source": "pipeline", + "label": "skin (168, 147, 145) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 168, + 147, + 145 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00354", + "phase": "skin", + "source": "pipeline", + "label": "skin (192, 172, 158) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 192, + 172, + 158 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00478", + "phase": "skin", + "source": "pipeline", + "label": "skin (180, 110, 81) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 180, + 110, + 81 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00482", + "phase": "skin", + "source": "pipeline", + "label": "skin (186, 168, 166) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 186, + 168, + 166 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00350", + "phase": "skin", + "source": "pipeline", + "label": "skin (186, 158, 150) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 186, + 158, + 150 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00371", + "phase": "skin", + "source": "pipeline", + "label": "skin (204, 178, 168) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 204, + 178, + 168 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01305", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01306", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01307", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00263", + "phase": "skin", + "source": "pipeline", + "label": "skin (84, 58, 47) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 84, + 58, + 47 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00446", + "phase": "skin", + "source": "pipeline", + "label": "skin (109, 58, 52) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 109, + 58, + 52 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00316", + "phase": "skin", + "source": "pipeline", + "label": "skin (162, 134, 122) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 134, + 122 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00476", + "phase": "skin", + "source": "pipeline", + "label": "skin (179, 161, 159) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 179, + 161, + 159 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00377", + "phase": "skin", + "source": "pipeline", + "label": "skin (206, 157, 127) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 206, + 157, + 127 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00386", + "phase": "skin", + "source": "pipeline", + "label": "skin (212, 144, 117) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 212, + 144, + 117 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00497", + "phase": "skin", + "source": "pipeline", + "label": "skin (203, 173, 153) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 203, + 173, + 153 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00422", + "phase": "skin", + "source": "pipeline", + "label": "skin (73, 40, 24) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 73, + 40, + 24 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00393", + "phase": "skin", + "source": "pipeline", + "label": "skin (215, 190, 172) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 215, + 190, + 172 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00465", + "phase": "skin", + "source": "pipeline", + "label": "skin (147, 105, 78) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 147, + 105, + 78 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00310", + "phase": "skin", + "source": "pipeline", + "label": "skin (144, 102, 65) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 144, + 102, + 65 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00378", + "phase": "skin", + "source": "pipeline", + "label": "skin (211, 177, 168) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 211, + 177, + 168 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00486", + "phase": "skin", + "source": "pipeline", + "label": "skin (191, 114, 111) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 114, + 111 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00258", + "phase": "skin", + "source": "pipeline", + "label": "skin (80, 54, 53) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 80, + 54, + 53 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00280", + "phase": "skin", + "source": "pipeline", + "label": "skin (104, 83, 76) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 104, + 83, + 76 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00454", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 75, 41) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 75, + 41 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00526", + "phase": "skin", + "source": "pipeline", + "label": "skin (240, 188, 183) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 240, + 188, + 183 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00293", + "phase": "skin", + "source": "pipeline", + "label": "skin (127, 98, 93) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 127, + 98, + 93 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00452", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 65, 49) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 65, + 49 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00364", + "phase": "skin", + "source": "pipeline", + "label": "skin (196, 149, 139) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 196, + 149, + 139 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00384", + "phase": "skin", + "source": "pipeline", + "label": "skin (212, 144, 117) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 212, + 144, + 117 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00414", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 197, 192) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 197, + 192 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00461", + "phase": "skin", + "source": "pipeline", + "label": "skin (133, 93, 91) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 133, + 93, + 91 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00459", + "phase": "skin", + "source": "pipeline", + "label": "skin (133, 93, 91) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 133, + 93, + 91 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00363", + "phase": "skin", + "source": "pipeline", + "label": "skin (196, 149, 139) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 196, + 149, + 139 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01308", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01309", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01310", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00474", + "phase": "skin", + "source": "pipeline", + "label": "skin (179, 161, 159) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 179, + 161, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00448", + "phase": "skin", + "source": "pipeline", + "label": "skin (110, 72, 36) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 110, + 72, + 36 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00262", + "phase": "skin", + "source": "pipeline", + "label": "skin (84, 58, 47) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 84, + 58, + 47 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00306", + "phase": "skin", + "source": "pipeline", + "label": "skin (140, 126, 116) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 126, + 116 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00531", + "phase": "skin", + "source": "pipeline", + "label": "skin (246, 183, 177) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 246, + 183, + 177 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00436", + "phase": "skin", + "source": "pipeline", + "label": "skin (94, 77, 68) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 94, + 77, + 68 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00417", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 209, 202) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 209, + 202 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00256", + "phase": "skin", + "source": "pipeline", + "label": "skin (78, 58, 47) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 58, + 47 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00355", + "phase": "skin", + "source": "pipeline", + "label": "skin (192, 172, 158) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 192, + 172, + 158 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00397", + "phase": "skin", + "source": "pipeline", + "label": "skin (218, 187, 169) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 218, + 187, + 169 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00514", + "phase": "skin", + "source": "pipeline", + "label": "skin (231, 192, 167) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 192, + 167 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00402", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 176, 166) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 176, + 166 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00425", + "phase": "skin", + "source": "pipeline", + "label": "skin (76, 39, 25) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 76, + 39, + 25 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00520", + "phase": "skin", + "source": "pipeline", + "label": "skin (235, 169, 144) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 235, + 169, + 144 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00438", + "phase": "skin", + "source": "pipeline", + "label": "skin (96, 73, 65) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 73, + 65 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00450", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 65, 49) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 65, + 49 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00413", + "phase": "skin", + "source": "pipeline", + "label": "skin (233, 192, 167) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 233, + 192, + 167 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00337", + "phase": "skin", + "source": "pipeline", + "label": "skin (179, 128, 95) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 179, + 128, + 95 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00246", + "phase": "skin", + "source": "pipeline", + "label": "skin (66, 52, 48) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 66, + 52, + 48 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00390", + "phase": "skin", + "source": "pipeline", + "label": "skin (215, 142, 127) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 215, + 142, + 127 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00488", + "phase": "skin", + "source": "pipeline", + "label": "skin (191, 114, 111) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 114, + 111 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00473", + "phase": "skin", + "source": "pipeline", + "label": "skin (172, 104, 96) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 172, + 104, + 96 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00504", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 206, 204) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 206, + 204 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00394", + "phase": "skin", + "source": "pipeline", + "label": "skin (215, 190, 172) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 215, + 190, + 172 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00369", + "phase": "skin", + "source": "pipeline", + "label": "skin (204, 178, 168) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 204, + 178, + 168 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01311", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01312", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01313", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00345", + "phase": "skin", + "source": "pipeline", + "label": "skin (185, 154, 134) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 154, + 134 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00532", + "phase": "skin", + "source": "pipeline", + "label": "skin (246, 183, 177) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 246, + 183, + 177 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00492", + "phase": "skin", + "source": "pipeline", + "label": "skin (201, 173, 157) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 201, + 173, + 157 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00374", + "phase": "skin", + "source": "pipeline", + "label": "skin (204, 182, 173) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 204, + 182, + 173 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00409", + "phase": "skin", + "source": "pipeline", + "label": "skin (230, 155, 147) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 230, + 155, + 147 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00535", + "phase": "skin", + "source": "pipeline", + "label": "skin (247, 221, 203) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 247, + 221, + 203 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00401", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 171, 138) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 171, + 138 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00267", + "phase": "skin", + "source": "pipeline", + "label": "skin (93, 60, 50) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 93, + 60, + 50 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00311", + "phase": "skin", + "source": "pipeline", + "label": "skin (144, 102, 65) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 144, + 102, + 65 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00248", + "phase": "skin", + "source": "pipeline", + "label": "skin (66, 52, 48) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 66, + 52, + 48 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00264", + "phase": "skin", + "source": "pipeline", + "label": "skin (90, 61, 38) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 90, + 61, + 38 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00318", + "phase": "skin", + "source": "pipeline", + "label": "skin (164, 140, 120) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 164, + 140, + 120 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00487", + "phase": "skin", + "source": "pipeline", + "label": "skin (191, 114, 111) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 114, + 111 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00527", + "phase": "skin", + "source": "pipeline", + "label": "skin (240, 188, 183) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 240, + 188, + 183 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00271", + "phase": "skin", + "source": "pipeline", + "label": "skin (94, 63, 49) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 94, + 63, + 49 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00352", + "phase": "skin", + "source": "pipeline", + "label": "skin (188, 162, 147) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 188, + 162, + 147 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00375", + "phase": "skin", + "source": "pipeline", + "label": "skin (206, 157, 127) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 206, + 157, + 127 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00367", + "phase": "skin", + "source": "pipeline", + "label": "skin (201, 167, 151) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 201, + 167, + 151 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00433", + "phase": "skin", + "source": "pipeline", + "label": "skin (80, 48, 35) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 80, + 48, + 35 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00387", + "phase": "skin", + "source": "pipeline", + "label": "skin (213, 167, 138) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 213, + 167, + 138 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00427", + "phase": "skin", + "source": "pipeline", + "label": "skin (78, 51, 50) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 51, + 50 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00519", + "phase": "skin", + "source": "pipeline", + "label": "skin (235, 169, 144) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 235, + 169, + 144 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00273", + "phase": "skin", + "source": "pipeline", + "label": "skin (101, 59, 43) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 101, + 59, + 43 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00251", + "phase": "skin", + "source": "pipeline", + "label": "skin (69, 44, 23) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 69, + 44, + 23 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00276", + "phase": "skin", + "source": "pipeline", + "label": "skin (104, 68, 68) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 104, + 68, + 68 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01314", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01315", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01316", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00305", + "phase": "skin", + "source": "pipeline", + "label": "skin (139, 118, 117) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 139, + 118, + 117 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00250", + "phase": "skin", + "source": "pipeline", + "label": "skin (69, 44, 23) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 69, + 44, + 23 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00339", + "phase": "skin", + "source": "pipeline", + "label": "skin (181, 145, 139) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 181, + 145, + 139 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00420", + "phase": "skin", + "source": "pipeline", + "label": "skin (73, 40, 24) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 73, + 40, + 24 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00315", + "phase": "skin", + "source": "pipeline", + "label": "skin (162, 134, 122) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 134, + 122 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00419", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 209, 202) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 209, + 202 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00304", + "phase": "skin", + "source": "pipeline", + "label": "skin (139, 118, 117) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 139, + 118, + 117 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00317", + "phase": "skin", + "source": "pipeline", + "label": "skin (162, 134, 122) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 134, + 122 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00253", + "phase": "skin", + "source": "pipeline", + "label": "skin (71, 58, 50) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 71, + 58, + 50 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00260", + "phase": "skin", + "source": "pipeline", + "label": "skin (80, 54, 53) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 80, + 54, + 53 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00277", + "phase": "skin", + "source": "pipeline", + "label": "skin (104, 68, 68) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 104, + 68, + 68 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00341", + "phase": "skin", + "source": "pipeline", + "label": "skin (181, 145, 139) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 181, + 145, + 139 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00505", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 206, 204) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 206, + 204 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00278", + "phase": "skin", + "source": "pipeline", + "label": "skin (104, 68, 68) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 104, + 68, + 68 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00477", + "phase": "skin", + "source": "pipeline", + "label": "skin (180, 110, 81) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 180, + 110, + 81 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00331", + "phase": "skin", + "source": "pipeline", + "label": "skin (176, 159, 146) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 176, + 159, + 146 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00329", + "phase": "skin", + "source": "pipeline", + "label": "skin (170, 113, 79) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 170, + 113, + 79 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00324", + "phase": "skin", + "source": "pipeline", + "label": "skin (169, 152, 148) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 169, + 152, + 148 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00320", + "phase": "skin", + "source": "pipeline", + "label": "skin (164, 140, 120) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 164, + 140, + 120 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00538", + "phase": "skin", + "source": "pipeline", + "label": "skin (252, 205, 179) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 252, + 205, + 179 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00403", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 176, 166) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 176, + 166 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00517", + "phase": "skin", + "source": "pipeline", + "label": "skin (235, 160, 150) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 235, + 160, + 150 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00323", + "phase": "skin", + "source": "pipeline", + "label": "skin (168, 147, 145) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 168, + 147, + 145 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00254", + "phase": "skin", + "source": "pipeline", + "label": "skin (71, 58, 50) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 71, + 58, + 50 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00493", + "phase": "skin", + "source": "pipeline", + "label": "skin (201, 173, 157) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 201, + 173, + 157 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01317", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01318", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01319", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00334", + "phase": "skin", + "source": "pipeline", + "label": "skin (177, 98, 83) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 177, + 98, + 83 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00287", + "phase": "skin", + "source": "pipeline", + "label": "skin (114, 73, 58) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 114, + 73, + 58 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00524", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 207, 197) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 207, + 197 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00288", + "phase": "skin", + "source": "pipeline", + "label": "skin (124, 96, 84) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 124, + 96, + 84 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00453", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 75, 41) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 75, + 41 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00282", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 81, 71) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 81, + 71 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00381", + "phase": "skin", + "source": "pipeline", + "label": "skin (212, 131, 120) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 212, + 131, + 120 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00490", + "phase": "skin", + "source": "pipeline", + "label": "skin (199, 130, 121) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 199, + 130, + 121 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00445", + "phase": "skin", + "source": "pipeline", + "label": "skin (109, 58, 52) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 109, + 58, + 52 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00418", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 209, 202) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 209, + 202 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00303", + "phase": "skin", + "source": "pipeline", + "label": "skin (139, 118, 117) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 139, + 118, + 117 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00327", + "phase": "skin", + "source": "pipeline", + "label": "skin (170, 113, 79) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 170, + 113, + 79 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00523", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 207, 197) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 207, + 197 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00328", + "phase": "skin", + "source": "pipeline", + "label": "skin (170, 113, 79) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 170, + 113, + 79 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00368", + "phase": "skin", + "source": "pipeline", + "label": "skin (201, 167, 151) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 201, + 167, + 151 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00444", + "phase": "skin", + "source": "pipeline", + "label": "skin (109, 58, 52) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 109, + 58, + 52 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00529", + "phase": "skin", + "source": "pipeline", + "label": "skin (241, 190, 156) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 241, + 190, + 156 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00424", + "phase": "skin", + "source": "pipeline", + "label": "skin (76, 39, 25) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 76, + 39, + 25 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00291", + "phase": "skin", + "source": "pipeline", + "label": "skin (127, 98, 93) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 127, + 98, + 93 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00449", + "phase": "skin", + "source": "pipeline", + "label": "skin (110, 72, 36) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 110, + 72, + 36 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00279", + "phase": "skin", + "source": "pipeline", + "label": "skin (104, 83, 76) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 104, + 83, + 76 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00502", + "phase": "skin", + "source": "pipeline", + "label": "skin (221, 174, 168) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 221, + 174, + 168 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00385", + "phase": "skin", + "source": "pipeline", + "label": "skin (212, 144, 117) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 212, + 144, + 117 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00249", + "phase": "skin", + "source": "pipeline", + "label": "skin (69, 44, 23) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 69, + 44, + 23 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00255", + "phase": "skin", + "source": "pipeline", + "label": "skin (78, 58, 47) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 58, + 47 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01320", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01321", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01322", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00299", + "phase": "skin", + "source": "pipeline", + "label": "skin (135, 96, 64) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 135, + 96, + 64 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00373", + "phase": "skin", + "source": "pipeline", + "label": "skin (204, 182, 173) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 204, + 182, + 173 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00283", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 81, 71) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 81, + 71 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00435", + "phase": "skin", + "source": "pipeline", + "label": "skin (94, 77, 68) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 94, + 77, + 68 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00245", + "phase": "skin", + "source": "pipeline", + "label": "skin (66, 51, 49) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 66, + 51, + 49 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00307", + "phase": "skin", + "source": "pipeline", + "label": "skin (140, 126, 116) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 126, + 116 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00533", + "phase": "skin", + "source": "pipeline", + "label": "skin (246, 183, 177) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 246, + 183, + 177 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00481", + "phase": "skin", + "source": "pipeline", + "label": "skin (186, 168, 166) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 186, + 168, + 166 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00423", + "phase": "skin", + "source": "pipeline", + "label": "skin (76, 39, 25) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 76, + 39, + 25 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00365", + "phase": "skin", + "source": "pipeline", + "label": "skin (196, 149, 139) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 196, + 149, + 139 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00416", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 197, 192) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 197, + 192 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00421", + "phase": "skin", + "source": "pipeline", + "label": "skin (73, 40, 24) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 73, + 40, + 24 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00340", + "phase": "skin", + "source": "pipeline", + "label": "skin (181, 145, 139) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 181, + 145, + 139 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00536", + "phase": "skin", + "source": "pipeline", + "label": "skin (247, 221, 203) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 247, + 221, + 203 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00484", + "phase": "skin", + "source": "pipeline", + "label": "skin (190, 134, 123) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 190, + 134, + 123 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00407", + "phase": "skin", + "source": "pipeline", + "label": "skin (225, 202, 194) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 225, + 202, + 194 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00491", + "phase": "skin", + "source": "pipeline", + "label": "skin (199, 130, 121) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 199, + 130, + 121 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00300", + "phase": "skin", + "source": "pipeline", + "label": "skin (136, 95, 84) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 136, + 95, + 84 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00516", + "phase": "skin", + "source": "pipeline", + "label": "skin (235, 160, 150) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 235, + 160, + 150 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00242", + "phase": "skin", + "source": "pipeline", + "label": "skin (58, 45, 39) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 58, + 45, + 39 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00295", + "phase": "skin", + "source": "pipeline", + "label": "skin (134, 114, 107) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 134, + 114, + 107 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00513", + "phase": "skin", + "source": "pipeline", + "label": "skin (231, 192, 167) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 192, + 167 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00528", + "phase": "skin", + "source": "pipeline", + "label": "skin (241, 190, 156) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 241, + 190, + 156 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00447", + "phase": "skin", + "source": "pipeline", + "label": "skin (110, 72, 36) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 110, + 72, + 36 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00411", + "phase": "skin", + "source": "pipeline", + "label": "skin (233, 192, 167) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 233, + 192, + 167 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01323", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01324", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01325", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00392", + "phase": "skin", + "source": "pipeline", + "label": "skin (215, 142, 127) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 215, + 142, + 127 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00335", + "phase": "skin", + "source": "pipeline", + "label": "skin (177, 98, 83) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 177, + 98, + 83 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00286", + "phase": "skin", + "source": "pipeline", + "label": "skin (114, 73, 58) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 114, + 73, + 58 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00462", + "phase": "skin", + "source": "pipeline", + "label": "skin (147, 75, 69) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 147, + 75, + 69 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00380", + "phase": "skin", + "source": "pipeline", + "label": "skin (211, 177, 168) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 211, + 177, + 168 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00440", + "phase": "skin", + "source": "pipeline", + "label": "skin (96, 73, 65) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 73, + 65 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00525", + "phase": "skin", + "source": "pipeline", + "label": "skin (240, 188, 183) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 240, + 188, + 183 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00391", + "phase": "skin", + "source": "pipeline", + "label": "skin (215, 142, 127) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 215, + 142, + 127 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00426", + "phase": "skin", + "source": "pipeline", + "label": "skin (78, 51, 50) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 51, + 50 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00400", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 171, 138) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 171, + 138 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00480", + "phase": "skin", + "source": "pipeline", + "label": "skin (186, 168, 166) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 186, + 168, + 166 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00412", + "phase": "skin", + "source": "pipeline", + "label": "skin (233, 192, 167) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 233, + 192, + 167 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00511", + "phase": "skin", + "source": "pipeline", + "label": "skin (228, 148, 149) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 228, + 148, + 149 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00483", + "phase": "skin", + "source": "pipeline", + "label": "skin (190, 134, 123) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 190, + 134, + 123 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00344", + "phase": "skin", + "source": "pipeline", + "label": "skin (181, 149, 130) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 181, + 149, + 130 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00489", + "phase": "skin", + "source": "pipeline", + "label": "skin (199, 130, 121) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 199, + 130, + 121 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00285", + "phase": "skin", + "source": "pipeline", + "label": "skin (114, 73, 58) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 114, + 73, + 58 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00358", + "phase": "skin", + "source": "pipeline", + "label": "skin (193, 102, 103) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 193, + 102, + 103 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00388", + "phase": "skin", + "source": "pipeline", + "label": "skin (213, 167, 138) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 213, + 167, + 138 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00441", + "phase": "skin", + "source": "pipeline", + "label": "skin (96, 82, 75) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 82, + 75 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00308", + "phase": "skin", + "source": "pipeline", + "label": "skin (140, 126, 116) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 140, + 126, + 116 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00410", + "phase": "skin", + "source": "pipeline", + "label": "skin (230, 155, 147) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 230, + 155, + 147 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00321", + "phase": "skin", + "source": "pipeline", + "label": "skin (168, 147, 145) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 168, + 147, + 145 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00442", + "phase": "skin", + "source": "pipeline", + "label": "skin (96, 82, 75) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 82, + 75 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00275", + "phase": "skin", + "source": "pipeline", + "label": "skin (101, 59, 43) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 101, + 59, + 43 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01326", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01327", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01328", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00515", + "phase": "skin", + "source": "pipeline", + "label": "skin (231, 192, 167) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 231, + 192, + 167 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00534", + "phase": "skin", + "source": "pipeline", + "label": "skin (247, 221, 203) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 247, + 221, + 203 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00466", + "phase": "skin", + "source": "pipeline", + "label": "skin (147, 105, 78) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 147, + 105, + 78 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00508", + "phase": "skin", + "source": "pipeline", + "label": "skin (226, 192, 181) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 226, + 192, + 181 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00325", + "phase": "skin", + "source": "pipeline", + "label": "skin (169, 152, 148) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 169, + 152, + 148 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00382", + "phase": "skin", + "source": "pipeline", + "label": "skin (212, 131, 120) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 212, + 131, + 120 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00503", + "phase": "skin", + "source": "pipeline", + "label": "skin (221, 174, 168) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 221, + 174, + 168 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00309", + "phase": "skin", + "source": "pipeline", + "label": "skin (144, 102, 65) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 144, + 102, + 65 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00265", + "phase": "skin", + "source": "pipeline", + "label": "skin (90, 61, 38) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 90, + 61, + 38 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00348", + "phase": "skin", + "source": "pipeline", + "label": "skin (186, 158, 150) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 186, + 158, + 150 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00415", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 197, 192) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 197, + 192 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00457", + "phase": "skin", + "source": "pipeline", + "label": "skin (131, 84, 49) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 131, + 84, + 49 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00500", + "phase": "skin", + "source": "pipeline", + "label": "skin (214, 187, 183) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 214, + 187, + 183 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00463", + "phase": "skin", + "source": "pipeline", + "label": "skin (147, 75, 69) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 147, + 75, + 69 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00510", + "phase": "skin", + "source": "pipeline", + "label": "skin (228, 148, 149) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 228, + 148, + 149 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00241", + "phase": "skin", + "source": "pipeline", + "label": "skin (58, 45, 39) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 58, + 45, + 39 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00434", + "phase": "skin", + "source": "pipeline", + "label": "skin (80, 48, 35) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 80, + 48, + 35 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00343", + "phase": "skin", + "source": "pipeline", + "label": "skin (181, 149, 130) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 181, + 149, + 130 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00281", + "phase": "skin", + "source": "pipeline", + "label": "skin (104, 83, 76) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 104, + 83, + 76 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00330", + "phase": "skin", + "source": "pipeline", + "label": "skin (176, 159, 146) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 176, + 159, + 146 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00460", + "phase": "skin", + "source": "pipeline", + "label": "skin (133, 93, 91) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 133, + 93, + 91 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00297", + "phase": "skin", + "source": "pipeline", + "label": "skin (135, 96, 64) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 135, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00301", + "phase": "skin", + "source": "pipeline", + "label": "skin (136, 95, 84) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 136, + 95, + 84 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00408", + "phase": "skin", + "source": "pipeline", + "label": "skin (230, 155, 147) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 230, + 155, + 147 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00470", + "phase": "skin", + "source": "pipeline", + "label": "skin (167, 132, 128) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 167, + 132, + 128 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01329", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01330", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01331", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00494", + "phase": "skin", + "source": "pipeline", + "label": "skin (201, 173, 157) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 201, + 173, + 157 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00499", + "phase": "skin", + "source": "pipeline", + "label": "skin (214, 187, 183) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 214, + 187, + 183 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00362", + "phase": "skin", + "source": "pipeline", + "label": "skin (193, 124, 121) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 193, + 124, + 121 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00475", + "phase": "skin", + "source": "pipeline", + "label": "skin (179, 161, 159) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 179, + 161, + 159 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00530", + "phase": "skin", + "source": "pipeline", + "label": "skin (241, 190, 156) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 241, + 190, + 156 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00257", + "phase": "skin", + "source": "pipeline", + "label": "skin (78, 58, 47) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 58, + 47 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00353", + "phase": "skin", + "source": "pipeline", + "label": "skin (188, 162, 147) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 188, + 162, + 147 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00338", + "phase": "skin", + "source": "pipeline", + "label": "skin (179, 128, 95) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 179, + 128, + 95 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00495", + "phase": "skin", + "source": "pipeline", + "label": "skin (203, 173, 153) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 203, + 173, + 153 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00485", + "phase": "skin", + "source": "pipeline", + "label": "skin (190, 134, 123) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 190, + 134, + 123 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00240", + "phase": "skin", + "source": "pipeline", + "label": "skin (58, 45, 39) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 58, + 45, + 39 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00396", + "phase": "skin", + "source": "pipeline", + "label": "skin (218, 187, 169) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 218, + 187, + 169 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00498", + "phase": "skin", + "source": "pipeline", + "label": "skin (214, 187, 183) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 214, + 187, + 183 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00399", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 171, 138) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 171, + 138 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00439", + "phase": "skin", + "source": "pipeline", + "label": "skin (96, 73, 65) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 73, + 65 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00270", + "phase": "skin", + "source": "pipeline", + "label": "skin (94, 63, 49) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 94, + 63, + 49 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00296", + "phase": "skin", + "source": "pipeline", + "label": "skin (134, 114, 107) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 134, + 114, + 107 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00361", + "phase": "skin", + "source": "pipeline", + "label": "skin (193, 124, 121) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 193, + 124, + 121 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00269", + "phase": "skin", + "source": "pipeline", + "label": "skin (93, 60, 50) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 93, + 60, + 50 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00509", + "phase": "skin", + "source": "pipeline", + "label": "skin (226, 192, 181) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 226, + 192, + 181 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00376", + "phase": "skin", + "source": "pipeline", + "label": "skin (206, 157, 127) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 206, + 157, + 127 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00471", + "phase": "skin", + "source": "pipeline", + "label": "skin (172, 104, 96) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 172, + 104, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00456", + "phase": "skin", + "source": "pipeline", + "label": "skin (131, 84, 49) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 131, + 84, + 49 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00372", + "phase": "skin", + "source": "pipeline", + "label": "skin (204, 182, 173) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 204, + 182, + 173 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00467", + "phase": "skin", + "source": "pipeline", + "label": "skin (147, 105, 78) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 147, + 105, + 78 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01332", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01333", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01334", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00290", + "phase": "skin", + "source": "pipeline", + "label": "skin (124, 96, 84) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 124, + 96, + 84 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00522", + "phase": "skin", + "source": "pipeline", + "label": "skin (236, 207, 197) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 236, + 207, + 197 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00298", + "phase": "skin", + "source": "pipeline", + "label": "skin (135, 96, 64) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 135, + 96, + 64 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00268", + "phase": "skin", + "source": "pipeline", + "label": "skin (93, 60, 50) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 93, + 60, + 50 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00521", + "phase": "skin", + "source": "pipeline", + "label": "skin (235, 169, 144) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 235, + 169, + 144 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00406", + "phase": "skin", + "source": "pipeline", + "label": "skin (225, 202, 194) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 225, + 202, + 194 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00357", + "phase": "skin", + "source": "pipeline", + "label": "skin (193, 102, 103) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 193, + 102, + 103 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00360", + "phase": "skin", + "source": "pipeline", + "label": "skin (193, 124, 121) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 193, + 124, + 121 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00332", + "phase": "skin", + "source": "pipeline", + "label": "skin (176, 159, 146) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 176, + 159, + 146 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00512", + "phase": "skin", + "source": "pipeline", + "label": "skin (228, 148, 149) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 228, + 148, + 149 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00432", + "phase": "skin", + "source": "pipeline", + "label": "skin (80, 48, 35) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 80, + 48, + 35 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00451", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 65, 49) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 65, + 49 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00261", + "phase": "skin", + "source": "pipeline", + "label": "skin (84, 58, 47) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 84, + 58, + 47 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00252", + "phase": "skin", + "source": "pipeline", + "label": "skin (71, 58, 50) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 71, + 58, + 50 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00496", + "phase": "skin", + "source": "pipeline", + "label": "skin (203, 173, 153) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 203, + 173, + 153 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00395", + "phase": "skin", + "source": "pipeline", + "label": "skin (215, 190, 172) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 215, + 190, + 172 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00243", + "phase": "skin", + "source": "pipeline", + "label": "skin (66, 51, 49) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 66, + 51, + 49 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00537", + "phase": "skin", + "source": "pipeline", + "label": "skin (252, 205, 179) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 252, + 205, + 179 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00247", + "phase": "skin", + "source": "pipeline", + "label": "skin (66, 52, 48) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 66, + 52, + 48 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00292", + "phase": "skin", + "source": "pipeline", + "label": "skin (127, 98, 93) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 127, + 98, + 93 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00398", + "phase": "skin", + "source": "pipeline", + "label": "skin (218, 187, 169) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 218, + 187, + 169 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00506", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 206, 204) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 206, + 204 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00356", + "phase": "skin", + "source": "pipeline", + "label": "skin (192, 172, 158) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 192, + 172, + 158 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00274", + "phase": "skin", + "source": "pipeline", + "label": "skin (101, 59, 43) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 101, + 59, + 43 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00428", + "phase": "skin", + "source": "pipeline", + "label": "skin (78, 51, 50) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 78, + 51, + 50 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01335", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01336", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01337", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00313", + "phase": "skin", + "source": "pipeline", + "label": "skin (162, 115, 108) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 115, + 108 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00458", + "phase": "skin", + "source": "pipeline", + "label": "skin (131, 84, 49) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 131, + 84, + 49 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00539", + "phase": "skin", + "source": "pipeline", + "label": "skin (252, 205, 179) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 252, + 205, + 179 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00346", + "phase": "skin", + "source": "pipeline", + "label": "skin (185, 154, 134) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 154, + 134 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00443", + "phase": "skin", + "source": "pipeline", + "label": "skin (96, 82, 75) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 82, + 75 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00351", + "phase": "skin", + "source": "pipeline", + "label": "skin (188, 162, 147) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 188, + 162, + 147 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00430", + "phase": "skin", + "source": "pipeline", + "label": "skin (79, 57, 42) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 79, + 57, + 42 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00266", + "phase": "skin", + "source": "pipeline", + "label": "skin (90, 61, 38) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 90, + 61, + 38 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00379", + "phase": "skin", + "source": "pipeline", + "label": "skin (211, 177, 168) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 211, + 177, + 168 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00479", + "phase": "skin", + "source": "pipeline", + "label": "skin (180, 110, 81) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 180, + 110, + 81 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00405", + "phase": "skin", + "source": "pipeline", + "label": "skin (225, 202, 194) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 225, + 202, + 194 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00259", + "phase": "skin", + "source": "pipeline", + "label": "skin (80, 54, 53) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 80, + 54, + 53 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00383", + "phase": "skin", + "source": "pipeline", + "label": "skin (212, 131, 120) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 212, + 131, + 120 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00244", + "phase": "skin", + "source": "pipeline", + "label": "skin (66, 51, 49) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 66, + 51, + 49 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00469", + "phase": "skin", + "source": "pipeline", + "label": "skin (167, 132, 128) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 167, + 132, + 128 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00389", + "phase": "skin", + "source": "pipeline", + "label": "skin (213, 167, 138) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 213, + 167, + 138 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00302", + "phase": "skin", + "source": "pipeline", + "label": "skin (136, 95, 84) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 136, + 95, + 84 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00464", + "phase": "skin", + "source": "pipeline", + "label": "skin (147, 75, 69) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 147, + 75, + 69 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00314", + "phase": "skin", + "source": "pipeline", + "label": "skin (162, 115, 108) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 115, + 108 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00342", + "phase": "skin", + "source": "pipeline", + "label": "skin (181, 149, 130) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 181, + 149, + 130 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00472", + "phase": "skin", + "source": "pipeline", + "label": "skin (172, 104, 96) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 172, + 104, + 96 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00333", + "phase": "skin", + "source": "pipeline", + "label": "skin (177, 98, 83) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 177, + 98, + 83 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00312", + "phase": "skin", + "source": "pipeline", + "label": "skin (162, 115, 108) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 162, + 115, + 108 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00370", + "phase": "skin", + "source": "pipeline", + "label": "skin (204, 178, 168) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 204, + 178, + 168 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00431", + "phase": "skin", + "source": "pipeline", + "label": "skin (79, 57, 42) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 79, + 57, + 42 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01338", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01339", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01340", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00347", + "phase": "skin", + "source": "pipeline", + "label": "skin (185, 154, 134) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 185, + 154, + 134 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00349", + "phase": "skin", + "source": "pipeline", + "label": "skin (186, 158, 150) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 186, + 158, + 150 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00437", + "phase": "skin", + "source": "pipeline", + "label": "skin (94, 77, 68) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 94, + 77, + 68 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00289", + "phase": "skin", + "source": "pipeline", + "label": "skin (124, 96, 84) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 124, + 96, + 84 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00429", + "phase": "skin", + "source": "pipeline", + "label": "skin (79, 57, 42) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 79, + 57, + 42 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00319", + "phase": "skin", + "source": "pipeline", + "label": "skin (164, 140, 120) atkinson_oklab_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 164, + 140, + 120 + ], + "config_name": "atkinson_oklab_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "oklab_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00455", + "phase": "skin", + "source": "pipeline", + "label": "skin (111, 75, 41) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 111, + 75, + 41 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00404", + "phase": "skin", + "source": "pipeline", + "label": "skin (222, 176, 166) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 222, + 176, + 166 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00518", + "phase": "skin", + "source": "pipeline", + "label": "skin (235, 160, 150) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 235, + 160, + 150 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00366", + "phase": "skin", + "source": "pipeline", + "label": "skin (201, 167, 151) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 201, + 167, + 151 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00336", + "phase": "skin", + "source": "pipeline", + "label": "skin (179, 128, 95) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 179, + 128, + 95 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00507", + "phase": "skin", + "source": "pipeline", + "label": "skin (226, 192, 181) atkinson_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 226, + 192, + 181 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00326", + "phase": "skin", + "source": "pipeline", + "label": "skin (169, 152, 148) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 169, + 152, + 148 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00272", + "phase": "skin", + "source": "pipeline", + "label": "skin (94, 63, 49) fs_cam16ucs_hue_aware", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 94, + 63, + 49 + ], + "config_name": "fs_cam16ucs_hue_aware", + "config": { + "algorithm": "floyd_steinberg", + "lut_name": "cam16ucs_hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00819", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01184", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00640", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01168", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00606", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00790", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01233", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00989", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00990", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01042", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01012", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01341", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01342", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01343", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00632", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00918", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00897", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00649", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01047", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00685", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00727", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01004", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01060", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01142", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00737", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01019", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01013", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01065", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01183", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01153", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01230", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01011", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01223", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01043", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00697", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00562", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01139", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00874", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01242", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01344", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01345", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01346", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01001", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00812", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00666", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00775", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01018", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00962", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00590", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01241", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01117", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00869", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01133", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00845", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00621", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00756", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00920", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01025", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01016", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00630", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00844", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00955", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01092", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00631", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00853", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00938", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00958", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01347", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01348", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01349", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00788", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00719", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00771", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00956", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00862", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01203", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00941", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01154", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00937", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01033", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00896", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00976", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00750", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00744", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00764", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01156", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00760", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01070", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00905", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01231", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01235", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01032", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00968", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01073", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00857", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01350", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01351", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01352", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00625", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01267", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00588", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00895", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00973", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01094", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01061", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01110", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00929", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00777", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00701", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01265", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00578", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01118", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00581", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00911", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00974", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01105", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00710", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01129", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00870", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00673", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00587", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00680", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01075", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01353", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01354", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01355", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00556", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00952", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01049", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00671", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00814", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01057", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00979", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00605", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00613", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00612", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01010", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00996", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00925", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01066", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00793", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00650", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00936", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01268", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01171", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01162", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00985", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00610", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00970", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00981", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00847", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01356", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01357", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01358", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00715", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00977", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00960", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00890", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00942", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00935", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00827", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01234", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01045", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01160", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00810", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01251", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01020", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01164", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00841", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00884", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01111", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01096", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00885", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00576", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00627", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00712", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00899", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01028", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00597", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01359", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01360", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01361", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01093", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00728", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00691", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00963", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01116", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00851", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01202", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00626", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01130", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00696", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00831", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00695", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00751", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00991", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00707", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01197", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00753", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01221", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00733", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00703", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01193", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00541", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00928", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00811", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01264", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01362", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01363", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01364", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00582", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00794", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00940", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00839", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00748", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01071", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01208", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00745", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01206", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00798", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01178", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00617", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00558", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00709", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01215", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00765", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00805", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01262", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01131", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00639", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01138", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00948", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01108", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00867", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01228", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01365", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01366", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01367", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00724", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00726", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01083", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00663", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00815", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00932", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00567", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00604", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01102", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01200", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01085", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01161", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00544", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00792", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00592", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01134", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00609", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01147", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00834", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01099", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00669", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00690", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00878", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00782", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00875", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01368", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01369", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01370", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01022", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00684", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00846", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01135", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00850", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00716", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01140", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01064", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00859", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01107", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00933", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00893", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01220", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00674", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01109", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00818", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01008", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00816", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00823", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00550", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00781", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00655", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00579", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00573", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01126", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01371", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01372", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01373", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00618", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00898", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00566", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01172", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01005", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00637", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01000", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01256", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00993", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00708", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01170", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00914", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00583", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00791", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01146", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01188", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00906", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00654", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01100", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00797", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00795", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00972", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00725", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00722", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00785", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01374", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01375", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01376", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01091", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00992", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01263", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00803", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00766", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01048", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00829", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00755", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01098", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00837", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01179", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00542", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00714", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00668", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00600", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00574", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01041", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00699", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00572", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01209", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00943", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01121", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00635", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00828", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01255", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01377", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01378", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01379", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00555", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01258", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01173", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00571", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00865", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01132", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01192", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01081", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01216", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00678", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01180", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00557", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00757", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01167", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00584", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01112", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00681", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00667", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00731", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01176", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01248", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00796", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00913", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00856", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01082", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01380", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01381", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01382", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00551", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01225", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00711", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01034", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00848", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01219", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00747", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00770", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01026", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00598", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00931", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00982", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00787", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01035", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00694", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00886", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00700", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00784", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00889", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01113", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01017", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00868", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00549", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00852", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00689", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01383", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01384", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01385", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00808", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00683", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01141", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01038", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00688", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00980", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00702", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00633", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00658", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01246", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00930", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00813", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00838", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01136", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00540", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00835", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00894", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00602", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00947", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00593", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01157", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00786", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00872", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00648", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00730", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01386", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01387", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01388", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00871", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00580", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01163", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01104", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00620", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01086", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00883", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00826", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01195", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00657", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01181", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01144", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00949", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00742", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01253", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01068", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00577", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00679", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01224", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01058", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00607", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00902", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01044", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01031", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01103", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01389", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01390", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01391", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00873", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01257", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00720", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01199", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00548", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00546", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00921", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00822", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00957", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00964", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00638", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00864", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00879", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01055", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00806", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00934", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01056", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00646", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01214", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00723", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00888", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00675", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01212", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00758", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00611", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01392", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01393", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01394", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00735", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00543", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00554", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00569", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00854", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01124", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00997", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00553", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01067", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00659", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00946", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01143", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00772", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01166", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00923", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00945", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00670", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01097", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00717", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00836", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00876", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00692", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01114", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01207", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00603", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01395", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01396", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01397", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01125", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01123", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01089", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00687", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00594", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00616", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00660", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00672", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00804", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01227", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00740", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00995", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00662", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00754", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01059", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01015", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00729", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00665", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01185", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01218", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00761", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00570", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01190", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01194", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00575", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01398", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01399", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01400", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01266", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00904", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00653", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00999", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01198", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00738", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00951", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01151", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00563", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01237", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01040", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01053", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00994", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01046", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01217", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01052", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01050", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00628", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01189", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00676", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01003", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00622", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00922", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01137", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00969", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01401", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01402", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01403", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00552", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00849", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00565", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01002", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00599", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00706", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00863", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01152", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00564", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00965", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00743", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00545", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00759", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01159", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00661", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01240", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01187", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00693", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00547", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 0, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 0, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00559", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01006", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01007", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00830", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01009", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00901", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01404", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01405", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01406", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00807", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00832", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01069", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00762", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01249", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00652", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00840", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01204", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00858", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00763", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00882", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00959", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01037", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01252", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01127", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00817", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00954", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01148", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01076", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00585", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00919", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01236", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00891", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01245", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01211", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01407", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01408", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01409", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00912", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00615", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01222", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01039", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00908", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01119", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01029", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00833", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00595", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00741", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01260", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01030", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00953", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01165", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01014", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00975", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00686", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00809", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01027", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 0, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 0, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00561", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00824", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00907", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01158", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00586", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01074", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01410", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01411", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01412", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00746", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00916", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00944", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00601", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00927", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 223, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 223, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00651", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00619", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00861", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01226", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01175", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01106", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00998", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01261", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 255, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 255, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00644", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01087", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01145", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00705", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00773", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00643", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01090", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00900", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00892", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01054", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00698", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01213", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01413", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01414", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01415", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01254", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00924", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00596", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00881", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00568", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 96, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 96, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01243", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00903", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01078", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00634", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00915", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00887", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 64, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 64, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01155", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 159, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 159, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01149", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00767", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00769", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00739", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00909", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00866", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00939", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00721", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00917", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01229", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00713", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01021", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01080", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01416", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01417", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01418", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00984", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00821", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00950", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 0, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 0, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00734", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00986", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01062", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00656", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 96, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 96, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01239", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00682", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01238", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00677", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00776", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00789", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00664", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01122", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01250", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00842", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00736", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01247", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01115", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01051", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 64, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 64, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01244", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 191, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 191, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00880", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00778", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01191", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01419", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01420", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01421", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00779", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01023", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00910", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00802", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01079", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00987", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01169", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01088", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00825", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00752", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01036", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 32, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 32, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00774", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00978", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 96, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 96, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00642", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00780", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 255, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 255, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00629", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01201", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01024", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00704", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00966", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00971", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00855", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01210", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00624", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01150", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01422", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01423", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01424", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01186", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00608", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 223, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 223, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01120", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01084", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 191, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 191, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00636", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 32, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 32, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00799", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01232", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 128, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 128, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01101", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00647", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00623", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 0, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 0, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00768", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 223, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 223, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01177", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00988", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01196", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 0, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 0, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00641", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00877", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 32, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 32, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00732", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 96, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 96, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01128", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 64, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 64, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00983", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 128, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 128, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01072", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00967", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 64, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 64, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00961", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (159, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 159, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00783", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 0, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 0, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00749", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 159, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 159, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01077", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01425", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01426", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01427", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p00800", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01205", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 32, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 32, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01174", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 223, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 223, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00718", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (64, 32, 223)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 64, + 32, + 223 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00645", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (32, 64, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 32, + 64, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00591", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00860", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 255, 159)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 255, + 159 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01095", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 223, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 223, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00560", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 64, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 64, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00843", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 191, 191)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 191, + 191 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00820", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01259", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (255, 223, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 255, + 223, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00801", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (96, 64, 0)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 96, + 64, + 0 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01182", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (223, 255, 96)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 223, + 255, + 96 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00926", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (128, 191, 255)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 128, + 191, + 255 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00614", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 255, 64)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 255, + 64 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01063", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (191, 128, 32)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 191, + 128, + 32 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p00589", + "phase": "gamut_dense", + "source": "pipeline", + "label": "gamut (0, 159, 128)", + "bayer_k": null, + "ink_index": null, + "rgb": [ + 0, + 159, + 128 + ], + "config_name": "atkinson_hue_aware", + "config": { + "algorithm": "atkinson", + "lut_name": "hue_aware", + "serpentine": true, + "hue_cutoff_deg": 30.0, + "neutral_chroma": 12.0 + }, + "is_control": false, + "meta": {} + }, + { + "uid": "p01428", + "phase": "control", + "source": "bayer", + "label": "ctl_white", + "bayer_k": 0, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01429", + "phase": "control", + "source": "bayer", + "label": "ctl_black", + "bayer_k": 64, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01430", + "phase": "control", + "source": "bayer", + "label": "ctl_mid", + "bayer_k": 32, + "ink_index": null, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01431", + "phase": "control", + "source": "ink", + "label": "ctl_ink_black_close", + "bayer_k": null, + "ink_index": 0, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01432", + "phase": "control", + "source": "ink", + "label": "ctl_ink_white_close", + "bayer_k": null, + "ink_index": 1, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01433", + "phase": "control", + "source": "ink", + "label": "ctl_ink_yellow_close", + "bayer_k": null, + "ink_index": 2, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01434", + "phase": "control", + "source": "ink", + "label": "ctl_ink_red_close", + "bayer_k": null, + "ink_index": 3, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01435", + "phase": "control", + "source": "ink", + "label": "ctl_ink_blue_close", + "bayer_k": null, + "ink_index": 4, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + }, + { + "uid": "p01436", + "phase": "control", + "source": "ink", + "label": "ctl_ink_green_close", + "bayer_k": null, + "ink_index": 5, + "rgb": null, + "config_name": null, + "config": null, + "is_control": true, + "meta": {} + } + ] +} \ No newline at end of file diff --git a/docs/screens/bigme_f7/measurements/data/gamut_raster_groups.json b/docs/screens/bigme_f7/measurements/data/gamut_raster_groups.json new file mode 100644 index 00000000..e9a3823c --- /dev/null +++ b/docs/screens/bigme_f7/measurements/data/gamut_raster_groups.json @@ -0,0 +1 @@ +{"ac92d2fd28154df1": [[0, 0, 0], [0, 0, 32], [0, 32, 32], [32, 0, 0], [32, 0, 32], [32, 32, 0], [32, 32, 32], [64, 0, 64], [64, 32, 64]], "8bacfb510dd77bfc": [[0, 0, 64], [32, 0, 64]], "15491acc1201f99d": [[0, 0, 96], [0, 32, 96], [32, 0, 96], [32, 32, 96]], "1d64334d4ba653d0": [[0, 0, 128], [0, 0, 159], [0, 0, 191], [0, 0, 223], [0, 0, 255], [0, 32, 128], [0, 32, 159], [0, 32, 191], [0, 32, 223], [0, 32, 255], [0, 64, 159], [0, 64, 191], [0, 64, 223], [0, 64, 255], [32, 0, 128], [32, 0, 159], [32, 0, 191], [32, 0, 223], [32, 0, 255], [32, 32, 128], [32, 32, 159], [32, 32, 191], [32, 32, 223], [32, 32, 255], [32, 64, 159], [32, 64, 191], [32, 64, 223], [32, 64, 255], [64, 0, 159], [64, 0, 191], [64, 0, 223], [64, 0, 255], [64, 32, 159], [64, 32, 191], [64, 32, 223], [64, 32, 255], [64, 64, 159], [64, 64, 191], [64, 64, 223], [64, 64, 255]], "941bfe4d7f416c07": [[0, 32, 0]], "0824d97706778163": [[0, 32, 64], [32, 32, 64]], "dd6ba48f1d61defd": [[0, 64, 0], [0, 64, 32], [32, 64, 0], [32, 64, 32]], "9e6d0670b57f89e5": [[0, 64, 64], [32, 64, 64]], "df8494f66e7d814c": [[0, 64, 96]], "e558867d0136b501": [[0, 64, 128], [32, 64, 128]], "66aa3acd0280fb14": [[0, 96, 0], [0, 96, 32], [0, 96, 64], [0, 128, 0], [0, 128, 32], [0, 128, 64], [0, 159, 0], [0, 159, 32], [0, 159, 64], [0, 191, 0], [0, 191, 32], [0, 191, 64], [0, 223, 0], [0, 223, 32], [0, 223, 64], [0, 255, 0], [0, 255, 32], [0, 255, 64], [32, 96, 0], [32, 96, 32], [32, 96, 64], [32, 128, 0], [32, 128, 32], [32, 128, 64], [32, 159, 0], [32, 159, 32], [32, 159, 64], [32, 191, 0], [32, 191, 32], [32, 191, 64], [32, 223, 0], [32, 223, 32], [32, 223, 64], [32, 255, 0], [32, 255, 32], [32, 255, 64], [64, 96, 64], [64, 128, 64], [64, 159, 32], [64, 159, 64], [64, 191, 0], [64, 191, 32], [64, 191, 64], [64, 223, 0], [64, 223, 32], [64, 223, 64], [64, 255, 0], [64, 255, 32], [64, 255, 64]], "04e513b0ca21cc7d": [[0, 96, 96], [32, 96, 96]], "bc4ab7036da14816": [[0, 96, 128]], "0d4ad23fd43be143": [[0, 96, 159]], "1a407221185ea585": [[0, 96, 191], [0, 96, 223], [0, 96, 255], [32, 96, 191], [32, 96, 223], [32, 96, 255]], "7a59cb0c94aaa1ce": [[0, 128, 96], [32, 128, 96]], "3e1488bc27f15bca": [[0, 128, 128], [32, 128, 128], [64, 128, 128]], "7f30103557bd18b2": [[0, 128, 159], [32, 128, 159]], "d66d2dc9f7d83b71": [[0, 128, 191], [32, 128, 191]], "7cc481b1dab65741": [[0, 128, 223], [0, 128, 255], [32, 128, 223], [32, 128, 255], [128, 128, 223], [128, 128, 255]], "9b8da9b54635a8c7": [[0, 159, 96], [0, 191, 96], [0, 223, 96], [0, 255, 96], [32, 159, 96], [32, 191, 96], [32, 223, 96], [32, 255, 96], [64, 159, 96]], "8f19c29f9f1ee097": [[0, 159, 128], [32, 159, 128]], "e6bf9288673dd8c7": [[0, 159, 159], [32, 159, 159], [64, 159, 159], [96, 159, 159]], "0901f17ec7782a40": [[0, 159, 191], [32, 159, 191], [64, 159, 191], [96, 159, 191]], "de86f43c313fd7fe": [[0, 159, 223], [32, 159, 223]], "9b61214a01bb3177": [[0, 159, 255], [32, 159, 255], [159, 159, 255]], "4bdb9f3dc76fcfb5": [[0, 191, 128], [32, 191, 128]], "435becd1d09ed26d": [[0, 191, 159], [32, 191, 159], [64, 191, 159]], "785af261cd3f27b7": [[0, 191, 191], [0, 223, 191], [0, 223, 223], [0, 223, 255], [0, 255, 191], [0, 255, 223], [0, 255, 255], [32, 191, 191], [32, 223, 191], [32, 223, 223], [32, 223, 255], [32, 255, 191], [32, 255, 223], [32, 255, 255], [64, 191, 191], [64, 223, 191], [64, 223, 223], [64, 223, 255], [64, 255, 191], [64, 255, 223], [64, 255, 255], [96, 191, 191], [96, 223, 191], [96, 223, 223], [96, 223, 255], [96, 255, 191], [96, 255, 223], [96, 255, 255], [128, 191, 191], [128, 223, 191], [128, 223, 223], [128, 223, 255], [128, 255, 191], [128, 255, 223], [128, 255, 255], [159, 191, 191], [159, 223, 191], [159, 223, 223], [159, 223, 255], [159, 255, 191], [159, 255, 223], [159, 255, 255], [191, 191, 191], [191, 223, 223], [191, 223, 255], [191, 255, 223], [191, 255, 255], [223, 0, 223], [223, 0, 255], [223, 32, 191], [223, 32, 223], [223, 32, 255], [223, 64, 191], [223, 64, 223], [223, 64, 255], [223, 96, 191], [223, 96, 223], [223, 128, 191], [223, 128, 223], [223, 159, 191], [223, 159, 223], [223, 191, 191], [223, 191, 223], [223, 191, 255], [223, 223, 223], [223, 223, 255], [223, 255, 223], [223, 255, 255], [255, 0, 191], [255, 0, 223], [255, 0, 255], [255, 32, 191], [255, 32, 223], [255, 32, 255], [255, 64, 191], [255, 64, 223], [255, 64, 255], [255, 96, 191], [255, 96, 223], [255, 96, 255], [255, 128, 191], [255, 128, 223], [255, 128, 255], [255, 159, 191], [255, 159, 223], [255, 159, 255], [255, 191, 191], [255, 191, 223], [255, 191, 255], [255, 223, 223], [255, 223, 255], [255, 255, 223], [255, 255, 255]], "2635bea0c1eb1fa1": [[0, 191, 223], [0, 191, 255], [32, 191, 223], [32, 191, 255], [64, 191, 223], [64, 191, 255], [96, 191, 223], [96, 191, 255], [128, 191, 223], [128, 191, 255], [191, 191, 223], [191, 191, 255]], "46fbb226119391f9": [[0, 223, 128]], "70cad9cc0e875b82": [[0, 223, 159], [32, 223, 159], [64, 223, 159]], "2cb7e4b6bb429f79": [[0, 255, 128], [32, 223, 128], [32, 255, 128], [64, 223, 128]], "2c1ffc0cc22d55d7": [[0, 255, 159], [32, 255, 159], [64, 255, 159], [96, 223, 159], [96, 255, 159], [128, 191, 159]], "3a1e220942701bc7": [[32, 64, 96]], "91def374f48bfe49": [[32, 96, 128]], "6818d5904e819eea": [[32, 96, 159]], "7a8c2e39d7f4ce08": [[64, 0, 0]], "4c222a9ed0f1f26a": [[64, 0, 32]], "302cedc0bdc2f655": [[64, 0, 96]], "8553f2015b3e0e0f": [[64, 0, 128], [64, 32, 128]], "75c4f234bed449a8": [[64, 32, 0]], "e73fa65d4869e00e": [[64, 32, 32]], "7caf65546a723c34": [[64, 32, 96]], "8c8c3b29f143e21c": [[64, 64, 0]], "d96591f153fa7b5e": [[64, 64, 32]], "fa7eed32d0637117": [[64, 64, 64]], "40f4e017c276881c": [[64, 64, 96]], "cd3aa5b7e1777ab3": [[64, 64, 128]], "1760cfe18a3a6115": [[64, 96, 0], [64, 96, 32]], "7758347b3a6a10a1": [[64, 96, 96]], "5eaf4b8bf31740eb": [[64, 96, 128]], "1dc224e1ed76e4dc": [[64, 96, 159]], "f39fcc9edbcedcd2": [[64, 96, 191], [64, 96, 223], [64, 96, 255]], "55460e547053a125": [[64, 128, 0]], "07d7a57a9c0d05e1": [[64, 128, 32]], "400752920b1605f4": [[64, 128, 96]], "55898245b1ce0fb9": [[64, 128, 159]], "9faaa1a53cb26229": [[64, 128, 191]], "9aa033e2be45c0f7": [[64, 128, 223], [64, 128, 255]], "c4ba2978bfc21c9c": [[64, 159, 0]], "e248c422a874cb36": [[64, 159, 128]], "dd01a18912592e57": [[64, 159, 223], [159, 159, 223]], "d60a62a617aa3ab8": [[64, 159, 255]], "dc2ea8c67e53fa29": [[64, 191, 96], [64, 223, 96], [64, 255, 96]], "8c68e0a92bc9e0ba": [[64, 191, 128]], "a9fb26ca3921c9a2": [[64, 255, 128]], "f54dd383acc5f9b2": [[96, 0, 0], [96, 0, 32], [96, 32, 0], [96, 32, 32], [128, 0, 0], [128, 0, 32], [128, 32, 0], [128, 32, 32], [159, 0, 0], [159, 0, 32], [159, 32, 0], [159, 32, 32], [191, 0, 0], [191, 0, 32], [191, 32, 0], [191, 32, 32], [223, 0, 0], [223, 0, 32], [223, 32, 0], [223, 32, 32], [255, 0, 0], [255, 0, 32], [255, 32, 0], [255, 32, 32]], "a84e36e7b8e76047": [[96, 0, 64]], "9401efacf6df789e": [[96, 0, 96]], "8274ca6ef2d18dab": [[96, 0, 128]], "458c31de41e7bdf5": [[96, 0, 159], [96, 32, 159]], "56cd177783ff2e4d": [[96, 0, 191], [96, 0, 223], [96, 0, 255], [96, 32, 191], [96, 32, 223], [96, 32, 255]], "6c075afc6eec7104": [[96, 32, 64]], "aff7ef3785536880": [[96, 32, 96]], "43a82dbd93d4c697": [[96, 32, 128]], "28c294eea8919271": [[96, 64, 0]], "067a9ccb12c60777": [[96, 64, 32]], "5afd4eb497655316": [[96, 64, 64]], "db24650a88269af7": [[96, 64, 96]], "074a522fd7856bb5": [[96, 64, 128]], "d05e4df133dca9ae": [[96, 64, 159]], "ca4033e9525909b6": [[96, 64, 191], [96, 64, 223], [96, 64, 255]], "c368e1cedf251f96": [[96, 96, 0]], "8a1b42a39603f205": [[96, 96, 32]], "9324cef1634cd707": [[96, 96, 64]], "af5881f386654bb0": [[96, 96, 96]], "726d880e39dd47c5": [[96, 96, 128]], "b2212eaf95b7e42a": [[96, 96, 159]], "9f9ba72d4f202b12": [[96, 96, 191], [96, 96, 223], [96, 96, 255]], "56e8112e0c2fca34": [[96, 128, 0]], "0e1900223b7a907a": [[96, 128, 32]], "8322e65291446ed9": [[96, 128, 64]], "c992fa7906bc880a": [[96, 128, 96]], "de983b67a7904d64": [[96, 128, 128]], "108217e6815d218e": [[96, 128, 159]], "b107f57a4804a7de": [[96, 128, 191]], "9439fbc7b28afe8c": [[96, 128, 223], [96, 128, 255]], "1b87c47599ad193a": [[96, 159, 0]], "9411fc5c52822aaf": [[96, 159, 32]], "7c770e071c90d010": [[96, 159, 64]], "1634e03d0a773ecd": [[96, 159, 96]], "4472f904ce82795f": [[96, 159, 128]], "5aea3aa328a15180": [[96, 159, 223]], "06c334ee08e10a03": [[96, 159, 255]], "1073a6384960c598": [[96, 191, 0]], "83ad7d8b6e9e9ebe": [[96, 191, 32]], "13ba355c57d3a400": [[96, 191, 64], [96, 223, 64], [96, 255, 64]], "1d2b1daed101d3e3": [[96, 191, 96], [96, 223, 96], [96, 255, 96]], "c4023025c4df1ad9": [[96, 191, 128]], "cb9dbab84aa0de80": [[96, 191, 159]], "111a667bc81d24c8": [[96, 223, 0]], "e7df98bfd03f1896": [[96, 223, 32], [96, 255, 32]], "0541d7fcd92ee6a5": [[96, 223, 128]], "8a78ca1f2cba7d48": [[96, 255, 0]], "fca08a2ec86e9782": [[96, 255, 128]], "2ff9e52d3517fed6": [[128, 0, 64]], "fa06382d8eeec615": [[128, 0, 96]], "c505d43b9b6ca01e": [[128, 0, 128]], "ae192e2083d2f61c": [[128, 0, 159]], "a77a0d9b6c6d26ed": [[128, 0, 191], [128, 32, 191]], "710c84a2bba5a53e": [[128, 0, 223], [128, 0, 255], [128, 32, 223], [128, 32, 255]], "6bf8440ac752ac02": [[128, 32, 64]], "222b0f256b831991": [[128, 32, 96]], "800af02337231937": [[128, 32, 128]], "45f7b8fe316fa100": [[128, 32, 159]], "d819565c74069961": [[128, 64, 0]], "45424db5e89aaff9": [[128, 64, 32]], "a50d6a7908e3f06b": [[128, 64, 64]], "cb3b4b1a281f7767": [[128, 64, 96]], "075c8379916e8e43": [[128, 64, 128]], "5149bf33fcf2ce71": [[128, 64, 159]], "3c6a1cd0b1ae0d03": [[128, 64, 191]], "4a2f8740675733d1": [[128, 64, 223], [128, 64, 255]], "d18999711e24fdce": [[128, 96, 0]], "34e88b3dd09728bb": [[128, 96, 32]], "5c0ce481d7cc89ca": [[128, 96, 64]], "61a56f285fb91a24": [[128, 96, 96]], "f08db5f0fe913531": [[128, 96, 128]], "0655d58675ba5830": [[128, 96, 159]], "2baadbdda4a15b18": [[128, 96, 191]], "b3f9cebeafb67dd3": [[128, 96, 223], [128, 96, 255]], "d5f22cc81eac642c": [[128, 128, 0]], "c9f763d0e67f879c": [[128, 128, 32]], "bbce2c8aaf82cd89": [[128, 128, 64]], "2624f4014e5efe05": [[128, 128, 96]], "24bd29c4016890d4": [[128, 128, 128]], "798cd19e71a5b300": [[128, 128, 159]], "76f35ae62238ff36": [[128, 128, 191]], "660ed3552f5f4db9": [[128, 159, 0]], "3daa9454cb019335": [[128, 159, 32]], "2773bfd55d6178ab": [[128, 159, 64]], "954ab807f8290920": [[128, 159, 96]], "b2cd69eb60d6021d": [[128, 159, 128]], "8f0ae80a94db9cce": [[128, 159, 159]], "c48b502daf2e618b": [[128, 159, 191]], "4d15ec9db7f30272": [[128, 159, 223]], "8a4dff11da1e27a1": [[128, 159, 255]], "484c487ba8991d26": [[128, 191, 0]], "2c6333a1c72356d2": [[128, 191, 32]], "fd13c718b1819e5d": [[128, 191, 64]], "5afa4fcc6168e3ec": [[128, 191, 96]], "aa0f8176248c145b": [[128, 191, 128]], "669e8a2ecba3b581": [[128, 223, 0], [128, 255, 0]], "f4919b3a9bd42a8d": [[128, 223, 32]], "219f5d0eda0f6597": [[128, 223, 64], [128, 255, 64]], "51045fcf5138e3a3": [[128, 223, 96]], "582108593e3f5c06": [[128, 223, 128], [128, 255, 128]], "73925050990253ca": [[128, 223, 159], [128, 255, 159]], "66ea40758b500e87": [[128, 255, 32]], "acc016628f808630": [[128, 255, 96]], "9a83925b49dd2da1": [[159, 0, 64], [159, 32, 64], [191, 0, 64], [191, 32, 64], [223, 0, 64], [223, 32, 64], [255, 0, 64], [255, 32, 64]], "7d4763461cef0c5d": [[159, 0, 96], [159, 32, 96]], "7e3458c54d3e8371": [[159, 0, 128]], "2d0a08b97dbfedba": [[159, 0, 159], [159, 32, 159]], "93eb372bcd3366fd": [[159, 0, 191]], "f9e0ffece03680aa": [[159, 0, 223], [159, 0, 255], [159, 32, 223], [159, 32, 255], [159, 64, 223], [159, 64, 255]], "27104e521f5e6fbc": [[159, 32, 128]], "8a381ebc10d7ec3c": [[159, 32, 191]], "39b7d3329f760427": [[159, 64, 0], [191, 64, 0], [223, 64, 0], [255, 64, 0]], "8729e78d3477c367": [[159, 64, 32], [191, 64, 32], [223, 64, 32], [255, 64, 32]], "9de3b06f16c9473a": [[159, 64, 64], [191, 64, 64], [223, 64, 64], [255, 64, 64]], "46fc9fdd3fd00194": [[159, 64, 96]], "b4cc37dd330cd918": [[159, 64, 128]], "a647b1f9c6a56b45": [[159, 64, 159]], "c18e3c0a64ff0e6e": [[159, 64, 191]], "fc1070b5e049e709": [[159, 96, 0]], "71891759b0e826a4": [[159, 96, 32]], "d26dd3d00eaa7840": [[159, 96, 64]], "572145dab818291b": [[159, 96, 96]], "1ce4b8ef7b40ed0f": [[159, 96, 128]], "1f29984a9349b8e1": [[159, 96, 159]], "d0ed28af73882b7d": [[159, 96, 191]], "ac0a447b1e731382": [[159, 96, 223], [159, 96, 255]], "dfdad9a2e83633e7": [[159, 128, 0]], "f0bc62730fcb80a8": [[159, 128, 32]], "7a67ab016bde61bf": [[159, 128, 64]], "521766e97149d5dc": [[159, 128, 96]], "9091f9d999a3106a": [[159, 128, 128]], "2433cc20b71502b6": [[159, 128, 159]], "d7140a9827a4ba63": [[159, 128, 191]], "d93b43b86444afbb": [[159, 128, 223], [159, 128, 255]], "12bd78928782960c": [[159, 159, 0]], "fa7d92d32468458e": [[159, 159, 32]], "7e554673c54eea3d": [[159, 159, 64]], "ae0bca0ac1179b52": [[159, 159, 96]], "85e136dd3a9d9fbd": [[159, 159, 128]], "437e081e3f856131": [[159, 159, 159]], "1cb5c44b7952c7b4": [[159, 159, 191]], "891755009179e4d8": [[159, 191, 0]], "111597fcfa7b2460": [[159, 191, 32]], "0f6c0e973ee25704": [[159, 191, 64]], "087b5992e4579edf": [[159, 191, 96]], "ffe2c573b17f452c": [[159, 191, 128]], "b2a2611b98698824": [[159, 191, 159]], "67c8f783024ed19e": [[159, 191, 223], [159, 191, 255]], "f0d62d4345c96345": [[159, 223, 0], [159, 255, 0]], "dd0720fdd0664718": [[159, 223, 32], [159, 255, 32]], "14f155d2deceaa49": [[159, 223, 64]], "62db9f4d3d6f52f5": [[159, 223, 96]], "d696af62c854407a": [[159, 223, 128]], "5588ef08406fed6c": [[159, 223, 159], [159, 255, 159]], "217e5805d5d7da6f": [[159, 255, 64]], "a3c5de3562f2b640": [[159, 255, 96]], "2c841eaecc07e4ea": [[159, 255, 128]], "ce250693d68c80c4": [[191, 0, 96]], "981ee64322e9daee": [[191, 0, 128], [191, 32, 128]], "8dc1c16f3daed24e": [[191, 0, 159], [191, 32, 159]], "5841a50054d2da1f": [[191, 0, 191], [191, 32, 191]], "fe46f898b5f10b3f": [[191, 0, 223], [191, 32, 223]], "615d71881d9e89e3": [[191, 0, 255], [191, 32, 255], [191, 96, 223]], "e0fb4180fbf0c4a7": [[191, 32, 96]], "fcafd269bb3d0fa7": [[191, 64, 96], [223, 64, 96], [255, 64, 96]], "4fed07ab2ae38a60": [[191, 64, 128]], "98a4f2fadb8f018f": [[191, 64, 159]], "9bcb915501096962": [[191, 64, 191]], "44cdc7971113cca6": [[191, 64, 223]], "658b7c60f56b7e72": [[191, 64, 255]], "8f422c1266f64c3c": [[191, 96, 0]], "43a0088d4778e54d": [[191, 96, 32]], "276fb397c37a74a9": [[191, 96, 64], [223, 96, 64], [255, 96, 64]], "cbed0cb7d09b6a86": [[191, 96, 96], [223, 96, 96], [255, 96, 96]], "8303ff5ec7e159ce": [[191, 96, 128]], "41ff183b9dc0b2bc": [[191, 96, 159]], "bbed64173ec48e40": [[191, 96, 191]], "ddeec2754f30b4fd": [[191, 96, 255]], "af1b61c4f19af4b9": [[191, 128, 0], [191, 128, 32]], "ead1c7a06c4943cb": [[191, 128, 64]], "bacee7afcf56daeb": [[191, 128, 96]], "41517505b838108e": [[191, 128, 128]], "97cc02551c0be70a": [[191, 128, 159]], "84b776953535e3ef": [[191, 128, 191]], "f0a0f32a673bb8d7": [[191, 128, 223]], "b2121dc70e5848f0": [[191, 128, 255]], "9f7ff5e08819acd0": [[191, 159, 0], [191, 159, 32]], "e93984f6fad75598": [[191, 159, 64]], "1942d50a26e4a2fd": [[191, 159, 96]], "e17498849f22b046": [[191, 159, 128]], "8fa7e0dd4484a6a6": [[191, 159, 159]], "0e7058f23f58f70e": [[191, 159, 191]], "4907dd5936a4f9d9": [[191, 159, 223]], "c723180f4d08e757": [[191, 159, 255]], "2075d22507cdcdb6": [[191, 191, 0], [191, 191, 32], [191, 223, 0], [191, 223, 32], [191, 255, 0], [191, 255, 32], [223, 191, 0], [223, 191, 32], [223, 223, 0], [223, 223, 32], [223, 223, 64], [223, 255, 0], [223, 255, 32], [223, 255, 64], [255, 191, 0], [255, 191, 32], [255, 223, 0], [255, 223, 32], [255, 223, 64], [255, 255, 0], [255, 255, 32], [255, 255, 64]], "99e9ee0fee1b571b": [[191, 191, 64]], "a845601f95e186f7": [[191, 191, 96]], "94cef6e63d1ce4f9": [[191, 191, 128]], "9d4007d20921c5c4": [[191, 191, 159]], "36c22818abd666cf": [[191, 223, 64], [191, 255, 64]], "27590761ebcc20b9": [[191, 223, 96], [191, 255, 96]], "34f8b9a2f08eb085": [[191, 223, 128]], "0e05bb7d451a20b8": [[191, 223, 159]], "7638327f0b85649e": [[191, 223, 191], [191, 255, 191], [223, 223, 191], [223, 255, 191], [255, 223, 191], [255, 255, 191]], "615d2d6f48bc4f6a": [[191, 255, 128]], "f639d98b5869a5db": [[191, 255, 159]], "1793988b06bddb52": [[223, 0, 96], [223, 32, 96], [255, 0, 96], [255, 32, 96]], "1afcca097a058268": [[223, 0, 128], [223, 32, 128]], "2e3ed07006ba9562": [[223, 0, 159], [223, 32, 159]], "c7119cb85fadec65": [[223, 0, 191]], "81b4e80e00f86657": [[223, 64, 128]], "d28611eebde7dffc": [[223, 64, 159], [223, 96, 159], [255, 0, 159], [255, 32, 159], [255, 64, 159], [255, 96, 159]], "f508a1b8f2041c80": [[223, 96, 0], [223, 96, 32], [255, 96, 0], [255, 96, 32]], "64fae35a4eed1952": [[223, 96, 128], [255, 96, 128]], "22e1dfd853407be9": [[223, 96, 255], [223, 128, 255], [223, 159, 255]], "715b9edc64d15bbe": [[223, 128, 0]], "a5fa7819afd227c9": [[223, 128, 32], [255, 128, 0]], "c36beca97d711b3f": [[223, 128, 64], [255, 128, 64]], "d59805ec322d9f33": [[223, 128, 96], [255, 128, 96]], "b64305fefc202616": [[223, 128, 128]], "d8cd0a06e6edf026": [[223, 128, 159]], "21c77931f5f925c7": [[223, 159, 0]], "c241a84035f0f3bf": [[223, 159, 32]], "8e8df69ada638cb0": [[223, 159, 64]], "3797c48c984d756f": [[223, 159, 96]], "7bac55b5b4dbaa43": [[223, 159, 128], [255, 159, 128]], "39cb6ee617a85323": [[223, 159, 159], [255, 159, 159]], "d6add340137a3f92": [[223, 191, 64], [255, 191, 64]], "50b7a80739d439c9": [[223, 191, 96], [255, 191, 96]], "c6d75444dcd7d486": [[223, 191, 128]], "8edbaeb4cf555692": [[223, 191, 159], [255, 191, 159]], "66c1bddbf46e713d": [[223, 223, 96], [223, 255, 96], [255, 223, 96], [255, 255, 96]], "2b3a054fbcdf1034": [[223, 223, 128]], "5d47e377242d05aa": [[223, 223, 159]], "d004398ba4fe61d3": [[223, 255, 128], [255, 223, 128], [255, 255, 128]], "2da4bb4bf655dcc3": [[223, 255, 159], [255, 255, 159]], "847d03d5ebc9b4f8": [[255, 0, 128], [255, 32, 128]], "4e4f7a42dfe5d2a0": [[255, 64, 128]], "7411629abb1caaa6": [[255, 128, 32]], "bd92e5e3d859b4fc": [[255, 128, 128]], "d56686ab12935521": [[255, 128, 159]], "5e2853cb4dbccb9f": [[255, 159, 0], [255, 159, 32], [255, 159, 64]], "0080d32124ac3df0": [[255, 159, 96]], "374f4a744bf81d7e": [[255, 191, 128]], "ae93992e4d6cf1ad": [[255, 223, 159]]} \ No newline at end of file From e6b0400ae5c589eabd87dd35c57b5cc90b670e59 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Tue, 11 Aug 2026 21:14:45 -0500 Subject: [PATCH 39/40] docs(f7): rebuild findings from the closed campaign, and make them regenerable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The findings document was written incrementally while measuring, so each section used whatever subset existed on the day it was written. Now that the campaign is closed at 1700 readings over 20 sessions, every number is re-derived from the committed dataset. That immediately caught a figure that was wrong on its own terms: the gamut was reported as both 55 % of sRGB and 18.5 % of the visible locus. Those two references differ by a fixed ratio, so the pair could never both be right — 55 % of sRGB is 32 % of the locus. Measured over the full dataset it is 46 % and 26 % (xy hull area 0.05165). No remeasurement was needed to know the old pair was broken, only a division, which is the argument for deriving numbers rather than typing them. tools/color_findings.py now regenerates every headline figure, so the document can be checked rather than trusted. Other numbers that moved with the larger n: contrast 31.9 -> 33.0 : 1, Yule-Nielsen n 1.62 -> 1.51 (residual 2.49 -> 1.72 dE, now removing 70 % of linear-mixing error), and a noise floor of 0.35 dE established from 206 anchor readings rather than asserted. Dedup is now validated on 4705 independent pairs of identical rasters rather than 166: mean 0.497 dE, indistinguishable from the noise floor. The LUT retraction is promoted from a banner into the body. The campaign's honest result is that no dither change is warranted, and the reason is worth keeping: every LUT comparison ran at hue_cutoff_deg=30/neutral_chroma=12 while production ships 95/8, where hue_aware is bit-identical to euclidean on skin. Three successive recommendations were no-ops. Of four candidates put on glass, the three argued from preference were rejected by a human on sight; the one that survived was the DRC correctness bug. display.py records that the campaign corroborates its DRC anchors (L* 10.18/67.96 vs the 10.21/68.02 it carries) without editing them — the difference is an order of magnitude inside the noise floor, so changing them would be churn that reads like a real change in git blame. Co-Authored-By: Claude Opus 5 (1M context) --- .../screens/bigme_f7/measurements/findings.md | 413 +++++++++--------- python/hokku/screens/bigme_f7/display.py | 5 + tools/color_findings.py | 299 +++++++++++++ 3 files changed, 522 insertions(+), 195 deletions(-) create mode 100644 tools/color_findings.py diff --git a/docs/screens/bigme_f7/measurements/findings.md b/docs/screens/bigme_f7/measurements/findings.md index dfc7f703..73952f9d 100644 --- a/docs/screens/bigme_f7/measurements/findings.md +++ b/docs/screens/bigme_f7/measurements/findings.md @@ -1,229 +1,252 @@ # What the measurements say, and what to do about it -> **RETRACTED (LUT sections below).** Every LUT comparison in this document was -> measured with `hue_cutoff_deg=30, neutral_chroma=12`. Production ships -> `95, 8` (`presets.py`), and those two numbers ARE the hue-aware gate. At the -> shipped values `hue_aware` is bit-identical to `euclidean` on skin colours, and -> the large blue shift reported below does not occur: production measures −5.61 -> db* (general) and −4.77 (faces), not −9.46. -> -> Re-run at the correct parameters, `oklab` does give the least blue skin -> (−1.15 vs −5.61) — vindicating the original human observation that "all but -> oklab make lips blue". But shown side by side on the panel, the human verdict -> was that **production looks better**: oklab reads "too light, overlighted", -> and skin looks "more human" with the shipped config. -> -> That matches whole-image ΔE (17.16 shipped vs 18.27 oklab) and contradicts the -> blue-shift metric this document optimises. **The ΔE column predicted -> preference; the blue-shift column did not.** No LUT change is recommended. -> -> What survives untouched: the ink primaries, gamut, contrast, black-ink -> non-neutrality, the dot-gain curve and the Yule-Nielsen model — none of which -> involve the hue gate. - -Working notes from characterising the Bigme F7 panel with an X-Rite ColorMunki -Photo (ArgyllCMS `spotread`, reflective 45°/0°). Raw readings live alongside this -file; the tools are `tools/color_*.py`. - -## The headline: skin goes blue because of `hue_aware` - -The complaint that started this work was that faces render with a blue cast under -every dither setting except oklab. That is now measured, and the cause is narrower -than "the colour space". - -Blue shift is how far warm skin moves along the blue-yellow axis (negative = -bluer than it should be), predicted from the fitted model with everything except -the LUT held fixed: - -| LUT | blue shift | LUT | blue shift | -|---|---:|---|---:| -| oklab | −1.72 | cam16ucs_hue_aware | −9.11 | -| cam16ucs | −2.73 | **hue_aware** *(production)* | **−9.46** | -| euclidean_weighted | −3.92 | oklab_hue_aware | −10.09 | -| euclidean | −4.03 | hue_aware_weighted | −10.19 | - -The pattern is the **`hue_aware` modifier**, not the space it is applied to: - -| base | plain | + hue_aware | -|---|---:|---:| -| euclidean | −4.03 | −9.46 | -| oklab | −1.72 | −10.09 | -| cam16ucs | −2.73 | −9.11 | - -Adding it multiplies the shift in every space. That is consistent with the known -defect that its gate tests the *drifted* value's hue rather than the source -pixel's, so warm tones misfire and recruit blue ink. - -### Confirmed on photographs, where it is worse - -Swatch results have misled in this project before, so this was re-run on -portraits, predicting perceived colour by locally averaging ink coverage (the eye -integrates dots) and applying the model per position. Δb\* on skin pixels: - -| portrait | skin px | hue_aware | oklab | cam16ucs | euclidean | -|---|---:|---:|---:|---:|---:| -| Robert De Niro | 33.5 % | **−16.38** | +1.56 | +0.69 | −0.33 | -| Anna Unterberger | 15.6 % | **−19.53** | −8.26 | −8.50 | −9.72 | -| Wayuu woman | 30.2 % | **−7.05** | −0.91 | −1.09 | −2.01 | - -Same ordering on all three, at every blur radius, and **stronger** than the -swatch estimate of −9.46. - -### What it costs elsewhere - -Changing the LUT moves every image, so: - -| metric | hue_aware (now) | oklab | cam16ucs | -|---|---:|---:|---:| -| skin ΔE | 15.17 | 14.67 | **12.39** | -| skin \|Δhue\| | 46.77 | 57.27 | **36.33** | -| skin blue shift | −9.46 | **−1.72** | −2.73 | -| greys ΔE | 12.25 | 14.65 | **11.74** | -| gamut ΔE | 50.34 | 47.62 | **45.27** | - -**`cam16ucs` is better or equal on every stable metric** while nearly matching -oklab on blue shift. The apparent exception (greys \|Δhue\|: 90 vs 65) is not -meaningful — at near-zero chroma the hue *angle* is numerically unstable, so -greys ΔE and Δchroma are the columns that count. - -### And it is better on whole images, not only faces - -A global LUT change needs a global check. Whole-image mean ΔE over the 12 readable -test images: - -| | hue_aware (now) | oklab | cam16ucs | euclidean | -|---|---:|---:|---:|---:| -| mean over 12 images | 19.34 | 18.95 | **17.37** | 17.31 | - -`cam16ucs` beats production on **11 of 12** images (the exception is the Wikipedia -logo, by 0.08). The gains are not confined to faces — the RGB corner gradient -improves 40.22 → 33.84 and the Albi panorama 20.69 → 16.55. - -This is also what disqualifies **oklab** as a global default, which the skin -metric alone would have chosen: despite the best blue shift, it is *worse* than -production on the Dürer hare, Berlin Wall, Fitz Roy, the B&W forest road, the -grayscale bar and the Wikipedia logo. It fixes skin by spending accuracy -everywhere else. - -### Measured greys overturn cam16ucs — the answer is `euclidean` - -The LUT recommendation above rested on the model. Measuring what a requested -*neutral grey* actually becomes changed it. Mid-range, production algorithm: +Final write-up of the Bigme F7 colour campaign: **1700 readings over 20 sessions**, +X-Rite ColorMunki Photo via ArgyllCMS `spotread`, reflective 45°/0°, one unit, the +meter clamped in a single position for the entire campaign. -| config | grey cast | | config | grey cast | -|---|---:|---|---|---:| -| **euclidean** | **3.56** | | cam16ucs | 5.55 | -| hue_aware | 3.64 | | bw | 6.36 | -| oklab_hue_aware | 4.91 | | **oklab** | **9.12** | -| cam16ucs_hue_aware | 5.26 | | | | +Every number below is regenerated from the committed dataset by +`tools/color_findings.py`. Run it to check this document rather than trusting it — +the numbers here were wrong once, in a way described at the end, precisely because +they were written by hand from whatever subset existed on the day. -Two things fall out. Plain **cam16ucs costs grey neutrality** (5.55 vs 3.64), so -it was buying skin at the price of neutrals. And plain **oklab is catastrophic on -greys** — 9.12, worse than black-and-white-only, landing at a\* −8.0 because it -recruits the most chromatic ink of any option. Greys go green. That is the LUT the -skin metric alone would have picked. +Data and schema: [`data/`](data/). Tools: `tools/color_*.py`. -`bw` having the *worst* cast of the simple options, and it being blue (b\* −5.17), -is the black ink's own violet bias showing through undiluted — which is exactly -what the hue-aware machinery exists to cancel, and why it wins on greys while -losing badly on skin. +## What actually changed in the product -The ranking is identical using only freshly-measured patches (23 of 39 were -inherited from byte-identical rasters), so the dedup did not manufacture it. +One thing, and it was a bug rather than a preference: -**Recommendation: `euclidean` for `general` and `faces`.** +- **The dynamic-range compressor targeted a range the panel cannot show.** It + derived its lightness anchors from `palette_measured_rgb`, a third-party table + whose white sits at L\* 79.3. This glass tops out at **L\* 67.96**. The DRC was + compressing every image into a range 37 % wider than the display, so both ends + clipped — on one test portrait, half the image collapsed into flat black. Fixed + by `drc_anchor_l` on the display spec ([`display.py`](../../../../python/hokku/screens/bigme_f7/display.py)), + with the renderer falling back to the old behaviour when a screen has not been + measured. Confirmed better on glass, side by side. -| metric | hue_aware (now) | cam16ucs | euclidean | -|---|---:|---:|---:| -| grey cast (measured) | 3.64 | 5.55 | **3.56** | -| whole-image ΔE, 12 photos | 19.34 | 17.37 | **17.31** | -| skin ΔE | 15.17 | 12.39 | **12.38** | -| skin \|Δhue\| | 46.77 | 36.33 | **32.11** | -| skin blue shift | −9.46 | **−2.73** | −4.03 | +Nothing else is recommended. In particular **no dither LUT change**, which is not +where this work expected to land — see [The LUT question](#the-lut-question). -Best or tied-best on four of five, and its one loss is still less than half of -production's blue shift. Notably it is also the *simplest* option — plain CIELAB -nearest-neighbour, no hue machinery and no perceptual colour space. Every more -elaborate alternative measured worse. +## The panel -**Validate on real glass before shipping** — the non-grey evidence is still -model-based, with the tonal chain switched off, and it scores colour, not texture. +| ink | reads | L\* | a\* | b\* | Y % | spread ΔE | +|---|---:|---:|---:|---:|---:|---:| +| black | 42 | 10.18 | +10.75 | −10.56 | 1.15 | 0.269 | +| white | 42 | 67.96 | −3.81 | −2.20 | 37.91 | 0.289 | +| yellow | 41 | 66.96 | −13.66 | +73.09 | 36.58 | 0.247 | +| red | 41 | 25.17 | +40.00 | +29.36 | 4.47 | 0.429 | +| blue | 40 | 33.08 | +6.60 | −41.58 | 7.57 | 0.393 | +| green | 40 | 34.00 | −24.96 | +7.72 | 8.01 | 0.510 | -## What did NOT turn out to matter: the palette anchors +**Contrast is 33.0 : 1** — white Y 37.91 %, black Y 1.15 %. That is the physical +ceiling; no amount of rendering produces a brighter white or a deeper black than +the ink. -`palette_measured_rgb` came from a third-party table (`epdoptimize`), not this -glass, and is wrong by mean ΔE 13 after white-normalising (worst: red, 24). It -looked like the root cause, and it was recommended as the first fix. +**Gamut is 46 % of sRGB, 26 % of the visible locus** (xy hull area 0.05165). -That was wrong. Substituting measured anchors changes almost nothing: +> Both figures previously published here — 55 % of sRGB and 18.5 % of the visible +> locus — were wrong, and provably so without remeasuring anything: the two +> references differ by a fixed ratio, so 55 % of sRGB *is* 32 % of the locus and +> the pair could never both be right. They were computed at different times from +> different subsets. `color_findings.py` now derives both from one hull area. -| set | current | measured (white-normalised) | -|---|---:|---:| -| skin | 15.17 | 14.32 | -| greys | 12.25 | 12.23 | -| gamut | 50.34 | 50.48 | +**Black ink is not neutral** — a\* +10.75, b\* −10.56, chroma 15.1, a violet-blue. +A grey dithered from black and white therefore drifts off-neutral as it darkens, +and this is the origin of most of the grey-cast behaviour further down. -All inside the model's own ~2.5 ΔE residual, and the normalised anchors make -greys clearly worse (\|Δhue\| 65 → 89). Absolute (un-normalised) anchors are worse -everywhere — unsurprisingly, since they tell the quantiser its brightest ink is a -mid grey. +**Chromaticity flatters this panel.** The saturated inks are also the dark ones: -Why: aggregate error is dominated by **gamut limits** no anchor choice can move. -The gamut set scores ΔE 50 whatever palette is used. +| ink | Y % where its chromaticity lives | +|---|---:| +| red | 4.47 | +| blue | 7.57 | +| green | 8.01 | +| yellow | 36.58 | -## The panel itself +Against a 37.91 % white, red is reachable only at a twelfth of paper luminance. +The usable *volume* is far smaller than the xy outline suggests, which is why +gamut mapping is a design decision and not something measurement settles. -| | | -|---|---| -| paper white | Y 37.7 %, L\* 67.8 | -| black | Y 1.18 % | -| contrast | 31.9 : 1 | -| gamut area | 55 % of sRGB, 18.5 % of the visible locus | -| repeat-to-repeat noise | 0.1–0.4 ΔE | +## How much of any of this is real -Black ink is **not neutral** — a\* +10.8, b\* −10.6, a violet-blue — so a grey -dithered from black and white drifts steadily off-neutral as it darkens. +The campaign re-measured all six solid inks at the start and end of every session. +Those brackets are the error bars. -Chromaticity flatters the panel: red reaches its chromaticity only at Y 4.5 % and -blue at Y 7.6 %, against a 37.7 % white. The usable *volume* is far smaller than -the xy outline suggests, which is why gamut mapping is a design decision rather -than something measurement settles. +| ink | brackets | mean ΔE to that ink's mean | worst | +|---|---:|---:|---:| +| black | 35 | 0.290 | 0.686 | +| white | 35 | 0.267 | 0.651 | +| yellow | 34 | 0.245 | 0.681 | +| red | 34 | 0.412 | 1.188 | +| blue | 34 | 0.374 | 0.832 | +| green | 34 | 0.501 | 1.096 | + +**Noise floor: mean 0.348 ΔE, p95 0.785.** Within a session, open-to-close drift +is 0.458 ΔE mean over 90 pairs. It is non-directional and uncorrelated with +elapsed time, which is what identifies it as panel refresh repeatability rather +than instrument drift — the instrument was recalibrated every session and the +brackets do not step at session boundaries. + +**Any conclusion in this document resting on a difference below ~0.4 ΔE is inside +the noise.** Several candidate improvements died on exactly this. + +### Dedup is sound + +Many planned patches dither to a byte-identical raster; those inherited an earlier +reading instead of being re-displayed (~54 % of the dense gamut phase). Where the +same raster was nonetheless measured independently more than once — **4705 such +pairs** — the readings agree to **mean 0.497 ΔE, median 0.421**. That is the noise +floor, so inheritance costs nothing measurable. + +Control patches are excluded from inheritance in both directions. A control that +silently reused an old reading would report zero drift by construction. + +## Tone response: the pipeline's linearity assumption is false + +The dither assumes inks mix linearly by area. Measured across 64 levels of +black-on-white: + +| nominal | measured Y % | linear Y % | effective coverage | dot gain | ΔL\* | +|---:|---:|---:|---:|---:|---:| +| 0.125 | 30.4 | 33.2 | 0.202 | +0.077 | 2.3 | +| 0.250 | 24.0 | 28.6 | 0.377 | +0.127 | 4.4 | +| 0.375 | 17.6 | 24.1 | 0.551 | +0.176 | 7.2 | +| **0.500** | **11.7** | **19.5** | **0.713** | **+0.213** | **10.6** | +| 0.625 | 9.3 | 14.9 | 0.778 | +0.153 | 9.0 | +| 0.750 | 6.3 | 10.3 | 0.861 | +0.111 | 8.4 | +| 0.875 | 3.7 | 5.7 | 0.931 | +0.056 | 6.2 | + +A 50 % dither prints like **71 %** coverage — ΔL\* 10.6, far above any +just-noticeable threshold. The curve is the classic dot-gain arch, peaking +mid-tone and closing at both ends, so no gain or exposure shift corrects it. + +**This does not mean the pipeline needs a dot-gain correction.** Error diffusion +is a closed loop: it measures its own accumulated error against the palette and +compensates as it goes, so end-to-end the rendered mid-tones already land close. +The arch is a property of *open-loop coverage*, and it matters for the model +below, not for the shipped renderer. Applying an inverse-transfer LUT on top of +error diffusion would double-correct. ## The model -Yule-Nielsen fitted to every patch (each carries its exact ink histogram, since we -generate the rasters): +Yule-Nielsen fitted to every patch, each carrying its exact ink histogram (we +generate the rasters, so coverage is known rather than estimated): ``` -n = 1.62 mean ΔE76 2.49 (linear-mixing baseline 5.23) - -> removes 52 % of the error +n = 1.51 mean ΔE76 1.72 over 975 mixed patches + linear-mixing baseline 5.74 -> removes 70 % of the error ``` -Per config, `n` independently reproduces the ordered-vs-diffused split found -earlier by a different route: +Per config, `n` reproduces the ordered-versus-diffused split found earlier by a +different route — ordered dithers clump ink and print heavier: + +| config | n | ΔE | patches | +|---|---:|---:|---:| +| atkinson_serp_bw | 1.63 | 2.68 | 12 | +| fs_cam16ucs_hue_aware | 1.47 | 2.15 | 97 | +| atkinson_hue_aware | 1.47 | 2.23 | 577 | +| atkinson_oklab_hue_aware | 1.46 | 2.44 | 72 | + +A 1.72 ΔE residual against a 0.35 ΔE noise floor means the model is still missing +something real — most likely that `n` varies with coverage rather than being +constant across the arch. Spectral fitting (spectra are recorded for every +reading) and coverage-dependent `n` are the obvious next refinements. -| config | n | config | n | -|---|---:|---|---:| -| bayer (ordered) | 1.90 | atkinson | 1.61 | -| stucki_serp | 1.74 | fs_cam16ucs_hue_aware | 1.47 | -| floyd_steinberg | 1.69 | atkinson_hue_aware | 1.45 | +## Grey neutrality by LUT -A 2.49 ΔE residual against a 0.3 ΔE noise floor says the model is still missing -something — most likely that `n` varies with coverage rather than being constant -across the arch. Spectral fitting (spectra are now recorded) and per-config `n` -are the next refinements. +What a *requested neutral* actually becomes, over every true-neutral patch: + +| config | n | cast (chroma) | a\* | b\* | +|---|---:|---:|---:|---:| +| **atkinson_serp_euclidean** | 13 | **6.26** | +0.47 | −3.65 | +| atkinson_serp_hue_aware *(≈ production)* | 13 | 6.31 | +0.52 | −3.84 | +| atkinson_serp_oklab_hue_aware | 13 | 6.87 | −1.11 | −2.46 | +| atkinson_serp_cam16ucs_hue_aware | 13 | 7.56 | −0.98 | −1.92 | +| atkinson_serp_cam16ucs | 13 | 7.79 | −1.08 | −1.69 | +| *bw variants* | 13 ea | 8.11 – 8.41 | +0.9…+1.5 | −6.4…−6.7 | +| **atkinson_serp_oklab** | 13 | **10.11** | −3.94 | −0.42 | + +Three things fall out. + +**`euclidean` and production are tied** — 6.26 versus 6.31, a difference of 0.05 +against a 0.35 noise floor. There is no grey argument for switching. + +**Plain `oklab` is the worst option measured**, at 10.11 — worse than +black-and-white-only. It lands at a\* −3.94: greys go green, because it recruits +the most chromatic ink available. This is the LUT that the skin-tone metric alone +would have selected. + +**The `bw` variants are strongly blue** (b\* ≈ −6.5), which is the black ink's own +violet bias showing through undiluted. That is exactly what the hue-aware +machinery exists to cancel. + +## The LUT question + +The work started from a real complaint: faces looked blue under every setting +except oklab. A long chain of measurement appeared to confirm it, identify +`hue_aware` as the cause, and recommend a replacement — three times, converging on +three different answers. **All three were wrong, for one reason.** + +Every LUT comparison was run at `hue_cutoff_deg=30, neutral_chroma=12`. Production +ships **`95, 8`** ([`presets.py`](../../../../python/hokku/webserver/presets.py)), +and those two numbers *are* the hue-aware gate. At the shipped values `hue_aware` +is **bit-identical to `euclidean` on skin colours**. The entire effect being +characterised, and every fix proposed for it, belonged to a configuration that has +never shipped. + +Re-run correctly, the blue shift on skin is −5.61 (general) and −4.77 (faces), not +the −9.46 originally reported. `oklab` does give the least blue skin (−1.15), +vindicating the original human observation. But shown side by side on the glass, +the verdict was that **production looks better**: oklab reads "too light, +overlighted", and skin looks "more human" with the shipped config. That matches +whole-image ΔE (**17.16** production versus **18.27** oklab) and contradicts the +blue-shift metric the earlier analysis was optimising. + +**The ΔE column predicted human preference; the blue-shift column did not.** + +Four candidate improvements were put on glass over this campaign. Three — +`cam16ucs`, `euclidean`, `oklab` — were rejected on sight by a human. The one that +survived was the DRC bug. The pattern is worth keeping: *preference* arguments +lost every time, and the *correctness* argument won. + +### What was never in doubt + +The palette anchors, gamut, contrast, black-ink non-neutrality, dot-gain curve and +Yule-Nielsen fit involve no hue gate and were unaffected by the error above. + +Separately, replacing `palette_measured_rgb` with measured anchors — which looked +like the obvious first fix — changes almost nothing (skin ΔE 15.17 → 14.32, greys +12.25 → 12.23, gamut 50.34 → 50.48), all inside the model's own residual. +Aggregate error is dominated by **gamut limits no anchor choice can move**. ## Rig notes that cost real time - **The dark calibration expires after exactly one hour.** Not physics — a - hardcoded constant, `DCALTOUT` in ArgyllCMS `spectro/munki_imp.c`, compared - against elapsed time with nothing measured. The *white* calibration lasts 24 h, - so the dial rotation is not about the tile. -- Passing a reading proves the calibration is valid *now*, not that any life - remains. Starting a cycle on a nearly-expired calibration wastes the cycle; - `tools/f7_calibrate.py` records the time and the runner refuses a stale one. -- Intermittent `Communications failure` from the ColorMunki is normal (~2 per 114 - reads) and self-clearing. Do not treat one as fatal. + hardcoded `DCALTOUT` in ArgyllCMS `spectro/munki_imp.c`, compared against + elapsed time with nothing measured. The *white* calibration lasts 24 h, so the + dial rotation is not about the tile. This sets the whole campaign's rhythm: + ~55 usable minutes per human-attended cycle. +- Passing a reading proves a calibration is valid *now*, not that any life + remains. `tools/f7_calibrate.py` records the time; the runner refuses to start a + cycle it cannot finish. +- **`Communications failure` right after a successful calibration is a wedged USB + endpoint, not a dial problem.** Re-seating the dial does not fix it; unplugging + and replugging the instrument does. Diagnosed the slow way. +- Intermittent `Communications failure` mid-run is normal (~2 per 114 reads) and + self-clearing. Do not treat one as fatal — but do not classify it as calibration + expiry either, since spotread's own banner contains the word "calibration" and + matching on it halved every cycle for a while. - The 6 mm aperture spans only ~3.8 Bayer periods at this pixel pitch, which - sounds marginal, but simulating all 64 sub-tile phases bounds the sampling bias - at ~0.004 coverage — an order of magnitude below the effects being measured. + sounds marginal; simulating all 64 sub-tile phases bounds the sampling bias at + ~0.004 coverage, an order of magnitude below the effects being measured. + +## What this dataset is now for + +Coverage is complete: 1434 of 1436 planned patches (the 2 uncollected are drift +controls, dropped deliberately). Every reading carries its full 380–730 nm +spectrum. + +The dense gamut phase — 729 patches spanning the reachable volume — was collected +to support a **3-D correction LUT**, mapping requested sRGB to the coverage that +actually produces it. That build has not been started. It is entirely offline: no +panel, no meter, no calibration window. diff --git a/python/hokku/screens/bigme_f7/display.py b/python/hokku/screens/bigme_f7/display.py index 7cb1c40d..dca999d3 100644 --- a/python/hokku/screens/bigme_f7/display.py +++ b/python/hokku/screens/bigme_f7/display.py @@ -64,6 +64,11 @@ class BigmeF7Display(Display): # reflective 45/0, D65), averaged over 11 readings of each solid ink: # black L* 10.21, white L* 68.02 — a contrast ratio of 31.9:1. # + # The full campaign later put 42 readings on each ink across 20 sessions and + # landed on L* 10.18 / 67.96 (33.0:1). Left unchanged: the difference is + # 0.03 and 0.06 L*, an order of magnitude inside the 0.35 dE noise floor, so + # editing these would be churn that reads like a real change in git blame. + # # The palette table above is NOT the source for this. It came from a # third-party dataset and puts white at L* 79.26, which is 11 L* beyond # anything this panel can actually show. Deriving the DRC range from it diff --git a/tools/color_findings.py b/tools/color_findings.py new file mode 100644 index 00000000..88c53d9a --- /dev/null +++ b/tools/color_findings.py @@ -0,0 +1,299 @@ +#!/usr/bin/env python3 +"""Regenerate every headline number in `measurements/findings.md` from the data. + +The findings document was written incrementally while the campaign was still +running, so its numbers came from whatever subset existed on the day each section +was written. That is how it ended up asserting a gamut both 55 % of sRGB and +18.5 % of the visible locus, which cannot both be true — the two are related by a +fixed ratio. Numbers that are re-derived on demand cannot drift like that. + +Everything printed here comes from the committed dataset. Run it, and paste or +check the output against the document; no figure in findings.md should exist that +this script cannot produce. +""" + +from __future__ import annotations + +import argparse +import collections +import pathlib +import sys + +import numpy as np + +sys.path.insert(0, str(pathlib.Path(__file__).resolve().parent)) + +from color_model import ( + INK_NAMES, + delta_e76, + fit_n, + lab, + load_records, + primaries, + yn_mix, +) + +# CIE 1931 2° spectral locus area in xy, by the shoelace formula over the +# standard observer's chromaticity outline. A constant rather than a recomputed +# value because it is a property of the observer, not of anything measured here. +VISIBLE_LOCUS_AREA = 0.1952 + +# sRGB primaries (IEC 61966-2-1). +SRGB_XY = np.array([[0.64, 0.33], [0.30, 0.60], [0.15, 0.06]]) + + +def xy_of(xyz: np.ndarray) -> np.ndarray: + """CIE xy chromaticity from XYZ.""" + s = float(np.sum(xyz)) + return np.array([xyz[0] / s, xyz[1] / s]) + + +def polygon_area(pts: np.ndarray) -> float: + """Shoelace area of the convex hull of `pts`, ordered by angle about centroid.""" + c = pts.mean(axis=0) + order = np.argsort(np.arctan2(pts[:, 1] - c[1], pts[:, 0] - c[0])) + p = pts[order] + return float( + 0.5 * abs(np.dot(p[:, 0], np.roll(p[:, 1], -1)) - np.dot(p[:, 1], np.roll(p[:, 0], -1))) + ) + + +def section_panel(recs: list[dict], prim: dict) -> None: + print("\n## The panel\n") + print(f" {'ink':7s} {'reads':>5} {'L*':>7} {'a*':>7} {'b*':>7} {'Y%':>7} {'spread dE':>10}") + for name in INK_NAMES: + if name not in prim: + continue + p = prim[name] + lb = lab(p["xyz"]) + print( + f" {name:7s} {p['n']:5d} {lb[0]:7.2f} {lb[1]:7.2f} {lb[2]:7.2f} " + f"{p['xyz'][1]:7.2f} {p['spread_de']:10.3f}" + ) + + yw, yb = prim["white"]["xyz"][1], prim["black"]["xyz"][1] + print(f"\n contrast {yw / yb:.1f} : 1 (white Y {yw:.2f} %, black Y {yb:.2f} %)") + + # Gamut is the hull of the six inks in xy. Reported against both references so + # the two figures are forced to be consistent with each other. + pts = np.array([xy_of(prim[n]["xyz"]) for n in INK_NAMES if n in prim]) + area = polygon_area(pts) + srgb = polygon_area(SRGB_XY) + print( + f" gamut xy area {area:.5f} = {100 * area / srgb:.0f} % of sRGB" + f" = {100 * area / VISIBLE_LOCUS_AREA:.0f} % of the visible locus" + ) + + blk = lab(prim["black"]["xyz"]) + print( + f" black ink a* {blk[1]:+.2f} b* {blk[2]:+.2f} (chroma {np.hypot(blk[1], blk[2]):.1f})" + ) + + # Chromaticity flatters a reflective panel: the saturated inks are also the + # dark ones, so the xy outline is reached only at low luminance. + print("\n where each ink's chromaticity actually sits in luminance:") + for name in ("red", "blue", "green", "yellow"): + if name in prim: + print(f" {name:7s} Y {prim[name]['xyz'][1]:5.2f} %") + + +def section_stability(recs: list[dict]) -> None: + """What the session brackets say about repeatability — the noise floor.""" + print("\n## Stability\n") + by = collections.defaultdict(list) + for r in recs: + if r.get("phase") != "session_anchor" or "xyz_d65_pct" not in r: + continue + frac = r.get("ink_fraction") or {} + solid = [k for k, v in frac.items() if v > 0.999] + if len(solid) == 1: + by[solid[0]].append((r.get("session"), r.get("anchor_tag"), np.array(r["xyz_d65_pct"]))) + + print(f" {'ink':7s} {'brackets':>8} {'mean dE to ink mean':>20} {'worst':>8}") + alld = [] + for name in INK_NAMES: + rs = by.get(name) + if not rs: + continue + xyz = np.array([x for _, _, x in rs]) + mean = xyz.mean(axis=0) + des = [delta_e76(lab(x), lab(mean)) for x in xyz] + alld += des + print(f" {name:7s} {len(rs):8d} {np.mean(des):20.3f} {max(des):8.3f}") + if alld: + print( + f"\n overall anchor spread: mean {np.mean(alld):.3f} dE, p95 {np.percentile(alld, 95):.3f}" + ) + print(" This is the noise floor. Any conclusion resting on a smaller") + print(" difference is inside it.") + + # Open-vs-close within a session isolates drift *during* a session from + # session-to-session variation. + drift = [] + per = collections.defaultdict(dict) + for name, rs in by.items(): + for sess, tag, xyz in rs: + if tag: + per[(name, sess)][tag] = xyz + for v in per.values(): + if "open" in v and "close" in v: + drift.append(delta_e76(lab(v["open"]), lab(v["close"]))) + if drift: + print( + f" open->close within a session: mean {np.mean(drift):.3f} dE over " + f"{len(drift)} pairs, worst {max(drift):.3f}" + ) + + +def section_tone(recs: list[dict], prim: dict) -> None: + """Dot gain: what a requested coverage actually prints as.""" + print("\n## Tone response (dot gain)\n") + yw, yb = prim["white"]["xyz"][1], prim["black"]["xyz"][1] + rows = [] + for r in recs: + if r.get("phase") not in ("tone_fine",) or "xyz_d65_pct" not in r: + continue + frac = r.get("ink_fraction") or {} + k = frac.get("black") + if k is None or not (0.0 < k < 1.0): + continue + if abs(k + frac.get("white", 0.0) - 1.0) > 1e-6: + continue # not a pure black/white mix + y = r["xyz_d65_pct"][1] + rows.append((k, y, (yw - y) / (yw - yb))) + if not rows: + print(" (no black/white tone patches)") + return + agg = collections.defaultdict(list) + for k, y, eff in rows: + agg[round(k, 4)].append((y, eff)) + print( + f" {'nominal':>8} {'meas Y%':>8} {'linear Y%':>10} {'effective':>10} {'dot gain':>9} {'dL*':>7}" + ) + peak = (0.0, 0.0) + for k in sorted(agg): + ys = [y for y, _ in agg[k]] + effs = [e for _, e in agg[k]] + y, eff = float(np.mean(ys)), float(np.mean(effs)) + lin = yw + k * (yb - yw) + gain = eff - k + dl = abs(lab(np.array([0, y, 0]))[0] - lab(np.array([0, lin, 0]))[0]) + print(f" {k:8.3f} {y:8.2f} {lin:10.2f} {eff:10.3f} {gain:+9.3f} {dl:7.1f}") + if gain > peak[1]: + peak = (k, gain) + print( + f"\n peak dot gain {peak[1]:+.3f} at nominal {peak[0]:.3f} " + f"(prints like {peak[0] + peak[1]:.3f} coverage)" + ) + + +def section_model(recs: list[dict], prim: dict) -> None: + print("\n## The Yule-Nielsen model\n") + n, err = fit_n(recs, prim, spectral=False) + pm = np.array([prim[k]["xyz"] for k in INK_NAMES]) + mixed = [ + r + for r in recs + if "xyz_d65_pct" in r and r.get("ink_fraction") and max(r["ink_fraction"].values()) <= 0.999 + ] + lin = [] + for r in mixed: + f = np.array([r["ink_fraction"].get(k, 0.0) for k in INK_NAMES]) + lin.append(delta_e76(lab(yn_mix(f, pm, 1.0)), lab(np.array(r["xyz_d65_pct"])))) + print(f" n = {n:.2f} mean dE76 {err:.2f} over {len(mixed)} mixed patches") + if lin: + print( + f" linear-mixing baseline mean dE76 {np.mean(lin):.2f}" + f" -> the model removes {100 * (1 - err / np.mean(lin)):.0f} % of the error" + ) + + print("\n per config (the ordered-vs-diffused split):") + by = collections.defaultdict(list) + for r in mixed: + if r.get("config_name"): + by[r["config_name"]].append(r) + out = [] + for cfg, rs in by.items(): + if len(rs) < 12: + continue + cn, ce = fit_n(rs, prim, spectral=False) + out.append((cn, cfg, len(rs), ce)) + for cn, cfg, cnt, ce in sorted(out, reverse=True): + print(f" {cfg:34s} n {cn:5.2f} dE {ce:5.2f} ({cnt} patches)") + + +def section_greys(recs: list[dict], prim: dict) -> None: + """What a requested neutral grey actually becomes, per LUT.""" + print("\n## Grey neutrality by LUT\n") + by = collections.defaultdict(list) + for r in recs: + if r.get("phase") not in ("plain_lut_grey", "lut_gain", "algo_gain"): + continue + if "xyz_d65_pct" not in r or not r.get("config_name"): + continue + rgb = r.get("rgb") + if not rgb or not (max(rgb) - min(rgb) == 0): + continue # only true neutrals + lb = lab(np.array(r["xyz_d65_pct"])) + by[r["config_name"]].append((float(np.hypot(lb[1], lb[2])), lb[1], lb[2])) + if not by: + print(" (no neutral patches)") + return + print(f" {'config':34s} {'n':>3} {'cast (chroma)':>14} {'a*':>7} {'b*':>7}") + for cfg, v in sorted(by.items(), key=lambda kv: np.mean([c for c, _, _ in kv[1]])): + cast = np.mean([c for c, _, _ in v]) + a = np.mean([x for _, x, _ in v]) + b = np.mean([x for _, _, x in v]) + print(f" {cfg:34s} {len(v):3d} {cast:14.2f} {a:+7.2f} {b:+7.2f}") + + +def section_dedup(recs: list[dict]) -> None: + """Does an inherited reading actually match a fresh one of the same raster?""" + print("\n## Dedup validation\n") + by = collections.defaultdict(list) + for r in recs: + if "xyz_d65_pct" in r and r.get("raster_sha1") and not r.get("duplicate_of"): + if not r.get("is_control"): + by[r["raster_sha1"]].append(np.array(r["xyz_d65_pct"])) + des = [] + for xs in by.values(): + for i in range(len(xs)): + for j in range(i + 1, len(xs)): + des.append(delta_e76(lab(xs[i]), lab(xs[j]))) + if not des: + print(" (no repeated rasters measured independently)") + return + print(f" {len(des)} independent pairs of identical rasters") + print( + f" agreement: mean {np.mean(des):.3f} dE, median {np.median(des):.3f}, " + f"p95 {np.percentile(des, 95):.3f}" + ) + print(" Compare against the anchor noise floor above: if these match, dedup") + print(" is inheriting readings no worse than re-measuring would have been.") + + +def main(argv: list[str] | None = None) -> int: + ap = argparse.ArgumentParser(description=__doc__) + ap.add_argument( + "--data", + type=pathlib.Path, + default=pathlib.Path("docs/screens/bigme_f7/measurements/data/campaign.jsonl"), + ) + args = ap.parse_args(argv) + + recs = load_records(args.data) + print(f"# Findings, regenerated from {args.data}") + print(f"\n{len(recs)} usable readings, {len({r.get('session') for r in recs})} sessions") + + prim = primaries(recs) + section_panel(recs, prim) + section_stability(recs) + section_tone(recs, prim) + section_model(recs, prim) + section_greys(recs, prim) + section_dedup(recs) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From 950d438837c66bb38103ddef2e109ddf4a15c957 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Tue, 11 Aug 2026 21:26:43 -0500 Subject: [PATCH 40/40] test(f7): mock the console/UART handover so the host build compiles again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI could not build the F7 host tests at all: test_logic.c compiles main.c as one translation unit against mocked SDK headers, and this branch's `frame` command added #include "console/console.h" and "driver/chip/hal_uart.h", neither of which had a mock. Adds both, plus frame_proto.c to the translation unit — its crc32 and chunk_size were unresolved at link once the compile succeeded. The mocks are exercised rather than left as scaffolding. hokku_frame_receive() borrows the UART from the console for the length of a transfer, and the property worth pinning is that the borrow is always balanced: every path out must re-enable the console. A path that does not leaves the device with no console, which on real hardware means no way back in short of a USB replug — during a routine whose entire purpose is to be run repeatedly while measuring colour. Three tests: a complete transfer ACKs once per chunk and balances the handover; a host that vanishes mid-transfer still gets the console restored; and a busy OTA lock refuses without touching either the console or the UART. The UART mock generates its stream rather than copying from a buffer — a frame is 192000 bytes, which is a lot of .bss for a test that never inspects the content — and "how many bytes will the host still deliver" makes the truncated case a one-line setup. 67 host assertions pass, up from 56. Co-Authored-By: Claude Opus 5 (1M context) --- .../test/host/mocks/console/console.h | 33 ++++++++++ .../test/host/mocks/driver/chip/hal_uart.h | 44 +++++++++++++ firmware/bigme_f7/test/host/test_logic.c | 63 +++++++++++++++++++ 3 files changed, 140 insertions(+) create mode 100644 firmware/bigme_f7/test/host/mocks/console/console.h create mode 100644 firmware/bigme_f7/test/host/mocks/driver/chip/hal_uart.h diff --git a/firmware/bigme_f7/test/host/mocks/console/console.h b/firmware/bigme_f7/test/host/mocks/console/console.h new file mode 100644 index 00000000..96426471 --- /dev/null +++ b/firmware/bigme_f7/test/host/mocks/console/console.h @@ -0,0 +1,33 @@ +#pragma once +#include + +#include "driver/chip/hal_uart.h" + +/* Mock of the XR872 SDK's console, for the host build only. + * + * hokku_frame_receive() borrows the UART from the console for the duration of a + * frame upload: console_disable() hands it over, console_write() is the only way + * to send the per-chunk ACK while the console is down, and console_enable() is + * the single restore point. The counters below exist so a test can assert that + * the handover is balanced — an unbalanced one leaves the device with no + * console, which on real hardware means no way in short of a replug. */ + +static int _mock_console_disable_called; +static int _mock_console_enable_called; +static uint8_t _mock_console_written[8192]; +static uint32_t _mock_console_written_len; + +static inline UART_ID console_get_uart_id(void) { return UART0_ID; } + +static inline void console_disable(void) { _mock_console_disable_called++; } +static inline void console_enable(void) { _mock_console_enable_called++; } + +static inline void console_write(const uint8_t *buf, uint32_t len) +{ + uint32_t i; + + for (i = 0; i < len; i++) { + if (_mock_console_written_len < sizeof(_mock_console_written)) + _mock_console_written[_mock_console_written_len++] = buf[i]; + } +} diff --git a/firmware/bigme_f7/test/host/mocks/driver/chip/hal_uart.h b/firmware/bigme_f7/test/host/mocks/driver/chip/hal_uart.h new file mode 100644 index 00000000..05577a36 --- /dev/null +++ b/firmware/bigme_f7/test/host/mocks/driver/chip/hal_uart.h @@ -0,0 +1,44 @@ +#pragma once +#include + +#include "hal_def.h" + +/* Mock of the XR872 SDK's UART HAL, for the host build only. + * + * hokku_frame_receive() takes the UART away from the console and polls it + * directly, so the host test needs to be able to feed it bytes. The real header + * declares a good deal more; only what main.c touches is modelled here, the + * same way the other mocks in this tree do. + * + * The stream is generated rather than copied from a buffer: a whole frame is + * 192000 bytes, which is a lot of .bss to carry around for a test that never + * inspects the content. `_mock_uart_avail` is how many bytes the host will + * still deliver before going silent, which makes a truncated transfer — the + * branch that leaves the panel mid-DTM — a one-line setup. */ + +typedef enum { UART0_ID = 0, UART1_ID = 1 } UART_ID; + +/* ── Controllable mock state ─────────────────────────────────────────────── */ +static uint32_t _mock_uart_avail; /* bytes the host still has to give */ +static uint32_t _mock_uart_delivered; /* bytes actually handed over */ +static int _mock_uart_polls; /* number of Receive_Poll calls */ + +static inline int32_t HAL_UART_Receive_Poll(UART_ID uart, uint8_t *buf, int32_t size, + uint32_t msec) +{ + uint32_t n; + uint32_t i; + + (void)uart; + (void)msec; + _mock_uart_polls++; + if (size <= 0) + return 0; + + n = (uint32_t)size < _mock_uart_avail ? (uint32_t)size : _mock_uart_avail; + for (i = 0; i < n; i++) + buf[i] = (uint8_t)(_mock_uart_delivered + i); + _mock_uart_avail -= n; + _mock_uart_delivered += n; + return (int32_t)n; +} diff --git a/firmware/bigme_f7/test/host/test_logic.c b/firmware/bigme_f7/test/host/test_logic.c index d876c7dd..29e625ab 100644 --- a/firmware/bigme_f7/test/host/test_logic.c +++ b/firmware/bigme_f7/test/host/test_logic.c @@ -76,6 +76,7 @@ #include "../../../common/all/firmware_url.c" /* SoC-agnostic (shared with ESP32) */ #include "../../../common/all/backoff.c" /* SoC-agnostic (shared with ESP32) */ #include "../../../common/all/frame_state.c" /* SoC-agnostic (shared with ESP32) */ +#include "../../../common/all/frame_proto.c" /* SoC-agnostic (shared with ESP32) */ #include "../../../common/all/logbuf.c" /* SoC-agnostic (shared with ESP32) */ /* Shared XR872 code (firmware/common/xr872) — included before main.c so its * (now non-static) symbols are defined when main.c references them. */ @@ -152,6 +153,13 @@ static void reset_all_mocks(void) _mock_fdcm_read_size = 0; _mock_fdcm_write_call_count = 0; + _mock_uart_avail = 0; + _mock_uart_delivered = 0; + _mock_uart_polls = 0; + _mock_console_disable_called = 0; + _mock_console_enable_called = 0; + _mock_console_written_len = 0; + _mock_ota_init_called = 0; _mock_ota_get_image_called = 0; _mock_ota_verify_image_called = 0; @@ -657,6 +665,57 @@ static void test_net_cb_network_down_does_not_crash(void) CHECK(1, "net_cb: NETWORK_DOWN handled without crashing"); } +/* ── hokku_frame_receive: the console handover ──────────────────────────── + * + * The frame upload borrows the UART from the console for the length of a + * transfer. The property worth pinning is that the borrow is always balanced: + * every path out of hokku_frame_receive() must re-enable the console. If one + * does not, the device is left with no console — and on real hardware that + * means no way back in short of a USB replug, during a routine that exists to + * be run repeatedly during colour measurement. */ + +static void test_frame_receive_acks_every_chunk(void) +{ + uint32_t expect_chunks = (EPD_IMAGE_BYTES + FRAME_PROTO_CHUNK_BYTES - 1) + / FRAME_PROTO_CHUNK_BYTES; + + reset_all_mocks(); + OS_MutexCreate(&g_ota_lock); + _mock_uart_avail = EPD_IMAGE_BYTES; + + CHECK(hokku_frame_receive() == 0, "frame: complete transfer succeeds"); + CHECK(_mock_uart_delivered == EPD_IMAGE_BYTES, "frame: consumes the whole image"); + CHECK(_mock_console_written_len == expect_chunks, + "frame: one ACK per chunk"); + CHECK(_mock_console_written[0] == FRAME_PROTO_ACK, "frame: ACK byte is 'K'"); + CHECK(_mock_console_disable_called == 1 && _mock_console_enable_called == 1, + "frame: console handover is balanced on success"); +} + +static void test_frame_receive_restores_console_when_host_dies(void) +{ + reset_all_mocks(); + OS_MutexCreate(&g_ota_lock); + _mock_uart_avail = FRAME_PROTO_CHUNK_BYTES + 10; /* one chunk, then silence */ + + CHECK(hokku_frame_receive() != 0, "frame: truncated transfer reports failure"); + CHECK(_mock_console_enable_called == 1, + "frame: console restored even when the host vanishes mid-transfer"); + CHECK(_mock_console_disable_called == 1, "frame: console disabled exactly once"); +} + +static void test_frame_receive_refuses_while_ota_lock_held(void) +{ + reset_all_mocks(); + memset(&g_ota_lock, 0, sizeof(g_ota_lock)); /* invalid: never created */ + _mock_uart_avail = EPD_IMAGE_BYTES; + + CHECK(hokku_frame_receive() != 0, "frame: refused when the OTA lock is unavailable"); + CHECK(_mock_console_disable_called == 0, + "frame: console untouched when the transfer never starts"); + CHECK(_mock_uart_polls == 0, "frame: UART untouched when the transfer never starts"); +} + /* ═══════════════════════════════════════════════════════════════════════ * Entry point * ═══════════════════════════════════════════════════════════════════════ */ @@ -720,6 +779,10 @@ int main(void) test_net_cb_network_up_starts_refresh_thread_once(); test_net_cb_network_down_does_not_crash(); + test_frame_receive_acks_every_chunk(); + test_frame_receive_restores_console_when_host_dies(); + test_frame_receive_refuses_while_ota_lock_held(); + printf("\n%d passed, %d failed\n", g_pass, g_fail); return (g_fail > 0) ? 1 : 0; }