|
Last change
on this file was 6767f27, checked in by Michael Brooks <mlbrooks@…>, 3 days ago |
|
Refactor list plotting code to enable new analyses.
Visible difference in relative plots no longer being 3 others baselined to lq-tailq, now all 4 baselined to their mean.
|
-
Property mode
set to
100644
|
|
File size:
433 bytes
|
| Rev | Line | |
|---|
| [16a843b] | 1 | import pandas as pd
|
|---|
| 2 | import numpy as np
|
|---|
| 3 | import os
|
|---|
| 4 | import sys
|
|---|
| 5 |
|
|---|
| 6 | sys.path.insert(0, os.path.dirname(__file__))
|
|---|
| 7 | from ListCommon import *
|
|---|
| 8 |
|
|---|
| 9 | printSingleDetail(
|
|---|
| [6767f27] | 10 | machines=['swift'],
|
|---|
| [16a843b] | 11 | tgtMovement = 'stack',
|
|---|
| 12 | tgtPolarity = 'insfirst',
|
|---|
| 13 | tgtAccessor = 'allhead',
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | # tgtMovement = 'all',
|
|---|
| 17 | # tgtPolarity = 'all',
|
|---|
| 18 | # tgtAccessor = 'remelem',
|
|---|
| 19 | # tgtInterleave = 0.5,
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| [6767f27] | 22 | measureBase='OpDurRel',
|
|---|
| 23 | marginalizeOn=['fx']
|
|---|
| [16a843b] | 24 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.