From 12689e3d858d66e5e00e8d99f9326ef91cc0a384 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 14 Feb 2019 14:51:39 +0100 Subject: deformation: Replace +t_obs with +dt The +t_obs parameter was confusing for users since it effectively overwrote the observation time in input coordinates. To make it more clear what is the operation is doing, users are now required to directly specify the time span for which they wish to apply a given deformation. The parameter +dt has been added for that purpose. The new parameter is mutually exclusive with +t_epoch. +dt is used when deformation for a set amount of time is needed and +t_epoch is used (in conjunction with the observation time of the input coordinate) when deformation from a specific epoch to the observation time is needed. --- src/apps/gie.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apps') diff --git a/src/apps/gie.cpp b/src/apps/gie.cpp index c3622d52..abed11c0 100644 --- a/src/apps/gie.cpp +++ b/src/apps/gie.cpp @@ -1082,6 +1082,7 @@ static const struct errno_vs_err_const lookup[] = { {"pjd_err_too_many_inits" , -57}, {"pjd_err_invalid_arg" , -58}, {"pjd_err_inconsistent_unit" , -59}, + {"pjd_err_mutually_exclusive_args" , -60}, {"pjd_err_dont_skip" , 5555}, {"pjd_err_unknown" , 9999}, {"pjd_err_enomem" , ENOMEM}, -- cgit v1.2.3