Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Shared base for quantitative radiation data.

    type RadiationBase = {
        daughterLevel?: NuclearLevelId;
        energy?: NumberValue<"energy">;
        intensity?: NumberValue<"quantity">;
    }
    Index

    Properties

    daughterLevel?: NuclearLevelId

    The resulting level of the daughter nucleus.

    energy?: NumberValue<"energy">

    Mean or discrete energy of the emitted radiation.

    intensity?: NumberValue<"quantity">

    Number of particles or photons emitted per decay.