Skip to content

dimicorn/jet_garden

Repository files navigation

Jet Garden

Prerequisites

Installation of task (not necessary, but recommended)

curl -sL https://taskfile.dev/install.sh | sh

Installation

With task

task install

Without task

Create a virtual environment using uv venv or python3 -m venv .venv, or any other prefered way.

To install dependencies:

uv sync --frozen

or

pip install -r requirements.txt

Run

To run a config.yaml is needed:

fits_path: /path/to/astrogeo
db:
  host: host_name
  dbname: database_name
  user: user_name
  psswd: user_password

About

Astrogeo VLBI dataset AGN map classifier

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages