From 0dd5cbbde52856a1a08ff7f547b60fb8af178c67 Mon Sep 17 00:00:00 2001 From: haeussma <83341109+haeussma@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:37:07 +0200 Subject: [PATCH] fixed unicode decode error --- chromatopy/readers/agilent_csv.py | 2 - chromatopy/readers/agilent_rdl.py | 1 - chromatopy/tools/analyzer.py | 9 +- .../data/instances/shimadzu_analyzer.json | 372 +++++++++--------- docs/examples/peak_assignment.ipynb | 16 +- 5 files changed, 196 insertions(+), 204 deletions(-) diff --git a/chromatopy/readers/agilent_csv.py b/chromatopy/readers/agilent_csv.py index 3999931..127cd05 100644 --- a/chromatopy/readers/agilent_csv.py +++ b/chromatopy/readers/agilent_csv.py @@ -21,8 +21,6 @@ def read(self) -> list[Measurement]: 'RESULTS.CSV' files {len(self.file_paths)}. """ - print(self.file_paths) - measurements = [] for path_idx, csv_path in enumerate(self.file_paths): peaks = self._read_peaks_from_csv(csv_path) diff --git a/chromatopy/readers/agilent_rdl.py b/chromatopy/readers/agilent_rdl.py index a360b1d..e37115e 100644 --- a/chromatopy/readers/agilent_rdl.py +++ b/chromatopy/readers/agilent_rdl.py @@ -74,7 +74,6 @@ def extract_information(lines: list[str]) -> Tuple[list[list[str]], list[str], s sample_name.append(lines[i + 1]) else: sample_name.append("") - print("") if "│Signal:│" in line: signal = line diff --git a/chromatopy/tools/analyzer.py b/chromatopy/tools/analyzer.py index 21e8c5f..44f3a8f 100644 --- a/chromatopy/tools/analyzer.py +++ b/chromatopy/tools/analyzer.py @@ -509,9 +509,12 @@ def read_agilent( try: txt_path = next(directory.rglob("*.txt")) - lines = AgilentRDLReader.read_file(str(txt_path)) - if lines[0].startswith("┌─────"): - rdl_paths = [str(f.absolute()) for f in directory.rglob("*.txt")] + try: + lines = AgilentRDLReader.read_file(str(txt_path)) + if lines[0].startswith("┌─────"): + rdl_paths = [str(f.absolute()) for f in directory.rglob("*.txt")] + except UnicodeDecodeError: + txt_paths = txt_paths except StopIteration: txt_paths = txt_paths diff --git a/docs/examples/data/instances/shimadzu_analyzer.json b/docs/examples/data/instances/shimadzu_analyzer.json index bf794aa..d9a68bc 100644 --- a/docs/examples/data/instances/shimadzu_analyzer.json +++ b/docs/examples/data/instances/shimadzu_analyzer.json @@ -18,7 +18,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -36,7 +36,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/1a0f9e45-6d5c-4418-837d-cd39af58c179", + "ld_id": "chromatopy:Data/8b7e534f-284d-461c-8565-76da0be59155", "ld_type": [ "chromatopy:Data" ], @@ -54,7 +54,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -63,7 +63,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -90,7 +90,7 @@ "separation_factor": 0.0, "peak_start": 0.017, "peak_end": 0.342, - "ld_id": "chromatopy:Peak/333bb403-2b5a-470f-8755-bfe89c00733b", + "ld_id": "chromatopy:Peak/dd730263-269d-4412-b5c1-0480ac8dd66b", "ld_type": [ "chromatopy:Peak" ], @@ -112,7 +112,7 @@ "separation_factor": 0.0, "peak_start": 2.6, "peak_end": 2.842, - "ld_id": "chromatopy:Peak/3c22f037-7b33-43a6-97a6-5d02cd2673d7", + "ld_id": "chromatopy:Peak/ce2e56b9-46cf-48a0-a601-d1e5f34cbb2a", "ld_type": [ "chromatopy:Peak" ], @@ -134,7 +134,7 @@ "separation_factor": 1.172, "peak_start": 2.867, "peak_end": 3.492, - "ld_id": "chromatopy:Peak/ea89e291-d3f4-4ae8-bd27-f25f192a8281", + "ld_id": "chromatopy:Peak/34c572be-f637-4ee7-877a-bea5ff23b68d", "ld_type": [ "chromatopy:Peak" ], @@ -156,7 +156,7 @@ "separation_factor": 1.189, "peak_start": 3.492, "peak_end": 4.225, - "ld_id": "chromatopy:Peak/15c27ce0-2692-4e0a-bd55-4997eca7f90a", + "ld_id": "chromatopy:Peak/3478abaf-ee6c-43bf-865f-ca07a0c3d368", "ld_type": [ "chromatopy:Peak" ], @@ -178,7 +178,7 @@ "separation_factor": 1.246, "peak_start": 4.225, "peak_end": 4.858, - "ld_id": "chromatopy:Peak/1f341b81-38a9-4161-be38-7b644d8a8001", + "ld_id": "chromatopy:Peak/630a97b4-42c8-41ed-8f0e-f6033e843d0e", "ld_type": [ "chromatopy:Peak" ], @@ -200,7 +200,7 @@ "separation_factor": 1.164, "peak_start": 4.858, "peak_end": 6.025, - "ld_id": "chromatopy:Peak/e3c17f76-d984-4a60-a5ec-635d4c961fb1", + "ld_id": "chromatopy:Peak/f07b6afd-18ad-4969-b22d-4ba744459eaf", "ld_type": [ "chromatopy:Peak" ], @@ -222,7 +222,7 @@ "separation_factor": 1.189, "peak_start": 6.025, "peak_end": 6.417, - "ld_id": "chromatopy:Peak/bf2f66fc-0439-49b3-814d-4a86964f49ef", + "ld_id": "chromatopy:Peak/96019da6-bf15-4686-abbb-f3864ec838ed", "ld_type": [ "chromatopy:Peak" ], @@ -244,7 +244,7 @@ "separation_factor": 1.055, "peak_start": 6.417, "peak_end": 6.708, - "ld_id": "chromatopy:Peak/d14732e3-7d71-4d89-a174-0dc8dc228189", + "ld_id": "chromatopy:Peak/7402fcf6-1533-4878-b8cc-65c65633453a", "ld_type": [ "chromatopy:Peak" ], @@ -266,7 +266,7 @@ "separation_factor": 1.082, "peak_start": 6.708, "peak_end": 7.442, - "ld_id": "chromatopy:Peak/efe5c1ba-2a4c-48e0-a7ed-e83abf2ba849", + "ld_id": "chromatopy:Peak/c35104e5-c0a3-4924-9cc0-811e72d37d4b", "ld_type": [ "chromatopy:Peak" ], @@ -288,7 +288,7 @@ "separation_factor": 1.138, "peak_start": 7.442, "peak_end": 8.95, - "ld_id": "chromatopy:Peak/b9168c19-c9af-4961-b21c-f17fe49f15f3", + "ld_id": "chromatopy:Peak/16a1bace-91bc-45a1-8fda-5548ee453e6d", "ld_type": [ "chromatopy:Peak" ], @@ -310,7 +310,7 @@ "separation_factor": 1.129, "peak_start": 8.95, "peak_end": 10.367, - "ld_id": "chromatopy:Peak/53e82434-1ab3-4a97-829c-769a25bdc9ca", + "ld_id": "chromatopy:Peak/b1e7f6af-edb2-48a9-90a4-aba36f287088", "ld_type": [ "chromatopy:Peak" ], @@ -332,7 +332,7 @@ "separation_factor": 1.146, "peak_start": 10.367, "peak_end": 11.067, - "ld_id": "chromatopy:Peak/b5998877-c723-4522-a685-c3af2a06c402", + "ld_id": "chromatopy:Peak/66f480bd-9e94-435a-afa5-a5b2233696ad", "ld_type": [ "chromatopy:Peak" ], @@ -354,7 +354,7 @@ "separation_factor": 1.098, "peak_start": 11.067, "peak_end": 12.442, - "ld_id": "chromatopy:Peak/c26c3525-a79e-4b04-bac4-95d463d5a116", + "ld_id": "chromatopy:Peak/47dd9b4c-7842-40a6-93d9-37f937e4ad31", "ld_type": [ "chromatopy:Peak" ], @@ -376,7 +376,7 @@ "separation_factor": 1.105, "peak_start": 12.442, "peak_end": 14.967, - "ld_id": "chromatopy:Peak/db040681-5e9d-40a2-ac95-85eecd66b5d0", + "ld_id": "chromatopy:Peak/c29f19ae-d72a-46c7-a645-6c8aacd45104", "ld_type": [ "chromatopy:Peak" ], @@ -3993,7 +3993,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/323b4818-afb1-46c0-bb6f-b3b75d58793d", + "ld_id": "chromatopy:Chromatogram/e05c4415-0dd3-4110-ab20-c2e9275a93a5", "ld_type": [ "chromatopy:Chromatogram" ], @@ -4015,7 +4015,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -4032,7 +4032,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/3587a014-06e8-407d-a705-55ff062c65ea", + "ld_id": "chromatopy:Measurement/fa93c344-3407-406c-86a8-a3138c163cca", "ld_type": [ "chromatopy:Measurement" ], @@ -4053,7 +4053,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -4071,7 +4071,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/c153735f-31c6-4df6-bc4a-c20cb7ee334c", + "ld_id": "chromatopy:Data/65bd07d9-4809-4e78-bbd2-ebd282da09d7", "ld_type": [ "chromatopy:Data" ], @@ -4089,7 +4089,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -4098,7 +4098,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -4125,7 +4125,7 @@ "separation_factor": 0.0, "peak_start": 0.017, "peak_end": 0.342, - "ld_id": "chromatopy:Peak/f377c6e6-75e9-46bd-ad49-b19450fdc2c6", + "ld_id": "chromatopy:Peak/ca746c45-d726-4c6b-ad4a-0dd8077175f0", "ld_type": [ "chromatopy:Peak" ], @@ -4147,7 +4147,7 @@ "separation_factor": 0.0, "peak_start": 2.6, "peak_end": 2.842, - "ld_id": "chromatopy:Peak/d23f9f87-eefe-47db-8e9f-2a2d67ff8c9d", + "ld_id": "chromatopy:Peak/a36bca6a-ec37-498c-bf01-693ec058f848", "ld_type": [ "chromatopy:Peak" ], @@ -4169,7 +4169,7 @@ "separation_factor": 1.172, "peak_start": 2.867, "peak_end": 3.492, - "ld_id": "chromatopy:Peak/78573f03-bef1-4a01-9efc-2f9a90587d0e", + "ld_id": "chromatopy:Peak/6f835536-aee6-4d2e-aec2-e14ac47af79e", "ld_type": [ "chromatopy:Peak" ], @@ -4191,7 +4191,7 @@ "separation_factor": 1.189, "peak_start": 3.492, "peak_end": 4.225, - "ld_id": "chromatopy:Peak/3afcbd7a-6e55-44be-b12c-08d584918d58", + "ld_id": "chromatopy:Peak/d1d94fcd-ab0c-4528-b491-47d25c4f4c22", "ld_type": [ "chromatopy:Peak" ], @@ -4213,7 +4213,7 @@ "separation_factor": 1.246, "peak_start": 4.225, "peak_end": 4.858, - "ld_id": "chromatopy:Peak/b8be9656-1419-496c-af9b-2a1832b181de", + "ld_id": "chromatopy:Peak/c074caba-226f-4202-82da-7f9f412c1879", "ld_type": [ "chromatopy:Peak" ], @@ -4235,7 +4235,7 @@ "separation_factor": 1.164, "peak_start": 4.858, "peak_end": 6.025, - "ld_id": "chromatopy:Peak/1f42d2ca-8b6e-4c6e-8646-3054ec0d6e02", + "ld_id": "chromatopy:Peak/64b035c0-1347-432d-a080-86d13817f9b8", "ld_type": [ "chromatopy:Peak" ], @@ -4257,7 +4257,7 @@ "separation_factor": 1.189, "peak_start": 6.025, "peak_end": 6.417, - "ld_id": "chromatopy:Peak/9a9fa16d-13d7-423d-afa2-71eee29244c1", + "ld_id": "chromatopy:Peak/58828295-f87d-4ebf-ae81-16a62e5cbcf4", "ld_type": [ "chromatopy:Peak" ], @@ -4279,7 +4279,7 @@ "separation_factor": 1.055, "peak_start": 6.417, "peak_end": 6.708, - "ld_id": "chromatopy:Peak/cc1ca90b-9a8b-4038-a212-b125c3806950", + "ld_id": "chromatopy:Peak/c18fb223-fd59-4e7a-a091-8402734df4ed", "ld_type": [ "chromatopy:Peak" ], @@ -4301,7 +4301,7 @@ "separation_factor": 1.082, "peak_start": 6.708, "peak_end": 7.442, - "ld_id": "chromatopy:Peak/d0bb1b0f-4f9e-401e-91e8-c3336d703050", + "ld_id": "chromatopy:Peak/76e07793-3fb1-4547-8e30-b98d70e38cae", "ld_type": [ "chromatopy:Peak" ], @@ -4323,7 +4323,7 @@ "separation_factor": 1.138, "peak_start": 7.442, "peak_end": 8.95, - "ld_id": "chromatopy:Peak/4c8ba806-3b34-4e6a-b074-3a7f217629ac", + "ld_id": "chromatopy:Peak/dedb4672-5a90-476e-ac73-6c8b0bbae929", "ld_type": [ "chromatopy:Peak" ], @@ -4345,7 +4345,7 @@ "separation_factor": 1.129, "peak_start": 8.95, "peak_end": 10.367, - "ld_id": "chromatopy:Peak/9908a925-eb0f-4b07-afe0-6c955e9325b6", + "ld_id": "chromatopy:Peak/979d8090-1a79-44df-bfe0-c6e0d3384c04", "ld_type": [ "chromatopy:Peak" ], @@ -4367,7 +4367,7 @@ "separation_factor": 1.146, "peak_start": 10.367, "peak_end": 11.067, - "ld_id": "chromatopy:Peak/245d861e-89f4-4ce9-ac24-9fb40307a9b6", + "ld_id": "chromatopy:Peak/fe72aa4e-849c-47db-9f9a-d804c2b25520", "ld_type": [ "chromatopy:Peak" ], @@ -4389,7 +4389,7 @@ "separation_factor": 1.098, "peak_start": 11.067, "peak_end": 12.442, - "ld_id": "chromatopy:Peak/9a76913a-9333-476f-a991-d09a6edd7f61", + "ld_id": "chromatopy:Peak/1f801618-6aca-4780-bd7b-3d6ea5fb116a", "ld_type": [ "chromatopy:Peak" ], @@ -4411,7 +4411,7 @@ "separation_factor": 1.105, "peak_start": 12.442, "peak_end": 14.967, - "ld_id": "chromatopy:Peak/0223a11b-ca7f-4b7d-94dc-849bc56a69f7", + "ld_id": "chromatopy:Peak/757ae711-2f27-4f5c-96b1-11dc847aff2e", "ld_type": [ "chromatopy:Peak" ], @@ -8028,7 +8028,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/485dbf42-537b-4ed5-a61c-78060677a5eb", + "ld_id": "chromatopy:Chromatogram/05d32971-8689-49d8-8e4d-154191f841b2", "ld_type": [ "chromatopy:Chromatogram" ], @@ -8050,7 +8050,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -8067,7 +8067,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/900d4756-5357-42d6-ac71-41340e1be3ee", + "ld_id": "chromatopy:Measurement/27ae009e-f606-4733-b280-ff7f800f915f", "ld_type": [ "chromatopy:Measurement" ], @@ -8088,7 +8088,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -8106,7 +8106,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/06190a4a-3347-4573-9eb7-ff39b81f437f", + "ld_id": "chromatopy:Data/4e6ce106-6b05-4aea-94b0-dbff24db2b30", "ld_type": [ "chromatopy:Data" ], @@ -8124,7 +8124,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -8133,7 +8133,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -8160,7 +8160,7 @@ "separation_factor": 0.0, "peak_start": 0.017, "peak_end": 0.342, - "ld_id": "chromatopy:Peak/de6d26ba-0192-4745-9014-9862b786ae85", + "ld_id": "chromatopy:Peak/21f726eb-9d2c-4101-8dcc-0f0c380e4632", "ld_type": [ "chromatopy:Peak" ], @@ -8182,7 +8182,7 @@ "separation_factor": 0.0, "peak_start": 2.6, "peak_end": 2.842, - "ld_id": "chromatopy:Peak/463e38f7-621b-451b-a025-47d80823a86d", + "ld_id": "chromatopy:Peak/4f0f48f2-3436-417d-be55-45efd0a90b69", "ld_type": [ "chromatopy:Peak" ], @@ -8204,7 +8204,7 @@ "separation_factor": 1.172, "peak_start": 2.867, "peak_end": 3.492, - "ld_id": "chromatopy:Peak/8a1c5d54-29a1-4299-9143-0bfe86b75b72", + "ld_id": "chromatopy:Peak/8a90c994-25e2-46d3-b340-9c2c01e1720e", "ld_type": [ "chromatopy:Peak" ], @@ -8226,7 +8226,7 @@ "separation_factor": 1.189, "peak_start": 3.492, "peak_end": 4.225, - "ld_id": "chromatopy:Peak/c5617a15-0fa1-450a-a2ff-19752f7497ed", + "ld_id": "chromatopy:Peak/fbdbc2bf-9d77-4673-9baf-00a274ff9ce0", "ld_type": [ "chromatopy:Peak" ], @@ -8248,7 +8248,7 @@ "separation_factor": 1.246, "peak_start": 4.225, "peak_end": 4.858, - "ld_id": "chromatopy:Peak/b55212e8-bf72-48e4-a620-e3c1e7665373", + "ld_id": "chromatopy:Peak/8ada3a9a-e211-4ae7-83f6-0ebde9fbea12", "ld_type": [ "chromatopy:Peak" ], @@ -8270,7 +8270,7 @@ "separation_factor": 1.164, "peak_start": 4.858, "peak_end": 6.025, - "ld_id": "chromatopy:Peak/7522a150-a821-415c-aeb8-40db4cdf5514", + "ld_id": "chromatopy:Peak/de6a99d2-cb90-4ecd-8f52-81981c93fec7", "ld_type": [ "chromatopy:Peak" ], @@ -8292,7 +8292,7 @@ "separation_factor": 1.189, "peak_start": 6.025, "peak_end": 6.417, - "ld_id": "chromatopy:Peak/6be1218b-b5cc-4f2f-a511-7908f2320309", + "ld_id": "chromatopy:Peak/476ea973-a51b-4b49-9c0a-fa3f8cdaa3d7", "ld_type": [ "chromatopy:Peak" ], @@ -8314,7 +8314,7 @@ "separation_factor": 1.055, "peak_start": 6.417, "peak_end": 6.708, - "ld_id": "chromatopy:Peak/08de8897-e561-4571-8e9d-c2ea7a1d507c", + "ld_id": "chromatopy:Peak/7ab9de71-dd18-4b6e-8376-ad6cea325c9e", "ld_type": [ "chromatopy:Peak" ], @@ -8336,7 +8336,7 @@ "separation_factor": 1.082, "peak_start": 6.708, "peak_end": 7.442, - "ld_id": "chromatopy:Peak/a47c053f-ecf6-4a3b-a360-d5102cc07cf3", + "ld_id": "chromatopy:Peak/8d0c8dbd-5605-435f-8ab4-0254dcf6d777", "ld_type": [ "chromatopy:Peak" ], @@ -8358,7 +8358,7 @@ "separation_factor": 1.138, "peak_start": 7.442, "peak_end": 8.95, - "ld_id": "chromatopy:Peak/30d12421-d2c4-4fb2-b62a-baaaae0f32a3", + "ld_id": "chromatopy:Peak/858ff7e8-7a4f-431f-936f-6242b4fc78c3", "ld_type": [ "chromatopy:Peak" ], @@ -8380,7 +8380,7 @@ "separation_factor": 1.129, "peak_start": 8.95, "peak_end": 10.367, - "ld_id": "chromatopy:Peak/3d6d5372-c028-480f-99e7-e4efd5f084a3", + "ld_id": "chromatopy:Peak/7c47a291-6a58-430d-9318-0856fa617208", "ld_type": [ "chromatopy:Peak" ], @@ -8402,7 +8402,7 @@ "separation_factor": 1.146, "peak_start": 10.367, "peak_end": 11.067, - "ld_id": "chromatopy:Peak/f52486d2-b51e-4928-9547-4de5a871547e", + "ld_id": "chromatopy:Peak/d61f6b07-3e3b-4321-a5a6-bdab413aa1bc", "ld_type": [ "chromatopy:Peak" ], @@ -8424,7 +8424,7 @@ "separation_factor": 1.098, "peak_start": 11.067, "peak_end": 12.442, - "ld_id": "chromatopy:Peak/653b2b17-e9cd-4360-b298-420cfdd40207", + "ld_id": "chromatopy:Peak/403af8c8-d398-41d5-bc31-0d6a440e8cf6", "ld_type": [ "chromatopy:Peak" ], @@ -8446,7 +8446,7 @@ "separation_factor": 1.105, "peak_start": 12.442, "peak_end": 14.967, - "ld_id": "chromatopy:Peak/7267b4ea-0f2f-46b2-962a-593f4308758d", + "ld_id": "chromatopy:Peak/45488328-6792-420a-aca4-a302a8bf9eb1", "ld_type": [ "chromatopy:Peak" ], @@ -12063,7 +12063,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/5dd2830c-9414-4c1b-b1fa-0bd90aa8125d", + "ld_id": "chromatopy:Chromatogram/36a53f32-f182-4ea2-a588-06a90926e8d2", "ld_type": [ "chromatopy:Chromatogram" ], @@ -12085,7 +12085,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -12102,7 +12102,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/83816921-52db-407f-a9ad-cc20b6fe24a4", + "ld_id": "chromatopy:Measurement/bf726596-f1b5-4582-9ba2-5c54ec9d9d5e", "ld_type": [ "chromatopy:Measurement" ], @@ -12123,7 +12123,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -12141,7 +12141,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/6ae41640-6fd9-4192-89d5-334b03930ce7", + "ld_id": "chromatopy:Data/a6e7ea2a-d640-4bff-92f9-abd1e1b1c45e", "ld_type": [ "chromatopy:Data" ], @@ -12159,7 +12159,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -12168,7 +12168,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -12195,7 +12195,7 @@ "separation_factor": 0.0, "peak_start": 0.017, "peak_end": 0.342, - "ld_id": "chromatopy:Peak/4e67c046-f2d7-43a2-8cb9-1fd8c270d4ee", + "ld_id": "chromatopy:Peak/c2622629-4c3f-499e-8758-d9e7a6e78f36", "ld_type": [ "chromatopy:Peak" ], @@ -12217,7 +12217,7 @@ "separation_factor": 0.0, "peak_start": 2.6, "peak_end": 2.842, - "ld_id": "chromatopy:Peak/1b3c9599-0171-40d1-b793-bab156ec9140", + "ld_id": "chromatopy:Peak/f869b54d-6fe2-4092-a7b8-b1f6d15d79d0", "ld_type": [ "chromatopy:Peak" ], @@ -12239,7 +12239,7 @@ "separation_factor": 1.172, "peak_start": 2.867, "peak_end": 3.492, - "ld_id": "chromatopy:Peak/a9c16c9d-6598-4f93-a6b2-7f89e941a712", + "ld_id": "chromatopy:Peak/481572ca-6c05-4849-bcfb-c4be183d612c", "ld_type": [ "chromatopy:Peak" ], @@ -12261,7 +12261,7 @@ "separation_factor": 1.189, "peak_start": 3.492, "peak_end": 4.225, - "ld_id": "chromatopy:Peak/16408915-a63d-417e-acaf-87540367e6f4", + "ld_id": "chromatopy:Peak/501072cd-45c1-40c0-a402-bdc7b7bc70e6", "ld_type": [ "chromatopy:Peak" ], @@ -12283,7 +12283,7 @@ "separation_factor": 1.246, "peak_start": 4.225, "peak_end": 4.858, - "ld_id": "chromatopy:Peak/5a150314-e296-42a4-8bfc-d9a2b44bbec8", + "ld_id": "chromatopy:Peak/741e2f26-9482-46c3-86fa-f19cafa9f061", "ld_type": [ "chromatopy:Peak" ], @@ -12305,7 +12305,7 @@ "separation_factor": 1.164, "peak_start": 4.858, "peak_end": 6.025, - "ld_id": "chromatopy:Peak/92306855-4153-4334-b1b0-11b93bf1ac62", + "ld_id": "chromatopy:Peak/7beda5c2-7de2-4803-a720-f6cee1c61c76", "ld_type": [ "chromatopy:Peak" ], @@ -12327,7 +12327,7 @@ "separation_factor": 1.189, "peak_start": 6.025, "peak_end": 6.417, - "ld_id": "chromatopy:Peak/73ebd53a-7c08-43c3-bff1-10a0e1c298a1", + "ld_id": "chromatopy:Peak/90043d1a-5428-4e3c-b8ca-35dea239fe1f", "ld_type": [ "chromatopy:Peak" ], @@ -12349,7 +12349,7 @@ "separation_factor": 1.055, "peak_start": 6.417, "peak_end": 6.708, - "ld_id": "chromatopy:Peak/7374063e-8f15-49c8-9fc8-c18e9b1b08e6", + "ld_id": "chromatopy:Peak/1e231628-1d7c-418a-b654-5d6473c2cbd7", "ld_type": [ "chromatopy:Peak" ], @@ -12371,7 +12371,7 @@ "separation_factor": 1.082, "peak_start": 6.708, "peak_end": 7.442, - "ld_id": "chromatopy:Peak/23e98328-ad2b-4d49-bbd9-6e5ef8e622f2", + "ld_id": "chromatopy:Peak/ee45e01a-c8c0-4b0d-9bd8-3bdcb1b4d362", "ld_type": [ "chromatopy:Peak" ], @@ -12393,7 +12393,7 @@ "separation_factor": 1.138, "peak_start": 7.442, "peak_end": 8.95, - "ld_id": "chromatopy:Peak/c185cadd-ed75-46a8-b48b-db802063105f", + "ld_id": "chromatopy:Peak/380adab2-5f8e-4b50-8c95-cd38a5efe972", "ld_type": [ "chromatopy:Peak" ], @@ -12415,7 +12415,7 @@ "separation_factor": 1.129, "peak_start": 8.95, "peak_end": 10.367, - "ld_id": "chromatopy:Peak/36d4ae6c-5061-4ae2-bc7e-8dde6744436e", + "ld_id": "chromatopy:Peak/1b2fcb84-e45c-4377-9b42-10c1b1474665", "ld_type": [ "chromatopy:Peak" ], @@ -12437,7 +12437,7 @@ "separation_factor": 1.146, "peak_start": 10.367, "peak_end": 11.067, - "ld_id": "chromatopy:Peak/b5300558-a1d6-470d-b6c9-e031c80f8fa0", + "ld_id": "chromatopy:Peak/a9d979ce-5b4a-498f-aa59-56abac9e9a03", "ld_type": [ "chromatopy:Peak" ], @@ -12459,7 +12459,7 @@ "separation_factor": 1.098, "peak_start": 11.067, "peak_end": 12.442, - "ld_id": "chromatopy:Peak/515cce05-680e-4bf8-9f36-e558b20aed35", + "ld_id": "chromatopy:Peak/a6c823c1-58c8-44a1-bd09-765dd1d38a1c", "ld_type": [ "chromatopy:Peak" ], @@ -12481,7 +12481,7 @@ "separation_factor": 1.105, "peak_start": 12.442, "peak_end": 14.967, - "ld_id": "chromatopy:Peak/2aa20d60-7728-4d00-b099-75cd236c4d57", + "ld_id": "chromatopy:Peak/91a5128c-7c9a-4d85-82ef-9e75a7f0be38", "ld_type": [ "chromatopy:Peak" ], @@ -16098,7 +16098,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/2816879b-1d0b-446e-a440-d6e6bb266380", + "ld_id": "chromatopy:Chromatogram/1974b1a0-ba73-45e1-b04e-7d32b7a0f793", "ld_type": [ "chromatopy:Chromatogram" ], @@ -16120,7 +16120,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -16137,7 +16137,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/af40bd6f-e517-45f5-9d42-568dd451126b", + "ld_id": "chromatopy:Measurement/056bd643-6173-4636-be12-33b3441219fc", "ld_type": [ "chromatopy:Measurement" ], @@ -16158,7 +16158,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -16176,7 +16176,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/c16bad87-a995-4d46-b808-a7ff3d2dec6b", + "ld_id": "chromatopy:Data/9d634ce8-6a5d-48dc-aa51-6a80c0d29835", "ld_type": [ "chromatopy:Data" ], @@ -16194,7 +16194,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -16203,7 +16203,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -16230,7 +16230,7 @@ "separation_factor": 0.0, "peak_start": 0.017, "peak_end": 0.342, - "ld_id": "chromatopy:Peak/5e8603b2-a39c-445c-a197-d2c84b596e9b", + "ld_id": "chromatopy:Peak/a4b2a7e1-2d83-44b1-9c6d-72e2765834a2", "ld_type": [ "chromatopy:Peak" ], @@ -16252,7 +16252,7 @@ "separation_factor": 0.0, "peak_start": 2.6, "peak_end": 2.842, - "ld_id": "chromatopy:Peak/52cd19ee-cc4d-4404-a135-7459e84f16c6", + "ld_id": "chromatopy:Peak/5ea38fdc-7788-4381-9d49-e2c478a81161", "ld_type": [ "chromatopy:Peak" ], @@ -16274,7 +16274,7 @@ "separation_factor": 1.172, "peak_start": 2.867, "peak_end": 3.492, - "ld_id": "chromatopy:Peak/c2aa3f85-3a74-4845-a7d4-22785b4d68b2", + "ld_id": "chromatopy:Peak/15c20fd4-aed1-4c23-981a-907c971df65f", "ld_type": [ "chromatopy:Peak" ], @@ -16296,7 +16296,7 @@ "separation_factor": 1.189, "peak_start": 3.492, "peak_end": 4.225, - "ld_id": "chromatopy:Peak/13aba518-a050-4e63-a3e8-ad783997271f", + "ld_id": "chromatopy:Peak/987bc0fa-8b8e-4045-843b-3c42672290ef", "ld_type": [ "chromatopy:Peak" ], @@ -16318,7 +16318,7 @@ "separation_factor": 1.246, "peak_start": 4.225, "peak_end": 4.858, - "ld_id": "chromatopy:Peak/d9712d4b-7559-4aef-9a8c-e6de40304bcb", + "ld_id": "chromatopy:Peak/8b87a65e-2ea3-43fe-b17f-2b6839f55561", "ld_type": [ "chromatopy:Peak" ], @@ -16340,7 +16340,7 @@ "separation_factor": 1.164, "peak_start": 4.858, "peak_end": 6.025, - "ld_id": "chromatopy:Peak/4b5d1115-1cd9-4b0d-b6f8-891693d2d5f5", + "ld_id": "chromatopy:Peak/13435096-7f87-48b8-a6e8-a023da0892c7", "ld_type": [ "chromatopy:Peak" ], @@ -16362,7 +16362,7 @@ "separation_factor": 1.189, "peak_start": 6.025, "peak_end": 6.417, - "ld_id": "chromatopy:Peak/d2529c5d-1a13-4ff3-8f53-8350bc6101e9", + "ld_id": "chromatopy:Peak/2e9be508-5c7b-44cd-9ba1-bd099c2f17ba", "ld_type": [ "chromatopy:Peak" ], @@ -16384,7 +16384,7 @@ "separation_factor": 1.055, "peak_start": 6.417, "peak_end": 6.708, - "ld_id": "chromatopy:Peak/c81788e1-30b0-4736-8552-1c81c45f3466", + "ld_id": "chromatopy:Peak/28d8e021-8926-437f-9df1-7cee058921df", "ld_type": [ "chromatopy:Peak" ], @@ -16406,7 +16406,7 @@ "separation_factor": 1.082, "peak_start": 6.708, "peak_end": 7.442, - "ld_id": "chromatopy:Peak/9e86dc54-aae4-4a98-ac41-92d3df88236b", + "ld_id": "chromatopy:Peak/62759f94-49fc-492b-91b8-b56c24df0e64", "ld_type": [ "chromatopy:Peak" ], @@ -16428,7 +16428,7 @@ "separation_factor": 1.138, "peak_start": 7.442, "peak_end": 8.95, - "ld_id": "chromatopy:Peak/ade0e2c0-2c0c-457a-baca-335de7856be7", + "ld_id": "chromatopy:Peak/dfcb8de1-a841-4bab-89bf-633895a5a14c", "ld_type": [ "chromatopy:Peak" ], @@ -16450,7 +16450,7 @@ "separation_factor": 1.129, "peak_start": 8.95, "peak_end": 10.367, - "ld_id": "chromatopy:Peak/aae76d76-61a6-4652-a1f3-7b2af8fc9ebc", + "ld_id": "chromatopy:Peak/9141dfd3-1016-4c3e-b988-62785eb3d9b6", "ld_type": [ "chromatopy:Peak" ], @@ -16472,7 +16472,7 @@ "separation_factor": 1.146, "peak_start": 10.367, "peak_end": 11.067, - "ld_id": "chromatopy:Peak/743c3695-14e3-465a-ab93-0b10cc967b7c", + "ld_id": "chromatopy:Peak/09635efb-1fe1-4709-98d3-7bbdca98c4a6", "ld_type": [ "chromatopy:Peak" ], @@ -16494,7 +16494,7 @@ "separation_factor": 1.098, "peak_start": 11.067, "peak_end": 12.442, - "ld_id": "chromatopy:Peak/3c8a393e-0fed-46b4-8cb9-50ee7400007b", + "ld_id": "chromatopy:Peak/f4eb57e5-cb75-45a8-8b7a-3e8fc6ccdb69", "ld_type": [ "chromatopy:Peak" ], @@ -16516,7 +16516,7 @@ "separation_factor": 1.105, "peak_start": 12.442, "peak_end": 14.967, - "ld_id": "chromatopy:Peak/ad066191-6e8f-4695-b77d-182765c34dfb", + "ld_id": "chromatopy:Peak/1936d3b5-2b6f-42f4-b8b4-809ad5affe5b", "ld_type": [ "chromatopy:Peak" ], @@ -20133,7 +20133,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/49bf06f0-c03e-496a-98da-9ed859dc662c", + "ld_id": "chromatopy:Chromatogram/346b3e0d-eb62-43ab-a677-73a4f8ece3bd", "ld_type": [ "chromatopy:Chromatogram" ], @@ -20155,7 +20155,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -20172,7 +20172,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/069f3ad8-f159-4dce-aa85-8820f4999f65", + "ld_id": "chromatopy:Measurement/c1fa199d-76dd-42f5-83ba-6afe1e5c99a1", "ld_type": [ "chromatopy:Measurement" ], @@ -20193,7 +20193,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -20211,7 +20211,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/fdaf8d57-08e1-4302-afd8-8c1a62c91e64", + "ld_id": "chromatopy:Data/70023059-aba9-4226-aae3-91f89394b5a8", "ld_type": [ "chromatopy:Data" ], @@ -20229,7 +20229,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -20238,7 +20238,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -20265,7 +20265,7 @@ "separation_factor": 0.0, "peak_start": 0.017, "peak_end": 0.342, - "ld_id": "chromatopy:Peak/a7e7ab1f-a6ff-4799-a1cd-e87c586f5eba", + "ld_id": "chromatopy:Peak/fa8f36db-edee-4def-a193-08d293e91a68", "ld_type": [ "chromatopy:Peak" ], @@ -20287,7 +20287,7 @@ "separation_factor": 0.0, "peak_start": 2.6, "peak_end": 2.842, - "ld_id": "chromatopy:Peak/e6b64800-709c-42ce-af2a-4e8083a1bccf", + "ld_id": "chromatopy:Peak/d9744955-c423-47fd-95cf-3dc8200bebad", "ld_type": [ "chromatopy:Peak" ], @@ -20309,7 +20309,7 @@ "separation_factor": 1.172, "peak_start": 2.867, "peak_end": 3.492, - "ld_id": "chromatopy:Peak/22425252-6bab-4f02-bdef-6293ae1a9706", + "ld_id": "chromatopy:Peak/433c2140-063a-4530-85b0-1cb8f8870128", "ld_type": [ "chromatopy:Peak" ], @@ -20331,7 +20331,7 @@ "separation_factor": 1.189, "peak_start": 3.492, "peak_end": 4.225, - "ld_id": "chromatopy:Peak/585c24e7-d97f-4631-aae2-fe0944c46b6b", + "ld_id": "chromatopy:Peak/933d95b2-44ef-4830-8df3-dbc4d028f83a", "ld_type": [ "chromatopy:Peak" ], @@ -20353,7 +20353,7 @@ "separation_factor": 1.246, "peak_start": 4.225, "peak_end": 4.858, - "ld_id": "chromatopy:Peak/fcbf020d-8ce1-4489-b6b5-b24ba3a22fd4", + "ld_id": "chromatopy:Peak/ab133fd5-2858-4a6a-8c63-9da1fbc2b07d", "ld_type": [ "chromatopy:Peak" ], @@ -20375,7 +20375,7 @@ "separation_factor": 1.164, "peak_start": 4.858, "peak_end": 6.025, - "ld_id": "chromatopy:Peak/1f15266e-814c-4ad2-a9a3-3d64f67064c7", + "ld_id": "chromatopy:Peak/8c9d3a30-cd58-4412-99f3-634af02d5ca7", "ld_type": [ "chromatopy:Peak" ], @@ -20397,7 +20397,7 @@ "separation_factor": 1.189, "peak_start": 6.025, "peak_end": 6.417, - "ld_id": "chromatopy:Peak/cbecba65-a98a-4117-989c-442d01dda155", + "ld_id": "chromatopy:Peak/e82ef071-0611-4c01-adf8-7c68c4a2a313", "ld_type": [ "chromatopy:Peak" ], @@ -20419,7 +20419,7 @@ "separation_factor": 1.055, "peak_start": 6.417, "peak_end": 6.708, - "ld_id": "chromatopy:Peak/8801a5a6-0f28-4eea-8b81-3ad944bc2490", + "ld_id": "chromatopy:Peak/885f1970-e549-45bd-b45f-9837df31bc65", "ld_type": [ "chromatopy:Peak" ], @@ -20441,7 +20441,7 @@ "separation_factor": 1.082, "peak_start": 6.708, "peak_end": 7.442, - "ld_id": "chromatopy:Peak/1465f672-64ea-4878-87b5-ef3f1e2b66e0", + "ld_id": "chromatopy:Peak/7f8a2a2a-cf14-4244-8384-b8900a96fe45", "ld_type": [ "chromatopy:Peak" ], @@ -20463,7 +20463,7 @@ "separation_factor": 1.138, "peak_start": 7.442, "peak_end": 8.95, - "ld_id": "chromatopy:Peak/54e6bca0-bf14-4763-918d-53794eeddef4", + "ld_id": "chromatopy:Peak/b7afce6e-c156-4959-977a-4dc644ae077a", "ld_type": [ "chromatopy:Peak" ], @@ -20485,7 +20485,7 @@ "separation_factor": 1.129, "peak_start": 8.95, "peak_end": 10.367, - "ld_id": "chromatopy:Peak/76066fcc-7324-407b-b8a2-0165fac50142", + "ld_id": "chromatopy:Peak/3bfb6ca9-0228-46c4-9405-82bd8cca264a", "ld_type": [ "chromatopy:Peak" ], @@ -20507,7 +20507,7 @@ "separation_factor": 1.146, "peak_start": 10.367, "peak_end": 11.067, - "ld_id": "chromatopy:Peak/24bdedca-808e-4b29-b7a5-03eb48d38e37", + "ld_id": "chromatopy:Peak/ad7058e2-903c-4349-9b10-c4f40c19f99c", "ld_type": [ "chromatopy:Peak" ], @@ -20529,7 +20529,7 @@ "separation_factor": 1.098, "peak_start": 11.067, "peak_end": 12.442, - "ld_id": "chromatopy:Peak/31637122-5234-4c17-998a-b962cd6e5305", + "ld_id": "chromatopy:Peak/e8ec5f73-3a33-4cae-a722-0a734bd0c148", "ld_type": [ "chromatopy:Peak" ], @@ -20551,7 +20551,7 @@ "separation_factor": 1.105, "peak_start": 12.442, "peak_end": 14.967, - "ld_id": "chromatopy:Peak/8dfd207b-1c53-4d44-a772-10268cc51818", + "ld_id": "chromatopy:Peak/c9a68783-94d9-4c6a-b5ed-8a862e7da3ee", "ld_type": [ "chromatopy:Peak" ], @@ -24168,7 +24168,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/6337013b-5254-4618-b9aa-87e821e45b1d", + "ld_id": "chromatopy:Chromatogram/916b93bb-4374-4447-90b9-50209ce42580", "ld_type": [ "chromatopy:Chromatogram" ], @@ -24190,7 +24190,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -24207,7 +24207,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/ceaf491b-3b84-4b9a-8e6e-d052fa3244b5", + "ld_id": "chromatopy:Measurement/a5ab2c11-543b-4eb2-ac1b-62a1f3604919", "ld_type": [ "chromatopy:Measurement" ], @@ -24228,7 +24228,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -24246,7 +24246,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/75fe7277-f4aa-4291-9b2c-c76afc978d4c", + "ld_id": "chromatopy:Data/992688b0-dc93-43b6-9106-02e0345dfc6c", "ld_type": [ "chromatopy:Data" ], @@ -24264,7 +24264,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -24273,7 +24273,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -24300,7 +24300,7 @@ "separation_factor": 0.0, "peak_start": 0.617, "peak_end": 1.033, - "ld_id": "chromatopy:Peak/4f4e67ec-f779-46d3-ba98-d10f31caf5ff", + "ld_id": "chromatopy:Peak/5f181bb9-443b-4e1e-ac2f-487cfa5a53e3", "ld_type": [ "chromatopy:Peak" ], @@ -24322,7 +24322,7 @@ "separation_factor": 0.0, "peak_start": 3.008, "peak_end": 3.458, - "ld_id": "chromatopy:Peak/3e4131f7-88ef-49b2-914f-756ee63f84e5", + "ld_id": "chromatopy:Peak/0acb9f67-ab02-4b18-b364-31ffad7ef20e", "ld_type": [ "chromatopy:Peak" ], @@ -24344,7 +24344,7 @@ "separation_factor": 1.215, "peak_start": 3.458, "peak_end": 3.758, - "ld_id": "chromatopy:Peak/9c995f50-8fb4-446c-9f88-4bc9cbbd4349", + "ld_id": "chromatopy:Peak/3caed992-aeca-4112-af38-a9695b55db8a", "ld_type": [ "chromatopy:Peak" ], @@ -24366,7 +24366,7 @@ "separation_factor": 1.105, "peak_start": 3.758, "peak_end": 4.958, - "ld_id": "chromatopy:Peak/3432b6d2-88c6-4b2d-be34-5a6325267e79", + "ld_id": "chromatopy:Peak/6bed996a-c14f-47e1-ab02-3df5ac87cea6", "ld_type": [ "chromatopy:Peak" ], @@ -24388,7 +24388,7 @@ "separation_factor": 1.363, "peak_start": 4.958, "peak_end": 6.817, - "ld_id": "chromatopy:Peak/cace6163-fc62-49a0-92b6-b5af3737274c", + "ld_id": "chromatopy:Peak/d9fa11d9-d738-479c-870c-c8069e6ce84a", "ld_type": [ "chromatopy:Peak" ], @@ -24410,7 +24410,7 @@ "separation_factor": 1.419, "peak_start": 6.817, "peak_end": 7.642, - "ld_id": "chromatopy:Peak/7a458a51-ad5c-48d6-9735-dc2a6ebe4e46", + "ld_id": "chromatopy:Peak/45cfbdbf-ce1d-4888-be89-9df8706668a3", "ld_type": [ "chromatopy:Peak" ], @@ -24432,7 +24432,7 @@ "separation_factor": 1.136, "peak_start": 7.642, "peak_end": 9.083, - "ld_id": "chromatopy:Peak/df5cbce4-ff13-45f3-8c1a-c595dcba8630", + "ld_id": "chromatopy:Peak/d121850c-0efc-426a-8b5d-98e7dce6a875", "ld_type": [ "chromatopy:Peak" ], @@ -24454,7 +24454,7 @@ "separation_factor": 1.187, "peak_start": 9.083, "peak_end": 10.708, - "ld_id": "chromatopy:Peak/04b92a58-0a04-488f-9839-45ed20e9547b", + "ld_id": "chromatopy:Peak/1b392ea8-85f7-42af-a1e1-d283dd94565d", "ld_type": [ "chromatopy:Peak" ], @@ -24476,7 +24476,7 @@ "separation_factor": 1.173, "peak_start": 10.708, "peak_end": 11.35, - "ld_id": "chromatopy:Peak/3160b902-6046-47bf-ac5e-40ff5f974517", + "ld_id": "chromatopy:Peak/3f03bbc6-4ef1-4f46-8544-48eed12b56b7", "ld_type": [ "chromatopy:Peak" ], @@ -24498,7 +24498,7 @@ "separation_factor": 1.084, "peak_start": 11.35, "peak_end": 12.7, - "ld_id": "chromatopy:Peak/a86bc6cd-3ece-423c-a9a3-76856cd5c7b7", + "ld_id": "chromatopy:Peak/8702338a-197a-42ec-8762-0ce5b165ca70", "ld_type": [ "chromatopy:Peak" ], @@ -24520,7 +24520,7 @@ "separation_factor": 1.098, "peak_start": 12.7, "peak_end": 13.15, - "ld_id": "chromatopy:Peak/d99c3289-8066-4270-92d9-20d9ced7c54c", + "ld_id": "chromatopy:Peak/48d076bb-69ba-4bd1-9656-a3f8f9577ce6", "ld_type": [ "chromatopy:Peak" ], @@ -24542,7 +24542,7 @@ "separation_factor": 1.019, "peak_start": 13.15, "peak_end": 13.233, - "ld_id": "chromatopy:Peak/6d2ce54f-f37e-4c56-aa20-bc3bfa72ea55", + "ld_id": "chromatopy:Peak/00ba0e95-b4ce-4d6f-a849-b343e8af40d2", "ld_type": [ "chromatopy:Peak" ], @@ -24564,7 +24564,7 @@ "separation_factor": 1.022, "peak_start": 13.233, "peak_end": 14.325, - "ld_id": "chromatopy:Peak/1fbd74de-e02f-4fdb-b92c-2d6a8444d2b2", + "ld_id": "chromatopy:Peak/02aafed0-bf66-462b-89f9-9b7156d82c94", "ld_type": [ "chromatopy:Peak" ], @@ -24586,7 +24586,7 @@ "separation_factor": 1.084, "peak_start": 14.325, "peak_end": 14.725, - "ld_id": "chromatopy:Peak/8d803541-4e28-4a4e-b2ff-66820c541d20", + "ld_id": "chromatopy:Peak/c617f0c9-7534-4233-bedb-1c0a9df7213d", "ld_type": [ "chromatopy:Peak" ], @@ -28203,7 +28203,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/1fded390-6ddc-48c2-8a01-df0000b433e9", + "ld_id": "chromatopy:Chromatogram/c3b54157-31f7-4d19-9198-ab71ec9924cf", "ld_type": [ "chromatopy:Chromatogram" ], @@ -28225,7 +28225,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -28242,7 +28242,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/ed555bd5-d614-4bf5-85dc-85c7d1094c7d", + "ld_id": "chromatopy:Measurement/b8b1741d-f062-4aea-bc4e-513a646ace61", "ld_type": [ "chromatopy:Measurement" ], @@ -28263,7 +28263,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -28281,7 +28281,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/e42171d5-280e-41fa-a27d-db3406f3e361", + "ld_id": "chromatopy:Data/16ed1306-88ba-472a-8298-10c5cc3f0522", "ld_type": [ "chromatopy:Data" ], @@ -28299,7 +28299,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -28308,7 +28308,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -28335,7 +28335,7 @@ "separation_factor": 0.0, "peak_start": 0.458, "peak_end": 0.767, - "ld_id": "chromatopy:Peak/0f544bd7-68d6-4473-ac9d-dd9be044fd04", + "ld_id": "chromatopy:Peak/a7b3bb1f-a7a3-44a0-be49-ad4b7ce23410", "ld_type": [ "chromatopy:Peak" ], @@ -28357,7 +28357,7 @@ "separation_factor": 0.0, "peak_start": 2.667, "peak_end": 2.867, - "ld_id": "chromatopy:Peak/86ae052d-8668-4bf7-8e88-3465b67d0386", + "ld_id": "chromatopy:Peak/4a225465-ea7a-4bb3-8e7d-7e216326a3e5", "ld_type": [ "chromatopy:Peak" ], @@ -28379,7 +28379,7 @@ "separation_factor": 1.231, "peak_start": 2.917, "peak_end": 3.467, - "ld_id": "chromatopy:Peak/4c4926ee-bd6e-450b-8d07-d6b1c1a0517d", + "ld_id": "chromatopy:Peak/337b35e6-02b1-4320-a2ec-6041f9c52725", "ld_type": [ "chromatopy:Peak" ], @@ -28401,7 +28401,7 @@ "separation_factor": 1.324, "peak_start": 3.467, "peak_end": 4.95, - "ld_id": "chromatopy:Peak/914cbd8e-a837-4ec8-93c8-9efec2e908a1", + "ld_id": "chromatopy:Peak/474ca186-8807-4650-8094-419bd4e2b4df", "ld_type": [ "chromatopy:Peak" ], @@ -28423,7 +28423,7 @@ "separation_factor": 1.347, "peak_start": 4.95, "peak_end": 6.808, - "ld_id": "chromatopy:Peak/47265d93-55ea-4a24-88a3-b02630b977bc", + "ld_id": "chromatopy:Peak/e555b9d7-cd6c-4144-914d-0779902dd02a", "ld_type": [ "chromatopy:Peak" ], @@ -28445,7 +28445,7 @@ "separation_factor": 1.405, "peak_start": 6.808, "peak_end": 7.642, - "ld_id": "chromatopy:Peak/e3d78887-6fd2-415d-93f2-5cb24ddf9ded", + "ld_id": "chromatopy:Peak/54d93d3b-9550-4695-888a-9e65bf983204", "ld_type": [ "chromatopy:Peak" ], @@ -28467,7 +28467,7 @@ "separation_factor": 1.132, "peak_start": 7.642, "peak_end": 9.033, - "ld_id": "chromatopy:Peak/c925d6ac-60ef-45b3-b43e-564ff80a982e", + "ld_id": "chromatopy:Peak/ccc14f4b-5d77-4226-ba7f-55714aba55c3", "ld_type": [ "chromatopy:Peak" ], @@ -28489,7 +28489,7 @@ "separation_factor": 1.179, "peak_start": 9.033, "peak_end": 10.608, - "ld_id": "chromatopy:Peak/59f297c4-3998-43f7-aac3-eeddfd5fca5e", + "ld_id": "chromatopy:Peak/0cdbb576-8694-4680-b06a-ad2a24b73f0b", "ld_type": [ "chromatopy:Peak" ], @@ -28511,7 +28511,7 @@ "separation_factor": 1.179, "peak_start": 10.608, "peak_end": 11.325, - "ld_id": "chromatopy:Peak/5310ef90-7060-4a6d-9e8e-370cc939abc5", + "ld_id": "chromatopy:Peak/8a64c2c1-7a2c-41ef-ac1d-a9bcd976ddf3", "ld_type": [ "chromatopy:Peak" ], @@ -28533,7 +28533,7 @@ "separation_factor": 1.072, "peak_start": 11.325, "peak_end": 12.55, - "ld_id": "chromatopy:Peak/c597fac8-11e1-43e5-8ee4-c9c9d775b872", + "ld_id": "chromatopy:Peak/6fa5262c-6a7b-4197-a670-3aac34574444", "ld_type": [ "chromatopy:Peak" ], @@ -28555,7 +28555,7 @@ "separation_factor": 1.109, "peak_start": 12.55, "peak_end": 13.142, - "ld_id": "chromatopy:Peak/667b2a6b-8645-441f-8dfe-421eee4b4732", + "ld_id": "chromatopy:Peak/0440217c-0a0a-48a4-b5c6-b1674e14d70f", "ld_type": [ "chromatopy:Peak" ], @@ -28577,7 +28577,7 @@ "separation_factor": 1.021, "peak_start": 13.142, "peak_end": 14.367, - "ld_id": "chromatopy:Peak/dff461e0-1c33-47e9-8897-18bb06404e19", + "ld_id": "chromatopy:Peak/0c981f88-e3c9-487e-af95-4be8425a4661", "ld_type": [ "chromatopy:Peak" ], @@ -32194,7 +32194,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/8e4eb2bd-7d99-4033-b29e-d6f24f02c92e", + "ld_id": "chromatopy:Chromatogram/a319a569-6bfd-497d-a03e-176d6c50ff0e", "ld_type": [ "chromatopy:Chromatogram" ], @@ -32216,7 +32216,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -32233,7 +32233,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/ec909a89-85db-4f89-9f31-d86ec10eff73", + "ld_id": "chromatopy:Measurement/c2cc5f7e-edb4-4ac7-ae37-b9cdc9b8ac4d", "ld_type": [ "chromatopy:Measurement" ], @@ -32254,7 +32254,7 @@ "exponent": 1, "multiplier": 60.0, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/b33993a5-fcf1-4d7b-830e-ac12bb2fca19", + "ld_id": "chromatopy:BaseUnit/57b9558b-a9ab-454a-b774-a2694c1e57d6", "ld_type": [ "chromatopy:BaseUnit" ], @@ -32272,7 +32272,7 @@ } }, "data_type": "timecourse", - "ld_id": "chromatopy:Data/41beee98-5bb2-402c-8400-5d44ae16fe29", + "ld_id": "chromatopy:Data/c7f32834-0036-4ef6-9698-0862f49200b4", "ld_type": [ "chromatopy:Data" ], @@ -32290,7 +32290,7 @@ "exponent": 1, "multiplier": null, "scale": 1.0, - "ld_id": "chromatopy:BaseUnit/0118c05d-1ffd-4771-9c7f-0c50d930000e", + "ld_id": "chromatopy:BaseUnit/6ac28bf9-7791-42d8-acdb-3ac5f7b60118", "ld_type": [ "chromatopy:BaseUnit" ], @@ -32299,7 +32299,7 @@ } } ], - "ld_id": "chromatopy:UnitDefinition/6b4c7713-3f5e-41b2-867f-2240f06c68a0", + "ld_id": "chromatopy:UnitDefinition/206828fe-c2a0-46c5-98c4-d62ab1a2ab13", "ld_type": [ "OBO:UO_0000000" ], @@ -32326,7 +32326,7 @@ "separation_factor": 0.0, "peak_start": 0.025, "peak_end": 0.508, - "ld_id": "chromatopy:Peak/ef8f7e73-08f5-4ff0-a22e-9446bf7548e5", + "ld_id": "chromatopy:Peak/6cdc05d1-36c6-4bec-a156-21821e0be1c2", "ld_type": [ "chromatopy:Peak" ], @@ -32348,7 +32348,7 @@ "separation_factor": 0.0, "peak_start": 0.592, "peak_end": 1.058, - "ld_id": "chromatopy:Peak/235ce74a-d22f-4fb5-a4cb-b34784b6fbab", + "ld_id": "chromatopy:Peak/fcb436c8-c6b6-4c06-aa96-bc3336e5e6d5", "ld_type": [ "chromatopy:Peak" ], @@ -32370,7 +32370,7 @@ "separation_factor": 4.841, "peak_start": 2.892, "peak_end": 3.467, - "ld_id": "chromatopy:Peak/da5258c8-10e6-4585-8e94-27e670328145", + "ld_id": "chromatopy:Peak/242b114b-f0b8-4d11-8043-6f9bc4ac10f0", "ld_type": [ "chromatopy:Peak" ], @@ -32392,7 +32392,7 @@ "separation_factor": 1.284, "peak_start": 3.467, "peak_end": 4.917, - "ld_id": "chromatopy:Peak/bb6d0a43-dfe4-4a3b-8923-ba61223cb2f6", + "ld_id": "chromatopy:Peak/f29d6892-65ba-4421-a5f7-f19fc37dce12", "ld_type": [ "chromatopy:Peak" ], @@ -32414,7 +32414,7 @@ "separation_factor": 1.32, "peak_start": 4.917, "peak_end": 6.742, - "ld_id": "chromatopy:Peak/f7f1cc49-fe0a-4322-ad41-470c7d128d55", + "ld_id": "chromatopy:Peak/7c696029-b59e-4cef-8192-247c9362a2a3", "ld_type": [ "chromatopy:Peak" ], @@ -32436,7 +32436,7 @@ "separation_factor": 1.372, "peak_start": 6.742, "peak_end": 7.558, - "ld_id": "chromatopy:Peak/7669f076-1302-42d0-b76b-c3ae3c64422a", + "ld_id": "chromatopy:Peak/637005f8-9ef9-4db9-9c5c-9cdb83f341f1", "ld_type": [ "chromatopy:Peak" ], @@ -32458,7 +32458,7 @@ "separation_factor": 1.125, "peak_start": 7.558, "peak_end": 8.967, - "ld_id": "chromatopy:Peak/20744ed1-703e-48cd-bccd-13e3c90ae17e", + "ld_id": "chromatopy:Peak/b0dc2ccf-8087-4ccf-b00f-dc9f007ebae2", "ld_type": [ "chromatopy:Peak" ], @@ -32480,7 +32480,7 @@ "separation_factor": 1.174, "peak_start": 8.967, "peak_end": 10.508, - "ld_id": "chromatopy:Peak/6c03571c-bf36-41d9-b797-aea3a42d1ca8", + "ld_id": "chromatopy:Peak/043c86ce-b9be-4532-b4a3-7790b506a384", "ld_type": [ "chromatopy:Peak" ], @@ -32502,7 +32502,7 @@ "separation_factor": 1.155, "peak_start": 10.508, "peak_end": 11.208, - "ld_id": "chromatopy:Peak/338f7e43-a131-427a-8a45-a49c5bc6f743", + "ld_id": "chromatopy:Peak/cbc47783-9bb9-4350-8204-9c799421d685", "ld_type": [ "chromatopy:Peak" ], @@ -32524,7 +32524,7 @@ "separation_factor": 1.093, "peak_start": 11.208, "peak_end": 12.542, - "ld_id": "chromatopy:Peak/90ab7651-8dcc-4a05-83be-3cc51ced8c06", + "ld_id": "chromatopy:Peak/70da2ad7-872e-414e-98a4-bab8ac500aa9", "ld_type": [ "chromatopy:Peak" ], @@ -32546,7 +32546,7 @@ "separation_factor": 1.078, "peak_start": 12.542, "peak_end": 13.008, - "ld_id": "chromatopy:Peak/9916653c-4b79-4a17-b1ce-79d9bab7876d", + "ld_id": "chromatopy:Peak/0847a71a-9e61-426a-ae76-cf368aad3e2f", "ld_type": [ "chromatopy:Peak" ], @@ -32568,7 +32568,7 @@ "separation_factor": 1.034, "peak_start": 13.008, "peak_end": 14.175, - "ld_id": "chromatopy:Peak/34ad34bd-ff92-484c-8e89-c3f57ca5ffd9", + "ld_id": "chromatopy:Peak/92ed4ccb-bd44-447e-bb86-5bc59ce10a02", "ld_type": [ "chromatopy:Peak" ], @@ -32590,7 +32590,7 @@ "separation_factor": 1.094, "peak_start": 14.175, "peak_end": 14.4, - "ld_id": "chromatopy:Peak/9a4b8765-dc66-4ea8-9cf7-ad214206881f", + "ld_id": "chromatopy:Peak/cdc64528-dd88-4d76-9509-2b3b2a027a39", "ld_type": [ "chromatopy:Peak" ], @@ -36207,7 +36207,7 @@ ], "processed_signal": [], "wavelength": 215.0, - "ld_id": "chromatopy:Chromatogram/b505ce01-cff5-4858-be59-51706af58d81", + "ld_id": "chromatopy:Chromatogram/055fe0b2-854b-4dba-a8ce-fee106845159", "ld_type": [ "chromatopy:Chromatogram" ], @@ -36229,7 +36229,7 @@ "exponent": 1, "multiplier": null, "scale": -6.0, - "ld_id": "chromatopy:BaseUnit/0e8b73ef-30a4-4d88-953e-fbe0a1cba7b4", + "ld_id": "chromatopy:BaseUnit/607cc2d3-18f7-47a3-ab7a-84d0d4630e1f", "ld_type": [ "chromatopy:BaseUnit" ], @@ -36246,7 +36246,7 @@ "chromatopy": "https://github.com/FAIRChemistry/chromatopy" } }, - "ld_id": "chromatopy:Measurement/431e0cd5-6270-4490-ac7e-72733c657a1c", + "ld_id": "chromatopy:Measurement/f78255be-83c0-4107-ab81-0b31213ca156", "ld_type": [ "chromatopy:Measurement" ], diff --git a/docs/examples/peak_assignment.ipynb b/docs/examples/peak_assignment.ipynb index 3b6e419..c94e414 100644 --- a/docs/examples/peak_assignment.ipynb +++ b/docs/examples/peak_assignment.ipynb @@ -164,7 +164,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "\u001b[32m2024-10-24 08:52:07.056\u001b[0m | \u001b[1mINFO \u001b[0m | \u001b[36mchromatopy.tools.analyzer\u001b[0m:\u001b[36mvisualize_all\u001b[0m:\u001b[36m993\u001b[0m - \u001b[1mGaussian peaks are used for visualization, the actual peak shape might differ and is based on the previous preak processing.\u001b[0m\n" + "\u001b[32m2024-10-25 19:35:45.708\u001b[0m | \u001b[1mINFO \u001b[0m | \u001b[36mchromatopy.tools.analyzer\u001b[0m:\u001b[36mvisualize_all\u001b[0m:\u001b[36m1013\u001b[0m - \u001b[1mGaussian peaks are used for visualization, the actual peak shape might differ and is based on the previous preak processing.\u001b[0m\n" ] }, { @@ -89168,7 +89168,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "f7e26472a9a849dd831a56a5a4cecb2b", + "model_id": "13fd630bb3714610ac419b374fff5d7f", "version_major": 2, "version_minor": 0 }, @@ -90620,7 +90620,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "8489fd6cffeb47078847c5fbe86e9938", + "model_id": "dcb2709ea8bf474f913d7d8d7cf2ea54", "version_major": 2, "version_minor": 0 }, @@ -90631,13 +90631,6 @@ "metadata": {}, "output_type": "display_data" }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "✅ Loaded 6 chromatograms.\n" - ] - }, { "data": { "text/html": [ @@ -90751,7 +90744,6 @@ "name": "stdout", "output_type": "stream", "text": [ - "['/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-00.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-01.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-02.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-03.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-04.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-05.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-06.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-07.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-08.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-09.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-10.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-11.D/RESULTS.CSV', '/Users/max/Documents/GitHub/chromatopy/docs/examples/data/agilent_csv/RAU-R505-12.D/RESULTS.CSV']\n", "✅ Loaded 13 chromatograms.\n", "🎯 Assigned maleimide to 13 peaks\n", "🎯 Assigned internal standard to 13 peaks\n" @@ -90949,7 +90941,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "d2563358082a41a3a9a6d316f4295746", + "model_id": "4533b8b188994b1b85423f1d9d780ab2", "version_major": 2, "version_minor": 0 },