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 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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
  • !56

Develop RatioRMS

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-RatioRMS into master Apr 16, 2021
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 4

Hi @nperez,

RatioRMS() is now included. One thing unique about this function is that it requires all the dimensions to be target_dims in Apply() because, for one input, it uses the maximum of all the values as the criteria to adjust the values. rms2[which(abs(rms2) <= (max(abs(rms2), na.rm = TRUE) / 1000))] <- max(abs(rms2), na.rm = TRUE) / 1000. I don't know why it needs this step (only for the 2nd experiment 'exp2' but not the 1st experiment 'exp1' but I keep it to be consistent as s2dverification::RatioRMS. And Apply() is still used to retain 'ncores' option.

Cheers,
An-Chi

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