All csh scripts are available on Dropbox. If you make useful edits, please share those on Dropbox too. They were developed on a Mac running 10.9 "Mavericks". Please let Tony know of any compatibility problems. CARMA MIRIAD should be installed and available in the path (see note on Autored.csh below). The basic reduction scripts (edgecalib.csh, edgeimage.csh) should also be in the path. The current directory structure (as of Dec 11) is as below: tonywong% ls E_14oct/ combined/ rawdata/ autored/ pre-msip/ 1. Track reduction folder(s). Currently there is only one for the late 2014 E-array. tonywong% ls E_14oct 12co_tpl.csh* 14nov05/ 14nov20b/ 14oct14/ 14oct31a/ 14dec01/ 14nov07/ 14nov21a/ 14oct17/ 14oct31b/ 14dec02/ 14nov09/ 14nov21b/ 14oct19/ FITS/ 14dec04/ 14nov09b/ 14nov22/ 14oct21/ Recal.csh* 14dec05/ 14nov10a/ 14nov23/ 14oct23/ rejected/ 14dec06/ 14nov10b/ 14nov26/ 14oct24/ tpkplts/ 14dec07/ 14nov12/ 14nov27/ 14oct25/ tracks_e.html 14dec08/ 14nov13/ 14nov29/ 14oct26/ trbody.html 14dec10/ 14nov14/ 14nov30a/ 14oct27/ trfoot.html 14dec11/ 14nov14b/ 14nov30b/ 14oct28a/ trhead.html 14nov01/ 14nov15/ 14oct07/ 14oct28b/ 14nov02a/ 14nov18/ 14oct10/ 14oct29a/ 14nov02b/ 14nov19/ 14oct12/ 14oct29b/ 14nov04/ 14nov20/ 14oct13/ 14oct30/ The two csh scripts are provided in the Dropbox folder (misc_scripts). The files trbody.html and tracks_e.html are generated automatically. trhead.html and trfoot.html (html folder in Dropbox) provides a simple table header and footer. The Recal.csh script will require updating in 2015 (probably we will make a new version for a new directory, so as to keep the E-array reductions intact). 2. Galaxy imaging folder(s). Currently there is only one for the late 2014 E-array. tonywong% ls combined ARP220/ NGC2639/ NGC5000/ NGC6027/ UGC04029/ UGC09665/ Earray.csh* NGC2730/ NGC5016/ NGC6032/ UGC04054/ UGC09759/ IC0480/ NGC2805/ NGC5029/ NGC6060/ UGC04132/ UGC09873/ IC0540/ NGC2880/ NGC5056/ NGC6063/ UGC04280/ UGC09892/ IC0944/ NGC2906/ NGC5205/ NGC6081/ UGC04461/ UGC09919/ IC1151/ NGC2916/ NGC5218/ NGC6125/ UGC05108/ UGC10043/ IC1199/ NGC2918/ NGC5394/ NGC6132/ UGC05111/ UGC10097/ IC1256/ NGC3057/ NGC5406/ NGC6146/ UGC05244/ UGC10123/ IC1683/ NGC3106/ NGC5480/ NGC6154/ UGC05359/ UGC10205/ IC2247/ NGC3158/ NGC5485/ NGC6155/ UGC05396/ UGC10257/ IC2487/ NGC3160/ NGC5520/ NGC6168/ UGC05498/ UGC10297/ IC4566/ NGC3303/ NGC5614/ NGC6186/ UGC05598/ UGC10331/ IC5376/ NGC3381/ NGC5630/ NGC6278/ UGC05771/ UGC10337/ NGC0447/ NGC3614/ NGC5631/ NGC6301/ UGC05990/ UGC10380/ NGC0477/ NGC3687/ NGC5633/ NGC6310/ UGC06312/ UGC10384/ NGC0496/ NGC3811/ NGC5657/ NGC6314/ UGC07012/ UGC10650/ NGC0523/ NGC3815/ NGC5682/ NGC6361/ UGC07145/ UGC10710/ NGC0528/ NGC3994/ NGC5732/ NGC6394/ UGC08004/ UGC10796/ NGC0551/ NGC4003/ NGC5784/ NGC6478/ UGC08107/ UGC10905/ NGC1093/ NGC4047/ NGC5876/ NGC6497/ UGC08231/ UGC10972/ NGC1167/ NGC4149/ NGC5888/ NGC6762/ UGC08234/ UGC12864/ NGC2253/ NGC4185/ NGC5908/ NGC7819/ UGC08250/ cobody.html NGC2347/ NGC4210/ NGC5930/ UGC00809/ UGC08267/ cofoot.html NGC2410/ NGC4211N/ NGC5934/ UGC00987/ UGC08778/ cohead.html NGC2449/ NGC4470/ NGC5947/ UGC03253/ UGC08781/ comb_e.html NGC2480/ NGC4644/ NGC5953/ UGC03539/ UGC09067/ cx393.cat@ NGC2481/ NGC4676A/ NGC5971/ UGC03899/ UGC09476/ gal_cm/ NGC2486/ NGC4676B/ NGC5980/ UGC03944/ UGC09537/ gal_mom/ NGC2487/ NGC4711/ NGC5987/ UGC03969/ UGC09542/ gal_tpk/ NGC2604/ NGC4956/ NGC6004/ UGC03973/ UGC09598/ gal_vpk/ NGC2623/ NGC4961/ NGC6021/ UGC03995/ UGC09629/ The csh script is in misc_scripts in Dropbox. The catalog cx393.cat is in obs/cats in Dropbox. It provides the galaxy redshifts. The HTML header and footer files are in html/ in Dropbox. The Earray.csh script will need to be updated to process D-array data (probably in a separate directory) or to combine D and E array (yet another directory). 3. Raw data folder. Contains the EDGEcheck script and all the raw miriad files. 4. autored folder. Contains the Autored.csh script and the log folder. tonywong% ls autored/ Autored.csh* log/ The Autored.csh script is designed to run as a cron job, so it requires some explicit PATH setting. On Mac, we set up a file called .crontab in the home directory which contains one line: 00 16 * * * csh /Users/tonywong/Scratch2/EDGE/autored/Autored.csh (note these are tabs not spaces). The cron job is set up for 16:00 daily, and can be activated by typing: % crontab ~/.crontab