Astronomy Computing Facility
Available Systems
- kirk.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM) (to be used only for password changes and web space access)
- spock.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- scotty.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- sulu.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- chekov.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- uhura.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- mccoy.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- chapel.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- sarek.astro.sunysb.edu (AMD Ryzen 5 3.7 GHz 6-Core w/ 16 GB RAM)
- ugrad1.astro.sunysb.edu (Intel I5 3.3 GHz 4 core w/ 8 GB RAM) (no ssh access)
- ugrad2.astro.sunysb.edu (Intel I5 3.3 GHz 4 core w/ 8 GB RAM) (no ssh access)
- ugrad3.astro.sunysb.edu (Intel I5 3.3 GHz 4 core w/ 8 GB RAM) (no ssh access)
- ugrad4.astro.sunysb.edu (Intel I5 3.3 GHz 4 core w/ 8 GB RAM) (no ssh access)
- ugrad5.astro.sunysb.edu (Intel I5 3.3 GHz 4 core w/ 8 GB RAM) (no ssh access)
Backups
Critical note: We do not maintain backups of the /data directories for special projects. Backing up your data is your responsibility! You may find it useful to back up your data to a USB flash drive or to Google Drive. Please see the system administrator if you require assistance.
Password changes
Web space
http://www.astro.sunysb.edu/your_user_name
For example: a user with the username inewton would have a web directory at /www/inewton and their URL would be http://www.astro.sunysb.edu/inewton. Please note that there is no "~" in the URL.
Printing
- hpk the B&W simplex (single-sided) queue
- hpdup the B&W duplex (double-sided) queue
- hpcolor the color simplex (single-sided) queue
- hpcdup the color duplex (double-sided) queue
Python & Python Packages
python
but the Python 3.11 and python 3.12 are also available via the commands:
python3.11 or python3.12 or
A number of commonly used Python packages are also installed including:
- Scipy is installed for Python 3.X (where X= 9, 11, or 12)
- Numpy is installed for Python 3.X (where X= 9, 11, or 12)
- Matplotlib is installed for Python 3.9. At the current time a system-wide installation of Matplotlib for Python 3.11 or Python 3.12 is not available but users may self install it under their own account via the command python3.12 -m pip install -U matplotlib.
- Anaconda is not installed on a systemwide basis but each user may install this for themselves by following the instructions found at Anaconda Installation on Linux site.
Jupyter Notebooks
- python -m pip install -U jupyter
- jupyter notebook --generate-config
Compilers
IDL
Other Available Software
- IDL: (coming soon) for data analysis and plotting
- Gnuplot: for plotting
- GCC: the Gnu Compiler Collection (ver. 4.4.6) including compilers for C, C++, and F95
- Octave: the freeware clone of MATLAB for linear algebra and other numerical computing
- LaTeX: the LaTeX typesetting package
- Emacs: the EMACS editing system
- vi / vim: the vi and vim text editors
- Firefox: the Firefox web browser
- Google Chrome: the Google Chrome web browser
- Libre Office: the Libre Office suite (oowriter, oocalc, ooinpress, etc.)
- HDF5: the Hierarchical Data Format libraries
- MPICH: the MPICH implementation of the MPI message passing libraries and runtime environment
- IDL: version 8.9 is available on spock, scotty, sulu, chekov, uhura, mccoy, chapel, and sarek in the directory /usr/local/bin
- ds9: (SAOImageDS astronomical image display tool) is located in /usr/local/ds9/bin/ds9
- sextractor: the astronomical catalogue builder is located in /usr/local/sextractor/bin
- Python & Python Packages: See the Python section above