Skip to content

Commit c454563

Browse files
committed
New repo with updated toml
1 parent a8386be commit c454563

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ __pycache__
1919
assets
2020
build
2121
dist
22-
lofar_vlbi_pipeline.egg-info
22+
lofar_vlbi_plot.egg-info

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
# LOFAR-VLBI/plot_field
2+
13

24
This repository now contains only the preparatory script for generating the required catalogues for running PILOT (https://github.com/LOFAR-VLBI/pilot)
35

6+
The script can be installed by:
7+
```bash
8+
pip install lofar-vlbi-plot
9+
10+
# Run directly
11+
uvx lofar-vlbi-plot --RA 0.234 --DEC 32.234
12+
```
413

5-
**The genericpipeline version is no longer supported but can be found at:** https://github.com/lmorabit/lofar-vlbi
614

715

816

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
2-
name = "lofar-vlbi-pipeline"
2+
name = "lofar-vlbi-plot"
33
authors = [
44
{name = "James Petley"},
55
{name = "Frits Sweijen"},
66
{name = "Leah Morabito"}
77
]
8-
version = "2025.12.2"
9-
description = "lofar-vlbi-pipeline containing the cli tool plot_field"
8+
version = "2025.12.3"
9+
description = "Repository containing the cli tool for LOFAR-VLBI plot_field"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
dependencies = [
@@ -23,7 +23,7 @@ license = "GPL-3.0-or-later"
2323
keywords = ["radio", "astronomy", "VLBI", "LOFAR"]
2424

2525
[project.urls]
26-
Repository="https://github.com/LOFAR-VLBI/lofar-vlbi-pipeline"
26+
Repository="https://github.com/LOFAR-VLBI/plot_field"
2727

2828
[tool.setuptools]
2929
include-package-data = true

0 commit comments

Comments
 (0)