pycheops icon indicating copy to clipboard operation
pycheops copied to clipboard

Python module for the analysis of light curves from the ESA Cheops mission

Results 14 pycheops issues
Sort by recently updated
recently updated
newest added

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

``` 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...

Hi, I'm facing an issue when plotting the detrended flux from lmfit (plot_lmfit, with detrend=True), where it gives an incorrect plot. However, with detrend=False, the plot doesn't have any issues....