Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SMLM Spacetime Resolution
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Note: The default ITS GitLab runner is a shared resource and is subject to slowdowns during heavy usage.
You can run your own GitLab runner that is dedicated just to your group if you need to avoid processing delays.

  • Veatch LabVeatch Lab
  • SMLM Spacetime Resolution
  • Merge requests
  • !12

Add ability to filter points based on timewin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Thomas Rogers Shaw requested to merge check-points-in-timewin into main Mar 29, 2022
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 4

Closes #11 (closed)

New function timewin_isinside returns inds of points that are inside the timewin. This function is applied in the spacetime correlation functions and spacetime_resolutions to filter points to the specified temporal window.

The algorithm for timewin_isinside is probably not the absolute most efficient possible, but is quite fast (a ~10^5 point dataset took about .01s to run).

Edited Mar 29, 2022 by Thomas Rogers Shaw
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: check-points-in-timewin