Skip to content

ROI substitution bug in NDROIStat8. #546

@gustavosr8

Description

@gustavosr8

I've been trying to understand the NDROIStats plugin, specifically the NDROIStats8 version. I noticed that the .template file uses substitutions for the ROI and ADDR variables, supposedly creating eight NDROIStatN plugins.

substitute "ROI=1:"
substitute "ADDR=0"
include "NDROIStatN.template"
substitute "ROI=2:"
substitute "ADDR=1"
include "NDROIStatN.template"
substitute "ROI=3:"
substitute "ADDR=2"
include "NDROIStatN.template"
substitute "ROI=4:"
substitute "ADDR=3"
include "NDROIStatN.template"
substitute "ROI=5:"
substitute "ADDR=4"
include "NDROIStatN.template"
substitute "ROI=6:"
substitute "ADDR=5"
include "NDROIStatN.template"
substitute "ROI=7:"
substitute "ADDR=6"
include "NDROIStatN.template"
substitute "ROI=8:"
substitute "ADDR=7"
include "NDROIStatN.template"

However, there isn't an ROI macro in NDROIStatN; it was removed here. Only the ADDR macro remains. Does the ROI substitution still make sense in this case?Has anyone used this database before?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions