Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Oct 23, 2024
1 parent f01d0b5 commit 7d6ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chandra_aca/maude_decom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ def _get_aca_packets(
d_vcductr = np.where(
table["IMGTYPE"] > 4,
table["IMGTYPE"] - 4,
np.where(table["IMGTYPE"] == 2, 2, 0),
np.where(table["IMGTYPE"] == 2, 1, 0),
)
table["IMG_VCDUCTR"] = (table["VCDUCTR"] - 4 * d_vcductr) % MAX_VCDU
table["IMG_TIME"] = table["TIME"] - 1.025 * d_vcductr
Expand Down

0 comments on commit 7d6ac4d

Please sign in to comment.