Command line interface#
python -m phasorpy#
PhasorPy package command line interface.
python -m phasorpy [OPTIONS] COMMAND [ARGS]...
Options
- --version#
- Show the version and exit. 
fetch#
Fetch sample files from remote repositories.
python -m phasorpy fetch [OPTIONS] [FILES]...
Options
- --hideprogress#
- Hide progressbar. 
Arguments
- FILES#
- Optional argument(s) 
fret#
Start interactive FRET phasor plot.
python -m phasorpy fret [OPTIONS]
Options
- --hide#
- Do not show interactive plot. 
lifetime#
Start interactive lifetime plots.
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.
python -m phasorpy versions [OPTIONS]
Options
- --verbose#
- Show module paths.