Rank: 3865 based on 7 downloads (last 30 days) and 1 file submitted
photo

Bill Baxter

E-mail
Company/University
The Wadsworth Center

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Bill
Updated   File Tags Downloads
(last 30 days)
Comments Rating
19 May 2009 Published MATLAB Files Read SPIDER files Read and write files in SPIDER format Author: Bill Baxter data export, data import, image processing 7 1
  • 5.0
5.0 | 1 rating
Comments and Ratings on Bill's Files
Updated File Comment by Comments Rating
20 May 2011 Read SPIDER files Read and write files in SPIDER format Author: Bill Baxter Sindelar, Charles

Thank you Bill for a very useful set of routines.
I have discovered a problem with writeSPIDERfile.m when it is used with Octave, an open-source matlab equivalent, so I thought I would share the fix. The problem is that the header length is computed wrong by the line:

labrec = uint32(1024 / lenbyt);

In Octave, at least, "uint32" seems to perform a rounding operation, whereas the correct operation is a "floor". So, the following fix appears to work just fine:

labrec = uint32(floor(1024 / lenbyt));

Top Tags Applied by Bill
data export, data import, image processing
Files Tagged by Bill
Updated   File Tags Downloads
(last 30 days)
Comments Rating
19 May 2009 Published MATLAB Files Read SPIDER files Read and write files in SPIDER format Author: Bill Baxter data export, data import, image processing 7 1
  • 5.0
5.0 | 1 rating

Contact us at files@mathworks.com