Skip to content

Commit de92776

Browse files
committed
Doc header rectifications
1 parent b647047 commit de92776

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mcstas-comps/examples/Tests_union/Hidden_Cylinder/Hidden_Cylinder.instr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Origin: UCPH@NBI, Funded by ACTNXT
2020
* %INSTRUMENT_SITE: Tests_union
2121
*
22+
* Small test instrument testing placement of low-priority Union cylinder within higher-priority Union cylinder.
2223
*
2324
* %Description
2425
* A small test instrument testing the placement of one cylinder with a low priority
@@ -42,7 +43,7 @@
4243
* %End
4344
********************************************************************************/
4445

45-
DEFINE INSTRUMENT imaging (
46+
DEFINE INSTRUMENT Hidden_Cylinder (
4647
double pin_rad = 0.0025, // Radius of source
4748
double d = 10, // Distance between source and sample center
4849
double detector_x = 0.01, // Detector Width

mcstas-comps/examples/Tests_union/Many_meshes/Many_meshes.instr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
* European Spallation Source Data Management and
1212
* Software Centre
1313
*
14-
* Instrument: Testing placing many meshes in the same instrument file
14+
* Instrument: Many_meshes
1515
*
1616
* %Identification
1717
* Written by: Daniel Lomholt Christensen
1818
* Date: 15:54:48 on January 20, 2026
1919
* Origin: UCPH@NBI, Funded by ACTNXT
2020
* %INSTRUMENT_SITE: Tests_union
2121
*
22+
* Instrument testing placement of overlapping mesh components.
2223
*
2324
* %Description
2425
* A small test instrument testing the placement of many overlapping
@@ -41,7 +42,7 @@
4142
* %End
4243
********************************************************************************/
4344

44-
DEFINE INSTRUMENT imaging (
45+
DEFINE INSTRUMENT Many_meshes (
4546
double pin_rad = 0.0025, // Radius of source
4647
double d = 10, // Distance between source and sample center
4748
double detector_x = 0.01, // Detector Width

0 commit comments

Comments
 (0)