-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINDEX
85 lines (85 loc) · 2.19 KB
/
INDEX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
FITS >>I/O for FITS files
High Level File Functions
fitsdisp
fitsinfo
fitsread
fitswrite
Low Level File Functions
matlab.io.fits.createFile
matlab.io.fits.openFile
matlab.io.fits.openDiskFile
matlab.io.fits.fileMode
matlab.io.fits.fileName
matlab.io.fits.closeFile
matlab.io.fits.deleteFile
Low Level HDU Functions
matlab.io.fits.copyHDU
matlab.io.fits.getHDUnum
matlab.io.fits.getHDUtype
matlab.io.fits.getHDUoff
matlab.io.fits.getNumHDUs
matlab.io.fits.movAbsHDU
matlab.io.fits.movRelHDU
matlab.io.fits.movNamHDU
matlab.io.fits.deleteHDU
matlab.io.fits.writeChecksum
Low Level Keyword Functions
matlab.io.fits.getHdrSpace
matlab.io.fits.readRecord
matlab.io.fits.readCard
matlab.io.fits.readKey
matlab.io.fits.readKeyUnit
matlab.io.fits.readKeyDbl
matlab.io.fits.readKeyCmplx
matlab.io.fits.readKeyLongLong
matlab.io.fits.readKeyLongStr
matlab.io.fits.writeComment
matlab.io.fits.writeDate
matlab.io.fits.writeHistory
matlab.io.fits.writeKey
matlab.io.fits.writeKeyUnit
matlab.io.fits.deleteKey
matlab.io.fits.deleteRecord
Low Level Image Manipulation
matlab.io.fits.getImgSize
matlab.io.fits.getImgType
matlab.io.fits.readImg
matlab.io.fits.createImg
matlab.io.fits.insertImg
matlab.io.fits.writeImg
matlab.io.fits.setBscale
matlab.io.fits.setTscale
Low Level Utility Functions
matlab.io.fits.getConstantValue
matlab.io.fits.getConstantNames
matlab.io.fits.getVersion
matlab.io.fits.getOpenFiles
Low Level Compression Functions
matlab.io.fits.isCompressedImg
matlab.io.fits.setCompressionType
matlab.io.fits.setTileDim
matlab.io.fits.imgCompress
matlab.io.fits.setHCompScale
matlab.io.fits.setHCompSmooth
Low Level Binary and ASCII Tables
matlab.io.fits.createTbl
matlab.io.fits.insertATbl
matlab.io.fits.insertBTbl
matlab.io.fits.insertCol
matlab.io.fits.deleteCol
matlab.io.fits.insertRows
matlab.io.fits.deleteRows
matlab.io.fits.getAColParms
matlab.io.fits.getBColParms
matlab.io.fits.getColName
matlab.io.fits.getColType
matlab.io.fits.getEqColType
matlab.io.fits.getNumCols
matlab.io.fits.getNumRows
matlab.io.fits.getRowSize
matlab.io.fits.readATblHdr
matlab.io.fits.readBTblHdr
matlab.io.fits.readCol
matlab.io.fits.writeCol
Import functions
import_fits