
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vmcoolwiki.ipac.caltech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abajian</id>
	<title>CoolWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://vmcoolwiki.ipac.caltech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abajian"/>
	<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php/Special:Contributions/Abajian"/>
	<updated>2026-04-14T10:25:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7966</id>
		<title>TRS Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7966"/>
		<updated>2011-12-14T01:21:29Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Minor updates to emphasis.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Abajian|Abajian]] 17:09, 13 December 2011 (PST) -- There was some discussion about our methods, with APT, Python, Excel, etc.  Here is my version.&lt;br /&gt;
* '''''Please also see Tim's reminders below''''' (15 August 2011).&lt;br /&gt;
* Feel free to update this list, correct it, etc.  Use as much detail or as little, for your poster(s) and report(s).&lt;br /&gt;
* Also, you can view the APT preferences file, Python scripts, etc., from the [[TRS Data and Tools]] page.&lt;br /&gt;
&lt;br /&gt;
=====Steps We Took To Perform Our Analysis=====&lt;br /&gt;
# Audrey and Varoujan collected the IRAC1 and IRAC2 FITS files from the Spitzer data base for the 168 AGN we are studying.&lt;br /&gt;
# Audrey ran a program called SourceExtractor to create a &amp;quot;catalog&amp;quot; file, for each AGN, of all the &amp;quot;sources&amp;quot; present in both IRAC1 and IRAC2 channel FITS files.  Each catalog file was an ASCII list of positions, in decimal degrees.&lt;br /&gt;
# We ran APT v1.1.1 on one or two of the IRAC FITS files to determine our &amp;quot;aperture&amp;quot; of interest.  We determined we would use, for the IRAC1 and IRAC2 images, an aperture radius of 6 pixels.  We also chose an annulus with inner and outer radii of 6 and 8 pixels, respectively, to represent our &amp;quot;background sky&amp;quot; photometry.  The decision was made to utilize the same aperture and annulus for all objects in each IRAC1 and IRAC2 frame.&lt;br /&gt;
# We told APT to report the photometry to us in microJanskys.  The way we did this was to convert the DN reading in APT to flux density by multiplying the DN values in the FITS files by 8.4616 MegaJanskys/steradian.  I believe this required us to assume that the pixel resolution was identical for the IRAC1 and IRAC2 detectors.&lt;br /&gt;
# We ran a script to &amp;quot;bulk process&amp;quot; all 336 FITS files using APT.  This resulted in 168 pairs of IRAC1 and IRAC2 data in APT output &amp;quot;table&amp;quot; files.  The flux and uncertainties were presented in microJanskys; positions were in decimal degrees.&lt;br /&gt;
# We learned that we were unable to match up all the positions in the IRAC1 and IRAC2 table files.  This was because our original list of positions that we sent to APT in fact included a few positions that did not have valid data in both IRAC1 and IRAC2 channels.&lt;br /&gt;
# We devised a script to read the IRAC1 and IRAC2 files, compare the positions in each, and write out a resultant file comprised of '''only''' those positions truly common to both channels.&lt;br /&gt;
# We added some additional logic to that script:&lt;br /&gt;
## we filtered the results to include only those positions that demonstrated SNR &amp;gt; 3 in both IRAC1 and IRAC2 channels; SNR was (flux/uncertainty)&lt;br /&gt;
## we converted the photometry from microJanskys to magnitudes using the conversion factors provided by Spitzer&lt;br /&gt;
## output format was converted from TBL to CSV to simplify importing into Excel&lt;br /&gt;
# We ran this script on all 168 pairs of IRAC1 and IRAC2 tables from APT, and this resulted in 168 CSV files.  Each CSV file contained position, IRAC1 magnitude, IRAC1 mag uncertainty, IRAC2 magnitude, IRAC2 mag uncertainty.&lt;br /&gt;
# We devised an Excel workbook template to allow us to:&lt;br /&gt;
## read in a CSV file of positions, IRAC1 magnitude and uncertainty, IRAC2 magnitude and uncertainty, for a given AGN&lt;br /&gt;
## compute IRAC1-IRAC2 colors&lt;br /&gt;
## specify (by hand) the name and position of the AGN&lt;br /&gt;
## plot the AGN and all points in the frame with an IRAC1-IRAC2 color in the range of (-.6, -.1)&lt;br /&gt;
## plot a radius of one arc minute around the AGN to help us visualize potential cluster members&lt;br /&gt;
# We generated workbooks and plots for each of the 168 AGN frames.&lt;br /&gt;
# We viewed the plots to gauge which ones might depict galaxy clusters.  (You can add criteria here....)&lt;br /&gt;
# We selected a group of the 10 most likely galaxy cluster candidates.&lt;br /&gt;
# We re-plotted the 10 candidates to set their X-axes to reflect true RA (East is left).&lt;br /&gt;
# We downloaded SDSS images of these same regions to perform a more accurate comparison.&lt;br /&gt;
# We made final comparisons between our plots and SDSS images, and made final suggestions about which may in fact represent galaxy clusters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Abajian|Abajian]] 01:20, 19 September 2011 (PDT) -- Added [[TRS Data and Tools]] to supply resources for the analysis effort.  Let me know if you have any questions or need any assistance.  On that page, you will find the CSV files (magnitudes), as well as a &amp;quot;sample&amp;quot; Excel workbook.  The Excel workbook has a macro enabled in it, to refresh the data with a new CSV file.  I can describe it better during our telecon, or give me a call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Vg|Vg]] 16:57, 15 September 2011 (PDT)  Here is the file with all the names, redshifts and RA and Dec for all our target AGN. Note that the RA and Dec are both in Sexegesimal format (h:m:s) as well as degree format which is what you should be using to plot the data. Make sure you add these AGN into your plots so that you can have a good sense of where the image is centered.&lt;br /&gt;
** [[Media:Target_list_111013.xls|Target_list_111013.xls]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 15:46, 18 August 2011 (PDT)  Check this out (5C6.24) what do you think?  '''Is this a possible filament?''' The AGN is roughly centered on the graph?&lt;br /&gt;
** [[File:Possible Filament.pdf]]&lt;br /&gt;
** [[User:vg|vg]] That may very well be!!! We have to check to see that the colors of the sources in the filament match those we would expect from galaxies that would be at the redshift of the AGN.&lt;br /&gt;
** [[User:Mehta|Mehta]] 16:20, 18 August 2011 (PDT) [[File:3C6.24.pdf‎]] This file has the main graph, plus two more, one with magnitude differences &amp;gt;0.1, and one for &amp;lt;0.1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 17:31, 15 August 2011 (PDT)  A couple things to remember about APT setup for this project.&lt;br /&gt;
** Don't forget to go to &amp;quot;Preferences&amp;quot; and set &amp;quot;Celestial Coordinates Units&amp;quot; to &amp;quot;Decimal&amp;quot;.&lt;br /&gt;
** Also click on the &amp;quot;More Settings&amp;quot; button and select &amp;quot;Model B = Sky-median subtraction&amp;quot; for your Sky Algorithm.  Source Algorithm should be &amp;quot;Model 0 = No aperture interpolation.&lt;br /&gt;
** Also under &amp;quot;More Settings&amp;quot; check the box next to &amp;quot;Perform new image-data conversion&amp;quot; and use the following values.&lt;br /&gt;
** New image-data conversion factor - 8.4616&lt;br /&gt;
** Image-data units after conversion - µJy &lt;br /&gt;
** Image-data title after new conversion - Flux Density&lt;br /&gt;
------------------------------------------------------&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7965</id>
		<title>TRS Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7965"/>
		<updated>2011-12-14T01:09:03Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Added a &amp;quot;Steps We Took&amp;quot; section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Abajian|Abajian]] 17:09, 13 December 2011 (PST) -- There was some discussion about our methods, with APT, Python, Excel, etc.  Here is my version.&lt;br /&gt;
* Please also see Tim's reminders below (15 August 2011).&lt;br /&gt;
* Feel free to update this list, correct it, etc.&lt;br /&gt;
* Also, you can view the APT preferences file, Python scripts, etc., on the [[TRS Data and Tools]] page.&lt;br /&gt;
&lt;br /&gt;
=====Steps We Took To Perform Our Analysis=====&lt;br /&gt;
# Audrey and Varoujan collected the IRAC1 and IRAC2 FITS files from the Spitzer data base for the 168 AGN we are studying.&lt;br /&gt;
# Audrey ran a program called SourceExtractor to create a &amp;quot;catalog&amp;quot; file, for each AGN, of all the &amp;quot;sources&amp;quot; present in both IRAC1 and IRAC2 channel FITS files.  Each catalog file was an ASCII list of positions, in decimal degrees.&lt;br /&gt;
# We ran APT v1.1.1 on one or two of the IRAC FITS files to determine our &amp;quot;aperture&amp;quot; of interest.  We determined we would use, for the IRAC1 and IRAC2 images, an aperture radius of 6 pixels.  We also chose an annulus with inner and outer radii of 6 and 8 pixels, respectively, to represent our &amp;quot;background sky&amp;quot; photometry.  The decision was made to utilize the same aperture and annulus for all objects in each IRAC1 and IRAC2 frame.&lt;br /&gt;
# We told APT to report the photometry to us in microJanskys.  The way we did this was to convert the DN reading in APT to flux density by multiplying the DN values in the FITS files by 8.4616 MegaJanskys/steradian.  I believe this required us to assume that the pixel resolution was identical for the IRAC1 and IRAC2 detectors.&lt;br /&gt;
# We ran a script to &amp;quot;bulk process&amp;quot; all 336 FITS files using APT.  This resulted in 168 pairs of IRAC1 and IRAC2 data in APT output &amp;quot;table&amp;quot; files.  The flux and uncertainties were presented in microJanskys; positions were in decimal degrees.&lt;br /&gt;
# We learned that we were unable to match up all the positions in the IRAC1 and IRAC2 table files.  This was because our original list of positions that we sent to APT in fact included a few positions that did not have valid data in both IRAC1 and IRAC2 channels.&lt;br /&gt;
# We devised a script to read the IRAC1 and IRAC2 files, compare the positions in each, and write out a resultant file comprised of '''only''' those positions truly common to both channels.&lt;br /&gt;
# We added some additional logic to that script:&lt;br /&gt;
## we filtered the results to include only those positions that demonstrated SNR &amp;gt; 3 in both IRAC1 and IRAC2 channels; SNR was (flux/uncertainty)&lt;br /&gt;
## we converted the photometry from microJanskys to magnitudes using the conversion factors provided by Spitzer&lt;br /&gt;
## output format was converted from TBL to CSV to simplify importing into Excel&lt;br /&gt;
# We ran this script on all 168 pairs of IRAC1 and IRAC2 tables from APT, and this resulted in 168 CSV files.  Each CSV file contained position, IRAC1 magnitude, IRAC1 mag uncertainty, IRAC2 magnitude, IRAC2 mag uncertainty.&lt;br /&gt;
# We devised an Excel workbook template to allow us to:&lt;br /&gt;
## read in a CSV file of positions, IRAC1 magnitude and uncertainty, IRAC2 magnitude and uncertainty, for a given AGN&lt;br /&gt;
## compute IRAC1-IRAC2 colors&lt;br /&gt;
## specify (by hand) the name and position of the AGN&lt;br /&gt;
## plot the AGN and all points in the frame with an IRAC1-IRAC2 color in the range of (-.6, -.1)&lt;br /&gt;
## plot a radius of one arc minute around the AGN to help us visualize potential cluster members&lt;br /&gt;
# We generated workbooks and plots for each of the 168 AGN frames.&lt;br /&gt;
# We viewed the plots to gauge which ones might depict galaxy clusters.  (You can add criteria here....)&lt;br /&gt;
# We selected a group of the 10 most likely galaxy cluster candidates.&lt;br /&gt;
# We re-plotted the 10 candidates to set their X-axes to reflect true RA (East is left).&lt;br /&gt;
# We downloaded SDSS images of these same regions to perform a more accurate comparison.&lt;br /&gt;
# We made final comparisons between our plots and SDSS images, and made final suggestions about which may in fact represent galaxy clusters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Abajian|Abajian]] 01:20, 19 September 2011 (PDT) -- Added [[TRS Data and Tools]] to supply resources for the analysis effort.  Let me know if you have any questions or need any assistance.  On that page, you will find the CSV files (magnitudes), as well as a &amp;quot;sample&amp;quot; Excel workbook.  The Excel workbook has a macro enabled in it, to refresh the data with a new CSV file.  I can describe it better during our telecon, or give me a call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Vg|Vg]] 16:57, 15 September 2011 (PDT)  Here is the file with all the names, redshifts and RA and Dec for all our target AGN. Note that the RA and Dec are both in Sexegesimal format (h:m:s) as well as degree format which is what you should be using to plot the data. Make sure you add these AGN into your plots so that you can have a good sense of where the image is centered.&lt;br /&gt;
** [[Media:Target_list_111013.xls|Target_list_111013.xls]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 15:46, 18 August 2011 (PDT)  Check this out (5C6.24) what do you think?  '''Is this a possible filament?''' The AGN is roughly centered on the graph?&lt;br /&gt;
** [[File:Possible Filament.pdf]]&lt;br /&gt;
** [[User:vg|vg]] That may very well be!!! We have to check to see that the colors of the sources in the filament match those we would expect from galaxies that would be at the redshift of the AGN.&lt;br /&gt;
** [[User:Mehta|Mehta]] 16:20, 18 August 2011 (PDT) [[File:3C6.24.pdf‎]] This file has the main graph, plus two more, one with magnitude differences &amp;gt;0.1, and one for &amp;lt;0.1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 17:31, 15 August 2011 (PDT)  A couple things to remember about APT setup for this project.&lt;br /&gt;
** Don't forget to go to &amp;quot;Preferences&amp;quot; and set &amp;quot;Celestial Coordinates Units&amp;quot; to &amp;quot;Decimal&amp;quot;.&lt;br /&gt;
** Also click on the &amp;quot;More Settings&amp;quot; button and select &amp;quot;Model B = Sky-median subtraction&amp;quot; for your Sky Algorithm.  Source Algorithm should be &amp;quot;Model 0 = No aperture interpolation.&lt;br /&gt;
** Also under &amp;quot;More Settings&amp;quot; check the box next to &amp;quot;Perform new image-data conversion&amp;quot; and use the following values.&lt;br /&gt;
** New image-data conversion factor - 8.4616&lt;br /&gt;
** Image-data units after conversion - µJy &lt;br /&gt;
** Image-data title after new conversion - Flux Density&lt;br /&gt;
------------------------------------------------------&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_and_Tools&amp;diff=7960</id>
		<title>TRS Data and Tools</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_and_Tools&amp;diff=7960"/>
		<updated>2011-12-13T23:55:39Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Updated to add links for interim files and scripts.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Photometry Data==&lt;br /&gt;
* There are 4 ZIP files, each one corresponding to one of the 4 folders of FITS images provided by Varoujan at the Summer Workshop.&lt;br /&gt;
* Each zip file holds 3 files for each frame:&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac1.tbl&lt;br /&gt;
*: IRAC1 channel photometry results from APT, flux in µJy&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac2.tbl&lt;br /&gt;
*: IRAC2 channel photometry results from APT, flux in µJy&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac12.csv&lt;br /&gt;
*: Collated IRAC1 and IRAC2 channel results from APT, including only those objects that appear in both channels, filtered for SNR &amp;gt; 3, and converted to magnitude.  (These are the files that should be imported into an Excel workbook.)&lt;br /&gt;
&lt;br /&gt;
Download the ZIP files here:&lt;br /&gt;
; [[Media:NITARP-TRS1-Phot.zip|NITARP-TRS1-Phot.zip]]&lt;br /&gt;
: 147 files for 49 frames&lt;br /&gt;
; [[Media:NITARP-TRS2-Phot.zip|NITARP-TRS2-Phot.zip]]&lt;br /&gt;
: 165 files for 55 frames&lt;br /&gt;
; [[Media:NITARP-TRS3-Phot.zip|NITARP-TRS3-Phot.zip]]&lt;br /&gt;
: 156 files for 52 frames&lt;br /&gt;
; [[Media:NITARP-TRS4-Phot.zip|NITARP-TRS4-Phot.zip]]&lt;br /&gt;
: 36 files for 12 frames&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
; [[Media:TRSWorkbook.xlsx|Sample Workbook]]&lt;br /&gt;
: This Excel 2011 workbook has the template pages for photometry and the bubble chart.&lt;br /&gt;
: Prepared by Mark Abajian&lt;br /&gt;
; [[Media:Target_list_111013.xls|Target_list_111013.xls]] (AGN Positions Workbook)&lt;br /&gt;
: This Excel workbook contains the names and positions for all 168 AGNs&lt;br /&gt;
: Prepared by Varoujan Gorjian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Interim Data Files==&lt;br /&gt;
; [[Media:TRS168_irac12_cat.zip|Catalog Files]]&lt;br /&gt;
: This ZIP file contains 168 listings of object positions, one file for each of the frames we are examining.&lt;br /&gt;
: These catalog files were created by trimming the SourceExtractor output files (''&amp;lt;object&amp;gt;''_irac12.cat) provided by Varoujan at the Summer Workshop.  (See ''iraccat2txt.sh'' script below.)&lt;br /&gt;
: Two of these catalog files had to be manually updated, to remove one position each, because of an incompatibility with APT.  Both the original CAT file and the updated one are included.  For details, see the README.txt file inside the ZIP file.&lt;br /&gt;
; [[Media:APT.txt|APT Preferences]]&lt;br /&gt;
: This file recorded the APT preferences that Mark was using while bulk-processing the FITS files with APT.  (File extension renamed from .pref to .txt to comply with coolwiki restrictions.)&lt;br /&gt;
: This was edited &amp;quot;on the fly&amp;quot; by the ''batchAPT.sh'' script (see below).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
 '''NOTE''':  All scripts renamed to &amp;quot;.txt&amp;quot; to comply with coolwiki restrictions.&lt;br /&gt;
; [[Media:apt_setup.txt|apt_setup.sh]]&lt;br /&gt;
: Bash shell setup script to initialize environment for running APT on Mark's Mac.&lt;br /&gt;
; [[Media:iraccat2txt.txt|iraccat2txt.sh]]&lt;br /&gt;
: Bash shell script to trim the &amp;quot;catalog&amp;quot; files from Source Extractor into a list of positions that can be input to APT.&lt;br /&gt;
: Results are above (see &amp;quot;Catalog Files&amp;quot;).&lt;br /&gt;
; [[Media:reunification.txt|reunification.py]]&lt;br /&gt;
: Python script which generated the latest set of CSV files (magnitude).&lt;br /&gt;
: Input are 2 TBL files from APT; output is a CSV file.&lt;br /&gt;
: Results are above (see &amp;quot;Photometry Data&amp;quot;).&lt;br /&gt;
; [[Media:flux_reunification.txt|flux_reunification.py]]&lt;br /&gt;
: Python script which generated the first set of CSV files (flux in µJy) at the Summer Workshop.&lt;br /&gt;
; [[Media:batchAPT.txt|batchAPT.sh]]&lt;br /&gt;
: Bash script for running APT on an entire set of FITS files.&lt;br /&gt;
: Script needs to be edited to specify source and destination files.&lt;br /&gt;
: Directly manipulates the APT preferences file (see above).&lt;br /&gt;
; [[Media:batchUnify.txt|batchUnify.sh]]&lt;br /&gt;
: Bash script for running the ''reunification.py'' script on an entire folder full of photometry files from APT.&lt;br /&gt;
: The result is 1 CSV file for each pair of TBL files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Output Files==&lt;br /&gt;
; [[Media:TRS168_otuput_files.zip|Output Files]]&lt;br /&gt;
: This ZIP file contains listings of batch script outputs.  These were useful in debugging and confirming our processing.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRS168_otuput_files.zip&amp;diff=7959</id>
		<title>File:TRS168 otuput files.zip</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRS168_otuput_files.zip&amp;diff=7959"/>
		<updated>2011-12-13T23:55:06Z</updated>

		<summary type="html">&lt;p&gt;Abajian: TRS output files captured when running batch scripts.  Useful in debugging and confirming our processing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TRS output files captured when running batch scripts.  Useful in debugging and confirming our processing.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:APT.txt&amp;diff=7958</id>
		<title>File:APT.txt</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:APT.txt&amp;diff=7958"/>
		<updated>2011-12-13T23:37:53Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Preferences used when Mark was doing bulk processing of FITS files using APT.  (File extension renamed from .pref to .txt to comply with coolwiki restrictions.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Preferences used when Mark was doing bulk processing of FITS files using APT.  (File extension renamed from .pref to .txt to comply with coolwiki restrictions.)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRS168_irac12_cat.zip&amp;diff=7957</id>
		<title>File:TRS168 irac12 cat.zip</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRS168_irac12_cat.zip&amp;diff=7957"/>
		<updated>2011-12-13T23:36:11Z</updated>

		<summary type="html">&lt;p&gt;Abajian: This ZIP file contains 168 listings of object positions, one file for each of the frames we are examining.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This ZIP file contains 168 listings of object positions, one file for each of the frames we are examining.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:BatchUnify.txt&amp;diff=7956</id>
		<title>File:BatchUnify.txt</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:BatchUnify.txt&amp;diff=7956"/>
		<updated>2011-12-13T23:32:50Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Bash script for running the reunification.py script on an entire folder full of photometry files from APT.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bash script for running the reunification.py script on an entire folder full of photometry files from APT.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:BatchAPT.txt&amp;diff=7955</id>
		<title>File:BatchAPT.txt</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:BatchAPT.txt&amp;diff=7955"/>
		<updated>2011-12-13T23:32:15Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Bash script for running APT on an entire set of FITS files.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bash script for running APT on an entire set of FITS files.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Flux_reunification.txt&amp;diff=7954</id>
		<title>File:Flux reunification.txt</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Flux_reunification.txt&amp;diff=7954"/>
		<updated>2011-12-13T23:31:20Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Python script which generated the first set of CSV files (flux in µJy) at the Summer Workshop.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Python script which generated the first set of CSV files (flux in µJy) at the Summer Workshop.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Reunification.txt&amp;diff=7953</id>
		<title>File:Reunification.txt</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Reunification.txt&amp;diff=7953"/>
		<updated>2011-12-13T23:30:48Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Python script which generated the latest set of CSV files (magnitude).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Python script which generated the latest set of CSV files (magnitude).&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Iraccat2txt.txt&amp;diff=7952</id>
		<title>File:Iraccat2txt.txt</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Iraccat2txt.txt&amp;diff=7952"/>
		<updated>2011-12-13T23:30:09Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Bash shell script to trim the &amp;quot;catalog&amp;quot; files from Source Extractor into a list of positions that can be input to APT.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bash shell script to trim the &amp;quot;catalog&amp;quot; files from Source Extractor into a list of positions that can be input to APT.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Apt_setup.txt&amp;diff=7951</id>
		<title>File:Apt setup.txt</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:Apt_setup.txt&amp;diff=7951"/>
		<updated>2011-12-13T23:24:06Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Bash shell setup script for running APT on Mark's Mac.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bash shell setup script for running APT on Mark's Mac.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRSWorkbook.xlsx&amp;diff=7832</id>
		<title>File:TRSWorkbook.xlsx</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRSWorkbook.xlsx&amp;diff=7832"/>
		<updated>2011-10-23T18:47:25Z</updated>

		<summary type="html">&lt;p&gt;Abajian: uploaded a new version of &amp;quot;File:TRSWorkbook.xlsx&amp;quot;:&amp;amp;#32;Updates from Shefali:  1-arcminute boundary points, .105 degree registration points
Updates from Mark:  Declination-based corrections for RA on 1-arcminute points and registration points; plot is &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Workbook for NITARP Team Red Shift data analysis.  Prepared in Excel 2011 by Mark Abajian.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7768</id>
		<title>TRS Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7768"/>
		<updated>2011-09-19T18:56:56Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Explained what is on the TRS Data and Tools page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[User:Abajian|Abajian]] 01:20, 19 September 2011 (PDT) -- Added [[TRS Data and Tools]] to supply resources for the analysis effort.  Let me know if you have any questions or need any assistance.  On that page, you will find the CSV files (magnitudes), as well as a &amp;quot;sample&amp;quot; Excel workbook.  The Excel workbook has a macro enabled in it, to refresh the data with a new CSV file.  I can describe it better during our telecon, or give me a call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Vg|Vg]] 16:57, 15 September 2011 (PDT)  Here is the file with all the names, redshifts and RA and Dec for all our target AGN. Note that the RA and Dec are both in Sexegesimal format (h:m:s) as well as degree format which is what you should be using to plot the data. Make sure you add these AGN into your plots so that you can have a good sense of where the image is centered.&lt;br /&gt;
