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

sequencer webmaker reports no observations when actually there are #287

Closed
morcuended opened this issue May 1, 2024 · 1 comment
Closed
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@morcuended
Copy link
Member

morcuended commented May 1, 2024

happening in the latest lstosa release, might be related to new no gain sel option in sequencer (which is run inside the sequencer webmaker script)

log.info("Calling sequencer...")
commandargs = [
"sequencer",
"-c",
config,
"-s",
"-d",
date,
options.tel_id,
]

should include no-gain-sel option otherwise will not return the correct output.

(osa-v0.10) [lstanalyzer@tcs06 ~]$ sequencer -c /fefs/aswg/lstosa/cfg/sequencer_v0.10.cfg -s LST1
=================================== Starting sequencer.py at 2024-05-01 12:02 UTC for LST, Telescope: LST1, Date: 2024-04-30 ===================================
Gain selection did not finish successfully for date 2024-04-30 12:02:09.524403.Try again later, once gain selection has finished.

while:

(osa-v0.10) [lstanalyzer@tcs06 ~]$ sequencer -c /fefs/aswg/lstosa/cfg/sequencer_v0.10.cfg -s --no-gainsel LST1
=================================== Starting sequencer.py at 2024-05-01 12:04 UTC for LST, Telescope: LST1, Date: 2024-04-30 ===================================
Tel   Seq  Parent  Type      Run    Subruns  Source  Action  Tries  JobID     State      CPU_time  Exit  DL1%  MUONS%  DL1AB%  DATACHECK%  DL2%  
LST1    1  None    PEDCALIB  17208  2        None    Closed      1  34739565  COMPLETED  00:08:41  0:0   None  None    None    None        None  
...
@morcuended morcuended added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels May 1, 2024
@morcuended
Copy link
Member Author

solved in #288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant