@@ -41,9 +41,9 @@ class FITSFit(Enum):
4141 chi_squared_map = "CHI_SQUARED_MAP"
4242
4343
44- class SubplotDataset (Enum ):
44+ class Dataset (Enum ):
4545 """
46- The subplots that can be extracted from the subplot_fit image.
46+ The subplots that can be extracted from the fit image.
4747
4848 The values correspond to the position of the subplot in the 4x3 grid.
4949 """
@@ -58,9 +58,9 @@ class SubplotDataset(Enum):
5858 over_sample_size_pixelization = (1 , 2 )
5959
6060
61- class SubplotTracer (Enum ):
61+ class Tracer (Enum ):
6262 """
63- The subplots that can be extracted from the subplot_tracer image.
63+ The subplots that can be extracted from the tracer image.
6464
6565 The values correspond to the position of the subplot in the 3x3 grid.
6666 """
@@ -76,9 +76,9 @@ class SubplotTracer(Enum):
7676 deflections_x = (2 , 2 )
7777
7878
79- class SubplotFitX1Plane (Enum ):
79+ class FitX1Plane (Enum ):
8080 """
81- The subplots that can be extracted from the subplot_fit image.
81+ The subplots that can be extracted from the fit image.
8282
8383 The values correspond to the position of the subplot in the 4x3 grid.
8484 """
@@ -91,9 +91,9 @@ class SubplotFitX1Plane(Enum):
9191 normalized_residual_map = (2 , 1 )
9292
9393
94- class SubplotFit (Enum ):
94+ class Fit (Enum ):
9595 """
96- The subplots that can be extracted from the subplot_fit image.
96+ The subplots that can be extracted from the fit image.
9797
9898 The values correspond to the position of the subplot in the 4x3 grid.
9999 """
@@ -112,9 +112,9 @@ class SubplotFit(Enum):
112112 source_plane_image = (3 , 2 )
113113
114114
115- class SubplotFitLog10 (Enum ):
115+ class FitLog10 (Enum ):
116116 """
117- The subplots that can be extracted from the subplot_fit image.
117+ The subplots that can be extracted from the fit image.
118118
119119 The values correspond to the position of the subplot in the 4x3 grid.
120120 """
0 commit comments