When I do an analyse and stack of my images, ASTAP puts a "crown" icon on the Quality colum for the best image. However, if I want to stack these same images again after some change in the stacking method, I get:
"<crown icon=""> 53" is an invalid integer</crown>
It seems you are reading the string which contins the crown symbol and parsing it as an integer fails.
My options are to "Abort and kill the program" or" OK to ignore and risk data corruption". NEither of those sound good.
Would it be possible to strip out that symbol before parsing? As it is I need to unchceck that item (removing the best one) to do another stack.
Note: this is on macOS if that matters.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I do an analyse and stack of my images, ASTAP puts a "crown" icon on the Quality colum for the best image. However, if I want to stack these same images again after some change in the stacking method, I get:
"<crown icon=""> 53" is an invalid integer</crown>
It seems you are reading the string which contins the crown symbol and parsing it as an integer fails.
My options are to "Abort and kill the program" or" OK to ignore and risk data corruption". NEither of those sound good.
Would it be possible to strip out that symbol before parsing? As it is I need to unchceck that item (removing the best one) to do another stack.
Note: this is on macOS if that matters.