Skip to content

Commit

Permalink
fixed citation
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Oct 18, 2024
1 parent b4ecc86 commit c7a0db5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/kete_core/src/flux/reflected.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ use serde::{Deserialize, Serialize};
///
/// Specifically page Page 550 - Equation (A4):
///
/// Asteroids II. University of Arizona Press, Tucson, pp. 524–556.
/// Bowell, E., Hapke, B., Domingue, D., Lumme, K., Peltoniemi, J., Harris,
/// A.W., 1989. Application of photometric models to asteroids, in: Binzel,
/// R.P., Gehrels, T., Matthews, M.S. (Eds.),
/// Asteroids II. University of Arizona Press, Tucson, pp. 524–556.
/// Bowell, E., Hapke, B., Domingue, D., Lumme, K., Peltoniemi, J., Harris,
/// A.W., 1989. Application of photometric models to asteroids, in: Binzel,
/// R.P., Gehrels, T., Matthews, M.S. (Eds.)
///
/// # Arguments
///
Expand All @@ -40,10 +40,10 @@ pub fn hg_phase_curve_correction(g_param: f64, phase: f64) -> f64 {
///
/// Specifically page Page 549 - Equation (A1) of:
///
/// Asteroids II. University of Arizona Press, Tucson, pp. 524–556.
/// Bowell, E., Hapke, B., Domingue, D., Lumme, K., Peltoniemi, J., Harris,
/// A.W., 1989. Application of photometric models to asteroids, in: Binzel,
/// R.P., Gehrels, T., Matthews, M.S. (Eds.),
/// Asteroids II. University of Arizona Press, Tucson, pp. 524–556.
/// Bowell, E., Hapke, B., Domingue, D., Lumme, K., Peltoniemi, J., Harris,
/// A.W., 1989. Application of photometric models to asteroids, in: Binzel,
/// R.P., Gehrels, T., Matthews, M.S. (Eds.)
///
/// # Arguments
/// * `desig` - Designation of the object.
Expand Down

0 comments on commit c7a0db5

Please sign in to comment.