What is the purpose of computing `z` in this function? https://github.com/lofar-astron/PyBDSF/blob/master/bdsf/functions.py#L68 Becouse of: ` z = None` https://github.com/lofar-astron/PyBDSF/blob/master/bdsf/functions.py#L87 it will always return `None`. Looks like an indentation bug.
What is the purpose of computing
zin this function?https://github.com/lofar-astron/PyBDSF/blob/master/bdsf/functions.py#L68
Becouse of:
z = Nonehttps://github.com/lofar-astron/PyBDSF/blob/master/bdsf/functions.py#L87
it will always return
None. Looks like an indentation bug.