analysis.composite_indv_detect calls temp_metallicity_calc.metallicity_calculation incorrectly as the revised version in v0.6.0 now returns a single dictionary. However, there is odd handling of det3 for filling in information. To fix the latter, I changed temp_metallicity_calc.metallicity_calculation to allow for an option det3 index array input.
I've implemented the fix in [hotfix/v0.6.2](https://github.com/astrochun/Metallicity_Stack_Commons/tree/hotfix/0.6.2)
analysis.composite_indv_detect
callstemp_metallicity_calc.metallicity_calculation
incorrectly as the revised version in v0.6.0 now returns a single dictionary. However, there is odd handling ofdet3
for filling in information. To fix the latter, I changedtemp_metallicity_calc.metallicity_calculation
to allow for an optiondet3
index array input.I've implemented the fix in
[hotfix/v0.6.2](https://github.com/astrochun/Metallicity_Stack_Commons/tree/hotfix/0.6.2)