Giter Site home page Giter Site logo

snews2 / lightcurve_match Goto Github PK

View Code? Open in Web Editor NEW
0.0 8.0 1.0 51 KB

Supplementary materials for "Combining neutrino experimental light-curves for pointing to the next Galactic Core-Collapse Supernova"

Makefile 12.51% C++ 54.96% Shell 5.03% Python 27.50%

lightcurve_match's Introduction

Supplementary materials for "Combining neutrino experimental light-curves for pointing to the next Galactic Core-Collapse Supernova"

Authors: A. Coleiro, D. Dornic, M. Colomer Molla, M. Lincetto, V. Kulikovskiy

Content

  • Makefile runs all analyses codes with make -j N... takes about 1--2 hours with 4 cores (N=4).
  • det.csv data file with simplified detector characteristics which are used in the simulation and matching codes
  • simulation detected neutrino light curve simulation codes (README.md there for more details)
  • matching chi-square and cross-correlation matching codes (README.md there for more details)
    • for printing the results after make one can use a bash loop:
    for i in `ls log*`; do echo $i; cat $i | grep "^Mean"; done
  • skymap HEALPix skymap creation code and error box area calculation (README.md there for more details)
    • for the code ready-to use matching code that takes two txt files with histograms see getdelay.cc

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.