You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TARGETID_DATA column in the random catalogs are not matched to TARGETID in the data or other iron release VAC catalogs. The TARGERID_DATA column is also of type float64 rather than int. A work around was to recover the TARGETID_DATA in the random catalogs by matching the entries via a left Table join in Astropy using keys 'Z' and 'WEIGHT_COMP'. An example script correcting a single file is attached. I'll try to make this more universal soon. recover_rand_targetid_data.zip
The text was updated successfully, but these errors were encountered:
The TARGETID_DATA column in the random catalogs are not matched to TARGETID in the data or other iron release VAC catalogs. The TARGERID_DATA column is also of type
float64
rather thanint
. A work around was to recover the TARGETID_DATA in the random catalogs by matching the entries via a left Table join in Astropy using keys 'Z' and 'WEIGHT_COMP'. An example script correcting a single file is attached. I'll try to make this more universal soon.recover_rand_targetid_data.zip
The text was updated successfully, but these errors were encountered: