lbm_caiman_python 0.2.0__py3-none-any.whl

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.
@@ -0,0 +1,27 @@
1
+ lbm_caiman_python/__init__.py,sha256=vm7f_nebUb-ULGKmGeEj5N0uzo0lcpkUf8W4_CsEUYc,1440
2
+ lbm_caiman_python/__main__.py,sha256=iGPOPHyWx4bbg53-mWTqWA87mzpwE1pp0Ml59DM1_8I,7940
3
+ lbm_caiman_python/_version.py,sha256=EvUX4ldAiWaGJV7FmFNtFRLjByeqekmXr7mnztMnr1U,197
4
+ lbm_caiman_python/batch.py,sha256=c3zcGUPzsKHnf2EsvjpHIQrkfoI6AB7u4sY85nNeuV8,5689
5
+ lbm_caiman_python/collation.py,sha256=H6CbhrAR6OSt94tcD1k2WgJlz99MN-teqUc8Nwo69JY,3741
6
+ lbm_caiman_python/default_ops.py,sha256=1l_7VdMqfZWtb-eIGT4xIaNaj9wxFKPQnjvp977DCP0,2765
7
+ lbm_caiman_python/helpers.py,sha256=0h-euBNw4jYaoNF3hUTXQ-MGqC2iI8lEIoFCGTvMa54,9571
8
+ lbm_caiman_python/postprocessing.py,sha256=K7m_ySU_InwUXwMMVlvm_7sw-3NZPU9OVRUTYFKIufI,8167
9
+ lbm_caiman_python/run_lcp.py,sha256=dg_XtcDdJ9lt-QmBxPWNUpt5I7Yedhc-LHFNkWcmJpk,38100
10
+ lbm_caiman_python/stdout.py,sha256=voDF1GAdcD2-5QEgQDAAJFW3_8aqdMBqcK1eK4HNpdk,86
11
+ lbm_caiman_python/summary.py,sha256=MYx9BlSC8FmEKtppc5S5-JPRNbSig2P5NfU7Wyg6mfo,19624
12
+ lbm_caiman_python/visualize.py,sha256=kPaucf4SldiyNTpMn1ODpq76VR-_Mw3j7GNSk99UWQY,19957
13
+ lbm_caiman_python/gui/__init__.py,sha256=UpM3rd2hkfR6Nfz6jTXFRul0nKsoPLOdYGS5XKBdPeA,52
14
+ lbm_caiman_python/gui/_store_model.py,sha256=qCshfal9Ar_JHYJ7PQqFNxDlj7ql2XnO_Bx6qgT6vMI,7435
15
+ lbm_caiman_python/gui/rungui.py,sha256=isxhB8oPt0MygNkg-wYYR7kVyD2-SKdZtBpx5aZYdSo,284
16
+ lbm_caiman_python/gui/widgets.py,sha256=o8o7xNg_IIUitatDmriwt_sS_od3loplA9RzQUa4ar4,4298
17
+ lbm_caiman_python/util/__init__.py,sha256=orRQja4nD2uiImPri-YwhwJ4nQLHaZ6ZFi84VFCvrtE,2585
18
+ lbm_caiman_python/util/exceptions.py,sha256=Jqvg_FlFY-37LJcP8lwSOb0Vl9NNUrfQ_k7_kGWeM5g,305
19
+ lbm_caiman_python/util/quality.py,sha256=WD-EB5Hh0RW6A9nbQuo0wdGFHEJFaMshjlBu-JkRAO0,12908
20
+ lbm_caiman_python/util/signal.py,sha256=1WzoGVeHmXmykPIMZFuUyezm5KmE8a8zHxhvF-wU-yQ,592
21
+ lbm_caiman_python/util/transform.py,sha256=-VPP1R4WsXq5oHeClV35lOlPREZzWr5f7goQu7tLSFE,5734
22
+ lbm_caiman_python-0.2.0.dist-info/licenses/LICENSE.md,sha256=iJ9kfD_y0Y7C7niu2Gi6XcHSTov1U16K1wMjGT3s6hs,2047
23
+ lbm_caiman_python-0.2.0.dist-info/METADATA,sha256=An5WbOl-pf6iNCy9yQjsKwEk0c6s8SFE9a_SZUiQoQs,5605
24
+ lbm_caiman_python-0.2.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
25
+ lbm_caiman_python-0.2.0.dist-info/entry_points.txt,sha256=QvIHK7Dzt9VolaHBWzHokTBPLhZO2Wr-1gNlg6snNY4,56
26
+ lbm_caiman_python-0.2.0.dist-info/top_level.txt,sha256=776f20rDD5_mN3jm0o9njY8f6yR6U0BqhvUeE2YEmy8,18
27
+ lbm_caiman_python-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ lcp = lbm_caiman_python.__main__:main
@@ -0,0 +1,38 @@
1
+ This software license is the 3-clause BSD license plus a fourth clause that
2
+ prohibits redistribution for commercial purposes without further permission.
3
+
4
+ BSD 3-Clause License
5
+
6
+ Copyright (c) 2024, Miller Brain Observatory.
7
+
8
+ Redistribution and use in source and binary forms, with or without
9
+ modification, are permitted provided that the following conditions are met:
10
+
11
+ 1. Redistributions of source code must retain the above copyright notice, this
12
+ list of conditions and the following disclaimer.
13
+
14
+ 2. Redistributions in binary form must reproduce the above copyright notice,
15
+ this list of conditions and the following disclaimer in the documentation
16
+ and/or other materials provided with the distribution.
17
+
18
+ 3. Neither the name of the copyright holder nor the names of its
19
+ contributors may be used to endorse or promote products derived from
20
+ this software without specific prior written permission.
21
+
22
+ 4. Redistributions for commercial purposes are not permitted without the
23
+ written permission of all code authors.
24
+ For purposes of this license, commercial purposes is the incorporation of
25
+ LBM-CaImAn-Python into anything for which you will charge fees or other
26
+ compensation. Contact mbo@rockefeller.edu for more information.
27
+
28
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
32
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
35
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
36
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
+
@@ -0,0 +1 @@
1
+ lbm_caiman_python