R/W routine in ascii format for module_connectivity.ConnectivityPoint. More...
Functions | |
| def | write |
| Master write routine for ConnectivityPoint list. More... | |
| def | read |
| Master read routine for different ConnectivityPoint list ascii format. More... | |
| def | write_v0 |
| Write a ConnectivityPoint list in a file unit already open in proper mode (append,replace...) using format 0. More... | |
| def | read_v0 |
| Read a ConnectivityPoint list from a file unit already open in proper mode (read...) using format 0. More... | |
| def | write_v1 |
| Write a ConnectivityPoint list in a file unit already open in proper mode (append,replace...) using format 1. More... | |
| def | read_v1 |
| Read a ConnectivityPoint list from a file unit already open in proper mode (read...) using format 1. More... | |
R/W routine in ascii format for module_connectivity.ConnectivityPoint.
| def ascii_connectivitypoint.read | ( | ifile | ) |
Master read routine for different ConnectivityPoint list ascii format.
Read first line only and auto determine version. Call the good vX function.


| def ascii_connectivitypoint.read_v0 | ( | ifile | ) |
Read a ConnectivityPoint list from a file unit already open in proper mode (read...) using format 0.
Format V0 is define here.

| def ascii_connectivitypoint.read_v1 | ( | ifile | ) |
Read a ConnectivityPoint list from a file unit already open in proper mode (read...) using format 1.
Format V1 is define here.

| def ascii_connectivitypoint.write | ( | obs_name, | |
| obs_date, | |||
| obs_coord_hgc, | |||
| connectivity_map, | |||
| ifile | |||
| ) |
Master write routine for ConnectivityPoint list.

| def ascii_connectivitypoint.write_v0 | ( | obs_name, | |
| obs_date, | |||
| obs_coord_hgc, | |||
| densitymaps, | |||
| ifile | |||
| ) |
Write a ConnectivityPoint list in a file unit already open in proper mode (append,replace...) using format 0.


| def ascii_connectivitypoint.write_v1 | ( | obs_name, | |
| obs_date, | |||
| obs_coord_hgc, | |||
| densitymaps, | |||
| ifile | |||
| ) |
Write a ConnectivityPoint list in a file unit already open in proper mode (append,replace...) using format 1.


1.8.5