sarproz-group

Coregisteration output file format

Viewing 3 reply threads
  • Author
    Posts
    • #3042
      Anonymous

        Hi dear staffs, I have a question about coregisteration process,
        I want know the file format of coregisteration output in FITTED folder (the file other than JPEG file)?
        How should I read the file?

      • #3043
        Anonymous

          Hi all, I’ve got the answer: the format is float complex (real and image one by one).

        • #3044
          periz
          Keymaster

            correct.
            if you are using matlab, you can type “fast” at the command prompt, this will load all important variables and file names. the you can use “leggi” to read the data, with Type=1. here the help:
            Data=leggi(FileName,S,L)
            Data=leggi(FileName,S,L,[Svet,Lvet])
            Data=leggi(FileName,S,L,[Sin,Sfin,Lin,Lfin])
            Data=leggi(FileName,S,L,[],Type)
            Type: 0 data are real (float) DEFAULT
            Type: 1 data are complex (float*2)
            Type: 2 data are real (double)
            Type: 3 data are uint (uint8)
            Type: 4 data are uint32 (uint32)
            Type: 10 data are real (short)
            Type: 11 data are complex, short (short*2)

          • #3045
            Anonymous

              Thanx’ Dear Dr. Periz, I worked!

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.