PixInsight Forum (historical)

Software Development => PCL and PJSR Development => Topic started by: Astrocava on 2014 August 31 03:53:59

Title: Batch writing FITS keyword
Post by: Astrocava on 2014 August 31 03:53:59
Hi all!

I took several images (+100) of comet C2014  E2 last week, testing my planetary camera with firecapture program. When using fits as file saving option, the program did not filled the DATE-OBS keyword, so I must write it in each file to be able to use comet alignment process.

Can anyone help me to make an script to write de DATE-OBS value for all the files, avoiding the manual way? I have the starting time, and each frame is 5s long, so I need to increment the time in 5s for each file.

Thanks in advance,

Sergio

I've suggested Torsten (firecapture programmer) to write the DATA-OBS for next version of programm.
Title: Re: Batch writing FITS keyword
Post by: kwiechen on 2014 August 31 09:29:43
BatchConvertImageType may help here

http://pixinsight.com/forum/index.php?topic=3654.0

Kai
Title: Re: Batch writing FITS keyword
Post by: Astrocava on 2014 September 01 03:59:23
Will try to check the code about FITS keyword. Thanks.

Sergio