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

sv1 and sv2 tiles not present in tiles-{survey}.ecsv #210

Open
araichoor opened this issue Sep 6, 2024 · 1 comment
Open

sv1 and sv2 tiles not present in tiles-{survey}.ecsv #210

araichoor opened this issue Sep 6, 2024 · 1 comment

Comments

@araichoor
Copy link
Contributor

there are 43 sv1 tiles and 4 sv2 tiles which are in exposures-daily.csv, but not in tiles-{survey}.ecsv.
I ve not checked in previous issues if that already is identified...
this can cause small hiccups in some desispec routines; at least in the night_qa functions; those cases will be handled in the code, but I file the ticket for the record.

for the 4 sv2 tiles, part of the explanation is here: desihub/desispec#2357.

a = Table.read("/global/cfs/cdirs/desi/spectro/redux/daily/tiles-daily.csv")
for survey in ["sv1", "sv2", "sv3", "main"]:
    b = Table.read("/global/cfs/cdirs/desi/survey/ops/surveyops/trunk/ops/tiles-{}.ecsv".format(survey))
    print(survey, "\t", a[(a["SURVEY"] == survey) & (~np.in1d(a["TILEID"], b["TILEID"]))]["TILEID"].tolist())

returns:

sv1 	 [80718, 80719, 80720, 80783, 80782, 80790, 80787, 80789, 80786, 80788, 80784, 80785, 80866, 80867, 80863, 80862, 80950, 80966, 80938, 80968, 80944, 80962, 80956, 80963, 80959, 80960, 80970, 80955, 80958, 80951, 80949, 80952, 80954, 80871, 80865, 80869, 80972, 80974, 80872, 80971, 80870, 80975, 82633]
sv2 	 [81096, 81097, 81098, 81099]
sv3 	 []
main 	 []
@akremin
Copy link
Member

akremin commented Sep 7, 2024 via email

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

2 participants