https://amentum.space/parma/differential_intensityThe differential intensity of a particle is a directional quantity that describes the number of particles per unit area, per unit solid angle, per unit energy, and per unit time. The API leverages the functionality of PARMA to calculate differential intensity distributions with energies in units of MeV and Intensity in units of /cm2/sr/MeV/s.
Altitude (in km). The minimum is 0 m, the maximum is 47 km (the upper limit of the stratosphere).
Atmospheric depth from the top of the atmosphere (in units of g/cm2). The minimum is 0.913 g/cm2, the maximum is 1032.66 g/cm2. WARNING: you can specify either altitude OR atmospheric depth, not both.
Latitude. -90 (S) to 90 (N).
Longitude. -180 (W) to 180 (E).
Year in YYYY.
Month in MM.
Day in DD.
The particle type as a string. Specifying 'total', only used for the dose calculation, returns the dose for all particle types.
Direction cosine. 1.0 is in the downward direction.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://amentum.space/parma/differential_intensity' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://amentum.space/parma/differential_intensityThe differential intensity of a particle is a directional quantity that describes the number of particles per unit area, per unit solid angle, per unit energy, and per unit time. The API leverages the functionality of PARMA to calculate differential intensity distributions with energies in units of MeV and Intensity in units of /cm2/sr/MeV/s.
Altitude (in km). The minimum is 0 m, the maximum is 47 km (the upper limit of the stratosphere).
Atmospheric depth from the top of the atmosphere (in units of g/cm2). The minimum is 0.913 g/cm2, the maximum is 1032.66 g/cm2. WARNING: you can specify either altitude OR atmospheric depth, not both.
Latitude. -90 (S) to 90 (N).
Longitude. -180 (W) to 180 (E).
Year in YYYY.
Month in MM.
Day in DD.
The particle type as a string. Specifying 'total', only used for the dose calculation, returns the dose for all particle types.
Direction cosine. 1.0 is in the downward direction.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://amentum.space/parma/differential_intensity' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}