Skip to content

TREND50/skymap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffuse sky radio noise with GSM

  1. Clone this repo & compile gsm + skymap with the provided Makefile as:

    git clone https://github.com/TREND50/skymap
    cd skymap
    make
  2. Tabulate the radio signal as frequency using GSM. See run-gsm.py.

  3. Compute the corresponding antenna noise using the provided effectie area and skymap. See e.g. compute-skymap.py.

The results can be checked with the show-gsm.py and show-skymap.py scripts.