From b941364802f456fb2d39eb3ab97a42e41b0726d6 Mon Sep 17 00:00:00 2001 From: Matthew Pitkin Date: Thu, 30 Jan 2025 19:28:23 +0000 Subject: [PATCH] config.py: switch pmtot to return error --- psrqpy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psrqpy/config.py b/psrqpy/config.py index 4b8cf82..1fd6250 100644 --- a/psrqpy/config.py +++ b/psrqpy/config.py @@ -258,7 +258,7 @@ PSR_DERIVED['BSURF'] = {'ref': False, 'err': False, 'units': 'G'} # Surface magnetic flux density PSR_DERIVED['EDOT'] = {'ref': False, 'err': False, 'units': 'erg/s'} # Spin down energy loss rate PSR_DERIVED['EDOTD2'] = {'ref': False, 'err': False, 'units': 'erg s^-1/kpc^2'} # Energy flux at the Sun -PSR_DERIVED['PMTOT'] = {'ref': False, 'err': False, 'units': 'mas/yr'} # Total proper motion +PSR_DERIVED['PMTOT'] = {'ref': False, 'err': True, 'units': 'mas/yr'} # Total proper motion # VTRANS: Transverse velocity - based on DIST PSR_DERIVED['VTRANS'] = {'ref': False, 'err': False, 'units': 'km/s'} # P1_I: Period derivative corrected for Shklovskii effect