stuck-waitfor-destruct
|
Last change
on this file since 9d3dc40 was bb5b866, checked in by Michael Brooks <mlbrooks@…>, 7 months ago |
|
LL perf: adjust configurations
Simplify doing a manual one-off run. Disable harness's iterators on "zoomout" plots. Remove cfa-strip and add lq-list for "zoomout" plots. Add more exploratory analyses.
|
-
Property mode
set to
100644
|
|
File size:
221 bytes
|
| Line | |
|---|
| 1 | import pandas as pd
|
|---|
| 2 | import numpy as np
|
|---|
| 3 | import os
|
|---|
| 4 | import sys
|
|---|
| 5 |
|
|---|
| 6 | plotsdir = os.path.dirname(__file__) + "/../../plots"
|
|---|
| 7 | sys.path.insert(0, plotsdir)
|
|---|
| 8 | from ListCommon import *
|
|---|
| 9 |
|
|---|
| 10 | printSingleDetail(
|
|---|
| 11 | infileLocal = sys.argv[1]
|
|---|
| 12 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.