Skip to content

Commit fe9e16c

Browse files
committed
Renames "non_polarised" to "normal_reflectivity"
1 parent 48b56fd commit fe9e16c

13 files changed

+5
-5
lines changed

RATapi/examples/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
from RATapi.examples.domains.domains_custom_layers import domains_custom_layers
44
from RATapi.examples.domains.domains_custom_XY import domains_custom_XY
55
from RATapi.examples.domains.domains_standard_layers import domains_standard_layers
6-
from RATapi.examples.non_polarised.DSPC_custom_layers import DSPC_custom_layers
7-
from RATapi.examples.non_polarised.DSPC_custom_XY import DSPC_custom_XY
8-
from RATapi.examples.non_polarised.DSPC_data_background import DSPC_data_background
9-
from RATapi.examples.non_polarised.DSPC_function_background import DSPC_function_background
10-
from RATapi.examples.non_polarised.DSPC_standard_layers import DSPC_standard_layers
6+
from RATapi.examples.normal_reflectivity.DSPC_custom_layers import DSPC_custom_layers
7+
from RATapi.examples.normal_reflectivity.DSPC_custom_XY import DSPC_custom_XY
8+
from RATapi.examples.normal_reflectivity.DSPC_data_background import DSPC_data_background
9+
from RATapi.examples.normal_reflectivity.DSPC_function_background import DSPC_function_background
10+
from RATapi.examples.normal_reflectivity.DSPC_standard_layers import DSPC_standard_layers
1111

1212
__all__ = [
1313
"absorption",
File renamed without changes.

RATapi/examples/non_polarised/DSPC_custom_layers.ipynb renamed to RATapi/examples/normal_reflectivity/DSPC_custom_layers.ipynb

File renamed without changes.

RATapi/examples/non_polarised/DSPC_custom_layers.py renamed to RATapi/examples/normal_reflectivity/DSPC_custom_layers.py

File renamed without changes.
File renamed without changes.

RATapi/examples/non_polarised/DSPC_data_background.py renamed to RATapi/examples/normal_reflectivity/DSPC_data_background.py

File renamed without changes.

RATapi/examples/non_polarised/DSPC_function_background.py renamed to RATapi/examples/normal_reflectivity/DSPC_function_background.py

File renamed without changes.

RATapi/examples/non_polarised/DSPC_standard_layers.ipynb renamed to RATapi/examples/normal_reflectivity/DSPC_standard_layers.ipynb

File renamed without changes.

RATapi/examples/non_polarised/DSPC_standard_layers.py renamed to RATapi/examples/normal_reflectivity/DSPC_standard_layers.py

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)