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

tiles-specstatus entries with incorrect EFFTIME_SPEC = 0 or NaN #209

Open
sbailey opened this issue Sep 5, 2024 · 0 comments
Open

tiles-specstatus entries with incorrect EFFTIME_SPEC = 0 or NaN #209

sbailey opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
doesnotblockmtl This dailyops issue does not block MTL updates; tiles are marked good.

Comments

@sbailey
Copy link
Contributor

sbailey commented Sep 5, 2024

The following tiles in $DESI_SURVEYOPS/ops/tiles-specstatus.ecsv EFFTIME_SPEC=nan or 0, but were processed in Iron or Jura with non-NaN non-zero EFFTIME_SPEC:

TILEID LASTNIGHT  SURVEY PROGRAM EFFTIME_SPEC GOALTIME
int64    int64     str7    str6    float64    float64 
------ --------- ------- ------- ------------ --------
 41685  20220101    main  backup        145.9     60.0
 80724  20210328     sv1   other        131.7   1000.0
 81097  20210430     sv2    dark        247.1   1000.0
 81098  20210505     sv2    dark        180.3   1000.0

If they were re-processed in daily and tiles-specstatus.ecsv was updated, they would automatically be included in future prods. All of these were initially missing from Kibo. The first two (41685, 80724) were also in Iron/DR1, so we did the hand work to recover them in Kibo/DR2. The last two (81097, 81098) were in Fuji/EDR, but had already been dropped from Iron so we did not post-facto include them in Kibo.

Todo: reprocess all of these in daily and update their values in tiles-specstatus.ecsv so that they will be included in future prods automatically. The relevant nights/exposures are:

TILEID  NIGHT   EXPID 
int64   int64   int64 
------ -------- ------
 80724 20210328  82608
 81097 20210430  86750
 81098 20210505  87359
 41685 20211218 114606
 41685 20211220 114859
 41685 20220101 116294

Details, details: an initial attempt by @akremin on tile 80724 night 20210328 revealed that the processing table written at the time is incompatible with the current code, so it isn't quite as simple as "just rerun these tiles". It might be necessary to patch daily data with results from Kibo or Jura, and then update tiles-specstatus.ecsv.

@sbailey sbailey added the doesnotblockmtl This dailyops issue does not block MTL updates; tiles are marked good. label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doesnotblockmtl This dailyops issue does not block MTL updates; tiles are marked good.
Projects
None yet
Development

No branches or pull requests

3 participants