meta data for this page
  •  

This is an old revision of the document!


How to plug into the middle layer

The reason you want to plug into the middle layer is that you have some data and want to do some calculations using a middle-layer service.

Middle-layer services are “web services.” This means you send them an http request as if you were a web browser, and you get some kind of a response. This might be a web page (a bunch of text containing HTML coding), or a text string containing data in some format like XML or JSON.

Middle layers that exist:

Online exposure age calculator

Online exposure age calculator for He-3 (qtz/px/ol), Be-10 (qtz), C-14 (qtz), Ne-21 (qtz), Al-26 (qtz)

– Input format definition – Example I/O – Example in MATLAB – Example in Python

v3 exposure age API

Online exposure age calculator for Cl-36

– Input format definition – Example I/O – Example in MATLAB – Example in Python

Online erosion rate calculator

Online erosion rate calculator for He-3 (qtz/px/ol), Be-10 (qtz), C-14 (qtz), Ne-21 (qtz), Al-26 (qtz)

– Input format definition – Example I/O – Example in MATLAB – Example in Python