Skip to content

Commit f48b50a

Browse files
authored
Merge pull request #185 from transientskp/Fix_174
Fix 174
2 parents 40396a4 + 7c6a0ae commit f48b50a

1 file changed

Lines changed: 85 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: PySE
6+
message: The Python Source Extractor
7+
type: software
8+
authors:
9+
- given-names: Hanno
10+
family-names: Spreeuw
11+
email: h.spreeuw@esciencecenter.nl
12+
affiliation: The Netherlands eScience Center
13+
orcid: 'https://orcid.org/0000-0002-5057-0322'
14+
- orcid: 'https://orcid.org/0000-0001-9445-1846'
15+
given-names: John
16+
family-names: Swinbank
17+
email: john@swinbank.org
18+
affiliation: ASTRON
19+
- given-names: Gijs
20+
family-names: Molenaar
21+
email: gijsmolenaar@gmail.com
22+
affiliation: 'http://pythonic.nl'
23+
orcid: 'https://orcid.org/0000-0002-6136-3724'
24+
- given-names: Tim
25+
family-names: Staley
26+
email: tim.staley@physics.ox.ac.uk
27+
orcid: 'https://orcid.org/0000-0002-4474-5253'
28+
affiliation: University of Oxford
29+
- given-names: Antonia
30+
family-names: Rowlinson
31+
email: B.A.Rowlinson@uva.nl
32+
affiliation: University of Amsterdam
33+
orcid: 'https://orcid.org/0000-0002-1195-7022'
34+
- given-names: Suvayu
35+
family-names: Ali
36+
email: s.ali@esciencecenter.nl
37+
affiliation: The Netherlands eScience Center
38+
- given-names: Timo
39+
family-names: Millenaar
40+
email: millenaar@astron.nl
41+
affiliation: ASTRON
42+
orcid: 'https://orcid.org/0009-0006-3600-0477'
43+
- given-names: John
44+
family-names: Sanders
45+
identifiers:
46+
- type: doi
47+
value: 10.1016/j.ascom.2015.03.002
48+
description: ' The LOFAR Transients Pipeline '
49+
- type: url
50+
value: 'http://ascl.net/1412.011'
51+
description: ASCL Code Record
52+
- type: url
53+
value: 'https://ascl.net/1805.026'
54+
description: >-
55+
PySE: Python Source Extractor for radio astronomical
56+
images
57+
- type: doi
58+
value: 10.1016/j.ascom.2018.02.003
59+
description: >-
60+
PySE: Software for extracting sources from radio
61+
images
62+
repository-code: 'https://github.com/transientskp/pyse'
63+
url: 'https://docs.transientskp.org/'
64+
repository: 'https://pyse.readthedocs.io/en/stable/'
65+
abstract: >-
66+
PySE - Python Source Extractor - is a software package for
67+
finding and measuring sources in astronomical maps. The
68+
software was designed to extract sources from images from
69+
aperture synthesis observations, but can be used with
70+
images from single-dish telescopes as well.
71+
keywords:
72+
- Astronomy
73+
- Source extraction
74+
- Transient detection
75+
- Image processing
76+
license: BSD-2-Clause
77+
commit: d0d209ae9f6a0cf4c9a15bfc93b57017b10ee4a9
78+
version: 'v0.6.0 '
79+
date-released: '2025-11-05'
80+
preferred-citation:
81+
authors:
82+
- family-names: Spreeuw, Swinbank, Molenaar, Staley, Rol, Sanders, Scheers, Kuiack
83+
title: "PySE: Python Source Extractor for radio astronomical images "
84+
url: https://ascl.net/1805.026
85+
type: software

0 commit comments

Comments
 (0)