echopen / PRJ-medtec_androidapp

Code and issue about EchOpen display -- now on, #Android -- Perhaps some duplication with http://echopen.org/
BSD 3-Clause "New" or "Revised" License
49 stars 43 forks source link

documentation of scan conversion params #6

Closed benchoufi closed 8 years ago

benchoufi commented 8 years ago

scan conversion params needs to be documented in dimension

Example :

/* sampling frequency in Hz */ public static final int SAMPLING_FREQUENCY = (int) Math.pow(100,5);

@loic-fejoz @kelu124

kelu124 commented 8 years ago

I meant with the angles, starting depth and so on - all linked to the each specific set of raw data - if I want to test on Matlab :)

benchoufi commented 8 years ago

if you check the Constants.java file, you'll find the data hard coded in PreProcParam. For example start depth correponds to RADIAL_IMG_INIT. Tell me if it is not complete

Fyi, all the constants that depends on the device itself will be set in Config class via the initDisplayInfo method. You'll find an example of this in 697b08e