Cite this as (APA format)
Technical info
| Resource format | ZIP |
|---|---|
| Resource size | 157.3 kB |
Additional info
| Data last updated | February 5, 2026 |
|---|---|
| Metadata last updated | February 5, 2026 |
| Created | August 21, 2025 |
Program files (MATLAB 2022a)
Software pack associated with the publication
This software pack folder contains:
Files
-
enable_source.m : adds the Source subfolder to the MatLab path
-
run_Geminids_double_exponential.m : Driver to perform the computations described in the paper
-
run_Geminids_double_exponential_fast.m : Driver to perform the computations described in the paper (faster, less precise, useful for checking)
Subfolder Data:
- contains all data files used in the paper (and some more) in .csv format
Subfolder Source:
-
methods_shower_model.m : Main routine implementing the different methods
-
expl_optimization.m : Routine for searching a global minimum by random search and repeatedly finding a local minimum using BFGS-optimization
-
lmin_optimization.m : Idem but now collecting information about all the local minima encountered during the process
-
BFGS_optimization.m : Broyden–Fletcher–Goldfarb–Shanno minimization algorithm
Subfolder Output
- contains a subfolder for each run (name including the date and time of the run) with all output files: txt files with computational results, pdf figures and MatLab .fig figure files.