-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from wmo-im/FT2023-2-editorial-fixes-for-issu…
…e-197 FT2023-2 editorial fixes for issue #197
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Title_en,SubTitle_en,CodeFlag,Value,MeaningParameterDescription_en,Note_en,noteIDs,UnitComments_en,Status | ||
HEALPix scanning mode,,1,0,"Points scan in +i direction, i.e. from North to South",,,,Operational | ||
HEALPix scanning mode,,1,1,"Points scan in -i direction, i.e. from South to North",,,,Operational | ||
HEALPix scanning mode,,2,0,"Points scan in +j direction, i.e. from West to East",,,,Operational | ||
HEALPix scanning mode,,2,1,"Points scan in -j direction, i.e. from East to West",,,,Operational | ||
HEALPix scanning mode,,3,0,Adjacent points in i direction are consecutive,,,,Operational | ||
HEALPix scanning mode,,3,1,Adjacent points in j direction are consecutive,,,,Operational | ||
HEALPix scanning mode,,1,0,"Points scan in +i (+x) direction",,,,Operational | ||
HEALPix scanning mode,,1,1,"Points scan in -i (-x) direction",,,,Operational | ||
HEALPix scanning mode,,2,0,"Points scan in -j (-y) direction",,,,Operational | ||
HEALPix scanning mode,,2,1,"Points scan in +j (+y) direction",,,,Operational | ||
HEALPix scanning mode,,3,0,Adjacent points in i (x) direction are consecutive,,,,Operational | ||
HEALPix scanning mode,,3,1,Adjacent points in j (y) direction are consecutive,,,,Operational | ||
HEALPix scanning mode,,4-8,,Reserved,,,,Operational |
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