Skip to content

uses unWISE coadd and PSFs and ICORE to run MDET and create a detection list for WPHOT

License

Notifications You must be signed in to change notification settings

catwise/MDETWrapper

Repository files navigation

MDETWrapper

Summary

The MDETWrapper first collects unWISE co-added images and their uncertainties then creates their CatWISE point spread functions (PSF's). The MDETWrapper then runs these inputs through the ICORE software developed for the WISE catalog. The wrapper ensures the output files from ICORE are in the correct file format and directory structure for the CatWISE source detection program, MDET, and the rest of the pipeline.

Technical Summary

TODO

How to Run Modes

  • Mode 1: Everything Mode
    • Run all tiles in input directory
    • ./icore_wrapper_executable 1 <ParentDirectory>
  • Mode 2: List Mode
    • Run all tiles in input list
    • ./icore_wrapper_executable 2 <ParentDirectory> <TileList>
  • Mode 3: Single-Tile Mode
    • Run tile given in command line input. The input TileName should be a RaDecID (eg 3568m182)
    • ./icore_wrapper_executable 3 <ParentDirectory> <TileName>

Arguments

-SNR <SNRvalue>

-rsync

About

uses unWISE coadd and PSFs and ICORE to run MDET and create a detection list for WPHOT

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages