diff --git a/bias.cpp b/bias.cpp index daf21740..10e309d1 100644 --- a/bias.cpp +++ b/bias.cpp @@ -201,6 +201,8 @@ int find_fcct_biases( const double ra, const double dec, const char catalog, fclose( ofile); } } + if( n_cats == 26 && catalog_codes[25] == 'W') /* fix a mistaken catalog */ + catalog_codes[25] = 'Y'; /* code in pre-2023 EFCC files */ if( !catalog) /* just inquiring as to which version we have */ return( n_cats == 26 ? 2018 : 2014); catalog_loc = strchr( catalog_codes, catalog);