toltec-astro / macana_python_plotting

Python code for plotting macana beammaps
0 stars 0 forks source link

Things I intend to add/improve #1

Open mmccrackan opened 5 years ago

mmccrackan commented 5 years ago

This is just a list of things I'm going to be either adding or improving in macana_plotter in the near future:

Some other ideas:

mmccrackan commented 5 years ago

Not on the list, but I separated the methods that gets the fit parameters for each detector and the method that actually makes the model Gaussian. This makes things that use these for all detectors run much faster.

Also, now that the weights are calculated differently, I set the weights that are nan (previously zero) to zero. This is mostly for plotting and any calculations and shouldn't affect anything else.

Finally, I removed references to the BoloData variable, which was used to get the number of detectors, since this is no longer being included in the beammaps. Number is currently hardcoded, but this will be fixed.