cascade-mea 0.8.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. cascade_mea-0.8.0/LICENSE +205 -0
  2. cascade_mea-0.8.0/PKG-INFO +771 -0
  3. cascade_mea-0.8.0/README.md +535 -0
  4. cascade_mea-0.8.0/cascade/__init__.py +10 -0
  5. cascade_mea-0.8.0/cascade/core/__init__.py +2 -0
  6. cascade_mea-0.8.0/cascade/core/avalanche.py +151 -0
  7. cascade_mea-0.8.0/cascade/core/bursts.py +137 -0
  8. cascade_mea-0.8.0/cascade/core/connectivity.py +80 -0
  9. cascade_mea-0.8.0/cascade/core/criticality.py +332 -0
  10. cascade_mea-0.8.0/cascade/core/entropy.py +67 -0
  11. cascade_mea-0.8.0/cascade/core/plots.py +386 -0
  12. cascade_mea-0.8.0/cascade/core/spikes.py +188 -0
  13. cascade_mea-0.8.0/cascade/loaders/__init__.py +6 -0
  14. cascade_mea-0.8.0/cascade/loaders/axion_loader.py +188 -0
  15. cascade_mea-0.8.0/cascade/loaders/base_loader.py +47 -0
  16. cascade_mea-0.8.0/cascade/loaders/brainwave_loader.py +170 -0
  17. cascade_mea-0.8.0/cascade/loaders/cl1_loader.py +154 -0
  18. cascade_mea-0.8.0/cascade/loaders/maxwell_loader.py +177 -0
  19. cascade_mea-0.8.0/cascade/loaders/mcs_loader.py +191 -0
  20. cascade_mea-0.8.0/cascade/ltpltd.py +331 -0
  21. cascade_mea-0.8.0/cascade/run_analysis.py +706 -0
  22. cascade_mea-0.8.0/cascade/scanner.py +447 -0
  23. cascade_mea-0.8.0/cascade/tests/__init__.py +1 -0
  24. cascade_mea-0.8.0/cascade/tests/self_test.py +267 -0
  25. cascade_mea-0.8.0/cascade/utils/__init__.py +4 -0
  26. cascade_mea-0.8.0/cascade/utils/common.py +104 -0
  27. cascade_mea-0.8.0/cascade/utils/inspect_file.py +222 -0
  28. cascade_mea-0.8.0/cascade/utils/io.py +162 -0
  29. cascade_mea-0.8.0/cascade_mea.egg-info/PKG-INFO +771 -0
  30. cascade_mea-0.8.0/cascade_mea.egg-info/SOURCES.txt +34 -0
  31. cascade_mea-0.8.0/cascade_mea.egg-info/dependency_links.txt +1 -0
  32. cascade_mea-0.8.0/cascade_mea.egg-info/entry_points.txt +4 -0
  33. cascade_mea-0.8.0/cascade_mea.egg-info/requires.txt +6 -0
  34. cascade_mea-0.8.0/cascade_mea.egg-info/top_level.txt +1 -0
  35. cascade_mea-0.8.0/pyproject.toml +64 -0
  36. cascade_mea-0.8.0/setup.cfg +4 -0
@@ -0,0 +1,205 @@
1
+ Copyright 2026
2
+
3
+ Forbes Avila
4
+ (Center for Alternatives to Animal Testing, Korea Institute of Toxicology /
5
+ Human and Environmental Toxicology, University of Science and Technology, Republic of Korea)
6
+
7
+ Jin Kim
8
+ (Department of Physiology, College of Medicine, Soonchunhyang University /
9
+ Institute for Molecular Metabolism Innovation, Soonchunhyang University, Republic of Korea)
10
+
11
+ Jong-Chan Park
12
+ (Department of Biophysics, Institute of Quantum Biophysics, Sungkyunkwan University /
13
+ Department of MetaBioHealth, Sungkyunkwan University /
14
+ Department of Biopharmaceutical Convergence, Sungkyunkwan University, Republic of Korea)
15
+
16
+ Hyun-Su Lee
17
+ (Department of Physiology, School of Medicine, Pusan National University /
18
+ Research Institute for Convergence of Biomedical Science and Technology,
19
+ Pusan National University Yangsan Hospital /
20
+ Medical Research Institute, School of Medicine, Pusan National University,
21
+ Republic of Korea)
22
+
23
+ Sun-Hyun Park
24
+ (Center for Alternatives to Animal Testing, Korea Institute of Toxicology /
25
+ Human and Environmental Toxicology, University of Science and Technology, Republic of Korea)
26
+
27
+ Licensed under the Apache License, Version 2.0 (the "License");
28
+ you may not use this file except in compliance with the License.
29
+ You may obtain a copy of the License at
30
+
31
+ http://www.apache.org/licenses/LICENSE-2.0
32
+
33
+ Unless required by applicable law or agreed to in writing, software
34
+ distributed under the License is distributed on an "AS IS" BASIS,
35
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36
+ See the License for the specific language governing permissions and
37
+ limitations under the License.
38
+
39
+ ---
40
+
41
+ Apache License
42
+ Version 2.0, January 2004
43
+ http://www.apache.org/licenses/
44
+
45
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
46
+
47
+ 1. Definitions.
48
+
49
+ "License" shall mean the terms and conditions for use, reproduction,
50
+ and distribution as defined by Sections 1 through 9 of this document.
51
+
52
+ "Licensor" shall mean the copyright owner or entity authorized by
53
+ the copyright owner that is granting the License.
54
+
55
+ "Legal Entity" shall mean the union of the acting entity and all
56
+ other entities that control, are controlled by, or are under common
57
+ control with that entity. For the purposes of this definition,
58
+ "control" means (i) the power, direct or indirect, to cause the
59
+ direction or management of such entity, whether by contract or
60
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
61
+ outstanding shares, or (iii) beneficial ownership of such entity.
62
+
63
+ "You" (or "Your") shall mean an individual or Legal Entity
64
+ exercising permissions granted by this License.
65
+
66
+ "Source" form shall mean the preferred form for making modifications,
67
+ including but not limited to software source code, documentation
68
+ source, and configuration files.
69
+
70
+ "Object" form shall mean any form resulting from mechanical
71
+ transformation or translation of a Source form, including but
72
+ not limited to compiled object code, generated documentation,
73
+ and conversions to other media types.
74
+
75
+ "Work" shall mean the work of authorship made available under
76
+ the License, as indicated by a copyright notice that is included in
77
+ or attached to the work (an example is provided in the Appendix below).
78
+
79
+ "Derivative Works" shall mean any work, whether in Source or Object
80
+ form, that is based on (or derived from) the Work and for which the
81
+ editorial revisions, annotations, elaborations, or other modifications
82
+ represent, as a whole, an original work of authorship. For the purposes
83
+ of this License, Derivative Works shall not include works that remain
84
+ separable from, or merely link (or bind by name) to the interfaces of,
85
+ the Work and Derivative Works thereof.
86
+
87
+ "Contribution" shall mean, as submitted to the Licensor for inclusion
88
+ in the Work by the copyright owner or by an individual or Legal Entity
89
+ authorized to submit on behalf of the copyright owner. For the purposes
90
+ of this definition, "submitted" means any form of electronic, verbal,
91
+ or written communication sent to the Licensor or its representatives,
92
+ including but not limited to communication on electronic mailing lists,
93
+ source code control systems, and issue tracking systems that are managed
94
+ by, or on behalf of, the Licensor for the purpose of discussing and
95
+ improving the Work, but excluding communication that is conspicuously
96
+ marked or designated in writing by the copyright owner as "Not a
97
+ Contribution."
98
+
99
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of
100
+ whom a Contribution has been received by the Licensor and incorporated
101
+ within the Work.
102
+
103
+ 2. Grant of Copyright License. Subject to the terms and conditions of
104
+ this License, each Contributor hereby grants to You a perpetual,
105
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
106
+ copyright license to reproduce, prepare Derivative Works of,
107
+ publicly display, publicly perform, sublicense, and distribute the
108
+ Work and such Derivative Works in Source or Object form.
109
+
110
+ 3. Grant of Patent License. Subject to the terms and conditions of
111
+ this License, each Contributor hereby grants to You a perpetual,
112
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
113
+ (except as stated in this section) patent license to make, have made,
114
+ use, offer to sell, sell, import, and otherwise transfer the Work,
115
+ where such license applies only to those patent claims licensable
116
+ by such Contributor that are necessarily infringed by their
117
+ Contribution(s) alone or by combination of their Contribution(s)
118
+ with the Work to which such Contribution(s) was submitted. If You
119
+ institute patent litigation against any entity (including a cross-claim
120
+ or counterclaim in a lawsuit) alleging that the Work or a Contribution
121
+ incorporated within the Work constitutes direct or contributory patent
122
+ infringement, then any patent licenses granted to You under this License
123
+ for that Work shall terminate as of the date such litigation is filed.
124
+
125
+ 4. Redistribution. You may reproduce and distribute copies of the Work
126
+ or Derivative Works thereof in any medium, with or without modifications,
127
+ and in Source or Object form, provided that You meet the following
128
+ conditions:
129
+
130
+ (a) You must give any other recipients of the Work or Derivative Works
131
+ a copy of this License; and
132
+
133
+ (b) You must cause any modified files to carry prominent notices stating
134
+ that You changed the files; and
135
+
136
+ (c) You must retain, in the Source form of any Derivative Works that
137
+ You distribute, all copyright, patent, trademark, and attribution
138
+ notices from the Source form of the Work, excluding those notices
139
+ that do not pertain to any part of the Derivative Works; and
140
+
141
+ (d) If the Work includes a "NOTICE" text file as part of its
142
+ distribution, You must include a readable copy of the attribution
143
+ notices contained within such NOTICE file, in at least one of the
144
+ following places: within a NOTICE text file distributed as part of
145
+ the Derivative Works; within the Source form or documentation, if
146
+ provided along with the Derivative Works; or, within a display
147
+ generated by the Derivative Works, if and wherever such third-party
148
+ notices normally appear. The contents of the NOTICE file are for
149
+ informational purposes only and do not modify the License. You may
150
+ add Your own attribution notices within Derivative Works that You
151
+ distribute, alongside or in addition to the NOTICE text from the
152
+ Work, provided that such additional attribution notices cannot be
153
+ construed as modifying the License.
154
+
155
+ You may add Your own license statement for Your modifications and
156
+ may provide additional grant of rights to use, copy, modify, merge,
157
+ publish, distribute, sublicense, and/or sell copies of the Work.
158
+
159
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
160
+ any Contribution intentionally submitted for inclusion in the Work
161
+ by You to the Licensor shall be under the terms and conditions of
162
+ this License, without any additional terms or conditions.
163
+ Notwithstanding the above, nothing herein shall supersede or modify
164
+ the terms of any separate license agreement you may have executed
165
+ with Licensor regarding such Contributions.
166
+
167
+ 6. Trademarks. This License does not grant permission to use the trade
168
+ names, trademarks, service marks, or product names of the Licensor,
169
+ except as required for reasonable and customary use in describing the
170
+ origin of the Work and reproducing the content of the NOTICE file.
171
+
172
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed
173
+ to in writing, Licensor provides the Work (and each Contributor provides
174
+ its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
175
+ OF ANY KIND, either express or implied, including, without limitation,
176
+ any warranties or conditions of TITLE, NON-INFRINGEMENT,
177
+ MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
178
+ responsible for determining the appropriateness of using or reproducing
179
+ the Work and assume any risks associated with Your exercise of
180
+ permissions under this License.
181
+
182
+ 8. Limitation of Liability. In no event and under no legal theory,
183
+ whether in tort (including negligence), contract, or otherwise,
184
+ unless required by applicable law (such as deliberate and grossly
185
+ negligent acts) or agreed to in writing, shall any Contributor be
186
+ liable to You for damages, including any direct, indirect, special,
187
+ incidental, or exemplary damages of any character arising as a result
188
+ of this License or out of the use or inability to use the Work
189
+ (including but not limited to damages for loss of goodwill, work
190
+ stoppage, computer failure or malfunction, or all other commercial
191
+ damages or losses), even if such Contributor has been advised of the
192
+ possibility of such damages.
193
+
194
+ 9. Accepting Warranty or Additional Liability. While redistributing
195
+ the Work or Derivative Works thereof, You may choose to offer, and
196
+ charge a fee for, acceptance of support, warranty, indemnity, or
197
+ other liability obligations and/or rights consistent with this License.
198
+ However, in accepting such obligations, You may offer such conditions
199
+ only on Your own behalf and on Your sole responsibility, not on behalf
200
+ of any other Contributor, and only if You agree to indemnify, defend,
201
+ and hold each Contributor harmless for any liability incurred by, or
202
+ claims asserted against, such Contributor by reason of your accepting
203
+ any such warranty or additional liability.
204
+
205
+ END OF TERMS AND CONDITIONS