Navigator
This app is meant to inspect and comapre yadism output versus the external one.
To enter in the navigator simply running navigator command, installed with
the yadmark package.
The script will load the full interface and drop into an ipython interpreter instance, so the interface is available as a set of python functions. Once inside the interpreter all the functions in:
the interface
pylab
will be available without any prefix (they are imported in the global namespace).
You can aslo type h() or yelp() for help.
Name |
description |
|---|---|
|
identifier for all the stored theory cards |
|
identifier for the stored observable cards |
|
identifier for the logs table |
|
identifier for the cached tables |
Name |
Input |
description |
|---|---|---|
|
change external |
|
|
get all the |
|
|
list all the |
|
|
print the log as DataFrame |
|
|
find similar logs |
|
|
subtract the logs tables |
|
|
compare externals tables |
|
|
check logs passed |
|
|
print crashed logs |
Note that whenever the identifier is unique also part of the full hash or vairiable can be enough to select the corresponding items:
for istance to call dfl("fe4523") you can also use dfl("fe") if in your datababse there are no other hashes containing "fe".