diff --git a/cpp/msv3readutils.h b/cpp/msv3readutils.h index c7738e72233890d00814dce2b6c6d3c5b57d816d..a91b012ee44dcc2f5563dcf24ed41bc2ee41e0f4 100644 --- a/cpp/msv3readutils.h +++ b/cpp/msv3readutils.h @@ -1,5 +1,5 @@ -// lofarreadutils.h: Utility functions to read the meta data relevant for -// simulating the beam from LOFAR observations stored in MS format. +// msv3readutils.h: Utility functions to read the meta data relevant for +// simulating the beam from OSKAR simulations stored in MS format. // // Copyright (C) 2013 // ASTRON (Netherlands Institute for Radio Astronomy) @@ -26,7 +26,7 @@ // \file // Utility functions to read the meta data relevant for simulating the beam from -// LOFAR observations stored in MS format. +// OSKAR simulations stored in MS format. #include "station.h" #include "elementresponse.h" @@ -53,7 +53,7 @@ Station::Ptr ReadMSv3Station( /** * @brief Read multiple stations from measurment set into buffer out_it - * Loops over ReadLofarStation for all the antennas in MeasurementSet + * Loops over ReadMSv3Station for all the antennas in MeasurementSet * * @tparam T Template type * @param ms Measurement set diff --git a/cpp/telescope/oskar.h b/cpp/telescope/oskar.h index caeb41892d19037131e66bb445faf080a3ed2890..3d73101db716f81c4d8d5d40a2bd3d3764a08029 100644 --- a/cpp/telescope/oskar.h +++ b/cpp/telescope/oskar.h @@ -1,4 +1,4 @@ -// LOFARTelescope.h: Base class for computing the response for the LOFAR +// OSKARTelescope.h: Base class for computing the response for the OSKAR // telescope. // // Copyright (C) 2020