×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

No FITS header when saving to Camera's SD card.

  • Posts: 2
  • Thank you received: 0
Hi everyone.
Currently I am using a raspberry pi3b as indi server(no astroberry image)
My main camera is a Nikon DSLR D3200. When I save the images to either the raspbery pi or the machine where I connect remotely to the indi server the fits images generated have a fits header with info about the target and the camera's details.

It is a bit slow doing this way and I thought I would rather save only to the SD card in the camera.
I have done the changes required in the Image settings area of the GPhotoCCD tab to only save to the camera's SD card and do not download them.
However after inspecting the images generated in Kstar's fits viewer I noticed that it does not have any data in the fits header.
Is it something expected?

It might be due the image not saving as *.fits. I have also noticed that no formatting happens at all on the filename of the images saved on the camera's SD card.
I get files names like DSC_0011.NEF instead of the nicer format I get when saving to the raspberry pi polaris_Light_1_secs_2022-07-02T13-24-11_000.fits

Is there a way to force saving images to the camera's sd card as fits instead of nef?
In my GPhotoCCD settings I have got the format=NEF(raw) and encode=FITS.

Thanks for the help.
2 years 2 months ago #84000

Please Log in or Create an account to join the conversation.

  • Posts: 466
  • Thank you received: 69
Although I'm not familiar with the specific code, I suspect that the option for saving to the camera just enables the default storage attributes that you have defined by the camera, that is, you're saving as Nikon NEF which is the preferred way of saving the raw data on your D3200. I don't expect the driver lets you override the saving format.

One way of speeding things up considerably is to either boot from an SSD or have an attached SSD on your RPi for storing your images (which you'd keep as .fits, to preserve the capture info.

Cheers
The following user(s) said Thank You: Daniel
2 years 2 months ago #84002

Please Log in or Create an account to join the conversation.

  • Posts: 111
  • Thank you received: 41

Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
Thanks Jerry and Thomas for explaining, that makes total sense!.

I believe I have a SSD disk laying around, I will try it to speed up the saving process.
2 years 2 months ago #84042

Please Log in or Create an account to join the conversation.

  • Posts: 439
  • Thank you received: 31
Daniel,

The file name is not saved as FITS, so a FITS file header will not exist.

To do what you are asking would not save time, it would take longer, because it would need to download the file, create a FITS version and then upload the file to the camera SD card, which would then save it. I am not even sure it would be possible.

Paul
Last edit: 2 years 2 months ago by Paul.
2 years 2 months ago #84044

Please Log in or Create an account to join the conversation.

Time to create page: 0.904 seconds