Skip to content

Commit

Permalink
pr response
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Aug 21, 2024
1 parent bdf51e3 commit 295e4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions imap_processing/spice/pointing_frame_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
2. imap_sclk_0000.tsc - spacecraft clock kernel
3. imap_wkcp.tf - spacecraft frame kernel
4. naif0012.tls - standard NAIF leapsecond kernel
5. imap_spin.bc - test attitude kernel available at:
https://lasp.colorado.edu/galaxy/display/IMAP/Data
5. imap_spin.bc - test attitude kernel generated by simulate_imap_attitude.m.
These need to be placed in tests/pointing_frame/test_data.
References
Expand Down Expand Up @@ -168,6 +167,7 @@ def create_pointing_frame() -> Path:
path_to_pointing_frame : Path
Path to dps frame.
"""
# TODO: this part will change with ensure_spice decorator.
# Mount path to EFS.
mount_path = Path(os.getenv("EFS_MOUNT_PATH", ""))

Expand Down
2 changes: 1 addition & 1 deletion imap_processing/tests/spice/test_pointing_frame_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_get_et_times(kernels, ck_kernel):
et_start, et_end, et_times = get_et_times(str(ck_kernel[0]))

assert et_start == 802008069.184905
assert et_end == 802094467.184905
assert et_end == 802015267.184906
assert len(et_times) == 57600


Expand Down

0 comments on commit 295e4e8

Please sign in to comment.