940 Arrive. Slightly late morning, up too late talking online... First, tweaking subvmom.g script to output in proper units. (and making it output in .img and .fits files) 1140 have been trying to work out a bug that's stopping me from writing out .img files as part of subvmom.g... this was supposed to be a quick/easy fix, but it's getting all bungled. 1155 something's wrong w/ the looping in subvmom... lunchtime now 1315 back from lunch/talk. interesting but kind of hard to follow with only sparse paper-handouts and no projector/etc... back to trying to work out the bug in subvmom.g... fixed part of the for loop, which used to loop through i=0 and i=1 for a dumb reason. It still won't write the .img file yet 1415 DJ stopped down, I showed him my trouble spot in the code, and how it was stuck. He didn't have any obvious solution (which made me feel better), but is going to work on it. In the mean time, I'm going to match some correlation plots with the Lockman/Condon paper. AGH! Glish is not liking things. It refuses to cooperate! 1655 [from email correspondances today:] I made a tiny script (GASS.../g/test.g)that is just a for loop, reads in a fits image, multiplies it by a factor, then writes it as an .img file. That works just fine. So I started adding things that were included in the real script. The one that made it stop working was when I enclosed the 5 lines of code in a function. BUT, if you set your image outside of the function, it can write it just fine. 1700 Declaring my defeat to Glish today. Not going to fight it, right now. subvmom.g will just output FITS for now, and if you want to convert them by hand to img you can. 1715 BUT WAIT! I tried one last thing, and it worked!! Converted the image to an array, did the multiplication, and then in the imagefromarray() constructor there's an "outfile" option, so it all came together! Hooray! now back to what I was supposed to be doing... comparision to Lockman/Condon paper (and tomorrow, regridding) 1750 direct comparison with the correlation graphs are not possible, as they plot E(B-V)(mag) and the data I have is simply IR intensity (in MJy/str, I think) 1825 leaving. also got the corr.g fixed up with the linear fitter from Lockman's code.