Published April 25, 2024
| Version 0.1
Dataset
Open
MultiDEFusion trial repository
Authors/Creators
Description
Instructions for downloading a trial repository for the MultiDEFusion library
The following repository has been created as a trial dataset for the MultiDEFusion library.
The dataset can be downloaded from GitHub or Zenodo platform.
Cloning the repository from GitHub
- Open a terminal or command prompt.
- Use the git clone command to clone the repository to your device:
git clone https://github.com/damiantondas/multidefusion_trial.git - The repository will be downloaded to the current directory. You can now navigate to the repository directory using the
cdcommand:cd multidefusion_trial
Cloning the repository from Zenodo
- Download the multidefusion_trial.zip folder.
- Unzip the folder.
Running the integration procedure
- To run the integration procedure in the Python environment, the initial parameters are required to be defined by the user. In the following, you can find an example script to run fusion for
ALLstations inmultidefusion_trialfolder usingforward-backwardmethod with0.03mm/day2 noise level:
from multidefusion.fusion import run_fusion
integration = run_fusion(stations="ALL", path="/path/to/multidefusion_trial/", method="forward-backward", noise=0.03)
2. More examples can be found in the library documentation.
Files
multidefusion_trial.zip
Files
(36.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:f93c6d71a113eec39209d845261e5dd0
|
36.0 kB | Preview Download |
Additional details
Related works
- Is source of
- Dataset: https://github.com/damiantondas/multidefusion_trial/ (URL)
- Is supplement to
- Software: https://github.com/damiantondas/multidefusion/ (URL)
Software
- Repository URL
- https://github.com/damiantondas/multidefusion/
- Programming language
- Python
- Development Status
- Active