{"id":26247,"date":"2026-08-21T07:24:36","date_gmt":"2026-08-21T05:24:36","guid":{"rendered":"https:\/\/oewf.org\/?p=26247"},"modified":"2026-08-21T07:24:38","modified_gmt":"2026-08-21T05:24:38","slug":"the-instrument-that-follows-no-script-inside-caillous-software","status":"publish","type":"post","link":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/","title":{"rendered":"The Instrument That Follows No Script: Inside Caillou&#8217;s Software"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>In this article our intern Nikola Ivanov writes about the software that turns a Raspberry Pi, a laser and a camera into an instrument an operator can run from the habitat, or, in the fiction of the mission, from another planet.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The hardware side of Caillou was settled fairly early: a Raspberry Pi 4, a camera module, a visible guide laser, three status LEDs and a fan, all inside a 3D-printed enclosure. The software side was much less clear to me. What should the instrument decide by itself, and what has to stay in human hands?<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg\" class=\"fancybox\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"536\" src=\"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085-600x536.jpg\" alt=\"Nikola Ivanov writing software for an analog mission (c) OeWF\" class=\"wp-image-26298\" srcset=\"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085-600x536.jpg 600w, https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085-300x268.jpg 300w, https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085-768x686.jpg 768w, https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085-1536x1372.jpg 1536w, https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg 1600w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Nikola Ivanov writing software for an analog mission (c) OeWF<\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>One command at a time<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">My first sketches described the mission as a script. Power up, wait until the rover arrives, aim the laser, take a picture, simulate the acquisition, transmit the results. Written down like that it looked like a tidy state machine, and on paper it worked fine.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In practice it would have been a trap. Field work is not linear. An operator repeats a measurement because the first one looked odd, aborts halfway through, takes a second image of the same rock, or moves on to a new sample while the previous data is still sitting on the device. Software that insists on one fixed order ends up fighting the people using it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So I turned the design around. The instrument holds no mission sequence at all. It offers a handful of independent commands instead, each one handled by its own background worker, and each one valid at any moment:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Take measurement:<\/strong>&nbsp;switches the guide laser on for a configured duration, switches it off again, and picks one spectrum from the library of reference files stored on the device.<\/li>\n\n\n\n<li><strong>Toggle laser:<\/strong>&nbsp;manual control, for aiming at the target and for checking the optical path.<\/li>\n\n\n\n<li><strong>Take picture:<\/strong>&nbsp;captures a context image of the sample through the camera module.<\/li>\n\n\n\n<li><strong>New field run:<\/strong>&nbsp;opens a new run with its own storage, so that data from different sites never gets mixed together.<\/li>\n\n\n\n<li><strong>Shutdown and status:<\/strong>&nbsp;powers the Raspberry Pi down cleanly, or reports what the instrument is currently doing.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The sequence has not disappeared. It just lives where it belongs, in the mission plan and in the head of a trained operator. The instrument stays a bit stupid on purpose, and that is exactly why it is so hard to get it stuck.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/Bild1.png\" class=\"fancybox\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"355\" src=\"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/Bild1-600x355.png\" alt=\"Screenshot of Caillou commands (c) OeWF\" class=\"wp-image-26297\" srcset=\"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/Bild1-600x355.png 600w, https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/Bild1-300x178.png 300w, https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/Bild1-768x454.png 768w, https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/Bild1.png 1210w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Screenshot of Caillou commands (c) OeWF<\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>A web service on a rock<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Commands reach the instrument over Wi Fi and end up in a small Python web service (Flask, served by Waitress) that runs as a systemd service and starts together with the Pi. From the moment the instrument is taken out of its support and gets power, the interface is simply there. Nobody has to launch anything by hand, which matters quite a lot if the person operating it is wearing gloves.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Everything the instrument knows about itself goes into a state file on disk instead of living in memory. If the Pi loses power in the middle of a run, which is not exactly unlikely out in the field, it wakes up still knowing which field run was open, how many measurements it has already produced, and which reference files it has already used. I did not get this right on the first attempt, and finding out the hard way was probably the most useful hour of the whole project.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Building in the distance to Mars<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On a real Mars mission nobody gets an immediate answer. Signals travel for minutes, and the AMADEE missions exist so that teams can practise working under that constraint. So the software hesitates on purpose, in both directions. An incoming command waits before it is carried out, and results wait before they are made available. The length of the delay is one value in the configuration: a few seconds while I test in the lab, minutes when the mission is supposed to feel like Mars.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Results are not pushed anywhere either. The science team fetches them. The images and spectra of a run are packed into a downloadable archive together with a log of the whole field run, and every dataset carries a run identifier and a timestamp, so an image and a spectrum can always be matched back to the same target.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What this experience taught me<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Most of my time on this project went into questions rather than into code. Which decisions were mine to make, which ones belonged to the people who designed the instrument, and which ones only become visible once somebody is standing in the field holding the thing. The architecture that survived was not the cleverest one I drew. It was the one that assumed the least about how humans would use it. Writing software for an analog mission taught me that the hard part of a system is rarely the code. It is agreeing on what the system is supposed to do in the first place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Author:<\/strong><\/em><em>&nbsp;Nikola Ivanov<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article our intern Nikola Ivanov writes about the software that turns a Raspberry Pi, a laser and a camera into an instrument an operator can run from the habitat, or, in the fiction of the mission, from another [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":26298,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[45,3],"tags":[262,1454],"class_list":["post-26247","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-oewf-internships","category-oewf-news","tag-innsbruck-en","tag-interns"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Instrument That Follows No Script: Inside Caillou&#039;s Software - Austrian Space Forum (OeWF)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Instrument That Follows No Script: Inside Caillou&#039;s Software - Austrian Space Forum (OeWF)\" \/>\n<meta property=\"og:description\" content=\"In this article our intern Nikola Ivanov writes about the software that turns a Raspberry Pi, a laser and a camera into an instrument an operator can run from the habitat, or, in the fiction of the mission, from another [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/\" \/>\n<meta property=\"og:site_name\" content=\"Austrian Space Forum (OeWF)\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-21T05:24:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-21T05:24:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1429\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"OeWF\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@oewf\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"OeWF\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/\"},\"author\":{\"name\":\"OeWF\",\"@id\":\"https:\\\/\\\/oewf.org\\\/#\\\/schema\\\/person\\\/d33b1cc5e9a431b7ad8c32cefeaa4aa7\"},\"headline\":\"The Instrument That Follows No Script: Inside Caillou&#8217;s Software\",\"datePublished\":\"2026-08-21T05:24:36+00:00\",\"dateModified\":\"2026-08-21T05:24:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/\"},\"wordCount\":846,\"image\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/oewf.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/1000061085.jpg\",\"keywords\":[\"Innsbruck\",\"interns\"],\"articleSection\":[\"Internships at the OeWF\",\"OeWF News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/\",\"url\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/\",\"name\":\"The Instrument That Follows No Script: Inside Caillou's Software - Austrian Space Forum (OeWF)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/oewf.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/1000061085.jpg\",\"datePublished\":\"2026-08-21T05:24:36+00:00\",\"dateModified\":\"2026-08-21T05:24:38+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/#\\\/schema\\\/person\\\/d33b1cc5e9a431b7ad8c32cefeaa4aa7\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/#primaryimage\",\"url\":\"https:\\\/\\\/oewf.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/1000061085.jpg\",\"contentUrl\":\"https:\\\/\\\/oewf.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/1000061085.jpg\",\"width\":1600,\"height\":1429},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/oewf.org\\\/en\\\/2026\\\/08\\\/the-instrument-that-follows-no-script-inside-caillous-software\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/oewf.org\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Instrument That Follows No Script: Inside Caillou&#8217;s Software\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/oewf.org\\\/#website\",\"url\":\"https:\\\/\\\/oewf.org\\\/\",\"name\":\"Austrian Space Forum (OeWF)\",\"description\":\"\u00d6sterreichisches Weltraum Forum Austrian Space Forum\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/oewf.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/oewf.org\\\/#\\\/schema\\\/person\\\/d33b1cc5e9a431b7ad8c32cefeaa4aa7\",\"name\":\"OeWF\",\"sameAs\":[\"https:\\\/\\\/www.oewf.org\",\"https:\\\/\\\/x.com\\\/oewf\"],\"url\":\"https:\\\/\\\/oewf.org\\\/en\\\/author\\\/oewf\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Instrument That Follows No Script: Inside Caillou's Software - Austrian Space Forum (OeWF)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/","og_locale":"en_US","og_type":"article","og_title":"The Instrument That Follows No Script: Inside Caillou's Software - Austrian Space Forum (OeWF)","og_description":"In this article our intern Nikola Ivanov writes about the software that turns a Raspberry Pi, a laser and a camera into an instrument an operator can run from the habitat, or, in the fiction of the mission, from another [&hellip;]","og_url":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/","og_site_name":"Austrian Space Forum (OeWF)","article_published_time":"2026-08-21T05:24:36+00:00","article_modified_time":"2026-08-21T05:24:38+00:00","og_image":[{"width":1600,"height":1429,"url":"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg","type":"image\/jpeg"}],"author":"OeWF","twitter_card":"summary_large_image","twitter_creator":"@oewf","twitter_misc":{"Written by":"OeWF","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/#article","isPartOf":{"@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/"},"author":{"name":"OeWF","@id":"https:\/\/oewf.org\/#\/schema\/person\/d33b1cc5e9a431b7ad8c32cefeaa4aa7"},"headline":"The Instrument That Follows No Script: Inside Caillou&#8217;s Software","datePublished":"2026-08-21T05:24:36+00:00","dateModified":"2026-08-21T05:24:38+00:00","mainEntityOfPage":{"@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/"},"wordCount":846,"image":{"@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/#primaryimage"},"thumbnailUrl":"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg","keywords":["Innsbruck","interns"],"articleSection":["Internships at the OeWF","OeWF News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/","url":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/","name":"The Instrument That Follows No Script: Inside Caillou's Software - Austrian Space Forum (OeWF)","isPartOf":{"@id":"https:\/\/oewf.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/#primaryimage"},"image":{"@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/#primaryimage"},"thumbnailUrl":"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg","datePublished":"2026-08-21T05:24:36+00:00","dateModified":"2026-08-21T05:24:38+00:00","author":{"@id":"https:\/\/oewf.org\/#\/schema\/person\/d33b1cc5e9a431b7ad8c32cefeaa4aa7"},"breadcrumb":{"@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/#primaryimage","url":"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg","contentUrl":"https:\/\/oewf.org\/wp-content\/uploads\/2026\/08\/1000061085.jpg","width":1600,"height":1429},{"@type":"BreadcrumbList","@id":"https:\/\/oewf.org\/en\/2026\/08\/the-instrument-that-follows-no-script-inside-caillous-software\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/oewf.org\/en\/"},{"@type":"ListItem","position":2,"name":"The Instrument That Follows No Script: Inside Caillou&#8217;s Software"}]},{"@type":"WebSite","@id":"https:\/\/oewf.org\/#website","url":"https:\/\/oewf.org\/","name":"Austrian Space Forum (OeWF)","description":"\u00d6sterreichisches Weltraum Forum Austrian Space Forum","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/oewf.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/oewf.org\/#\/schema\/person\/d33b1cc5e9a431b7ad8c32cefeaa4aa7","name":"OeWF","sameAs":["https:\/\/www.oewf.org","https:\/\/x.com\/oewf"],"url":"https:\/\/oewf.org\/en\/author\/oewf\/"}]}},"_links":{"self":[{"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/posts\/26247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/comments?post=26247"}],"version-history":[{"count":3,"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/posts\/26247\/revisions"}],"predecessor-version":[{"id":26300,"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/posts\/26247\/revisions\/26300"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/media\/26298"}],"wp:attachment":[{"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/media?parent=26247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/categories?post=26247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oewf.org\/en\/wp-json\/wp\/v2\/tags?post=26247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}