From a0f424d27b6baffa28fd1adeecf12fb30e0b3fdd Mon Sep 17 00:00:00 2001 From: Cyrille Favreau Date: Tue, 18 Jan 2022 16:38:54 +0100 Subject: [PATCH] Updated copyright --- .../ispc/camera/PerspectiveStereoCamera.cpp | 2 +- .../ispc/camera/PerspectiveStereoCamera.h | 2 +- .../module/ispc/render/AdvancedMaterial.cpp | 2 +- .../module/ispc/render/AdvancedMaterial.h | 2 +- .../module/ispc/render/AdvancedRenderer.cpp | 2 +- .../module/ispc/render/AdvancedRenderer.h | 2 +- .../module/ispc/render/DensityRenderer.cpp | 2 +- .../core/module/ispc/render/DensityRenderer.h | 2 +- .../module/ispc/render/FieldsRenderer.cpp | 2 +- .../core/module/ispc/render/FieldsRenderer.h | 2 +- .../ispc/render/PathTracingRenderer.cpp | 2 +- .../module/ispc/render/PathTracingRenderer.h | 2 +- bioexplorer/core/plugin/BioExplorerPlugin.cpp | 2 +- bioexplorer/core/plugin/BioExplorerPlugin.h | 2 +- bioexplorer/core/plugin/api/Params.cpp | 2 +- bioexplorer/core/plugin/api/Params.h | 2 +- bioexplorer/core/plugin/biology/Assembly.cpp | 2 +- bioexplorer/core/plugin/biology/Assembly.h | 2 +- bioexplorer/core/plugin/biology/Glycans.cpp | 2 +- bioexplorer/core/plugin/biology/Glycans.h | 2 +- bioexplorer/core/plugin/biology/Membrane.cpp | 2 +- bioexplorer/core/plugin/biology/Membrane.h | 2 +- bioexplorer/core/plugin/biology/Molecule.cpp | 2 +- bioexplorer/core/plugin/biology/Molecule.h | 2 +- bioexplorer/core/plugin/biology/Node.cpp | 2 +- bioexplorer/core/plugin/biology/Node.h | 2 +- bioexplorer/core/plugin/biology/Protein.cpp | 2 +- bioexplorer/core/plugin/biology/Protein.h | 2 +- .../core/plugin/biology/RNASequence.cpp | 2 +- bioexplorer/core/plugin/biology/RNASequence.h | 2 +- bioexplorer/core/plugin/common/CommonTypes.h | 2 +- .../core/plugin/common/GeneralSettings.cpp | 2 +- .../core/plugin/common/GeneralSettings.h | 2 +- bioexplorer/core/plugin/common/Logs.h | 2 +- bioexplorer/core/plugin/common/Types.h | 2 +- bioexplorer/core/plugin/common/UniqueId.cpp | 2 +- bioexplorer/core/plugin/common/UniqueId.h | 2 +- bioexplorer/core/plugin/common/Utils.cpp | 2 +- bioexplorer/core/plugin/common/Utils.h | 2 +- .../core/plugin/common/shapes/BezierShape.cpp | 2 +- .../core/plugin/common/shapes/BezierShape.h | 2 +- .../core/plugin/common/shapes/CubeShape.cpp | 2 +- .../core/plugin/common/shapes/CubeShape.h | 2 +- .../core/plugin/common/shapes/FanShape.cpp | 2 +- .../core/plugin/common/shapes/FanShape.h | 2 +- .../core/plugin/common/shapes/MeshShape.cpp | 2 +- .../core/plugin/common/shapes/MeshShape.h | 2 +- .../core/plugin/common/shapes/PlaneShape.cpp | 2 +- .../core/plugin/common/shapes/PlaneShape.h | 2 +- .../core/plugin/common/shapes/PointShape.cpp | 2 +- .../core/plugin/common/shapes/PointShape.h | 2 +- .../core/plugin/common/shapes/RNAShape.cpp | 2 +- .../core/plugin/common/shapes/RNAShape.h | 2 +- .../core/plugin/common/shapes/Shape.cpp | 2 +- bioexplorer/core/plugin/common/shapes/Shape.h | 2 +- .../plugin/common/shapes/SinusoidShape.cpp | 2 +- .../core/plugin/common/shapes/SinusoidShape.h | 2 +- .../core/plugin/common/shapes/SphereShape.cpp | 2 +- .../core/plugin/common/shapes/SphereShape.h | 2 +- .../core/plugin/fields/FieldsHandler.cpp | 2 +- .../core/plugin/fields/FieldsHandler.h | 2 +- bioexplorer/core/plugin/fields/Octree.cpp | 2 +- bioexplorer/core/plugin/fields/Octree.h | 2 +- bioexplorer/core/plugin/fields/OctreeNode.cpp | 2 +- bioexplorer/core/plugin/fields/OctreeNode.h | 2 +- bioexplorer/core/plugin/io/CacheLoader.cpp | 2 +- bioexplorer/core/plugin/io/CacheLoader.h | 2 +- bioexplorer/core/plugin/io/OOCManager.cpp | 2 +- bioexplorer/core/plugin/io/OOCManager.h | 2 +- bioexplorer/core/plugin/io/db/DBConnector.h | 2 +- .../core/plugin/meshing/PointCloudMesher.cpp | 2 +- .../core/plugin/meshing/PointCloudMesher.h | 2 +- .../core/plugin/meshing/SurfaceMesher.cpp | 2 +- .../core/plugin/meshing/SurfaceMesher.h | 2 +- bioexplorer/core/tests/Glycans.cpp | 2 +- bioexplorer/core/tests/MeshBasedMembrane.cpp | 2 +- bioexplorer/core/tests/Protein.cpp | 2 +- bioexplorer/core/tests/RNASequence.cpp | 2 +- bioexplorer/pythonsdk/bioexplorer/__init__.py | 2 +- .../pythonsdk/bioexplorer/bio_explorer.py | 2 +- .../pythonsdk/bioexplorer/movie_maker.py | 2 +- .../pythonsdk/bioexplorer/notebook_widgets.py | 2 +- .../bioexplorer/transfer_function.py | 2 +- bioexplorer/pythonsdk/bioexplorer/version.py | 2 +- bioexplorer/pythonsdk/doc/source/conf.py | 5 +- .../BioExplorer_ion_channels_in_cell.ipynb | 139 ++++++++++++------ .../scripts/animated_high_glucose_scenario.py | 2 +- .../scripts/animated_low_glucose_scenario.py | 2 +- .../pythonsdk/scripts/missing_frames.py | 2 +- bioexplorer/pythonsdk/setup.py | 3 +- bioexplorer/pythonsdk/tests/test_cell.py | 2 +- bioexplorer/pythonsdk/tests/test_fields.py | 2 +- bioexplorer/pythonsdk/tests/test_glucose.py | 2 +- bioexplorer/pythonsdk/tests/test_immune.py | 2 +- bioexplorer/pythonsdk/tests/test_layout.py | 2 +- bioexplorer/pythonsdk/tests/test_medias.py | 2 +- .../tests/test_mesh_based_membrane.py | 2 +- bioexplorer/pythonsdk/tests/test_protein.py | 2 +- bioexplorer/pythonsdk/tests/test_protein_e.py | 2 +- bioexplorer/pythonsdk/tests/test_protein_m.py | 2 +- .../tests/test_simple_coronavirus.py | 2 +- .../pythonsdk/tests/test_surfactant.py | 2 +- bioexplorer/pythonsdk/tests/test_vector2.py | 2 +- bioexplorer/pythonsdk/tests/test_vector3.py | 2 +- .../module/ispc/render/AlbedoRenderer.cpp | 2 +- .../module/ispc/render/AlbedoRenderer.h | 2 +- .../ispc/render/AmbientOcclusionRenderer.cpp | 2 +- .../ispc/render/AmbientOcclusionRenderer.h | 2 +- .../module/ispc/render/DefaultMaterial.cpp | 2 +- .../module/ispc/render/DefaultMaterial.h | 2 +- .../module/ispc/render/DepthRenderer.cpp | 2 +- .../module/ispc/render/DepthRenderer.h | 2 +- .../module/ispc/render/ShadowRenderer.cpp | 2 +- .../module/ispc/render/ShadowRenderer.h | 2 +- extras/MediaMaker/plugin/MediaMakerPlugin.cpp | 2 +- extras/MediaMaker/plugin/MediaMakerPlugin.h | 2 +- extras/MediaMaker/plugin/api/Params.cpp | 2 +- extras/MediaMaker/plugin/api/Params.h | 2 +- extras/MediaMaker/plugin/common/Logs.h | 2 +- extras/MediaMaker/plugin/common/Types.h | 2 +- 120 files changed, 212 insertions(+), 169 deletions(-) diff --git a/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.cpp b/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.cpp index 1f4af622e..58832a781 100644 --- a/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.cpp +++ b/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.h b/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.h index b9243f8e9..54dda5d72 100644 --- a/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.h +++ b/bioexplorer/core/module/ispc/camera/PerspectiveStereoCamera.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/AdvancedMaterial.cpp b/bioexplorer/core/module/ispc/render/AdvancedMaterial.cpp index 5c7e371b1..cc5adf49f 100644 --- a/bioexplorer/core/module/ispc/render/AdvancedMaterial.cpp +++ b/bioexplorer/core/module/ispc/render/AdvancedMaterial.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/AdvancedMaterial.h b/bioexplorer/core/module/ispc/render/AdvancedMaterial.h index c521b6cb9..2fbb2ed1d 100644 --- a/bioexplorer/core/module/ispc/render/AdvancedMaterial.h +++ b/bioexplorer/core/module/ispc/render/AdvancedMaterial.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/AdvancedRenderer.cpp b/bioexplorer/core/module/ispc/render/AdvancedRenderer.cpp index c3c6dac30..91d2cf8b9 100644 --- a/bioexplorer/core/module/ispc/render/AdvancedRenderer.cpp +++ b/bioexplorer/core/module/ispc/render/AdvancedRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/AdvancedRenderer.h b/bioexplorer/core/module/ispc/render/AdvancedRenderer.h index aaf7d92ea..e63825230 100644 --- a/bioexplorer/core/module/ispc/render/AdvancedRenderer.h +++ b/bioexplorer/core/module/ispc/render/AdvancedRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/DensityRenderer.cpp b/bioexplorer/core/module/ispc/render/DensityRenderer.cpp index 52dfa2182..5e959bd44 100644 --- a/bioexplorer/core/module/ispc/render/DensityRenderer.cpp +++ b/bioexplorer/core/module/ispc/render/DensityRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/DensityRenderer.h b/bioexplorer/core/module/ispc/render/DensityRenderer.h index b2a641361..791f0b2b4 100644 --- a/bioexplorer/core/module/ispc/render/DensityRenderer.h +++ b/bioexplorer/core/module/ispc/render/DensityRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/FieldsRenderer.cpp b/bioexplorer/core/module/ispc/render/FieldsRenderer.cpp index 8882dfd44..1707fff4a 100644 --- a/bioexplorer/core/module/ispc/render/FieldsRenderer.cpp +++ b/bioexplorer/core/module/ispc/render/FieldsRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/FieldsRenderer.h b/bioexplorer/core/module/ispc/render/FieldsRenderer.h index 9922ba187..1d3289b69 100644 --- a/bioexplorer/core/module/ispc/render/FieldsRenderer.h +++ b/bioexplorer/core/module/ispc/render/FieldsRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/PathTracingRenderer.cpp b/bioexplorer/core/module/ispc/render/PathTracingRenderer.cpp index e60fe3f25..86036d4ce 100644 --- a/bioexplorer/core/module/ispc/render/PathTracingRenderer.cpp +++ b/bioexplorer/core/module/ispc/render/PathTracingRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/module/ispc/render/PathTracingRenderer.h b/bioexplorer/core/module/ispc/render/PathTracingRenderer.h index a0f7c81ad..714990182 100644 --- a/bioexplorer/core/module/ispc/render/PathTracingRenderer.h +++ b/bioexplorer/core/module/ispc/render/PathTracingRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/BioExplorerPlugin.cpp b/bioexplorer/core/plugin/BioExplorerPlugin.cpp index 726f01d0b..a5fada653 100644 --- a/bioexplorer/core/plugin/BioExplorerPlugin.cpp +++ b/bioexplorer/core/plugin/BioExplorerPlugin.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/BioExplorerPlugin.h b/bioexplorer/core/plugin/BioExplorerPlugin.h index 596017303..9c23116b9 100644 --- a/bioexplorer/core/plugin/BioExplorerPlugin.h +++ b/bioexplorer/core/plugin/BioExplorerPlugin.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/api/Params.cpp b/bioexplorer/core/plugin/api/Params.cpp index ec98b641b..b9e562c8a 100644 --- a/bioexplorer/core/plugin/api/Params.cpp +++ b/bioexplorer/core/plugin/api/Params.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/api/Params.h b/bioexplorer/core/plugin/api/Params.h index 4fb1068f4..9d4d20a84 100644 --- a/bioexplorer/core/plugin/api/Params.h +++ b/bioexplorer/core/plugin/api/Params.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Assembly.cpp b/bioexplorer/core/plugin/biology/Assembly.cpp index 16300d0a9..7c8fa30e0 100644 --- a/bioexplorer/core/plugin/biology/Assembly.cpp +++ b/bioexplorer/core/plugin/biology/Assembly.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Assembly.h b/bioexplorer/core/plugin/biology/Assembly.h index b13734ec7..231ecb4a2 100644 --- a/bioexplorer/core/plugin/biology/Assembly.h +++ b/bioexplorer/core/plugin/biology/Assembly.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Glycans.cpp b/bioexplorer/core/plugin/biology/Glycans.cpp index 039984510..3bdf3a77e 100644 --- a/bioexplorer/core/plugin/biology/Glycans.cpp +++ b/bioexplorer/core/plugin/biology/Glycans.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Glycans.h b/bioexplorer/core/plugin/biology/Glycans.h index b1cdb7edf..7ed056872 100644 --- a/bioexplorer/core/plugin/biology/Glycans.h +++ b/bioexplorer/core/plugin/biology/Glycans.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Membrane.cpp b/bioexplorer/core/plugin/biology/Membrane.cpp index a645fa894..0bc7a2e75 100644 --- a/bioexplorer/core/plugin/biology/Membrane.cpp +++ b/bioexplorer/core/plugin/biology/Membrane.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Membrane.h b/bioexplorer/core/plugin/biology/Membrane.h index 392f94c4b..c296864fc 100644 --- a/bioexplorer/core/plugin/biology/Membrane.h +++ b/bioexplorer/core/plugin/biology/Membrane.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Molecule.cpp b/bioexplorer/core/plugin/biology/Molecule.cpp index 86a29c6dd..1bf9f6dcf 100644 --- a/bioexplorer/core/plugin/biology/Molecule.cpp +++ b/bioexplorer/core/plugin/biology/Molecule.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Molecule.h b/bioexplorer/core/plugin/biology/Molecule.h index 264cce9ed..bfd0b0320 100644 --- a/bioexplorer/core/plugin/biology/Molecule.h +++ b/bioexplorer/core/plugin/biology/Molecule.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Node.cpp b/bioexplorer/core/plugin/biology/Node.cpp index c4de03c39..4e07b7aed 100644 --- a/bioexplorer/core/plugin/biology/Node.cpp +++ b/bioexplorer/core/plugin/biology/Node.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Node.h b/bioexplorer/core/plugin/biology/Node.h index 5e72b46fe..6c5bcac3f 100644 --- a/bioexplorer/core/plugin/biology/Node.h +++ b/bioexplorer/core/plugin/biology/Node.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Protein.cpp b/bioexplorer/core/plugin/biology/Protein.cpp index 40980c745..5a01dc74c 100644 --- a/bioexplorer/core/plugin/biology/Protein.cpp +++ b/bioexplorer/core/plugin/biology/Protein.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/Protein.h b/bioexplorer/core/plugin/biology/Protein.h index 9c35f4951..2366800d1 100644 --- a/bioexplorer/core/plugin/biology/Protein.h +++ b/bioexplorer/core/plugin/biology/Protein.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/RNASequence.cpp b/bioexplorer/core/plugin/biology/RNASequence.cpp index c45e900d8..42051ef1c 100644 --- a/bioexplorer/core/plugin/biology/RNASequence.cpp +++ b/bioexplorer/core/plugin/biology/RNASequence.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/biology/RNASequence.h b/bioexplorer/core/plugin/biology/RNASequence.h index f8098d326..ea479212d 100644 --- a/bioexplorer/core/plugin/biology/RNASequence.h +++ b/bioexplorer/core/plugin/biology/RNASequence.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/CommonTypes.h b/bioexplorer/core/plugin/common/CommonTypes.h index e51b77be8..9a95c6779 100644 --- a/bioexplorer/core/plugin/common/CommonTypes.h +++ b/bioexplorer/core/plugin/common/CommonTypes.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/GeneralSettings.cpp b/bioexplorer/core/plugin/common/GeneralSettings.cpp index e14143ec9..e76dac62c 100644 --- a/bioexplorer/core/plugin/common/GeneralSettings.cpp +++ b/bioexplorer/core/plugin/common/GeneralSettings.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/GeneralSettings.h b/bioexplorer/core/plugin/common/GeneralSettings.h index 402c5398a..6e59dff95 100644 --- a/bioexplorer/core/plugin/common/GeneralSettings.h +++ b/bioexplorer/core/plugin/common/GeneralSettings.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/Logs.h b/bioexplorer/core/plugin/common/Logs.h index b6fe4ff34..adb3de60e 100644 --- a/bioexplorer/core/plugin/common/Logs.h +++ b/bioexplorer/core/plugin/common/Logs.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/Types.h b/bioexplorer/core/plugin/common/Types.h index 170876bef..8418c7560 100644 --- a/bioexplorer/core/plugin/common/Types.h +++ b/bioexplorer/core/plugin/common/Types.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/UniqueId.cpp b/bioexplorer/core/plugin/common/UniqueId.cpp index 905b37c94..70a544b85 100644 --- a/bioexplorer/core/plugin/common/UniqueId.cpp +++ b/bioexplorer/core/plugin/common/UniqueId.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/UniqueId.h b/bioexplorer/core/plugin/common/UniqueId.h index f19893fdf..83e756336 100644 --- a/bioexplorer/core/plugin/common/UniqueId.h +++ b/bioexplorer/core/plugin/common/UniqueId.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/Utils.cpp b/bioexplorer/core/plugin/common/Utils.cpp index 5e93ea6cd..71a3d179d 100644 --- a/bioexplorer/core/plugin/common/Utils.cpp +++ b/bioexplorer/core/plugin/common/Utils.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/Utils.h b/bioexplorer/core/plugin/common/Utils.h index 459eb7018..fa758f9bc 100644 --- a/bioexplorer/core/plugin/common/Utils.h +++ b/bioexplorer/core/plugin/common/Utils.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/BezierShape.cpp b/bioexplorer/core/plugin/common/shapes/BezierShape.cpp index 0ae3699bb..59c24aefa 100644 --- a/bioexplorer/core/plugin/common/shapes/BezierShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/BezierShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/BezierShape.h b/bioexplorer/core/plugin/common/shapes/BezierShape.h index cea9aa398..f0d297718 100644 --- a/bioexplorer/core/plugin/common/shapes/BezierShape.h +++ b/bioexplorer/core/plugin/common/shapes/BezierShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/CubeShape.cpp b/bioexplorer/core/plugin/common/shapes/CubeShape.cpp index e8a0501f7..6c52c6d3a 100644 --- a/bioexplorer/core/plugin/common/shapes/CubeShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/CubeShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/CubeShape.h b/bioexplorer/core/plugin/common/shapes/CubeShape.h index e517e62bc..a1df6602d 100644 --- a/bioexplorer/core/plugin/common/shapes/CubeShape.h +++ b/bioexplorer/core/plugin/common/shapes/CubeShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/FanShape.cpp b/bioexplorer/core/plugin/common/shapes/FanShape.cpp index 9013eb857..983e89e96 100644 --- a/bioexplorer/core/plugin/common/shapes/FanShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/FanShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/FanShape.h b/bioexplorer/core/plugin/common/shapes/FanShape.h index 9c9b7237b..c73a3066e 100644 --- a/bioexplorer/core/plugin/common/shapes/FanShape.h +++ b/bioexplorer/core/plugin/common/shapes/FanShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/MeshShape.cpp b/bioexplorer/core/plugin/common/shapes/MeshShape.cpp index b1ee3d824..82cd23ecd 100644 --- a/bioexplorer/core/plugin/common/shapes/MeshShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/MeshShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/MeshShape.h b/bioexplorer/core/plugin/common/shapes/MeshShape.h index 997a41c5f..9880910b1 100644 --- a/bioexplorer/core/plugin/common/shapes/MeshShape.h +++ b/bioexplorer/core/plugin/common/shapes/MeshShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/PlaneShape.cpp b/bioexplorer/core/plugin/common/shapes/PlaneShape.cpp index be03bf99f..4ff9d5d12 100644 --- a/bioexplorer/core/plugin/common/shapes/PlaneShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/PlaneShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/PlaneShape.h b/bioexplorer/core/plugin/common/shapes/PlaneShape.h index 15680742c..640c2e446 100644 --- a/bioexplorer/core/plugin/common/shapes/PlaneShape.h +++ b/bioexplorer/core/plugin/common/shapes/PlaneShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/PointShape.cpp b/bioexplorer/core/plugin/common/shapes/PointShape.cpp index 82bf4fa6f..45f540463 100644 --- a/bioexplorer/core/plugin/common/shapes/PointShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/PointShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/PointShape.h b/bioexplorer/core/plugin/common/shapes/PointShape.h index 805966fc1..d80cfb554 100644 --- a/bioexplorer/core/plugin/common/shapes/PointShape.h +++ b/bioexplorer/core/plugin/common/shapes/PointShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/RNAShape.cpp b/bioexplorer/core/plugin/common/shapes/RNAShape.cpp index 4651b07ef..82d917863 100644 --- a/bioexplorer/core/plugin/common/shapes/RNAShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/RNAShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/RNAShape.h b/bioexplorer/core/plugin/common/shapes/RNAShape.h index 6825c9d47..c7e57de9b 100644 --- a/bioexplorer/core/plugin/common/shapes/RNAShape.h +++ b/bioexplorer/core/plugin/common/shapes/RNAShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/Shape.cpp b/bioexplorer/core/plugin/common/shapes/Shape.cpp index 82364093a..244f3201e 100644 --- a/bioexplorer/core/plugin/common/shapes/Shape.cpp +++ b/bioexplorer/core/plugin/common/shapes/Shape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/Shape.h b/bioexplorer/core/plugin/common/shapes/Shape.h index b0bacf278..9fdedc1c1 100644 --- a/bioexplorer/core/plugin/common/shapes/Shape.h +++ b/bioexplorer/core/plugin/common/shapes/Shape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/SinusoidShape.cpp b/bioexplorer/core/plugin/common/shapes/SinusoidShape.cpp index 7b349326a..f6cbe4349 100644 --- a/bioexplorer/core/plugin/common/shapes/SinusoidShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/SinusoidShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/SinusoidShape.h b/bioexplorer/core/plugin/common/shapes/SinusoidShape.h index 85c5653e5..e81aa7753 100644 --- a/bioexplorer/core/plugin/common/shapes/SinusoidShape.h +++ b/bioexplorer/core/plugin/common/shapes/SinusoidShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/SphereShape.cpp b/bioexplorer/core/plugin/common/shapes/SphereShape.cpp index 465d3c212..10938b3f1 100644 --- a/bioexplorer/core/plugin/common/shapes/SphereShape.cpp +++ b/bioexplorer/core/plugin/common/shapes/SphereShape.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/common/shapes/SphereShape.h b/bioexplorer/core/plugin/common/shapes/SphereShape.h index 21354d881..258370253 100644 --- a/bioexplorer/core/plugin/common/shapes/SphereShape.h +++ b/bioexplorer/core/plugin/common/shapes/SphereShape.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/fields/FieldsHandler.cpp b/bioexplorer/core/plugin/fields/FieldsHandler.cpp index 17f66522b..58d6261fd 100644 --- a/bioexplorer/core/plugin/fields/FieldsHandler.cpp +++ b/bioexplorer/core/plugin/fields/FieldsHandler.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/fields/FieldsHandler.h b/bioexplorer/core/plugin/fields/FieldsHandler.h index 0631357af..ef1350a6a 100644 --- a/bioexplorer/core/plugin/fields/FieldsHandler.h +++ b/bioexplorer/core/plugin/fields/FieldsHandler.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/fields/Octree.cpp b/bioexplorer/core/plugin/fields/Octree.cpp index 73ebe8b32..70ff096ae 100644 --- a/bioexplorer/core/plugin/fields/Octree.cpp +++ b/bioexplorer/core/plugin/fields/Octree.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/fields/Octree.h b/bioexplorer/core/plugin/fields/Octree.h index 077358676..1dd13e785 100644 --- a/bioexplorer/core/plugin/fields/Octree.h +++ b/bioexplorer/core/plugin/fields/Octree.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/fields/OctreeNode.cpp b/bioexplorer/core/plugin/fields/OctreeNode.cpp index a2892887b..6316bdc96 100644 --- a/bioexplorer/core/plugin/fields/OctreeNode.cpp +++ b/bioexplorer/core/plugin/fields/OctreeNode.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/fields/OctreeNode.h b/bioexplorer/core/plugin/fields/OctreeNode.h index c1223af24..ee05527f4 100644 --- a/bioexplorer/core/plugin/fields/OctreeNode.h +++ b/bioexplorer/core/plugin/fields/OctreeNode.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/io/CacheLoader.cpp b/bioexplorer/core/plugin/io/CacheLoader.cpp index 0b7e50c88..423bd8957 100644 --- a/bioexplorer/core/plugin/io/CacheLoader.cpp +++ b/bioexplorer/core/plugin/io/CacheLoader.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/io/CacheLoader.h b/bioexplorer/core/plugin/io/CacheLoader.h index 34bc27f87..c130e7eac 100644 --- a/bioexplorer/core/plugin/io/CacheLoader.h +++ b/bioexplorer/core/plugin/io/CacheLoader.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/io/OOCManager.cpp b/bioexplorer/core/plugin/io/OOCManager.cpp index 91ef633ad..407df7213 100644 --- a/bioexplorer/core/plugin/io/OOCManager.cpp +++ b/bioexplorer/core/plugin/io/OOCManager.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/io/OOCManager.h b/bioexplorer/core/plugin/io/OOCManager.h index 33363ad8d..90622a927 100644 --- a/bioexplorer/core/plugin/io/OOCManager.h +++ b/bioexplorer/core/plugin/io/OOCManager.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/io/db/DBConnector.h b/bioexplorer/core/plugin/io/db/DBConnector.h index 47edd984b..8e90aaf9b 100644 --- a/bioexplorer/core/plugin/io/db/DBConnector.h +++ b/bioexplorer/core/plugin/io/db/DBConnector.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/meshing/PointCloudMesher.cpp b/bioexplorer/core/plugin/meshing/PointCloudMesher.cpp index a9eb71631..f62c8ef08 100644 --- a/bioexplorer/core/plugin/meshing/PointCloudMesher.cpp +++ b/bioexplorer/core/plugin/meshing/PointCloudMesher.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/meshing/PointCloudMesher.h b/bioexplorer/core/plugin/meshing/PointCloudMesher.h index dc6ff0056..88571deae 100644 --- a/bioexplorer/core/plugin/meshing/PointCloudMesher.h +++ b/bioexplorer/core/plugin/meshing/PointCloudMesher.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/meshing/SurfaceMesher.cpp b/bioexplorer/core/plugin/meshing/SurfaceMesher.cpp index 8e8f9de9f..470b54b38 100644 --- a/bioexplorer/core/plugin/meshing/SurfaceMesher.cpp +++ b/bioexplorer/core/plugin/meshing/SurfaceMesher.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/plugin/meshing/SurfaceMesher.h b/bioexplorer/core/plugin/meshing/SurfaceMesher.h index 88370cbce..a8d76335e 100644 --- a/bioexplorer/core/plugin/meshing/SurfaceMesher.h +++ b/bioexplorer/core/plugin/meshing/SurfaceMesher.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/core/tests/Glycans.cpp b/bioexplorer/core/tests/Glycans.cpp index 66182ab86..c0992b44f 100644 --- a/bioexplorer/core/tests/Glycans.cpp +++ b/bioexplorer/core/tests/Glycans.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2020-2021, EPFL/Blue Brain Project +/* Copyright (c) 2020-2022, EPFL/Blue Brain Project * All rights reserved. Do not distribute without permission. * Responsible Author: cyrille.favreau@epfl.ch * diff --git a/bioexplorer/core/tests/MeshBasedMembrane.cpp b/bioexplorer/core/tests/MeshBasedMembrane.cpp index 9dd28e0df..1d7d43622 100644 --- a/bioexplorer/core/tests/MeshBasedMembrane.cpp +++ b/bioexplorer/core/tests/MeshBasedMembrane.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2020-2021, EPFL/Blue Brain Project +/* Copyright (c) 2020-2022, EPFL/Blue Brain Project * All rights reserved. Do not distribute without permission. * Responsible Author: cyrille.favreau@epfl.ch * diff --git a/bioexplorer/core/tests/Protein.cpp b/bioexplorer/core/tests/Protein.cpp index deedac1cd..13605137c 100644 --- a/bioexplorer/core/tests/Protein.cpp +++ b/bioexplorer/core/tests/Protein.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2020-2021, EPFL/Blue Brain Project +/* Copyright (c) 2020-2022, EPFL/Blue Brain Project * All rights reserved. Do not distribute without permission. * Responsible Author: cyrille.favreau@epfl.ch * diff --git a/bioexplorer/core/tests/RNASequence.cpp b/bioexplorer/core/tests/RNASequence.cpp index 482712a71..6ba519b1f 100644 --- a/bioexplorer/core/tests/RNASequence.cpp +++ b/bioexplorer/core/tests/RNASequence.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2020-2021, EPFL/Blue Brain Project +/* Copyright (c) 2020-2022, EPFL/Blue Brain Project * All rights reserved. Do not distribute without permission. * Responsible Author: cyrille.favreau@epfl.ch * diff --git a/bioexplorer/pythonsdk/bioexplorer/__init__.py b/bioexplorer/pythonsdk/bioexplorer/__init__.py index 694a5bb73..08459515d 100644 --- a/bioexplorer/pythonsdk/bioexplorer/__init__.py +++ b/bioexplorer/pythonsdk/bioexplorer/__init__.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/bioexplorer/bio_explorer.py b/bioexplorer/pythonsdk/bioexplorer/bio_explorer.py index bb17e802b..c229a676c 100644 --- a/bioexplorer/pythonsdk/bioexplorer/bio_explorer.py +++ b/bioexplorer/pythonsdk/bioexplorer/bio_explorer.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/bioexplorer/movie_maker.py b/bioexplorer/pythonsdk/bioexplorer/movie_maker.py index db61b98ea..bcf5b6bdd 100644 --- a/bioexplorer/pythonsdk/bioexplorer/movie_maker.py +++ b/bioexplorer/pythonsdk/bioexplorer/movie_maker.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/bioexplorer/notebook_widgets.py b/bioexplorer/pythonsdk/bioexplorer/notebook_widgets.py index a475b1674..52af7c96a 100644 --- a/bioexplorer/pythonsdk/bioexplorer/notebook_widgets.py +++ b/bioexplorer/pythonsdk/bioexplorer/notebook_widgets.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/bioexplorer/transfer_function.py b/bioexplorer/pythonsdk/bioexplorer/transfer_function.py index a841bf110..fda04f5a6 100644 --- a/bioexplorer/pythonsdk/bioexplorer/transfer_function.py +++ b/bioexplorer/pythonsdk/bioexplorer/transfer_function.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/bioexplorer/version.py b/bioexplorer/pythonsdk/bioexplorer/version.py index 831f83373..1186ac34a 100644 --- a/bioexplorer/pythonsdk/bioexplorer/version.py +++ b/bioexplorer/pythonsdk/bioexplorer/version.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/doc/source/conf.py b/bioexplorer/pythonsdk/doc/source/conf.py index 0a52193cd..6e8221a35 100644 --- a/bioexplorer/pythonsdk/doc/source/conf.py +++ b/bioexplorer/pythonsdk/doc/source/conf.py @@ -13,17 +13,16 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # +from version import VERSION as __version__ import sys import os sys.path.insert(0, os.path.abspath('../../bioexplorer')) -from version import VERSION as __version__ - # -- Project information ----------------------------------------------------- project = u'Blue Brain BioExplorer' -copyright = u'2020-2021, BBP EPFL' +copyright = u'2020-2022, BBP EPFL' author = u'Cyrille Favreau' # The short X.Y version diff --git a/bioexplorer/pythonsdk/notebooks/assemblies/BioExplorer_ion_channels_in_cell.ipynb b/bioexplorer/pythonsdk/notebooks/assemblies/BioExplorer_ion_channels_in_cell.ipynb index aa5ce4904..77791b150 100644 --- a/bioexplorer/pythonsdk/notebooks/assemblies/BioExplorer_ion_channels_in_cell.ipynb +++ b/bioexplorer/pythonsdk/notebooks/assemblies/BioExplorer_ion_channels_in_cell.ipynb @@ -18,11 +18,11 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 182, "metadata": {}, "outputs": [], "source": [ - "from bioexplorer import BioExplorer, Protein, Membrane, Cell, AnimationParams, Vector3, Quaternion\n", + "from bioexplorer import BioExplorer, Protein, Membrane, Cell, AnimationParams, Vector2, Vector3, Quaternion\n", "be = BioExplorer()\n", "core = be.core_api()\n", "status = be.reset_scene()\n", @@ -31,69 +31,128 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 183, "metadata": {}, "outputs": [], "source": [ "name = 'Cell'\n", "representation=be.REPRESENTATION_ATOMS_AND_STICKS\n", - "atom_radius_multiplier = 1.0\n", + "atom_radius_multiplier = 2.0\n", "\n", "# Resources\n", "resource_folder = '../../tests/test_files/'\n", "pdb_folder = resource_folder + 'pdb/'\n", "membrane_folder = pdb_folder + 'membrane/'\n", + "lipids_folder = membrane_folder + 'lipids/'\n", "ion_channels_folder = pdb_folder + 'ion_channels/'\n", "\n", - "# ACE2 receptor definition\n", - "ion_channel = Protein(\n", - " name=name + '_' + BioExplorer.NAME_ION_CHANNEL,\n", - " source=ion_channels_folder + 'AF-B1AWN6.pdb',\n", - " occurences=5, position=Vector3(0.0, 0.0, 0.0),\n", - " rotation=Quaternion(0, 0, 1, 0),\n", - " load_non_polymer_chemicals=False,\n", + "\n", + "# ACE2\n", + "ace2_receptor = Protein(\n", + " name=name + '_' + BioExplorer.NAME_RECEPTOR,\n", + " source=pdb_folder + '6m18.pdb',\n", + " occurences=5,\n", + " rotation=Quaternion(1.0, 0.0, 0.0, 0.0),\n", + " transmembrane_params=Vector2(6.0, 3.0),\n", + " load_non_polymer_chemicals=True,\n", + " animation_params=AnimationParams(10)\n", + ")\n", + "\n", + "\n", + "# Ion channel 1\n", + "ion_channel_1 = Protein(\n", + " name=name + '_' + BioExplorer.NAME_ION_CHANNEL + '_1',\n", + " source=ion_channels_folder + '6uz3.pdb',\n", + " occurences=5,\n", + " rotation=Quaternion(0.0, 0.707, 0.707, 0.0),\n", + " transmembrane_params=Vector2(1.0, 3.0),\n", + " animation_params=AnimationParams(20)\n", + ")\n", + "\n", + "# Ion channel 2\n", + "ion_channel_2 = Protein(\n", + " name=name + '_' + BioExplorer.NAME_ION_CHANNEL + '_2',\n", + " source=ion_channels_folder + 'AF-O88704.pdb',\n", + " occurences=7,\n", + " rotation=Quaternion(0.0, 0.707, 0.707, 0.0),\n", + " transmembrane_params=Vector2(1.0, 3.0),\n", + " load_non_polymer_chemicals=True,\n", + " animation_params=AnimationParams(30)\n", + ")\n", + "\n", + "# Ion channel 3\n", + "ion_channel_3 = Protein(\n", + " name=name + '_' + BioExplorer.NAME_ION_CHANNEL + '_3',\n", + " source=ion_channels_folder + 'AF-P16388.pdb',\n", + " occurences=4,\n", + " rotation=Quaternion(0.0, 0.707, 0.707, 0.0),\n", + " transmembrane_params=Vector2(1.0, 3.0),\n", + " load_non_polymer_chemicals=True,\n", + " animation_params=AnimationParams(40)\n", ")\n", "\n", "# Membrane definition\n", - "membrane_size = Vector3(100.0, 8.0, 100.0)\n", + "import glob\n", + "lipids = glob.glob(membrane_folder + '*.pdb')\n", + "membrane_size = Vector3(200.0, 0.0, 200.0)\n", "membrane = Membrane(\n", - " lipid_sources=[\n", - " membrane_folder + 'segA.pdb',\n", - " membrane_folder + 'segB.pdb',\n", - " membrane_folder + 'segC.pdb',\n", - " membrane_folder + 'segD.pdb'\n", - " ],\n", - " animation_params=AnimationParams(0, 1, 0.5, 2, 0.5)\n", + " lipid_sources=lipids,\n", + " # lipid_rotation=Quaternion(0.0, 0.707, 0.707, 0.0),\n", + " load_bonds=True, load_non_polymer_chemicals=True,\n", + " animation_params=AnimationParams(0, 0, 0.0, 2, 0.5)\n", ")\n", "\n", "# Cell definition\n", "cell = Cell(\n", " name=name,\n", - " shape=be.ASSEMBLY_SHAPE_SINUSOID,\n", + " shape=be.ASSEMBLY_SHAPE_PLANE,\n", " shape_params = membrane_size,\n", " membrane=membrane,\n", - " proteins=[ion_channel])\n", + " proteins=[\n", + " ace2_receptor, ion_channel_1,\n", + " ion_channel_2, ion_channel_3])\n", "\n", "# Add cell to scene\n", "status = be.add_cell(\n", " cell=cell, representation=representation,\n", - " atom_radius_multiplier=atom_radius_multiplier)\n", - "\n", - "be.apply_default_color_scheme(\n", - " shading_mode=be.SHADING_MODE_DIFFUSE,\n", - " specular_exponent=50.0\n", - ")" + " atom_radius_multiplier=atom_radius_multiplier)" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 194, "metadata": {}, "outputs": [], "source": [ + "be.apply_default_color_scheme(\n", + " shading_mode=be.SHADING_MODE_DIFFUSE,\n", + " specular_exponent=50.0\n", + ")\n", + "\n", + "status = be.set_protein_color_scheme(\n", + " assembly_name=name,\n", + " name=name + '_' + BioExplorer.NAME_RECEPTOR,\n", + " color_scheme=BioExplorer.COLOR_SCHEME_CHAINS,\n", + " palette_name='Set1', palette_size=8\n", + ")\n", + "\n", "status = be.set_protein_color_scheme(\n", " assembly_name=name,\n", - " name=name + '_' + BioExplorer.NAME_ION_CHANNEL,\n", + " name=name + '_' + BioExplorer.NAME_ION_CHANNEL + '_1',\n", + " color_scheme=BioExplorer.COLOR_SCHEME_CHAINS,\n", + " palette_name='Set1', palette_size=3\n", + ")\n", + "\n", + "status = be.set_protein_color_scheme(\n", + " assembly_name=name,\n", + " name=name + '_' + BioExplorer.NAME_ION_CHANNEL + '_2',\n", + " color_scheme=BioExplorer.COLOR_SCHEME_CHAINS,\n", + " palette_name='Set2', palette_size=3\n", + ")\n", + "\n", + "status = be.set_protein_color_scheme(\n", + " assembly_name=name,\n", + " name=name + '_' + BioExplorer.NAME_ION_CHANNEL + '_3',\n", " color_scheme=BioExplorer.COLOR_SCHEME_CHAINS,\n", " palette_name='Set3', palette_size=3\n", ")" @@ -101,7 +160,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 185, "metadata": {}, "outputs": [], "source": [ @@ -121,29 +180,13 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 187, "metadata": {}, "outputs": [], "source": [ "status = be.set_rendering_quality(be.RENDERING_QUALITY_HIGH)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Materials" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "be.apply_default_color_scheme(be.SHADING_MODE_BASIC)" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -153,7 +196,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 188, "metadata": {}, "outputs": [], "source": [ diff --git a/bioexplorer/pythonsdk/scripts/animated_high_glucose_scenario.py b/bioexplorer/pythonsdk/scripts/animated_high_glucose_scenario.py index a1eaebd77..c7473175f 100644 --- a/bioexplorer/pythonsdk/scripts/animated_high_glucose_scenario.py +++ b/bioexplorer/pythonsdk/scripts/animated_high_glucose_scenario.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/scripts/animated_low_glucose_scenario.py b/bioexplorer/pythonsdk/scripts/animated_low_glucose_scenario.py index a447ffb25..7acfc5ca0 100644 --- a/bioexplorer/pythonsdk/scripts/animated_low_glucose_scenario.py +++ b/bioexplorer/pythonsdk/scripts/animated_low_glucose_scenario.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/scripts/missing_frames.py b/bioexplorer/pythonsdk/scripts/missing_frames.py index aefbe398b..62e48aef3 100644 --- a/bioexplorer/pythonsdk/scripts/missing_frames.py +++ b/bioexplorer/pythonsdk/scripts/missing_frames.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/setup.py b/bioexplorer/pythonsdk/setup.py index c28f120f6..a11212ba1 100644 --- a/bioexplorer/pythonsdk/setup.py +++ b/bioexplorer/pythonsdk/setup.py @@ -4,7 +4,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software @@ -27,6 +27,7 @@ BASEDIR = os.path.dirname(os.path.abspath(__file__)) + def parse_reqs(reqs_file): ''' parse the requirements ''' install_reqs = list() diff --git a/bioexplorer/pythonsdk/tests/test_cell.py b/bioexplorer/pythonsdk/tests/test_cell.py index f1a4172b7..46841cad0 100644 --- a/bioexplorer/pythonsdk/tests/test_cell.py +++ b/bioexplorer/pythonsdk/tests/test_cell.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_fields.py b/bioexplorer/pythonsdk/tests/test_fields.py index 2f9d76bcb..17b72301b 100644 --- a/bioexplorer/pythonsdk/tests/test_fields.py +++ b/bioexplorer/pythonsdk/tests/test_fields.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_glucose.py b/bioexplorer/pythonsdk/tests/test_glucose.py index b8c5f6ef7..14bc334c2 100644 --- a/bioexplorer/pythonsdk/tests/test_glucose.py +++ b/bioexplorer/pythonsdk/tests/test_glucose.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_immune.py b/bioexplorer/pythonsdk/tests/test_immune.py index 74e7b23c9..3597e4286 100644 --- a/bioexplorer/pythonsdk/tests/test_immune.py +++ b/bioexplorer/pythonsdk/tests/test_immune.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_layout.py b/bioexplorer/pythonsdk/tests/test_layout.py index 2cd0fe641..590da735f 100644 --- a/bioexplorer/pythonsdk/tests/test_layout.py +++ b/bioexplorer/pythonsdk/tests/test_layout.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_medias.py b/bioexplorer/pythonsdk/tests/test_medias.py index eb2fad24a..e86bb4769 100644 --- a/bioexplorer/pythonsdk/tests/test_medias.py +++ b/bioexplorer/pythonsdk/tests/test_medias.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_mesh_based_membrane.py b/bioexplorer/pythonsdk/tests/test_mesh_based_membrane.py index 23b5ddfd0..9898be514 100644 --- a/bioexplorer/pythonsdk/tests/test_mesh_based_membrane.py +++ b/bioexplorer/pythonsdk/tests/test_mesh_based_membrane.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_protein.py b/bioexplorer/pythonsdk/tests/test_protein.py index b3716edb6..65b813486 100644 --- a/bioexplorer/pythonsdk/tests/test_protein.py +++ b/bioexplorer/pythonsdk/tests/test_protein.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_protein_e.py b/bioexplorer/pythonsdk/tests/test_protein_e.py index 5627cb6b1..cbc235175 100644 --- a/bioexplorer/pythonsdk/tests/test_protein_e.py +++ b/bioexplorer/pythonsdk/tests/test_protein_e.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_protein_m.py b/bioexplorer/pythonsdk/tests/test_protein_m.py index 4bca11acb..8cf2c18ff 100644 --- a/bioexplorer/pythonsdk/tests/test_protein_m.py +++ b/bioexplorer/pythonsdk/tests/test_protein_m.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_simple_coronavirus.py b/bioexplorer/pythonsdk/tests/test_simple_coronavirus.py index 789ee6bd9..ebe5664b8 100644 --- a/bioexplorer/pythonsdk/tests/test_simple_coronavirus.py +++ b/bioexplorer/pythonsdk/tests/test_simple_coronavirus.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_surfactant.py b/bioexplorer/pythonsdk/tests/test_surfactant.py index 0c72c4a24..7fa1ae2fa 100644 --- a/bioexplorer/pythonsdk/tests/test_surfactant.py +++ b/bioexplorer/pythonsdk/tests/test_surfactant.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_vector2.py b/bioexplorer/pythonsdk/tests/test_vector2.py index a4944c842..0f20e9cbd 100644 --- a/bioexplorer/pythonsdk/tests/test_vector2.py +++ b/bioexplorer/pythonsdk/tests/test_vector2.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/bioexplorer/pythonsdk/tests/test_vector3.py b/bioexplorer/pythonsdk/tests/test_vector3.py index 10dfe9169..e374b6b22 100644 --- a/bioexplorer/pythonsdk/tests/test_vector3.py +++ b/bioexplorer/pythonsdk/tests/test_vector3.py @@ -6,7 +6,7 @@ # The Blue Brain BioExplorer is a tool for scientists to extract and analyse # scientific data from visualization # -# Copyright 2020-2021 Blue BrainProject / EPFL +# Copyright 2020-2022 Blue BrainProject / EPFL # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/AlbedoRenderer.cpp b/extras/MediaMaker/module/ispc/render/AlbedoRenderer.cpp index 39e66f72f..4cdcb9d78 100644 --- a/extras/MediaMaker/module/ispc/render/AlbedoRenderer.cpp +++ b/extras/MediaMaker/module/ispc/render/AlbedoRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/AlbedoRenderer.h b/extras/MediaMaker/module/ispc/render/AlbedoRenderer.h index 0e776abbe..fd7984608 100644 --- a/extras/MediaMaker/module/ispc/render/AlbedoRenderer.h +++ b/extras/MediaMaker/module/ispc/render/AlbedoRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.cpp b/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.cpp index e1dabe011..8dabff927 100644 --- a/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.cpp +++ b/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.h b/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.h index 6add030bf..c4848e8b4 100644 --- a/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.h +++ b/extras/MediaMaker/module/ispc/render/AmbientOcclusionRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/DefaultMaterial.cpp b/extras/MediaMaker/module/ispc/render/DefaultMaterial.cpp index 0ca776286..581fa70a1 100644 --- a/extras/MediaMaker/module/ispc/render/DefaultMaterial.cpp +++ b/extras/MediaMaker/module/ispc/render/DefaultMaterial.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/DefaultMaterial.h b/extras/MediaMaker/module/ispc/render/DefaultMaterial.h index ed9fb7568..2055abb15 100644 --- a/extras/MediaMaker/module/ispc/render/DefaultMaterial.h +++ b/extras/MediaMaker/module/ispc/render/DefaultMaterial.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/DepthRenderer.cpp b/extras/MediaMaker/module/ispc/render/DepthRenderer.cpp index bc220f767..eaebfa654 100644 --- a/extras/MediaMaker/module/ispc/render/DepthRenderer.cpp +++ b/extras/MediaMaker/module/ispc/render/DepthRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/DepthRenderer.h b/extras/MediaMaker/module/ispc/render/DepthRenderer.h index ef56d024a..2f1f1ed2d 100644 --- a/extras/MediaMaker/module/ispc/render/DepthRenderer.h +++ b/extras/MediaMaker/module/ispc/render/DepthRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/ShadowRenderer.cpp b/extras/MediaMaker/module/ispc/render/ShadowRenderer.cpp index 18256ed61..7d29304f8 100644 --- a/extras/MediaMaker/module/ispc/render/ShadowRenderer.cpp +++ b/extras/MediaMaker/module/ispc/render/ShadowRenderer.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/module/ispc/render/ShadowRenderer.h b/extras/MediaMaker/module/ispc/render/ShadowRenderer.h index 4987f6ed2..cf74fceab 100644 --- a/extras/MediaMaker/module/ispc/render/ShadowRenderer.h +++ b/extras/MediaMaker/module/ispc/render/ShadowRenderer.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/plugin/MediaMakerPlugin.cpp b/extras/MediaMaker/plugin/MediaMakerPlugin.cpp index cedb58f05..4caf21b18 100644 --- a/extras/MediaMaker/plugin/MediaMakerPlugin.cpp +++ b/extras/MediaMaker/plugin/MediaMakerPlugin.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/plugin/MediaMakerPlugin.h b/extras/MediaMaker/plugin/MediaMakerPlugin.h index 2f78b74da..9e4780117 100644 --- a/extras/MediaMaker/plugin/MediaMakerPlugin.h +++ b/extras/MediaMaker/plugin/MediaMakerPlugin.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/plugin/api/Params.cpp b/extras/MediaMaker/plugin/api/Params.cpp index e9ea8882c..9cf40f19e 100644 --- a/extras/MediaMaker/plugin/api/Params.cpp +++ b/extras/MediaMaker/plugin/api/Params.cpp @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/plugin/api/Params.h b/extras/MediaMaker/plugin/api/Params.h index 7bbc7dacf..3060dbdcc 100644 --- a/extras/MediaMaker/plugin/api/Params.h +++ b/extras/MediaMaker/plugin/api/Params.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/plugin/common/Logs.h b/extras/MediaMaker/plugin/common/Logs.h index a52ed342b..baaadb38a 100644 --- a/extras/MediaMaker/plugin/common/Logs.h +++ b/extras/MediaMaker/plugin/common/Logs.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/extras/MediaMaker/plugin/common/Types.h b/extras/MediaMaker/plugin/common/Types.h index 105b8e745..246314a85 100644 --- a/extras/MediaMaker/plugin/common/Types.h +++ b/extras/MediaMaker/plugin/common/Types.h @@ -2,7 +2,7 @@ * The Blue Brain BioExplorer is a tool for scientists to extract and analyse * scientific data from visualization * - * Copyright 2020-2021 Blue BrainProject / EPFL + * Copyright 2020-2022 Blue BrainProject / EPFL * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software