「SPICA サイエンス ワークショップ 2009」 @東大本郷キャンパス小柴ホール(2009/6/1-2)
情報 RMAILでサーチ: "M-x rmail-search" or "M-s". 日本語もOK CANNAから リターンを打って良い。
情報 wnnで全角スペース: "Z "(大文字ゼットとスペース)
情報 cannaで全角スペース: "@@"(アットマークを2つとか)
情報 全角−(負記号): 「まいなす」か、JIS CODE入力(CNTL-|,CNTL-^)で「215D」
情報 全角ハイフン: JIS CODEにない
情報 windowsXP タスクモニター C-shift-space-esc
情報 emacsでコメント M-x comment-region
情報 mewでメッセージを再編集 "g"で+draftに移って"E"でOK 細かいことはinfoの Mew/Viewing/sum-write を参照
情報 エクセルのセル内で改行するには、alt + return
xpaset -p ds9 pan to 17:53:07.765 +66:29:57.13 wcs fk5
echo "fk5;boxcircle point 17:53:07.765 +66:29:57.13" | xpaset ds9 regions
find . -name '*.spe' -print -exec rm '{}' ';'
find . -name '*.text' -exec grep -H wada '{}' ';'
rsync -auv --exclude='*' --include='*/' --include='*.fits' src/ src_back
1 Jy = 1.0E-26 W/m^2/Hz = 1.0E-23 erg/s/cm^2/Hz
AB = -2.5 log(fu)/log(10) -48.60 (fu in erg/s/cm^2/Hz)
AB = -2.5 log(fu)/log(10) + 8.9 (fu in Jy)
fu = 10**((AB-8.9)/-2.5) (fu in Jy)
"gnuplot terminal test" gnuplot> set output "gnuplot_test.ps" gnuplot> set terminal postscript eps enhanced color gnuplot> test gnuplot_test.ps gnuplot> set output "gnuplot_test.png" gnuplot> set terminal png gnuplot> test gnuplot_test.png