이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
matlab.io.fits.closeFile
FITS 파일 닫기
구문
closeFile(fptr)
설명
closeFile(fptr)은 열려 있는 FITS 파일을 닫습니다.
이 함수는 CFITSIO 라이브러리 C API의 fits_close_file (ffclos) 함수에 대응합니다.
예제
import matlab.io.* fptr = fits.openFile('tst0012.fits','READONLY'); fits.closeFile(fptr);