Use null values for external RA/dec/error if no information given
Currently we populate an external event with zeros for its RA/dec/error radius if no information is given. However, it may make more sense to use a null value, such as None
, instead if these are missing to prevent observers from thinking there is any meaningful information there.