Ask a Question | Search DSPSR: |
Home
|
Subint.h 286 this->cerr << "dsp::Subint::transformation unload partial (first_division and new division)" << std::endl;
305 this->cerr << "dsp::Subint::transformation unload partial (first_division of transformation)" << std::endl;
322 this->cerr << "dsp::Subint::transformation this=" << this << " unloader=" << unloader.get() << std::endl;
375 this->cerr << "dsp::Subint::unload_partial MJD=" << result->get_start_time().printall() << std::endl;
MJD get_start_time() const Get the start time from which to begin counting sub-integrations. Definition: Subint.h:72 void set_start_time(MJD start_time) Set the start time at which to begin dividing. Definition: TimeDivide.C:35 double get_seconds() const Get the number of seconds in each division. Definition: TimeDivide.h:52 virtual void transformation() Folds the TimeSeries data into one or more sub-integrations. Definition: Subint.h:253 void set_cerr(std::ostream &os) const Set verbosity ostream. Definition: Subint.h:186 Callback< PhaseSeries * > partial Attach methods to receive partially completed PhaseSeries instances. Definition: Subint.h:63 void set_subint_turns(unsigned subint_turns) Set the number of turns to fold into each sub-integration. Definition: Subint.h:90 MJD get_start_time() const Get the start time at which to begin dividing. Definition: TimeDivide.h:46 unsigned get_subint_turns() const Get the number of turns to fold into each sub-integration. Definition: Subint.h:94 double get_subint_seconds() const Get the number of seconds to fold into each sub-integration. Definition: Subint.h:79 const Extensions * get_extensions() const Get the Extensions to be communicated to the Archiver class. Definition: PhaseSeries.C:564 MJD get_reference_epoch() const Set the reference epoch (start time of first division) Definition: TimeDivide.h:58 void set_start_time(const MJD &start_time) Set the start time from which to begin counting sub-integrations. Definition: Subint.h:68 void set_reference_phase(double phase) Set the reference phase (phase of bin zero) Definition: TimeDivide.C:106 virtual void set_limits(const Observation *input) Set the idat_start and ndat_fold attributes. Definition: Subint.h:337 void set_unloader(PhaseSeriesUnloader *unloader) Set the file unloader. Definition: Subint.h:196 void set_seconds(double division_seconds) Set the number of seconds in each division. Definition: TimeDivide.C:68 Stores information about digital, band-limited, time-varying signals. Definition: Observation.h:33 MJD get_subint_reference_epoch() const Get the start time of the first sub-integration. Definition: Subint.h:86 const TimeDivide * get_divider() const Access to the divider. Definition: Subint.h:119 Base class for things that can unload PhaseSeries data somewhere. Definition: PhaseSeriesUnloader.h:30 void set_turns(double division_turns) Set the number of turns in each division. Definition: TimeDivide.C:78 PhaseSeriesUnloader * get_unloader() const Get the file unloader. Definition: Subint.h:111 Reference::To< PhaseSeriesUnloader > unloader File unloading flag. Definition: Subint.h:136 double get_turns() const Get the number of turns in each division. Definition: TimeDivide.h:64 void reset() Reset all of the components in the signal path. Definition: SignalPath.C:73 void set_fractional_pulses(bool) Fold the fractional pulses at the start and end of data. Definition: TimeDivide.C:113 void set_reference_phase(double phase) Attach methods to receive completed PhaseSeries instances. Definition: Subint.h:99 bool has_extensions() const Return true if Extensions have been set. Definition: PhaseSeries.C:574 void set_reference_epoch(const MJD &epoch) Set the reference epoch (start time of first division) Definition: TimeDivide.h:55 MJD get_start_time() const Return the start time of the leading edge of the first time sample. Definition: Observation.h:152 void set_fractional_pulses(bool flag) Attach methods to receive completed PhaseSeries instances. Definition: Subint.h:96 void set_subint_reference_epoch(const MJD &epoch) Set the start time of the first sub-integration. Definition: Subint.h:82 Callback< PhaseSeries * > complete Attach methods to receive completed PhaseSeries instances. Definition: Subint.h:60 virtual void set_cerr(std::ostream &) const virtual void unload_partial() Unload any partially completed integrations. Definition: Subint.h:370 void set_subint_seconds(double subint_seconds) Set the number of seconds to fold into each sub-integration. Definition: Subint.h:75 virtual bool keep(PhaseSeries *data) Decide wether or not to keep the folded profile. Definition: Subint.h:114 Generated using doxygen 1.8.17
|