Open GUI for GNU Gama #4
Replies: 13 comments
-
Hi @cepek . I sent you a letter to [email protected] with the text:
But I’m not sure that it has reached you. Waiting for an answer. |
Beta Was this translation helpful? Give feedback.
-
Hi @звездочёт |
Beta Was this translation helpful? Give feedback.
-
What do you miss in GeoEasy to be full-flagged? |
Beta Was this translation helpful? Give feedback.
-
Hi, @cepek . I saw the gama-q2 project, but I could not run it either under WINE or under WIN10. Unlike FreeAdjust. Hi @zsiki . In order to understand the differences in use, you need to familiarize yourself with how FreeAdjust works (from the link in the first post). PS: I apologize for the long silence. My git web interface was blocked. |
Beta Was this translation helpful? Give feedback.
-
Hi @cepek . |
Beta Was this translation helpful? Give feedback.
-
Hi @zsiki . |
Beta Was this translation helpful? Give feedback.
-
Resolved: https://github.com/Geo-Linux-Calculations/GeoEasy/releases/tag/3.1.4-gama |
Beta Was this translation helpful? Give feedback.
-
Congratulations! I am impressed.
By the way, we are (me and Petra) working on a new version of Qt based GUI
for gama, I am considering internationalization and I would love to start
with Russian. But before we must finish the next release. Let me know if
you are possibly interested
Aleš
…On Wed, 17 Feb 2021 at 21:01, звездочёт ***@***.***> wrote:
Resolved:
https://github.com/Geo-Linux-Calculations/GeoEasy/releases/tag/3.1.4-gama
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/orgs/Geo-Linux-Calculations/teams/gama-gui/discussions/1/comments/7>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVNT3Y5CFFGCAYHSYHHGQ3S7QOBNANCNFSM4ODJK6EQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi @cepek . The https://github.com/cepek/qgama21 I've seen. The resulting solution for In https://github.com/Geo-Linux-Calculations/gnu-gama-g3 I have posted a few edits with an example from https://geodesist.ru/threads/gnu-gama.86414/page-4#post-993952 . The same example used at https://github.com/Geo-Linux-Calculations/adjust . These edits did not complete this component, but at least made it workable. |
Beta Was this translation helpful? Give feedback.
-
Hi @cepek . Interested in the possibility of bringing the zenith angles to the middle of the line along the average radius of the Earth: #define defREarth 6370009.0
double atmospheric = 0.0, RE = defREarth;
z -= (RE > 0.0) ? (L * sin(z) * 0.5 / RE * (1.0 - atmospheric)) : 0.0; Is there such or similar mechanism in
|
Beta Was this translation helpful? Give feedback.
-
Hi @cepek . Mode "Find error" for gama-local? Some programs have the ability to completely enumerate options for disabling one measurement and outputting an estimate of the unit of weight without this measurement. Gama-local has a partial output of this. But I would like to have a complete conclusion. |
Beta Was this translation helpful? Give feedback.
-
I am not sure if I understand what you mean by "a complete conclusion",
see https://www.gnu.org/software/gama/manual/gama.html section 5.4 (Test
on the reference standard deviation) equation 6. Gama-local is a command
line tool, if you want to experiment with the adjustment interactively
(removing one or more observations etc.), there is qgama project.
a.
…On Fri, 3 Jun 2022 at 14:59, звездочёт ***@***.***> wrote:
Hi @cepek <https://github.com/cepek> .
Mode "Find error" for gama-local?
Some programs have the ability to completely enumerate options for
disabling one measurement and outputting an estimate of the unit of weight
without this measurement. Gama-local has a partial output of this. But I
would like to have a complete conclusion.
—
Reply to this email directly, view it on GitHub
<https://github.com/orgs/Geo-Linux-Calculations/teams/gama-gui/discussions/1/comments/11>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVNT357DJW3GLF6CLCMXP3VNH6PXANCNFSM4ODJK6EQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @cepek . Here is an example of the output of "Error Search" in RGS:
Direction ST1-M5 is the first error. |
Beta Was this translation helpful? Give feedback.
-
Under Windows, there is a good GUI for the GNU Gama: https://geodesist.ru/posts/833297 (https://yadi.sk/d/wZ4_p6WgMUiMkQ). But it is without open source.
GeoEasy is partly a GUI to the GNU Gama. But only partially.
❓ Maybe you should try to make a full-fledged open GUI to GNU Gama?
Beta Was this translation helpful? Give feedback.
All reactions