From 4bf2ba802daa3ba64807c89a8fc3a473557e21e9 Mon Sep 17 00:00:00 2001 From: Rachel Wegener Date: Tue, 31 Oct 2023 15:36:19 +0000 Subject: [PATCH] add forgotten docstring from previous PR --- icepyx/core/query.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icepyx/core/query.py b/icepyx/core/query.py index 10ac9c132..e1f7954b1 100644 --- a/icepyx/core/query.py +++ b/icepyx/core/query.py @@ -349,6 +349,10 @@ class Query(GenQuery, EarthdataAuthMixin): reference ground tracks are used. Example: "0594" files : string, default None A placeholder for future development. Not used for any purposes yet. + auth : earthaccess.auth.Auth, default None + An earthaccess authentication object. Available as an argument so an existing + earthaccess.auth.Auth object can be used for authentication. If not given, a new auth + object will be created whenever authentication is needed. Returns -------