Ask a Question | Search PSRCHIVE: |
Home
|
Pulsar::ProfileAmps Class Reference Provides protected access to the Profile amplitudes array. More...
Inheritance diagram for Pulsar::ProfileAmps:
Detailed DescriptionProvides protected access to the Profile amplitudes array. By making the amps attribute private, all Profile methods must access the array through the get_amps method. Member Function Documentation◆ get_amps()
template<typename T >
set the amplitudes array equal to the contents of the data array
◆ remove()
remove the elements specified in the array of indeces remove the phase bins specified in the array of indeces the indeces must be sorted and there must be no repeats ◆ set_amps() [1/2]
template<typename T >
set the amplitudes array equal to the contents of the data array
◆ set_amps() [2/2]
template<typename T >
set the amplitudes array equal to the contents of the data array
Referenced by Pulsar::ProfileShiftFit::choose_nharm(), Pulsar::BaselineWindow::find_phase(), Pulsar::CompareWith::get_amps(), Pulsar::PhaseVsHist::get_Profile(), Pulsar::ASPArchive::load_Integration(), Pulsar::PRESTOArchive::load_Integration(), Pulsar::ExampleArchive::load_Integration(), Pulsar::EPOSArchive::load_Integration(), Pulsar::WAPPArchive::load_Integration(), Pulsar::BPPArchive::load_Integration(), Pulsar::EPNArchive::load_Integration(), Pulsar::Detrend::transform(), Pulsar::Extract::transform(), Pulsar::Differentiate::transform(), Pulsar::SmoothMedian::transform(), Pulsar::SmoothMean::transform(), and Pulsar::Accumulate::transform(). Member Data Documentation◆ no_amps
When true, no memory is allocated for amps. Do not allocate memory for the amps Referenced by Pulsar::Database::construct(), and Pulsar::Profile::Profile(). The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|