How to set the number of scales output of Wavelets.jl

By default for my signal Wavelets.jl cwt is giving 28 columns in the output Y matrix. How can I set this to a constant number of columns no matter the signal?

using Wavelets
Y = Wavelets.cwt(signal, wavelet(WT.dog2))