Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 547
    • Issues 547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 142
    • Merge requests 142
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bliss
  • blissbliss
  • Issues
  • #3192

Closed
Open
Created Jan 21, 2022 by Wout De Nolf@denolfMaintainer

Writer does not accept detector shapes with zeros in them

Reported by @berruyer at BM23

class NexusScanWriterBase(base_subscriber.BaseSubscriber):

    def _detector_data_info(self, node):
        ...
        detector_shape = node.shape
        # TODO: this fixes the missing fluo_sp0 problem (to be investigated)
        if detector_shape is not None:
            info["detector_shape"] = detector_shape
        #if detector_shape is not None and all(detector_shape):
        #    info["detector_shape"] = detector_shape
Edited Jan 21, 2022 by Wout De Nolf
Assignee
Assign to
Time tracking