** [[File:Target_list_110915.xls]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 15:46, 18 August 2011 (PDT)  Check this out (5C6.24) what do you think?  '''Is this a possible filament?''' The AGN is roughly centered on the graph?&lt;br /&gt;
** [[File:Possible Filament.pdf]]&lt;br /&gt;
** [[User:vg|vg]] That may very well be!!! We have to check to see that the colors of the sources in the filament match those we would expect from galaxies that would be at the redshift of the AGN.&lt;br /&gt;
** [[User:Mehta|Mehta]] 16:20, 18 August 2011 (PDT) [[File:3C6.24.pdf‎]] This file has the main graph, plus two more, one with magnitude differences &amp;gt;0.1, and one for &amp;lt;0.1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 17:31, 15 August 2011 (PDT)  A couple things to remember about APT setup for this project.&lt;br /&gt;
** Don't forget to go to &amp;quot;Preferences&amp;quot; and set &amp;quot;Celestial Coordinates Units&amp;quot; to &amp;quot;Decimal&amp;quot;.&lt;br /&gt;
** Also click on the &amp;quot;More Settings&amp;quot; button and select &amp;quot;Model B = Sky-median subtraction&amp;quot; for your Sky Algorithm.  Source Algorithm should be &amp;quot;Model 0 = No aperture interpolation.&lt;br /&gt;
** Also under &amp;quot;More Settings&amp;quot; check the box next to &amp;quot;Perform new image-data conversion&amp;quot; and use the following values.&lt;br /&gt;
** New image-data conversion factor - 8.4616&lt;br /&gt;
** Image-data units after conversion - µJy &lt;br /&gt;
** Image-data title after new conversion - Flux Density&lt;br /&gt;
------------------------------------------------------&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_and_Tools&amp;diff=7767</id>
		<title>TRS Data and Tools</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_and_Tools&amp;diff=7767"/>
		<updated>2011-09-19T18:43:54Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Updated to include names for zip files and Excel files.  Minor reformatting.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Photometry Data==&lt;br /&gt;
* There are 4 ZIP files, each one corresponding to one of the 4 folders of FITS images provided by Varoujan at the Summer Workshop.&lt;br /&gt;
* Each zip file holds 3 files for each frame:&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac1.tbl&lt;br /&gt;
*: IRAC1 channel photometry results from APT, flux in µJy&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac2.tbl&lt;br /&gt;
*: IRAC2 channel photometry results from APT, flux in µJy&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac12.csv&lt;br /&gt;
*: Collated IRAC1 and IRAC2 channel results from APT, including only those objects that appear in both channels, filtered for SNR &amp;gt; 3, and converted to magnitude.  (These are the files that should be imported into an Excel workbook.)&lt;br /&gt;
&lt;br /&gt;
Download the ZIP files here:&lt;br /&gt;
; [[Media:NITARP-TRS1-Phot.zip|NITARP-TRS1-Phot.zip]]&lt;br /&gt;
: 147 files for 49 frames&lt;br /&gt;
; [[Media:NITARP-TRS2-Phot.zip|NITARP-TRS2-Phot.zip]]&lt;br /&gt;
: 165 files for 55 frames&lt;br /&gt;
; [[Media:NITARP-TRS3-Phot.zip|NITARP-TRS3-Phot.zip]]&lt;br /&gt;
: 156 files for 52 frames&lt;br /&gt;
; [[Media:NITARP-TRS4-Phot.zip|NITARP-TRS4-Phot.zip]]&lt;br /&gt;
: 36 files for 12 frames&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
; [[Media:TRSWorkbook.xlsx|Sample Workbook]]&lt;br /&gt;
: This Excel 2011 workbook has the template pages for photometry and the bubble chart.&lt;br /&gt;
: Prepared by Mark Abajian&lt;br /&gt;
; [[Media:Target_list_110915.xls|Target_list_110915.xls]] (AGN Positions Workbook)&lt;br /&gt;
: This Excel workbook contains the names and positions for all 168 AGNs&lt;br /&gt;
: Prepared by Varoujan Gorjian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''''AREA BELOW IS UNDER CONSTRUCTION'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Interim Data Files&lt;br /&gt;
; [[placeholder|Catalog Files]]&lt;br /&gt;
: This ZIP file contains 168 listings of object positions, one file for each of the frames we are examining.&lt;br /&gt;
: These catalog files were created by trimming the SourceExtractor output files (''&amp;lt;object&amp;gt;''_irac12.cat) provided by Varoujan at the Summer Workshop.&lt;br /&gt;
: Two of these catalog files had to be manually updated, to remove one position each, because of an incompatibility with APT.  Both the original CAT file and the updated one are included.  For details, see the README.txt file.&lt;br /&gt;
; [[placeholder|APT Preferences]]&lt;br /&gt;
: This file recorded the APT preferences that Mark was using while bulk-processing the FITS files with APT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Scripts&lt;br /&gt;
; [[placeholder|setup_APT.sh]]&lt;br /&gt;
: Bash shell setup script for running APT on Mark's Mac.&lt;br /&gt;
; [[placeholder|zip the cat files]]&lt;br /&gt;
; [[placeholder|reunification.py]]&lt;br /&gt;
: Python script which generated the latest set of CSV files (magnitude).&lt;br /&gt;
: Input are 2 TBL files from APT; output is a CSV file.&lt;br /&gt;
; [[placeholder|flux_reunification.py]]&lt;br /&gt;
: Python script which generated the first set of CSV files (µJy) at the Summer Workshop.&lt;br /&gt;
; [[placeholder|batchAPT.sh]]&lt;br /&gt;
: Bash script for running APT on an entire set of FITS files.&lt;br /&gt;
: Script needs to be edited to specify source and destination files.&lt;br /&gt;
; [[placeholder|batchUnify.sh]]&lt;br /&gt;
: Bash script for running the reunification.py script on an entire folder full of photometry files from APT.&lt;br /&gt;
: The result is 1 CSV file for each pair of TBL files.&lt;br /&gt;
output files&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRSWorkbook.xlsx&amp;diff=7766</id>
		<title>File:TRSWorkbook.xlsx</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:TRSWorkbook.xlsx&amp;diff=7766"/>
		<updated>2011-09-19T18:38:36Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Workbook for NITARP Team Red Shift data analysis.  Prepared in Excel 2011 by Mark Abajian.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Workbook for NITARP Team Red Shift data analysis.  Prepared in Excel 2011 by Mark Abajian.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS4-Phot.zip&amp;diff=7765</id>
		<title>File:NITARP-TRS4-Phot.zip</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS4-Phot.zip&amp;diff=7765"/>
		<updated>2011-09-19T18:23:00Z</updated>

		<summary type="html">&lt;p&gt;Abajian: APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS1.  36 files for 12 frames.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS1.  36 files for 12 frames.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS3-Phot.zip&amp;diff=7764</id>
		<title>File:NITARP-TRS3-Phot.zip</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS3-Phot.zip&amp;diff=7764"/>
		<updated>2011-09-19T18:22:25Z</updated>

		<summary type="html">&lt;p&gt;Abajian: APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS3.  156 files for 52 frames.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS3.  156 files for 52 frames.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS2-Phot.zip&amp;diff=7763</id>
		<title>File:NITARP-TRS2-Phot.zip</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS2-Phot.zip&amp;diff=7763"/>
		<updated>2011-09-19T18:18:55Z</updated>

		<summary type="html">&lt;p&gt;Abajian: APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS2.  165 files for 55 frames.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS2.  165 files for 55 frames.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS1-Phot.zip&amp;diff=7762</id>
		<title>File:NITARP-TRS1-Phot.zip</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=File:NITARP-TRS1-Phot.zip&amp;diff=7762"/>
		<updated>2011-09-19T18:17:50Z</updated>

		<summary type="html">&lt;p&gt;Abajian: APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS1.  147 files for 49 frames.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;APT Photometry files (µJy) and CSV files (mag) for NITARP-TRS1.  147 files for 49 frames.&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7761</id>
		<title>TRS Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_Analysis&amp;diff=7761"/>
		<updated>2011-09-19T08:20:31Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Added link for data and tools page; minor format updates.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[User:Abajian|Abajian]] 01:20, 19 September 2011 (PDT) -- Added [[TRS Data and Tools]] to supply resources for the analysis effort.  Let me know if you have any questions or need any assistance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Vg|Vg]] 16:57, 15 September 2011 (PDT)  Here is the file with all the names, redshifts and RA and Dec for all our target AGN. Note that the RA and Dec are both in Sexegesimal format (h:m:s) as well as degree format which is what you should be using to plot the data. Make sure you add these AGN into your plots so that you can have a good sense of where the image is centered.&lt;br /&gt;
** [[File:Target_list_110915.xls]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 15:46, 18 August 2011 (PDT)  Check this out (5C6.24) what do you think?  '''Is this a possible filament?''' The AGN is roughly centered on the graph?&lt;br /&gt;
** [[File:Possible Filament.pdf]]&lt;br /&gt;
** [[User:vg|vg]] That may very well be!!! We have to check to see that the colors of the sources in the filament match those we would expect from galaxies that would be at the redshift of the AGN.&lt;br /&gt;
** [[User:Mehta|Mehta]] 16:20, 18 August 2011 (PDT) [[File:3C6.24.pdf‎]] This file has the main graph, plus two more, one with magnitude differences &amp;gt;0.1, and one for &amp;lt;0.1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:Spuck|Spuck]] 17:31, 15 August 2011 (PDT)  A couple things to remember about APT setup for this project.&lt;br /&gt;
** Don't forget to go to &amp;quot;Preferences&amp;quot; and set &amp;quot;Celestial Coordinates Units&amp;quot; to &amp;quot;Decimal&amp;quot;.&lt;br /&gt;
** Also click on the &amp;quot;More Settings&amp;quot; button and select &amp;quot;Model B = Sky-median subtraction&amp;quot; for your Sky Algorithm.  Source Algorithm should be &amp;quot;Model 0 = No aperture interpolation.&lt;br /&gt;
** Also under &amp;quot;More Settings&amp;quot; check the box next to &amp;quot;Perform new image-data conversion&amp;quot; and use the following values.&lt;br /&gt;
** New image-data conversion factor - 8.4616&lt;br /&gt;
** Image-data units after conversion - µJy &lt;br /&gt;
** Image-data title after new conversion - Flux Density&lt;br /&gt;
------------------------------------------------------&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_and_Tools&amp;diff=7760</id>
		<title>TRS Data and Tools</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=TRS_Data_and_Tools&amp;diff=7760"/>
		<updated>2011-09-19T08:05:02Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Initial release of this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=THIS PAGE UNDER CONSTRUCTION=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Photometry Data==&lt;br /&gt;
* There are 4 ZIP files, each one corresponding to one of the 4 folders of FITS images provided by Varoujan at the Summer Workshop.&lt;br /&gt;
* Each zip file holds 3 files for each frame:&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac1.tbl&lt;br /&gt;
*: IRAC1 channel photometry results from APT, flux in µJy&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac2.tbl&lt;br /&gt;
*: IRAC2 channel photometry results from APT, flux in µJy&lt;br /&gt;
*; ''&amp;lt;object&amp;gt;''_irac12.csv&lt;br /&gt;
*: Collated IRAC1 and IRAC2 channel results from APT, including only those objects that appear in both channels, filtered for SNR &amp;gt; 3, and converted to magnitude&lt;br /&gt;
*: These are the files that will be imported into the Excel workbook&lt;br /&gt;
&lt;br /&gt;
Download the ZIP files here:&lt;br /&gt;
; [[placeholder]]&lt;br /&gt;
: 147 files for 49 frames&lt;br /&gt;
; [[placeholder]]&lt;br /&gt;
: 165 files for 55 frames&lt;br /&gt;
; [[placeholder]]&lt;br /&gt;
: 156 files for 52 frames, plus a README file explaining that two frames each had one bad object removed.  (These two positions were causing APT to crash, so they were manually removed from the corresponding CAT files.)&lt;br /&gt;
; [[placeholder]]&lt;br /&gt;
: 36 files for 12 frames&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
; [[placeholder|Sample Workbook]]&lt;br /&gt;
: This Excel 2011 workbook has the template pages for photometry and the bubble chart.&lt;br /&gt;
: Prepared by Mark Abajian&lt;br /&gt;
; [[placeholder|Catalog Files]]&lt;br /&gt;
: This ZIP file contains 168 listings of object positions, one file for each of the frames we are examining.&lt;br /&gt;
: These catalog files were created by trimming the SourceExtractor output files (''&amp;lt;object&amp;gt;''_irac12.cat) provided by Varoujan at the Summer Workshop.&lt;br /&gt;
: Two of these catalog files had to be manually updated, to remove one position each, because of an incompatibility with APT.  Both the original CAT file and the updated one are included.  There are a total of 170 CAT files here.&lt;br /&gt;
; [[placeholder|APT Preferences]]&lt;br /&gt;
: This file recorded the APT preferences that Mark was using while bulk-processing the FITS files with APT.&lt;br /&gt;
===Scripts===&lt;br /&gt;
; [[placeholder|setup_APT.sh]]&lt;br /&gt;
: Bash shell setup script for running APT on Mark's Mac.&lt;br /&gt;
; [[placeholder|zip the cat files]]&lt;br /&gt;
; [[placeholder|reunification.py]]&lt;br /&gt;
: Python script which generated the latest set of CSV files (magnitude).&lt;br /&gt;
: Input are 2 TBL files from APT; output is a CSV file.&lt;br /&gt;
; [[placeholder|flux_reunification.py]]&lt;br /&gt;
: Python script which generated the first set of CSV files (µJy) at the Summer Workshop.&lt;br /&gt;
; [[placeholder|batchAPT.sh]]&lt;br /&gt;
: Bash script for running APT on an entire set of FITS files.&lt;br /&gt;
: Script needs to be edited to specify source and destination files.&lt;br /&gt;
; [[placeholder|batchUnify.sh]]&lt;br /&gt;
: Bash script for running the reunification.py script on an entire folder full of photometry files from APT.&lt;br /&gt;
: The result is 1 CSV file for each pair of TBL files.&lt;br /&gt;
output files&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Team_Red_Shift_Current_Research_Activities&amp;diff=7759</id>
		<title>Team Red Shift Current Research Activities</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Team_Red_Shift_Current_Research_Activities&amp;diff=7759"/>
		<updated>2011-09-19T07:09:28Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Added Data and Tools link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=[[TRS Suggested Reading List]]=&lt;br /&gt;
&lt;br /&gt;
Things teachers and students should read.&lt;br /&gt;
&lt;br /&gt;
=[[TRS Proposal]]=&lt;br /&gt;
&lt;br /&gt;
This page will be used to assemble the pieces for the proposal we are writing.&lt;br /&gt;
&lt;br /&gt;
=Previous Teams' pages=&lt;br /&gt;
[[Luminous Data Miners Current Research Activities]] (2010)&lt;br /&gt;
&lt;br /&gt;
=[[TRS Spring work]]=&lt;br /&gt;
This page will be used to collect information during our work in Spring.&lt;br /&gt;
&lt;br /&gt;
=[[TRS Summer visit]]=&lt;br /&gt;
This page will be used to collect logistics information about our IPAC visit.&lt;br /&gt;
&lt;br /&gt;
=[[TRS Useful Links]]=&lt;br /&gt;
&lt;br /&gt;
A consolidation of all sorts of useful links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;NEW!&amp;lt;/font&amp;gt; Varoujan's PPT: [[file:trs_vg_talk.ppt]]&lt;br /&gt;
&lt;br /&gt;
=[[TRS Data and Tools]]=&lt;br /&gt;
&lt;br /&gt;
=[[TRS Data Analysis]]=&lt;br /&gt;
&lt;br /&gt;
Special Notes/Comments about Data Analysis Procedures&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=User:Abajian&amp;diff=7467</id>
		<title>User:Abajian</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=User:Abajian&amp;diff=7467"/>
		<updated>2011-08-11T00:22:53Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Added link for TRS page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Mark Abajian===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NStED Science Team Software Support'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Senior Application Developer&amp;lt;br&amp;gt;&lt;br /&gt;
NASA Exoplanet Science Institute&amp;lt;br&amp;gt;&lt;br /&gt;
Mail Code 100-22&amp;lt;br&amp;gt;&lt;br /&gt;
Pasadena, California  91125-2200&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Office: Morrisroe 172&amp;lt;br&amp;gt;&lt;br /&gt;
Voice: (626) 395-1811&amp;lt;br&amp;gt;&lt;br /&gt;
Cell: (818) 726-0372&lt;br /&gt;
&lt;br /&gt;
Skype: markabajian&amp;lt;br&amp;gt;&lt;br /&gt;
iChat/AIM: mabajian@mac.com&amp;lt;br&amp;gt;&lt;br /&gt;
Yahoo!/MSN: msabajian@sbcglobal.net&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Other Responsibilities=====&lt;br /&gt;
*NExScI Archives (KI SOS) Software Support&lt;br /&gt;
*NExScI Web-Based Services Software Support&lt;br /&gt;
*NITARP [[Team Red Shift Current Research Activities|&amp;quot;Team Red Shift&amp;quot;]] Support&lt;br /&gt;
*NITARP [[Luminous Data Miners Current Research Activities|&amp;quot;Luminous Data Miners&amp;quot;]] Support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[mailto:Mark.Abajian@caltech.edu Mark.Abajian@caltech.edu]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://web.ipac.caltech.edu/~mabajian Mark's IPAC Home Page]&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5051</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5051"/>
		<updated>2010-07-20T20:48:23Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Hello --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
i second the google doc --[[User:Mcnaughton|Mcnaughton]] 13:44, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
this is a test --[[User:Spuck|Spuck]] 13:45, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is cool! --[[User:Thom|Thom]] 13:45, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Hey, sweet--[[User:Zmeredith|Zmeredith]] 13:46, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5045</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5045"/>
		<updated>2010-07-20T20:45:09Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Hello --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
i second the google doc --[[User:Mcnaughton|Mcnaughton]] 13:44, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5044</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5044"/>
		<updated>2010-07-20T20:44:57Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Hello --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
i second the google doc --[[User:Mcnaughton|Mcnaughton]] 13:44, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5043</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5043"/>
		<updated>2010-07-20T20:44:45Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Hello --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&lt;br /&gt;
i second the google doc --[[User:Mcnaughton|Mcnaughton]] 13:44, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5041</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5041"/>
		<updated>2010-07-20T20:44:30Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&lt;br /&gt;
Hello --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5040</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5040"/>
		<updated>2010-07-20T20:44:18Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&lt;br /&gt;
Hello --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5039</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5039"/>
		<updated>2010-07-20T20:44:10Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&lt;br /&gt;
Hello --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5037</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5037"/>
		<updated>2010-07-20T20:43:59Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&lt;br /&gt;
I am experiencing conflicts in saving --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5036</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5036"/>
		<updated>2010-07-20T20:43:48Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 &lt;br /&gt;
July 2010 (PDT)&lt;br /&gt;
I am experiencing conflicts in saving --[[User:Murtari|Murtari]] 13:43, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5034</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5034"/>
		<updated>2010-07-20T20:43:38Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5033</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5033"/>
		<updated>2010-07-20T20:43:23Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&lt;br /&gt;
This is my change. Helen Petach--[[User:Petach|Petach]] 13:43, 20 July 2010 (PDT)&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5031</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5031"/>
		<updated>2010-07-20T20:43:09Z</updated>

		<summary type="html">&lt;p&gt;Abajian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&lt;br /&gt;
This is my change. Helen Petach&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
In my opinion a google document would be a wiser and easier way to share our data, but this works too.--[[User:Hale|Hale]] 13:42, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5029</id>
		<title>Talk:Luminous Data Miners Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=Talk:Luminous_Data_Miners_Data_Analysis&amp;diff=5029"/>
		<updated>2010-07-20T20:42:50Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Abajian added comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this is a comment from luisa --[[User:Rebull|Rebull]] 13:39, 20 July 2010 (PDT)&lt;br /&gt;
Thats a good question.--[[User:Marklowitz|Marklowitz]] 13:40, 20 July 2010 (PDT)&lt;br /&gt;
This is my contribution to the discussion. --[[User:Vg|Vg]] 13:40, 20 July 2010 (PDT)&lt;br /&gt;
This is my change. Helen Petach&lt;br /&gt;
The German kid --[[User:Saathoff|Saathoff]] 13:41, 20 July 2010 (PDT)&lt;br /&gt;
:) Hey, guys --[[User:Tpetach|Tpetach]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
This is darci--[[User:Sampsell|Sampsell]] 13:42, 20 July 2010 (PDT)&lt;br /&gt;
Mark Abajian----[[User:Abajian|Abajian]] 13:42, 20 July 2010 (PDT)&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
	<entry>
		<id>https://vmcoolwiki.ipac.caltech.edu/index.php?title=User:Abajian&amp;diff=3926</id>
		<title>User:Abajian</title>
		<link rel="alternate" type="text/html" href="https://vmcoolwiki.ipac.caltech.edu/index.php?title=User:Abajian&amp;diff=3926"/>
		<updated>2010-01-27T20:52:01Z</updated>

		<summary type="html">&lt;p&gt;Abajian: Initial Release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Mark Abajian===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NStED Science Team Software Support'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Senior Application Developer&amp;lt;br&amp;gt;&lt;br /&gt;
NASA Exoplanet Science Institute&amp;lt;br&amp;gt;&lt;br /&gt;
Mail Code 100-22&amp;lt;br&amp;gt;&lt;br /&gt;
Pasadena, California  91125-2200&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Office: Morrisroe 172&amp;lt;br&amp;gt;&lt;br /&gt;
Voice: (626) 395-1811&amp;lt;br&amp;gt;&lt;br /&gt;
Cell: (818) 726-0372&lt;br /&gt;
&lt;br /&gt;
Skype: markabajian&amp;lt;br&amp;gt;&lt;br /&gt;
iChat/AIM: mabajian@mac.com&amp;lt;br&amp;gt;&lt;br /&gt;
Yahoo!/MSN: msabajian@sbcglobal.net&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Other Responsibilities=====&lt;br /&gt;
*NExScI Archives (KI SOS) Software Support&lt;br /&gt;
*NExScI Web-Based Services Software Support&lt;br /&gt;
*NITARP [[Luminous Data Miners Current Research Activities|&amp;quot;Luminous Data Miners&amp;quot;]] Support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[mailto:Mark.Abajian@caltech.edu Mark.Abajian@caltech.edu]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://web.ipac.caltech.edu/~mabajian Mark's IPAC Home Page]&lt;/div&gt;</summary>
		<author><name>Abajian</name></author>
		
	</entry>
</feed>