Skip to content

Commit

Permalink
DOC #306 described why "4" in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Dec 15, 2023
1 parent ffbaafc commit a6e8802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make_geometry_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def format_name_list(names):
db = {
gonio.geometry_name: {
"real_axes": gonio.physical_axis_names,
"cname": gonio.__class__.__name__[4:],
"cname": gonio.__class__.__name__[4:], # 4 = len("Calc") as in "CalcE4CV"
}
for gonio in goniometers()
}
Expand Down

0 comments on commit a6e8802

Please sign in to comment.