It's often useful to get only class measurements that are complete (defined as the observed wavelength, velocity, angular size, and distance values all not being null). This PR allows doing that on the class measurements endpoint by using a complete_only=true query parameter. Note that the default behavior (without the query parameter) is unchanged.
It's often useful to get only class measurements that are complete (defined as the observed wavelength, velocity, angular size, and distance values all not being null). This PR allows doing that on the class measurements endpoint by using a
complete_only=true
query parameter. Note that the default behavior (without the query parameter) is unchanged.