-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong column selections in rotsmoother (#6795)
* Fix wrong column selections in rotsmoother Per documentation, input format shall be lon, lat, time, angle, [weight], but code flipped time and angle. It also did not allow a single time (since rotations usually correspond to an interval). Now, if -T<single_t> is used we include all rotations in the calculation of a single rotation. * Update rotsmoother.c Fix index of last rotation outside group and also give message if not enough rotations found for a group.
- Loading branch information
1 parent
0c51d2f
commit 21b1b9c
Showing
2 changed files
with
43 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters