Hello. I made a workflow which includes 2 scripts and a image processing tool. First script is for converting from canon raw to fits and calibration frames, second is for stacking those calibrated light frames. There is a stage that I apply background extraction to all calibrated light frames in the same sequence. Then I apply second script. This workflow worked for 64 light frames. However, I tried for 2048 and it failed. This is last 14 rows:
00:14:48: Saving FITS: file …/masters/dark_stacked.fit, 1 layer(s), 6024x4020 pixels, 32 bits
00:14:48: Stacked sequence successfully.
00:14:48: Execution time: 5.50 s
00:14:48: Running command: cd
00:14:48: Setting CWD (Current Working Directory) to ‘D:\Astrophotography\Rho Ophiuchi’
00:14:48: # Convert Light Frames to .fit files
00:14:48: Running command: cd
00:14:48: Setting CWD (Current Working Directory) to ‘D:\Astrophotography\Rho Ophiuchi\lights’
00:14:48: Running command: convert
00:14:48: You should pass an extra argument -fitseq to convert your sequence to fitseq format.
00:14:48: Error in line 56 (‘convert’): generic error.
00:14:48: Exiting batch processing.
00:14:48: Setting CWD (Current Working Directory) to ‘D:\Astrophotography\Rho Ophiuchi’
00:14:48: Script execution failed.
What should I do exactly? By the way, I didn’t write scripts by myself. I took them from siril’s osc_preprocessing scripts. I just divided it by 2.