Skip to content

"Anasum" hard coded throughout VERITAS #10

@deividribeiro

Description

@deividribeiro

VEGAS doesn't use anasum, so this string in the dictionaries and filename should be removed to accommodate those files (filenames are not standardized).
filelist = glob.glob(f"{self._datadir}/*anasum.fit*")
can become
filelist = glob.glob(f"{self._datadir}/*.fit*")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions