From 0a1fc988765404b8f60dd2d3fc36645fe2480a5f Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Fri, 23 Aug 2024 11:37:33 +0200 Subject: [PATCH] add ALMA connector and documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55760f0..c2ba5d1 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ adex_data_scraper --argfile examples\vo\apertif_dr1_continuum_images_localhost.a adex_data_scraper --argfile examples\postgres\ancillary_apertif_inspectionplots_localhost.args ``` +---- + ## How To add new VO collections to ADEX This is an example of how to add the ALMA ivoa.obscore collecion to ADEX. @@ -143,7 +145,7 @@ With one small configuration change in the `adex-backend-django` configuration f This shows the fields that you need to translate with a 'connector' to ADEX. - + #### argument file Create your argument file (also see 'examples' chapter) -- GitLab