We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0718ed7 commit c1d1b7cCopy full SHA for c1d1b7c
2 files changed
RATapi/outputs.py
@@ -238,6 +238,7 @@ def make_results(
238
reflectivity=output_results.reflectivity,
239
simulation=output_results.simulation,
240
shiftedData=output_results.shiftedData,
241
+ backgrounds=output_results.backgrounds,
242
layerSlds=output_results.layerSlds,
243
sldProfiles=output_results.sldProfiles,
244
resampledLayers=output_results.resampledLayers,
@@ -258,6 +259,7 @@ def make_results(
258
259
260
261
262
263
264
265
0 commit comments