-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Currently it is just a script that calculates chi-squared for some files that you put in by hand. Since each folding data point costs about 3 seconds on a virgo-machine for a 1GB file, I computed them on the virgo-cluster at Kapteyn (more points is more precise, although maybe not, but that is another issue).
Then, once enough trial periods are calculated, I fitted the chisq peaks by hand separately for each pulsar (because different fitfuncs were necessary, and checking if the fit actually converges etc.). I used ray for the cluster-computing. How to use that needs to be explained too I guess (it involves some setup to make it go smoothly...). And how do we want this to go into the analysis code? Making the users go through a jupyter notebook to actually check the fits? Just trying every function we have and selecting the one that fits best?