from atomscale import Client client = Client(api_key="YOUR_API_KEY") results = client.get(data_ids="d290f1ee-6c54-4b01-90e6-d701748f0851") pl = results[0] # PhotoluminescenceResult print(pl.energies) print(pl.detected_peaks)
{ "data_id": "d290f1ee-6c54-4b01-90e6-d701748f0851", "id": "pl_001", "energies": [1.31, 1.38, 1.42, 1.46, 1.55], "intensities": [0.08, 0.52, 1.0, 0.45, 0.1], "normalization_applied": true, "detected_peaks": [ {"energy": 1.424, "intensity": 1.0} ], "last_updated": "2024-01-15T10:35:00Z" }
Retrieve photoluminescence spectroscopy data