cat

125-dropout

FOR i=0,n_elements(id)-1 DO BEGIN

IF (((F160(i) LT depth160_2) && $ ; minimum sigma H band

(F125(i)-f160(i) GT 2.0) && $ ; the constraint 125-160<2

(F125(i) LT depth125_15) && $ ; if 125 band is detected

(F850(i) GT depth850_3) && (F775(i) GT depth775_3) && (F814(i) GT depth814_3) && $

(F555(i) GT depth555_3) && (fF25(i) GT depth625_3) && (F435(i) GT depth435_3) && (F475(i) GT depth475_3))|| $ ; optical bands are not detected

((F160(i) LT depth160_2) && $ ; minimum sigma on H band

(depth125_15-F160(i) GT 2.0) && $ ; the constraint 125-160<2

(F125(i) GT depth125_15) && $ ; if 125 band is detected

(F850(i) GT depth850_3) && (F775(i) GT depth775_3) && (F814(i) GT depth814_3) && $

(F555(i) GT depth555_3) && (F625(i) GT depth625_3) && (F435(i) GT depth435_3) && (F475(i) GT depth475_3))) THEN BEGIN $; optical bands are not detect

ENDIF

ENDFOR

105-dropout

FOR i=0,n_elements(id)-1 DO BEGIN

IF (((f160(i) LT depth160_2) && $ ; minimum sigma on H band

((f125(i)-f160(i)) LT 0.5) && (f105(i)-f125(i) GT 0.8) && $ ; the two major constraints 125-160<0.5 and 105-125>0.8

((f125(i)-f160(i)) LT (0.12*(f105(i)-f125(i))+0.2)) && $ ; the third constraint creating slope 125-160<0.12*(105-125)+0.2

(F105(i) LT depth105_15) && $ ; if 105 band is detected

(F775(i) GT depth775_3) && (F814(i) GT depth814_3) && $

(f555(i) GT depth555_3) &&(f625(i) GT depth625_3) && (f435(i) GT depth435_3) && (f475(i) GT depth475_3))|| $ ; optical bands are not detected

((f160(i) LT depth160_2) && $ ; minimum sigma on H band

((f125(i)-f160(i)) LT 0.5) && (depth105_15-f125(i) GT 0.8) && $ ; the two major constraints 125-160<0.5 and 105-125>0.8

((f125(i)-f160(i)) LT (0.12*(depth105_15-f125(i))+0.2)) && $ ; the third constraint creating slope 125-160<0.12*(105-125)+0.2

(F105(i) GT depth105_15) && $ ; if 105 band is detected

(F814(i) GT depth814_3) && (F775(i) GT depth775_3) && $

(f555(i) GT depth555_3) && (f625(i) GT depth625_3) && (f435(i) GT depth435_3) && (f475(i) GT depth475_3))) THEN BEGIN $ ; optical bands are not detec

ENDIF

ENDFOR

z-dropout

FOR i=0,n_elements(id)-1 DO BEGIN

IF (((f110(i) LT depth110_2) && (f160(i) LT depth160_2) && $ ; minimum sigma on J and H band seperatly

((f110(i)-f160(i)) LT 1.2) && (f850(i)-f110(i) GT 0.8) && $ ; the two major constraints J-H<1.2 and z-J> 0.8

((f850(i)-f110(i)) GT (0.66*(f110(i)-f160(i))+0.8)) && $ ; the third constraint creating slope z-J > 0.66*(J-H)+0.8

(F850(i) LT depth850_15) && $ ; if z band is detected

(F775(i) GT depth775_2) && (f625(i) GT depth625_2) && (f555(i) GT depth555_2) && $

(f435(i) GT depth435_2) && (f475(i) GT depth475_2))|| $ ; optical bands are not detected

((f110(i) LT depth110_2) && (f160(i) LT depth160_2) && $ ; minimum sigma on J and H band seperatly

((f110(i)-f160(i)) LT 1.2) && (depth850_15-f110(i) GT 0.8) && $ ; the two major constraints J-H<1.2 and z-J> 0.8

((depth850_15-f110(i)) GT (0.66*(f110(i)-f160(i))+0.8)) && $ ; the third constraint creating slope z-J > 0.66*(J-H)+0.8

(F850(i) GT depth850_15) && $ ; if z band is NOT detected

(F814(i) GT depth814_2) && (F775(i) GT depth775_2) && (f625(i) GT depth625_2) && (f555(i) GT depth555_2) && $

(f435(i) GT depth435_2) && (f475(i) GT depth475_2))) THEN BEGIN $ ; optical bands are not detected < 2 sigma

ENDIF

ENDFOR

i-dropout

FOR i=0,n_elements(id)-1 DO BEGIN

IF (((f110(i) LT depth110_2) && (f160(i) LT depth160_2) && $ ; minimum sigma on J and H band seperatly

((f110(i)-f160(i)) LT 1.2) && (f814(i)-f110(i) GT 0.8) && $ ; the two major constraints J-H<1.2 and i-J> 0.8

((f814(i)-f110(i)) GT (0.66*(f110(i)-f160(i))+0.8)) && $ ; the third constraint creating slope i-J > 0.66*(J-H)+0.8

(F814(i) LT depth814_15) && $ ; if i band is detected

(f625(i) GT depth625_15) && (f555(i) GT depth555_15) && (f435(i) GT depth435_15) && (f475(i) GT depth475_15))|| $; optical bands are not detected

((f110(i) LT depth110_2) && (f160(i) LT depth160_2) && $ ; minimum sigma on J and H band seperatly

((f110(i)-f160(i)) LT 1.2) && (depth814_15-f110(i) GT 0.8) && $ ; the two major constraints J-H<1.2 and i-J> 0.8

((depth814_15-f110(i)) GT (0.66*(f110(i)-f160(i))+0.8)) && $ ; the third constraint creating slope i-J > 0.66*(J-H)+0.8

(F814(i) GT depth814_15) && $ ; if i band is NOT detected

(F775(i) GT depth775_15) && (f625(i) GT depth625_15) && (f606(i) GT depth555_15) && (f435(i) GT depth435_15) && (f475(i) GT depth475_15))) THEN BEGIN $; optical bands are not detected

ENDIF

ENDFOR