Andrés Gúrpide Lasheras

Results 7 issues of Andrés Gúrpide Lasheras

I believe the `coord` function inside mpdaf.obj.coords is a bit of confusing at the moment. First, there's the `spaxel` keyword, whose purpose is not documented, but my impression that if...

`cube = Cube("whatever_cube.fits"); cube.wcs.coord(unit=None) ` array([[-66.49549886, -66.49549888, -66.4954989 , ..., -66.49549887, -66.49549886, -66.49549884], [-66.4954433 , -66.49544332, -66.49544334, ..., -66.49544332, -66.4954433 , -66.49544328], [-66.49538775, -66.49538777, -66.49538779, ..., -66.49538776, -66.49538774, -66.49538773], [-66.47805442,...

### Description of the Bug If a lightcurve with a gti is truncated, tstart and tseg behave inconsistently before and after the truncation. Prior to truncation, both are defined based...

bug
help wanted

### Description of the Bug lc.shift() does not update tstart Lightcurve attribute. If we agree tstart should be defined as times[0] - dt/2 (see #910 ) I can fix try...

bug
help wanted

Fixes #908 #### Provide an overview of the implemented solution or the fix and elaborate on the modifications. I have modified the valid_statistics in lightcurve.py. Instead of the using the...

### Description of the Bug Valid statistics for err_dist are: ``` from stingray.lightcurve import valid_statistics print(valid_statistics) ['poisson', 'gauss', None] ``` But None does not work as methods expect a string...

bug
help wanted

Hello MCMC hammerers, I have a potential theoretical question, a possible bug or some very stupid thing I'm missing. I was investigating what happens when you sample a parameter in...