Ask a Question | Search PSRCHIVE: |
![]()
|
ASPArchive.h const ASPArchive & operator=(const ASPArchive &archive) Assignment operator. virtual void unload_file(const char *filename) const Unload the ASPArchive (header and Integration data) to filename. Definition ASPArchive.C:599 ASPArchive * clone() const Return a new copy-constructed ASPArchive instance. Definition ASPArchive.C:95 virtual void load_header(const char *filename) Load the ASP header information from filename. Definition ASPArchive.C:102 bool can_unload() const The unload_file method is not implemented. Definition ASPArchive.h:64 virtual Integration * load_Integration(const char *filename, unsigned subint) Load the specified Integration from filename, returning new instance. Definition ASPArchive.C:302 void load_extensions(fitsfile *f, int *status) Fill in info for select Archive extensions. Definition ASPArchive.C:509 void copy(const Archive &archive) Copy all of the class attributes and the selected Integration data. Definition ASPArchive.C:71 Array of Profiles integrated over the same time interval. Definition Integration.h:37 Generated using doxygen 1.14.0
|