Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion imap_processing/lo/l1b/lo_l1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def set_esa_mode(

# Get the sweep table rows that correspond to the time period of the pointing
pointing_sweep_df = sweep_df[
(sweep_df["GoodTime_start"] >= pointing_start_met)
(sweep_df["GoodTime_end"] >= pointing_start_met)
& (sweep_df["GoodTime_start"] <= pointing_end_met)
]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry_dynamic_versioning.backend"
[tool.poetry]
name = "imap-processing"
# Gets updated dynamically by the poetry-dynamic-versioning plugin
version = "1.0.25.post6.dev0+882be304"
version = "0.0.0"
description = "IMAP Science Operations Center Processing"
authors = ["IMAP SDC Developers <imap-sdc@lists.lasp.colorado.edu>"]
readme = "README.md"
Expand Down
Loading