Saxs waxs analyzer
Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/saxs-waxs-analyzer
Small/Wide Angle X-ray Scattering skill for nanostructure size, shape, and organization analysisFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill saxs-waxs-analyzerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.1 KB, 414 tokens by cl100k_base, as published. Nobody here has run it
SAXS-WAXS Analyzer
Purpose
The SAXS-WAXS Analyzer skill provides structural characterization of nanomaterials through small and wide angle X-ray scattering, enabling determination of size, shape, and spatial organization at the nanoscale.
Capabilities
- SAXS data reduction and analysis
- Form factor fitting
- Guinier and Kratky analysis
- Pair distance distribution function
- WAXS crystallinity assessment
- Self-assembly structure determination
Usage Guidelines
SAXS Analysis
-
Data Reduction
- Subtract background
- Apply transmission correction
- Merge multiple detector regions
-
Form Factor Analysis
- Fit to sphere, cylinder, or other models
- Extract size distribution
- Determine shape parameters
-
Structural Analysis
- Calculate P(r) function
- Determine Rg from Guinier
- Assess folding from Kratky
Process Integration
- Statistical Particle Size Distribution Analysis
- Directed Self-Assembly Process Development
- Structure-Property Correlation Analysis
Input Schema
{
"data_file": "string",
"technique": "saxs|waxs|combined",
"analysis_type": "guinier|form_factor|pdf",
"expected_shape": "sphere|cylinder|disk|ellipsoid"
}
Output Schema
{
"guinier": {
"Rg": "number (nm)",
"I0": "number",
"qRg_range": "string"
},
"form_factor": {
"model": "string",
"radius": "number (nm)",
"polydispersity": "number",
"chi_squared": "number"
},
"pdf": {
"Dmax": "number (nm)",
"p_r_function": {"r": [], "p": []}
}
}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.