Skip to content

Fermi surface display issue #2

Description

@quantum-ctrl

I have a Fermi surface mapping. The dimension is 33x650x51 (Eb, analyzer channel, scans). After converting it into k space, I can't plot the IsoE.

The problem seems to be at line54 in extract_isoSlice.m.
init = ceil(0.5*size(dataStr.(dField), 2)); gives a result of 325, which is larger than 33 (Eb). Then I will get an error in the next step: YSlice = squeeze(dataStr.(zField)(init,:,:))'

If I made init equals to a number <=33, then I don't have any errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions