Code Monkey home page Code Monkey logo

spyview's People

Contributors

akhuettel avatar benschneider avatar feschmidt avatar gsteele13 avatar wakass avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

spyview's Issues

Installation on macOS High Sierra

I attempted to install spyview on macOS High Sierra from source the following way:

cd spyview/source
autoreconf -i
./configure
make

autoreconf -i was required to create the configure bash.
After the above, I got an error about missing constexpr definitions in ./spyview/class.H. This could be solved by changing the indicated instances of const to constexpr as indicated by the error message (thanks to @yausern)
make then gave the following error:

./mypam.h:5:10: fatal error: 'pam.h' file not found
#include <pam.h>

repeating autoreconf -i and ./configure doesn't help. However, pam.h is definitely on system installed via brew install netpbm. My workaround was to copy pam.h and pm.h (about which make complains right after) into ./spyview/

Next error message after make:

spyview.C:687:16: error: no matching literal operator for call to
      'operator""_STF' with arguments of types 'const char *' and
      'unsigned long', and no matching literal operator template
  info("Found "_STF" files\n", filenames.size());
               ^
spyview.C:696:17: error: no matching literal operator for call to
      'operator""_STF' with arguments of types 'const char *' and
      'unsigned long', and no matching literal operator template
  info("Loaded "_STF" color maps from %s.\n",cmapfiles.size(),share_path...
                ^
spyview.C:701:21: error: no matching literal operator for call to
      'operator""_STF' with arguments of types 'const char *' and
      'unsigned long', and no matching literal operator template
      info("Loaded "_STF" color maps from %s.\n",cmapfiles.size(),user_p...
                    ^

I have no idea how to go on from here

Strange behavior when reloading with meta file

(from Mark)
I have a 2D ".dat" file and a ".meta.txt" file. These work fine if I open the file directly using "DAT with meta.txt".
However, if I first load the file using "Gnuplot format" and then try to reload it as "DAT with meta.txt", Spyview uses the Y loop metadata for the X coordinate and the Z loop metadata (which is set to no loop) for the Y range. Therefore it only loads one line (the single Z point) and as many columns as rows were in the original file (The number of Y points). This seems like a bug

As a side note, it appears that, if I load using a meta file, I can not flip through the columns of a file using "3D XSection" and can only do this if I load as "Gnuplot format". Is this intended?

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.