Skip to content

Commit

Permalink
🔧 Improve debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jun 26, 2023
1 parent c534698 commit 071a88e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ PROGRESS: 45 2.30145 3.36402e-06 2.30
PROGRESS: 46 1.05148 1.53677e-06 1.05148 -54.3123 %
PROGRESS: 47 2.7699e-07 2.5122e-10 2.7699e-07 -100 %

ACTION: Updating the epoch of the fitted TLE guess to match the desired one.
ACTION: Updating the epoch of the fitted TLE to match the desired one.

(TLE: UNDEFINED (Epoch = 2023-03-24T16:28:40.388), [2.5682204663112826 0.5152694462560151 -1.2385529801114805 0.0; 0.5152694462560317 4.6021551786709445 -0.1449556257318217 0.0; ; -1.2385529801114785 -0.14495562573181023 0.999604694355324 0.0; 0.0 0.0 0.0 0.0])
```
Expand Down Expand Up @@ -313,7 +313,7 @@ ACTION: Fitting the TLE.
PROGRESS: 1 8.1461 0.00185857 8.1461 ---
PROGRESS: 2 6.78579e-06 2.29683e-08 6.78583e-06 -99.9999 %

ACTION: Updating the epoch of the fitted TLE guess to match the desired one.
ACTION: Updating the epoch of the fitted TLE to match the desired one.

TLE:
Name : AMAZONIA 1
Expand Down
2 changes: 1 addition & 1 deletion src/tle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function fit_sgp4_tle!(
)

# Update the epoch of the fitted TLE to match the desired one.
verbose && println("$(cy)ACTION:$(cd) Updating the epoch of the fitted TLE guess to match the desired one.")
verbose && println("$(cy)ACTION:$(cd) Updating the epoch of the fitted TLE to match the desired one.")
verbose && println()
tle = update_sgp4_tle_epoch!(sgp4d, tle, mean_elements_epoch; verbose = verbose)

Expand Down

0 comments on commit 071a88e

Please sign in to comment.