1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 9 months ago. based on code collected 9 months ago.
May 12, 2023 — May 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor fixes and updates
Ossama Othman
as othman
More... almost 26 years ago
Split oblate spheroid specific methods into a seperate OblateSpheroid class that is derived from what is now the BodyData base class. An Abstract Factory was implemented for the base class and a concrete one was implemented for the OblateSpheroid class. The idea is to strategize different body models into their own classes.
Ossama Othman
as othman
More... almost 26 years ago
Split oblate spheroid specific methods into a seperate OblateSpheroid class that is derived from what is now the BodyData base class. An Abstract Factory was implemented for the base class and a concrete one was implemented for the OblateSpheroid class. The idea is to strategize different body models into their own classes.
Ossama Othman
as othman
More... almost 26 years ago
forgot to remove unneeded stuff from the cut-n-paste from SimpleCylindrical
Ossama Othman
as othman
More... almost 26 years ago
forgot to remove unneeded stuff from the cut-n-paste from SimpleCylindrical
Ossama Othman
as othman
More... almost 26 years ago
Added an "identity" projection. This projection simply returns the provided map array unmodified. Such a projection is primarily useful for testing purposes.
Ossama Othman
as othman
More... almost 26 years ago
Added an "identity" projection. This projection simply returns the provided map array unmodified. Such a projection is primarily useful for testing purposes.
Ossama Othman
as othman
More... almost 26 years ago
Many minor updates.
Ossama Othman
as othman
More... almost 26 years ago
Many minor updates.
Ossama Othman
as othman
More... almost 26 years ago
minor updates
Ossama Othman
as othman
More... almost 26 years ago
minor updates
Ossama Othman
as othman
More... almost 26 years ago
Updated the list of contributors.
Ossama Othman
as othman
More... almost 26 years ago
Updated the list of contributors.
Ossama Othman
as othman
More... almost 26 years ago
Removed AIPS library directory from SUBDIRS list and added its replacement, cfitsio.
Ossama Othman
as othman
More... almost 26 years ago
Removed AIPS library directory from SUBDIRS list and added its replacement, cfitsio.
Ossama Othman
as othman
More... almost 26 years ago
accidentally added this to the repository
Ossama Othman
as othman
More... almost 26 years ago
accidentally added this to the repository
Ossama Othman
as othman
More... almost 26 years ago
No longer need this file since it only contained PHOTO (PhotoStrategy) specific boundary methods. Each strategy should have its own boundary implementation.
Ossama Othman
as othman
More... almost 26 years ago
No longer need this file since it only contained PHOTO (PhotoStrategy) specific boundary methods. Each strategy should have its own boundary implementation.
Ossama Othman
as othman
More... almost 26 years ago
Moved bitset/flag utility functions into global scope.
Ossama Othman
as othman
More... almost 26 years ago
Moved bitset/flag utility functions into global scope.
Ossama Othman
as othman
More... almost 26 years ago
Moved cosine angle methods (Mu, Mu0 and CosPase) to BodyData class. A Body should know how to figure out how to compute those angles, not a SourceImage.
Ossama Othman
as othman
More... almost 26 years ago
Moved cosine angle methods (Mu, Mu0 and CosPase) to BodyData class. A Body should know how to figure out how to compute those angles, not a SourceImage.
Ossama Othman
as othman
More... almost 26 years ago
Strategized (using Strategy design pattern) SourceImage class. Each source image type is now encapsulated in its own SourceImage subclass.
Ossama Othman
as othman
More... almost 26 years ago
Strategized (using Strategy design pattern) SourceImage class. Each source image type is now encapsulated in its own SourceImage subclass.
Ossama Othman
as othman
More... almost 26 years ago
- updated copyright information - implemented Abstract
Ossama Othman
as othman
More... almost 26 years ago
- updated copyright information - implemented Abstract
Ossama Othman
as othman
More... almost 26 years ago
Split projection specific class declarations into newly created header files.
Ossama Othman
as othman
More... almost 26 years ago
Split projection specific class declarations into newly created header files.
Ossama Othman
as othman
More... almost 26 years ago
minor updates to src/Makefile.am
Ossama Othman
as othman
More... almost 26 years ago