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
Monthly Archives: April 2009
More Japanese Fonts
A few collections of web sites listing stylistic Japanese fonts for download: フリーフォント最前線 脱力系フォントのまとめ 無料で使える日本語フォント11選 Some are free, others are not. My favorite is 国鉄風フォント, which resembles the characters used by kokutetsu, the Japanese national railway system (now JR and … Continue reading
Posted in Web
Leave a comment
Astro Software in Debian Lenny
Here my goal is to build a computing environment where Python is the glue of all the astro-related tools (PyRAF, stsci_python, etc.). IRAF In order to use PyRAF, IRAF needs to be installed first. Python At the very least, I … Continue reading
Posted in Debian, Lenny, Linux, Research
Leave a comment
IRAF on Debian Lenny
Here is my installation note for IRAF (ver 2.14.1) on Debian Lenny. Basically, the installation procedure does not differ much from the one outlined in the official IRAF installation guide. First, create “iraf” user account to the system if it … Continue reading
Favorite Internet Radio Stations
For funk and soul from 70s & 80s, my favorites are: www.soulfm.de Very nice funky music from 70s and 80s. DJ Joerg spins a variety of stuff from disco to 80s contemporary R&B. I can always listen to a few … Continue reading
Posted in Music
Leave a comment
Beautiful (or Cool) Japanese Words?
I’m currently on a personal mission to find a Japanese word to describe my personal operations. I want to find a word that sounds and look beautiful and/or cool in Japanese as well as in English (when it’s spelled out … Continue reading
Posted in Misc.
Leave a comment
I Was a Great TA
and I have a letter from my student to prove it: Return-Path: Received: from web10908.mail.yahoo.com (web10908.mail.yahoo.com [216.136.131.44]) by ilpostino.physics.ucsb.edu (8.11.6/8.11.2) with SMTP id g9RIiBH25703 for ; Sun, 27 Oct 2002 10:44:11 -0800 Message-ID: Received: from [128.111.97.165] by web10908.mail.yahoo.com via HTTP; … Continue reading
Posted in Humor
Leave a comment
Updating Flash BIOS off a Bootable CD
Note: These days, computers ship without floppy drives by default, so there may exist a better generic procedure for updating flash BIOS. This instruction is just kept for a historical reason. Flashing BIOS can be dangerous. A typical disclaimer of … Continue reading
Posted in Linux
Leave a comment
Search for Files Containing a Text
Here is a little BASH script (which I name findstr) to search for the files containing a specified string: #!/usr/bin/env bash ############################################################################## # findstr # # Search for files containing a specified string. Show the file path, # line number, … Continue reading
Posted in Linux
Leave a comment
DEEP2 Pipeline Tips
Custom Extraction To run the DEEP2 pipeline with boxcar extraction with a specified sigma (4.0 here), do: $ echo ‘boxcar_domask,nlsky=0,nsig_boxcar=4.0′ | idl -32 > output.log Alternatively, use boxsprof_domask to use the boxsprof extraction algorithm.
Posted in Research
Leave a comment
IRAF Tips
Printing Out Help When printing out a help for an IRAF task name iraftask, you may want to save papers by multicolumn printing using a2ps. cl> help iraftask | type dev=text > iraftask.txt cl> !a2ps iraftask.txt -2 –medium=letter -o iraftask.ps … Continue reading
Posted in Linux, Research
Leave a comment