;--------------------------------------------------- ; Code to Make ECM 2.0 LUTs ;--------------------------------------------------- ;---- these are like include files that define attributes and luts (used in many codes) lut_1d_define.pro lut_2d_define.pro lut_3d_define.pro attributes_define.pro ;--- these codes make single table netcdf files prob_mask_phase_1d.pro prob_mask_phase_2d.pro prob_mask_phase_3d.pro apply_filters.pro write_1d_table.pro write_2d_table.pro write_3d_table.pro ;--- these codes combine the single table netcdf files into one combine_single_tables.pro determine_table_rank.pro read_1d_table.pro read_2d_table.pro read_3d_table.pro ;--- codes related to prior read_prior.pro compute_prior_from_map.pro ;--- these codes read the combined table read_combined_table.pro read_1d_group_lut.pro read_2d_group_lut.pro read_3d_group_lut.pro read_group_attributes.pro write_group_attributes.pro ;--- codes that use combined tables get_prob_mask_phase.pro ;---- idl codes that run the ecm test_on_level2.pro test_on_training.pro (tbd) ;---- fortran codes test_on_level2.f90 clavr-x implementation