Metadata-Version: 2.1
Name: lofarSun
Version: 0.2.3
Summary: tools to process the lofar solar data
Home-page: https://github.com/Pjer-zhang/LOFAR_Solar
Author: Peijin
Author-email: pjer1316@gmail.com
License: MIT
Download-URL: https://github.com/Pjer-zhang/LOFAR_Solar/archive/master.zip
Description: # Step by step intall guide
        
        Install lofar-sun-tool from scratch.
        
        ## Install conda
        
        (see anaconda.org)
        
        ## Create virtual enviroment
        
        We recommend creating a standalone python enviroment for a more isolated and stable runtime.
        
        ```bash
        conda create -n lofarsun python=3.8
        ```
        
        Then activate the enviroment:
        
        ```bash
        conda activate lofarsun
        ```
        
        ## Install dependencies
        
        ```bash
        conda install -c conda-forge sunpy==2.0.6 matplotlib jupyterlab opencv scikit scikit-image hdf5 opencv
        ```
        
        note : pip higher priority than conda
        
        ## Install lofarSun
        
        From pip
        
        ```bash
        python -m pip install lofarsun
        ```
        
        From git
        
        ```bash
        git clone https://git.astron.nl/ssw-ksp/lofar-sun-tools.git
        cd lofar-sun-tools/pro/src
        python setup.py install
        ```
        
        ~Enjoy~
        
Keywords: LOFAR,Solar,radio
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
