Mercurial > hg > minc-tools
changeset 1076:f995201d9752
Added some more ACR-NEMA and SPI element definitions.
author | neelin <neelin> |
---|---|
date | Fri, 20 Jun 1997 23:35:57 +0000 |
parents | 1d088805d80c |
children | a385df086a89 |
files | conversion/gcomserver/spi_element_defs.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/conversion/gcomserver/spi_element_defs.h +++ b/conversion/gcomserver/spi_element_defs.h @@ -136,6 +136,9 @@ GLOBAL_ELEMENT(ACR_Nr_of_averages , 0x0018, 0x0083, DS); GLOBAL_ELEMENT(ACR_Imaging_frequency , 0x0018, 0x0084, DS); GLOBAL_ELEMENT(ACR_Imaged_nucleus , 0x0018, 0x0085, SH); +GLOBAL_ELEMENT(ACR_Echo_number , 0x0018, 0x0086, IS); +GLOBAL_ELEMENT(ACR_Spacing_between_slices, 0x0018, 0x0088, DS); +GLOBAL_ELEMENT(ACR_Echo_train_length , 0x0018, 0x0091, IS); GLOBAL_ELEMENT(ACR_Acq_comments , 0x0018, 0x4000, LT); GLOBAL_ELEMENT(ACR_Rows , 0x0028, 0x0010, US); GLOBAL_ELEMENT(ACR_Columns , 0x0028, 0x0011, US); @@ -175,6 +178,7 @@ GLOBAL_ELEMENT(SPI_Off_center_cc , 0x0019, 0x100c, DS); GLOBAL_ELEMENT(SPI_Off_center_ap , 0x0019, 0x100d, DS); GLOBAL_ELEMENT(SPI_Number_of_slices , 0x0019, 0x100f, IS); +GLOBAL_ELEMENT(SPI_Slice_factor , 0x0019, 0x1010, DS); GLOBAL_ELEMENT(SPI_Flip_angle , 0x0019, 0x101a, DS); GLOBAL_ELEMENT(SPI_Number_of_dynamic_scans , 0x0019, 0x101b, IS); GLOBAL_ELEMENT(SPI_dynamic_scan_begin_time , 0x0019, 0x1022, DS);