Siril: superstack_v0.1.py returning an error

Hello, I transfer here a message sent to the “Siril Users Group” at Facebook.


Hello,
I’m trying to get the “superstack_v0.1.py” script working to process a sequence of comet C/2025 A6 Lemmon.

I’m using Ubuntu 24.04.3 LTS.

I installed Siril 1.2 (sudo apt install Siril) because I was previously using Siril 1.4.0 b3 and then b4.

I installed pySiril v0.0.15.

I saved the parameters of my superstack at the beginning of the script superstack_v0.1.py: def Run(nbframes = 10, step = 5, seqname = ‘FixedStars_’, stackfolder = ‘superstack’, processfolder = ‘process’, ext = ‘fit’):
But here’s what I get when I run the script (python3 superstack_v0.1.py):

_ Start of output _

Number of frames per superstack: 10
Step between each stack: 5
Processing sequence: /home/raphaeldelabarthe/.siril/scripts/process/FixedStars_.seq
Superstack saved to folder: superstack
FITS extension: fit

Starting PySiril
WARNING: pysiril uses by default: /usr/bin/siril
INFO: VERSION siril 1.2.1:
INFO: Siril is compatible with pySiril
INFO: pySiril V0.0.15 initialization: OK

** ERROR * too many values ​​to unpack (expected 8)
Traceback (most recent call last):
File “/home/raphaeldelabarthe/.local/lib/python3.12/site-packages/pysiril/addons.py”, line 109, in GetSeqFile
SS, sequence_name, start_index, nb_images, nb_selected, fixed_len, reference_image, version = lines[cnt].split()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ValueError: too many values ​​to unpack (expected 8)
Traceback (most recent call last):
File “/home/raphaeldelabarthe/.siril/scripts/superstack_v0.1.py”, line 107, in
Run(*tuple(args),**kwargs)
File “/home/raphaeldelabarthe/.siril/scripts/superstack_v0.1.py”, line 61, in Run
total=seqfile[‘nb_images’]

TypeError: 'NoneType' object is not subscriptable

**_ End of output _**

I've tried to troubleshoot this situation, but the only thing I can find is that there's a problem with the GetSeqFile function call.
Can anyone help me?

Hello,

Both siril and pysiril versions are outdated. I would start by updating pysiril, i think currwnt version is 0.17. And if it still doesn’t work, update siril. If the problem is with installing the 1.4 beta, at least 1.2.6.
In any case, we plan to release superstack as a sirilpy script soon.

Cheers
C.

Hi @cissou8,

Thank you for your reply.

I can’t manage to get a newer version of pySiril than 0.15 (Releases · FA / pySiril · GitLab).
Based on my understanding of the error message, the bug indeed comes from pySiril.

With respect to Siril, the version 1.2.1 is the version available on apt repository (Linux).
I could install a 1.2.6 flatpak but pySiril can’t locate the flatpak siril-cli (I’ve already a 1.4.0 b4 flatpak installed on my computer).

From the changelog, there was a fix to the function in 0.16

If there is no whl released, you can pull from the sources and build yourself, see instructions here: FA / pySiril · GitLab

Hi @cissou8,

Thank you very much for your help.
I successfully installed pySiril-0.0.17 from the sources.

I still get an error message, even if slightly different (see hereunder).
I do believe that the error occurs while calling pySiril.

I’ve reviewed superstack_v0.1.py and the script generates the error here:
seqfile = AO.GetSeqFile(os.path.join(workdir,processfolder,seqname+'.seq'))

Just one comment:
My OS is Ubuntu 24.04.3 running Python3.

Looking forward to reading your views.
Kind regards.

_ Start of output _

Number of frames per superstack: 10
Step between each stack: 5
Processing sequence: /home/raphaeldelabarthe/.siril/scripts/process/FixedStars_.seq
Superstack saved to folder: superstack
FITS extension: fit

Starting PySiril
WARNING: pysiril utilise par défaut:/usr/bin/siril
INFO   : VERSION siril 1.2.1 : 
INFO   : Siril est  compatible avec pySiril
INFO   : Initialisation pySiril V0.0.17 : OK

**** ERROR *** too many values to unpack (expected 3)

Traceback (most recent call last):
  File "/home/raphaeldelabarthe/.local/lib/python3.12/site-packages/pysiril/addons.py", line 115, in GetSeqFile
    version, variable_size, fz_flag = version.split()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: too many values to unpack (expected 3)

Traceback (most recent call last):
  File "/home/raphaeldelabarthe/.siril/scripts/superstack_v0.1.py", line 107, in <module>
    Run(*tuple(args),**kwargs)
  File "/home/raphaeldelabarthe/.siril/scripts/superstack_v0.1.py", line 61, in Run
    total=seqfile['nb_images']
          ~~~~~~~^^^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable

_ End of output _

Hi,

Tbh, i don’t have 1.2 installed and considering we are a short while from releasng rc1 and the sirilpy script to do it in Siril directly, i won’t spend time on figuring it out. I’ll update the tutorial to use this new script instead. Just be patient, should be out pretty soon.

Cheers,
C.

Hi @cissou8,

I fully understand.
I’ll be patient.

Thanks a lot.

Hi @cissou8,

I’ve updated Siril to RC1 version.
The Superstack script worked very well, thank you very much.

The normalization option has generated an error though.
I can provide a screen shot if it’s relevant.

Another side question, it seems that the exportation process of a sequence to a movie has changed (the movie seems to be more compressed than on beta4).
Am I wrong?

Cheers.

Yes please, otherwise I can’t fix it.

Nothing has been changed regarding compression when exporting a movie. The only changes made to export were about correctly shifting wcs solution if there is registration data (but that’s not relevant for movies) and making sure the reference image was used to compute shifts from.

Hi @cissou8

Here is the screenshot.

Are you sure you are running Siril 1.4.0 Rc1?

Well, that’s weird because SirilInterface class does have save_image_file at least in the 1.0.0 version which is shipped with RC1.
And the script checks that the sirilpy module is at least this version.

Can you paste here the console log when Siril starts? You should have some lines like:

16:13:18: Checking the python module is up-to-date...
16:13:19: Python module is up-to-date

Can you open the script editor, paste this and tell me what it returns in the Console:

import sirilpy as s
print(f'{s.__version__}')

Hi, I reply in one single message.

Here are the logs when launching Siril:

15:03:07: Bienvenue dans siril v1.4.0-rc1
15:03:07: Type de fichiers supportés : Images BMP, Images PIC (IRIS), Images binaires PGM et PPM, Images RAW, Images FITS-CFA, Films, Séquences SER, Images TIFF, Images XISF, Images JPG, Images JPG XL, Images PNG, Images HEIF, images AVIF.
15:03:07: Définir le répertoire de travail à '/home/raphaeldelabarthe/Images/Unistellar/unistellar_observations/20251109T011010_130_NGC2403'
15:03:07: Calcul parallèle activé : Utilisation de 8 processeurs.
15:03:07: Préparation de l'environnement virtuel python : /home/raphaeldelabarthe/.var/app/org.siril.Siril/data/siril/venv.
15:03:07: Gestion des couleurs active.
15:03:07: Profils ICC JPEG pris en charge.
15:03:07: Vérifier que le module python est à jour...
15:03:08: Le module Python est à jour
15:03:09: L'extension par défaut des FITS est définie à .fit
15:03:09: Recherche de scripts dans : "/app/share/siril/scripts"...
15:03:09: Chargement du script Mono_Preprocessing.ssf
15:03:09: Chargement du script OSC_Extract_Ha.ssf
15:03:09: Chargement du script OSC_Extract_HaOIII.ssf
15:03:09: Chargement du script OSC_Preprocessing.ssf
15:03:09: Chargement du script OSC_Preprocessing_BayerDrizzle.ssf
15:03:09: Chargement du script RGB_Composition.ssf
15:03:09: Chargement du script à partir du dépôt : GraXpert-AI.py
15:03:09: Chargement du script à partir du dépôt : HDR_multiscale.py
15:03:09: Chargement du script à partir du dépôt : SuperStack.py
15:03:09: Ajout d'un script de base au menu : Siril_Catalog_Installer.py
15:03:09: L'indicateur d'état des archives Gaia ne répond pas. Cela ne signifie pas nécessairement que les archives Gaia sont hors ligne, mais si c'est le cas, le SPCC sera indisponible. De plus amples informations sont disponibles à l'adresse suivante : https://www.cosmos.esa.int/web/gaia/
15:03:10: Le dépôt local de scripts est à jour !
15:03:10: Le dépôt de la base de données locale SPCC est à jour !

And here is what is returned by:

import sirilpy as s
print(f'{s.__version__}')
15:10:48: 1.0.0

Hi @cissou8,
I don’t know if you saw my reply.
Let me know if you need further information.
Cheers.

We saw it but we don’t understand.

Could you send a full log file?
From the beginning to the fail.

Here we go.
With the last screen shot.

14:54:31: Conversion : traitement de 165 fichiers ...
14:54:31: La conversion a réussi, 165 fichier(s) créé(s) pour 165 fichier(s) d'entrée (165 image(s) convertie(s), 0 échec)
14:54:31: Lecture FITS : fichier 1_00001.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:54:31: Séquence chargée : 1_ (1->165)
14:54:31: Temps d'exécution: 271.83 ms
14:54:49: Début du script /home/raphaeldelabarthe/.var/app/org.siril.Siril/data/siril-scripts/utility/SuperStack.py
14:55:04: Exécution de la commande : seqstat
14:55:04: Statistiques : avec la mémoire actuelle et les limites de threads, jusqu'à 8 thread (s) peuvent être utilisés
14:55:04: Statistiques : en cours...
14:55:04: Lecture FITS : fichier 1_00056.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00040.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00022.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00093.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00082.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00001.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00070.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00103.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00094.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00002.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00041.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00057.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00023.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00083.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00104.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00071.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00095.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00003.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00042.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00024.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00058.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00105.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00084.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00072.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00096.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00004.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00043.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00025.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00059.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00106.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00085.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00097.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00026.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00044.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00005.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00060.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00107.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00073.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00086.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00027.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00098.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00045.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00061.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00108.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00006.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00074.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00087.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00046.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00028.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00062.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00109.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00007.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00099.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00075.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00047.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00088.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00029.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00063.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00110.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00008.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00100.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00076.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00048.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00064.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00030.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00111.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00089.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00101.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00009.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00049.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00077.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00031.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00065.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:04: Lecture FITS : fichier 1_00112.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00090.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00010.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00050.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00102.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00032.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00066.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00078.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00113.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00011.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00091.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00051.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00118.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00033.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00114.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00067.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00012.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00092.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00079.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00052.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00119.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00034.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00115.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00068.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00013.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00124.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00053.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00120.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00080.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00035.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00116.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00014.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00069.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00125.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00054.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00121.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00036.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00117.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00081.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00130.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00126.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00055.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00015.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00122.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00135.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00037.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00139.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00131.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00127.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00143.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00123.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00136.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00140.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00038.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00016.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00132.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00128.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00144.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00146.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00137.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00141.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00039.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00017.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00133.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00129.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00147.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00138.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00145.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00149.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00142.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00018.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00134.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00152.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00148.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00154.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00150.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00019.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00158.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00156.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00159.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00153.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00160.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00155.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00151.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00157.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00161.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00020.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00162.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00163.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00164.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:05: Lecture FITS : fichier 1_00165.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:06: Lecture FITS : fichier 1_00021.fit, 1 canal(aux), 1452x1094 pixels, 16bits
14:55:06: Le traitement de la séquence a réussi.
14:55:06: Temps d'exécution: 1.97 s
14:55:06: Le fichier de statistique /home/raphaeldelabarthe/Images/Unistellar/US_9Observations/20251109T022024_260_Darks/20251109T022024_260_Darks/stats.csv a été créé avec succès.
14:55:06: Lecture FITS : fichier 1_00001.fit, 1 canal(aux), 1452x1094 pixels, 16bits

As I said, I need the entire log. Which is not the case here.

Sorry, I thought that the content of the console was enough.

Attached is what is returned by that command:

flatpak run org.siril.Siril > output.log 2>&1

output.log.txt (42.9 KB)

Wondering if there something going on with flatpak…

Can you paste this in the script editor and paste here what you get in the log?

import sys
import inspect
import sirilpy

print("Python executable:", sys.executable)
print("Module version:", sirilpy.__version__)
print("Module location:", sirilpy.__file__)
print("sys.path:", sys.path)
print("sys.prefix:", sys.prefix)

from sirilpy import SirilInterface
print("\nClass location:", inspect.getfile(SirilInterface))
methods = [m for m in dir(SirilInterface) if not m.startswith('_')]
print("Class methods:")
for m in methods:
    print(m)