Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pykat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Steinlechner
pykat
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
404b7fb2e4fd1539bdeb18b30101b085d401ccbb
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
15
Apr
14
12
8
6
21
Mar
16
8
2
Feb
1
31
Jan
25
15
10
Dec
8
4
2
1
28
Oct
21
7
25
Sep
24
22
11
9
2
18
Aug
17
14
13
12
11
10
7
5
28
Jul
27
25
24
23
22
17
15
14
29
May
27
26
25
24
22
21
20
19
15
14
11
9
7
4
26
Apr
24
23
22
21
20
17
16
15
14
13
12
11
10
24
Mar
5
20
Feb
19
17
16
13
11
9
7
3
23
Jan
16
15
10
29
Dec
22
21
20
18
17
14
12
9
8
6
5
3
1
30
Nov
28
26
17
3
1
31
Oct
28
24
11
19
Sep
18
17
13
4
2
29
Aug
15
14
12
1
31
Jul
30
25
22
27
Jun
1
27
May
22
13
5
4
2
8
Apr
30
Mar
25
10
7
4
3
2
27
Feb
26
25
22
21
20
14
13
12
9
7
6
5
4
31
Jan
30
29
28
24
21
20
16
13
12
10
9
7
6
5
19
Dec
18
17
16
15
14
13
12
11
10
9
6
5
4
2
1
28
Nov
27
26
9
2
23
Sep
23
Aug
22
21
18
17
9
8
7
6
5
4
3
1
31
Jul
30
29
24
23
Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat
tidy up messages
Fixed some Python2 --> Python3 related issues: range is a list in 2, while a range in 3.
Set plt.show(block=False) as default in map plotting methods
Fixed error in examples/surface_maps/surfacemaps.py
Add Python 3 support for zernike.py and minor fixes and comments in maps.py
trying to adapt asc example to new pykat syntax, runs up to master4, which gives wrong results
Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat
Getting pykat piping sorted. Changing version to v1.0.0, which should be used with Finesse v2.1 or more. Removed printerr and printout from the kat.run() command. The stderr and stdout can now be found in the output object, out.stdout and out.stderr.
Fixed issue with the noplot command. Now it works for detectors and functions when using the pykat plotting method.
Added noplot attribut to class func, and changed from using np.abs to np.real when plotting abs finesse outputs with out.plot()
fixing inline plot not showing
adding min/max to out.info(), adding in cp detector. Updating version
fixing debug print
adding __str__ for kat object which just prints kat script
fixing pd phase error
fixing mod again
update version
adding in single sideband support for modulator
adding in new modulator types yaw and pitch
fixing phi naming in photodiode. This should be phase1, phase2, etc. to match with Finesse naming
updating version
fixing xd and tf inputs
adding Paul's fitting function
Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat
adding more options to plotting
updating version
adding in styles argument
fixing problem with \u in unicode strings and remove warning about depreciated color cycler
updating plotting
adding out.info()
updating plotting command, adding example notebook
more plotting fixes
first go at putting in plotting functions
adding example for parallel work
fixing deriv_h
mend
updating version
adding in beam detector
adding progress bar to parakat.getResults(), better parsig of funcs and changing default fsig name of xbeta/ybeta
Loading