Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main motivation for this was that argparse handles positional
arguments which start with minus signs, which is the behaviour we prefer
here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just to make it more consistent with fs/ss directions
|
|
This is a long-standing bug, which we got away with up to now because
top-level options with more than just a single number or location were
rare or possibly never used at all.
|
|
|
|
If the rail vector is +z (the default), then the value doesn't matter.
However, it still mustn't be NaN.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're x/y offsets, not fs/ss
|
|
|
|
They're x/y coordinates, not fs/ss. Fixed the labelling as well.
|
|
|
|
Because the status message is only printed after possibly skipping over
a non-indexed pattern, if n_chunks is used it might skip entire
messages. Better to use n_images, which is always incremented just before
possibly printing the message.
|
|
|
|
|
|
|
|
|
|
|
|
|