Giter VIP home page Giter VIP logo

phoenix-helpers's Introduction

Phoenix Helpers

This repository includes helpers for the Phoenix project.

checkers

event-file-checker

This python module allows to check that an event file follows properly the phoenix syntax for event files. In order to check file myfile.json from the command line, just say

python event_file_checker.py myfile.json

In order to use the APi directly, write :

import json
import event_file_checker

json_file = open("myfile.json")
topJson = json.load(json_file)
event_file_checker.check(topJson)

scripts

api-read-file

to be completed

phoenix-helpers's People

Contributors

9inpachi avatar edwardmoyse avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sponce

phoenix-helpers's Issues

Weird observations concerning loading times

I'm oberving the following delays when I'm loading LHCb data running a server and the client on my local (old and crappy) box :

  • total loading time (events + geometry) : 40s
  • event appears after 3s
  • if I do not display any event, loading time of the geometry is 12s
    I find it quite inconsistent. 3+12 != 40, with a good margin. Do you understand what's going on ? Can we improve ?

Be able to load zipped version of event/geometry files

The gain in size is typically around a factor 10, so for a web based application, it would make sense to be able to use zipped versions of our data files, both for events and geometry. Now I had a look at the code, and the thressjs GLTFLoader does not seem to support it natively, so we would have to write it ourselves

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.