ex: convert_to_kspace
coords (KspaceCoords, optional): Coordinate of k-space. Defaults to {}.
allow_chunks (bool): [description]. Defaults to False.
**kwargs: treated as coords.
The standard should be 'coords={"kp":np.linspace(-1,1,200)}'. kp=np.linspace(-1,1,200) is optional way, but to keep consistency and it should be unifid to coords=.