Sunday, September 22, 2013

Thursday, September 6, 2012

Grad Student Software Usage


I sent a poll to the APS grad students to determine what language(s) they use in their daily work and which they'd be comfortable teaching.

IDL is still clearly dominant, with python second.  Matlab and mathematica are, to me surprisingly, prevalent as well.  


Far more students are comfortable teaching IDL than any other language.

There's a large dispersion in the version control software preference, with mercurial and dropbox as the winners.  Mercurial has a strong following among enzo/yt users, who make up a large fraction of those who use version control at all.

Tuesday, September 4, 2012

Research idea: NIR variation

I really want to know how near-infrared absorption lines correlate with emission lines; understanding this is essential for near infrared calibration.


The emission lines correlate reasonably well, but not perfectly.  There are models out there of how these should behave, but they seem to be proprietary and non-free so I have no interest in them - I won't pay before I know they work, and I can't test them.

But perhaps more careful measurements of the night sky lines could provide some information about the absorption, particularly in the Brackett-delta and Brackett-epsilon region we've been interested in lately.

I'm pretty sure the change in slope observed above is from observing at different airmasses (2.3 vs 1.05)

Sunday, September 2, 2012

Research Idea: Stacking Finders

Idea: Stack all of the finders from spectroscopic observations.  Finder images tend to be on lower-quality CCDs with no filter, but they frequently produce very deep observations.  For example, the open K-band finder on TripleSpec (though it's technically not a CCD).

In order to stack them, you would need to mask out the bad pixels (already done) and compute astrometic solutions for the CCD.  Un-warping the images will take some work, but there should be plenty of information available from thousands of observations of different fields to make this computation nearly ideal.  Similarly, it should be possible to calibrate different pixels on the imager based on response to 2MASS standards.

Applications?  Very deep imaging of spectroscopic targets.  Short- and long-term variability (typical finder cadence is ~a few seconds).  Deep imaging around stars and galaxies of interest - probably far deeper than you could get with classical observing requests.

This project should be achievable by a motivated undergraduate, but I think the tools for astrometric solutions need to be in place first.  Astrometry.net is a great tool for this, but I think operates on spatial scales that are too large.  Once basic astrometric solutions are available (e.g., pointing center for the image), I think IRAF tools could be automated to compute the complete solution, which would then be applied to all images.  

Calibration might end up being the most challenging component, since there is variable atmospheric emission (absorption) that is not filtered by the finder.  Depending on the application, though, large calibration errors may be acceptable.  i.e., for deep nebular observations, morphology will be more important than absolute brightness, since the line responsible for the brightness cannot be directly determined.  Whereas, for variability, calibration is important, but it can be computed directly from other stars in the field.

Sunday, August 12, 2012

Connecting to ipython notebook with SSH tunneling

My typical ssh tunnel looks something like: ssh -N -f -L 8889:SERVER.colorado.edu:8889 ginsbura@SERVER.colorado.edu


For ipython notebooks, this approach was giving me the error: channel 2: open failed: connect failed: Connection refused.

The ipython notebook is at http://127.0.0.1:8888/ locally. Therefore, the correct ssh tunnel command is: ssh -N -f -L localhost:8888:localhost:8888 adam@SERVER.colorado.edu

Tuesday, May 29, 2012

Orion in the Infrared and Millimeter

This composite image of the Orion A Giant Molecular Cloud star-forming complex shows infrared emission from the WISE and MSX missions in 4 micron (red), 12 micron (blue), and 22 micron (green) emission with Bolocam Galactic Plane Survey 1.1mm emission overlaid in yellow/orange. The Orion A region is frequently featured in astronomical images:
http://apod.nasa.gov/apod/ap110917.html
http://apod.nasa.gov/apod/ap120212.html
http://apod.nasa.gov/apod/ap120206.html
http://www.eso.org/public/images/eso1219c/
http://www.eso.org/public/news/eso1209/
but its tail tends to be ignored. This quiescent region is the source of the next generation of stars, although the relatively small mass concentrations imply that no massive stars like the bright Theta 1C that powers the Orion Nebula will form.

The infrared colors show all sorts of stars including protostars. The infrared can pierce through the dust and find young stars still forming. The green and blue bands also see diffuse clouds of dust being illuminated by the central stars of the Orion nebula.
The yellow 1.1 mm dust emission shows the coldest dust that is shielded from external radiation. These cold clumps contain enough mass to form new stars...