niwrap-afni 0.5.0__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-afni might be problematic. Click here for more details.
- niwrap_afni/afni/__init__.py +582 -0
- niwrap_afni/afni/abids_json_info_py.py +247 -0
- niwrap_afni/afni/abids_json_tool_py.py +212 -0
- niwrap_afni/afni/abids_tool.py +191 -0
- niwrap_afni/afni/adjunct_apqc_tsnr_general.py +447 -0
- niwrap_afni/afni/adjunct_aw_tableize_roi_info_py.py +224 -0
- niwrap_afni/afni/adjunct_calc_mont_dims_py.py +173 -0
- niwrap_afni/afni/adjunct_combine_str_py.py +198 -0
- niwrap_afni/afni/adjunct_is_label_py.py +180 -0
- niwrap_afni/afni/adjunct_make_script_and_rst_py.py +237 -0
- niwrap_afni/afni/adjunct_select_str_py.py +188 -0
- niwrap_afni/afni/adjunct_simplify_cost.py +172 -0
- niwrap_afni/afni/adjunct_suma_fs_mask_and_qc.py +249 -0
- niwrap_afni/afni/adjunct_suma_fs_roi_info.py +228 -0
- niwrap_afni/afni/adjunct_tort_plot_dp_align.py +248 -0
- niwrap_afni/afni/adwarp.py +296 -0
- niwrap_afni/afni/afni.py +428 -0
- niwrap_afni/afni/afni_batch_r.py +215 -0
- niwrap_afni/afni/afni_check_omp.py +174 -0
- niwrap_afni/afni/afni_history.py +413 -0
- niwrap_afni/afni/afni_open.py +304 -0
- niwrap_afni/afni/afni_proc_py.py +283 -0
- niwrap_afni/afni/afni_run_r.py +180 -0
- niwrap_afni/afni/afni_system_check_py.py +274 -0
- niwrap_afni/afni/aiv.py +231 -0
- niwrap_afni/afni/align_epi_anat.py +356 -0
- niwrap_afni/afni/analyze_trace.py +292 -0
- niwrap_afni/afni/ap_run_simple_rest.py +293 -0
- niwrap_afni/afni/apqc_make_html.py +175 -0
- niwrap_afni/afni/apqc_make_tcsh_py.py +245 -0
- niwrap_afni/afni/apsearch.py +195 -0
- niwrap_afni/afni/auto_warp_py.py +527 -0
- niwrap_afni/afni/balloon.py +210 -0
- niwrap_afni/afni/bayes_view.py +196 -0
- niwrap_afni/afni/bayesian_group_ana_py.py +342 -0
- niwrap_afni/afni/brain_skin.py +358 -0
- niwrap_afni/afni/build_afni_py.py +330 -0
- niwrap_afni/afni/cat_matvec.py +185 -0
- niwrap_afni/afni/ccalc.py +192 -0
- niwrap_afni/afni/cifti_tool.py +271 -0
- niwrap_afni/afni/cjpeg.py +233 -0
- niwrap_afni/afni/clust_exp_hist_table_py.py +218 -0
- niwrap_afni/afni/clust_exp_stat_parse_py.py +346 -0
- niwrap_afni/afni/column_cat.py +208 -0
- niwrap_afni/afni/compare_surfaces.py +344 -0
- niwrap_afni/afni/convert_cdiflist_to_grads.py +251 -0
- niwrap_afni/afni/convert_dset.py +421 -0
- niwrap_afni/afni/convert_surface.py +247 -0
- niwrap_afni/afni/convex_hull.py +386 -0
- niwrap_afni/afni/count.py +327 -0
- niwrap_afni/afni/create_icosahedron.py +282 -0
- niwrap_afni/afni/dcm2niix_afni.py +550 -0
- niwrap_afni/afni/dicom_hdr.py +263 -0
- niwrap_afni/afni/dicom_hinfo.py +220 -0
- niwrap_afni/afni/dicom_to_raw.py +176 -0
- niwrap_afni/afni/dimon.py +286 -0
- niwrap_afni/afni/djpeg.py +233 -0
- niwrap_afni/afni/drive_suma.py +520 -0
- niwrap_afni/afni/dsetstat2p.py +218 -0
- niwrap_afni/afni/dtistudio_fiberto_segments.py +198 -0
- niwrap_afni/afni/epi_b0_correct.py +485 -0
- niwrap_afni/afni/examine_xmat.py +280 -0
- niwrap_afni/afni/fat_mat2d_plot_py.py +428 -0
- niwrap_afni/afni/fat_mat_sel_py.py +469 -0
- niwrap_afni/afni/fat_mat_tableize.py +292 -0
- niwrap_afni/afni/fat_mvm_gridconv_py.py +207 -0
- niwrap_afni/afni/fat_mvm_prep.py +256 -0
- niwrap_afni/afni/fat_mvm_scripter_py.py +353 -0
- niwrap_afni/afni/fat_proc_align_anat_pair.py +307 -0
- niwrap_afni/afni/fat_proc_axialize_anat.py +415 -0
- niwrap_afni/afni/fat_proc_connec_vis.py +346 -0
- niwrap_afni/afni/fat_proc_convert_dcm_anat.py +283 -0
- niwrap_afni/afni/fat_proc_convert_dcm_dwis.py +374 -0
- niwrap_afni/afni/fat_proc_decmap.py +321 -0
- niwrap_afni/afni/fat_proc_dwi_to_dt.py +522 -0
- niwrap_afni/afni/fat_proc_filter_dwis.py +321 -0
- niwrap_afni/afni/fat_proc_imit2w_from_t1w.py +283 -0
- niwrap_afni/afni/fat_proc_map_to_dti.py +308 -0
- niwrap_afni/afni/fat_proc_select_vols.py +266 -0
- niwrap_afni/afni/fat_roi_row.py +233 -0
- niwrap_afni/afni/fatcat_matplot.py +181 -0
- niwrap_afni/afni/fdrval.py +241 -0
- niwrap_afni/afni/fftest.py +197 -0
- niwrap_afni/afni/file_tool.py +580 -0
- niwrap_afni/afni/fim2.py +465 -0
- niwrap_afni/afni/find_variance_lines.py +353 -0
- niwrap_afni/afni/firdesign.py +235 -0
- niwrap_afni/afni/float_scan.py +213 -0
- niwrap_afni/afni/from3d.py +292 -0
- niwrap_afni/afni/fsread_annot.py +322 -0
- niwrap_afni/afni/gen_epi_review_py.py +292 -0
- niwrap_afni/afni/gen_group_command.py +324 -0
- niwrap_afni/afni/gen_ss_review_scripts.py +421 -0
- niwrap_afni/afni/gen_ss_review_table_py.py +324 -0
- niwrap_afni/afni/get_afni_model_prf.py +196 -0
- niwrap_afni/afni/get_afni_model_prf_6.py +222 -0
- niwrap_afni/afni/get_afni_model_prf_6_bad.py +212 -0
- niwrap_afni/afni/gifti_tool.py +426 -0
- niwrap_afni/afni/gltsymtest.py +193 -0
- niwrap_afni/afni/help_format.py +176 -0
- niwrap_afni/afni/im2niml.py +178 -0
- niwrap_afni/afni/images_equal.py +195 -0
- niwrap_afni/afni/imand.py +203 -0
- niwrap_afni/afni/imaver.py +201 -0
- niwrap_afni/afni/imcalc.py +235 -0
- niwrap_afni/afni/imcat.py +498 -0
- niwrap_afni/afni/imcutup.py +241 -0
- niwrap_afni/afni/imdump.py +177 -0
- niwrap_afni/afni/immask.py +223 -0
- niwrap_afni/afni/imreg.py +389 -0
- niwrap_afni/afni/imrotate.py +217 -0
- niwrap_afni/afni/imstack.py +209 -0
- niwrap_afni/afni/imstat.py +217 -0
- niwrap_afni/afni/imupsam.py +205 -0
- niwrap_afni/afni/init_user_dotfiles_py.py +353 -0
- niwrap_afni/afni/inspec.py +255 -0
- niwrap_afni/afni/iso_surface.py +344 -0
- niwrap_afni/afni/make_color_map.py +417 -0
- niwrap_afni/afni/make_pq_script_py.py +200 -0
- niwrap_afni/afni/make_random_timing_py.py +471 -0
- niwrap_afni/afni/make_stim_times_py.py +304 -0
- niwrap_afni/afni/map_icosahedron.py +296 -0
- niwrap_afni/afni/map_track_id.py +254 -0
- niwrap_afni/afni/mba.py +360 -0
- niwrap_afni/afni/meica_py.py +259 -0
- niwrap_afni/afni/myget.py +186 -0
- niwrap_afni/afni/neuro_deconvolve_py.py +291 -0
- niwrap_afni/afni/nicat.py +207 -0
- niwrap_afni/afni/niccc.py +307 -0
- niwrap_afni/afni/nifti_tool.py +310 -0
- niwrap_afni/afni/niml_feedme.py +260 -0
- niwrap_afni/afni/nsize.py +184 -0
- niwrap_afni/afni/p2dsetstat.py +216 -0
- niwrap_afni/afni/parse_fs_lt_log_py.py +217 -0
- niwrap_afni/afni/plugout_drive.py +259 -0
- niwrap_afni/afni/plugout_ijk.py +297 -0
- niwrap_afni/afni/plugout_tt.py +326 -0
- niwrap_afni/afni/plugout_tta.py +290 -0
- niwrap_afni/afni/prompt_popup.py +205 -0
- niwrap_afni/afni/prompt_user.py +190 -0
- niwrap_afni/afni/pta.py +279 -0
- niwrap_afni/afni/qdelaunay.py +534 -0
- niwrap_afni/afni/qhull.py +376 -0
- niwrap_afni/afni/quick_alpha_vals_py.py +189 -0
- niwrap_afni/afni/quickspec.py +259 -0
- niwrap_afni/afni/quickspec_sl.py +282 -0
- niwrap_afni/afni/quotize.py +194 -0
- niwrap_afni/afni/r_pkgs_install.py +227 -0
- niwrap_afni/afni/rba.py +508 -0
- niwrap_afni/afni/rbox.py +245 -0
- niwrap_afni/afni/read_matlab_files_py.py +225 -0
- niwrap_afni/afni/realtime_receiver.py +310 -0
- niwrap_afni/afni/retro_ts_py.py +477 -0
- niwrap_afni/afni/rmz.py +203 -0
- niwrap_afni/afni/roi2dataset.py +310 -0
- niwrap_afni/afni/roigrow.py +276 -0
- niwrap_afni/afni/rotcom.py +190 -0
- niwrap_afni/afni/rsfgen.py +330 -0
- niwrap_afni/afni/rtfeedme.py +308 -0
- niwrap_afni/afni/samp_bias.py +245 -0
- niwrap_afni/afni/scale_to_map.py +481 -0
- niwrap_afni/afni/serial_helper.py +298 -0
- niwrap_afni/afni/sfim.py +229 -0
- niwrap_afni/afni/slow_surf_clustsim_py.py +285 -0
- niwrap_afni/afni/spharm_deco.py +284 -0
- niwrap_afni/afni/spharm_reco.py +274 -0
- niwrap_afni/afni/stimband.py +229 -0
- niwrap_afni/afni/strblast.py +239 -0
- niwrap_afni/afni/suma_change_spec.py +225 -0
- niwrap_afni/afni/suma_glxdino.py +175 -0
- niwrap_afni/afni/surf2_vol_coord.py +305 -0
- niwrap_afni/afni/surf_clust.py +611 -0
- niwrap_afni/afni/surf_dist.py +208 -0
- niwrap_afni/afni/surf_dset_info.py +355 -0
- niwrap_afni/afni/surf_extrema.py +279 -0
- niwrap_afni/afni/surf_fwhm.py +350 -0
- niwrap_afni/afni/surf_info.py +288 -0
- niwrap_afni/afni/surf_layers.py +300 -0
- niwrap_afni/afni/surf_localstat.py +242 -0
- niwrap_afni/afni/surf_measures.py +373 -0
- niwrap_afni/afni/surf_mesh.py +256 -0
- niwrap_afni/afni/surf_patch.py +412 -0
- niwrap_afni/afni/surf_qual.py +250 -0
- niwrap_afni/afni/surf_retino_map.py +225 -0
- niwrap_afni/afni/surf_smooth.py +388 -0
- niwrap_afni/afni/surf_to_surf.py +327 -0
- niwrap_afni/afni/surface_metrics.py +377 -0
- niwrap_afni/afni/tedana_wrapper_py.py +306 -0
- niwrap_afni/afni/tfim.py +267 -0
- niwrap_afni/afni/timing_tool_py.py +406 -0
- niwrap_afni/afni/to3d.py +643 -0
- niwrap_afni/afni/tokens.py +192 -0
- niwrap_afni/afni/trr.py +405 -0
- niwrap_afni/afni/uber_align_test_py.py +266 -0
- niwrap_afni/afni/uber_proc_py.py +176 -0
- niwrap_afni/afni/uber_skel.py +277 -0
- niwrap_afni/afni/uber_subject_py.py +707 -0
- niwrap_afni/afni/un_warp_epi_py.py +232 -0
- niwrap_afni/afni/uniq_images.py +180 -0
- niwrap_afni/afni/v_1d_apar2mat.py +262 -0
- niwrap_afni/afni/v_1d_astrip.py +176 -0
- niwrap_afni/afni/v_1d_bandpass.py +238 -0
- niwrap_afni/afni/v_1d_bport.py +277 -0
- niwrap_afni/afni/v_1d_correlate.py +218 -0
- niwrap_afni/afni/v_1d_dw_grad_o_mat__.py +429 -0
- niwrap_afni/afni/v_1d_flag_motion.py +212 -0
- niwrap_afni/afni/v_1d_marry.py +214 -0
- niwrap_afni/afni/v_1d_nlfit.py +254 -0
- niwrap_afni/afni/v_1d_rplot.py +180 -0
- niwrap_afni/afni/v_1d_sem.py +215 -0
- niwrap_afni/afni/v_1d_tool_py.py +319 -0
- niwrap_afni/afni/v_1d_tsort.py +216 -0
- niwrap_afni/afni/v_1d_upsample.py +195 -0
- niwrap_afni/afni/v_1dcat.py +266 -0
- niwrap_afni/afni/v_1ddot.py +249 -0
- niwrap_afni/afni/v_1deval.py +265 -0
- niwrap_afni/afni/v_1dfft.py +269 -0
- niwrap_afni/afni/v_1dgen_arma11.py +319 -0
- niwrap_afni/afni/v_1dgrayplot.py +238 -0
- niwrap_afni/afni/v_1dmatcalc.py +180 -0
- niwrap_afni/afni/v_1dnorm.py +224 -0
- niwrap_afni/afni/v_1dplot.py +831 -0
- niwrap_afni/afni/v_1dplot_py.py +578 -0
- niwrap_afni/afni/v_1dsound.py +292 -0
- niwrap_afni/afni/v_1dsum.py +235 -0
- niwrap_afni/afni/v_1dsvd.py +272 -0
- niwrap_afni/afni/v_1dtranspose.py +188 -0
- niwrap_afni/afni/v_24swap.py +194 -0
- niwrap_afni/afni/v_2d_im_reg.py +312 -0
- niwrap_afni/afni/v_2dcat.py +496 -0
- niwrap_afni/afni/v_2perm.py +233 -0
- niwrap_afni/afni/v_2swap.py +181 -0
- niwrap_afni/afni/v_3_droimaker.py +419 -0
- niwrap_afni/afni/v_3d_aboverlap.py +211 -0
- niwrap_afni/afni/v_3d_acost.py +210 -0
- niwrap_afni/afni/v_3d_afnito3_d.py +177 -0
- niwrap_afni/afni/v_3d_afnito_analyze.py +219 -0
- niwrap_afni/afni/v_3d_afnito_nifti.py +245 -0
- niwrap_afni/afni/v_3d_afnito_niml.py +175 -0
- niwrap_afni/afni/v_3d_afnito_raw.py +202 -0
- niwrap_afni/afni/v_3d_allineate.py +350 -0
- niwrap_afni/afni/v_3d_amp_to_rsfc.py +262 -0
- niwrap_afni/afni/v_3d_anhist.py +260 -0
- niwrap_afni/afni/v_3d_anova.py +359 -0
- niwrap_afni/afni/v_3d_anova2.py +515 -0
- niwrap_afni/afni/v_3d_anova3.py +302 -0
- niwrap_afni/afni/v_3d_attribute.py +248 -0
- niwrap_afni/afni/v_3d_auto_tcorrelate.py +314 -0
- niwrap_afni/afni/v_3d_autobox.py +335 -0
- niwrap_afni/afni/v_3d_automask.py +258 -0
- niwrap_afni/afni/v_3d_ball_match.py +229 -0
- niwrap_afni/afni/v_3d_bandpass.py +381 -0
- niwrap_afni/afni/v_3d_blur_in_mask.py +291 -0
- niwrap_afni/afni/v_3d_blur_to_fwhm.py +267 -0
- niwrap_afni/afni/v_3d_brain_sync.py +267 -0
- niwrap_afni/afni/v_3d_brain_voyagerto_afni.py +313 -0
- niwrap_afni/afni/v_3d_brick_stat.py +463 -0
- niwrap_afni/afni/v_3d_clip_level.py +175 -0
- niwrap_afni/afni/v_3d_clust_count.py +229 -0
- niwrap_afni/afni/v_3d_clust_sim.py +196 -0
- niwrap_afni/afni/v_3d_clusterize.py +448 -0
- niwrap_afni/afni/v_3d_cm.py +177 -0
- niwrap_afni/afni/v_3d_compare_affine.py +215 -0
- niwrap_afni/afni/v_3d_conformist.py +176 -0
- niwrap_afni/afni/v_3d_convolve.py +197 -0
- niwrap_afni/afni/v_3d_cruiseto_afni.py +264 -0
- niwrap_afni/afni/v_3d_deconvolve.py +371 -0
- niwrap_afni/afni/v_3d_degree_centrality.py +270 -0
- niwrap_afni/afni/v_3d_depth_map.py +317 -0
- niwrap_afni/afni/v_3d_despike.py +191 -0
- niwrap_afni/afni/v_3d_detrend.py +191 -0
- niwrap_afni/afni/v_3d_dft.py +245 -0
- niwrap_afni/afni/v_3d_diff.py +254 -0
- niwrap_afni/afni/v_3d_dteig.py +236 -0
- niwrap_afni/afni/v_3d_dtto_dwi.py +199 -0
- niwrap_afni/afni/v_3d_dtto_noisy_dwi.py +275 -0
- niwrap_afni/afni/v_3d_dwito_dt.py +191 -0
- niwrap_afni/afni/v_3d_dwuncert.py +283 -0
- niwrap_afni/afni/v_3d_ecm.py +363 -0
- niwrap_afni/afni/v_3d_edu_01_scale.py +216 -0
- niwrap_afni/afni/v_3d_eigs_to_dt.py +271 -0
- niwrap_afni/afni/v_3d_empty.py +224 -0
- niwrap_afni/afni/v_3d_entropy.py +181 -0
- niwrap_afni/afni/v_3d_errts_cormat.py +243 -0
- niwrap_afni/afni/v_3d_exchange.py +226 -0
- niwrap_afni/afni/v_3d_extract_group_in_corr.py +195 -0
- niwrap_afni/afni/v_3d_extrema.py +384 -0
- niwrap_afni/afni/v_3d_fdr.py +325 -0
- niwrap_afni/afni/v_3d_fft.py +307 -0
- niwrap_afni/afni/v_3d_friedman.py +226 -0
- niwrap_afni/afni/v_3d_fwhmx.py +321 -0
- niwrap_afni/afni/v_3d_gen_feature_dist.py +262 -0
- niwrap_afni/afni/v_3d_gen_priors.py +487 -0
- niwrap_afni/afni/v_3d_getrow.py +243 -0
- niwrap_afni/afni/v_3d_grayplot.py +343 -0
- niwrap_afni/afni/v_3d_group_in_corr.py +484 -0
- niwrap_afni/afni/v_3d_hist.py +406 -0
- niwrap_afni/afni/v_3d_icc.py +228 -0
- niwrap_afni/afni/v_3d_intracranial.py +275 -0
- niwrap_afni/afni/v_3d_inv_fmri.py +317 -0
- niwrap_afni/afni/v_3d_isc.py +298 -0
- niwrap_afni/afni/v_3d_kruskal_wallis.py +231 -0
- niwrap_afni/afni/v_3d_lfcd.py +249 -0
- niwrap_afni/afni/v_3d_lme.py +524 -0
- niwrap_afni/afni/v_3d_lmer.py +425 -0
- niwrap_afni/afni/v_3d_local_acf.py +224 -0
- niwrap_afni/afni/v_3d_local_bistat.py +325 -0
- niwrap_afni/afni/v_3d_local_histog.py +268 -0
- niwrap_afni/afni/v_3d_local_pv.py +318 -0
- niwrap_afni/afni/v_3d_local_svd.py +258 -0
- niwrap_afni/afni/v_3d_local_unifize.py +286 -0
- niwrap_afni/afni/v_3d_localstat.py +427 -0
- niwrap_afni/afni/v_3d_lomb_scargle.py +307 -0
- niwrap_afni/afni/v_3d_lrflip.py +202 -0
- niwrap_afni/afni/v_3d_lss.py +175 -0
- niwrap_afni/afni/v_3d_mann_whitney.py +234 -0
- niwrap_afni/afni/v_3d_mask_to_ascii.py +189 -0
- niwrap_afni/afni/v_3d_match.py +300 -0
- niwrap_afni/afni/v_3d_mean.py +364 -0
- niwrap_afni/afni/v_3d_median_filter.py +238 -0
- niwrap_afni/afni/v_3d_mema.py +171 -0
- niwrap_afni/afni/v_3d_mepfm.py +256 -0
- niwrap_afni/afni/v_3d_mse.py +283 -0
- niwrap_afni/afni/v_3d_mss.py +397 -0
- niwrap_afni/afni/v_3d_multi_thresh.py +306 -0
- niwrap_afni/afni/v_3d_mvm.py +359 -0
- niwrap_afni/afni/v_3d_mvm_validator.py +191 -0
- niwrap_afni/afni/v_3d_net_corr.py +398 -0
- niwrap_afni/afni/v_3d_nlfim.py +241 -0
- niwrap_afni/afni/v_3d_normality_test.py +209 -0
- niwrap_afni/afni/v_3d_notes.py +246 -0
- niwrap_afni/afni/v_3d_nwarp_adjust.py +218 -0
- niwrap_afni/afni/v_3d_nwarp_apply.py +349 -0
- niwrap_afni/afni/v_3d_nwarp_cat.py +277 -0
- niwrap_afni/afni/v_3d_nwarp_funcs.py +232 -0
- niwrap_afni/afni/v_3d_nwarp_xyz.py +193 -0
- niwrap_afni/afni/v_3d_overlap.py +188 -0
- niwrap_afni/afni/v_3d_par2_afni.py +244 -0
- niwrap_afni/afni/v_3d_periodogram.py +220 -0
- niwrap_afni/afni/v_3d_pfm.py +248 -0
- niwrap_afni/afni/v_3d_polyfit.py +357 -0
- niwrap_afni/afni/v_3d_pval.py +232 -0
- niwrap_afni/afni/v_3d_pvmap.py +221 -0
- niwrap_afni/afni/v_3d_qwarp.py +359 -0
- niwrap_afni/afni/v_3d_rank.py +222 -0
- niwrap_afni/afni/v_3d_rankizer.py +241 -0
- niwrap_afni/afni/v_3d_re_ho.py +376 -0
- niwrap_afni/afni/v_3d_reg_ana.py +377 -0
- niwrap_afni/afni/v_3d_remlfit.py +322 -0
- niwrap_afni/afni/v_3d_retino_phase.py +379 -0
- niwrap_afni/afni/v_3d_roistats.py +379 -0
- niwrap_afni/afni/v_3d_row_fillin.py +231 -0
- niwrap_afni/afni/v_3d_rprog_demo.py +282 -0
- niwrap_afni/afni/v_3d_rsfc.py +198 -0
- niwrap_afni/afni/v_3d_seg.py +437 -0
- niwrap_afni/afni/v_3d_setup_group_in_corr.py +273 -0
- niwrap_afni/afni/v_3d_sharpen.py +206 -0
- niwrap_afni/afni/v_3d_signatures.py +230 -0
- niwrap_afni/afni/v_3d_skull_strip.py +204 -0
- niwrap_afni/afni/v_3d_slice_ndice.py +235 -0
- niwrap_afni/afni/v_3d_space_time_corr.py +265 -0
- niwrap_afni/afni/v_3d_spat_norm.py +265 -0
- niwrap_afni/afni/v_3d_stat_clust.py +257 -0
- niwrap_afni/afni/v_3d_surf2_vol.py +469 -0
- niwrap_afni/afni/v_3d_surf_mask.py +262 -0
- niwrap_afni/afni/v_3d_synthesize.py +251 -0
- niwrap_afni/afni/v_3d_tagalign.py +342 -0
- niwrap_afni/afni/v_3d_tcat.py +223 -0
- niwrap_afni/afni/v_3d_tcorr1_d.py +243 -0
- niwrap_afni/afni/v_3d_tcorr_map.py +396 -0
- niwrap_afni/afni/v_3d_tcorrelate.py +368 -0
- niwrap_afni/afni/v_3d_tfilter.py +203 -0
- niwrap_afni/afni/v_3d_tfitter.py +430 -0
- niwrap_afni/afni/v_3d_threeto_rgb.py +265 -0
- niwrap_afni/afni/v_3d_tnorm.py +247 -0
- niwrap_afni/afni/v_3d_tortoiseto_here.py +239 -0
- niwrap_afni/afni/v_3d_toutcount.py +285 -0
- niwrap_afni/afni/v_3d_toy_prog.py +216 -0
- niwrap_afni/afni/v_3d_tproject.py +475 -0
- niwrap_afni/afni/v_3d_tqual.py +261 -0
- niwrap_afni/afni/v_3d_track_id.py +628 -0
- niwrap_afni/afni/v_3d_trfix.py +234 -0
- niwrap_afni/afni/v_3d_tsgen.py +319 -0
- niwrap_afni/afni/v_3d_tshift.py +342 -0
- niwrap_afni/afni/v_3d_tsmooth.py +331 -0
- niwrap_afni/afni/v_3d_tsort.py +267 -0
- niwrap_afni/afni/v_3d_tsplit4_d.py +209 -0
- niwrap_afni/afni/v_3d_tstat.py +771 -0
- niwrap_afni/afni/v_3d_tto1_d.py +246 -0
- niwrap_afni/afni/v_3d_twoto_complex.py +241 -0
- niwrap_afni/afni/v_3d_undump.py +366 -0
- niwrap_afni/afni/v_3d_unifize.py +403 -0
- niwrap_afni/afni/v_3d_upsample.py +245 -0
- niwrap_afni/afni/v_3d_vec_rgb_to_hsl.py +226 -0
- niwrap_afni/afni/v_3d_vol2_surf.py +653 -0
- niwrap_afni/afni/v_3d_warp.py +173 -0
- niwrap_afni/afni/v_3d_warp_drive.py +596 -0
- niwrap_afni/afni/v_3d_wilcoxon.py +231 -0
- niwrap_afni/afni/v_3d_winsor.py +287 -0
- niwrap_afni/afni/v_3d_xclust_sim.py +370 -0
- niwrap_afni/afni/v_3d_xyzcat.py +216 -0
- niwrap_afni/afni/v_3d_zcat.py +259 -0
- niwrap_afni/afni/v_3d_zcutup.py +209 -0
- niwrap_afni/afni/v_3d_zeropad.py +371 -0
- niwrap_afni/afni/v_3d_zipper_zapper.py +388 -0
- niwrap_afni/afni/v_3d_zregrid.py +242 -0
- niwrap_afni/afni/v_3danisosmooth.py +436 -0
- niwrap_afni/afni/v_3daxialize.py +253 -0
- niwrap_afni/afni/v_3dbucket.py +266 -0
- niwrap_afni/afni/v_3dcalc.py +278 -0
- niwrap_afni/afni/v_3dclust.py +380 -0
- niwrap_afni/afni/v_3dcopy.py +184 -0
- niwrap_afni/afni/v_3ddelay.py +443 -0
- niwrap_afni/afni/v_3ddot.py +322 -0
- niwrap_afni/afni/v_3ddot_beta.py +214 -0
- niwrap_afni/afni/v_3dedge3.py +269 -0
- niwrap_afni/afni/v_3dedgedog.py +344 -0
- niwrap_afni/afni/v_3dfim_.py +350 -0
- niwrap_afni/afni/v_3dfractionize.py +261 -0
- niwrap_afni/afni/v_3dhistog.py +365 -0
- niwrap_afni/afni/v_3dinfill.py +302 -0
- niwrap_afni/afni/v_3dinfo.py +1271 -0
- niwrap_afni/afni/v_3dkmeans.py +449 -0
- niwrap_afni/afni/v_3dmask_svd.py +179 -0
- niwrap_afni/afni/v_3dmask_tool.py +334 -0
- niwrap_afni/afni/v_3dmaskave.py +223 -0
- niwrap_afni/afni/v_3dmaskdump.py +425 -0
- niwrap_afni/afni/v_3dmatcalc.py +221 -0
- niwrap_afni/afni/v_3dmatmult.py +227 -0
- niwrap_afni/afni/v_3dmaxdisp.py +205 -0
- niwrap_afni/afni/v_3dmaxima.py +373 -0
- niwrap_afni/afni/v_3dmerge.py +305 -0
- niwrap_afni/afni/v_3dnewid.py +239 -0
- niwrap_afni/afni/v_3dnvals.py +190 -0
- niwrap_afni/afni/v_3dpc.py +340 -0
- niwrap_afni/afni/v_3drefit.py +406 -0
- niwrap_afni/afni/v_3drename.py +180 -0
- niwrap_afni/afni/v_3dresample.py +256 -0
- niwrap_afni/afni/v_3dretroicor.py +296 -0
- niwrap_afni/afni/v_3drotate.py +477 -0
- niwrap_afni/afni/v_3dsvm.py +518 -0
- niwrap_afni/afni/v_3dsvm_linpredict.py +203 -0
- niwrap_afni/afni/v_3dto_xdataset.py +195 -0
- niwrap_afni/afni/v_3dttest__.py +444 -0
- niwrap_afni/afni/v_3dvolreg.py +360 -0
- niwrap_afni/afni/v_4swap.py +181 -0
- niwrap_afni/afni/v__1d_diff_mag.py +178 -0
- niwrap_afni/afni/v__2dwarper.py +176 -0
- niwrap_afni/afni/v__2dwarper_allin.py +207 -0
- niwrap_afni/afni/v__4_daverage.py +173 -0
- niwrap_afni/afni/v__add_edge.py +344 -0
- niwrap_afni/afni/v__afni_env.py +254 -0
- niwrap_afni/afni/v__afni_orient2_raimap.py +172 -0
- niwrap_afni/afni/v__afni_orient_sign.py +179 -0
- niwrap_afni/afni/v__afni_r_package_install.py +241 -0
- niwrap_afni/afni/v__afni_refacer_make_master.py +180 -0
- niwrap_afni/afni/v__afni_refacer_make_onebig_a12.py +178 -0
- niwrap_afni/afni/v__afni_refacer_run.py +304 -0
- niwrap_afni/afni/v__afni_run_me.py +191 -0
- niwrap_afni/afni/v__align_centers.py +324 -0
- niwrap_afni/afni/v__align_partial_oblique.py +285 -0
- niwrap_afni/afni/v__anaticor.py +326 -0
- niwrap_afni/afni/v__animal_warper.py +602 -0
- niwrap_afni/afni/v__atlasize.py +402 -0
- niwrap_afni/afni/v__auto_tlrc.py +642 -0
- niwrap_afni/afni/v__build_afni_xlib.py +201 -0
- niwrap_afni/afni/v__center_distance.py +187 -0
- niwrap_afni/afni/v__chauffeur_afni.py +204 -0
- niwrap_afni/afni/v__check_for_afni_dset.py +178 -0
- niwrap_afni/afni/v__clip_volume.py +388 -0
- niwrap_afni/afni/v__clust_exp_cat_lab.py +201 -0
- niwrap_afni/afni/v__clust_exp_run_shiny.py +181 -0
- niwrap_afni/afni/v__command_globb.py +220 -0
- niwrap_afni/afni/v__compute_gcor.py +246 -0
- niwrap_afni/afni/v__compute_oc_weights.py +287 -0
- niwrap_afni/afni/v__deblank_file_names.py +210 -0
- niwrap_afni/afni/v__demo_prompt.py +176 -0
- niwrap_afni/afni/v__dice_metric.py +315 -0
- niwrap_afni/afni/v__diff_files.py +273 -0
- niwrap_afni/afni/v__diff_tree.py +358 -0
- niwrap_afni/afni/v__djunct_4d_imager.py +225 -0
- niwrap_afni/afni/v__djunct_4d_slices_to_3d_vol.py +177 -0
- niwrap_afni/afni/v__djunct_anonymize.py +207 -0
- niwrap_afni/afni/v__djunct_dwi_selector.py +192 -0
- niwrap_afni/afni/v__djunct_edgy_align_check.py +339 -0
- niwrap_afni/afni/v__djunct_modal_smoothing_with_rep.py +249 -0
- niwrap_afni/afni/v__djunct_montage_coordinator.py +234 -0
- niwrap_afni/afni/v__djunct_overlap_check.py +430 -0
- niwrap_afni/afni/v__djunct_ssw_intermed_edge_imgs.py +311 -0
- niwrap_afni/afni/v__do_examples.py +181 -0
- niwrap_afni/afni/v__electro_grid.py +244 -0
- niwrap_afni/afni/v__examine_gen_feat_dists.py +277 -0
- niwrap_afni/afni/v__extract_meica_ortvec.py +248 -0
- niwrap_afni/afni/v__fast_roi.py +290 -0
- niwrap_afni/afni/v__fat_tract_colorize.py +267 -0
- niwrap_afni/afni/v__find_afni_dset_path.py +199 -0
- niwrap_afni/afni/v__fix_fssphere.py +236 -0
- niwrap_afni/afni/v__float_fix.py +176 -0
- niwrap_afni/afni/v__from_rai.py +186 -0
- niwrap_afni/afni/v__fs_roi_label.py +290 -0
- niwrap_afni/afni/v__fslabel2dset.py +217 -0
- niwrap_afni/afni/v__get_afni_dims.py +176 -0
- niwrap_afni/afni/v__get_afni_id.py +176 -0
- niwrap_afni/afni/v__get_afni_orient.py +185 -0
- niwrap_afni/afni/v__get_afni_prefix.py +182 -0
- niwrap_afni/afni/v__get_afni_res.py +183 -0
- niwrap_afni/afni/v__get_afni_version.py +177 -0
- niwrap_afni/afni/v__get_afni_view.py +178 -0
- niwrap_afni/afni/v__grad_flip_test.py +359 -0
- niwrap_afni/afni/v__grayplot.py +189 -0
- niwrap_afni/afni/v__help_afni.py +165 -0
- niwrap_afni/afni/v__is_oblique.py +176 -0
- niwrap_afni/afni/v__iso_masks.py +185 -0
- niwrap_afni/afni/v__make_label_table.py +587 -0
- niwrap_afni/afni/v__make_plug_diff.py +237 -0
- niwrap_afni/afni/v__measure_bb_thick.py +352 -0
- niwrap_afni/afni/v__measure_erosion_thick.py +328 -0
- niwrap_afni/afni/v__measure_in2out.py +355 -0
- niwrap_afni/afni/v__move_to_series_dirs.py +255 -0
- niwrap_afni/afni/v__no_ext.py +179 -0
- niwrap_afni/afni/v__no_pound.py +174 -0
- niwrap_afni/afni/v__noisy_skull_strip.py +212 -0
- niwrap_afni/afni/v__np.py +180 -0
- niwrap_afni/afni/v__parse_afni_name.py +187 -0
- niwrap_afni/afni/v__purify_1_d.py +202 -0
- niwrap_afni/afni/v__quiet_talkers.py +256 -0
- niwrap_afni/afni/v__radial_correlate.py +407 -0
- niwrap_afni/afni/v__rename_panga.py +279 -0
- niwrap_afni/afni/v__reorder.py +225 -0
- niwrap_afni/afni/v__retino_proc.py +670 -0
- niwrap_afni/afni/v__roi_corr_mat.py +277 -0
- niwrap_afni/afni/v__roi_decluster.py +252 -0
- niwrap_afni/afni/v__roi_modal_grow.py +256 -0
- niwrap_afni/afni/v__scale_volume.py +252 -0
- niwrap_afni/afni/v__script_check.py +201 -0
- niwrap_afni/afni/v__shift_volume.py +240 -0
- niwrap_afni/afni/v__show_dynamic_range.py +183 -0
- niwrap_afni/afni/v__simulate_motion.py +350 -0
- niwrap_afni/afni/v__skull_strip_touch_up.py +224 -0
- niwrap_afni/afni/v__snapshot_volreg.py +207 -0
- niwrap_afni/afni/v__spharm_examples.py +226 -0
- niwrap_afni/afni/v__sswarper.py +465 -0
- niwrap_afni/afni/v__statauxcode.py +178 -0
- niwrap_afni/afni/v__suma_acknowledge.py +259 -0
- niwrap_afni/afni/v__suma_align_to_experiment.py +421 -0
- niwrap_afni/afni/v__suma_fsvol_to_brik.py +189 -0
- niwrap_afni/afni/v__suma_make_spec_caret.py +183 -0
- niwrap_afni/afni/v__suma_make_spec_fs.py +180 -0
- niwrap_afni/afni/v__suma_make_spec_sf.py +207 -0
- niwrap_afni/afni/v__suma_renumber_fs.py +209 -0
- niwrap_afni/afni/v__suma_reprefixize_spec.py +221 -0
- niwrap_afni/afni/v__surf_smooth_heat_07_examples.py +172 -0
- niwrap_afni/afni/v__surf_to_vol_spackle.py +322 -0
- niwrap_afni/afni/v__t1scale.py +328 -0
- niwrap_afni/afni/v__thickness_master.py +213 -0
- niwrap_afni/afni/v__time_diff.py +180 -0
- niwrap_afni/afni/v__to_mni_awarp.py +188 -0
- niwrap_afni/afni/v__to_mni_qwarpar.py +170 -0
- niwrap_afni/afni/v__to_rai.py +170 -0
- niwrap_afni/afni/v__update_afni_binaries.py +410 -0
- niwrap_afni/afni/v__vol_center.py +188 -0
- niwrap_afni/afni/v__xyz_to_ijk.py +221 -0
- niwrap_afni/afni/vecwarp.py +265 -0
- niwrap_afni/afni/waver.py +458 -0
- niwrap_afni/afni/whirlgif.py +254 -0
- niwrap_afni/afni/xmat_tool_py.py +381 -0
- niwrap_afni-0.5.0.dist-info/METADATA +8 -0
- niwrap_afni-0.5.0.dist-info/RECORD +569 -0
- niwrap_afni-0.5.0.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
# This file was auto generated by Styx.
|
|
2
|
+
# Do not edit this file directly.
|
|
3
|
+
|
|
4
|
+
import typing
|
|
5
|
+
import pathlib
|
|
6
|
+
from styxdefs import *
|
|
7
|
+
|
|
8
|
+
PLUGOUT_IJK_METADATA = Metadata(
|
|
9
|
+
id="546af73f34fcb7f296f73da1cc63ae4ec231fec2.boutiques",
|
|
10
|
+
name="plugout_ijk",
|
|
11
|
+
package="afni",
|
|
12
|
+
container_image_tag="afni/afni_make_build:AFNI_24.2.06",
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
PlugoutIjkParameters = typing.TypedDict('PlugoutIjkParameters', {
|
|
17
|
+
"__STYX_TYPE__": typing.Literal["plugout_ijk"],
|
|
18
|
+
"host": typing.NotRequired[str | None],
|
|
19
|
+
"verbose": bool,
|
|
20
|
+
"port": typing.NotRequired[float | None],
|
|
21
|
+
"name": typing.NotRequired[str | None],
|
|
22
|
+
"port_offset": typing.NotRequired[float | None],
|
|
23
|
+
"port_quiet": typing.NotRequired[float | None],
|
|
24
|
+
"port_bloc_offset": typing.NotRequired[float | None],
|
|
25
|
+
"max_bloc": bool,
|
|
26
|
+
"max_bloc_quiet": bool,
|
|
27
|
+
"num_assigned_ports": bool,
|
|
28
|
+
"num_assigned_ports_quiet": bool,
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def dyn_cargs(
|
|
33
|
+
t: str,
|
|
34
|
+
) -> typing.Any:
|
|
35
|
+
"""
|
|
36
|
+
Get build cargs function by command type.
|
|
37
|
+
|
|
38
|
+
Args:
|
|
39
|
+
t: Command type.
|
|
40
|
+
Returns:
|
|
41
|
+
Build cargs function.
|
|
42
|
+
"""
|
|
43
|
+
return {
|
|
44
|
+
"plugout_ijk": plugout_ijk_cargs,
|
|
45
|
+
}.get(t)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def dyn_outputs(
|
|
49
|
+
t: str,
|
|
50
|
+
) -> typing.Any:
|
|
51
|
+
"""
|
|
52
|
+
Get build outputs function by command type.
|
|
53
|
+
|
|
54
|
+
Args:
|
|
55
|
+
t: Command type.
|
|
56
|
+
Returns:
|
|
57
|
+
Build outputs function.
|
|
58
|
+
"""
|
|
59
|
+
return {
|
|
60
|
+
}.get(t)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
class PlugoutIjkOutputs(typing.NamedTuple):
|
|
64
|
+
"""
|
|
65
|
+
Output object returned when calling `plugout_ijk(...)`.
|
|
66
|
+
"""
|
|
67
|
+
root: OutputPathType
|
|
68
|
+
"""Output root folder. This is the root folder for all outputs."""
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def plugout_ijk_params(
|
|
72
|
+
host: str | None = None,
|
|
73
|
+
verbose: bool = False,
|
|
74
|
+
port: float | None = None,
|
|
75
|
+
name: str | None = None,
|
|
76
|
+
port_offset: float | None = None,
|
|
77
|
+
port_quiet: float | None = None,
|
|
78
|
+
port_bloc_offset: float | None = None,
|
|
79
|
+
max_bloc: bool = False,
|
|
80
|
+
max_bloc_quiet: bool = False,
|
|
81
|
+
num_assigned_ports: bool = False,
|
|
82
|
+
num_assigned_ports_quiet: bool = False,
|
|
83
|
+
) -> PlugoutIjkParameters:
|
|
84
|
+
"""
|
|
85
|
+
Build parameters.
|
|
86
|
+
|
|
87
|
+
Args:
|
|
88
|
+
host: Connect to AFNI running on the specified computer using TCP/IP.
|
|
89
|
+
verbose: Verbose mode.
|
|
90
|
+
port: Use TCP/IP port number 'pp'.
|
|
91
|
+
name: Use the string 'sss' for the name that AFNI assigns to this\
|
|
92
|
+
plugout.
|
|
93
|
+
port_offset: Provide a port offset to allow multiple instances of\
|
|
94
|
+
communicating programs to operate on the same machine.
|
|
95
|
+
port_quiet: Provide a port offset like -np, but more quiet in the face\
|
|
96
|
+
of adversity.
|
|
97
|
+
port_bloc_offset: Provide a port offset block for easier port\
|
|
98
|
+
management.
|
|
99
|
+
max_bloc: Print the current value of MAX_BLOC and exit.
|
|
100
|
+
max_bloc_quiet: Print MAX_BLOC value only and exit.
|
|
101
|
+
num_assigned_ports: Print the number of assigned ports used by AFNI\
|
|
102
|
+
then quit.
|
|
103
|
+
num_assigned_ports_quiet: Prints the number of assigned ports quietly.
|
|
104
|
+
Returns:
|
|
105
|
+
Parameter dictionary
|
|
106
|
+
"""
|
|
107
|
+
params = {
|
|
108
|
+
"__STYXTYPE__": "plugout_ijk",
|
|
109
|
+
"verbose": verbose,
|
|
110
|
+
"max_bloc": max_bloc,
|
|
111
|
+
"max_bloc_quiet": max_bloc_quiet,
|
|
112
|
+
"num_assigned_ports": num_assigned_ports,
|
|
113
|
+
"num_assigned_ports_quiet": num_assigned_ports_quiet,
|
|
114
|
+
}
|
|
115
|
+
if host is not None:
|
|
116
|
+
params["host"] = host
|
|
117
|
+
if port is not None:
|
|
118
|
+
params["port"] = port
|
|
119
|
+
if name is not None:
|
|
120
|
+
params["name"] = name
|
|
121
|
+
if port_offset is not None:
|
|
122
|
+
params["port_offset"] = port_offset
|
|
123
|
+
if port_quiet is not None:
|
|
124
|
+
params["port_quiet"] = port_quiet
|
|
125
|
+
if port_bloc_offset is not None:
|
|
126
|
+
params["port_bloc_offset"] = port_bloc_offset
|
|
127
|
+
return params
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
def plugout_ijk_cargs(
|
|
131
|
+
params: PlugoutIjkParameters,
|
|
132
|
+
execution: Execution,
|
|
133
|
+
) -> list[str]:
|
|
134
|
+
"""
|
|
135
|
+
Build command-line arguments from parameters.
|
|
136
|
+
|
|
137
|
+
Args:
|
|
138
|
+
params: The parameters.
|
|
139
|
+
execution: The execution object for resolving input paths.
|
|
140
|
+
Returns:
|
|
141
|
+
Command-line arguments.
|
|
142
|
+
"""
|
|
143
|
+
cargs = []
|
|
144
|
+
cargs.append("plugout_ijk")
|
|
145
|
+
if params.get("host") is not None:
|
|
146
|
+
cargs.extend([
|
|
147
|
+
"-host",
|
|
148
|
+
params.get("host")
|
|
149
|
+
])
|
|
150
|
+
if params.get("verbose"):
|
|
151
|
+
cargs.append("-v")
|
|
152
|
+
if params.get("port") is not None:
|
|
153
|
+
cargs.extend([
|
|
154
|
+
"-port",
|
|
155
|
+
str(params.get("port"))
|
|
156
|
+
])
|
|
157
|
+
if params.get("name") is not None:
|
|
158
|
+
cargs.extend([
|
|
159
|
+
"-name",
|
|
160
|
+
params.get("name")
|
|
161
|
+
])
|
|
162
|
+
if params.get("port_offset") is not None:
|
|
163
|
+
cargs.extend([
|
|
164
|
+
"-np",
|
|
165
|
+
str(params.get("port_offset"))
|
|
166
|
+
])
|
|
167
|
+
if params.get("port_quiet") is not None:
|
|
168
|
+
cargs.extend([
|
|
169
|
+
"-npq",
|
|
170
|
+
str(params.get("port_quiet"))
|
|
171
|
+
])
|
|
172
|
+
if params.get("port_bloc_offset") is not None:
|
|
173
|
+
cargs.extend([
|
|
174
|
+
"-npb",
|
|
175
|
+
str(params.get("port_bloc_offset"))
|
|
176
|
+
])
|
|
177
|
+
if params.get("max_bloc"):
|
|
178
|
+
cargs.append("-max_port_bloc")
|
|
179
|
+
if params.get("max_bloc_quiet"):
|
|
180
|
+
cargs.append("-max_port_bloc_quiet")
|
|
181
|
+
if params.get("num_assigned_ports"):
|
|
182
|
+
cargs.append("-num_assigned_ports")
|
|
183
|
+
if params.get("num_assigned_ports_quiet"):
|
|
184
|
+
cargs.append("-num_assigned_ports_quiet")
|
|
185
|
+
return cargs
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
def plugout_ijk_outputs(
|
|
189
|
+
params: PlugoutIjkParameters,
|
|
190
|
+
execution: Execution,
|
|
191
|
+
) -> PlugoutIjkOutputs:
|
|
192
|
+
"""
|
|
193
|
+
Build outputs object containing output file paths and possibly stdout/stderr.
|
|
194
|
+
|
|
195
|
+
Args:
|
|
196
|
+
params: The parameters.
|
|
197
|
+
execution: The execution object for resolving input paths.
|
|
198
|
+
Returns:
|
|
199
|
+
Outputs object.
|
|
200
|
+
"""
|
|
201
|
+
ret = PlugoutIjkOutputs(
|
|
202
|
+
root=execution.output_file("."),
|
|
203
|
+
)
|
|
204
|
+
return ret
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
def plugout_ijk_execute(
|
|
208
|
+
params: PlugoutIjkParameters,
|
|
209
|
+
execution: Execution,
|
|
210
|
+
) -> PlugoutIjkOutputs:
|
|
211
|
+
"""
|
|
212
|
+
Connects to AFNI and sends (i,j,k) dataset indices to control the viewpoint.
|
|
213
|
+
|
|
214
|
+
Author: AFNI Developers
|
|
215
|
+
|
|
216
|
+
URL: https://afni.nimh.nih.gov/
|
|
217
|
+
|
|
218
|
+
Args:
|
|
219
|
+
params: The parameters.
|
|
220
|
+
execution: The execution object.
|
|
221
|
+
Returns:
|
|
222
|
+
NamedTuple of outputs (described in `PlugoutIjkOutputs`).
|
|
223
|
+
"""
|
|
224
|
+
params = execution.params(params)
|
|
225
|
+
cargs = plugout_ijk_cargs(params, execution)
|
|
226
|
+
ret = plugout_ijk_outputs(params, execution)
|
|
227
|
+
execution.run(cargs)
|
|
228
|
+
return ret
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
def plugout_ijk(
|
|
232
|
+
host: str | None = None,
|
|
233
|
+
verbose: bool = False,
|
|
234
|
+
port: float | None = None,
|
|
235
|
+
name: str | None = None,
|
|
236
|
+
port_offset: float | None = None,
|
|
237
|
+
port_quiet: float | None = None,
|
|
238
|
+
port_bloc_offset: float | None = None,
|
|
239
|
+
max_bloc: bool = False,
|
|
240
|
+
max_bloc_quiet: bool = False,
|
|
241
|
+
num_assigned_ports: bool = False,
|
|
242
|
+
num_assigned_ports_quiet: bool = False,
|
|
243
|
+
runner: Runner | None = None,
|
|
244
|
+
) -> PlugoutIjkOutputs:
|
|
245
|
+
"""
|
|
246
|
+
Connects to AFNI and sends (i,j,k) dataset indices to control the viewpoint.
|
|
247
|
+
|
|
248
|
+
Author: AFNI Developers
|
|
249
|
+
|
|
250
|
+
URL: https://afni.nimh.nih.gov/
|
|
251
|
+
|
|
252
|
+
Args:
|
|
253
|
+
host: Connect to AFNI running on the specified computer using TCP/IP.
|
|
254
|
+
verbose: Verbose mode.
|
|
255
|
+
port: Use TCP/IP port number 'pp'.
|
|
256
|
+
name: Use the string 'sss' for the name that AFNI assigns to this\
|
|
257
|
+
plugout.
|
|
258
|
+
port_offset: Provide a port offset to allow multiple instances of\
|
|
259
|
+
communicating programs to operate on the same machine.
|
|
260
|
+
port_quiet: Provide a port offset like -np, but more quiet in the face\
|
|
261
|
+
of adversity.
|
|
262
|
+
port_bloc_offset: Provide a port offset block for easier port\
|
|
263
|
+
management.
|
|
264
|
+
max_bloc: Print the current value of MAX_BLOC and exit.
|
|
265
|
+
max_bloc_quiet: Print MAX_BLOC value only and exit.
|
|
266
|
+
num_assigned_ports: Print the number of assigned ports used by AFNI\
|
|
267
|
+
then quit.
|
|
268
|
+
num_assigned_ports_quiet: Prints the number of assigned ports quietly.
|
|
269
|
+
runner: Command runner.
|
|
270
|
+
Returns:
|
|
271
|
+
NamedTuple of outputs (described in `PlugoutIjkOutputs`).
|
|
272
|
+
"""
|
|
273
|
+
runner = runner or get_global_runner()
|
|
274
|
+
execution = runner.start_execution(PLUGOUT_IJK_METADATA)
|
|
275
|
+
params = plugout_ijk_params(
|
|
276
|
+
host=host,
|
|
277
|
+
verbose=verbose,
|
|
278
|
+
port=port,
|
|
279
|
+
name=name,
|
|
280
|
+
port_offset=port_offset,
|
|
281
|
+
port_quiet=port_quiet,
|
|
282
|
+
port_bloc_offset=port_bloc_offset,
|
|
283
|
+
max_bloc=max_bloc,
|
|
284
|
+
max_bloc_quiet=max_bloc_quiet,
|
|
285
|
+
num_assigned_ports=num_assigned_ports,
|
|
286
|
+
num_assigned_ports_quiet=num_assigned_ports_quiet,
|
|
287
|
+
)
|
|
288
|
+
return plugout_ijk_execute(params, execution)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
__all__ = [
|
|
292
|
+
"PLUGOUT_IJK_METADATA",
|
|
293
|
+
"PlugoutIjkOutputs",
|
|
294
|
+
"PlugoutIjkParameters",
|
|
295
|
+
"plugout_ijk",
|
|
296
|
+
"plugout_ijk_params",
|
|
297
|
+
]
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
# This file was auto generated by Styx.
|
|
2
|
+
# Do not edit this file directly.
|
|
3
|
+
|
|
4
|
+
import typing
|
|
5
|
+
import pathlib
|
|
6
|
+
from styxdefs import *
|
|
7
|
+
|
|
8
|
+
PLUGOUT_TT_METADATA = Metadata(
|
|
9
|
+
id="ba7ffb9cb6205a1d454721d39cc9b04cfa68ec9a.boutiques",
|
|
10
|
+
name="plugout_tt",
|
|
11
|
+
package="afni",
|
|
12
|
+
container_image_tag="afni/afni_make_build:AFNI_24.2.06",
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
PlugoutTtParameters = typing.TypedDict('PlugoutTtParameters', {
|
|
17
|
+
"__STYX_TYPE__": typing.Literal["plugout_tt"],
|
|
18
|
+
"host": typing.NotRequired[str | None],
|
|
19
|
+
"ijk_option": bool,
|
|
20
|
+
"verbose": bool,
|
|
21
|
+
"port": typing.NotRequired[float | None],
|
|
22
|
+
"name": typing.NotRequired[str | None],
|
|
23
|
+
"port_offset": typing.NotRequired[float | None],
|
|
24
|
+
"port_offset_quiet": typing.NotRequired[float | None],
|
|
25
|
+
"port_bloc": typing.NotRequired[float | None],
|
|
26
|
+
"max_port_bloc": bool,
|
|
27
|
+
"max_port_bloc_quiet": bool,
|
|
28
|
+
"num_assigned_ports": bool,
|
|
29
|
+
"num_assigned_ports_quiet": bool,
|
|
30
|
+
})
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def dyn_cargs(
|
|
34
|
+
t: str,
|
|
35
|
+
) -> typing.Any:
|
|
36
|
+
"""
|
|
37
|
+
Get build cargs function by command type.
|
|
38
|
+
|
|
39
|
+
Args:
|
|
40
|
+
t: Command type.
|
|
41
|
+
Returns:
|
|
42
|
+
Build cargs function.
|
|
43
|
+
"""
|
|
44
|
+
return {
|
|
45
|
+
"plugout_tt": plugout_tt_cargs,
|
|
46
|
+
}.get(t)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def dyn_outputs(
|
|
50
|
+
t: str,
|
|
51
|
+
) -> typing.Any:
|
|
52
|
+
"""
|
|
53
|
+
Get build outputs function by command type.
|
|
54
|
+
|
|
55
|
+
Args:
|
|
56
|
+
t: Command type.
|
|
57
|
+
Returns:
|
|
58
|
+
Build outputs function.
|
|
59
|
+
"""
|
|
60
|
+
return {
|
|
61
|
+
}.get(t)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
class PlugoutTtOutputs(typing.NamedTuple):
|
|
65
|
+
"""
|
|
66
|
+
Output object returned when calling `plugout_tt(...)`.
|
|
67
|
+
"""
|
|
68
|
+
root: OutputPathType
|
|
69
|
+
"""Output root folder. This is the root folder for all outputs."""
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
def plugout_tt_params(
|
|
73
|
+
host: str | None = None,
|
|
74
|
+
ijk_option: bool = False,
|
|
75
|
+
verbose: bool = False,
|
|
76
|
+
port: float | None = None,
|
|
77
|
+
name: str | None = None,
|
|
78
|
+
port_offset: float | None = None,
|
|
79
|
+
port_offset_quiet: float | None = None,
|
|
80
|
+
port_bloc: float | None = None,
|
|
81
|
+
max_port_bloc: bool = False,
|
|
82
|
+
max_port_bloc_quiet: bool = False,
|
|
83
|
+
num_assigned_ports: bool = False,
|
|
84
|
+
num_assigned_ports_quiet: bool = False,
|
|
85
|
+
) -> PlugoutTtParameters:
|
|
86
|
+
"""
|
|
87
|
+
Build parameters.
|
|
88
|
+
|
|
89
|
+
Args:
|
|
90
|
+
host: Name of the host computer to connect to AFNI on. The default is\
|
|
91
|
+
to connect on the current host using shared memory.
|
|
92
|
+
ijk_option: Get voxel indices from AFNI instead of Talairach\
|
|
93
|
+
coordinates.
|
|
94
|
+
verbose: Enable verbose mode (prints lots of diagnostic messages).
|
|
95
|
+
port: TCP/IP port number to use. The default is 8001.
|
|
96
|
+
name: String to use as the name that AFNI assigns to this plugout. The\
|
|
97
|
+
default is something silly.
|
|
98
|
+
port_offset: Provide a port offset to allow multiple instances of\
|
|
99
|
+
communicating programs to operate on the same computer. Use an integer\
|
|
100
|
+
in the inclusive range [1025 to 65500].
|
|
101
|
+
port_offset_quiet: Provide a port offset to allow multiple instances of\
|
|
102
|
+
communicating programs to operate on the same computer with quiet\
|
|
103
|
+
output in case of issues. Use an integer in the inclusive range [1025\
|
|
104
|
+
to 65500].
|
|
105
|
+
port_bloc: Provide a port offset bloc for easier configuration of\
|
|
106
|
+
multiple instances. PORT_OFFSET_BLOC is an integer between 0 and\
|
|
107
|
+
MAX_BLOC (around 4000).
|
|
108
|
+
max_port_bloc: Print the current value of MAX_BLOC and exit. Stay under\
|
|
109
|
+
2000 for safety.
|
|
110
|
+
max_port_bloc_quiet: Print the current value of MAX_BLOC quietly and\
|
|
111
|
+
exit.
|
|
112
|
+
num_assigned_ports: Print the number of assigned ports used by AFNI,\
|
|
113
|
+
then quit.
|
|
114
|
+
num_assigned_ports_quiet: Print the number of assigned ports used by\
|
|
115
|
+
AFNI quietly, then quit.
|
|
116
|
+
Returns:
|
|
117
|
+
Parameter dictionary
|
|
118
|
+
"""
|
|
119
|
+
params = {
|
|
120
|
+
"__STYXTYPE__": "plugout_tt",
|
|
121
|
+
"ijk_option": ijk_option,
|
|
122
|
+
"verbose": verbose,
|
|
123
|
+
"max_port_bloc": max_port_bloc,
|
|
124
|
+
"max_port_bloc_quiet": max_port_bloc_quiet,
|
|
125
|
+
"num_assigned_ports": num_assigned_ports,
|
|
126
|
+
"num_assigned_ports_quiet": num_assigned_ports_quiet,
|
|
127
|
+
}
|
|
128
|
+
if host is not None:
|
|
129
|
+
params["host"] = host
|
|
130
|
+
if port is not None:
|
|
131
|
+
params["port"] = port
|
|
132
|
+
if name is not None:
|
|
133
|
+
params["name"] = name
|
|
134
|
+
if port_offset is not None:
|
|
135
|
+
params["port_offset"] = port_offset
|
|
136
|
+
if port_offset_quiet is not None:
|
|
137
|
+
params["port_offset_quiet"] = port_offset_quiet
|
|
138
|
+
if port_bloc is not None:
|
|
139
|
+
params["port_bloc"] = port_bloc
|
|
140
|
+
return params
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
def plugout_tt_cargs(
|
|
144
|
+
params: PlugoutTtParameters,
|
|
145
|
+
execution: Execution,
|
|
146
|
+
) -> list[str]:
|
|
147
|
+
"""
|
|
148
|
+
Build command-line arguments from parameters.
|
|
149
|
+
|
|
150
|
+
Args:
|
|
151
|
+
params: The parameters.
|
|
152
|
+
execution: The execution object for resolving input paths.
|
|
153
|
+
Returns:
|
|
154
|
+
Command-line arguments.
|
|
155
|
+
"""
|
|
156
|
+
cargs = []
|
|
157
|
+
cargs.append("plugout_tt")
|
|
158
|
+
if params.get("host") is not None:
|
|
159
|
+
cargs.extend([
|
|
160
|
+
"-host",
|
|
161
|
+
params.get("host")
|
|
162
|
+
])
|
|
163
|
+
if params.get("ijk_option"):
|
|
164
|
+
cargs.append("-ijk")
|
|
165
|
+
if params.get("verbose"):
|
|
166
|
+
cargs.append("-v")
|
|
167
|
+
if params.get("port") is not None:
|
|
168
|
+
cargs.extend([
|
|
169
|
+
"-port",
|
|
170
|
+
str(params.get("port"))
|
|
171
|
+
])
|
|
172
|
+
if params.get("name") is not None:
|
|
173
|
+
cargs.extend([
|
|
174
|
+
"-name",
|
|
175
|
+
params.get("name")
|
|
176
|
+
])
|
|
177
|
+
if params.get("port_offset") is not None:
|
|
178
|
+
cargs.extend([
|
|
179
|
+
"-np",
|
|
180
|
+
str(params.get("port_offset"))
|
|
181
|
+
])
|
|
182
|
+
if params.get("port_offset_quiet") is not None:
|
|
183
|
+
cargs.extend([
|
|
184
|
+
"-npq",
|
|
185
|
+
str(params.get("port_offset_quiet"))
|
|
186
|
+
])
|
|
187
|
+
if params.get("port_bloc") is not None:
|
|
188
|
+
cargs.extend([
|
|
189
|
+
"-npb",
|
|
190
|
+
str(params.get("port_bloc"))
|
|
191
|
+
])
|
|
192
|
+
if params.get("max_port_bloc"):
|
|
193
|
+
cargs.append("-max_port_bloc")
|
|
194
|
+
if params.get("max_port_bloc_quiet"):
|
|
195
|
+
cargs.append("-max_port_bloc_quiet")
|
|
196
|
+
if params.get("num_assigned_ports"):
|
|
197
|
+
cargs.append("-num_assigned_ports")
|
|
198
|
+
if params.get("num_assigned_ports_quiet"):
|
|
199
|
+
cargs.append("-num_assigned_ports_quiet")
|
|
200
|
+
return cargs
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
def plugout_tt_outputs(
|
|
204
|
+
params: PlugoutTtParameters,
|
|
205
|
+
execution: Execution,
|
|
206
|
+
) -> PlugoutTtOutputs:
|
|
207
|
+
"""
|
|
208
|
+
Build outputs object containing output file paths and possibly stdout/stderr.
|
|
209
|
+
|
|
210
|
+
Args:
|
|
211
|
+
params: The parameters.
|
|
212
|
+
execution: The execution object for resolving input paths.
|
|
213
|
+
Returns:
|
|
214
|
+
Outputs object.
|
|
215
|
+
"""
|
|
216
|
+
ret = PlugoutTtOutputs(
|
|
217
|
+
root=execution.output_file("."),
|
|
218
|
+
)
|
|
219
|
+
return ret
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
def plugout_tt_execute(
|
|
223
|
+
params: PlugoutTtParameters,
|
|
224
|
+
execution: Execution,
|
|
225
|
+
) -> PlugoutTtOutputs:
|
|
226
|
+
"""
|
|
227
|
+
This program connects to AFNI and receives notification whenever the user
|
|
228
|
+
changes Talairach coordinates.
|
|
229
|
+
|
|
230
|
+
Author: AFNI Developers
|
|
231
|
+
|
|
232
|
+
URL: https://afni.nimh.nih.gov/
|
|
233
|
+
|
|
234
|
+
Args:
|
|
235
|
+
params: The parameters.
|
|
236
|
+
execution: The execution object.
|
|
237
|
+
Returns:
|
|
238
|
+
NamedTuple of outputs (described in `PlugoutTtOutputs`).
|
|
239
|
+
"""
|
|
240
|
+
params = execution.params(params)
|
|
241
|
+
cargs = plugout_tt_cargs(params, execution)
|
|
242
|
+
ret = plugout_tt_outputs(params, execution)
|
|
243
|
+
execution.run(cargs)
|
|
244
|
+
return ret
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
def plugout_tt(
|
|
248
|
+
host: str | None = None,
|
|
249
|
+
ijk_option: bool = False,
|
|
250
|
+
verbose: bool = False,
|
|
251
|
+
port: float | None = None,
|
|
252
|
+
name: str | None = None,
|
|
253
|
+
port_offset: float | None = None,
|
|
254
|
+
port_offset_quiet: float | None = None,
|
|
255
|
+
port_bloc: float | None = None,
|
|
256
|
+
max_port_bloc: bool = False,
|
|
257
|
+
max_port_bloc_quiet: bool = False,
|
|
258
|
+
num_assigned_ports: bool = False,
|
|
259
|
+
num_assigned_ports_quiet: bool = False,
|
|
260
|
+
runner: Runner | None = None,
|
|
261
|
+
) -> PlugoutTtOutputs:
|
|
262
|
+
"""
|
|
263
|
+
This program connects to AFNI and receives notification whenever the user
|
|
264
|
+
changes Talairach coordinates.
|
|
265
|
+
|
|
266
|
+
Author: AFNI Developers
|
|
267
|
+
|
|
268
|
+
URL: https://afni.nimh.nih.gov/
|
|
269
|
+
|
|
270
|
+
Args:
|
|
271
|
+
host: Name of the host computer to connect to AFNI on. The default is\
|
|
272
|
+
to connect on the current host using shared memory.
|
|
273
|
+
ijk_option: Get voxel indices from AFNI instead of Talairach\
|
|
274
|
+
coordinates.
|
|
275
|
+
verbose: Enable verbose mode (prints lots of diagnostic messages).
|
|
276
|
+
port: TCP/IP port number to use. The default is 8001.
|
|
277
|
+
name: String to use as the name that AFNI assigns to this plugout. The\
|
|
278
|
+
default is something silly.
|
|
279
|
+
port_offset: Provide a port offset to allow multiple instances of\
|
|
280
|
+
communicating programs to operate on the same computer. Use an integer\
|
|
281
|
+
in the inclusive range [1025 to 65500].
|
|
282
|
+
port_offset_quiet: Provide a port offset to allow multiple instances of\
|
|
283
|
+
communicating programs to operate on the same computer with quiet\
|
|
284
|
+
output in case of issues. Use an integer in the inclusive range [1025\
|
|
285
|
+
to 65500].
|
|
286
|
+
port_bloc: Provide a port offset bloc for easier configuration of\
|
|
287
|
+
multiple instances. PORT_OFFSET_BLOC is an integer between 0 and\
|
|
288
|
+
MAX_BLOC (around 4000).
|
|
289
|
+
max_port_bloc: Print the current value of MAX_BLOC and exit. Stay under\
|
|
290
|
+
2000 for safety.
|
|
291
|
+
max_port_bloc_quiet: Print the current value of MAX_BLOC quietly and\
|
|
292
|
+
exit.
|
|
293
|
+
num_assigned_ports: Print the number of assigned ports used by AFNI,\
|
|
294
|
+
then quit.
|
|
295
|
+
num_assigned_ports_quiet: Print the number of assigned ports used by\
|
|
296
|
+
AFNI quietly, then quit.
|
|
297
|
+
runner: Command runner.
|
|
298
|
+
Returns:
|
|
299
|
+
NamedTuple of outputs (described in `PlugoutTtOutputs`).
|
|
300
|
+
"""
|
|
301
|
+
runner = runner or get_global_runner()
|
|
302
|
+
execution = runner.start_execution(PLUGOUT_TT_METADATA)
|
|
303
|
+
params = plugout_tt_params(
|
|
304
|
+
host=host,
|
|
305
|
+
ijk_option=ijk_option,
|
|
306
|
+
verbose=verbose,
|
|
307
|
+
port=port,
|
|
308
|
+
name=name,
|
|
309
|
+
port_offset=port_offset,
|
|
310
|
+
port_offset_quiet=port_offset_quiet,
|
|
311
|
+
port_bloc=port_bloc,
|
|
312
|
+
max_port_bloc=max_port_bloc,
|
|
313
|
+
max_port_bloc_quiet=max_port_bloc_quiet,
|
|
314
|
+
num_assigned_ports=num_assigned_ports,
|
|
315
|
+
num_assigned_ports_quiet=num_assigned_ports_quiet,
|
|
316
|
+
)
|
|
317
|
+
return plugout_tt_execute(params, execution)
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
__all__ = [
|
|
321
|
+
"PLUGOUT_TT_METADATA",
|
|
322
|
+
"PlugoutTtOutputs",
|
|
323
|
+
"PlugoutTtParameters",
|
|
324
|
+
"plugout_tt",
|
|
325
|
+
"plugout_tt_params",
|
|
326
|
+
]
|