NeidArchive

NeidArchive.downloadMethod
download(filename, datalevel; cookiepath, [format, outdir, start_row, end_row] )

Download files returned from a query of the NEID archive. Named argument cookiepath is required.

source
NeidArchive.loginMethod
login(;userid, password, cookiepath)

Login to the NEID archive at NExScI. All three named arguments are required. Login credentials stored in cookiepath.

source
NeidArchive.queryFunction
query(param::Dict{String,String}; cookiepath, [outpath] )

Shorthaned for query_criteria

source
NeidArchive.query_criteriaMethod
query_criteria(param::Dict{String,String}; cookiepath, [outpath] )

Query the NEID archive using constraints in param. Named argument cookiepath is required.

source