Sync
- class pyR2D2.Sync(data)[source]
Bases:
object
Class for downloading data from remote server
Methods Summary
all
(server[, ssh, project, dist])This method downloads all the data
check
(n, server[, ssh, project, end_step])Downloads checkpoint data
remap_qq
(n, server[, ssh, project])Downloads full 3D remap data
select
(xs, server[, n, ssh, project])Downloads data at certain height
setup
(server, caseid[, ssh, project, dist])Downloads setting data from remote server
slice
(n, server[, ssh, project])Downloads slice data
tau
(server[, n, ssh, project])Downloads data at constant optical depth
vc
(server[, ssh, project])Downloads pre analyzed data
Methods Documentation
- all(server, ssh='ssh', project='doc', dist='../run/')[source]
This method downloads all the data
- Parameters:
Important
This method is accessible as pyR2D2.Data.sync.all.
- check(n, server, ssh='ssh', project='doc', end_step=False)[source]
Downloads checkpoint data
- Parameters:
Important
This method is accessible as pyR2D2.Data.sync.check.
- remap_qq(n, server, ssh='ssh', project='doc')[source]
Downloads full 3D remap data
- Parameters:
Important
This method is accessible as pyR2D2.Data.sync.remap_qq.
- select(xs, server, n: int | None = None, ssh='ssh', project='doc')[source]
Downloads data at certain height
- Parameters:
Important
This method is accessible as pyR2D2.Data.sync.select.
- static setup(server, caseid, ssh='ssh', project='doc', dist='../run/')[source]
Downloads setting data from remote server
- Parameters:
Important
This method is accessible as pyR2D2.Data.sync.setup.
- slice(n, server, ssh='ssh', project='doc')[source]
Downloads slice data
- Parameters:
Important
This method is accessible as pyR2D2.Data.sync.slice.
- tau(server, n: int | None = None, ssh='ssh', project='doc')[source]
Downloads data at constant optical depth
- Parameters:
Important
This method is accessible as pyR2D2.Data.sync.tau.