Ankit Khushwaha
Ankit Khushwaha
fixes #614 i have changed my approach to read fermi-gbm data. instead of creating separate function to read fermi-gbm flies, i have made required changes in Eventlist.read to support them...
WIP fixes #916 this pr may have conflict with #909 in future , i dont think this would cause much issue.
Earlier the sidebar in docs scrolls with content and classes texts are being cropped. This pr fixes this issue allowing sidebar to scroll independently and if text are too long,...
fixes issues #911, #916 Implemented all the required changes.
TODO: - [x] added the `GeneralizedLorentz1D` and `SmoothBrokenPowerLaw`, to `stingray.simulator.models`. - [x] added test for new classes - [x] added changelog i have confirmed that jacobian for function with respect...
### Description of the Issue As mentioned by @dhuppenkothen in [comment](https://github.com/StingraySoftware/stingray/pull/909#discussion_r2034456749), it would be nice addition to add explanation in the docs which methods support which statistical distributions (e.g., Poisson,...
## PR Description fixes #7193 - [x] this pr raises a warning when coordinate obstime is not equal to observer obstime - [x] Add tests
## PR Description fixes #7161 - deprecated `sunpy.physics.solar_rotate_coordinate` and `sunpy.physics.differential_rotate` - added tests for deprecation - moved `solar_rotate_coordinate()` to `sunpy.coordinates.utils` as `solar_coordinate_rotation` - moved `differential_rotate()` to `sunpy.map.maputils` as `diff_rotation` -...
fixes #6424 we can now slice the timeseries ``` import sunpy.timeseries import sunpy.data.sample goes_xrs = sunpy.timeseries.TimeSeries(sunpy.data.sample.GOES_XRS_TIMESERIES) goes_xrs[row_slicer, col_slicer] col_slicer -> str, list of str, slice obj row_slicer -> int ,...
## PR Description This fixes [#7914](https://github.com/sunpy/sunpy/issues/7914) currently sunpy.timeseries.TimeSeries.truncate(TimeRange) works only for TimeRange within sunpy.timeseries.TimeSeries But fails for any TimeRange ouside of it. So i have added support for sunpy.timeseries.TimeSeries.truncate to...