Sebastián Zúñiga-Fernández
Sebastián Zúñiga-Fernández
I got the error message AttributeError: 'singleModeFibre' object has no attribute 'residual'
Hi @MNGuenther I found in celerite2 a term that can be used for stellar rotation, and indeed is a combination of two SHO terms that maybe can be integrated in...
Some features that I miss from prose 2 are the one included in the obs object like: Comparison stars and Systematics. Or the summary, specially the obs.plot_radial_psf part (lower left...
First attempt to satellite trace detection using prose: ```python from prose import Sequence, blocks SatDetection = Sequence([ blocks.detection.AutoSourceDetection(), # source detection blocks.Get('sources', 'path') ]) SatDetection.run(fm.all_images) from prose.core.source import TraceSource traces...
New version of LEO detection sequence: ```python # LEO detection sequence SatDetection = Sequence([ #blocks.detection.AutoSourceDetection(minor_length=200), # source detection blocks.detection.TraceDetection(minor_length=200), # source detection blocks.Get( "sources", "fov", "filter", jd=lambda im: im.fits_header[im.telescope.keyword_jd], #...
Hi Max, I have different error but in the same function, allesfitter is installed in a clean environment dedicated to run allesfitter (version 1.2.10). Do you have any idea wht...