Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Rugged
Commits
68d5a2ad
Commit
68d5a2ad
authored
10 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
typo.
parent
28c24ec2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java
+1
-1
1 addition, 1 deletion
.../orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java
with
1 addition
and
1 deletion
core/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java
+
1
−
1
View file @
68d5a2ad
...
@@ -30,7 +30,7 @@ import org.orekit.rugged.raster.SimpleTile;
...
@@ -30,7 +30,7 @@ import org.orekit.rugged.raster.SimpleTile;
* Level n-1, which is the deepest one, is computed from the raw pixels by
* Level n-1, which is the deepest one, is computed from the raw pixels by
* merging adjacent pixels pairs columns (i.e. pixels at indices (i, 2j)
* merging adjacent pixels pairs columns (i.e. pixels at indices (i, 2j)
* and (i, 2j+1) are merged together by computing and storing the minimum
* and (i, 2j+1) are merged together by computing and storing the minimum
* and maxium in a sub-tile. Level n-1 therefore has the same number of rows
* and maxi
m
um in a sub-tile. Level n-1 therefore has the same number of rows
* but half the number of columns of the raw tile, and its sub-tiles are
* but half the number of columns of the raw tile, and its sub-tiles are
* 1 pixel high and 2 pixels wide. Level n-2 is computed from level n-1 by
* 1 pixel high and 2 pixels wide. Level n-2 is computed from level n-1 by
* merging sub-tiles rows. Level n-2 therefore has half the number of rows
* merging sub-tiles rows. Level n-2 therefore has half the number of rows
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment