Ankit Khushwaha

Results 51 comments of Ankit Khushwaha

@matteobachetti in the [first commit](https://github.com/StingraySoftware/stingray/pull/889/commits/e344d8073bd63e80a152575b66b6ceb4137a6599). Function `GeneralizedLorentz1D, SmoothBrokenPowerLaw` was returning the jacobian and function output as tuple. that's why some test are falling. these test are fixed now. TODO: I...

Hey @matteobachetti, mostly this pr is ready to be reviewed, could you review this. more tests needs to added that i will add in upcoming commits.

Hey @matteobachetti , all TODO are completed. you can take a look at it. Thanks!

I think custom energy bins input should be like `(7,15,34,50,100) ` format. i have one question should we give this input at initializing `Timeseries`, or define a new function for...

Hey @Sudarshan-21 , thanks for the pr. But can u write a concise detail about the bugfix. It looks like u have use LLMs to write the description. Please see...

@nabobalis This code is working as intended , i think this closes the issue ``` import astropy.units as u import sunpy.map from sunpy.data.sample import AIA_171_IMAGE aia = sunpy.map.Map(AIA_171_IMAGE) aia *...

hey @starfleetjames , since the `aia_map` has `DN` unit . warning raised when map is divided by `u.DN` and unit becomes None. thats why warning is raised. for example ```...

i have added the required tests for this pr. will add more tests in upcoming commits. i have added a processed version of [file](https://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/bursts/2021/bn210117458/current/glg_tte_n0_bn210117458_v00.fit). now having size of 80 kb....