Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KStars
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Robert Lancaster
KStars
Commits
15ba3c90
Commit
15ba3c90
authored
Oct 16, 2020
by
Robert Lancaster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing online file path. Renaming some combo box items
parent
b3903b79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
kstars/ekos/align/align.cpp
kstars/ekos/align/align.cpp
+1
-0
kstars/ekos/align/opsalign.ui
kstars/ekos/align/opsalign.ui
+4
-4
No files found.
kstars/ekos/align/align.cpp
View file @
15ba3c90
...
...
@@ -3269,6 +3269,7 @@ void Align::startSolving()
if
(
type
==
SSolver
::
SOLVER_ONLINEASTROMETRY
)
{
m_StellarSolver
->
setProperty
(
"FileToProcess"
,
m_FileToSolve
);
m_StellarSolver
->
setProperty
(
"AstrometryAPIKey"
,
Options
::
astrometryAPIKey
());
m_StellarSolver
->
setProperty
(
"AstrometryAPIURL"
,
Options
::
astrometryAPIURL
());
}
...
...
kstars/ekos/align/opsalign.ui
View file @
15ba3c90
...
...
@@ -44,7 +44,7 @@
</size>
</property>
<property
name=
"text"
>
<string>
S
tar
Extraction Method
</string>
<string>
S
ource
Extraction Method
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
...
...
@@ -63,12 +63,12 @@
</item>
<item>
<property
name=
"text"
>
<string>
External S
e
xtractor
</string>
<string>
External S
E
xtractor
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
BuiltIn
Star Extraction
</string>
<string>
BuiltIn
method for solver
</string>
</property>
</item>
</widget>
...
...
@@ -80,7 +80,7 @@
</property>
<item>
<property
name=
"text"
>
<string>
Stellar
Solver
</string>
<string>
Internal
Solver
</string>
</property>
</item>
<item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment