Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TARGETID_DATA in random files do not match TARGETID in data files #125

Open
mcdemart opened this issue Feb 28, 2024 · 0 comments
Open

TARGETID_DATA in random files do not match TARGETID in data files #125

mcdemart opened this issue Feb 28, 2024 · 0 comments

Comments

@mcdemart
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant