Esempio n. 1
0
        public void CloseFile()
        {
            if (_fitsPointer != IntPtr.Zero)
            {
                var status = 0;

                FilePath = null;
                CFits.CloseFile(_fitsPointer, ref status);
                _fitsPointer = IntPtr.Zero;
                Status       = status;
            }
        }