小知識備忘

1.cmap: colormap 顏色圖譜(colormap), 默認繪製爲RGB(A)顏色空間

2.AE title :

AE Title(Application Entity Title)是配置影像檢查設備DICOM服務(Worklist、Storage、Print等)必不可少的參數之一。
Application Entity Title - The representation used to identify the DICOM nodes communicating between each other.
對於某一臺影像檢查設備,其各個DICOM服務可以對應不同的AE Title,當然這些DICOM服務也可以對應同一個AE Title。AE Title是一個字符串,但是這個字符串在我們要配置的RIS/PACS系統的網絡中必須是唯一的。因此,AE Title是這個網絡中某一個(或幾個)DICOM服務的唯一標識。
3. efilm
4. struct.unpack('>i', f.read(4))[0]

格式字符串(format string)由一個或多個格式字符(format characters)組成,對於這些格式字符的描述參照Python manual如下:

    

Format c Type Python Note
x pad byte no value  
c char string of length 1  
b signedchar integer  
B unsignedchar integer  
? _Bool bool (1)
h short integer  
H unsignedshort integer  
i int integer  
I unsignedint integer or long  
l long integer  
L unsignedlong long  
q longlong long (2)
Q unsignedlonglong long (2)
f float float  
d double float  
s char[] string  
p char[] string  
P void* long  
詳見:http://www.52ai.com/AIjiaocheng/1435.html
5.ax : axis  y-ax, x-ax  詳情見 http://developer.51cto.com/art/201608/515548.htm
6.在jupyter notebook下用apt-get install XXX 時會有個提示:”
Do you want to continue? [Y/n] 
“需要輸入 確認鍵”y“,剛開始不知怎麼輸入,後來試了一下:
apt-get install XXX  -y

成功了!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章