Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using install_requires
#5
@buran
Quote:HSI
HSI is an extension of Python. Import the hsi module and access Hugin functionality from your scripts.
To see what objects and methods are available, run
python -c 'import hsi; help(hsi)' > help.txt
Doesn't appear to have what I want, which is align-image-stack.

@buran
Quote:I would suggest to use HSI - it's the one referred on their page and is updated April 2018.
panorama is updated in 2017. If you look at the github repo it uses subprocess to call hugin via CLI.
I'm a bit confused, do you mean:
Use HSI, which uses panorama, which uses a subprocess which uses CLI to call hugin? Not sure what CLI is though.

@buran
I think you are suggesting that:
1) use HSI
2) camocamp is defunct.
3) panorama uses a subprocess to call hugin via CLI (OS command?).

1) Having had a look at the list I can't find align-image-stack, so no good.
2) Defunct so don't use.
3) This could work as I use an OScommand from Python to run align-image-stack. How would I ensure that hugin was available?
Reply


Messages In This Thread
Using install_requires - by ChrisOfBristol - Feb-04-2019, 07:57 PM
RE: Using install_requires - by buran - Feb-04-2019, 08:12 PM
RE: Using install_requires - by ChrisOfBristol - Feb-04-2019, 08:13 PM
RE: Using install_requires - by buran - Feb-04-2019, 08:20 PM
RE: Using install_requires - by ChrisOfBristol - Feb-04-2019, 08:40 PM
RE: Using install_requires - by buran - Feb-04-2019, 08:56 PM
RE: Using install_requires - by buran - Feb-04-2019, 09:12 PM
RE: Using install_requires - by ChrisOfBristol - Feb-04-2019, 10:43 PM
RE: Using install_requires - by buran - Feb-05-2019, 08:03 AM
RE: Using install_requires - by ChrisOfBristol - Feb-05-2019, 12:46 PM
RE: Using install_requires - by buran - Feb-05-2019, 12:54 PM
RE: Using install_requires - by ChrisOfBristol - Feb-05-2019, 04:59 PM
RE: Using install_requires - by ChrisOfBristol - Oct-13-2021, 07:00 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020