Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
schaapcommon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
schaapcommon
Merge requests
!5
Format faceting files.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Format faceting files.
facet-image
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Maik Nijhuis
requested to merge
facet-image
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
eb90aef4
1 commit,
4 years ago
2 files
+
9
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
include/schaapcommon/facets/ds9facetfile.h
+
3
−
2
Options
@@ -88,7 +88,8 @@ class DS9FacetFile {
/**
* Take a comment as input e.g. text={direction} and retrieves direction.
*/
static
std
::
string
ParseDirection
(
TokenType
type
,
const
std
::
string
&
comment
)
{
static
std
::
string
ParseDirection
(
TokenType
type
,
const
std
::
string
&
comment
)
{
const
std
::
string
classifier
=
"text="
;
std
::
string
dir
=
""
;
@@ -105,7 +106,7 @@ class DS9FacetFile {
return
dir
;
}
private
:
private
:
std
::
vector
<
double
>
ReadNumList
()
{
std
::
vector
<
double
>
vals
;
if
(
Token
()
!=
"("
)
Loading