-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: skuschel/postpic
base: v0.0.1
head repository: skuschel/postpic
compare: master
Commits on Dec 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fd4093f - Browse repository at this point
Copy the full SHA fd4093fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb9f94 - Browse repository at this point
Copy the full SHA 9eb9f94View commit details
Commits on Dec 6, 2014
-
tested if methods return right value (except getderived all methods implemented). Using _const.axesidentify for x,y,z,px,py,pz; weight and ID not included. All other methods should behave like for sdf. Neverthelerss additional esting required--
Configuration menu - View commit details
-
Copy full SHA for f4ee6c2 - Browse repository at this point
Copy the full SHA f4ee6c2View commit details
Commits on Dec 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ac58217 - Browse repository at this point
Copy the full SHA ac58217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d95ab - Browse repository at this point
Copy the full SHA 39d95abView commit details -
add support for fixed particle weight in SingleSpeciesAnalyzer
hope the conversion fix in __getitem__ doesnt break anything
Configuration menu - View commit details
-
Copy full SHA for 3884ee2 - Browse repository at this point
Copy the full SHA 3884ee2View commit details -
improvements on vsim dumpreader
fixed collecting of h5 files in subfolders fixed timestep improved listSpecies fixed typo
Configuration menu - View commit details
-
Copy full SHA for 4b41fb2 - Browse repository at this point
Copy the full SHA 4b41fb2View commit details
Commits on Dec 11, 2014
-
closes #4 fixed wrong mass and charge return value
Configuration menu - View commit details
-
Copy full SHA for a24a4a6 - Browse repository at this point
Copy the full SHA a24a4a6View commit details -
a simple example using fake data will be started by the run-tests script.
Configuration menu - View commit details
-
Copy full SHA for c7a8ded - Browse repository at this point
Copy the full SHA c7a8dedView commit details -
fix example to run without a DISPLAY
this is necessary to run the example on travis-ci
Configuration menu - View commit details
-
Copy full SHA for 4517536 - Browse repository at this point
Copy the full SHA 4517536View commit details
Commits on Dec 14, 2014
-
add 'ext' option to MatplotlibPlotter
this option sets the extension (and therefore the format) of saved pictures. If not set, the default is 'png'.
Configuration menu - View commit details
-
Copy full SHA for 6c50b62 - Browse repository at this point
Copy the full SHA 6c50b62View commit details
Commits on Dec 15, 2014
-
autodetect nosetests2 or nosetests in run-tests
'nosetests2' will be used if available, 'nosetests' if not. On systems like arch linux 'nosetests' defaults to the python3 version causing tests to fail. Thus nosetests2 has preference. fixes #9
Configuration menu - View commit details
-
Copy full SHA for 0a7935b - Browse repository at this point
Copy the full SHA 0a7935bView commit details
Commits on Dec 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6a47477 - Browse repository at this point
Copy the full SHA 6a47477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 901a432 - Browse repository at this point
Copy the full SHA 901a432View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7c244 - Browse repository at this point
Copy the full SHA bd7c244View commit details -
add EPOCH reader support for subsets
This commit also fixes that species will be recognized even if Px is not dumped. fix #8
Configuration menu - View commit details
-
Copy full SHA for 0fb9903 - Browse repository at this point
Copy the full SHA 0fb9903View commit details -
plot particle data independently of the simgrid
The ParticleAnalyzer doesnt depend on the simgrid properties anymore. In case they arend dumped the simgrid=True option in the createHistrogram*d functions will be without any effect. fix #7
Configuration menu - View commit details
-
Copy full SHA for 7b98ed9 - Browse repository at this point
Copy the full SHA 7b98ed9View commit details
Commits on Dec 28, 2014
-
the default behavior of the reader classes is now to raise exceptions whenever not dumped data is requested. This gives more control in the program to intentionally handle that as an exception or allow to show comprehensive error messages.
Configuration menu - View commit details
-
Copy full SHA for bab0391 - Browse repository at this point
Copy the full SHA bab0391View commit details
Commits on Dec 29, 2014
-
unify data handling of paricle properties
coherent implementation of atomic particle properties in SingleSpeciesAnalyzer. coherent mapping from ParticleAnalyzer functions to contained SingleSpeciesAnalyzers.
Configuration menu - View commit details
-
Copy full SHA for 93d94a3 - Browse repository at this point
Copy the full SHA 93d94a3View commit details -
speed up calaculation of particle properties
calculations of particle properties may now be done already inside the SingleSpeciesAnalyzer class. Calculations of particle properties which require scalar values on a per species basis (usually mass and charge) will speed up, because these constant values will not be repeated using np.repeat before the calculation. Timed on Laptop with 10e6 particles (timit package, 20 repetitions): calculating gamma 0.43 --> 0.245 sec (57%) calculating Ekin_MeV_qm 0.90 --> 0.36 sec (40%)
Configuration menu - View commit details
-
Copy full SHA for 97594a3 - Browse repository at this point
Copy the full SHA 97594a3View commit details -
Merge pull request #14 from skuschel/scalarspeciesproperties
handle scalar species properties more efficiently and change reader policy. Trying to access particle properties that arend dumped will now yield a KeyError.
Configuration menu - View commit details
-
Copy full SHA for f5899ef - Browse repository at this point
Copy the full SHA f5899efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97467fa - Browse repository at this point
Copy the full SHA 97467faView commit details
Commits on Jan 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1e6a536 - Browse repository at this point
Copy the full SHA 1e6a536View commit details
Commits on Jan 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e42c546 - Browse repository at this point
Copy the full SHA e42c546View commit details -
add options to MatplotlibPlotter for saving
New Keyword arguemnts accepte by the MatplotlibPlotter, together with their default values are: * dpi=160 * facecolor=(1,1,1,0.01) * transparent=False * size_inches=(9,7) This commit changes the default value of transparent from True to False.
Configuration menu - View commit details
-
Copy full SHA for bb6f25a - Browse repository at this point
Copy the full SHA bb6f25aView commit details
Commits on Jan 21, 2015
-
tests become windows compatible
instead of `run-tests` there is a `run-tests.py` now, that runs all the tests on execution. Tested with the latest pythonxy on windows 7.
Configuration menu - View commit details
-
Copy full SHA for 3389180 - Browse repository at this point
Copy the full SHA 3389180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8346379 - Browse repository at this point
Copy the full SHA 8346379View commit details
Commits on Jan 23, 2015
-
fixed bug in plotting lineouts
a lineout is also added to the simpleexample.py
Configuration menu - View commit details
-
Copy full SHA for 3b8c3d3 - Browse repository at this point
Copy the full SHA 3b8c3d3View commit details
Commits on Jan 29, 2015
-
seed dummyreader with random seed
also adjust the dummyreader data to more realistic values. some plots are added to the simpleexample.py as well.
Configuration menu - View commit details
-
Copy full SHA for 9a1b700 - Browse repository at this point
Copy the full SHA 9a1b700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2387f - Browse repository at this point
Copy the full SHA 9b2387fView commit details
Commits on Feb 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ff401e3 - Browse repository at this point
Copy the full SHA ff401e3View commit details
Commits on Feb 3, 2015
-
Dumpreader_ifc inherits high level functions from FieldAnalyzer
The Dumpreader_ifc (and thus any Dumpreader) inherits all the high level functions from the FieldAnalyzer. The Files are still kept separate to make the diffenrent abstraction levels more obvious. Anyways, there is no need to call the FieldAnalyzer directly anymore.
Configuration menu - View commit details
-
Copy full SHA for a5d577f - Browse repository at this point
Copy the full SHA a5d577fView commit details -
shortcut frequently used functions and classes
ParticleAnalyzer, identifyspecies, chooseCode, readDump and readSim are now directly accessible from postpic (no need to point to the sub packages).
Configuration menu - View commit details
-
Copy full SHA for 992d286 - Browse repository at this point
Copy the full SHA 992d286View commit details -
Merge pull request #23 from skuschel/topic-usability
usability improvements Most importantly: 1) Dumpreader_ifc inherits all the high level Functions from the FieldAnalyzer. So there is no need to call the FieldAnalyzer directly anymore 2) ParticleAnalyzer and chooseCode got linked directly into postpic, no need to call the subpackages anymore.
Configuration menu - View commit details
-
Copy full SHA for 7b87c0a - Browse repository at this point
Copy the full SHA 7b87c0aView commit details
Commits on Feb 6, 2015
-
bugfixed datahandling.Field.exporttocsv. tests added. commit-on-a-plane :)
Configuration menu - View commit details
-
Copy full SHA for d12115f - Browse repository at this point
Copy the full SHA d12115fView commit details
Commits on Feb 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 00b37f3 - Browse repository at this point
Copy the full SHA 00b37f3View commit details -
run-tests.py
has to return the correct error codes`os.system(cmd)` does not return the correct error codes as expected. now replaced by `subprocess.call(cmd)` which does.
Configuration menu - View commit details
-
Copy full SHA for 467ee55 - Browse repository at this point
Copy the full SHA 467ee55View commit details
Commits on Feb 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bd62e23 - Browse repository at this point
Copy the full SHA bd62e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c55f05 - Browse repository at this point
Copy the full SHA 9c55f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb59032 - Browse repository at this point
Copy the full SHA cb59032View commit details
Commits on Mar 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8d5d06c - Browse repository at this point
Copy the full SHA 8d5d06cView commit details
Commits on Mar 10, 2015
-
add histogram function written in cython
simple tests are added as well
Configuration menu - View commit details
-
Copy full SHA for d452351 - Browse repository at this point
Copy the full SHA d452351View commit details -
use 1D Histogram functions written in Cython
Support for Particle Shape Orders 0 and 1.
Configuration menu - View commit details
-
Copy full SHA for 9b8a7b7 - Browse repository at this point
Copy the full SHA 9b8a7b7View commit details
Commits on Mar 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 157cf25 - Browse repository at this point
Copy the full SHA 157cf25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554ec10 - Browse repository at this point
Copy the full SHA 554ec10View commit details
Commits on Mar 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f888659 - Browse repository at this point
Copy the full SHA f888659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b70127 - Browse repository at this point
Copy the full SHA 9b70127View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc66cef - Browse repository at this point
Copy the full SHA dc66cefView commit details
Commits on Mar 23, 2015
-
find subpackages automatically
also add --dirty to git version string creation
Configuration menu - View commit details
-
Copy full SHA for 5a6f0cf - Browse repository at this point
Copy the full SHA 5a6f0cfView commit details
Commits on Mar 25, 2015
-
Bugfix: plotter.plotField nimmt das name-Argument nun als Name fuer B…
…ilder und Videos.
Configuration menu - View commit details
-
Copy full SHA for f425ec0 - Browse repository at this point
Copy the full SHA f425ec0View commit details
There are no files selected for viewing
This file was deleted.