|
Last change
on this file was 17f2a7f4, checked in by Michael Brooks <mlbrooks@…>, 6 days ago |
|
Revise presentation of absolute times and add discussion of their physical influences.
|
-
Property mode
set to
100644
|
|
File size:
380 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'],
|
|---|
| [17f2a7f4] | 11 | tgtMovement = 'queue',
|
|---|
| [16a843b] | 12 | tgtPolarity = 'insfirst',
|
|---|
| [17f2a7f4] | 13 | tgtAccessor = 'remelem'
|
|---|
| [16a843b] | 14 |
|
|---|
| 15 |
|
|---|
| 16 | # tgtMovement = 'all',
|
|---|
| 17 | # tgtPolarity = 'all',
|
|---|
| 18 | # tgtAccessor = 'remelem',
|
|---|
| 19 | # tgtInterleave = 0.5
|
|---|
| 20 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.