Command-line interface#

python -m phasorpy#

PhasorPy package command-line interface.

Usage

python -m phasorpy [OPTIONS] COMMAND [ARGS]...

Options

--version#

Show the version and exit.

fetch#

Fetch sample files from remote repositories.

Usage

python -m phasorpy fetch [OPTIONS] [FILES]...

Options

--show-progress, --hide-progress#

Show progress bar.

Arguments

FILES#

Optional argument(s)

fret#

Start interactive FRET phasor plot.

Usage

python -m phasorpy fret [OPTIONS]

Options

--hide#

Do not show interactive plot.

lifetime#

Start interactive lifetime plots.

Usage

python -m phasorpy lifetime [OPTIONS] [NUMBER_LIFETIMES]

Options

-f, --frequency <frequency>#

Laser/modulation frequency in MHz.

-l, --lifetime <lifetime>#

Lifetime in ns.

-a, --fraction <fraction>#

Fractional intensity of lifetime.

--hide#

Do not show interactive plot.

Arguments

NUMBER_LIFETIMES#

Optional argument

versions#

Show runtime versions.

Usage

python -m phasorpy versions [OPTIONS]

Options

--verbose#

Show full module paths.