CIL
CIL copied to clipboard
Methods of Functions use 'center' instead of 'centre' (spelling)
Looking at this documentation I noticed that we use 'center' rather than 'centre' in the Function methods: https://github.com/TomographicImaging/CIL/blob/ff4741092b7f10bde5e0572c0ac103288a163ffc/Wrappers/Python/cil/optimisation/functions/Function.py#L151 This is inconsistent with our: https://github.com/TomographicImaging/CIL/blob/ff4741092b7f10bde5e0572c0ac103288a163ffc/Wrappers/Python/cil/processors/CentreOfRotationCorrector.py#L25 And we should be consistent across CIL!
Originally posted by @lauramurgatroyd in https://github.com/TomographicImaging/CIL/pull/1556#discussion_r1418720286