-
Notifications
You must be signed in to change notification settings - Fork 1
X:Fileformats
haehn edited this page Jul 20, 2012
·
5 revisions
XTK supports a variety of scientific file formats out-of-the-box. We think that the best way to render your files is without any necessary conversions. Just drop'em on a webserver and they are ready to render.
- .STL - Standard Tessellation (ascii only)
- .VTK - The Visualization Toolkit polydata (ascii only)
- .FSM, .INFLATED, .SMOOTHWM, .SPHERE, .PIAL, .ORIG - Freesurfer meshes
- .NRRD - Single file DICOM (compressed/uncompressed auto-detection)
- .NII - Single file DICOM in NIfTI1 format (uncompressed) * pretty-fast *
- .MGH - Single file DICOM (uncompressed) * ultra-fast *
- .MGZ - Single file DICOM (compressed)
- .TRK - The default TrackVis file format for fiber tracks.
- .CRV - Freesurfer Curvature measurements
- .TXT/.* - The file extension of color tables does not matter as long as they are in this format:
# comment 0 background 0 0 0 0 1 tissue 128 174 128 255 2 bone 241 214 145 255 ...
- .PNG
- .JPG/.JPEG
- ... everything your browser supports