﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>A Grad Student Blog</title>
	<updated>2008-08-20T15:43:55Z</updated>
	<id>http://blog.astromiror.org/atom.aspx</id>
	<link rel="self" href="http://blog.astromiror.org/atom.aspx" />
	<link rel="alternate" href="http://blog.astromiror.org" />
	<generator uri="http://app.onlinequickblog.com/" version="2.0">Quick Blog</generator>
	<entry>
		<title>Welcome to Astromiror Blog</title>
		<link rel="alternate" href="http://blog.astromiror.org/3000/01/01/welcome-to-astromiror-blog.aspx" />
		<id>tag:blog.astromiror.org,2008-08-18:22229069-f601-4aec-9ddb-f5c809f14376</id>
		<author>
			<name>Laura</name>
		</author>
		<category term="Introduction" />
		<updated>2008-08-18T17:13:26Z</updated>
		<published>2008-08-18T17:11:00Z</published>
		<content type="html"><![CDATA[<P style="MARGIN-BOTTOM: 0in">I am a Graduate Research Assistant at the University of Alabama in Huntsville working at the National Space Science and Technology Center. I research super-energetic cosmic explosions called gamma-ray bursts (GRBs). I joined this group in 2005 as a NASA Academy intern during the summer between my junior and senior years.&nbsp;Currently, I'm a third year&nbsp;doctoral student. I&nbsp;am supported by a&nbsp;NASA Graduate Student Researchers Program fellowship and a Charles Curry Astrophysics fellowship.</P>
<P style="MARGIN-BOTTOM: 0in">To return to the Astromiror website, please choose any of the following links:</P>
<P>&lt;<A href="http://www.astromiror.org/">Home</A>&gt;&lt;<A href="http://blog.astromiror.org/">Blog</A>&gt;&lt;<A href="http://www.astromiror.org/guide.html">Grad Guide</A>&gt;&lt;<A href="http://www.astromiror.org/gradstudents.html">Grad Students</A>&gt;&lt;<A href="http://www.astromiror.org/opportunities.html">Opportunities</A>&gt;&lt;<A href="http://www.astromiror.org/physicists.html">Pro. Physicists</A>&gt;&lt;<A href="http://www.astromiror.org/ask.html">Ask a Student</A>&gt;&lt;<A href="http://www.astromiror.org/about.html">About</A>&gt;</P>
<HR>
<A href="http://www.statcounter.com/" target=_blank><IMG alt="free hit counter" src="http://c26.statcounter.com/counter.php?sc_project=2578891&amp;java=0&amp;security=9af18c53&amp;invisible=0" border=0></A>]]></content>
	</entry>
	<entry>
		<title>Progress!</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/08/18/progress.aspx" />
		<id>tag:blog.astromiror.org,2008-08-18:1ab54f32-4bb4-4ef9-988d-f5080b17db2c</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-08-18T17:12:44Z</updated>
		<published>2008-08-18T17:10:00Z</published>
		<content type="html"><![CDATA[<P>I've really gotten somewhere with my project since the last time I posted. On Friday, I created a separate program tied to my original program in order to color-code the data points on my plots. This was much more difficult to add than I expected. By following IDL's manual, all I could do was change the color of the axes of the plot. Using the overplot feature, I was able to pinpoint which part of the plot I wanted to change the color of (specifically, data points, not axes).</P>
<P>There are no good resources that explain the basics of creating color in IDL. Following the IDL manual, I was only able to change to hues of red. Following some help websites not only confused me, but their code didn't work for the most part. I was reduced to copying a short bit of working code off a website. I need to modify this because it only allows me access to four colors (green, red, blue, and black) and I'd like access to more if possible.</P>
<P>Getting postscript to behave correctly with the color was another challenge. I soon learned that saving my plot to a postscript file means that I can only use 8-bit colors, which means I can't use any of the RGB color codes familiar to me from HTML. I'm still not certain how I'm supposed to define colors. I'll need to read and experiment more with this.</P>
<P>I also needed to be able to change the color of the error bars to match the color of the data points, which was easy with the errplot routine (same syntax as IDL's plot function), but impossible with the errplot_x routine at first (which I found strange, because both programs were written by the same person). I experimented with changing errplot_x.pro to match errplot.pro in various ways until I figured it out. As a beginner programmer, I'm proud when I can modify someone else's program to get it to work with what I want to do.</P>
<P>The result looks amazing. It's like everything came together with just a little color. I plot colors the following in chronological order: first blue, then red, then green, then black if I need it. Trends are now so clear. Chryssa and I are really excited with the results. I'm now working on analyzing as many bright and/or interesting GRBs as soon as possible. I've finished half a dozen since Friday. One last touch I should add is a color-coded light curve so that it's absolutely clear which part of the GRB is which color.</P>
<P>I started my third year of graduate school today. I am taking Data Analysis and Statistical Methods for Physics and Astrophysics, which should really help with my research. Even with only one class this semester, it'll be busy.</P>]]></content>
	</entry>
	<entry>
		<title>Analysis Continues</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/08/13/analysis-continues.aspx" />
		<id>tag:blog.astromiror.org,2008-08-13:95ba08bb-62cf-4975-b28b-fc423e64bd0e</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-08-13T14:45:42Z</updated>
		<published>2008-08-13T14:45:00Z</published>
		<content type="html"><![CDATA[<P>I spent all of yesterday investigating the latest Swift gamma-ray burst, GRB 080810. I had created a power spectrum as a standard product of my analysis and immediately dismissed a broad peak in the data as being too low-frequency (around 0.5 Hz) to be anything of importance. I'm still a student learning to be a scientist, and thankfully, I have an advisor who saw something I didn't and advised me to look closer. I examined the data in a number of different ways until we were all satisfied that the peak, while real, represented no underlying significance.</P>
<P>I've been discovering and conquering bugs in my program when running it for long timescales. It can now run using any user-inputted binsize to bin the data. Once I allowed for the freedom to make the binsize very large, I realized that IDL was crashing due to memory problems. I changed the interval variable type within my loops to long instead of short and I divided the size of my arrays by the binsize so that IDL could allocate enough memory to create them. I'm still getting "divide by zero" and "illegal operand" errors and I have no idea where in my code is causing this trouble, but I don't think it's affecting the output.</P>
<P>I was stumped on a series of attempts to run my program in photon counting mode on Monday. The program kept insisting that there was 0 seconds of exposure time. This morning I noticed that, somehow, my background file was chosen to be identical to my source + background file, so background-subtracting resulted in no counts left. Oops! I fixed that problem easily enough. Some parts of the data really don't have any exposures, which is fine, that's a limitation of the instrument observation. Now I'm just experimenting with the best way to represent the data.</P>
<P>I'm really pleased with how far I've progressed with this project in a short amount of time. It won't be long now until I can run this analysis technique on a whole catalog of GRBs.</P>
<P>GLAST has successfully completed its 60-day check-out period. The GBM team here in Huntsville threw a small party on Friday to celebrate that achievement. I baked cookies for Monday's meeting. Congratulations to the teams involved!</P>]]></content>
	</entry>
	<entry>
		<title>Research Continues On, with Hurdles</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/08/07/research-continues-on-with-hurdles.aspx" />
		<id>tag:blog.astromiror.org,2008-08-07:5df2eea0-0bd3-47ac-929f-8602611faab9</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-08-07T11:55:31Z</updated>
		<published>2008-08-07T11:55:00Z</published>
		<content type="html"><![CDATA[<P>The loss of the XRT processing script is a bad one. Sandy, the creator of the script, was able to find an old copy from 2005, but it really needs to be updated and I don't know what changed in later versions in order to update it. I can't work with it as it is now because I know it's not complete. This means I cannot process any new data until this problem is solved.</P>
<P>I've already gotten two lectures about creating backups. Lesson learned the hard way, once again.</P>
<P>I've decided to go the route of modifying my color-color diagram program to bin larger time intervals, such as 100 second default with an option of rebinning to 1000 seconds, in order to speed up the analysis of data from later times. This shouldn't be hard to implement.</P>
<P>I've also starting to think about expanding my program to be able to process photon counting (PC) mode data in addition to windowed timing (WT) mode. The sticky point is that the PC mode has a minimum time resolution of 2.5 seconds, which conflicts with my program's default binning of 1 second (1 second binning works for WT mode, since the minimum time resolution is 1.7 milliseconds). The default binning needs to be equal to or greater than the minimum time resolution. I'll need to change that default binning to 2.5 seconds for PC mode data. Eventually I'll also expand the program to allow for BAT data types and GBM data.</P>
<P>As I've been learning about the details of XRT processing in order to attempt to update the processing script, I've starting taking notes for the section of my dissertation which will discuss the Swift instruments and data types. With less than two weeks until the start of the fall semester, it pleases me that I may yet accomplish the summer goal of starting to write my dissertation. Unfortunately, due to lack of time and the loss of the processing script, my catalog of Swift GRBs will remain incomplete.</P>]]></content>
	</entry>
	<entry>
		<title>Programming and Processing</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/08/05/programming-and-processing.aspx" />
		<id>tag:blog.astromiror.org,2008-08-05:0d3e9248-ea5e-47a5-9897-42776dae810e</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-08-05T12:56:58Z</updated>
		<published>2008-08-05T12:55:00Z</published>
		<content type="html"><![CDATA[<P>My program is coming along nicely. I've been fixing some bugs, such as dividing by zero errors, and added some new rebinning options. Right now I'm stuck on adapting the program for long-term studies. The program takes longer to run when I read in longer times. Even running one orbit file in windowed timing mode, a little over 22,000 seconds long (around 6 hours), would take unreasonably long to run at 1 second default binning. I have two solutions: The file does not contain continuous data for 22,000 seconds; a lot of those times contain no data. First, I want to remove the gaps and only process the time which contains data. Second, I may want to change the default binning from 1 seconds to 10 seconds for longer runs, with the option to rebin higher. I know how to do the latter, but I'm still figuring out the former.</P>
<P>I had a bit of an unpleasant surprise today when I tried to process some GRB data from Swift XRT observations and discovered that the processing script has disappeared from my computer. I'm not sure what happened to it. Stupidly, I deleted my only back-up a couple of weeks ago when I ran out of disk space. I have a new disk now and plenty of space. I really need to create another back-up.</P>]]></content>
	</entry>
	<entry>
		<title>MSFC Summer Student Poster Session 2008</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/07/31/msfc-summer-student-poster-session-2008.aspx" />
		<id>tag:blog.astromiror.org,2008-07-31:83ee6a44-99de-4e31-9b11-401a14a333d3</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-07-31T17:47:52Z</updated>
		<published>2008-07-31T17:45:00Z</published>
		<content type="html"><![CDATA[<P>I presented my research poster at Marshall Space Flight Center this afternoon with over 100 other students. It went very well! My poster looked great. I wrote and memorized a short spiel about my work. I explained my research to the MSFC Center Director, which was a neat interaction. I'm pleased I was able to communicate my work to people who may not have even heard of gamma-ray bursts before.</P>
<P>After the poster session, I was sent a questionnaire by one of the poster session organizers. I enjoy surveys such as these because I'm allowed to express my idealism and enthusiasm through my writing. I've reprinted the questions and my responses below.</P>
<P><B>Write out your full name, age and hometown:</B> <BR>Laura Seward, 24, Media, Pennsylvania</P>
<P><B>Where do you currently go to school? What year? Major?</B> <BR>University of Alabama in Huntsville <BR>I am about to begin my 3rd year as a graduate student in the doctoral program. My degree is Physics with a concentration in Astrophysics.</P>
<P><B>Which summer internship program are you part of (MSGR, GSRP, etc)?</B> <BR>Graduate Student Researchers Program (GSRP)</P>
<P><B>What compelled you to seek out this internship?</B> <BR>My first MSFC internship was during the summer of 2005 when I was a Research Assistant in the NASA Academy program. Pursuing a career in NASA has aways been my goal, and I had learned from two previous summers of researching at a university that I really enjoyed astrophysics research. I applied to NASA Academy because of the exciting research opportunities and because of the leadership training and "One NASA" experiences unique to NASA Academy. I was not disappointed; NASA Academy was everything I expected and more. The program reshaped my career outlook and goals.</P>
<P>I loved my research and mentors that summer so much that I decided to apply to UAH for grad school with the intent of continuing my work in the Gamma-ray Astrophysics Group at MSFC. I received my B.S. in 2006 and moved to Huntsville to continue my research and to start grad school in the fall. The GSRP, one of the top NASA programs available to graduate students, was my first choice over all other graduate fellowship programs. I am dedicated to pursuing a career in NASA, so gaining a GSRP keeps me in the NASA education and training "pipeline."</P>
<P><B>Has your summer been rewarding? How/why?</B> <BR>My summer has been very rewarding. I am a space enthusiast and NASA geek, and being able to say "I work at NASA" is a great personal achievement. It instills a sense of pride yet is also humbling to know that I'm doing my small part to contribute to the scientific community, NASA's missions and goals, and humanity's understanding of the Universe. The scientists I work with are fantastic and are willing to take time to teach me how to become a scientist. My growth is rewarding not only to me, but to them as well.</P>
<P>At the start of the summer, it became clear that I had hit a roadblock with my research. I did not know how to program, and I could not continue my work without acquiring that skill. I dedicated much of my time this summer working with my mentor and others in our group to learn how to program, and by the end of the summer, I am proud to report that I have overcome that hurdle. To learn something that I thought was impossible for me to learn, to be able to take that skill and create a program that is entirely my own, and to apply my program to produce good scientific results is highly rewarding.</P>
<P><B>Will you pursue a career with NASA, or in the "STEM" fields?</B> <BR>Absolutely. My passion is space, and I will do whatever it takes to develop a career that benefits the space program and science in general. After I obtain my Ph.D., I intend to gain full-time employment within NASA. My career interests are astrophysics, space policy, manned space-flight, and public outreach. My ideal job is astronaut under the Constellation program.</P>]]></content>
	</entry>
	<entry>
		<title>NASA's Astrophysics Funding</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/07/27/nasas-astrophysics-funding.aspx" />
		<id>tag:blog.astromiror.org,2008-07-27:6eabe536-686a-4d02-9d87-2bb78adba03f</id>
		<author>
			<name>Laura</name>
		</author>
		<category term="NASA" />
		<updated>2008-07-27T15:06:11Z</updated>
		<published>2008-07-27T15:05:00Z</published>
		<content type="html"><![CDATA[<P>The Director of the Astrophysics Division of NASA's Science Mission Directorate visited Huntsville again on Thursday, which he seems to do around once a year. It's always interesting to hear how NASA funding works and changes. Astrophysics currently gets the largest share of money of the SMD, but will drop to third out of four next year when Earth science and planetary/lunar science get great increases. SMD as a whole is currently allocated $4.5 billion dollars out of NASA's rather small $17.5 billion dollar budget.</P>
<P>He gave a brief overview of all the current and future missions, including giving high praise to the GLAST team. The GLAST “first light” press conference will be held during the first week of August, when they'll also be renaming the satellite. It was also pleasing to me to note that the satellite I work with, Swift, was ranked at the top of the list for best future science potential out of all ten active missions at the time of the senior review this year and has been funded through at least 2012.</P>
<P>He noted that the budget will probably be under a continuing resolution for the start of the 2009 fiscal year, and that the budget represents the priorities of the nation.</P>]]></content>
	</entry>
	<entry>
		<title>Marshall Space Flight Center Summer 2008 Tour</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/07/27/marshall-space-flight-center-summer-2008-tour.aspx" />
		<id>tag:blog.astromiror.org,2008-07-27:4c1a7917-11be-404f-835e-5880f7032b22</id>
		<author>
			<name>Laura</name>
		</author>
		<category term="Special Tours and Events" />
		<updated>2008-07-27T14:57:21Z</updated>
		<published>2008-07-27T14:55:00Z</published>
		<content type="html"><![CDATA[<P>Through my GSRP fellowship, I'm classified as a Marshall Space Flight Center intern this summer, and because of this, I was invited to attend an all-day tour of MSFC on Wednesday. Our group consisted of 24 summer students, about a quarter of which were female.</P>
<P>Out first stop was the Payload Operations Center, which handles all the science payloads for the International Space Station and the Space Shuttle. We were first taken to see the HUNCH training mock-up of the ISS Destiny module. We spent quite bit of time in there playing around. Afterwards, we were taken to see the ISS Payload Operations Integration Center control room. Unfortunately, we were there during one of the regular signal outages, so we didn't see much activity. Our guide explained that once the ISS is completed and the crew is enlarged, more science will be done on the Station.</P>
<P>Next we visited the Flat Floor facility, the flattest floor of its size in the world. We watched an automated rendezvous and docking robot demonstration. The feet of the robot push air down onto the floor, which lifts the structure enough such that there is almost no friction when the robot moves, simulating the frictionless movement in space. We then took turns sitting on a similar bench-like air-lifted structure and being pushed around the floor. It reminded me of bumper cars.</P>
<P>Our next stop was a high bay which contained several very large thermal vacuum chambers. MythBusters recently filmed three episodes there, including two about the Apollo Moon landings, which will be aired starting August 27.</P>
<P>The next stop was a new facility I hadn't seen before, the location of two large welding tools, still under construction. One of them is the largest friction stir welding tool in the world. The machinists there explained to us how stir welding works, which is a pretty neat technique.</P>
<P>Next we drove around to the various rocket test stands. We explored a historic area where an old Saturn I rocket stage and a "mothballed" Saturn I test stand are rusting. It's a shame they're just letting a historic area go to ruins. We were taken to a building where we descended into tunnels that lead to all the test stands. During the Cold War, those tunnels were also designated a nuclear fall-out shelter. Back upstairs, we watched some videos of test firings and wished we could return the following morning to view a firing of a large engine. On the way out, we passed by the Saturn V test stand, but we weren't allowed to climb it because it's undergoing refurbishments for future Ares rocket tests.</P>
<P>
<CENTER><IMG src="http://lh5.ggpht.com/lauramseward/SIkEKu_Nt5I/AAAAAAAACgE/mX3YYCRXxVo/s400/IMG_2289.JPG"> <IMG src="http://lh6.ggpht.com/lauramseward/SIkEMsKSBuI/AAAAAAAACgs/st9yIO9Vm6I/s400/IMG_2300.JPG"></CENTER>
<P></P>
<P>We visited another facility where they are manufacturing something, but they didn't clearly explain what. They had a to-scale Ares I rocket stage mock-up made from wood and plastic that we could climb into, but they didn't really explain if it served a purpose other than a tree house for visitors.</P>
<P>The next facility we toured was the National Center for Advanced Manufacturing, where we watched CAD simulations depicting manufacturing of Ares, including the use of the large stir welding tool we had seen earlier. The benefit of modeling the manufacturing process before constructing is to discover and prevent collisions. We then saw examples of small structures made by the very cool rapid prototyping technique, which builds using dust and lasers, layer by layer. In the Advanced Materials for Radiation Shielding lab, we saw products made from carbon fiber materials.</P>
<P>We then toured another lab I hadn't seen before, the Electromagnetic Interference (EMI) Test Facility. We were taken to a large room padded with foam cones which absorb microwaves. When sealed, the room acts as a Faraday cage, in which emissions from electronics can be better recorded and tested. We were shown a simple but effective demonstration using a toy remote-controlled car in a large lobster pot and a number of different kinds of lids to show what creates or disrupts a Faraday cage.</P>
<P>Finally, we toured what used to be called the Propulsion Research Center, but now has a new name which I've forgotten. We were shown a plasma gun which shoots tiny metal or nylon balls to simulate micrometeorite impacts in space or rain impacts on high-speed aircraft or missiles. We were taken to a lab with a copper floor where I unexpectedly ran into a friend who works there. The man giving us the tour didn't effectively explain what his lab does, but he did provide us little hand-held spectrometers through which to view a fluorescent ceiling light. The naked bulb, which emits mostly in the near infrared, showed clear mercury emission lines, while the part of the bulb with the phosphorescent cover emits "white" light in the visible range. Fluorescent lights wouldn't be nearly as effective as ceiling lights if it wasn't for the useful luminescence process of fluorescence. For a physicist like me, it was a wonderful little demonstration of everyday physics.</P>
<P>We wrapped up the day of tours by climbing into a large vacuum chamber where they do non-nuclear testing of fission surface power technologies. There I was told that it was highly impressive that I could walk over grates and climb structures with ease in high heels. I was also told that I asked the most questions out of everyone there, which I hadn't realized until they mentioned it, but they're probably right. I'm a very curious person, I enjoy learning, and I'm not intimidated by science or technology, so why not ask? It shows the tour guides that they're spending their time teaching to visitors who are actually interested. It was a great day, and I'm glad I got the opportunity to tour a highly productive NASA Center again.</P>]]></content>
	</entry>
	<entry>
		<title>Space Camp Hall of Fame Induction Ceremony 2008</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/07/24/space-camp-hall-of-fame-induction-ceremony-2008.aspx" />
		<id>tag:blog.astromiror.org,2008-07-24:a10ada8b-8bf0-4bb2-b65f-8d68d26c3977</id>
		<author>
			<name>Laura</name>
		</author>
		<category term="Special Tours and Events" />
		<updated>2008-07-24T15:25:23Z</updated>
		<published>2008-07-24T15:25:00Z</published>
		<content type="html"><![CDATA[<P>Saturday was the second annual Space Camp Hall of Fame Induction Ceremony, and, for the second time, I volunteered to staff it. This year, the event was held at the U.S. Space and Rocket Center, Space Camp's home. At the rehearsal, I was given a blue Space Camp flightsuit to wear that night and helped with the table and centerpiece set-up.</P>
<P>That evening, I met the inductees at the VIP reception. It was important that I meet them, since I would be reprising my role as stage escort, collecting people from their tables and delivering them to the stage, with the additional role of returning them to their tables with their plaques and other gifts. I also met former astronaut Hoot Gibson, who was talking about preparing to be a contestant on the game show Are You Smarter Than a 5th Grader? Batman also made a brief appearance; The Dark Knight is being shown at the IMAX theater at the museum, although I don't know why Batman decided to walk through the museum reception.</P>
<P>Finally, at around 7:30, the crowd made its way to the Davidson Center and the program began. The CEO of the Space and Rocket Center gave some introductory remarks, including a story about the Apollo 12 astronaut mobile quarantine facility that had also been used by the CDC for lassa fever quarantine, as a habitat for wildland firefighters, and as a home for graduate students studying catfish before being accidentally discovered in rural Alabama and transferred to the museum.</P>
<P>After dinner, I assumed my role next to the stage for the continuation of the formal program. This year, William Shatner's MCing role was taken by a local news anchorwoman.</P>
<P>The first speaker was famed astrophysicist Neil deGrasse Tyson. This man is not famous because of his scientific research. He's famous because he's charismatic, funny, a good writer, and one hell of a speaker. He has the ability to explain a complicated topic in simple terms in such a way that the listeners are able to view it in light they had never seen before, all while being entertaining and inspirational. He gave a fantastic off-the-cuff talk about his success in convincing the Good Morning America panel of travel experts to name the Space and Rocket Center's Saturn V rocket (the rocket hanging over our heads as we ate dinner) one of the Seven Wonders of America. At first, no one but him wanted it, but in the end, the decision was unanimous. After his talk, Huntsville's mayor gave him an award. I wish I could have chatted with him, but he arrived late and left early because of a family emergency.</P>
<P>The following talks were given by former astronauts Jim Halsell and Hoot Gibson. Their talks weren't as memorable as Dr. Tyson's, but they were very good and I liked them a lot. It seems the years if being an astronaut makes one an excellent public speaker.</P>
<P>Finally, the inductions began. The first was a German Werner von Braun team member who designed the original simulators for Space Camp. He was endearing. Next was a middle school teacher who has brought over 1500 students to Space Camp over 21 years. Then was a former Space Camp counselor who now works at KSC's Launch Control Center. Following her was a Space Camp alumnus in his sharp dress blues who flies F-15E Strike Eagles. Then was the only inductee I already knew, a Space Camp alumnus, a volunteer from last year's Hall of Fame event, the creator of a popular Space Camp website, and fellow Huntsville-resident space enthusiast. Finally, my favorite, a 20-year-old Space Camp alumnus who has been wounded twice while serving in Operation Iraqi Freedom. He gave the kind of speech that, no matter where your politics on the war in Iraq lie, make you want to salute the American flag by the end. In addition to his Hall of Fame induction, a general ascended the stage and gave him a Purple Heart and another citation. It was tear-jerking. The event wrapped up at around 11:00.</P>
<P>
<CENTER><IMG src="http://lh6.ggpht.com/lauramseward/SILDk_hs-zI/AAAAAAAACdg/dwjjSgHM8m0/s400/Davidson%20Center%20at%20night.JPG"></CENTER>
<P></P>]]></content>
	</entry>
	<entry>
		<title>GSRP Summer 2008 Poster</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/07/24/gsrp-summer-2008-poster.aspx" />
		<id>tag:blog.astromiror.org,2008-07-24:3ec36462-5b22-43c8-b15e-d1f8d0349aab</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-07-24T15:11:09Z</updated>
		<published>2008-07-24T15:10:00Z</published>
		<content type="html"><![CDATA[<P>Last week I created a poster for the MSFC Summer Intern Poster Day as part of my GSRP fellowship requirement. It turned out quite well, the best poster I've ever made. As a reader of my blog, you are the first of the public to view it.</P>
<P>
<CENTER><A href="http://www.astromiror.org/GSRP.jpg"><IMG src="http://www.astromiror.org/GSRP.jpg" width=600></A></CENTER>
<P></P>
<P>The poster session will take place on Thursday, July 31, from 1:00 to 3:00 at MSFC's Activities Building (4316).</P>]]></content>
	</entry>
	<entry>
		<title>Work Continues</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/07/11/work-continues.aspx" />
		<id>tag:blog.astromiror.org,2008-07-11:497e7f59-ac40-40d3-be96-9d14f3358117</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-07-11T13:03:08Z</updated>
		<published>2008-07-11T13:00:00Z</published>
		<content type="html"><![CDATA[<P>I've been quite busy this week. I didn't end up starting my poster, but I have obtained the exact requirements for it and begun brainstorming ideas. I hope to start the poster next week and write an abstract for the program.</P>
<P>I've spend a good bit of time this week planning my dissertation. I went through some short documents that I had previously written to determine which of them I can use to expand into or work into sections of my dissertation. I have starting points for several topics I hope to write this summer. I should be able to easily write about the history of GRBs, Swift and its instruments, the Swift data, and my analysis methodology.</P>
<P>I would also like to learn enough about GLAST, its instruments, and its data to be able to start writing those sections in the next few months. The daily morning meetings are helping me learn quite a bit about things I had never thought of before, such as trigger algorithms, coincidence detections, electron precipitation, the South Atlantic Anomaly, spacecraft movements, and occultations of Scorpius X-1 (a neutron star and brightest source of X-rays in our sky aside from the Sun).</P>
<P>I've also looked at three published GRB dissertations to study both the structure and the content. All three were quite different from each other. One was essentially a collection of published papers with very little relation between them. One was partially a collection of published papers and partially other related work. One contained chapters of closely related work which were not previously published. I was able to measure how much text they used to discuss introductory topics, instrumentation, methodology, models, physics, conclusions, etc. By studying what others have produced, especially those who have graduated from this group, I can better understand what is expected of me.</P>
<P>I made good progress this week continuing my Swift database. I'm pleased with how quickly and efficiently I can work with this familiar data. I hope that, with time, I can learn to work with GBM data just as well.</P>
<P>Of the 160 gigabytes of memory in my 10-month-old computer Stella, 125 gigs is dedicated to my home directory. Earlier this week, I found that I could not continue downloading new data because I had used 120 gigs of that space. I didn't expect to run out of room so quickly! It turned out that the unprocessed data I downloaded from the Swift archive accounted for 65% of that used space. Once I deleted those unnecessary files, I was able to continue working. I'm worried that I'll reach full capacity pretty quickly after I start working with data from two observatories at once. I may eventually have to inquire about purchasing a second hard drive.</P>
<P>I've also started to rewrite my color-color diagram program. My original program is a good foundation to start from. I was getting preliminary data from my original program before work on it ceased. I've written a paper outline of what I need the program to do and some of the code to do it. I haven't yet learned enough about arrays to really program it yet, but I hope by next week I will. My immediate task is to rework the input data files such that I can use an iterative process to read in the data. My biggest challenge is trying to think like a computer, which does not come easily to me.</P>]]></content>
	</entry>
	<entry>
		<title>Return to Fun with Linux</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/07/03/return-to-fun-with-linux.aspx" />
		<id>tag:blog.astromiror.org,2008-07-03:24298386-f9a5-4cbe-9319-b7cb64478142</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-07-06T09:22:45Z</updated>
		<published>2008-07-03T15:40:00Z</published>
		<content type="html"><![CDATA[<P>I got back to work on Tuesday this week. It was difficult returning to "life as usual" after a long vacation! Luckily, this is a short work week.</P>
<P>Excitement is abound now that GLAST has launched. Activating, testing, and getting to know GBM is everyone's top priority. I've begun sitting in on the daily morning GBM switch-over meetings with the GBM team in Germany. During day hours in Huntsville, the team here run the instrument, and when it gets late here and morning arrives in Germany, the team there takes over. I don't understand most of what they discuss, but I will learn just be bing immersed.</P>
<P>The newest versions of HEAsoft and Swift XRT CALDB calibration files were released while I was gone, so I gathered up my courage and upgraded. I find Linux very user-unfriendly, and installations are never as straightforward as they should be. Surprisingly, I only ran into two problems this time.</P>
<P>I only upgraded CALDB at first because I didn't realize a new HEAsoft version had been released as well. I tried to run an XRT processing script called xrtfilter, but it decided it didn't like a column name in a calibration file. Version 4 of that file didn't contain that name, so version 4 worked just fine, but it did not like version 5. I emailed the help desk and was told to upgrade to the latest HEAsoft to solve the problem.</P>
<P>I followed the HEAsoft installation step-by-step, line-by-line. It installed without error, and it did fix the xrtfilter issue. However, a second problem came when I tried to plot an image in xselect using DS9. I double-checked my path and permissions, upgraded to the latest DS9 release, ran test scripts, and asked for advice from others with no success. Finally, I realized that when I typed the full path to the DS9 program within xselect, it worked. Outside xselect, I have an alias set in my bashrc file which allows me to simply type "ds9" in any directory and the computer will know where the program is. However, something must have changed within the new release of HEAsoft such that aliases aren't recognized. I modified the xselect program to include the full path to DS9, and it finally worked.</P>
<P>Next week's plan is to program and to begin working on my poster presentation for the MSFC GSRP at the end of the month.</P>]]></content>
	</entry>
	<entry>
		<title>GLAST Launch / The Hunt for GRB 980429</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/06/13/glast-launch--the-hunt-for-grb-980429.aspx" />
		<id>tag:blog.astromiror.org,2008-06-13:79a818a8-9666-4a25-976d-02314d08d5bd</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-06-13T11:49:52Z</updated>
		<published>2008-06-13T11:45:00Z</published>
		<content type="html"><![CDATA[<P>GLAST successfully launched on Wednesday, June 11, at 11:05 AM CDT. Thanks to NASA's online broadcast, I was able to view the launch even though I couldn't be there in person. I'm very thankful that the rocket launched safely and the payload deployed without problem. Congratulations to the teams!</P>
<P>It will be about two months until GLAST is fully operational and sending us observational data. By the end of the summer session, I want to be ready to start analyzing the first GRBs.</P>
<P>I leave for a long vacation tomorrow. Before I go, I bring you, story time:</P>
<P>Chryssa and I were browsing the day's Astro-ph new submissions last Friday when we came across a paper describing a newly identified GRB from April 1998. Compton Gamma-Ray Observatory's (CGRO) Burst And Transient Source Experiment (BATSE), run out of Huntsville by my team, observed the gamma-ray sky from 1991 to 2000. Hmm, Chryssa wondered, I wonder what BATSE saw on that date in April 1998.</P>
<P>Files and files of BATSE data in paper format used to be stored in my workplace in a room called the Bat Cave. We started our search in the Bat Cave, browsing through large cabinets labeled DDS, the daily records of BATSE's detections. We quickly realized that DDS files for the dates of early 1994 to mid 1998 were not there. My task, should I accept, was to find the DDS files for April 29, 1998.</P>
<P>When the GBM Instrument Operations Center opened, many of the file cabinets were moved there. I scanned the cabinets in the back of the room, and to my delight, I found the right time frame. When I had finally grabbed the correct folder, I was not discouraged by the discovery that the papers were out-of-order. I flipped through them until I found the golden date. Success! I brought the papers to Chryssa 5 minutes before her scheduled teleconference.</P>
<P>But I was mistaken. I had found the files containing the daily calibration data for the instruments, but not the DDS papers. I rushed back to the GIOC to return the incorrect paperwork and continue my search. There were cabinets labeled for calibrations, bursts, pulsars, and “other,” but the only DDS files to be seen were from the early 1990s, long before my date of interest.</P>
<P>Frustrated, I returned to the Bat Cave. I scanned the cabinets once. Defeated, I recruited Rob to help in the hunt. We poured through every cabinet in the Bat Cave and GIOC. Rob soon began to worry that all the SGR files and all the later bursts (after 1997) were missing. He didn't know where they would be, but he did have an idea about the missing DDS files: deemed useless, they were tossed. We confirmed this with Jerry, and finally found the empty files in an unlabeled cabinet. The data from April 1998 is gone. All I got was a massive papercut. Oh well.</P>]]></content>
	</entry>
	<entry>
		<title>More Launch Delays</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/06/04/more-launch-delays.aspx" />
		<id>tag:blog.astromiror.org,2008-06-04:4139984a-3058-4222-8358-cab42f7385c2</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-06-04T22:21:03Z</updated>
		<published>2008-06-04T22:20:00Z</published>
		<content type="html"><![CDATA[<P>The whole launch schedule is in flux. On Monday they decided the launch would be no earlier than Saturday, June 7, but another Flight Readiness Review was to be held Tuesday evening. I was very hopeful. I waited for hours on Tuesday for good news, only to hear that the launch had been pushed to no earlier than Sunday, June 8, and that I would find out more the next day. There was supposedly another review this morning, but no official word was released. However, rumors are flying that the launch is now no earlier than Monday, June 9. A new issue was discovered today, a problem with a battery on the rocket, which takes a few days to fix.</P>
<P>Who knows if GLAST will launch next week, or even this month. Because of this uncertainty, and the fact that the supposed launch date is creeping towards my mid-June vacation, I have canceled my trip to Florida. I'm very disappointed. If the delay is substantial (months), I may still be able to go at a future date. If it launches next week, I'll watch it on TV. There's no point in getting too upset over something I can't control. I trust that the engineers and program managers working on the issues have the expertise to launch the rocket safely.</P>
<P>Meanwhile, I've been working days I didn't expect to be here. I'm still learning how to program, although I haven't made much progress this week. I'm still analyzing GRBs and organizing data. I started writing my dissertation. I only created a short outline, but it's a start. I think I will be able to write a few paragraphs by the end of this week. I'm starting early because I am firmly committed to graduating by May 2010. This has been my goal from the beginning of my grad program, and I'm even more convinced now than ever that I can achieve that goal.</P>]]></content>
	</entry>
	<entry>
		<title>To Launch or Not To Launch?</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/05/31/to-launch-or-not-to-launch.aspx" />
		<id>tag:blog.astromiror.org,2008-05-31:967f3d88-48fa-4da5-9594-75fd104ed3bf</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-05-31T17:11:11Z</updated>
		<published>2008-05-31T17:10:00Z</published>
		<content type="html"><![CDATA[<P>The GLAST Burst Monitor team here in Huntsville is on our toes, waiting to hear the final word on the upcoming GLAST launch. The May 16 launch date was pushed to no earlier than May 31, which was set to June 3, and official invitations were sent. June 3 got delayed to June 5, and now, no earlier than June 6. I had planned to leave on Monday to drive down to Florida, but now the tentative plan is to leave on Tuesday. We'll know by Monday if the launch will happen at all this June. Everyone's fingers are crossed.</P>
<P>Meanwhile, I've been learning C++ and FORTRAN 90. I don't find it very exciting, but it is useful. Hopefully I'll be able to code my own simple programs correctly soon.</P>]]></content>
	</entry>
	<entry>
		<title>What Am I Doing This Summer?</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/05/13/what-am-i-doing-this-summer.aspx" />
		<id>tag:blog.astromiror.org,2008-05-13:01323e77-479f-4ace-966a-f0de549ef40a</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-05-13T12:08:08Z</updated>
		<published>2008-05-13T12:05:00Z</published>
		<content type="html"><![CDATA[<p>Currently, I'm catching up on the recently detected GRBs with Swift XRT data. I have been so busy over the past few months that I haven't gotten a chance to look at them all. I'm also in the process of organizing and standardizing my data. I've been analyzing GRBs for three years, and over those years, my methodology has changed and improved. I also lost data in last year's hard drive crash which I need to re-acquire. By the end of the summer, I want a complete, consistent catalog of Swift GRBs analyzed by me, hopefully complimented with GBM data when available.<!--'p-->
</p><p>I am also trying to learn how to program. I've been trying to learn how to program for at least four years, but it does not come easily to me at all. Teaching myself based on self-study and trial-and-error coding has been a failure. And so, I got a textbook that was recommended to me, and Chryssa and I are going through it chapter by chapter. I will also be sitting in on a few basic engineering programming classes this summer.</p>
<p>I also plan to begin writing my dissertation. I should be able to create rough drafts of the history and introduction to GRBs, an overview of the general theories, and the descriptions of my current projects thus far. Writing will not only help me focus on determining my next big project, but it will also help me prepare for my qualifying exam, when I present my research proposal to my doctoral committee and they test my knowledge in my research area.</p>
<p>I will also (hopefully) experience my first up-close rocket launch when the Delta II carries GLAST to low Earth orbit. Assuming the May 31 launch of Space Shuttle Discovery isn't delayed, GLAST will launch on June 3.</p>]]></content>
	</entry>
	<entry>
		<title>Master of Science</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/05/11/master-of-science.aspx" />
		<id>tag:blog.astromiror.org,2008-05-11:a5f1d6bd-7f6b-4793-840f-c87cd7d31b75</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-05-11T21:54:15Z</updated>
		<published>2008-05-11T21:50:00Z</published>
		<content type="html"><![CDATA[<p>Today I received a master of science degree in physics! Two degrees down, one more to go.</p>
<p>Rumor has it that the new GLAST launch date may be set soon. I can't wait!</p>]]></content>
	</entry>
	<entry>
		<title>Semester's End / GBM Data Flow / The Sun</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/04/30/semesters-end--gbm-data-flow--the-sun.aspx" />
		<id>tag:blog.astromiror.org,2008-04-30:79832e9e-e7ae-42ff-9a92-29b6ef5cef79</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-04-30T16:52:21Z</updated>
		<published>2008-04-30T16:50:00Z</published>
		<content type="html"><![CDATA[<P>I have been very busy studying for final exams and writing papers. Now that the semester is done, I have time to get back into research! My summer is class-free; I'm only taking dissertation credit. I hope this summer will be very productive for me!</P>
<P>Today I worked with Lisa to get a better idea of how the data will flow from GBM on the satellite to control center on the ground to the global coordinate network (GCN) circulars which alert the scientific community that a burst has been detected. It's amazing how many little steps there are in the process, but the reporting is done so quickly, within a matter of seconds. I also have a better idea of what I need to learn next to best get a handle on the GBM data.</P>
<P>Two weeks ago, I observed the Sun for my Observational Astro final project. I took this photo of our beautiful star.</P>
<P>
<CENTER><IMG src="http://lh5.ggpht.com/lauramseward/SAkulyqMh7I/AAAAAAAACCI/uvKrmW7MsQE/s400/Sun.JPG"></CENTER>
<P></P>]]></content>
	</entry>
	<entry>
		<title>GBM Instrument Operations Center Grand Opening</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/04/10/gbm-instrument-operations-center-grand-opening.aspx" />
		<id>tag:blog.astromiror.org,2008-04-10:6b88fa3c-a2e9-4bb7-9cbf-eef92454e81b</id>
		<author>
			<name>Laura</name>
		</author>
		<updated>2008-04-10T21:07:01Z</updated>
		<published>2008-04-10T21:00:00Z</published>
		<content type="html"><![CDATA[<P>Yesterday was the grand opening for the GLAST Burst Monitor (GBM) Instrument Operations Center (GIOC), right down the hall from my office. The second floor conference room was packed! Chip gave a brief overview of what GLAST will do, and went into some of the specifics of the GBM instrument. John Horack reminisced about the BATSE days.</P>
<P>We then all made out way to the new operations center, a collection of three rooms (to be honest, I can't even remember what used to be there, some nondescript offices, I suppose). Chip gave an introduction to the center, then was interviewed by the media. Refreshments were served, and people socialized. Rob showed me two computers with live data from the instrument (currently in Florida awaiting launch) and the current GMB software link information. I admired a beautiful artist rendering of a GRB displayed as a large tile mosaic on the wall. I was introduced to the monkey that sits on backs (inside joke).</P>
<P>Information about the GIOC and yesterday's grand opening can be found at: <BR><A href="http://www.nasa.gov/mission_pages/GLAST/news/burst_monitor_center.html">NASA news release</A> <BR><A href="http://www.al.com/news/huntsvilletimes/index.ssf?/base/news/1207818926109010.xml&amp;coll=1">Huntsville Times article</A> 
<P>The launch is scheduled for May 16.</P>]]></content>
	</entry>
	<entry>
		<title>Los Angeles Day 4 &amp; the Return</title>
		<link rel="alternate" href="http://blog.astromiror.org/2008/04/04/los-angeles-day-4--the-return.aspx" />
		<id>tag:blog.astromiror.org,2008-04-04:7a5ccfb3-b872-4493-a3d5-f4970fa9f9e2</id>
		<author>
			<name>Laura</name>
		</author>
		<category term="Los Angeles" />
		<updated>2008-04-04T23:55:42Z</updated>
		<published>2008-04-04T23:55:00Z</published>
		<content type="html"><![CDATA[<P>Yesterday was the last day of the conference, and only morning talks. I attended the session on supernova remnants and pulsar wind nebulae and most of the session on galaxies and the interstellar medium, then left to go sightseeing with a friend.</P>
<P>We visited Griffith Observatory and hiked the Mt. Hollywood Trail, ate at the 101 Coffee Shop, strolled Hollywood Boulevard, visited the Kodak Theatre, saw a movie premier set-up at the Chinese Theatre, and checked out some local bars. I left LA this morning and arrived back in Huntsville this evening.</P>
<P>
<CENTER><IMG src="http://lh6.google.com/lauramseward/R_cBZAnSagI/AAAAAAAAB60/CGX5UVgYEvw/s400/Griffith%20Observatory.JPG.jpg"> <IMG src="http://lh4.google.com/lauramseward/R_cBZgnSahI/AAAAAAAAB68/_x42F5XVqUw/s400/Hollywood%20sign.JPG.jpg"></CENTER>
<P></P>
<P>
<CENTER><IMG src="http://lh5.google.com/lauramseward/R_cBdwnSaoI/AAAAAAAAB74/PrDuc-8waI8/s400/Apollo%20XI%20star.JPG.jpg"> <IMG src="http://lh4.google.com/lauramseward/R_cBggnSavI/AAAAAAAAB8w/zQLCdM1aSnY/s400/LA%20skyscrapers%20at%20night.JPG.jpg"></CENTER>
<P></P>
<P>Overall impressions of the conference: it was okay. Some of the presentations were fascinating and exciting, but many I weren't very interested in. I didn't really meet as many people as I would have liked. I'm glad I attended, but I had hoped it would be at least as beneficial for me as last year's Amsterdam conference.</P>]]></content>
	</entry>
</feed>