-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
27 lines (27 loc) · 900 Bytes
/
CITATION.cff
File metadata and controls
27 lines (27 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cff-version: 1.2.0
message: "If you use gmat-sweep in academic work, please cite it using the metadata below."
title: gmat-sweep
abstract: >-
gmat-sweep is a Python library that runs parameter sweeps and Monte Carlo
dispersions over NASA General Mission Analysis Tool (GMAT) missions in
parallel. It fans a working .script across subprocess workers, aggregates
each run's outputs into multi-indexed pandas DataFrames, and writes a
reproducible JSON Lines manifest so any sweep can be resumed or re-run
bit-for-bit.
type: software
authors:
- given-names: Dimitrije
family-names: Jankovic
version: 0.4.0
date-released: "2026-05-10"
license: MIT
repository-code: "https://github.com/astro-tools/gmat-sweep"
url: "https://github.com/astro-tools/gmat-sweep"
keywords:
- gmat
- astrodynamics
- orbital-mechanics
- mission-analysis
- monte-carlo
- parameter-sweep
- parallel