moustakas / SGA

Code and papers for the Siena Galaxy Atlas (SGA-2020).
MIT License
10 stars 2 forks source link

color outliers can identify SGA galaxies contaminated by stars #74

Open moustakas opened 1 year ago

moustakas commented 1 year ago

Reported by @arjundey in https://github.com/legacysurvey/legacypipe/issues/626 but moving to the SGA repo:

I have been examining the color outliers with the following criteria (note: in all cases the color is constructed from the 23.5 mag/sq.arcsec. SB aperture and I only looked at SGA galaxies with SGA_ID NE -1 and IN_DESI EQ 'T' and IN_DESI_GRZ EQ 'T'):

[A] (W1-W2) < -2 OR (W1-W2) > 1

The following have -2 < (W1-W2) < 1

[B] (g-r) < -2 OR (g-r) > 5 OR (r-z) < -5 OR (r-z) > 5

I think it would be useful to identify all the SGA sources where a Gaia DR2 star lies within the SGA elliptical mask and set those aside for re-fitting in a better way (or at least tag them appropriately). Do we already do this, in MASKBITS perhaps? From what i can see, we only check stars with G < 16, but perhaps we need to include the fainter ones for the purpose of determining reliability of the SGA photometry? (most of the galaxies satisfying [B] do not have MASKBIT 11 set).