Handle scaled keyword argument when reading GWF with lalframe
This PR fixes a bug in GWF reading whereby the scaled
keyword argument is always passed, but the lalframe
API doesn't expect it. The mod is to handle it and just present a warning when the user has actually used it, since the lalframe
API doesn't support it.