I define a pixel as a reference unit as follows
@refunit px "px" Pixel Unitful.π true
However, the following happens despite not defining its size,
uconvert(u"mm", 1u"px")
1000 mm
Is this expected?
I define a pixel as a reference unit as follows
@refunit px "px" Pixel Unitful.π true
However, the following happens despite not defining its size,
uconvert(u"mm", 1u"px")
1000 mm
Is this expected?
I donβt see that I redefined px anywhere in the code. I donβt know how it makes the association to other SI units.