Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement scs2e #19

Open
GregoireHENRY opened this issue Oct 23, 2024 · 0 comments
Open

Implement scs2e #19

GregoireHENRY opened this issue Oct 23, 2024 · 0 comments

Comments

@GregoireHENRY
Copy link
Owner

GregoireHENRY commented Oct 23, 2024

let et = unsafe {
    let mut et = 0.0;
    let sclk_str = format!("{}.0", headers.data_field.time.seconds());
    let date = spice::cstr!(sclk_str);
    spice::c::scs2e_c(HERA_ID_SPICE, date, &mut et);
    et
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant