-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetworkScoreCommands.txt
44 lines (41 loc) · 2 KB
/
NetworkScoreCommands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
usage: NetworkScore.py [-h] [-W RADIALS RINGS] [-R NODES EDGES]
[-NC NODE_COLOR] [-NS NODE_SIZE] [-MG GENERATION_COUNT]
[-V [FILENAME]] [-VL [SECONDS]] [-O [FILENAME]]
[-OD [DIRNAME]] [-ONS] [-DT [TIMESTEPS]] [-TL] [-DL]
[-IL] [-WL] [-EL] [-LF FILENAME] [-CDF [FILENAME]
map_height map_width grid_rows grid_cols
NetworkScore
positional arguments:
map_height map height
map_width map width
grid_rows grid rows
grid_cols grid cols
options:
-h, --help show this help message and exit
-W RADIALS RINGS, --web RADIALS RINGS
web RADIALS RINGS (default: None)
-R NODES EDGES, --random NODES EDGES
random NODES EDGES (default: None)
-MG GENERATION_COUNT, --max-generations GENERATION_COUNT
max generations GENERATION_COUNT (default: None)
-V [FILENAME], --video [FILENAME]
video output FILENAME (default: None)
-VL [SECONDS], --video-length [SECONDS]
video length SECONDS (default: 30)
-O [FILENAME], --output [FILENAME]
output file FILENAME (default: None)
-OD [DIRNAME], --output-directory [DIRNAME]
output directory DIRNAME (default: output)
-ONS, --output-no-subdirectory
output no subdirectory (default: False)
-DT [TIMESTEPS], --debug-timestep [TIMESTEPS]
debug timestep TIMESTEPS (default: None)
-TL, --trace trace (default: False)
-DL, --debug debug (default: False)
-IL, --info info (default: False)
-WL, --warn warn (default: False)
-EL, --error error (default: False)
-LF FILENAME, --log-filename FILENAME
log file FILENAME (default: output.log)
-CDF [FILENAME], --netcdf [FILENAME]
netCDF FILENAME (default: None)