Quickstart

MeerSOLAR is distributed on PyPI. To use it:

  1. Create conda environment with python 3.10

    conda create -n meersolar_env python=3.10
    conda activate meersolar_env
    
  2. Install MeerSOLAR in conda environment

    pip install meersolar
    
  3. Initiate necessary metadata

    init-meersolar-data --init
    
  4. Run MeerSOLAR pipeline

    run-meer-meersolar <path of measurement set> --workdir <path of work directory> --outdir <path of output products directory>
    

That’s all. You started MeerSOLAR pipeline for analysing your MeerKAT solar observation 🎉.

  1. To see all running MeerSOLAR jobs

    show-meersolar-status --show
    
  2. To see local log of any job using the <jobid>

    run-meer-meerlogger --jobid <jobid>
    
  3. Output products will be saved in : <path of output products directory>.