Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MATLAB to Python conversion
#6
Thank you for the help! I appreciate the time. That example nailed what I am trying to do perfectly.

The format of the actual input file consists of a mix of u8, u4, f8, and f4 variables in multi-frame image data with image header data then image data for each frame. There's about 250 header variables in total before each frame of image data. Some header data are single values and some are vectors, and they are stored in different sub-levels of header information.

The struct.unpack() looks like a good alternative to what I've been trying - variable.append(np.fromfile()) - which had some limitations for setting up arrays of different dimensionality.

The only issue I see is that some variables may need to be indexed as vectors later on - I just need to figure out converting the resulting dictionaries to vectors for this approach as needed - like converting
filedata[file][shift][:], or
filedata[:][numshifts]
to vectors. I'm not sure about the easiest way to retrieve those two examples of vectors.
Reply


Messages In This Thread
MATLAB to Python conversion - by stokd - Jan-18-2020, 02:24 AM
RE: MATLAB to Python conversion - by stokd - Jan-18-2020, 03:34 AM
RE: MATLAB to Python conversion - by perfringo - Jan-18-2020, 06:37 AM
RE: MATLAB to Python conversion - by buran - Jan-18-2020, 07:05 AM
RE: MATLAB to Python conversion - by ibreeden - Jan-18-2020, 11:11 AM
RE: MATLAB to Python conversion - by stokd - Jan-18-2020, 06:14 PM
RE: MATLAB to Python conversion - by stokd - Jan-18-2020, 08:04 PM
RE: MATLAB to Python conversion - by buran - Jan-18-2020, 08:28 PM
RE: MATLAB to Python conversion - by stokd - Jan-18-2020, 08:32 PM
RE: MATLAB to Python conversion - by ibreeden - Jan-19-2020, 10:00 AM
RE: MATLAB to Python conversion - by stokd - Jan-19-2020, 09:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I need to add data types to cython conversion python to c Good_AI_User 1 1,048 Aug-19-2022, 07:52 AM
Last Post: Gribouillis
Photo Matlab to Python Sateesh 0 1,709 Nov-04-2020, 09:11 AM
Last Post: Sateesh
  From Matlab to Python erbab 1 2,049 Oct-27-2020, 02:16 PM
Last Post: jefsummers
  Arrays in MATLAB and PYTHON cokhuatlanyeuthuongconhetmuc 2 2,225 Jul-24-2020, 10:47 AM
Last Post: cokhuatlanyeuthuongconhetmuc
  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules. DivyaKumar 2 6,567 Jul-09-2020, 04:46 PM
Last Post: srikanth7482
  Matlab to Python -- Parallel Computing zistambo 1 2,000 Jun-10-2020, 04:59 PM
Last Post: pyzyx3qwerty
  C to Python code conversion print problem anakk1n 1 2,215 May-22-2020, 04:15 PM
Last Post: deanhystad
  Python uppercase conversion conditions Jaypeng 7 3,044 Apr-29-2020, 11:24 AM
Last Post: jefsummers
  Python v MatLab for graphs and plots CynthiaMoore 4 3,103 Apr-22-2020, 02:13 PM
Last Post: CynthiaMoore
  python equivalent to MATLAB xcov chai0404 2 3,921 Apr-02-2020, 10:29 PM
Last Post: chai0404

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020