Giter VIP home page Giter VIP logo

phdlogview's People

Contributors

agalasso avatar rkaczorek avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

phdlogview's Issues

add option to exclude RESUME/PAUSE events

Hi,

Is it possible to exclude the time frame while the server received a PAUSE and its corresponding RESUME? That would exclude from statistics the corrections issued to recover star position.

Regards.

give a clear error message when asked to open a debug log

sometimes users do not realize that they are trying to open a phd2 debug log instead of a guide log
currently the app just displays empty output -- it would be better if it displayed a clear message directing the user about what went wrong

wxstring issue on newer compilers

compiling logparser.cpp on my openSUSE Tumbleweed (gcc 8.2.1) gave an error regarding a wxString->char* conversion, which I could resolve with this patch:

diff --git a/logparser.cpp b/logparser.cpp
index a5f6dc5..3c28801 100644
--- a/logparser.cpp
+++ b/logparser.cpp
@@ -279,7 +279,7 @@ inline static void GetDbl(const wxString& ln, const wxString& key, double *d, do
     if (pos != wxString::npos)
     {
         wxString s = ln.substr(pos + key.length());
-        toDouble(s, d, dflt);
+        toDouble(s.mb_str(), d, dflt);^M
     }
     else
         *d = dflt;

Linux - Decimal separator

I use latest build of phdlogview for ubuntu from https://launchpad.net/~pch/+archive/ubuntu/phd2. I have set comma as decimal separator in the OS. In logs from PHD, there is used decimal point. The phdlogview doesn't show the guiding graph correctly. The values of position offsets are rounded down (only integer part of the values) - see an image.
obrázok

I think that the program use decimal separator of OS. Because when I change it, the graph was correct. So, my advice is to use a dot as decimal separator permanently in phdlogview and not the system one.

Error: This project file is out of date. Update your .fbp before using --generate

Hi,

I am trying to build from source on a linux Debian bookworm box.

I followed https://github.com/agalasso/phdlogview/wiki.

At the last step, I get:

cmake --build . [ 14%] Generating LogViewFrameBase.cpp, LogViewFrameBase.h

18:06:52: Error: This project file is out of date. Update your .fbp before using --generate

18:06:52: Error: Unable to load project: /home/me/sources/phdlogview/phdlogview.fbp

gmake[2]: *** [CMakeFiles/phdlogview.dir/build.make:74 : LogViewFrameBase.cpp] Erreur 6

gmake[1]: *** [CMakeFiles/Makefile2:82 : CMakeFiles/phdlogview.dir/all] Erreur 2

gmake: *** [Makefile:136 : all] Erreur 2

I failed to find anything helpful on the Net.

Any idea to solve the problem?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.