DESPHOT, described in the papers above, has been used to find the flux for objects in a prior catalogue. In the first (Roseboom et al. 2010) and second iteration of the algorithm (Roseboom et al. 2012)(XID), 24 micron and radio sources were used as prior positions. For the final iteration (DESPHOT) Wang et al. 2014 used the 250 micron sources detected with Starfinder as prior positions.
DESPHOT requires IDL, including the IDLlib and astron library. Make sure your file cotaining the DESPHOT code is also in your IDLPATH
DESPHOT requires the three SPIRE maps (ideally from SMAP) and a prior catalogue. Other parameters include the prf and segmentation threshold.
An example test script for running DESPHOT on one field can be found in testXIDcode.pro
- HermesAstroSetup.csh: Old shell script to setup IDL environment
- HermesXIDSetup.csh: Lingyu's specific shel script for her version of XIDcode
- scat_xid_batch.csh
- test_scat_xid_batch.csh
-
lstdrv_readmaps.pro:
-
lstdrv_readscat.pro: uses a two-pass strategy to do list-driven sources extraction, also finds new sources in the residual maps.
- lstdrv_segsrc.pro: Segment the map
- lstdrv_solvefluxes2.pro: Solve the fluxes
- lstdrv_initsolvesp.pro: Creates pointing matrices
- lstdrv_modsellasso.pro: Solves for flux using LASSO
-
lstdrv_segsrcsmap.pro: ???
-
mkspiremap.pro: ???
-
lstdrv_readsmapct.pro: ???
-
lstdrv_readsmap.pro: ???
-
test_arg.pro: simple program to test args??
-
test_scat_xid_batch.pro: Test batch script
- SCAT_XID_batch.pro: simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT for a batch
-
testXIDcode.pro: Simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT catalogue from one field
-
testXIDcodev16.pro: Simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT catalogue from one field (v16)
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write license