A package for generating and visualizing data related to the concept of rotational placement
Project description
Rotational Placement
A package for generating and visualizing data related to rotational placement.
Initial setup
Using pip: pip install rotational_placement
Experiment class
create an Experiment instance
exp = Experiment(alias="1.pi",a=113,b=355,step_size=1,experiment_type="num")
generate data and save it to a file
exp.run_experiment(151)
exp.write_to_file()
read experiment instance from a file
exp = Experiment.read_from_file(alias="1.pi",a=113,b=355,step_size=1,experiment_type="num")
The Experiment class also has a number of getter methods, the following are included:
.get_meta_data()
.get_max_radius()
.get_density_data()
.get_radius_data()
.get_seed_data()
.get_efficacy_data()
Plotting
The following plots are included as of now:
They save the plots at the location specified in config.json.
plot_density(alias_list=['num','sym','ff'],*experiments=ff_exp,num_exp,sym_exp)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rotational_placement-0.1.7.tar.gz.
File metadata
- Download URL: rotational_placement-0.1.7.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c97d09456d5cfa94959659be6f0f117fc807f3515329518fb04c45f80617b25
|
|
| MD5 |
4b0c77d6826f2fa3fff5b806a8fe4b2a
|
|
| BLAKE2b-256 |
36e85d1af53dda828ab4fb0e8014cfaa95b91ebbaca158fbaa56dcba2ce1e34d
|
File details
Details for the file rotational_placement-0.1.7-py3-none-any.whl.
File metadata
- Download URL: rotational_placement-0.1.7-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f77b33600320f4090f121cf417e7ed46e32b76672e0f7cfe95d19888ab4ac97
|
|
| MD5 |
351f23de58d86009a0c669733d0ca05d
|
|
| BLAKE2b-256 |
95fc1a31f99199f3a96067d47dcd3b0c65d20d5ef596822a53da66142484daf9
|