Add solver profile to script engine

This commit is contained in:
2024-12-27 23:20:51 +01:00
parent a86c100e69
commit 236f66ed2f
4 changed files with 62 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ public:
bool updateHeader(QString &error);
void setParameters(SSolver::Parameters::ParametersProfile profile);
void setParameters(const SSolver::Parameters &parameters);
SSolver::Parameters getProfile() const;
void setSearchScale(double fovLow, double fowHigh, ScaleUnits units);
void setSearchPosition(double ra, double dec);
void clearStartingPositionAndScale();