File Server

nEDM Experiment

File Server

Repository

Sub-pages:

HTTP API

Authenticaton is handled by the file server backend by forwarding requests back to the CouchDB server and checking for the correct priveleges. This means that the authentication should be sent in the cookies The file server attachment endpoint is at the URL:

/_attachments/[db_name]/[doc_id]/[attachment]

For digitizer files (e.g. .dig files), there is an additional option that can be added to downsample the data, e.g.:

/_attachments/[db_name]/[doc_id]/[attachment].dig/downsample/8

where [attachment].dig will be downsampled by 8.

See the documentation on pynedm for more information.