You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is sometimes a need for step index in a sample deposition. @aalbino2 suggested adding this on the VaporDeposition level but it might make sense to put it already on the SampleDeposition level or even in the base sections on the Process level.
Current normalizers to keep in mind:
The workflow normalizer in SampleDeposition class has a is_serial() method call which currently only looks at times but should then also look at the step index.
There is sometimes a need for step index in a sample deposition. @aalbino2 suggested adding this on the
VaporDeposition
level but it might make sense to put it already on theSampleDeposition
level or even in the base sections on theProcess
level.Current normalizers to keep in mind:
SampleDeposition
class has ais_serial()
method call which currently only looks at times but should then also look at the step index.Process
class which assumes serial steps: https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/-/blob/develop/nomad/datamodel/metainfo/basesections.py?ref_type=heads#L1195The text was updated successfully, but these errors were encountered: