Calibrate Shock in Bayesian Estimation

Hello Prof. Pfeifer,

I have followed the steps suggested in a previous post:

in my case, given that I have a log linearized version and no stoch_simul command
I have added after the estimation command

if options_.relative_irf 
exp(y)=exp(100*y/cs(i,i)) 
exp(pinf)=exp(100*pinf/cs(i,i)) 
exp(r)=exp(100*r/cs(i,i));
end;

However, I was not successful with it. Could you give me an advice?

Many thanks !