Hi Evan,
-replace_z : store heights to z coordinate (instead of in dm in user_data field). original elevations are lost.
-store_as_extra_bytes : store height with cm precision as short in "extra bytes" (instead of in dm in user_data field)
-store_in_user_data : store also in user_data field (even when storing to z coordinate or as extra bytes)
(this is default)
-store_precise_as_extra_bytes : store height with mm precision as int in "extra bytes" (instead of in dm in user_data field)
So if you do not use replace_z you do not need to do a "non-normalize" - because your z values have not been touched.
Please always use the 64 bit version and best with -v argument to see what the tool is doing.
Cheers,
Jochen @rapidlasso