Releases: danieljprice/splash
Releases · danieljprice/splash
v3.8.2
- phantom data read looks for .comp file containing additional composition data
- also looks for .cols file containing any extra columns with one row per particle
- recognise opacity if extra quantity called "kappa" calculated
v3.8.1
- seg faults in auto-magic exact solution mapping fixed
- longer line limit in determining number of columns in ascii/exact solution files
- automatically handle log in exact solution labels (e.g. logR, logT)
v3.8.0
- plots multiple renderings with transparent background if more than one timestep per page selected, like this:
- auto-magically map exact solution columns onto splash columns, like this:
enter exact solution to plot ([0:18], default=2): 2
plotting exact solution number 2
enter number of files to read per plot ([1:32], default=1):
got 1 filenames from splash.exactfiles
Use %f to represent current dump file, e.g. %f.exact looks for dump_000.exact
enter filename #1 (blank="blank",default="mesa_mesa-eos_softenedstar.dat"):
Current mapping:
1: Mass -> None
2: Pressure -> 15) pressure
3: Temperature -> None
4: Radius -> 14) r
5: Density -> 6) density [g/cm^3]
6: E_int -> 10) u [km/s]
7: Xfrac -> None
8: Yfrac -> None
9: mu -> None
a)dd mapping, e)dit, d)elete, c)lear all or q)uit/finish? (default="q"):
- added --exact=file1,file2 to switch on plotting of exact solution from file(s)
- added --track=maxdens and --origin=maxdens to track/recentre on maximum density
- pressing backspace over legends deletes them
- use density weighted and normalised rendering by default in projection plots of vector fields
v3.7.2
- bug fix recognising labels like v_{phi} on command line, can now use -r vphi
v3.7.1
- libexact build failure fixed
v3.7.0
- splash calc extinction computes column density to all sink particles in the simulation
- bug fix with rendering vector components (e.g. vr) in non-cartesian coordinate systems
- bug fix with both quantities appearing in black and white when double rendering
v3.6.0
- skip particles with zero weight in interpolation, large speedup in some cases (thanks to T. Bending)
- splash calc plus and splash calc minus for adding/subtracting snapshots
- added --origin=6245 flag to centre the origin on particle 6245
- added --hdu=1 flag to read from a particular hdu in a fits file
- use wcs coordinates / arcseconds for fits images if present in header
- option --dense to reset to densest clump in phantom/sphNG data read (thanks to J. Wurster)
v3.5.1
- bug fix with autolog limits
- build failures in libexact and libread fixed and now tested
- recognise labels on command line e.g. -r density
- limits option for centred cube (thanks to J. Wurster)
v3.5.0
- bug fix with blank lines in splash.titles
- bug fix with large line lengths in csv files
- allow blank labels in csv headers
- bug fix with display of column labels from ascii/csv files
- log colour bar by default when using -r flag if more than 3 orders of magnitude range
v3.4.0
- density weighted interpolation now applied automatically to projection plots of quantities that are not densities
- added flags --codeunits or --code to enforce code units from command line
- successfully parse csv files where some of the fields are character strings