From d0c4f8da638b32cbc066235c2d05d5fbaf1c6ee3 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 18 Feb 2025 15:40:34 +0000 Subject: [PATCH 1/4] Update docs/howto_guides/replacing_asdfs.rst Co-authored-by: Stuart Mumford --- docs/howto_guides/replacing_asdfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/replacing_asdfs.rst b/docs/howto_guides/replacing_asdfs.rst index 79c8ebe1..609cc6e9 100644 --- a/docs/howto_guides/replacing_asdfs.rst +++ b/docs/howto_guides/replacing_asdfs.rst @@ -1,6 +1,6 @@ .. _dkist:howto-guide:replacing-asdfs: -Replacing Previously Downloaded ASDF Files +Update Previously Downloaded ASDF Files ========================================== The DKIST Data Center will occasionally update the ASDF files for all the datasets it stores, due to changes or corrections to the metadata. From 320322f81fd08be3e6df9dfdbd72fa5c13f99169 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 18 Feb 2025 15:40:43 +0000 Subject: [PATCH 2/4] Update docs/howto_guides/replacing_asdfs.rst Co-authored-by: Stuart Mumford --- docs/howto_guides/replacing_asdfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/replacing_asdfs.rst b/docs/howto_guides/replacing_asdfs.rst index 609cc6e9..644f4d35 100644 --- a/docs/howto_guides/replacing_asdfs.rst +++ b/docs/howto_guides/replacing_asdfs.rst @@ -53,7 +53,7 @@ When you load a recently-downloaded ASDF file you may see a warning something li AsdfPackageVersionWarning: File '' was created with extension URI 'asdf://asdf-format.org/astronomy/gwcs/extensions/gwcs-1.2.0' (from package gwcs==0.24.0), but older package (gwcs==0.22.0) is installed. -Of course the extension and package it complains about will vary. +The extension name and package it references will vary. This warning means that an extension needed to properly parse the ASDF file is missing or outdated. To correct this, you should update your Python tools installation with From 6f54cb26be3cbc443af75c4671146c4dc63b3c66 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 18 Feb 2025 15:40:58 +0000 Subject: [PATCH 3/4] Update docs/howto_guides/replacing_asdfs.rst Co-authored-by: Stuart Mumford --- docs/howto_guides/replacing_asdfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/replacing_asdfs.rst b/docs/howto_guides/replacing_asdfs.rst index 644f4d35..3822f090 100644 --- a/docs/howto_guides/replacing_asdfs.rst +++ b/docs/howto_guides/replacing_asdfs.rst @@ -54,7 +54,7 @@ When you load a recently-downloaded ASDF file you may see a warning something li The extension name and package it references will vary. -This warning means that an extension needed to properly parse the ASDF file is missing or outdated. +This warning means that the `dkist` package or one of it's dependencies is out of date. To correct this, you should update your Python tools installation with .. code-block:: bash From d28defa48ada9697a9178b21a0b9990883030e6c Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 18 Feb 2025 15:41:11 +0000 Subject: [PATCH 4/4] Update docs/howto_guides/replacing_asdfs.rst Co-authored-by: Stuart Mumford --- docs/howto_guides/replacing_asdfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/replacing_asdfs.rst b/docs/howto_guides/replacing_asdfs.rst index 3822f090..daffcaef 100644 --- a/docs/howto_guides/replacing_asdfs.rst +++ b/docs/howto_guides/replacing_asdfs.rst @@ -55,7 +55,7 @@ When you load a recently-downloaded ASDF file you may see a warning something li The extension name and package it references will vary. This warning means that the `dkist` package or one of it's dependencies is out of date. -To correct this, you should update your Python tools installation with +To correct this, you should update your Python tools installation (and it's dependencies) with .. code-block:: bash