Author Topic: Calibration impossible  (Read 3175 times)

Offline Myrdinn

  • Newcomer
  • Posts: 2
Calibration impossible
« on: 2011 July 05 08:13:25 »
Hello,

I have just bought and install Pixinsight.

I have built the master dark, offset and flat field, and when I want to calibrate my images, the process stop when saving the files :



Do you have an idea of what's going on ?

It works when I set to TIFF but not when it's set to FIT

I tried on a laptop with Win7 64b and an iMac with MacOSX 10.6.8 (on the mac I tried with pixinsight 32b and 64b) and I have always the same result.

Thank you for your help.

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Calibration impossible
« Reply #1 on: 2011 July 05 08:31:38 »
Maybe if you rename the file, and don't use parenthesis "(", ")" it will work...
Regards,

Carlos Milovic F.
--------------------------------
PixInsight Project Developer
http://www.pixinsight.com

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Calibration impossible
« Reply #2 on: 2011 July 05 08:47:19 »
Hi,

Carlos is correct: parentheses '([{}])' cannot be used in FITS file names. The problem is in the CFITSIO library, which PixInsight uses to support the FITS format. CFITSIO interprets parentheses as a special 'syntax' to generate FITS files with special features. This problem is actually rather old:

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

It is my fault, since the FITS module should provide useful information about the cause of these errors. I'll try to publish an update to the FITS module with this problem (the error information, not the error itself) fixed as soon as possible.

Workaround: rename your FITS files to avoid use of parentheses.

Sorry for the inconvenience.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Myrdinn

  • Newcomer
  • Posts: 2
Re: Calibration impossible
« Reply #3 on: 2011 July 05 09:30:01 »
It worked. Thank you for your quick replies

It's so obvious, I didn't even think about it... MaximDL named the files and I didn't change them. Sometimes I feel dumb  :o