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
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.
I don't know if it is a solution or another symptom of the same underlying
issue but I noticed that for all of these tiles the PROGRAM is missing in
tiles-daily.csv.
On Fri, Sep 6, 2024 at 4:59 PM araichoor ***@***.***> wrote:
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 <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 []
—
Reply to this email directly, view it on GitHub
<#210>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBM5O2BLR2JKFEJLWB7P5DZVI6VVAVCNFSM6AAAAABNZO5KACVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTCMZSHA3TENQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
there are 43 sv1 tiles and 4 sv2 tiles which are in
exposures-daily.csv
, but not intiles-{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.
returns:
The text was updated successfully, but these errors were encountered: