GithubHelp home page GithubHelp logo

i4ds / ecallisto_ng Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 85.73 MB

Ecallisto NG is a comprehensive Python package tailored for interacting with Ecallisto data.

License: MIT License

Jupyter Notebook 99.52% Python 0.48% Shell 0.01%
ecallisto

ecallisto_ng's People

Contributors

gabrieltorresgamez avatar kenfus avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

anawas

ecallisto_ng's Issues

New database format

For 90% of instruments and measurements, the current database schema works fine. However, for the remaining 10%, the number of frequencies are changed too often and thus too many columns are being created.

Another method would be to:

  • Change all the column names to freq_1, freq_2, .., freq_n
  • Add another column called frequencies, which contains an int
  • Create another table, containing an array with the frequencies and the int, corresponding to a measurement and it's frequencies
  • Each time a new measurement is added, we check if this range of frequencies exists. If not, increment the int by one and add it as an array.

Example:
|frequencies|freq_id|
|[1,2,3,4,5]|1|

Main table:
|freq_1|freq_2|..|freq_192|freq_id|
1|7|..|3|1

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.