Skip to content

Commit 5601454

Browse files
committed
Header modified for XMM
1 parent 7bcf66d commit 5601454

File tree

8 files changed

+28
-33
lines changed

8 files changed

+28
-33
lines changed

astroquery/esa/xmm_newton/__init__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
"""
2-
3-
@author: Elena Colomo
4-
2+
===============
3+
XMM-Newton Init
4+
===============
55
66
European Space Astronomy Centre (ESAC)
77
European Space Agency (ESA)
88
9-
Created on 3 Sept. 2019
10-
119
"""
1210

1311
from astropy import config as _config

astroquery/esa/xmm_newton/core.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
"""
3-
4-
@author: Elena Colomo
5-
3+
============================
4+
XMM-Newton Astroquery Module
5+
============================
66
77
European Space Astronomy Centre (ESAC)
88
European Space Agency (ESA)
99
10-
Created on 3 Sept 2019
11-
12-
1310
"""
1411
import re
1512
import shutil
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
"""
3-
4-
@author: Elena Colomo
5-
3+
====================
4+
XMM-Newton Test Init
5+
====================
66
77
European Space Astronomy Centre (ESAC)
88
European Space Agency (ESA)
99
10-
Created on 4 Sept. 2019
1110
"""

astroquery/esa/xmm_newton/tests/dummy_handler.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
"""
2-
3-
@author: Elena Colomo
4-
2+
===================
3+
eJWST Dummy Handler
4+
===================
55
66
European Space Astronomy Centre (ESAC)
77
European Space Agency (ESA)
88
9-
Created on 4 Sept. 2019
109
"""
1110

1211

astroquery/esa/xmm_newton/tests/dummy_tap_handler.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
"""
3-
4-
@author: Elena Colomo
5-
3+
============================
4+
XMM-Newton Dummy Tap Handler
5+
============================
66
77
European Space Astronomy Centre (ESAC)
88
European Space Agency (ESA)
99
10-
Created on 4 Sept. 2019
1110
"""
1211

1312
from ....utils.tap.model.taptable import TapTableMeta

astroquery/esa/xmm_newton/tests/setup_package.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
"""
3-
4-
@author: Elena Colomo
5-
3+
========================
4+
XMM-Newton Setup Package
5+
========================
66
77
European Space Astronomy Centre (ESAC)
88
European Space Agency (ESA)
99
10-
Created on 4 Sept. 2019
1110
"""
1211

1312

astroquery/esa/xmm_newton/tests/test_xmm_newton.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
"""
3-
@author: Elena Colomo
4-
3+
====================
4+
XMM-Newton Tap Tests
5+
====================
6+
57
European Space Astronomy Centre (ESAC)
68
European Space Agency (ESA)
7-
Created on 4 Sept. 2019
9+
810
"""
911
import errno
1012
import os

astroquery/esa/xmm_newton/tests/test_xmm_newton_remote.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
"""
3-
@author: Elena Colomo
4-
3+
=======================
4+
XMM-Newton Remote Tests
5+
=======================
6+
57
European Space Astronomy Centre (ESAC)
68
European Space Agency (ESA)
7-
Created on 4 Sept. 2019
9+
810
"""
911

1012
import pytest

0 commit comments

Comments
 (0)