<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Heike,
<div class="">I have obviously left out a few recently added base classes to those that are available by default in NeXpy, or more accurately in the underlying nexusformat package, for which I apologize. I will try to add them in an upcoming release.</div>
<div class=""><br class="">
</div>
<div class="">However, you can create any class you want, by creating an NXgroup with the nxclass keyword.</div>
<div class=""><br class="">
</div>
<div class="">>>> grating = NXgroup(nxclass=‘NXgrating’)</div>
<div class="">>>> grating.__class__</div>
<div class="">nexusformat.nexus.tree.NXgrating</div>
<div class=""><br class="">
</div>
<div class="">This was to allow people to experiment with new classes before getting them ratified by the NIAC. </div>
<div class=""><br class="">
</div>
<div class="">With best regards,</div>
<div class="">Ray</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jan 22, 2018, at 8:06 AM, Heike Görzig <<a href="mailto:heike.goerzig@helmholtz-berlin.de" class="">heike.goerzig@helmholtz-berlin.de</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">At the beamlines at BESSY II we are using gratings quiet often.<br class="">
NXgrating is defined as a base class in the Nexus definitions, but I<br class="">
can't create a NXgrating using nexpy or nexusformat in python3. Normally<br class="">
it should be possible, or am I wrong here?<br class="">
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
-- <br class="">
Ray Osborn, Senior Scientist<br class="">
Materials Science Division<br class="">
Argonne National Laboratory<br class="">
Argonne, IL 60439, USA<br class="">
Phone: +1 (630) 252-9011<br class="">
Email: <a href="mailto:ROsborn@anl.gov" class="">ROsborn@anl.gov</a></div>
</div>
</div>
<br class="">
</div>
</body>
</html>