Skip to content

Commit a8f33df

Browse files
jespinosaarsnbianco
authored andcommitted
INTEGRALSWRQ-158: tests and documentation updated
1 parent 41cb47d commit a8f33df

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

astroquery/esa/integral/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ def get_long_term_timeseries(self, target_name, *, instrument=None, band=None, p
506506
'Time', 'Rate (cps)',
507507
f"Long Term Timeseries ({detectors[i]})", error_y=timeseries['ratesError'])
508508

509-
self.__log_warning_message('get_long_term_timeseries', 'download_long_term_timeseries')
510509
return {'source_id': source_id, 'aggregation_value': aggregation_value,
511510
'total_items': total_items, 'aggregation_unit': aggregation_unit,
512511
'detectors': detectors, 'timeseries_list': timeseries_list}
@@ -611,7 +610,6 @@ def get_short_term_timeseries(self, target_name, epoch, instrument=None, band=No
611610
'Time', 'Rate (cps)',
612611
f"Light curve ({detectors[i]})", error_y=timeseries['rates_error'])
613612

614-
self.__log_warning_message('get_short_term_timeseries', 'download_short_term_timeseries')
615613
return {'source_id': source_id, 'total_items': total_items, 'detectors': detectors,
616614
'timeseries_list': timeseries_list}
617615
except ValueError as valueErr:

docs/esa/integral/integral.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,6 @@ This will perform an ADQL search to the Integral database and will return the ou
172172
8. ISLA Explorer
173173
----------------
174174

175-
.. note::
176-
The plots and data provided by the methods in this section have been developed using
177-
the automatic reduction pipeline at ISDC, using INTEGRAL OSA version 11.2. No manual
178-
scientific validation has been performed on these outputs. They should be examined
179-
and validated before being used for scientific purposes. To ensure accuracy and
180-
reliability, please use the methods available in section 9 to download the original
181-
source files directly.
182175

183176
8.1. Retrieving Long-Term Timeseries
184177
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -240,6 +233,13 @@ and can create a plot to visualize the extracted data.
240233
8.3. Retrieving spectra
241234
~~~~~~~~~~~~~~~~~~~~~~~
242235

236+
.. note::
237+
The plots and data provided by this method have been developed using
238+
the automatic reduction pipeline at ISDC, using INTEGRAL OSA version 11.2. No manual
239+
scientific validation has been performed on these outputs. They should be examined
240+
and validated before being used for scientific purposes. To ensure accuracy and
241+
reliability, please use dataset downloaded as described in section 9.3.
242+
243243
Spectral data for a specified target and epoch can be obtained using this method.
244244
Additional parameters enable users to filter results by instrument or energy band,
245245
with the option to generate plots for spectral visualization.
@@ -266,6 +266,13 @@ with the option to generate plots for spectral visualization.
266266
8.4. Retrieving mosaics
267267
~~~~~~~~~~~~~~~~~~~~~~~
268268

269+
.. note::
270+
The plots and data provided by this method have been developed using
271+
the automatic reduction pipeline at ISDC, using INTEGRAL OSA version 11.2. No manual
272+
scientific validation has been performed on these outputs. They should be examined
273+
and validated before being used for scientific purposes. To ensure accuracy and
274+
reliability, please use dataset downloaded as described in section 9.4.
275+
269276
A mosaic image for a specific epoch can be retrieved with this method.
270277
The query can be tailored by selecting an instrument or energy band.
271278
Plots of the mosaic image can also be generated if visualization is required.

0 commit comments

Comments
 (0)