一键导入
ptychography-results-visualization
Query recent ptychography slurm IDs and visualize reconstruction results such as object, probe, positions, or loss curve.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query recent ptychography slurm IDs and visualize reconstruction results such as object, probe, positions, or loss curve.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Workflow for starting BF preview, waiting for preview stabilization, synchronizing pixel size, confirming ROI, stopping preview, waiting, and acquiring 4D-STEM data.
Calibrate 4D-STEM iDPC inputs and generate an iDPC-style image from the selected dataset.
A compound skill that first acquires data on the SEM and then processes it using the ptychography workflow.
Prepare ptychography reconstruction parameters, append experimental parameters, save them, and submit reconstruction to the server.
Workflow for checking current UI parameters, collecting required experiment constraints, calculating 4D-STEM/ptychography setup recommendations, validating constraints, and updating the Nion Swift recommendation UI.
Calibrate 4D-STEM virtual detector inputs and generate a BF, ABF, or ADF virtual detector image from the selected dataset.
| id | ptychography_results_visualization |
| name | Ptychography Results Visualization |
| description | Query recent ptychography slurm IDs and visualize reconstruction results such as object, probe, positions, or loss curve. |
| version | 1.1.0 |
Use this skill when the user wants to inspect ptychography reconstruction results that already exist on the server.
Use this skill for object, probe, positions, or loss-curve visualization.
Do not use this skill to submit new ptychography jobs. Do not use this skill for 4D-STEM virtual detector or iDPC generation.
agent_visulization.list_ptychography_result_ids with arguments {"limit": <integer>, "offset": <integer>}.agent_visulization.visualize_ptychography_results with arguments {"slurm_id": "<string>", "to_visualization": "<object|probe|positions|Loss Curve>", "epoch": "<final|integer>", "start_slices_obj": <integer>, "end_slices_obj": <integer>}.agent_visulization.list_ptychography_result_ids to inspect recent reconstruction jobs.agent_visulization.visualize_ptychography_results with the selected slurm_id and requested visualization mode.agent_visulization.visualize_ptychography_results before a slurm ID is known.epoch="final" unless the user explicitly asks for a checkpoint epoch.to_visualization="object", "probe", "positions", or "Loss Curve" exactly.start_slices_obj and end_slices_obj at their default values unless the user explicitly requests an object-slice subset.null or omitted when unknown. Do not use the string "None".