Coder Social home page Coder Social logo

Comments (3)

cdeil avatar cdeil commented on June 28, 2024

The layout and font is the one from the CTA poster template. It's used by most CTA posters. I'm not a fan, but for this poster would suggest we get with the program and keep their layout / fonts.

Agree that text should be reduced a bit and Figure sizes increased. I'll have a look, but concrete suggestions what to shorten or remove are welcome of course.

from icrc2017-gammapy-poster.

lmohrmann avatar lmohrmann commented on June 28, 2024

Suggestion for the "Behind the scenes..." section:

Figure 2 shows a Gammapy code example that generates a counts image from an event list. The remarkable point here is that all data are stored in Numpy arrays and processed efficiently via calls into existing C extensions in Numpy and Astropy. For instance, in the example, the EventList and SkyImage objects store coordinates and pixel data as Numpy arrays, respectively. Data processing routines such as image.fill(events) are based on Numpy histograms and calls into the CFITSIO and WCSLib C libraries. Should the case occur that an algorithm cannot be efficiently implemented in pure Python, a small C extension can be added (using e.g. Cython).

from icrc2017-gammapy-poster.

cdeil avatar cdeil commented on June 28, 2024

Here's a new draft for the poster:
https://github.com/gammapy/icrc2017-gammapy-poster/blob/master/poster/icrc2017-gammapy-poster-v2.pdf

@lmohrmann - Thanks for the feedback and the text proposal above.

I'm closing this issue now, let's continue the discussion on the poster in #5 .

from icrc2017-gammapy-poster.

Related Issues (8)

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.