Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marcosertoli/st40 cleanup #296

Merged
merged 17 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
f3093f7
Added development directory to hold files still under development but…
marcosertoli Oct 27, 2023
2e12a47
Modified tomo_1D.py to be aesthetically more in line with the rest of…
marcosertoli Oct 27, 2023
a8390a5
Deleted unused plotting methods
marcosertoli Oct 27, 2023
62fac27
Clean-up of st40 branch approaching move to indica-mcf organisation
marcosertoli Oct 27, 2023
c5b7922
Renamed test for abstract reader
marcosertoli Oct 27, 2023
52fd84b
Deleting all unused stuff in st40 branch
marcosertoli Oct 27, 2023
50278ef
Wrapper to build centrifugal asymmetry parameters and profiles in Ind…
marcosertoli Oct 27, 2023
9bac848
Slow but working version of inversion including asymmetry
marcosertoli Oct 28, 2023
4e46bb9
Making tangential as default bolometer geometry. TODO: make general g…
marcosertoli Oct 28, 2023
ec39496
Modified centrifugal_asymmetry.py to accept profiles without t dimension
marcosertoli Oct 28, 2023
6c2cc07
Residuals must be residuals, with a sign
marcosertoli Oct 28, 2023
16f2c15
Removed tomo_asymmetry.py to be pushed to a separate branch
marcosertoli Nov 2, 2023
ef590a6
Moved surf_los.dat in data folder and ran pre-commit
marcosertoli Nov 2, 2023
e1a8c39
Changed name of spline_fit_easy.py to simply spline_fit.py
marcosertoli Nov 2, 2023
b2deee5
Reinstated asymmetry tomography because of dependencies.
marcosertoli Nov 2, 2023
69c9c5e
Reinstated asymmetry tomography because of dependencies and cleaned u…
marcosertoli Nov 2, 2023
bc9b842
Minor correction to plotting.
marcosertoli Nov 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions indica/converters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

from .abstractconverter import CoordinateTransform
from .abstractconverter import EquilibriumException
from .flux_major_radius import FluxMajorRadCoordinates
from .flux_surfaces import FluxSurfaceCoordinates
from .impact_parameter import ImpactParameterCoordinates
from .line_of_sight import LineOfSightTransform
from .lines_of_sight import LinesOfSightTransform
from .time import bin_to_time_labels
Expand All @@ -16,9 +13,6 @@
__all__ = [
"CoordinateTransform",
"EquilibriumException",
"FluxMajorRadCoordinates",
"FluxSurfaceCoordinates",
"ImpactParameterCoordinates",
"LinesOfSightTransform",
"LineOfSightTransform",
"TransectCoordinates",
Expand Down
2 changes: 2 additions & 0 deletions indica/converters/abstractconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,8 @@ def plot(
plt.title(title)
save_figure(fig_path, f"{fig_name}{self.name}_rho", save_fig=save_fig)

return cols


def plot_geometry(
abscissa: DataArray,
Expand Down
161 changes: 0 additions & 161 deletions indica/converters/flux_major_radius.py

This file was deleted.

86 changes: 0 additions & 86 deletions indica/converters/flux_surfaces.py

This file was deleted.

Loading
Loading