niwrap-freesurfer 0.5.1__py3-none-any.whl → 0.5.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of niwrap-freesurfer might be problematic. Click here for more details.
- niwrap_freesurfer/freesurfer/__init__.py +0 -11
- niwrap_freesurfer/freesurfer/annot2std.py +32 -1
- niwrap_freesurfer/freesurfer/aparc2feat.py +19 -1
- niwrap_freesurfer/freesurfer/bbregister.py +143 -4
- niwrap_freesurfer/freesurfer/bmedits2surf.py +2 -2
- niwrap_freesurfer/freesurfer/compute_interrater_variability_csh.py +20 -2
- niwrap_freesurfer/freesurfer/compute_label_volumes_csh.py +17 -2
- niwrap_freesurfer/freesurfer/conf2hires.py +59 -1
- niwrap_freesurfer/freesurfer/connected_components.py +34 -2
- niwrap_freesurfer/freesurfer/dcmdir_info_mgh.py +3 -2
- niwrap_freesurfer/freesurfer/dcmdjpeg_fs.py +2 -2
- niwrap_freesurfer/freesurfer/dcmdrle_fs.py +2 -2
- niwrap_freesurfer/freesurfer/dicom_rename.py +21 -2
- niwrap_freesurfer/freesurfer/dmri_bset.py +14 -2
- niwrap_freesurfer/freesurfer/dmri_forrest.py +10 -1
- niwrap_freesurfer/freesurfer/dmri_mergepaths.py +2 -2
- niwrap_freesurfer/freesurfer/dmri_pathstats.py +2 -2
- niwrap_freesurfer/freesurfer/dmri_stats_ac.py +1 -3
- niwrap_freesurfer/freesurfer/exvivo_hemi_proc.py +10 -1
- niwrap_freesurfer/freesurfer/fiducials_calibration.py +15 -1
- niwrap_freesurfer/freesurfer/fiducials_correction.py +10 -3
- niwrap_freesurfer/freesurfer/fix_subject_corrected_rh.py +3 -2
- niwrap_freesurfer/freesurfer/fix_subject_rh.py +3 -2
- niwrap_freesurfer/freesurfer/fs_check_version.py +19 -1
- niwrap_freesurfer/freesurfer/fs_spmreg_glnxa64.py +19 -4
- niwrap_freesurfer/freesurfer/fs_temp_file.py +36 -1
- niwrap_freesurfer/freesurfer/fs_update.py +19 -1
- niwrap_freesurfer/freesurfer/fsl_sub_mgh.py +1 -2
- niwrap_freesurfer/freesurfer/fsr_import.py +55 -5
- niwrap_freesurfer/freesurfer/fvcompare.py +10 -1
- niwrap_freesurfer/freesurfer/gca_apply.py +3 -2
- niwrap_freesurfer/freesurfer/gdcmconv_fs.py +2 -2
- niwrap_freesurfer/freesurfer/get_label_thickness.py +1 -2
- niwrap_freesurfer/freesurfer/groupstats.py +97 -1
- niwrap_freesurfer/freesurfer/groupstatsdiff.py +4 -4
- niwrap_freesurfer/freesurfer/hiam_make_surfaces.py +1 -2
- niwrap_freesurfer/freesurfer/histo_synthesize.py +1 -2
- niwrap_freesurfer/freesurfer/inflate_subject_lh.py +3 -2
- niwrap_freesurfer/freesurfer/inflate_subject_new_lh.py +3 -3
- niwrap_freesurfer/freesurfer/inflate_subject_new_rh.py +3 -2
- niwrap_freesurfer/freesurfer/inflate_subject_rh.py +3 -2
- niwrap_freesurfer/freesurfer/inflate_subject_sc.py +28 -3
- niwrap_freesurfer/freesurfer/irepifitvol_glnx64.py +2 -2
- niwrap_freesurfer/freesurfer/is_surface.py +3 -2
- niwrap_freesurfer/freesurfer/isolate_labels_csh.py +17 -2
- niwrap_freesurfer/freesurfer/label_subject_flash.py +2 -2
- niwrap_freesurfer/freesurfer/label_subject_mixed.py +2 -2
- niwrap_freesurfer/freesurfer/listsubj.py +82 -2
- niwrap_freesurfer/freesurfer/long_stats_combine.py +1 -2
- niwrap_freesurfer/freesurfer/long_stats_tps.py +7 -7
- niwrap_freesurfer/freesurfer/long_submit_jobs.py +1 -5
- niwrap_freesurfer/freesurfer/longmc.py +10 -1
- niwrap_freesurfer/freesurfer/lta_convert.py +157 -1
- niwrap_freesurfer/freesurfer/make_average_volume.py +19 -1
- niwrap_freesurfer/freesurfer/make_folding_atlas.py +10 -1
- niwrap_freesurfer/freesurfer/map_all_labels_lh.py +11 -3
- niwrap_freesurfer/freesurfer/map_central_sulcus.py +2 -2
- niwrap_freesurfer/freesurfer/merge_stats_tables.py +58 -35
- niwrap_freesurfer/freesurfer/mideface.py +121 -14
- niwrap_freesurfer/freesurfer/mni152reg.py +2 -2
- niwrap_freesurfer/freesurfer/morph_only_subject_lh.py +3 -2
- niwrap_freesurfer/freesurfer/morph_only_subject_rh.py +3 -2
- niwrap_freesurfer/freesurfer/morph_rgb_lh.py +3 -2
- niwrap_freesurfer/freesurfer/morph_rgb_rh.py +3 -2
- niwrap_freesurfer/freesurfer/morph_subject_lh.py +3 -2
- niwrap_freesurfer/freesurfer/morph_subject_rh.py +3 -2
- niwrap_freesurfer/freesurfer/morph_tables_lh.py +3 -2
- niwrap_freesurfer/freesurfer/morph_tables_rh.py +3 -2
- niwrap_freesurfer/freesurfer/mri_aparc2aseg.py +10 -1
- niwrap_freesurfer/freesurfer/mri_apply_bias.py +1 -2
- niwrap_freesurfer/freesurfer/mri_average.py +10 -1
- niwrap_freesurfer/freesurfer/mri_brain_volume.py +23 -2
- niwrap_freesurfer/freesurfer/mri_ca_label.py +603 -2
- niwrap_freesurfer/freesurfer/mri_ca_train.py +10 -1
- niwrap_freesurfer/freesurfer/mri_convert.py +188 -2
- niwrap_freesurfer/freesurfer/mri_fuse_segmentations.py +10 -3
- niwrap_freesurfer/freesurfer/mri_gcab_train.py +15 -1
- niwrap_freesurfer/freesurfer/mri_gdfglm.py +13 -1
- niwrap_freesurfer/freesurfer/mri_gtmpvc.py +19 -1
- niwrap_freesurfer/freesurfer/mri_hausdorff_dist.py +1 -2
- niwrap_freesurfer/freesurfer/mri_head.py +19 -1
- niwrap_freesurfer/freesurfer/mri_jacobian.py +10 -1
- niwrap_freesurfer/freesurfer/mri_nl_align.py +27 -1
- niwrap_freesurfer/freesurfer/mri_relabel_nonwm_hypos.py +3 -3
- niwrap_freesurfer/freesurfer/mri_reorient_lr_csh.py +2 -2
- niwrap_freesurfer/freesurfer/mri_seg_diff.py +14 -1
- niwrap_freesurfer/freesurfer/mri_twoclass.py +1 -2
- niwrap_freesurfer/freesurfer/mri_validate_skull_stripped.py +2 -2
- niwrap_freesurfer/freesurfer/mri_warp_convert.py +131 -1
- niwrap_freesurfer/freesurfer/mri_z2p.py +37 -1
- niwrap_freesurfer/freesurfer/mris_add_template.py +11 -1
- niwrap_freesurfer/freesurfer/mris_apply_reg.py +1 -2
- niwrap_freesurfer/freesurfer/mris_curvature_stats.py +419 -7
- niwrap_freesurfer/freesurfer/mris_diff.py +255 -1
- niwrap_freesurfer/freesurfer/mris_distance_map.py +1 -2
- niwrap_freesurfer/freesurfer/mris_errors.py +1 -2
- niwrap_freesurfer/freesurfer/mris_info.py +45 -46
- niwrap_freesurfer/freesurfer/mris_label_calc.py +14 -1
- niwrap_freesurfer/freesurfer/mris_map_cuts.py +1 -2
- niwrap_freesurfer/freesurfer/mris_nudge.py +1 -2
- niwrap_freesurfer/freesurfer/mris_place_surface.py +1 -2
- niwrap_freesurfer/freesurfer/mris_preproc.py +16 -2
- niwrap_freesurfer/freesurfer/mris_spherical_average.py +93 -8
- niwrap_freesurfer/freesurfer/mris_thickness_diff.py +1 -5
- niwrap_freesurfer/freesurfer/mris_volmask_vtk.py +2 -2
- niwrap_freesurfer/freesurfer/pctsurfcon.py +2 -2
- niwrap_freesurfer/freesurfer/plot_structure_stats_tcl.py +2 -2
- niwrap_freesurfer/freesurfer/post_recon_all.py +39 -2
- niwrap_freesurfer/freesurfer/predict_v1_sh.py +11 -2
- niwrap_freesurfer/freesurfer/print_unique_labels_csh.py +34 -3
- niwrap_freesurfer/freesurfer/rbbr.py +37 -1
- niwrap_freesurfer/freesurfer/rca_base_init.py +3 -2
- niwrap_freesurfer/freesurfer/rca_config.py +3 -2
- niwrap_freesurfer/freesurfer/rca_config2csh.py +3 -2
- niwrap_freesurfer/freesurfer/recon_all.py +75 -1
- niwrap_freesurfer/freesurfer/register_elderly_subject.py +2 -2
- niwrap_freesurfer/freesurfer/reinflate_subject_lh.py +3 -2
- niwrap_freesurfer/freesurfer/reinflate_subject_rh.py +3 -2
- niwrap_freesurfer/freesurfer/renormalize_subject_keep_editting.py +13 -1
- niwrap_freesurfer/freesurfer/rtview.py +34 -1
- niwrap_freesurfer/freesurfer/run_qdec_glm.py +3 -2
- niwrap_freesurfer/freesurfer/samseg.py +14 -1
- niwrap_freesurfer/freesurfer/samseg_long.py +17 -8
- niwrap_freesurfer/freesurfer/samsegmesh2surf.py +5 -7
- niwrap_freesurfer/freesurfer/seg2filled.py +4 -4
- niwrap_freesurfer/freesurfer/segment_subject.py +2 -2
- niwrap_freesurfer/freesurfer/segment_subject_old_skull_strip.py +4 -4
- niwrap_freesurfer/freesurfer/segment_subject_sc.py +4 -4
- niwrap_freesurfer/freesurfer/segment_subject_t2_auto_estimate_alveus_ml.py +11 -1
- niwrap_freesurfer/freesurfer/segpons.py +2 -2
- niwrap_freesurfer/freesurfer/sphere_subject_lh.py +3 -2
- niwrap_freesurfer/freesurfer/sphere_subject_rh.py +3 -2
- niwrap_freesurfer/freesurfer/talairach.py +4 -4
- niwrap_freesurfer/freesurfer/trac_all.py +283 -1
- niwrap_freesurfer/freesurfer/train_gcs_atlas.py +19 -1
- niwrap_freesurfer/freesurfer/update_needed.py +13 -2
- niwrap_freesurfer/freesurfer/vertexvol.py +19 -1
- niwrap_freesurfer/freesurfer/vol2subfield.py +72 -1
- niwrap_freesurfer/freesurfer/wmsaseg.py +2 -2
- {niwrap_freesurfer-0.5.1.dist-info → niwrap_freesurfer-0.5.2.dist-info}/METADATA +1 -1
- {niwrap_freesurfer-0.5.1.dist-info → niwrap_freesurfer-0.5.2.dist-info}/RECORD +142 -153
- niwrap_freesurfer/freesurfer/bet_fsl.py +0 -441
- niwrap_freesurfer/freesurfer/epidewarp_fsl.py +0 -439
- niwrap_freesurfer/freesurfer/flirt_fsl.py +0 -604
- niwrap_freesurfer/freesurfer/fscalc_fsl.py +0 -196
- niwrap_freesurfer/freesurfer/fsfirst_fsl.py +0 -166
- niwrap_freesurfer/freesurfer/fslmaths_fsl.py +0 -196
- niwrap_freesurfer/freesurfer/fslorient_fsl.py +0 -207
- niwrap_freesurfer/freesurfer/fslswapdim_fsl.py +0 -216
- niwrap_freesurfer/freesurfer/fspython.py +0 -175
- niwrap_freesurfer/freesurfer/mri_motion_correct_fsl.py +0 -185
- niwrap_freesurfer/freesurfer/slicetimer_fsl.py +0 -291
- {niwrap_freesurfer-0.5.1.dist-info → niwrap_freesurfer-0.5.2.dist-info}/WHEEL +0 -0
|
@@ -6,7 +6,7 @@ import pathlib
|
|
|
6
6
|
from styxdefs import *
|
|
7
7
|
|
|
8
8
|
VOL2SUBFIELD_METADATA = Metadata(
|
|
9
|
-
id="
|
|
9
|
+
id="5eac73d445c940e914c3170cc398217dabfe1801.boutiques",
|
|
10
10
|
name="vol2subfield",
|
|
11
11
|
package="freesurfer",
|
|
12
12
|
container_image_tag="freesurfer/freesurfer:7.4.1",
|
|
@@ -24,8 +24,15 @@ Vol2subfieldParameters = typing.TypedDict('Vol2subfieldParameters', {
|
|
|
24
24
|
"avgwf_output": typing.NotRequired[str | None],
|
|
25
25
|
"avgwfvol_output": typing.NotRequired[str | None],
|
|
26
26
|
"color_table": typing.NotRequired[InputPathType | None],
|
|
27
|
+
"interpolation_nearest": bool,
|
|
28
|
+
"interpolation_trilin": bool,
|
|
27
29
|
"interpolation_cubic": bool,
|
|
28
30
|
"tmp_directory": typing.NotRequired[str | None],
|
|
31
|
+
"preset_subfield_lh_hippoamyg": bool,
|
|
32
|
+
"preset_subfield_rh_hippoamyg": bool,
|
|
33
|
+
"preset_subfield_lh_hbt": bool,
|
|
34
|
+
"preset_subfield_rh_hbt": bool,
|
|
35
|
+
"preset_subfield_thalamus": bool,
|
|
29
36
|
"preset_subfield_brainstem": bool,
|
|
30
37
|
})
|
|
31
38
|
|
|
@@ -90,8 +97,15 @@ def vol2subfield_params(
|
|
|
90
97
|
avgwf_output: str | None = None,
|
|
91
98
|
avgwfvol_output: str | None = None,
|
|
92
99
|
color_table: InputPathType | None = None,
|
|
100
|
+
interpolation_nearest: bool = False,
|
|
101
|
+
interpolation_trilin: bool = False,
|
|
93
102
|
interpolation_cubic: bool = False,
|
|
94
103
|
tmp_directory: str | None = None,
|
|
104
|
+
preset_subfield_lh_hippoamyg: bool = False,
|
|
105
|
+
preset_subfield_rh_hippoamyg: bool = False,
|
|
106
|
+
preset_subfield_lh_hbt: bool = False,
|
|
107
|
+
preset_subfield_rh_hbt: bool = False,
|
|
108
|
+
preset_subfield_thalamus: bool = False,
|
|
95
109
|
preset_subfield_brainstem: bool = False,
|
|
96
110
|
) -> Vol2subfieldParameters:
|
|
97
111
|
"""
|
|
@@ -108,8 +122,19 @@ def vol2subfield_params(
|
|
|
108
122
|
avgwf_output: Run mri_segstats with --avgwf output to this file.
|
|
109
123
|
avgwfvol_output: Run mri_segstats with --avgwfvol output to this file.
|
|
110
124
|
color_table: Color table to use with mri_segstats.
|
|
125
|
+
interpolation_nearest: Use nearest neighbor interpolation.
|
|
126
|
+
interpolation_trilin: Use triliear interpolation.
|
|
111
127
|
interpolation_cubic: Use cubic interpolation.
|
|
112
128
|
tmp_directory: Temporary directory for debugging.
|
|
129
|
+
preset_subfield_lh_hippoamyg: Set subfield to\
|
|
130
|
+
lh.hippoAmygLabels-T1.v21.mgz.
|
|
131
|
+
preset_subfield_rh_hippoamyg: Set subfield to\
|
|
132
|
+
rh.hippoAmygLabels-T1.v21.mgz.
|
|
133
|
+
preset_subfield_lh_hbt: Set subfield to\
|
|
134
|
+
lh.hippoAmygLabels-T1.v21.HBT.mgz.
|
|
135
|
+
preset_subfield_rh_hbt: Set subfield to\
|
|
136
|
+
rh.hippoAmygLabels-T1.v21.HBT.mgz.
|
|
137
|
+
preset_subfield_thalamus: Set subfield to ThalamicNuclei.v10.T1.mgz.
|
|
113
138
|
preset_subfield_brainstem: Set subfield to brainstemSsLabels.v12.mgz.
|
|
114
139
|
Returns:
|
|
115
140
|
Parameter dictionary
|
|
@@ -119,7 +144,14 @@ def vol2subfield_params(
|
|
|
119
144
|
"input_volume": input_volume,
|
|
120
145
|
"subfield_volume": subfield_volume,
|
|
121
146
|
"registration_file": registration_file,
|
|
147
|
+
"interpolation_nearest": interpolation_nearest,
|
|
148
|
+
"interpolation_trilin": interpolation_trilin,
|
|
122
149
|
"interpolation_cubic": interpolation_cubic,
|
|
150
|
+
"preset_subfield_lh_hippoamyg": preset_subfield_lh_hippoamyg,
|
|
151
|
+
"preset_subfield_rh_hippoamyg": preset_subfield_rh_hippoamyg,
|
|
152
|
+
"preset_subfield_lh_hbt": preset_subfield_lh_hbt,
|
|
153
|
+
"preset_subfield_rh_hbt": preset_subfield_rh_hbt,
|
|
154
|
+
"preset_subfield_thalamus": preset_subfield_thalamus,
|
|
123
155
|
"preset_subfield_brainstem": preset_subfield_brainstem,
|
|
124
156
|
}
|
|
125
157
|
if output_volume is not None:
|
|
@@ -196,6 +228,10 @@ def vol2subfield_cargs(
|
|
|
196
228
|
"--ctab",
|
|
197
229
|
execution.input_file(params.get("color_table"))
|
|
198
230
|
])
|
|
231
|
+
if params.get("interpolation_nearest"):
|
|
232
|
+
cargs.append("--nearest")
|
|
233
|
+
if params.get("interpolation_trilin"):
|
|
234
|
+
cargs.append("--trilin")
|
|
199
235
|
if params.get("interpolation_cubic"):
|
|
200
236
|
cargs.append("--cubic")
|
|
201
237
|
if params.get("tmp_directory") is not None:
|
|
@@ -203,6 +239,16 @@ def vol2subfield_cargs(
|
|
|
203
239
|
"--tmp",
|
|
204
240
|
params.get("tmp_directory")
|
|
205
241
|
])
|
|
242
|
+
if params.get("preset_subfield_lh_hippoamyg"):
|
|
243
|
+
cargs.append("--lh.hippoamyg")
|
|
244
|
+
if params.get("preset_subfield_rh_hippoamyg"):
|
|
245
|
+
cargs.append("--rh.hippoamyg")
|
|
246
|
+
if params.get("preset_subfield_lh_hbt"):
|
|
247
|
+
cargs.append("--lh.hbt")
|
|
248
|
+
if params.get("preset_subfield_rh_hbt"):
|
|
249
|
+
cargs.append("--rh.hbt")
|
|
250
|
+
if params.get("preset_subfield_thalamus"):
|
|
251
|
+
cargs.append("--thalamus")
|
|
206
252
|
if params.get("preset_subfield_brainstem"):
|
|
207
253
|
cargs.append("--brainstem")
|
|
208
254
|
return cargs
|
|
@@ -267,8 +313,15 @@ def vol2subfield(
|
|
|
267
313
|
avgwf_output: str | None = None,
|
|
268
314
|
avgwfvol_output: str | None = None,
|
|
269
315
|
color_table: InputPathType | None = None,
|
|
316
|
+
interpolation_nearest: bool = False,
|
|
317
|
+
interpolation_trilin: bool = False,
|
|
270
318
|
interpolation_cubic: bool = False,
|
|
271
319
|
tmp_directory: str | None = None,
|
|
320
|
+
preset_subfield_lh_hippoamyg: bool = False,
|
|
321
|
+
preset_subfield_rh_hippoamyg: bool = False,
|
|
322
|
+
preset_subfield_lh_hbt: bool = False,
|
|
323
|
+
preset_subfield_rh_hbt: bool = False,
|
|
324
|
+
preset_subfield_thalamus: bool = False,
|
|
272
325
|
preset_subfield_brainstem: bool = False,
|
|
273
326
|
runner: Runner | None = None,
|
|
274
327
|
) -> Vol2subfieldOutputs:
|
|
@@ -291,8 +344,19 @@ def vol2subfield(
|
|
|
291
344
|
avgwf_output: Run mri_segstats with --avgwf output to this file.
|
|
292
345
|
avgwfvol_output: Run mri_segstats with --avgwfvol output to this file.
|
|
293
346
|
color_table: Color table to use with mri_segstats.
|
|
347
|
+
interpolation_nearest: Use nearest neighbor interpolation.
|
|
348
|
+
interpolation_trilin: Use triliear interpolation.
|
|
294
349
|
interpolation_cubic: Use cubic interpolation.
|
|
295
350
|
tmp_directory: Temporary directory for debugging.
|
|
351
|
+
preset_subfield_lh_hippoamyg: Set subfield to\
|
|
352
|
+
lh.hippoAmygLabels-T1.v21.mgz.
|
|
353
|
+
preset_subfield_rh_hippoamyg: Set subfield to\
|
|
354
|
+
rh.hippoAmygLabels-T1.v21.mgz.
|
|
355
|
+
preset_subfield_lh_hbt: Set subfield to\
|
|
356
|
+
lh.hippoAmygLabels-T1.v21.HBT.mgz.
|
|
357
|
+
preset_subfield_rh_hbt: Set subfield to\
|
|
358
|
+
rh.hippoAmygLabels-T1.v21.HBT.mgz.
|
|
359
|
+
preset_subfield_thalamus: Set subfield to ThalamicNuclei.v10.T1.mgz.
|
|
296
360
|
preset_subfield_brainstem: Set subfield to brainstemSsLabels.v12.mgz.
|
|
297
361
|
runner: Command runner.
|
|
298
362
|
Returns:
|
|
@@ -310,8 +374,15 @@ def vol2subfield(
|
|
|
310
374
|
avgwf_output=avgwf_output,
|
|
311
375
|
avgwfvol_output=avgwfvol_output,
|
|
312
376
|
color_table=color_table,
|
|
377
|
+
interpolation_nearest=interpolation_nearest,
|
|
378
|
+
interpolation_trilin=interpolation_trilin,
|
|
313
379
|
interpolation_cubic=interpolation_cubic,
|
|
314
380
|
tmp_directory=tmp_directory,
|
|
381
|
+
preset_subfield_lh_hippoamyg=preset_subfield_lh_hippoamyg,
|
|
382
|
+
preset_subfield_rh_hippoamyg=preset_subfield_rh_hippoamyg,
|
|
383
|
+
preset_subfield_lh_hbt=preset_subfield_lh_hbt,
|
|
384
|
+
preset_subfield_rh_hbt=preset_subfield_rh_hbt,
|
|
385
|
+
preset_subfield_thalamus=preset_subfield_thalamus,
|
|
315
386
|
preset_subfield_brainstem=preset_subfield_brainstem,
|
|
316
387
|
)
|
|
317
388
|
return vol2subfield_execute(params, execution)
|
|
@@ -6,7 +6,7 @@ import pathlib
|
|
|
6
6
|
from styxdefs import *
|
|
7
7
|
|
|
8
8
|
WMSASEG_METADATA = Metadata(
|
|
9
|
-
id="
|
|
9
|
+
id="0e54b57545cfb603bf32e4a4495b36bad89ab1d4.boutiques",
|
|
10
10
|
name="wmsaseg",
|
|
11
11
|
package="freesurfer",
|
|
12
12
|
container_image_tag="freesurfer/freesurfer:7.4.1",
|
|
@@ -141,7 +141,7 @@ def wmsaseg_cargs(
|
|
|
141
141
|
cargs.append("wmsaseg")
|
|
142
142
|
cargs.extend([
|
|
143
143
|
"-s",
|
|
144
|
-
|
|
144
|
+
params.get("subject")
|
|
145
145
|
])
|
|
146
146
|
if params.get("source_orig") is not None:
|
|
147
147
|
cargs.extend([
|