eispy2d 1.0.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,83 @@
1
+ Metadata-Version: 2.4
2
+ Name: eispy2d
3
+ Version: 1.0.0
4
+ Summary: An Open-Source Python Library for the Development and Comparison of Algorithms in Two-Dimensional Electromagnetic Inverse Scattering Problems
5
+ Project-URL: Homepage, https://github.com/andre-batista/eispy2d.git
6
+ Author-email: Andre Costa Batista <andre-costa@ufmg.br>
7
+ License: GPL-3.0-only
8
+ License-File: LICENSE
9
+ Classifier: Intended Audience :: Science/Research
10
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Scientific/Engineering :: Physics
14
+ Requires-Python: >=3.8
15
+ Requires-Dist: ipykernel
16
+ Requires-Dist: joblib
17
+ Requires-Dist: matplotlib
18
+ Requires-Dist: numba
19
+ Requires-Dist: numpy
20
+ Requires-Dist: pingouin
21
+ Requires-Dist: scikit-image
22
+ Requires-Dist: scipy
23
+ Provides-Extra: dev
24
+ Requires-Dist: build; extra == 'dev'
25
+ Requires-Dist: twine; extra == 'dev'
26
+ Description-Content-Type: text/markdown
27
+
28
+ # eispy2d
29
+
30
+ An Open-Source Python Library for the development of algorithms for 2D Electromagnetic Inverse Scattering Problems (EISPs).
31
+
32
+ ## Motivation
33
+
34
+ This library was thought to provide a common and basic framework for researchers that want to test new ideas about algorithms for EISPs. Then, they will not need to develop the whole structure (domain model, discretization formulations, forward solvers, data visualization, statistical inference, etc).
35
+
36
+ ## What can I do with this library?
37
+
38
+ With the tools in this library, you can represent an instance of EISP, develop algorithms, run them, and analyze the results in many different ways. The library provides specific implementations for case studies and benchmarking, so one can get preliminary results, measure the performance, and compare with different algorithms or different versions of the same algorithm.
39
+
40
+ ## Model assumptions
41
+
42
+ Besides considering the two-dimensional formulation, we are assuming as well TMz polarization of incident waves and linear, isotropic, non-dispersive, and non-magnetic materials.
43
+
44
+ ## Install
45
+
46
+ Initially, the library was thought to be a collection of ".py" files that anyone can download and add to his/her project. It would be amazing if, one day, this library became a well-organized Python package which one can install through Pip or Conda. But, as this is an implementation developed by only one person, then these steps will be considered someday in the future. For while, you just need to [download the codes](https://github.com/andre-batista/eispy2d/tree/main/lib) and call the modules as you do with any library that you create.
47
+
48
+ ## Dependencies
49
+
50
+ Before using eispy2d, please ensure you have all the required dependencies installed. The project includes a `requirements.txt` file listing all necessary packages. You can install these dependencies by running `pip install -r requirements.txt` in your command line or terminal. These packages are essential for the proper functioning of the library, including numerical computations, visualization tools, and optimization algorithms that power the electromagnetic inverse scattering solvers.
51
+
52
+ ## How to use
53
+
54
+ You may find usages examples [here](https://github.com/andre-batista/eispy2d/tree/main/demo). There are scripts and Jupyter Notebooks in which you can see how the classes are called, how to build a problem, how to run an experiment, etc.
55
+
56
+ ## Contribute
57
+
58
+ **You are totally welcome to contribute to this library** by finding bugs, suggesting changes, implementing the algorithms in the literature, and providing your algorithms so others can use them to compare in their experiments. You may add issues, send pull requests or contact me through e-mail.
59
+
60
+ ## Citation
61
+
62
+ We've already written an article describing the library. While it is still under review, its *preprint* version is available at the arXiv repository via this [link](https://arxiv.org/abs/2111.02185#). If you use this library, you may acknowledge by citing it:
63
+
64
+ ```
65
+ @ARTICLE{11015426,
66
+ author={Costa Batista, André and Adriano, Ricardo and Batista, Lucas S.},
67
+ journal={IEEE Access},
68
+ title={EISPY2D: An Open-Source Python Library for the Development and Comparison of Algorithms in Two-Dimensional Electromagnetic Inverse Scattering Problems},
69
+ year={2025},
70
+ volume={13},
71
+ number={},
72
+ pages={92134-92154},
73
+ keywords={Libraries;Electromagnetic scattering;Imaging;Image reconstruction;Electromagnetics;Microwave theory and techniques;Microwave integrated circuits;Microwave imaging;Microwave FET integrated circuits;Inverse problems;Comparison of algorithms;electromagnetic inverse scattering problem;microwave imaging;open-source library;optimization},
74
+ doi={10.1109/ACCESS.2025.3573679}
75
+ }
76
+ ```
77
+
78
+ ## Further information
79
+
80
+ For further information and questions, please send me an [email](andre-costa@ufmg.br).
81
+
82
+ Have fun!
83
+ André
@@ -0,0 +1,51 @@
1
+ lib/README.md,sha256=9TqSuerhVsG3WU_QMnJW09937tMrEivG9Gcaf-WqlaQ,715
2
+ lib/analytical.py,sha256=w8l40tM-NQnL_BgnOs6i8cQX1TQoIFmAw1j9YHwTHdo,16957
3
+ lib/backprop.py,sha256=Xu1hoDEZyAJzgY-CtwoVQeEMZPgdadm681Hw9IhMpGA,11944
4
+ lib/benchmark.py,sha256=SwC0Nex8ZaUMxbuPG7ymDKE-zxfMywpSVmCSJA29KUo,235516
5
+ lib/bim.py,sha256=NqIHJ9jqkJQwOa2NkYrE2UeGJG2g5PKthEhvYIp2Egs,19447
6
+ lib/bornapprox.py,sha256=ta4lTjMisQhi4Rn8up4BLjv3Btqxm1CqfWYoFJVXsVM,19162
7
+ lib/casestudy.py,sha256=Z6Wv9_obuD125zk9ycktBPWAhcRmF7eYEw23Ra8_lO8,83915
8
+ lib/cgm.py,sha256=aaskJRjKK2fBEmmYijGFdZpkCRpVRHArN1hcVlqhJPQ,25342
9
+ lib/collocation.py,sha256=TjTDJBdQ1Dho6Tv6UQrZuxuY3WDkHxREX6d_anc3_gM,23320
10
+ lib/configuration.py,sha256=KsPCqa85OCgoNsz-6x1SeAC5dmMI6jC6Yermhn5zwpY,35415
11
+ lib/csi.py,sha256=uumSsLteNEIN8e7L4grK2zO1Hyyc8s6HhMAkaiJUQ-8,39551
12
+ lib/dbim.py,sha256=Wqn1rl5kMwiMOugwLml4M6FJU-FomTij3ZU-8_FlAxQ,25000
13
+ lib/deterministic.py,sha256=caAzRIfWnSPRZtTMSK9qAXYCQeNrVGvd4hIjGNRF6ZY,16557
14
+ lib/discretization.py,sha256=nZ-bzHCall_6t2HD5DEeRSqBq10T4P8si1HiXiMjDxA,30630
15
+ lib/draw.py,sha256=ZrMorBJvbAK4EfIEpk4mjekzFo2g1QCRT2iTwjc7_bo,79113
16
+ lib/ecsi.py,sha256=6zIFerNxIx1OuGyBbm4aGb2bMfbu9vd5L_saG_0-GIc,41426
17
+ lib/error.py,sha256=LIDBURxDcionpE0bCGR0klCSvgTR8VpbyfunhiGXMks,5130
18
+ lib/evolutionary.py,sha256=NTCz_Lo2razPLZCeuB2whWEK_26OiPrnBpJbiWxIIRk,10733
19
+ lib/experiment.py,sha256=2XVcxkY3xIV_01urVedV6Mv1M2-m6EBFWWqJsrgJ9do,17476
20
+ lib/fftproduct.py,sha256=oGLa_xNgWt8_vaJ5eqEfjfL11eI2rHzlwUk-WUqOtHA,2039
21
+ lib/forward.py,sha256=GAujvkjY5iiNWZ1MMjkBN5PLuMOOTosUuridjQnyAZE,5063
22
+ lib/inputdata.py,sha256=_7_KPcJLp3GNkDTzMLuiJj49qTeq88OJODArgCSC_vg,26173
23
+ lib/inverse.py,sha256=NmUiwg5Uo9X2icDQombuNy4F7Jl9DNR_zTkuvtO1FS0,4511
24
+ lib/lsm.py,sha256=Gv8kRZLAPXgGjX1W34h-ofVFM029foOxG2janpoHcxM,10483
25
+ lib/mom_cg_fft.py,sha256=ReVCyG6u9bvki6F9FWfsoP4SiCtilHLJr5yRzsPq72M,20261
26
+ lib/mrcsi.py,sha256=WAf0AFpnnzDVs--4CkEcBmW7Ls_aUdgrbPP4-3q90k0,19941
27
+ lib/music.py,sha256=t3poDNzR59sFQqGWzrIogfAH6gtpXZYuK0ZWtGfobOQ,5252
28
+ lib/osm.py,sha256=9CU2impJN81IzpgebKbzLGL8cmo-pTL_eOKgzVKc-Ds,6674
29
+ lib/regularization.py,sha256=DArEyHxnwNp-3wZ-ccjJkiN_qeR_zypULymkyC3Xhys,15013
30
+ lib/result.py,sha256=PFIW8k-axfNANvkOK5BwQiTyjmHcoVaC4xahJAbTHJw,143069
31
+ lib/richmond.py,sha256=17z8x87ZC7wShxeoIwurVqUaTgqQd3vGJ5C1xS4O4ec,15440
32
+ lib/som.py,sha256=r28ul4fb-AJ27VH1hAQX8c8HdqxKJvR6IxngaQNkav0,18506
33
+ lib/statisticstutils.py,sha256=TbbRfWxZxwsJZBuBtLzQI0NDqc59FQr_h8uR1YyMRIA,48008
34
+ lib/stochastic.py,sha256=4ENuokoIHfPE0nyr1KPt4MCOgtb-dPTzEjEq93yyA9k,7341
35
+ lib/stopcriteria.py,sha256=MLB6YUHus9yisOu-0w6q0TmHXyD2fwT_dpPecC5b3Js,6012
36
+ lib/testset.py,sha256=GWEUUcJ9eC2bREqLSyNPAwFc92ty0pYIRPsneGXa7pI,44104
37
+ lib/evoalglib/boundary.py,sha256=cruyb8ppyqVaR-iL3kjApxBnTSxDhgNChv5e0-Mz1jE,1093
38
+ lib/evoalglib/crossover.py,sha256=D2kY3ZS4oHygb3RSQ9-Ye5EXeSGu4Fj5f18nEKKi5xg,8839
39
+ lib/evoalglib/de.py,sha256=-CPWeNBwCMVSw9yDfbQHSwHc8l5mYh9X-V7vWEg4q40,5426
40
+ lib/evoalglib/ga.py,sha256=BYloTuvtPSqT59_W6j8xTfp454ZaMrOfqsnd7xjzGb0,3135
41
+ lib/evoalglib/initialization.py,sha256=wDp9vop9dqJ7s90wlJ3XtFg-ukmB9DeBW4p4D97O6ko,2427
42
+ lib/evoalglib/mechanism.py,sha256=Tj9zxgB3XftMaQmDT-_rl3jIGeVb331bVjWW7rS1HdE,1233
43
+ lib/evoalglib/mutation.py,sha256=V5jgJteHAKoKhTGD73y9y3Oh13dybBPSG87JUI27vY0,3648
44
+ lib/evoalglib/objectivefunction.py,sha256=uTiU8SzSJke9uSbYmmfj2yY5_9VM4_iP7Sn9r0y_4lc,4270
45
+ lib/evoalglib/pso.py,sha256=sHXn6YukI8j-Ot8QXBKVKf07cdPwrLrK9Xk2Z3Fs30c,3273
46
+ lib/evoalglib/representation.py,sha256=1LV_2dbiUVVVFzhvxDzadmtRfEzjbidfw1T5-bp8ZaE,8808
47
+ lib/evoalglib/selection.py,sha256=7CApae-7dsEJ8k9_r5F8DaRV7J9KI6mlAqYJQdmRUcE,4349
48
+ eispy2d-1.0.0.dist-info/METADATA,sha256=3fYnvG-y9fqNQtJlPHrfvmZRVMqfYeOFa3hKBZEXdyU,4845
49
+ eispy2d-1.0.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
50
+ eispy2d-1.0.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
51
+ eispy2d-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any