Skip to content

support non-regular grid in fringe search #4

Description

@lindyblackburn

in hops.util.findfringe
currently frequencies are assumed to stack into a regular grid
current DiFX configuration for EHT 2017 breaks this by having discontiguous HOPS channels, with subchannels that do not lie on a regular grid
an FFT fringe search over the entire band needs to be adapted to (approximately) handle this
one option is to place visibilities onto a supersampled regular grid, which is memory intensive but will scale computationally as logN which isn't so bad
can possibly deal with the memory issue by making sure we loop efficiently over time, at each stage we can throw away the "zero-padded" part of the delay spectrum

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions