star-line

Structure for accelerating line importance sampling
git clone git://git.meso-star.fr/star-line.git
Log | Files | Refs | README | LICENSE

README.md (747B)


      1 # Star-Line
      2 
      3 Build an acceleration structure to speed up line importance sampling.
      4 
      5 ## Requirements
      6 
      7 - C compiler (C99)
      8 - POSIX make
      9 - pkg-config
     10 - Line By Line Utils
     11 - RSys
     12 - Star HITRAN
     13 - Star SamPling
     14 - Star BlackBody
     15 
     16 ## Installation
     17 
     18 Edit config.mk as needed, then run:
     19 
     20     make clean install
     21 
     22 ## Copyright notice
     23 
     24 Copyright (C) 2022, 2026 |Méso|Star> (<contact@meso-star.com>)  
     25 Copyright (C) 2026 Université de Lorraine  
     26 Copyright (C) 2022 Centre National de la Recherche Scientifique  
     27 Copyright (C) 2022 Université Paul Sabatier
     28 
     29 ## License
     30 
     31 Star-Line is free software released under the GPL v3+ license: GNU GPL
     32 version 3 or later. You are welcome to redistribute it under certain
     33 conditions; refer to the COPYING file for details.