Skip to content

Use module directly but encountering error : Invalid number (25:20) #3

@tessieblink

Description

@tessieblink

I want to use this module directly to find whether there is a break on a pixel, but the error "Invalid number" occurred.
The parameters are the same as the original code you presented.

Here is my code:
https://code.earthengine.google.com/7bf71db0079d907ca2ac8e1958ecc033

var engine = require('users/andreim/geeMonitor:monitor.js');
var result = engine.bfastMonitor({
roi:ee.Geometry.Point(-60.00, -14.33),
historyStart:2013-01-01,
historyEnd:2016-12-31,
monitoringStart:2017-01-01,
monitoringEnd:2018-12-31,
h:0.25,
period:10,
alpha:0.05,
magnitudeThreshold: -0.000000000000000000000000000000121,
harmonics:1})

print(result)

Hope to get your reply soon!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions