View Issue Details

IDProjectCategoryView StatusLast Update
0002189CCdcielGeneralpublic19-09-21 19:55
ReporterThomas Jaeger Assigned ToPatrick Chevalley  
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformPCOSLinuxOS Version64bit
Product Version0.9 
Target Version1.0 
Summary0002189: Unable to make a sequence anymore with 0.9.60-1754
DescriptionHello Patrick and Han,
after finishing my german translation I installed 0.9.60-1754 from ppa.

There are some critical issues with sequences:

1. If I load an existing sequence from my computer I got an "List index out of bounds" error.

2. If I try to create a new sequence, it seems that there is no possibility to do this without an database request. I have tried to type M1 to proceed anywhere but got an "List index out of bounds" error.

see screenshoots.

I had to switch back to an older version.
TagsNo tags attached.

Activities

Thomas Jaeger

19-09-14 11:11

reporter  

load an existend sequence.png (103,530 bytes)   
load an existend sequence.png (103,530 bytes)   
create a new.png (194,384 bytes)   
create a new.png (194,384 bytes)   

Patrick Chevalley

19-09-14 18:17

administrator   ~0005943

Sorry for this error Thomas.

Yes this version introduce big change in the sequence but I never encounter this issue during my testing.
So this is probably something specific to your environment and I need you zip and upload this files that are located in directory ~/.config/ccdciel :
Calframes-200.plan
LRGB4m.plan

Thomas Jaeger

19-09-14 21:58

reporter   ~0005945

Hello Patrick,
here are my config files. They may be old, because this is my lab computer. My productive astrolaptop has no automatic updates of ccdciel and INDIlib any more.

Please do give a way to add a target without any database or coordinates.

Thomas
ccdciel-zip.zip (39,823 bytes)

Patrick Chevalley

19-09-16 17:21

administrator   ~0005949

Thank you Thomas.

I will look at the file but this may take some time because I am not at home and cannot connect to Internet every day.

Thomas Jaeger

19-09-16 18:07

reporter   ~0005951

It is not urgent for me, because I have a older working CCDCiel on my astrolaptop.

Patrick Chevalley

19-09-17 20:29

administrator   ~0005956

Hi Thomas,

Found the source of the error still not sure how to correct it.

This is because the configuration file is for the Canon 6D that use ISO list as gain. But when you create a new sequence it load by default the first plan in alphabetic order, and this plan is for another camera that use numeric gain.
This make the program to use this numeric value as the index in the ISO list and sure there is no 200 possible value, thus this error message.

I need to find a way to fix this globally when the plan contain options not compatible with the current camera.

Patrick Chevalley

19-09-17 20:31

administrator   ~0005957

And beware with the old version that even if it not crash it can set weird value for the ISO/Gain in this case.

Patrick Chevalley

19-09-21 19:55

administrator   ~0005961

This fixed by:
https://github.com/pchev/ccdciel/commit/abf443d483a68140bcef38d5e1ec1ac51f8a12f1

Now it show a message next to the plan name if the gain value is not compatible with the current camera. Same if the number of filter in the wheel change.

I also make a change to allow to type something that is not a database object after you click "New object". If the input text is not found in the database it is enter as is.
https://github.com/pchev/ccdciel/commit/72f89d4cc48aa4367c3dba0a4e2e2eb341568181

Issue History

Date Modified Username Field Change
19-09-14 11:11 Thomas Jaeger New Issue
19-09-14 11:11 Thomas Jaeger File Added: Bildschirmfoto vom 2019-09-14 10-57-54.png
19-09-14 11:11 Thomas Jaeger File Added: load an existend sequence.png
19-09-14 11:11 Thomas Jaeger File Added: create a new.png
19-09-14 18:17 Patrick Chevalley Assigned To => Patrick Chevalley
19-09-14 18:17 Patrick Chevalley Status new => feedback
19-09-14 18:17 Patrick Chevalley Target Version => 1.0
19-09-14 18:17 Patrick Chevalley Note Added: 0005943
19-09-14 21:58 Thomas Jaeger File Added: ccdciel-zip.zip
19-09-14 21:58 Thomas Jaeger Note Added: 0005945
19-09-14 21:58 Thomas Jaeger Status feedback => assigned
19-09-16 17:21 Patrick Chevalley Note Added: 0005949
19-09-16 18:07 Thomas Jaeger Note Added: 0005951
19-09-17 20:29 Patrick Chevalley Note Added: 0005956
19-09-17 20:31 Patrick Chevalley Note Added: 0005957
19-09-21 19:55 Patrick Chevalley Status assigned => resolved
19-09-21 19:55 Patrick Chevalley Resolution open => fixed
19-09-21 19:55 Patrick Chevalley Note Added: 0005961