ocesou / hooke

Automatically exported from code.google.com/p/hooke
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Mfp1dSupport, not exporting anyting #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install hooke extensions and uncomment version 5 lines
2. start MFP3D program (I tried ver 5 and 6) and execute load folder
3. select origin and output directories 

What is the expected output? What do you see instead?

The script loads all the waves, however nothing is exported. The final
print were it counts how many files were saved is 0.

As an alternative to this, I am currently looking into HDF5 export
(included in Igor Pro) that at least is a vendor independent format and has
several available APIs (including python). So far (for testing) I can
export a bunch of waves into a single h5 file and extract the data from it
to text columns using 

h5totxt file.h5 -d wavename -o wavename.txt 

(h5totxt is included in ubuntu linux h5tools package, h5ls is also useful
to list the contents of an h5 file).

Original issue reported on code.google.com by albertog...@gmail.com on 20 Jan 2010 at 4:12

GoogleCodeExporter commented 8 years ago
Thanks for the report. You could write to illysam, he's the guy who wrote the 
mfd
output stuff. It is probable that it is due to some difference between MFP1D 
and MFP3D.

Original comment by devicera...@gmail.com on 20 Jan 2010 at 11:26

GoogleCodeExporter commented 8 years ago
I wrote an alternative method for this, should work in any case but any 
feedback is
welcome.

Original comment by albertog...@gmail.com on 27 Jan 2010 at 2:58

GoogleCodeExporter commented 8 years ago
Uh, cool! 

Original comment by devicera...@gmail.com on 31 Jan 2010 at 6:25

GoogleCodeExporter commented 8 years ago
Formats mfp1d and mfp3d are different. Native support is already provided 
(deprecates
this script and hdf5). Closing.

Original comment by albertog...@gmail.com on 10 Mar 2010 at 7:51