Tags
admin astro ATLAS Bash computing Debian Debian/Lenny Debian/Squeeze Debian/Wheezy DotCloud Dropbox DS9 Emacs Epson Perfection V30 Evernote FFTW Firefox hardware high performance computing install procedure Japanese JWM kernel LaTeX Linux multimedia network Nevernote OS X OS X/Leopard OS X/Snow Leopard power management programming Python reference research SExtractor shell tips software stellar population synthesis T410s T420 USB web browser XPS 630i-
Recent Posts
Recent Comments
Archives
- October 2012
- September 2012
- July 2012
- June 2012
- May 2012
- January 2012
- December 2011
- May 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
Meta
Tag Archives: astro
Searching for Nearest-Neighbors between Two Coordinate Catalogs
Say I have two catalogs of points, each in two-dimensional space. For each object in a catalog, I want to find the nearest object(s) in the other catalog. I can do this by computing the distances between every single unique … Continue reading
Installing kcorrect (v4_2) for IDL Locally on Linux
I usually stay away from IDL but wanted to test the new version of kcorrect which usually runs on IDL. Fortunately a Linux box in the department has IDL installed, so I decided to test it there, installing kcorrect locally. … Continue reading
g3data
This is all I needed to use this: Love Debian.
Posted in Uncategorized
Tagged admin, astro, computing, Debian, install procedure, Linux, research, software
Leave a comment
Half-Light Radii for Various Profiles
For a radial profile of , the enclosed flux within the radius is given by I’m only concerned about azimuthal symmetric cases, so . The idea is to solve for . Gaussian Profile Say the Gaussian intensity profile is given … Continue reading
Comparing the Efficiencies of Gaussian Convolution Routines
These days I quite often need to convolve (i.e., smooth) 2D images by some Gaussian. There are quite a few routines that can do this with varying efficiencies. So I compared a couple of them. On my laptop, this script … Continue reading
Posted in Uncategorized
Tagged astro, computing, programming, Python, reference, research
Leave a comment
Suppressing Warnings in PyFITS
PyFITS is obviously a great Python package if you ever need to deal with data in astronomy. One thing that consistently annoyed me however was their use of warning messages. For example, whenever you overwrite an existing FITS file, the … Continue reading
SExtractor on Debian Squeeze (AMD64)
Installing from Debian Repository $ sudo aptitude install sextractor This version is rather old (v2.4.4) though. Installing from Source I need FFTW and ATLAS installed already, and assume that FFTW was installed at /usr/local/fftw, and ATLAS at /usr/local/atlas following the … Continue reading
Posted in Uncategorized
Tagged admin, astro, Debian, Debian/Squeeze, install procedure, Linux, research, SExtractor, software
Leave a comment
Installing IRAF version 2.15 on Debian Squeeze
My way of installing IRAF v2.15, now 64-bit by default. First create a regular user named “iraf”: $ sudo adduser iraf $ sudo aptitude install csh $ sudo ln -s /usr/lib/libncurses.so /usr/lib/libtermcap.so.2 The second line installing csh is necessary because … Continue reading
Posted in Uncategorized
Tagged admin, astro, Debian, Debian/Squeeze, install procedure, Linux, research, software
Leave a comment
Some Physics Units Cheat Sheet
Before I forget: In CGS: where
Estimating Standard Deviation from N Data Points
In astronomy people often estimate a standard deviation in, say, background counts from the observed data themselves, since it is very difficult to know what true standard deviations are. Then the question is this: How many measurements (e.g., the number … Continue reading