| ... | ... | @@ -13,3 +13,19 @@ The review charge is to check that the mock-event:generator ("meg") can be used |
|
|
|
- [ ] The package can be used to produce mock-data-challenge event to be used to generate MDC alert in production
|
|
|
|
|
|
|
|
**Review documentation**
|
|
|
|
|
|
|
|
In the directory (LDAS system) "/home/roberto.depietri/mock_event_generator_testing/mock-event-generator/" is installed the final candidate to be used (with the change that will be required by the review.
|
|
|
|
|
|
|
|
```
|
|
|
|
cd /home/roberto.depietri/mock_event_generator_testing/mock-event-generator
|
|
|
|
source vent/bin/activate
|
|
|
|
cd HISTORY_TESTING
|
|
|
|
# Already performed the command "./UsageExampleScript_meg.py"
|
|
|
|
# There is already the cache of the events in:
|
|
|
|
# ".cache/mock-event-generator/"
|
|
|
|
meg create --target test --group Test --original-search --cache-path=./.cache/mock-event-generator Gev-cwb-allsy
|
|
|
|
2023-04-14 07:24:31 INFO Created G895645 -> T436057 CWB Burst -> Test AllSky 1365517488.3597
|
|
|
|
2023-04-14 07:24:34 INFO Uploaded file for event T436057: cwb.multiorder.fits,0
|
|
|
|
2023-04-14 07:24:34 INFO Written label for event T436057: SKYMAP_READY
|
|
|
|
```
|
|
|
|
The test may be performed form the emfollow test machine where it is present the emfollow-certificate but that may generate event in production and should vibe used with great care. |
|
|
\ No newline at end of file |