EQTransformer
EQTransformer copied to clipboard
_decimalDegrees2DMS
I would suggest renaming _decimalDegrees2DMS to _decimalDegrees2DM. You are not actually computing seconds, instead you have minutes with decimals. Therefore, the function name is misleading and when I was trying to figure out how to interpret the Y2000.phs event times this was ambiguous. There are many codes that do DMS or DM with the minutes having a decimal. I would stick to a name that more accurately describes what the function is actually doing.
This is defined on line 247 of associator.py.
@dylanmikesell thanks, I'll apply the change.