Open-source pulse sequences  
Easily create and execute MR sequences
Public Attributes | List of all members
CompressedShape Struct Reference

Compressed shape data. More...

#include <ExternalSequence.h>

Public Attributes

int numUncompressedSamples
 Number of samples after decompression.
 
std::vector< float > samples
 Compressed samples.
 

Detailed Description

Compressed shape data.

Stores an arbitrary shape compressed with run-length compression of the derivative. The decompressed samples should be in the range [0,1].


The documentation for this struct was generated from the following file: