Pierre Maxted

Results 12 issues of Pierre Maxted

#### Problem description PLD correction of K2 short-cadence data produces a Bus error #### Example ```python >>> import lightkurve as lk >>> search_result = lk.search_targetpixelfile("EPIC 248662696",mission='K2', ... exptime='short') >>> tpf...

bug

OPTIMAL aperture removed in DRP14. See DRP report for further information.

Add Widely Applicable Information Criterion to output of emcee(?) fits

Is there some way to automatically generate print a caption for the plots?

(isochrones) [RE315:~] pflm% nosetests isochrones /Users/pflm/miniconda3/envs/isochrones/lib/python3.9/site-packages/isochrones/tests/test_fits.py:6: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead. from pandas.util.testing import assert_frame_equal

conda version 4.6.14 running on CentOS ... Python 3.7.3 [GCC 7.3.0] :: Anaconda, Inc. on linux ====================================================================== FAIL: isochrones.tests.test_likelihood.test_compare_spec ---------------------------------------------------------------------- Traceback (most recent call last): File "/indus/pflm/anaconda3/envs/isochrones/lib/python3.7/site-packages/nose/case.py", line 197, in...

.. for consistency with keyword argument names in tpf.plot(), for example.

If SAP_FLUX data are downloaded and saved as a FITS file then re-loading the data using lk.io.read() assigns the incorrect value to lc.meta['FLUX_ORIGIN'] #### Example ```python >>> import lightkurve as...

:bug: bug

#### Problem description I tried to use the `extra_data` option in `to_fits()` to add some information to the FITS header, but it seems to not do anything. #### Example ```python...

``` In [1]: from pycheops.core import setup_config --------------------------------------------------------------------------- KeyError Traceback (most recent call last) File /opt/anaconda3/envs/cheops/lib/python3.9/site-packages/pycheops/__init__.py:55 54 try: ---> 55 psf_path = path.join(data_path, config['psf_file']['psf_file']) 56 except KeyError: File /opt/anaconda3/envs/cheops/lib/python3.9/configparser.py:963, in...