Closed piskuliche closed 5 months ago
The first test case will be the FFCF code, and adding distance calculations into it.
At the end of today, 4/26, I have updated all of the codes to use the CLI interface. The interface overwrites input arguments if command line arguments are used for those (most relevant for FFCF where one might want to modify ncorr).
Still need to
The tagging options work well, and I confirmed that I get the same spectra after the changes.
The z distance parts are more complicated. I need to do the following to handle things correctly.
The tagging options work well, and I confirmed that I get the same spectra after the changes.
The z distance parts are more complicated. I need to do the following to handle things correctly.
- [ ] Add z distance separation to the tcf codes.
- [ ] Modulate the count that is passed out of these
- [ ] Modify the normalization to correctly handle that.
As it turns out, I'm going to need to do slightly bigger code-changes to get the z-position calcualtions working. in the meantime, I'm going to commit the final update to issue7 and get it onto the main.
One thing holding back calculations for multiple maps is the lack of ability to rename files on the fly. This is a little bit of a bigger undertaking, but maybe would benefit from taking advantage of a common writing function if possible.
I've explored the possibilities, and the thing that makes the most sense is to write a Command Line Interface that can be shared between the codes. This will go in the shared folder, and will be part of a new module.