blumzi / LAST_issues

A place to discuss and manage LAST issues
0 stars 0 forks source link

No images saved for M3 cameras #21

Closed noralinn closed 5 months ago

noralinn commented 5 months ago

New, exciting mystery issue!

M3 doesn't save any images and hasn't done it since Jan 9.

SaveOnDisk is 1. The disks have space. Shutting down and restarting the mount doesn't help. Restarting computers neither.

Otherwise it works as normally. It always says new image available in the slaves.

EastEriq commented 5 months ago

I will look into it

EastEriq commented 5 months ago

I see the problem but can't do anything now because nomachine is working wierdly. Since it is due to LAST_OCS being on branch j2000inHeader, I could suggest to try to checkout branch mastrolindo instead. There is one file +obs/+util/+observation/NoraObsWithFocus.m which you have to move away first.

EastEriq commented 5 months ago

[apart of the nomachine problem on my side] The reason was the absence of a pointing model. Because of that, some computed coordinates like Dec_J2000 resulted as empty, and the function creating the FITS header silently errored out, preventing the creation of the file. I have now committed a quick fix to LAST_OCS/j2000inHeader and pulled it on 03e/w.

I assumed that the fact that no files after 9/1 were present means only that no image was taken before yesterday, i.e. no data loss.

EranOfek commented 5 months ago

I understand from this that it is now ok to take an image even if no pointing model exist.

On Fri, Jan 26, 2024 at 4:09 PM EastEriq @.***> wrote:

[apart of the nomachine problem on my side] The reason was the absence of a pointing model. Because of that, some computed coordinates like Dec_J2000 resulted as empty, and the function creating the FITS header silently errored out, preventing the creation of the file. I have now committed a quick fix to LAST_OCS/j2000inHeader and pulled it on 03e/w.

I assumed that the fact that no files after 9/1 were present means only that no image was taken before yesterday, i.e. no data loss.

— Reply to this email directly, view it on GitHub https://github.com/blumzi/LAST_issues/issues/21#issuecomment-1912127486, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJUQ4IU557XUQIMUOL6Y63YQO2JDAVCNFSM6AAAAABCLI53DKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJSGEZDONBYGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

EastEriq commented 5 months ago

Yes, with this quick fix in this branch the images will be saved, with some empty fields in the header, when no pointing model is in the configuration file. We should discuss perhaps a more clever solution, for the process of building the model itself.

EastEriq commented 5 months ago

E.g. addressing issue #19