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 post-installation setup for metadata and prefect server

    init-meersolar-setup --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 🎉. Read the Directory Structure and Data Products section to understand how to find final images.

  1. To see all running MeerSOLAR jobs

    show-meersolar-status --show
    
  2. To see prefect dashboard, if prefect server is running:

    run-meer-meerlogger
    
  3. If prefect dashboard is not showing logs, use local log of any job using the <jobid>:

    run-meer-meerlogger --jobid <jobid>
    
  4. If prefect dashboard is running, to see local log of any job using the <jobid>:

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