Skip to content

tide prediction for nesting, might need to add min_SNR and min_PE #26

@mazpml

Description

@mazpml

might need to add min_SNR and min_PE into reconstruct tide to get the tidal prediction correct at all OBC node.

    pred = reconstruct(times, coef, epoch="1858-11-17", verbose=noisy)

to
pred = reconstruct(times, coef, min_SNR=0, min_PE=0, epoch="1858-11-17", verbose=noisy)

in _grid.py file in grid folder

This is in case we are using tidal component from harmonic file and wanted to include all of the harmonic without filtering of SNR and PE. The filtering can introduce some inaccurate value of tidal elevation in certain nodes.

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