Gaurav Joshi

Results 10 comments of Gaurav Joshi

@matteobachetti , I think that a good rule of thumb would be to put the segment_size atleast 16 as then for the default 3bins/Hz, we average on close to 50...

@matteobachetti, I am working on this problem, I have created a class Pulsar_Periodogram that takes in an Event list and a frequency array, calculates the $EF$ and $Z_2$ Statistics for...

Hi, @matteobachetti , I have worked on this problem. I have made the interface object oriented by using using fig, axis in the code instead of plt.plot. Here are some...

There are quite many places where plots are made (bispectrum, lightcurve). We can use object oriented methods there as well in my opinion.

Hi, @matteobachetti , the fix for this issue is just a trivial two line change, but my main issue is whether this is required in the stingray library, or was...

I think the second error is happening in the Nested sampling step (from line [286](https://github.com/StingraySoftware/stingray/blob/main/stingray/modeling/tests/test_gpmodeling.py#L286) to [295](https://github.com/StingraySoftware/stingray/blob/main/stingray/modeling/tests/test_gpmodeling.py#L295) ) of the [test_gpmodeling](https://github.com/StingraySoftware/stingray/blob/main/stingray/modeling/tests/test_gpmodeling.py), as the issue says the leak happens in the...

Hi, mrfh92, I wanted to work on this problem, can you please tell me whether this feature has to be added to /core/linalg/solver.py or with the cholesky matrix in /core/linalg/basics.py.

Hi, I have created a new function triangular_solver in .../solver.py. It takes in A and B as inputs and returns the solution x for Ax = B, also, this function...

@mrfh92 , can I create a PR so , that my code can be reviewed.