Skip to content

Commit 88e6151

Browse files
committed
updated README
1 parent dc38038 commit 88e6151

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

README.md

+18-21
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
De-blended SPIRE Photometry algorithm
2-
=======
3-
DESPHOT
4-
=======
5-
61

72
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](http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1009.1658)) and second iteration of the algorithm ([Roseboom et al. 2012](http://adsabs.harvard.edu/abs/2012MNRAS.419.2758R))(XID), 24 micron and radio sources were used as prior positions. For the final iteration (DESPHOT) [Wang et al. 2014](http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1312.0552) used the 250 micron sources detected with Starfinder as prior positions.
83

@@ -20,33 +15,33 @@ An example test script for running DESPHOT on one field can be found in testXIDc
2015
---
2116
***Shell scripts***
2217
----
23-
HermesAstroSetup.csh: Old shell script to setup IDL environment
24-
HermesXIDSetup.csh: Lingyu's specific shel script for her version of XIDcode
25-
scat_xid_batch.csh
26-
test_scat_xid_batch.csh
18+
- HermesAstroSetup.csh: Old shell script to setup IDL environment
19+
- HermesXIDSetup.csh: Lingyu's specific shel script for her version of XIDcode
20+
- scat_xid_batch.csh
21+
- test_scat_xid_batch.csh
2722

2823
---
2924
***IDL code***
3025
----
3126

32-
lstdrv_readmaps.pro:
33-
lstdrv_readscat.pro: uses a two-pass strategy to do list-driven sources extraction, also finds new sources in the residual maps.
27+
- lstdrv_readmaps.pro:
28+
- lstdrv_readscat.pro: uses a two-pass strategy to do list-driven sources extraction, also finds new sources in the residual maps.
3429

3530
- lstdrv_segsrc.pro: Segment the map
3631
- lstdrv_solvefluxes2.pro: Solve the fluxes
37-
* lstdrv_initsolvesp.pro: Creates pointing matrices
38-
* lstdrv_modsellasso.pro: Solves for flux using LASSO
32+
- lstdrv_initsolvesp.pro: Creates pointing matrices
33+
- lstdrv_modsellasso.pro: Solves for flux using LASSO
3934

40-
lstdrv_segsrcsmap.pro: ???
41-
mkspiremap.pro: ???
42-
lstdrv_readsmapct.pro: ???
43-
lstdrv_readsmap.pro: ???
35+
- lstdrv_segsrcsmap.pro: ???
36+
- mkspiremap.pro: ???
37+
- lstdrv_readsmapct.pro: ???
38+
- lstdrv_readsmap.pro: ???
4439

45-
test_arg.pro: simple program to test args??
46-
test_scat_xid_batch.pro: Test batch script
40+
- test_arg.pro: simple program to test args??
41+
- test_scat_xid_batch.pro: Test batch script
4742
- SCAT_XID_batch.pro: simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT for a batch
48-
testXIDcode.pro: Simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT catalogue from one field
49-
testXIDcodev16.pro: Simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT catalogue from one field (v16)
43+
- testXIDcode.pro: Simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT catalogue from one field
44+
- testXIDcodev16.pro: Simple test script to extract SPIRE fluxes at positions of 250 micron detected sources from SCAT catalogue from one field (v16)
5045

5146

5247
## Contributing
@@ -63,7 +58,9 @@ TODO: Write history
6358

6459
## Credits
6560
[Roseboom et al. 2010](http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1009.1658)
61+
6662
[Roseboom et al. 2012](http://adsabs.harvard.edu/abs/2012MNRAS.419.2758R)
63+
6764
[Wang et al. 2014](http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1312.0552)
6865

6966

0 commit comments

Comments
 (0)