Home
last modified time | relevance | path

Searched refs:oskar_dir_file_exists (Results 1 – 15 of 15) sorted by relevance

/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/src/
H A Dprivate_TelescopeLoaderLayout.cpp27 if (oskar_dir_file_exists(cwd.c_str(), layout_file)) in load()
36 else if (oskar_dir_file_exists(cwd.c_str(), layout_enu_file)) in load()
45 else if (oskar_dir_file_exists(cwd.c_str(), layout_ecef_file)) in load()
54 else if (oskar_dir_file_exists(cwd.c_str(), layout_wgs84_file)) in load()
91 if (oskar_dir_file_exists(cwd.c_str(), layout_file)) in load()
96 else if (oskar_dir_file_exists(cwd.c_str(), layout_enu_file)) in load()
102 if (oskar_dir_file_exists(cwd.c_str(), layout_x_file)) in load()
107 else if (oskar_dir_file_exists(cwd.c_str(), layout_enu_x_file)) in load()
113 if (oskar_dir_file_exists(cwd.c_str(), layout_y_file)) in load()
118 else if (oskar_dir_file_exists(cwd.c_str(), layout_enu_y_file)) in load()
H A Dprivate_TelescopeLoaderApodisation.cpp47 if (oskar_dir_file_exists(cwd.c_str(), apodisation_file)) in load()
52 else if (oskar_dir_file_exists(cwd.c_str(), apodization_file)) in load()
57 if (oskar_dir_file_exists(cwd.c_str(), apodisation_x_file)) in load()
62 else if (oskar_dir_file_exists(cwd.c_str(), apodization_x_file)) in load()
67 if (oskar_dir_file_exists(cwd.c_str(), apodisation_y_file)) in load()
72 else if (oskar_dir_file_exists(cwd.c_str(), apodization_y_file)) in load()
H A Dprivate_TelescopeLoaderCableLengthError.cpp44 if (oskar_dir_file_exists(cwd.c_str(), cable_length_error_file)) in load()
49 if (oskar_dir_file_exists(cwd.c_str(), cable_length_error_x_file)) in load()
54 if (oskar_dir_file_exists(cwd.c_str(), cable_length_error_y_file)) in load()
H A Dprivate_TelescopeLoaderGainPhase.cpp44 if (oskar_dir_file_exists(cwd.c_str(), gain_phase_file)) in load()
49 if (oskar_dir_file_exists(cwd.c_str(), gain_phase_x_file)) in load()
54 if (oskar_dir_file_exists(cwd.c_str(), gain_phase_y_file)) in load()
H A Dprivate_TelescopeLoaderFeedAngle.cpp44 if (oskar_dir_file_exists(cwd.c_str(), feed_angle_file)) in load()
50 if (oskar_dir_file_exists(cwd.c_str(), feed_angle_file_x)) in load()
55 if (oskar_dir_file_exists(cwd.c_str(), feed_angle_file_y)) in load()
H A Dprivate_TelescopeLoaderMountTypes.cpp42 if (oskar_dir_file_exists(cwd.c_str(), mount_types_file)) in load()
H A Dprivate_TelescopeLoaderElementTypes.cpp42 if (oskar_dir_file_exists(cwd.c_str(), element_types_file)) in load()
H A Dprivate_TelescopeLoaderPermittedBeams.cpp42 if (oskar_dir_file_exists(cwd.c_str(), permitted_beams_file)) in load()
H A Dprivate_TelescopeLoaderStationTypeMap.cpp19 if (oskar_dir_file_exists(cwd.c_str(), station_type_map_file)) in load()
H A Dprivate_TelescopeLoaderGainModel.cpp19 if (oskar_dir_file_exists(cwd.c_str(), gain_model_file)) in load()
H A Dprivate_TelescopeLoaderPosition.cpp42 if (oskar_dir_file_exists(cwd.c_str(), position_file)) in load()
H A Dprivate_TelescopeLoaderNoise.cpp109 if (oskar_dir_file_exists(cwd.c_str(), file.c_str())) in update_map()
H A Doskar_telescope_load.cpp194 if (!oskar_dir_file_exists(cwd.c_str(), "station_type_map.txt")) in load_directories()
/dports/astro/oskar/OSKAR-2.8.0/oskar/utility/
H A Doskar_dir.h83 int oskar_dir_file_exists(const char* dir_path, const char* file_name);
/dports/astro/oskar/OSKAR-2.8.0/oskar/utility/src/
H A Doskar_dir.c65 int oskar_dir_file_exists(const char* dir_path, const char* file_name) in oskar_dir_file_exists() function
87 if (exists) *exists = oskar_dir_file_exists(home_dir, item_name); in oskar_dir_get_home_path()