astrocatalogs / astrocats

Astrocats package for constructing astronomical catalogs
https://astrocats.space
MIT License
40 stars 12 forks source link

Photometry: 'u_time': MJD is being added as default even to 'host' entries without time value #66

Closed lzkelley closed 8 years ago

lzkelley commented 8 years ago

The default 'u_time': 'MJD' should probably only be set if the Photometry has a 'time' value.

guillochon commented 8 years ago

Good catch, this oughta fix it: https://github.com/astrocatalogs/astrocats/commit/37c0378e0e7ac3a9d473f8870fda6d8f107593f2

lzkelley commented 8 years ago

Yup, that fixed it! Thanks