SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Namespaces | Functions | Variables
interface_fetch_map2D.py File Reference

Classes

class  fetchmap2D.interface_fetch_map2D.FetchError
 
class  fetchmap2D.interface_fetch_map2D.MetaFile
 Class representing metadata of a file. More...
 

Namespaces

 fetchmap2D.interface_fetch_map2D
 
 interface_fetch_map2D
 Fetching information for map2Ds.
 

Functions

def fetchmap2D.interface_fetch_map2D.print_metafiles
 From a MetaFile list, print file metadata in a readable way. More...
 
def fetchmap2D.interface_fetch_map2D.find_fetch_level
 For a given fetch type, return the fetch level of the filename. More...
 
def fetchmap2D.interface_fetch_map2D.total_fetch_level
 For a given fetch type, return the number of available fetch levels. More...
 
def fetchmap2D.interface_fetch_map2D.find_fetch_types
 Return all fetch_type for a given table or for all table. More...
 
def fetchmap2D.interface_fetch_map2D.get_cr
 Extract Carrington rotation from a filename, according to its fetch_type and fetch level. More...
 
def fetchmap2D.interface_fetch_map2D.get_datetime
 Extract date from a synchronic filename, according to its fetch_type and fetch level. More...
 
def fetchmap2D.interface_fetch_map2D.get_time
 Get Carrington or datetime.datetime object from the filename, according to its table name or a list of possible table names. More...
 
def fetchmap2D.interface_fetch_map2D.set_cr
 Recompose the filename of the map for a Carrington rotation, according to fetch_type and fetch level. More...
 
def fetchmap2D.interface_fetch_map2D.set_datetime
 Recompose the filename of the map for a datetime.datime, according to fetch_type and fetch level. More...
 
def fetchmap2D.interface_fetch_map2D.set_name_np1
 For a given filename of fetch level n, build the corresponding name of fetch level n+1. More...
 
def fetchmap2D.interface_fetch_map2D.connect_remote_server
 Connect to the remote remote server. More...
 
def fetchmap2D.interface_fetch_map2D.close_remote_server
 Close connection to the remote remote server. More...
 
def fetchmap2D.interface_fetch_map2D.read_remote_server
 Find all files listed on the remote server associated with the given fetch_type. More...
 
def fetchmap2D.interface_fetch_map2D.vn2vnp1
 For some Nth fetch level files, select which files need to be created in the N+1th fetch level. More...
 

Variables

dictionary fetchmap2D.interface_fetch_map2D.fetch_info = {}