navigate Logo

Getting Started

  • Quick Start Guide
  • Software Installation
  • I Want To…

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up A Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Feature Container
  • REST-API
  • Plugin Architecture

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
    • navigate.config
    • navigate.controller
    • navigate.log_files
    • navigate.model
      • navigate.model.analysis
      • navigate.model.concurrency
      • navigate.model.data_sources
      • navigate.model.device_startup_functions
      • navigate.model.devices
      • navigate.model.features
        • navigate.model.features.adaptive_optics
        • navigate.model.features.auto_tile_scan
        • navigate.model.features.autofocus
        • navigate.model.features.common_features
        • navigate.model.features.feature_container
        • navigate.model.features.feature_related_functions
        • navigate.model.features.image_writer
        • navigate.model.features.remove_empty_tiles
        • navigate.model.features.restful_features
        • navigate.model.features.update_setting
        • navigate.model.features.volume_search
      • navigate.model.metadata_sources
      • navigate.model.microscope
      • navigate.model.model
      • navigate.model.plugins_model
      • navigate.model.waveforms
    • navigate.tools
    • navigate.view
navigate
  • Acquiring Data
  • Currently Implemented Features
  • navigate.model.features.remove_empty_tiles
  • navigate.model.features.remove_empty_tiles.RemoveEmptyPositions
  • View page source

navigate.model.features.remove_empty_tiles.RemoveEmptyPositions

class navigate.model.features.remove_empty_tiles.RemoveEmptyPositions(model, position_flags=[])

Bases: object

Remove Empty Positions from the Model.

This class is used to remove empty positions from the model based on the specified position flags.

__init__(model, position_flags=[])

Initialize the RemoveEmptyPositions class.

Parameters:

modelobject

The model object representing the microscope.

position_flagslist, optional

A list of position flags to remove. Default is an empty list.

Methods

__init__(model[, position_flags])

Initialize the RemoveEmptyPositions class.

signal_func()

Main signal processing function to remove empty positions.

Attributes

model

The model object representing the microscope.

position_records

A list of position flags to remove.

signal_func()

Main signal processing function to remove empty positions.

This method processes the signal to remove empty positions from the model based on the specified position flags. It puts a “remove_positions” event into the model’s event queue to trigger the removal.

Returns:

bool

True indicating the successful execution of the signal function.

model

The model object representing the microscope.

Type:

navigate.model.Model

position_records

A list of position flags to remove.

Type:

list

Previous Next

© Copyright 2025, Dean Lab, UT Southwestern Medical Center.