Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • s2dv s2dv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • s2dvs2dv
  • Merge requests
  • !21

Develop Composite()

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-Composite into master Jun 08, 2020
  • Overview 3
  • Commits 2
  • Pipelines 1
  • Changes 5

Hi @nperez

This is the modified Composite(). I've created the unit test.

I noticed that the new Composite() has a slight difference from s2dverification::Composite. It is because of s2dverification::Mean1Dim and s2dv::MeanDims, which are used in the two Composite() respectively. s2dv::MeanDims are the same as s2dverification::MeanListDims, but they're slightly different from Mean1Dim(). I took a brief look and found the difference may come from the average method. In Mean1Dim(), the average is calculated by division, while in the other two is by mean(). The difference only shows when the number is close to 0 (e.g., 10^-17).

Please let me know your thought, thanks!

Best,
An-Chi

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-Composite