AMS-BP 0.2.0__tar.gz → 0.3.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.
- {ams_bp-0.2.0 → ams_bp-0.3.0}/.github/workflows/pages.yml +1 -1
- {ams_bp-0.2.0 → ams_bp-0.3.0}/PKG-INFO +14 -4
- {ams_bp-0.2.0 → ams_bp-0.3.0}/README.md +12 -2
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/configio/configmodels.md +1 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_methods.ipynb +6 -6
- {ams_bp-0.2.0 → ams_bp-0.3.0}/pyproject.toml +1 -1
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/__init__.py +1 -1
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/cells/budding_yeast_cell.py +1 -1
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/cells/cell_factory.py +1 -1
- {ams_bp-0.2.0 → ams_bp-0.3.0}/.github/workflows/lint.yml +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/.github/workflows/publish_pypi.yml +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/.gitignore +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/LICENSE +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/configio/convertconfig.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/configio/experiments.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/configio/saving.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/groundtruth_generators/nuclearporecomplexes.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/metadata/metadata.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/motion/condensate_movement.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/motion/movement/boundary_conditions.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/motion/movement/fbm_BP.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/motion/track_gen.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/optics/camera/detectors.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/optics/camera/quantum_eff.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/optics/filters/channels/channelschema.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/optics/filters/filters.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/optics/lasers/laser_profiles.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/optics/psf/psf_engine.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/photophysics/photon_physics.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/photophysics/state_kinetics.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/probabilityfuncs/markov_chain.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/probabilityfuncs/probability_functions.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/run_cell_simulation.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/sample/flurophore/flurophore_schema.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/sample/sim_sampleplane.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/sim_config.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/sim_microscopy.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/utils/constants.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/utils/errors.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/API_Documentation/utils/util_functions.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/assets/figures/Fig1_Schema.svg +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/assets/icons/Cells-actin-like-a-tree-Jamie-Whitelaw-1.png +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/assets/icons/drawing.pdf +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/assets/icons/drawing.png +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/assets/icons/drawing.svg +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/docs/index.md +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_base_[[0. 0.]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_base_[[0.04 0.04]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_base_[[0.1 0.1]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_base_[[0.4 0.4]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_data_[[0. 0.]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_data_[[0.04 0.04]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_data_[[0.1 0.1]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/QuantitativeExperiments/FRAP_data_[[0.4 0.4]].txt +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/VisualizingIndividualModules/laser_modulation.ipynb +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/examples/VisualizingIndividualModules/modules_explained.ipynb +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/mkdocs.yml +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/pytest.ini +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/cells/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/configio/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/configio/configmodels.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/configio/convertconfig.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/configio/experiments.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/configio/saving.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/groundtruth_generators/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/groundtruth_generators/nuclearporecomplexes.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/metadata/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/metadata/metadata.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/motion/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/motion/condensate_movement.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/motion/movement/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/motion/movement/boundary_conditions.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/motion/track_gen.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/camera/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/camera/detectors.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/camera/quantum_eff.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/filters/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/filters/channels/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/filters/channels/channelschema.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/filters/filters.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/lasers/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/lasers/laser_profiles.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/lasers/scanning_patterns.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/psf/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/optics/psf/psf_engine.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/photophysics/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/photophysics/photon_physics.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/photophysics/state_kinetics.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/probabilityfuncs/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/probabilityfuncs/markov_chain.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/probabilityfuncs/probability_functions.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/run_cell_simulation.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/sample/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/sample/flurophores/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/sample/flurophores/flurophore_schema.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/sample/sim_sampleplane.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/sim_config.toml +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/sim_microscopy.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/utils/__init__.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/utils/constants.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/utils/decorators.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/utils/errors.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/utils/maskMaker.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/src/AMS_BP/utils/util_functions.py +0 -0
- {ams_bp-0.2.0 → ams_bp-0.3.0}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: AMS_BP
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0
|
4
4
|
Summary: Advanced Microscopy Simulations developed for the Weber Lab by Baljyot Singh Parmar
|
5
5
|
Project-URL: Documentation, https://joemans3.github.io/AMS_BP/
|
6
6
|
Project-URL: Source code, https://github.com/joemans3/AMS_BP
|
@@ -9,7 +9,7 @@ Maintainer-email: Baljyot Singh Parmar <baljyotparmar@hotmail.com>
|
|
9
9
|
License-File: LICENSE
|
10
10
|
Keywords: SMS
|
11
11
|
Requires-Python: >=3.12
|
12
|
-
Requires-Dist: boundedfbm>=0.
|
12
|
+
Requires-Dist: boundedfbm>=0.4.0
|
13
13
|
Requires-Dist: jsonschema>=4.23.0
|
14
14
|
Requires-Dist: numpy>=1.21.2
|
15
15
|
Requires-Dist: pydantic>=2.9.2
|
@@ -155,7 +155,17 @@ laser_names_active = ["red", "blue"]
|
|
155
155
|
laser_powers_active = [0.5, 0.05]
|
156
156
|
laser_positions_active = [[5, 5, 0], [5, 5, 0]]
|
157
157
|
```
|
158
|
-
|
158
|
+
To run the default configuration:
|
159
|
+
1. Make sure you followed the uv tool installation.
|
160
|
+
2. Make a copy of the default configuration file using the command:
|
161
|
+
```bash
|
162
|
+
run_AMS_BP config
|
163
|
+
```
|
164
|
+
3. Run the sim:
|
165
|
+
```bash
|
166
|
+
run_AMS_BP runsim sim_config.toml
|
167
|
+
```
|
168
|
+
4. View the results in the newly created folder, whose name is defined in the config file.
|
159
169
|
## Advanced Usage
|
160
170
|
|
161
171
|
### Using AMS-BP as a Library
|
@@ -187,7 +197,7 @@ Find detailed API references for the library at: [joemans3/github.io/AMS_BP](htt
|
|
187
197
|
> A more detailed example is provided in the jupyter notebook in the examples. For starters refer to the [VisualizingIndividualModules](examples/VisualizingIndividualModules/modules_explained.ipynb). Then head over to the [laser modulation module](examples/VisualizingIndividualModules/laser_modulation.ipynb) which will show how to change the laser power over time in the simulations. Then view an example of a complex experiment setup for [FRAP](examples/QuantitativeExperiments/FRAP_methods.ipynb) which is possible by the use of compositions of modules in this simulation library.
|
188
198
|
|
189
199
|
## High Priority Features
|
190
|
-
1. Irregular cell shapes with motion models
|
200
|
+
~~1. Irregular cell shapes with motion models~~ (supported with release of v0.2.0)
|
191
201
|
2. Stimulated Emission models
|
192
202
|
3. STORM workflow examples
|
193
203
|
4. CTRW motion models
|
@@ -133,7 +133,17 @@ laser_names_active = ["red", "blue"]
|
|
133
133
|
laser_powers_active = [0.5, 0.05]
|
134
134
|
laser_positions_active = [[5, 5, 0], [5, 5, 0]]
|
135
135
|
```
|
136
|
-
|
136
|
+
To run the default configuration:
|
137
|
+
1. Make sure you followed the uv tool installation.
|
138
|
+
2. Make a copy of the default configuration file using the command:
|
139
|
+
```bash
|
140
|
+
run_AMS_BP config
|
141
|
+
```
|
142
|
+
3. Run the sim:
|
143
|
+
```bash
|
144
|
+
run_AMS_BP runsim sim_config.toml
|
145
|
+
```
|
146
|
+
4. View the results in the newly created folder, whose name is defined in the config file.
|
137
147
|
## Advanced Usage
|
138
148
|
|
139
149
|
### Using AMS-BP as a Library
|
@@ -165,7 +175,7 @@ Find detailed API references for the library at: [joemans3/github.io/AMS_BP](htt
|
|
165
175
|
> A more detailed example is provided in the jupyter notebook in the examples. For starters refer to the [VisualizingIndividualModules](examples/VisualizingIndividualModules/modules_explained.ipynb). Then head over to the [laser modulation module](examples/VisualizingIndividualModules/laser_modulation.ipynb) which will show how to change the laser power over time in the simulations. Then view an example of a complex experiment setup for [FRAP](examples/QuantitativeExperiments/FRAP_methods.ipynb) which is possible by the use of compositions of modules in this simulation library.
|
166
176
|
|
167
177
|
## High Priority Features
|
168
|
-
1. Irregular cell shapes with motion models
|
178
|
+
~~1. Irregular cell shapes with motion models~~ (supported with release of v0.2.0)
|
169
179
|
2. Stimulated Emission models
|
170
180
|
3. STORM workflow examples
|
171
181
|
4. CTRW motion models
|