Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -177,12 +177,12 @@ with col: 
     | 
|
| 177 | 
         | 
| 178 | 
         
             
                    st.markdown("<div style='border-radius:5px;background-color:#F3F4F6;padding-top:8px;padding-bottom:8px;padding-left:14px;padding-right:14px;line-height:140%;font-size:120%'>\
         
     | 
| 179 | 
         
             
            Cavity Detection Tool (CADET) is a machine learning pipeline trained to detect <b>X-ray cavities</b> from <b><em>Chandra</em></b> images of early-type galaxies, groups, and clusters. \
         
     | 
| 180 | 
         
            -
            To use this tool 
     | 
| 181 | 
         
            -
             
     | 
| 182 | 
         
            -
            (<a href='https://cxc.cfa.harvard.edu/ciao/ahelp/dmfilth.html'>dmfilth</a>). <br><br>\
         
     | 
| 183 | 
         
            -
            If you use this tool for your research, please cite <a href='https://arxiv.org/abs/2304.05457'>Plšek et al. 2023</a>.\
         
     | 
| 184 | 
         
             
            </div><br>", unsafe_allow_html=True)
         
     | 
| 185 | 
         | 
| 
         | 
|
| 
         | 
|
| 186 | 
         | 
| 187 | 
         | 
| 188 | 
         
             
            # _, col_1, col_2, col_3, _ = st.columns([bordersize, 2.0, 0.5, 0.5, bordersize])
         
     | 
| 
         | 
|
| 177 | 
         | 
| 178 | 
         
             
                    st.markdown("<div style='border-radius:5px;background-color:#F3F4F6;padding-top:8px;padding-bottom:8px;padding-left:14px;padding-right:14px;line-height:140%;font-size:120%'>\
         
     | 
| 179 | 
         
             
            Cavity Detection Tool (CADET) is a machine learning pipeline trained to detect <b>X-ray cavities</b> from <b><em>Chandra</em></b> images of early-type galaxies, groups, and clusters. \
         
     | 
| 180 | 
         
            +
            To use this tool:<br><b>1)</b> upload your image<br><b>2)</b> select the scale of interest<br><b>3)</b> make a prediction<br><b>4)</b> decompose into individual cavities\
         
     | 
| 181 | 
         
            +
            <br>If you use this tool for your research, please cite <a href='https://arxiv.org/abs/2304.05457'>Plšek et al. 2023</a>.\
         
     | 
| 
         | 
|
| 
         | 
|
| 182 | 
         
             
            </div><br>", unsafe_allow_html=True)
         
     | 
| 183 | 
         | 
| 184 | 
         
            +
            # Input images should be FITS files in units of counts, centred at the galaxy center, and point sources should be filled with surrounding background \
         
     | 
| 185 | 
         
            +
            # (<a href='https://cxc.cfa.harvard.edu/ciao/ahelp/dmfilth.html'>dmfilth</a>). <br><br>\
         
     | 
| 186 | 
         | 
| 187 | 
         | 
| 188 | 
         
             
            # _, col_1, col_2, col_3, _ = st.columns([bordersize, 2.0, 0.5, 0.5, bordersize])
         
     |