Skip to content

Commit a032e23

Browse files
xrd: Fixed missing Metadata ipmort
1 parent e74c6f1 commit a032e23

File tree

5 files changed

+3
-145
lines changed

5 files changed

+3
-145
lines changed

reqs.txt

Lines changed: 0 additions & 142 deletions
This file was deleted.

xrdpattern/parsing/dat/dat_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22

3-
from xrdpattern.xrd import XrdData, XrdAnode, XrayInfo
3+
from xrdpattern.xrd import XrdData, XrayInfo
44

55

66
class DatParser:

xrdpattern/parsing/examples/aimat.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

xrdpattern/xrd/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .experiment import XrayInfo, PowderExperiment, LabelType
22
from .data import XrdData
3+
from .metadata import Metadata
34
from .xray import XrdAnode, XrayInfo

xrdpattern/xrd/experiment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
import math
43
from dataclasses import dataclass
54
from enum import Enum
65
from typing import Optional

0 commit comments

Comments
 (0)