0

I am using IDL version 5.5 and trying to write some output to a FITS formatted file. However, I keep getting % Variable is undefined: TEN. and % Attempt to call undefined procedure/function: 'FITS_WRITE'.

Is it just the case that IDL 5.5 is not equipped with FITS writing capabilities?

m0nhawk
  • 22,980
  • 9
  • 45
  • 73
stars83clouds
  • 795
  • 1
  • 8
  • 25

1 Answers1

2

FITS_WRITE is a part of astrolib. You need to install old version suitable for IDL 5.5 to use it.

m0nhawk
  • 22,980
  • 9
  • 45
  • 73