From 986fc4ea9fed7ff99034cd114d2d78593e0734b7 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Wed, 28 Sep 2022 21:36:40 +0200 Subject: [PATCH] [hotfix] schema for replayed stream --- schemas/1628364324215010017.avro | 219 +++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100755 schemas/1628364324215010017.avro diff --git a/schemas/1628364324215010017.avro b/schemas/1628364324215010017.avro new file mode 100755 index 00000000..7bf0a044 --- /dev/null +++ b/schemas/1628364324215010017.avro @@ -0,0 +1,219 @@ +Objavro.schema{"doc":"avro alert schema for ZTF (www.ztf.caltech.edu)","fields":[{"doc":"schema version used","name":"schemavsn","type":"string"},{"doc":"origin of alert packet","name":"publisher","type":"string"},{"doc":"object identifier or name","name":"objectId","type":"string"},{"name":"candid","type":"long"},{"name":"candidate","type":{"doc":"avro alert schema","fields":[{"doc":"Observation Julian date at start of exposure [days]","name":"jd","type":"double"},{"doc":"Filter ID (1=g; 2=R; 3=i)","name":"fid","type":"int"},{"doc":"Processing ID for science image to facilitate archive retrieval","name":"pid","type":"long"},{"default":null,"doc":"Expected 5-sigma mag limit in difference image based on global noise estimate [mag]","name":"diffmaglim","type":["null","float"]},{"default":null,"doc":"filename of positive (sci minus ref) difference image","name":"pdiffimfilename","type":["null","string"]},{"default":null,"doc":"Principal investigator attached to program ID","name":"programpi","type":["null","string"]},{"doc":"Program ID: encodes either public, collab, or caltech mode","name":"programid","type":"int"},{"doc":"Candidate ID from operations DB","name":"candid","type":"long"},{"doc":"t or 1 =\u003e candidate is from positive (sci minus ref) subtraction; f or 0 =\u003e candidate is from negative (ref minus sci) subtraction","name":"isdiffpos","type":"string"},{"default":null,"doc":"Internal pipeline table extraction ID","name":"tblid","type":["null","long"]},{"default":null,"doc":"Night ID","name":"nid","type":["null","int"]},{"default":null,"doc":"Readout channel ID [00 .. 63]","name":"rcid","type":["null","int"]},{"default":null,"doc":"ZTF field ID","name":"field","type":["null","int"]},{"default":null,"doc":"x-image position of candidate [pixels]","name":"xpos","type":["null","float"]},{"default":null,"doc":"y-image position of candidate [pixels]","name":"ypos","type":["null","float"]},{"doc":"Right Ascension of candidate; J2000 [deg]","name":"ra","type":"double"},{"doc":"Declination of candidate; J2000 [deg]","name":"dec","type":"double"},{"doc":"Magnitude from PSF-fit photometry [mag]","name":"magpsf","type":"float"},{"doc":"1-sigma uncertainty in magpsf [mag]","name":"sigmapsf","type":"float"},{"default":null,"doc":"Reduced chi-square for PSF-fit","name":"chipsf","type":["null","float"]},{"default":null,"doc":"Aperture mag using 14 pixel diameter aperture [mag]","name":"magap","type":["null","float"]},{"default":null,"doc":"1-sigma uncertainty in magap [mag]","name":"sigmagap","type":["null","float"]},{"default":null,"doc":"distance to nearest source in reference image PSF-catalog [pixels]","name":"distnr","type":["null","float"]},{"default":null,"doc":"magnitude of nearest source in reference image PSF-catalog [mag]","name":"magnr","type":["null","float"]},{"default":null,"doc":"1-sigma uncertainty in magnr [mag]","name":"sigmagnr","type":["null","float"]},{"default":null,"doc":"DAOPhot chi parameter of nearest source in reference image PSF-catalog","name":"chinr","type":["null","float"]},{"default":null,"doc":"DAOPhot sharp parameter of nearest source in reference image PSF-catalog","name":"sharpnr","type":["null","float"]},{"default":null,"doc":"Local sky background estimate [DN]","name":"sky","type":["null","float"]},{"default":null,"doc":"Difference: magap - magpsf [mag]","name":"magdiff","type":["null","float"]},{"default":null,"doc":"Full Width Half Max assuming a Gaussian core, from SExtractor [pixels]","name":"fwhm","type":["null","float"]},{"default":null,"doc":"Star/Galaxy classification score from SExtractor","name":"classtar","type":["null","float"]},{"default":null,"doc":"Distance to nearest edge in image [pixels]","name":"mindtoedge","type":["null","float"]},{"default":null,"doc":"Difference: diffmaglim - magap [mag]","name":"magfromlim","type":["null","float"]},{"default":null,"doc":"Ratio: difffwhm / fwhm","name":"seeratio","type":["null","float"]},{"default":null,"doc":"Windowed profile RMS afloat major axis from SExtractor [pixels]","name":"aimage","type":["null","float"]},{"default":null,"doc":"Windowed profile RMS afloat minor axis from SExtractor [pixels]","name":"bimage","type":["null","float"]},{"default":null,"doc":"Ratio: aimage / fwhm","name":"aimagerat","type":["null","float"]},{"default":null,"doc":"Ratio: bimage / fwhm","name":"bimagerat","type":["null","float"]},{"default":null,"doc":"Ratio: aimage / bimage","name":"elong","type":["null","float"]},{"default":null,"doc":"number of negative pixels in a 5 x 5 pixel stamp","name":"nneg","type":["null","int"]},{"default":null,"doc":"number of prior-tagged bad pixels in a 5 x 5 pixel stamp","name":"nbad","type":["null","int"]},{"default":null,"doc":"RealBogus quality score from Random Forest classifier; range is 0 to 1 where closer to 1 is more reliable","name":"rb","type":["null","float"]},{"default":null,"doc":"distance to nearest known solar system object if exists within 30 arcsec [arcsec]","name":"ssdistnr","type":["null","float"]},{"default":null,"doc":"magnitude of nearest known solar system object if exists within 30 arcsec (usually V-band from MPC archive) [mag]","name":"ssmagnr","type":["null","float"]},{"default":null,"doc":"name of nearest known solar system object if exists within 30 arcsec (from MPC archive)","name":"ssnamenr","type":["null","string"]},{"default":null,"doc":"Ratio: sum(pixels) / sum(|pixels|) in a 5 x 5 pixel stamp where stamp is first median-filtered to mitigate outliers","name":"sumrat","type":["null","float"]},{"default":null,"doc":"Aperture mag using 18 pixel diameter aperture [mag]","name":"magapbig","type":["null","float"]},{"default":null,"doc":"1-sigma uncertainty in magapbig [mag]","name":"sigmagapbig","type":["null","float"]},{"doc":"Right Ascension of nearest source in reference image PSF-catalog; J2000 [deg]","name":"ranr","type":"double"},{"doc":"Declination of nearest source in reference image PSF-catalog; J2000 [deg]","name":"decnr","type":"double"},{"default":null,"doc":"g-band PSF-fit magnitude of closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"sgmag1","type":["null","float"]},{"default":null,"doc":"r-band PSF-fit magnitude of closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"srmag1","type":["null","float"]},{"default":null,"doc":"i-band PSF-fit magnitude of closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"simag1","type":["null","float"]},{"default":null,"doc":"z-band PSF-fit magnitude of closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"szmag1","type":["null","float"]},{"default":null,"doc":"Star/Galaxy score of closest source from PS1 catalog; if exists within 30 arcsec: 0 \u003c= sgscore \u003c= 1 where closer to 1 implies higher likelihood of being a star","name":"sgscore1","type":["null","float"]},{"default":null,"doc":"Distance to closest source from PS1 catalog; if exists within 30 arcsec [arcsec]","name":"distpsnr1","type":["null","float"]},{"doc":"Number of spatially-coincident detections falling within 1.5 arcsec going back to beginning of survey; only detections that fell on the same field and readout-channel ID where the input candidate was observed are counted","name":"ndethist","type":"int"},{"doc":"Number of times input candidate position fell on any field and readout-channel going back to beginning of survey","name":"ncovhist","type":"int"},{"default":null,"doc":"Earliest Julian date of epoch corresponding to ndethist [days]","name":"jdstarthist","type":["null","double"]},{"default":null,"doc":"Latest Julian date of epoch corresponding to ndethist [days]","name":"jdendhist","type":["null","double"]},{"default":null,"doc":"Peak-pixel signal-to-noise ratio in point source matched-filtered detection image","name":"scorr","type":["null","double"]},{"default":0,"doc":"1 =\u003e candidate is from a Target-of-Opportunity (ToO) exposure; 0 =\u003e candidate is from a non-ToO exposure","name":"tooflag","type":["null","int"]},{"default":null,"doc":"Object ID of closest source from PS1 catalog; if exists within 30 arcsec","name":"objectidps1","type":["null","long"]},{"default":null,"doc":"Object ID of second closest source from PS1 catalog; if exists within 30 arcsec","name":"objectidps2","type":["null","long"]},{"default":null,"doc":"g-band PSF-fit magnitude of second closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"sgmag2","type":["null","float"]},{"default":null,"doc":"r-band PSF-fit magnitude of second closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"srmag2","type":["null","float"]},{"default":null,"doc":"i-band PSF-fit magnitude of second closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"simag2","type":["null","float"]},{"default":null,"doc":"z-band PSF-fit magnitude of second closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"szmag2","type":["null","float"]},{"default":null,"doc":"Star/Galaxy score of second closest source from PS1 catalog; if exists within 30 arcsec: 0 \u003c= sgscore \u003c= 1 where closer to 1 implies higher likelihood of being a star","name":"sgscore2","type":["null","float"]},{"default":null,"doc":"Distance to second closest source from PS1 catalog; if exists within 30 arcsec [arcsec]","name":"distpsnr2","type":["null","float"]},{"default":null,"doc":"Object ID of third closest source from PS1 catalog; if exists within 30 arcsec","name":"objectidps3","type":["null","long"]},{"default":null,"doc":"g-band PSF-fit magnitude of third closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"sgmag3","type":["null","float"]},{"default":null,"doc":"r-band PSF-fit magnitude of third closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"srmag3","type":["null","float"]},{"default":null,"doc":"i-band PSF-fit magnitude of third closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"simag3","type":["null","float"]},{"default":null,"doc":"z-band PSF-fit magnitude of third closest source from PS1 catalog; if exists within 30 arcsec [mag]","name":"szmag3","type":["null","float"]},{"default":null,"doc":"Star/Galaxy score of third closest source from PS1 catalog; if exists within 30 arcsec: 0 \u003c= sgscore \u003c= 1 where closer to 1 implies higher likelihood of being a star","name":"sgscore3","type":["null","float"]},{"default":null,"doc":"Distance to third closest source from PS1 catalog; if exists within 30 arcsec [arcsec]","name":"distpsnr3","type":["null","float"]},{"doc":"Number of source matches from PS1 catalog falling within 30 arcsec","name":"nmtchps","type":"int"},{"doc":"Processing ID for reference image to facilitate archive retrieval","name":"rfid","type":"long"},{"doc":"Observation Julian date of earliest exposure used to generate reference image [days]","name":"jdstartref","type":"double"},{"doc":"Observation Julian date of latest exposure used to generate reference image [days]","name":"jdendref","type":"double"},{"doc":"Number of frames (epochal images) used to generate reference image","name":"nframesref","type":"int"},{"doc":"version of Random Forest classifier model used to assign RealBogus (rb) quality score","name":"rbversion","type":"string"},{"default":null,"doc":"Ratio: D/stddev(D) on event position where D = difference image","name":"dsnrms","type":["null","float"]},{"default":null,"doc":"Ratio: S/stddev(S) on event position where S = image of convolution: D (x) PSF(D)","name":"ssnrms","type":["null","float"]},{"default":null,"doc":"Difference of statistics: dsnrms - ssnrms","name":"dsdiff","type":["null","float"]},{"default":null,"doc":"Magnitude zero point for photometry estimates [mag]","name":"magzpsci","type":["null","float"]},{"default":null,"doc":"Magnitude zero point uncertainty (in magzpsci) [mag]","name":"magzpsciunc","type":["null","float"]},{"default":null,"doc":"RMS (deviation from average) in all differences between instrumental photometry and matched photometric calibrators from science image processing [mag]","name":"magzpscirms","type":["null","float"]},{"doc":"Number of PS1 photometric calibrators used to calibrate science image from science image processing","name":"nmatches","type":"int"},{"default":null,"doc":"Color coefficient from linear fit from photometric calibration of science image","name":"clrcoeff","type":["null","float"]},{"default":null,"doc":"Color coefficient uncertainty from linear fit (corresponding to clrcoeff)","name":"clrcounc","type":["null","float"]},{"default":null,"doc":"Covariance in magzpsci and clrcoeff from science image processing [mag^2]","name":"zpclrcov","type":["null","float"]},{"default":null,"doc":"Magnitude zero point from median of all differences between instrumental photometry and matched photometric calibrators from science image processing [mag]","name":"zpmed","type":["null","float"]},{"default":null,"doc":"Median color of all PS1 photometric calibrators used from science image processing [mag]: for filter (fid) = 1, 2, 3, PS1 color used = g-r, g-r, r-i respectively","name":"clrmed","type":["null","float"]},{"default":null,"doc":"RMS color (deviation from average) of all PS1 photometric calibrators used from science image processing [mag]","name":"clrrms","type":["null","float"]},{"default":null,"doc":"Distance to closest source from Gaia DR1 catalog irrespective of magnitude; if exists within 90 arcsec [arcsec]","name":"neargaia","type":["null","float"]},{"default":null,"doc":"Distance to closest source from Gaia DR1 catalog brighter than magnitude 14; if exists within 90 arcsec [arcsec]","name":"neargaiabright","type":["null","float"]},{"default":null,"doc":"Gaia (G-band) magnitude of closest source from Gaia DR1 catalog irrespective of magnitude; if exists within 90 arcsec [mag]","name":"maggaia","type":["null","float"]},{"default":null,"doc":"Gaia (G-band) magnitude of closest source from Gaia DR1 catalog brighter than magnitude 14; if exists within 90 arcsec [mag]","name":"maggaiabright","type":["null","float"]},{"default":null,"doc":"Integration time of camera exposure [sec]","name":"exptime","type":["null","float"]},{"default":null,"doc":"RealBogus quality score from Deep-Learning-based classifier; range is 0 to 1 where closer to 1 is more reliable","name":"drb","type":["null","float"]},{"doc":"version of Deep-Learning-based classifier model used to assign RealBogus (drb) quality score","name":"drbversion","type":"string"}],"name":"candidate","namespace":"ztf.alert","type":"record","version":"3.3"}},{"default":null,"name":"prv_candidates","type":["null",{"items":{"doc":"avro alert schema","fields":[{"doc":"Observation Julian date at start of exposure [days]","name":"jd","type":"double"},{"doc":"Filter ID (1=g; 2=R; 3=i)","name":"fid","type":"int"},{"doc":"Processing ID for image","name":"pid","type":"long"},{"default":null,"doc":"Expected 5-sigma mag limit in difference image based on global noise estimate [mag]","name":"diffmaglim","type":["null","float"]},{"default":null,"doc":"filename of positive (sci minus ref) difference image","name":"pdiffimfilename","type":["null","string"]},{"default":null,"doc":"Principal investigator attached to program ID","name":"programpi","type":["null","string"]},{"doc":"Program ID: encodes either public, collab, or caltech mode","name":"programid","type":"int"},{"doc":"Candidate ID from operations DB","name":"candid","type":["null","long"]},{"doc":"t or 1 =\u003e candidate is from positive (sci minus ref) subtraction; f or 0 =\u003e candidate is from negative (ref minus sci) subtraction","name":"isdiffpos","type":["null","string"]},{"default":null,"doc":"Internal pipeline table extraction ID","name":"tblid","type":["null","long"]},{"default":null,"doc":"Night ID","name":"nid","type":["null","int"]},{"default":null,"doc":"Readout channel ID [00 .. 63]","name":"rcid","type":["null","int"]},{"default":null,"doc":"ZTF field ID","name":"field","type":["null","int"]},{"default":null,"doc":"x-image position of candidate [pixels]","name":"xpos","type":["null","float"]},{"default":null,"doc":"y-image position of candidate [pixels]","name":"ypos","type":["null","float"]},{"doc":"Right Ascension of candidate; J2000 [deg]","name":"ra","type":["null","double"]},{"doc":"Declination of candidate; J2000 [deg]","name":"dec","type":["null","double"]},{"doc":"Magnitude from PSF-fit photometry [mag]","name":"magpsf","type":["null","float"]},{"doc":"1-sigma uncertainty in magpsf [mag]","name":"sigmapsf","type":["null","float"]},{"default":null,"doc":"Reduced chi-square for PSF-fit","name":"chipsf","type":["null","float"]},{"default":null,"doc":"Aperture mag using 14 pixel diameter aperture [mag]","name":"magap","type":["null","float"]},{"default":null,"doc":"1-sigma uncertainty in magap [mag]","name":"sigmagap","type":["null","float"]},{"default":null,"doc":"distance to nearest source in reference image PSF-catalog [pixels]","name":"distnr","type":["null","float"]},{"default":null,"doc":"magnitude of nearest source in reference image PSF-catalog [mag]","name":"magnr","type":["null","float"]},{"default":null,"doc":"1-sigma uncertainty in magnr [mag]","name":"sigmagnr","type":["null","float"]},{"default":null,"doc":"DAOPhot chi parameter of nearest source in reference image PSF-catalog","name":"chinr","type":["null","float"]},{"default":null,"doc":"DAOPhot sharp parameter of nearest source in reference image PSF-catalog","name":"sharpnr","type":["null","float"]},{"default":null,"doc":"Local sky background estimate [DN]","name":"sky","type":["null","float"]},{"default":null,"doc":"Difference: magap - magpsf [mag]","name":"magdiff","type":["null","float"]},{"default":null,"doc":"Full Width Half Max assuming a Gaussian core, from SExtractor [pixels]","name":"fwhm","type":["null","float"]},{"default":null,"doc":"Star/Galaxy classification score from SExtractor","name":"classtar","type":["null","float"]},{"default":null,"doc":"Distance to nearest edge in image [pixels]","name":"mindtoedge","type":["null","float"]},{"default":null,"doc":"Difference: diffmaglim - magap [mag]","name":"magfromlim","type":["null","float"]},{"default":null,"doc":"Ratio: difffwhm / fwhm","name":"seeratio","type":["null","float"]},{"default":null,"doc":"Windowed profile RMS afloat major axis from SExtractor [pixels]","name":"aimage","type":["null","float"]},{"default":null,"doc":"Windowed profile RMS afloat minor axis from SExtractor [pixels]","name":"bimage","type":["null","float"]},{"default":null,"doc":"Ratio: aimage / fwhm","name":"aimagerat","type":["null","float"]},{"default":null,"doc":"Ratio: bimage / fwhm","name":"bimagerat","type":["null","float"]},{"default":null,"doc":"Ratio: aimage / bimage","name":"elong","type":["null","float"]},{"default":null,"doc":"number of negative pixels in a 5 x 5 pixel stamp","name":"nneg","type":["null","int"]},{"default":null,"doc":"number of prior-tagged bad pixels in a 5 x 5 pixel stamp","name":"nbad","type":["null","int"]},{"default":null,"doc":"RealBogus quality score; range is 0 to 1 where closer to 1 is more reliable","name":"rb","type":["null","float"]},{"default":null,"doc":"distance to nearest known solar system object if exists within 30 arcsec [arcsec]","name":"ssdistnr","type":["null","float"]},{"default":null,"doc":"magnitude of nearest known solar system object if exists within 30 arcsec (usually V-band from MPC archive) [mag]","name":"ssmagnr","type":["null","float"]},{"default":null,"doc":"name of nearest known solar system object if exists within 30 arcsec (from MPC archive)","name":"ssnamenr","type":["null","string"]},{"default":null,"doc":"Ratio: sum(pixels) / sum(|pixels|) in a 5 x 5 pixel stamp where stamp is first median-filtered to mitigate outliers","name":"sumrat","type":["null","float"]},{"default":null,"doc":"Aperture mag using 18 pixel diameter aperture [mag]","name":"magapbig","type":["null","float"]},{"default":null,"doc":"1-sigma uncertainty in magapbig [mag]","name":"sigmagapbig","type":["null","float"]},{"doc":"Right Ascension of nearest source in reference image PSF-catalog; J2000 [deg]","name":"ranr","type":["null","double"]},{"doc":"Declination of nearest source in reference image PSF-catalog; J2000 [deg]","name":"decnr","type":["null","double"]},{"default":null,"doc":"Peak-pixel signal-to-noise ratio in point source matched-filtered detection image","name":"scorr","type":["null","double"]},{"default":null,"doc":"Magnitude zero point for photometry estimates [mag]","name":"magzpsci","type":["null","float"]},{"default":null,"doc":"Magnitude zero point uncertainty (in magzpsci) [mag]","name":"magzpsciunc","type":["null","float"]},{"default":null,"doc":"RMS (deviation from average) in all differences between instrumental photometry and matched photometric calibrators from science image processing [mag]","name":"magzpscirms","type":["null","float"]},{"default":null,"doc":"Color coefficient from linear fit from photometric calibration of science image","name":"clrcoeff","type":["null","float"]},{"default":null,"doc":"Color coefficient uncertainty from linear fit (corresponding to clrcoeff)","name":"clrcounc","type":["null","float"]},{"doc":"version of RealBogus model/classifier used to assign rb quality score","name":"rbversion","type":"string"}],"name":"prv_candidate","namespace":"ztf.alert","type":"record","version":"3.3"},"type":"array"}]},{"default":null,"name":"cutoutScience","type":["null",{"doc":"avro alert schema","fields":[{"name":"fileName","type":"string"},{"doc":"fits.gz","name":"stampData","type":"bytes"}],"name":"cutout","namespace":"ztf.alert","type":"record","version":"3.3"}]},{"default":null,"name":"cutoutTemplate","type":["null","ztf.alert.cutout"]},{"default":null,"name":"cutoutDifference","type":["null","ztf.alert.cutout"]}],"name":"ztf.alert","type":"record","version":"3.3"}avro.codecnullgogenavromagic103.32ZTF (www.ztf.caltech.edu)ZTF18abmmootˉܶ-Rn{BA^eArztf_20210617364329_000687_zr_c11_o_q3_scimrefdiffimg.fitsKulkarniˉܶ-f"T +"DhDBW"P +s@|gj@@4ϗAn=?@iA=={A<z?L7hΊӀ<p?Zd{?hD?[+?G!??ls>>ff?Ur?yynull3}|?)˗Aڬ=m P +s@Rj@@U0A(AlAhlAp?<]= +5`BARn{BA*2@ȁʐʐyyAy?@鍏ʐyy\AuA?pAF+BAisBAt17_f5_c3(ABGRA bQ7$=8=>6~`+A}?? +G>(AAyB; A ZAA? +d6_m70Z]lBAÌ]A/ztf/archive/sci/2021/0519/409097/ztf_20210519409097_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT + Ac8uA= aؽ8t17_f5_c38dlBA]A/ztf/archive/sci/2021/0519/458264/ztf_20210519458264_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarni,fFT +VDJD*%P +s@/j@@A=v@7A>]~={A<z?L7|bm>-CL>\B@Zd{?VD?Rd?VN?5?b>Fn>?:h??>AI>m P +s@Rj@@JY&2@:Ad7w<5>f7t17_f5_c3 unBA]uA/ztf/archive/sci/2021/0522/414468/ztf_20210522414468_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarniֻ,f6T +ЅD\DKzsP +s@vGj@@AR=f@ϙA >͊={A<z?L7ʎ4@w?ЅD%Zv?^?E?3?i9>1>3?t?:~?3DA{o>m P +s@Rj@@z,C+,@(AFh\7z <&=ׯ7t17_f5_c3ynBAΰ]4A/ztf/archive/sci/2021/0522/449711/ztf_20210522449711_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +ZAx88V3=7t17_f5_c3oBAϸ]A/ztf/archive/sci/2021/0525/327083/ztf_20210525327083_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +|A,8 C=ѱɍ8t17_f5_c3 oBAǪ]ݤA/ztf/archive/sci/2021/0525/422859/ztf_20210525422859_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarniڻ,f:T +{LD +DYtFO +s@mwj@@>AzQ >*?AJj>s={A<z?L7uvoE=H +@y?{LD{g ?8?Q8?R?L>I>'?q??dA>m P +s@Rj@@ݓ%@%A'7#P<% +>7t17_f5_c3?tqBA]A/ztf/archive/sci/2021/0528/412350/ztf_20210528412350_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +[A:8@=A$)8t17_f5_c3wlyqBA]VA/ztf/archive/sci/2021/0528/448600/ztf_20210528448600_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarniƫ܎,f&T +ˊDDS@(A>O>}={A<z?L7Ic??Zd{?ˊD G>y?B`?p>>>N? 2?lw?DzA>m P +s@Rj@@0L +F+@/nAa7'<>7t17_f5_c3ףptrBA]oA/ztf/archive/sci/2021/0530/409676/ztf_20210530409676_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +zAPr87="8t17_f5_c3JyrBA] A/ztf/archive/sci/2021/0530/449826/ztf_20210530449826_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarniƻǏ,f&T +DD/ O +s@)< j@@CAe=M@ǩA $(>r"={A<z?L7Z2>?v~?D?Yi?? ?ǻ>">?Ƅ? f?"}?AF>m P +s@Rj@@m43@;Ac7)<p=t7t17_f5_c3țWsBAΙ].A/ztf/archive/sci/2021/0602/401111/ztf_20210602401111_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarni̻,f,T +\oD8DP +s@ +j@@A=h@A=-)={A<z?L7^< +@p}?\oDK? ???>>؉?dyc? q?A' >m P +s@Rj@@w#4@$A"b7<{>F(7t17_f5_c3rsBA]†A/ztf/archive/sci/2021/0602/430139/ztf_20210602430139_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +,A;+8*=鼽5(7t17_f5_c3otBA^iA/ztf/archive/sci/2021/0604/378403/ztf_20210604378403_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +@A8 8==[Cţ7t17_f5_c3tBAך^A/ztf/archive/sci/2021/0604/436389/ztf_20210604436389_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarni縶,f(T +RXD{DaP +s@ӳj@@5A=VT@&A{=={A<z?L7Uο#?Zd{?RXD#g?4??b? +>~>W?l?y?ྗA(=m P +s@Rj@@Q6@Q?Zd{?3یD5?ё??C ?b>)Ϥ>? +A]? ~?=Aq= +>m P +s@Rj@@J;@sAi7w:<6#=27t17_f5_c3rwBA^MA/ztf/archive/sci/2021/0609/390602/ztf_20210609390602_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +RA"!8&=,Y7t17_f5_c3CwwBA䰙^0A/ztf/archive/sci/2021/0609/437118/ztf_20210609437118_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +$(AIR8C>= >}J7t17_f5_c3qxBAٷ^-A/ztf/archive/sci/2021/0611/383692/ztf_20210611383692_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +`eAz8="=½(7t17_f5_c3+wxBA҅^eA/ztf/archive/sci/2021/0611/429815/ztf_20210611429815_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarni؛Խԃ-f8T +3DɍD@HP +s@!j@@Ar=t@A=<.={A<z?L7~̾O>)\?{?3D?ػ?T%??k>->? +~q?s?_AA>m P +s@Rj@@xz,C5@yAjVS7bo<=T~6t17_f5_c3eoyBA^馥A/ztf/archive/sci/2021/0613/372465/ztf_20210613372465_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +qAW@8"=x; 7t17_f5_c3qyBA^ƥA/ztf/archive/sci/2021/0613/389306/ztf_20210613389306_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarni-f0T +>DD21P +s@&j@@A= +@AV=;={A<z?L7E*D633@w?>D ?֐?{.??թ>Eږ>3?Զm??D A/=m P +s@Rj@@6+7@A-U7<=6t17_f5_c3qzBA^>A/ztf/archive/sci/2021/0615/383692/ztf_20210615383692_000687_zr_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +A!&18YR.=I>7t17_f5_c3)uzBA^*A/ztf/archive/sci/2021/0615/415336/ztf_20210615415336_000687_zg_c11_o_q3_scimrefdiffimg.fits.fzKulkarniT +0LAlԂ9f=Qn<j9t17_f5_c3vcandid1628364324215010017_pid1628364324215_targ_sci.fits.gzg`UnFDfdfBwݥ wwwww­qqhhܡow{1K_}s6Ul*JFF?p/[J:r}WX#߽}~Yl>R%}T"O܋uDSY1)u5Z?lw^utBkRNm~[qu9=%v[@ ]K^ĕh7ƪLĭ>GnЮ(Q MTx!S|_\1 + Q{%z(S`YXkk%&.hcoygu͌'-:*R`?`Xcz9LJ<2X|ayrcM9pPWJӈH|IpoVerxB gzF $ٔ)u +0p$X͇>:+*#ͼeyqlYI|up/ 1vYEٳ~oόp\` y,Ly,lO<қا &%:9g߰P|f߭ɘj)!;q☴ Gr+q*'5$e5Y1Zx朊r`-.`7pɂ 9Ytx8Υ}P9sW+B,p/}J۩0/qÎ=k jc-҆g_x~FsA|p?pLP +U"j|ѯ]&6٧h١qlڈv);1Ep=op,6(. Mh.cQ;|Omp9#{>c Jm,zu407QG7gwQjO/J&y~Xӏ\~_賈)< z㶸,SVlWKQ⋝ܔ? ߃aYc.^ځr4O"=e'g3tN%Ҵn]" ҖqT(c -Q&b_2K_X& u@umػ}ǟF㚙DVXK*ڛ9+TY,ogʎ;cz=r[a TܼXvr鸝E9HەGӥIlul~9hp:B  *v6jDoM|Ŀ>MǨ3r%^ֱt _;@|)G4b}-—}ĜF`lv؇gSI}pe +D#T,y*:bn[Shwx"%CU1=΅ה8-^8=_2Y-u;js[P]~=]tc>L2znyQMu4D:D\e[c[)EG;X\wU1?H~OE,ч%dg蕊Jo5ƳN`]S0dzQ mxi H8yCثW@ #E?^b]ql_4Bu|iq4mZ*2,lwo'|jgFW[Xsn %>SVu0#*q7ePH6VC+TXNtC}imSbe:wXG/`baCc:Zf) (=Ev!b$OvqIىrwSEF|1iuJcjX|kəWC9-PeDIyosVρ+PTCLd-Ah3<HVKMC5͍F0ysܛSz1+zWh +vǰqtbw%囡 ;/ (̥F[8nLqOq[m&qį́~VH}*` +=J8fœeƀrĤP,xI҃Vsw"ԥ3wW3J(wZĺ ]'YwA&^>o.ɘ +?'qmZ^B}^zmaˤvvS߿MwȘ ށx\Gsx_Єx"8W3#yu\=Er ˤøv2.ta챣Dc _:Uɤs?qUxF](&Mt s&2X(>q9!-}"X~e$VՕ}܁9p+\:O8rʻxٝO\Gq8֡}ʌYax;E=oXJ^|ZGԟ_p)YanǿDJOw^@T(Ufh,ٟQ h[_h6Όgq('0M-s2-0ح-l]t9ڸ 0hGoͰ}&0I:%JbsvWdo+EPFmEK&/YZ O).g-|g +Ѣ +kG_ lNuEek Ö(Ow9ayi/dGmg]5DFGI8y>j,{2zKB@;!84j*qpLIh +؅!u2y_bx'y?ˀmYo߹aoGxUЫ9\w9 y3OVʂU,ݘ7M;ok<_qɻŶw'ף{)A !=֍34G덱p 6̸=) +e;7ީ'~{u }(d۪'Bk;œWP+g +AX74B}q7Ή;nk.9Lb ?q(>{'y$ӾbAT{7|0^jcѻpr5v9Qze\xv8[gGG^ ߎϨ${3yރ O2/ƸGɚLwb"|tGXxMhP/+XaiQ̺8uzl f/ rjxfX|w"]LM^}g&`2aSN @Vx֊Mt8];ev&%".:cs{+7E gs2xNM|y V#L5БmwlmbNTYKb]xaB:yoSaqGq.9׽i9naWՅƗFgh^W#Av(J`dS#Ķs(&KpQxgz?g_AB-[]6؍5.mL9%{(]Ý Jh63x Ɲ)H;WNP1w=ꬖ^%cf&J'w+([п*𨚲oR?Q7`}+kSqW‡ *O q}B:q3H e`uBG'A-DI a7p[p1cYQIo=L38D[*ux+f!涊!|_P]_:AddFgYtu8Bk %|v]tXZA{~k'饷<5"2ᨦO&TnI7^ +As,kWrcGB䵞8wF/b,O +]Jz/Jҷ'`3/Oz|B̛=ERL!eX!}GY|k2Q IN%<+9"uđtXzl5phKʄlp2ҁEx!C?p*bz‡!75tu5o)%^5ހk*l"Ϻ5^E'5蓷a6ı=#Y%[H]ݣ,Ź%-YA^{u'aZLXȾ+hU#P'=Oxva}㸝}R!ԮN} p,Jˋs [QpmSKN<\K??m:l}|2;ZX_+,``!gQ,(m/g#3! d5aʣNBK=!2r-DUh'3B0,xc+S rXNJV>y.zMԴ qŞr9 s+~/GRUfHo&OKuw)JDv)^^8( M#p ?X?AoH|v'߸8cKQД=h?š}5xD[:(z%nli1^ VSsB鄛t;<^(eF;b# ͒=^ʅ2+{hS}UHz`-Z)[,ׅVa#iwQVX3?Fs!*΂UpdITkaٛ2k#yX݂@`d=Ap3-K7YHdAuI%}^(tFCGaR"`.](po6Q3 |a8,חDt̅kԒEQ,#d&O^.Z_aiQ +FǚW3W}B,{JgƴтS/ݺ>@/ bυcɇ;'MI=Zxg}ir:0 cJ\K;? m48vyĚ"wp[cp$}G~IY3`<8Xϔ]tGY1Zz\ǏpM^ د3M@wDΖ[2Jn%O('{wC16vV!N&1q F|H7^F_mV;wX/>؋E8LcwW6Exɽ_4'(o&wx|Yb^W}q?ތk5䌮κ)[/[ d7Dž8oiz@X?Ы$\ dGb?P }x[6>.]};2#hKq%J -&ǵƙ$Fh佷|VZM߱B&vnOli2c*=ڍ{^9 K,Zh5L;e'A͔ox@i=k1Ɠ,/ުPh'1wW/}:`^^ &9QI?ʄvAzpH'wEy 1pk:l_)[).UƽE UeQ_37QCfܟ$ytWoqNrXs)9`8';.&`@fDn ܯ8'P|qJ=8Ƽ\6 +Q,F׾wgߕT̞VdVoTF^0 x>~0lTH~I4$~66 צ -ɀ^?dD=᢮kp|fs3Aфwxfl"P-Vӎń}0/`. wŽQJ3;lXjvuÎ6a8b2cz(e;;Bxe}peZ{S8 pcVg$kGDd`'2C\ 5g<%3/%/L%%V1Z{}A'ef*ݔY>0O`@f#'Zu^2ѧ%~ +{c?!!zK+N ֬p}8E]+u}gI$uY&Kϰx@_-ӠG<##3Z8g-ҭ0D"t=]-/du)5)1QoF['>{% +[a=R$/gqL?%^ 0 m0$ojg7>X'W'Uߴ4v{ T3'#P"m-NhaNe]"$]+cAl$3zc}X odJ c. ~:#P efC=eOK>19FT+g5;o'qŬipϴ'|Nl367u[ozb^'3p.-a%U7g>#5%'ɰLi9 Cq $+=Ś\ǻNgzܮjx/-sL:+p>Z4A\EX-huK^J]gc5ѧ&!1g=Ĉ,%*D{WTboaosUb|2o6Pxx8uԣS(U ن)LK*|8RQ_@Ym$yþQHG~>_P֋?6z߿sj.&k[J> 8nȆ"0Nr ޛ}H%1OǑVZG-۫~ #*P7X~܃{eĢ%Jy]ք,;i%V*5ǸyPr.>*',iO|mQ8˜#e#qI>n Xn +,7=X +~wUmpn΅yf #ЏEmጆx_#M>ݩeÉy]eZSKw()d4|;m+7$sZnlY%yq~D9Y V?Nn&Fby?CN7Fq_F U$¿St&L˖W6'8(^u 93T)0S +77AE)\-^[k` /N`їYyj&Z'lg(44K:,5XW" *#jѥgQbCSX7+%wXv-sHy}7KP-0 $ect6 Y#;-=[}=Jbm2LN7MFXW+ 1: +sĔ]G"P +!S{WX\ԁFh8e]WzNq$_Iq&(v`6wlww:+6 !* ޞ^-wn;ITŋؗMTh8s80$ |vțd~Fۗ虎 {] m0m¾?R_"}dr\o$X4lǨCx&G dF}mSq[Nw8!~҆WK cO->?j,nJ@KOq}QO[&˜ӐkMJVֆ[}Guy۞KEa3-]O|jBcٳL` +yhx +7;$+m;%_ 7*3sc=1:Jg>c v옻K=H?o^Ԝ'q ψ0#n9zv%wI_Ýkʸ3Y8t%l^cnoRቓ};IXϊu1;KnA.YCEτU$^s񎪎’>~p ^aNm|*At@7tibwwX}X8V-aczeVk%o,T +VVU)0dŕ̃+Eq +h mś}0ޑpݼo;qI~… elČW0j6KH >9]K7Ўc=p\}p)Jc@}z ə'7svԇP& Oń.0wHffl E=L$XoE2=;zp>D_!>qN%Sܡ91KTYCzuSdyvSgenN%mg='-!7(˨Lδ2 +r▔%Mb˺%iw9˻7Z잪 +/mȾ˕L[3s'e~"[+eV\քҲ zdI'{ͣdN]$;Eb9e==Ւǫ&!>CA9vɾI )Z 5.ɺ|O zՕ-d+scȪR˽I窬Y˾U?{再o9}vYZKC_ho3\Q䦯,"k;!k SV r:{e? 5h7d`?Be^V?MUed e&!7i)TɺrE[wcdV˱Ɍ=.85e.;Bz㈜BuU` +Rޗeo)g__xBd.,k2X/15,M +8W%bR9կTU +( 7)3erѲw*);vȬ8Nwe(Nj%Hr\a YɲK?*B؉쫕 *;uޖJ֢-Zj۽}e,+Nw^IAAV|2M/!7c YCh:N O29CDQ{>*eQL)<<#e*׽.Х`}=eK*NGmkenqڽ9IdM@>~W椼25D :.uIeMair +g*L`)^ZD“ڳQc=deN!'ve$3zq|us^Ppʦ +yJn(i#})?~UvDܹd*$'MY-)Ay]oeGmk 7aY=_S +sAދ_1zQ2o9?G%me=Uf<̏xtd68r4huos9vE)+E>DzT"VnTZu+U[VwK5re;LAq>-{!dy*9Y;N\F=;$D%+;}&zTV_|"ڙ _k*Pw~ T7{ds!gQ)d|* M'2˟`еHW_T|9>@[W-{d|^ΥwC4D o1r~GMFa6n+ +zR wf +D/1^uKdX,G9y'<=/1 +-JLݻ>2An7r{-I *^ +yy VʊJA/Sw8%n.#kdO*HJtaS20}J|9Ae) }RMcS(_r&eyݕw|b7XI_X*Z}wpcu| B碳iՔ^ZQ6,Y|ﲾ+6~3Xj?V}1NIJeB'*nW7ZOZrV/'YT֥N%3GxAX+\Jdɺ*'ߒ +9S]/Q` +JTξ9៮d'_"G{}}]G2g0:ںRՄ.'M2oҷ n>C#U./ymY\B۲[F_nT_.jģ{`o1Z*5]^fzY] DP"@~8n/'<40>2Ui{'pS<,2Ѓ SpP^*Y?ܶZXs}✥ny3\N#4r'[2ݣ3r +:lHH)z +.Iu֑ _VsZ~جA5Vd7Qr +ܔ,Ln,xqlxX V2aӋeӛϑDvn脬'd0X bWNž;'~v2gZUWWԜ$reh{=| ['bMȮ-=4֒k*F>Ѻ,o_$9h$OY'u<# 5צtCt~Qy^{eYlrwZzm|=Id~(ck6y*UƖC'`^/&&LyI-;_zQ,ϔZOO c+4c9kzu6ZO _'U8N<^O*+ +'%,Lg v,dvlw9Oaod&3j6}4N7$\of?C|'z3 Y+Y-#|m8Yrf 8Vk0l[ Z=]gF qwew\NeEO^]=!c"4̤gBd0jIȭ$dU +hjr%3V3#YKhRò3#eTf>¥| ,hw@nzJX2?~2cz2'[_1ʖa'pSYq *Ztg)}K1G9{ +tȗ#]",.KviYnp}V>o[b?-e((+LrϬ;e<9tȃ~n}BN<%y,<JV-?yRq >COouQLb#d;`w5T3yD9i>ȹ3rmbFƣGTJ\X +)S*dW!}&3r0̣o2&;S~YOfcf= &I!&¦rnUXN=ӒSAȩ!97rU%w[,:ME)#9Hx:a3>Q%H}. 3i:O$M>ߠ>Ѿ$cꥠx g|9my^'>̻|̷d@rDR 5,/y]NSY_qU;7YJBn2e͇E8%Du$󜳲wX36޳ou 9+$9ܵnߑNG;3!d2#f}n(TU*jG%PP̲/][̇q܆ʳ_q3GZO'+sw١I +O#3/#o8v s;%7s]{] f}9gUв{am4*qkɏEsqa %dpR4c(\А=n?*ܗݏ;Cwn whPr~ΒtlI-5`wrw +xm,~n1)d tR;PUcDO)hhcqBp9??Z2[f52QDT}RڴN>UFh"҉9ᡜ213VW p% o)k>-{Po50ѰY dLh_Xt֐Wl;KDg0{TQSn~{@Qk.טYmzgf[zML|<͌r̹3ЛeΊxS"?zoSُ mOΌ|dvuDgtɧd`Y.o*Eҹdd~fN+~ y{A~(> ;*X< ME_SۃbZͮ ؓ*P3W֫!gR26خ?OhǺe=0vPgS]fƲ՝aCdw=|dOotJNvX37.8/1Y.cW<ʟd!'q7ݷ5gxa[{^kL-IOaHB*U}|[n?)zC>v6 3<%s l[=)S洏2ю&Oϔ12^W+"Y,->aIeQ3crf!˙QXf ָON層Lo1hs<2Zrneoa3pO37ͫe#,z1 :H/$IOޖƔnwnޮ3GzRF󹧳8|d5*P3Ws(&rVtMY[,kz+.YH>"ZZ_79&x"g73 ͠2ނIA{d +сѲbZM^IN/YSOKgSyKC_ пIrFËC=2zG|?"#j!)|z?]Fr2~2fpNC//d orO߁ZOdΥF_U5 Vn>% ^% ٹ:+q`"'ӣm0hX1Em`@ SRsu ^;0ws)sW@ x5]{ȏ2 x§2ctȝyor׈9sܔ=NbuSC9S k<yA¦r^Es23*^ e%+7oB9ɠ>Yq\M c}e.A\lYn;;nÏ1 筓qg`nZ, klm-$f>LkvnUYuʊNI^]Nrϡa|g2"hJԊaņ gdLчR6\/q7тnyfyY2.d_9!mAf㶑cq}K/ b>zͭN/{ʳWƌu@j9KFDx9̊PV<w)e5e| {* q|r F5a +6T!F2^ߪAf߲2o9("k,Yduǜ7BOy[Af|+1_{eA__;yr|f6Y7NNTco3L| ]93 +ydmU(l~ +>w<'F/,Mr 9d?yC;ŝQM2Ì-͝V9)6+_B*un1xGβj2u%jOݕ9&)lROm/8%w:yJP|.| VrYvAvtC. ҇W!}]HS Ф5'ay7ASy܆˧#;N+!9~WV:/,[g +Zpc +eԪڪҽ +.-+-2 6:@_|= Arr@٧酗76-U!1jVnP/<\\zf .y%s'pF;Gƛ'<=c˩SKNY~_`%ⲯ k얷rM*p]o5>B-Tʞ9HEzKN9+ktq̟eǃb~TV$fܠ@gֵcYx)loww{R`63&7'pNYafvY_F.Ot%?gz>/c!YwJddV`nv]O)0.d݈SLcs&ăO^ aU%<>܎wr[+=n/Ia%K"Sm^#߳HЛq&UeɗFG避EC~^| [ɺxi?|1_dEvE濧e\F<ſ^%'* 㩹^zd%x:OΎprg,ЍOSdO>ū(vyHܯy*pU@MonJ5vU_C>NwWq֭dg!' +=Y&yj wX/S*/,E3-tf +</93=hR_Nz&d̡eB2+M0[4|%hASwhQhLNxi3M}/8UF?,m#Y8C?+(vWov #n;OwhiQZo;uB*hUZ=?]4a\U ^uUUQP6MLNh#o?恊&#ˎ&l{|2ϛa M oUV*3-Zx]7r\ޯ7D֊SpS2vc/OcQPu%<`̧Z:1= gƞ;{ʘ~+/get*|Y͋uJrNM||Ev_yVh3o_Cqyr2|q)^8`+!ܛ \Ce?V;@b# xfW.=0k]:ξtɇagwY&v*E~xX4S_̃Urq y»IO &gf ƙo ,[aCQ #d&? 㾀YT*GD#O4Ѷ H@b90{ +2ҩE8y X>x;b!{ɢ +j%\ 3bd6,W0:q&aQ&? 17'f`'L\y߬S/pqy:xb~5.x5ۀ=fڜPV6^M(p_;,9#yFUٶH^,~ylQf<\>y-'iXz Sj@& &Of^ƽ|n.g2=*L??k 8iuBbRRyؼ 'i_sk@8ݸ*f޴ ox&bqqx ĤLmt9) Ӥ''Epn> Wy%|\}MQ^#|)r"?jFH:r!s};^w,1/\џMބE>sœ KoxfZ"W:ʔ?=Yz 빉+06fӘnTM#Ob:ޡ o 7X? y["3w{qϲc|^7)~x5^Yiᴦv_#IPZE 0Hґ4 ,P_$UOƪ<@:G8 G]d;?)t;|@=>'c1/'Nln cvLmh)uGK ҒٚO͆٢ѽjS3Y6.QnjݡW'>C58jLg/LCG@|gC:0#cJlksp|?S 8c:XV)cHnl_Ϟ_%;}ݒi&?/sNYS GntҚAP&?*LhLcHi:pFsj vTm'^)^%8Z< Q:Rdq+wˏ$£zL3Ww2T SmflǞYp$~a.w |qx|:O\o%p[E8ka4 MUX Cem/녣NdlIO &x} :lr6ĸ3 g\ <%DED'*<Fjԁt`thL!GWT8\wQ^NSOh.wd6ʒXƿD7G>'ɺ> +T',Qmea*6^x%dɢp>g;ƒeL55,f Wg;9'W\ޱHcV}/|N90i8MԻ;d}o;ȂL~Owzx[4C6MCU()Y5;[xw^"4^0,O$ Dogam .eaZ~.Ir }ȣx9.L4yd1 <4mb02v5zcy(у{ڽ }N-  lk{6 j߼@NLkFneBNMaju0FW/)y:u8Ҵף?v:e8uϿɫ3JMdK!=δZ;S(~)A`w+-¬ʜP1; سygþC!7c3זez70IX*aMO"YDR.9R̨[ '_!8K;涭&}nL{wqoYT\mM=zTbc46-$绋Iդ x֤[Pi !|H4`cS؈I^-n,Qq?q"?h hCf53y287I`HeyGpB6ЮY&`%BS8I`L7躈sbjc1ˤ2{#89lxaJ*!1i:Dz3FiJ,X)S ' T븩eL:'`CW }+; E&&طg^SX\l`#ő<):}g 8rnY fXuE/}`x*X2y##ul+YܬS?i%Hk6 eL uKą w?ʠ 6۠ ldÌ& L +~8Ղ?Es +`w@|f>(bھi8v*jTLp29N{d"V(MnJ`L$<9Ǣs]h@ծtQJ4\~8 g,j?Ԅc)`mkϾW/#%G~^W^:|]JnZ 髼kx:!f 86ݛGzws2 ;_u*'|y?l׮ᅴYxLƝ^DffL.:lSuTd1?#j.gyl]!xRn- ;Hrb{8L0/%]a 8Ùb-Ϭ%B=Ѿu&uņ\MGmٱ*~E90Psltx>b{\!bW◱g53u׹CnF%ah + eq + +ԚOC&ӛ_Ӏ5iTvʸi'uWmĜai. $/pF{ޮ$z7߇H? 4sToiףrd(h\m17FsS6D[K\,N7ԮVGb@Bsw0sIo2!y +IsirJP,x O̟/SŢԼC7Pq +X*ʄmĮ?bQ]/i"MR* +rtƙ(2~,;bP8e$T^F"CA${WpRI>:K +$`9UtHFjĉr:6ոvD,-#p<{&nNz_8®~9Ő[X挷.аid =/o%QT:\6j'r1SEʧ/k΅Ç pt,4nS'{qp[9OKX/ԷEAC;(`"R »=I +"re!dn6ſq3azt3S}s!NtAv&Y0$x/uq= ;86-ÑLFRrC<hĔ-xgry?&ṎLlՇZum!%!~1/υtIOdAGL rc048V `כB[ +0 2q"hT>=ekM1qxt<wvꕸ![`Q6mgV֠dFY!Xq_{/%J[uʻoudمF%(|@`g~)7X?y|\_8vpa[,KK~ ~'w@],N`zx.g)YD!_`W|6+\7gVSy'tDЗ.0%.48 \2長Q&-kU(#xaϘ09@of=Lܾj b;LM+w" IGix߫agSx2O.фGβq Y8X/P9w=ɩр 1.0V!!5x)a~ɤ&:89 ҷw/[-K"!",a%hC`z + U6oge8<3]7b5|ɗߝ&ƥC/ZR& >8n[u#]"]fa`bko[el&rN0 +MIb0n{rYs;^ߝ V/؏ +kuI <o4ՠKg`bD BԙCiK)'L.L:#gӌ7Xts{iɦF̣,Dp2h#>yQu:_ s]atտ䚍 +n拜>:=g^Q?{7zT`7ߣ4 +$ { Zx:_p z2pi܎Q& 9;"B ,Vu0:N7fMdwhȤA@<9aT(?jQwr,FN8T1$V ,!3h͆(ݑpN9'}b +51/IOrFv( +xB;U2͘^眇INJUNxEQeUe(:G2}dSr3@{+{76U&w?xwm2AU2ݪEE/$$|ϴ_%8<_bDB)}3YЎ#s ئK y9MP79ol\>9[xT5PdӽXZ]l_N$mex:eZYl6#ecr '5Ӕقu^f_Q̉Lgl16w9 _ (HK +oQ==; h<$ +ٲG6q3, +V\4pӮL%qs 7m([Sv~:͕T +7fJsP;ΜX?%;ɿ~V q߻>hX`M;т?K 1#p.|,HqfP֟]Eq)nQ&-N^9`7&i,t +әl.N^i/%J`8i{e6p$() VJAP^FgcY kGFEnu-gp[;wULax&`30=L(qV])ͻ0vpȌbE &y9x9{ۇ \̴h#: +[¼DuRP-] +&qIOHǚ c= t$6҅ Fqt{uaA~[_cBmb(=d5 k=f]NW}}y1y⟡)ZCE3a +Ql +GC`G1f:i@"-WSZ^}Ub"ڦ臷Z gC(0i;M+ndw3yTqVwH=Oj91#^6qHz-FL fEkTbvj>Xkד ATȩDv&$lZEo1z B( Cɭwd"P[EOF/#$[ a^lʫ`I\' +rB8SyG1H鹔`=wu&f{Ehxm6&q!,xV4!yLkmkMO0,?]x'3=ԫ-|@$uN(U+J.p8='@">31#u*K66ՎRmgQe"_ŷ;qsB]NS\j5'8O"u1;S@vJ ^enQrm*XT=-.i eK\|A3YT6_[[֫wYgrj98\@yMIU۪Ks xOAM5\qlQDS |mlyvYp:<{%]K׸inRuN4zu||H}ΆQIzƜ5xyr$'T LE:S4gJ<3&G['~xըIжuêOEC' ]؃3eghX[ńe0Y `/'Ug@㤅 IȔLJw+p/u_.$қVǮz|(kČgW>y"wq֥N*&,ӾYh<oɵn4Ḿ(7@r\;}Y?a l3Ibݮj: Z"&99C)oE?X8¼yÓg_&!)51I<9Y[@F”L|g^Pܿy:à&,ްYL +_nNJj 4O +FZbǭV/46X 0}DLyTYfb eɿu t%6 +BSlNwm5C_Kay*@(P^P2O6;&5?B8ڏc&ւ38œ%w^33TכߊBonrטm +gs7o)%t/yMJ| { -s`=|y)PTQ/*OuAظQ֥jbrH v4s2NAѿ{`Us8ˏ=)qk \"]qW1f\]S @ʓ]ZMôܦ1qv> +@ߧ{hgX^ +zLzL S+tk3{;=OKo@?b8_[ OPzg" 2G/aƂܒoCs_hᲙI*mUSVD)#Qr{"͂ yPdh* +uBϧ~r?Q %nL>.B1m*G{`Bpϙ@=AoaGس,?g#t^ET T'uW0 pܟ^ 6>tz"*yuڧq{zSוKËo8uak ؿ{u삘DyZgaQJfW~38z~ w?X6Nw )ED́Iigxi'˭p?ڌoۿ +5!kwh/2m?aX9Fz:h7l|x+`0t":. sz +wf;'T[DeC$lw)N#CſtkQq +t;,K+Fp\' ի3+`v*>+^ א6 ߞBƵX6Sz~}?,:W2?Ǚ7/g RÜ@/v[/4 }g4XW .^v- I|$7qm_2K_xM~xyʧk5EVPo֌SFfcLp*T9 +M̭&s H#tN3Pl.3fnĂ]*upjG8> xsMxu_2iV6IO C掤/ëb ' +Cv'[G5SzA[t "d<5.QfxNyTX.‹h +\Z@NL}"ir:/;WbQj2qO- X>QLzI0݃aԨJVJEsL%8u:#}ϳUk;=D|{dPM154[*dn +ؘD2MJyxīEY b?0^yo9=ljPS8K^l; 1u{IQx .y-.UkT2/DuW !u<\mBIlsAt&5TbIi Z +&6+`Ut4T B8}r +)W1=I ȍVܴ㫙vO |ЁԽY.?p=is"FIq2v俋oO4<ٺ_`_t Vw_Nrjf؅ xw3P&@n.7\;;y.`""*90.i;/ewE@6 'd[at-9 e\%XO'b{u\}6R}Pt݆LKm84xtIKƚͲᦝj%nwA`h:H`Ocd>`N! EqN)%'+k܇[p$1p=E.Q ?>iA3YcE#f b4XW +(/TfM\)%s^УP0Wi"amp[q]Vn @ܼL o$Yc3I &[aKdJ9YeRϱBrebf4v'4R*Vܷӆ/7>C1x5ME@V iS16&p gBۅ፥۱!T_o߼lM8Kp~3Zˤ^bܝc\qJ(͠ 4OzְO]>Ö~o\Qϫ YvL[Ad0;YxT.aS_9< ֋UO}DҴN"Vw>]P54QcY*~ +tV(sKIդXZalgJ#<穻:;3{13t/اl:1L fef2 sy[e vnpQ8/ M GVHWhkxA뼱+ϿgHtLqU 4X2\e,F;5;J7