Skip to content

superdeblending galmon

1054 edited this page Oct 15, 2015 · 2 revisions

Where to find the code

Current version of the code are stored under:

  • GalSed_201500/
    • AstroDepthFaireMontage.pro
    • iRegionList.txt
    • iPhotoList.txt
    • ! needs idl crab lib
Another version of the code, which will produce one row montage, are stored under:
  • GalSed_201500_OneRow/
    • AstroDepthFaireMontage.pro
    • iRegionList.txt
    • iPhotoList.txt
    • ! needs idl crab lib

What are the code doing

This code will make a montage of multiwavelength cutouts for one galaxy.

TODO

How to run the code

idl
AstroDepthFaireMontage, "an_input_catalog.txt", 12345
; 12345 is assumed to be the source ID, stored in the first column of the input catalog

Clone this wiki locally