• No results found

  Astro-Wise Wide Field imaging Astro-Wise Wide Field imaging

N/A
N/A
Protected

Academic year: 2023

Share "  Astro-Wise Wide Field imaging Astro-Wise Wide Field imaging"

Copied!
17
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

Astro-Wise Wide Field imaging Astro-Wise Wide Field imaging

Facilitate: handling, calibration, quality control, pipelining, user tuned research, archiving,

disseminating results

100’s Tbyte of image data and 10’s Tbyte of catalogue data

With production spread over EU

What-ever –> object model / scalability Where-ever -> federations, GRIDS

Who-ever -> Python as glue (+GUIs)

Facilitate: handling, calibration, quality control, pipelining, user tuned research, archiving,

disseminating results

100’s Tbyte of image data and 10’s Tbyte of catalogue data

With production spread over EU

What-ever –> object model / scalability Where-ever -> federations, GRIDS

Who-ever -> Python as glue (+GUIs)

(O)MegaCAM

KIDS, OmegaWhite VESUVIO,VST16

(O)MegaCAM

KIDS, OmegaWhite VESUVIO,VST16

(2)

VO-lecture Valentijn 1

(3)

VST VST

(4)

VO-lecture Valentijn 1

Virtual Survey Telescope Virtual Survey Telescope

NL:Leiden, Nijmegen, Groningen, Amsterdam EU: Napoli, Munchen, Bonn, Heidelberg, Paris World: Santiago

NL:Leiden, Nijmegen, Groningen, Amsterdam EU: Napoli, Munchen, Bonn, Heidelberg, Paris World: Santiago

raw pixel data  pipelines/cal files  catalogues

all integrated in one information system 100% data lineage

distributed services

processing GRID Storage GRID

Methods/services GRID

raw pixel data  pipelines/cal files  catalogues

all integrated in one information system 100% data lineage

distributed services

processing GRID Storage GRID

Methods/services GRID

(5)

AstroWise paradigm AstroWise paradigm

“Classical” paradigm Forward chaining

Target processing - Awe Backward chaining

waterfall model

TIER architecture User hunts upstream driven by input raw data Driven by query of user Process in pipeline

workflow

Process in bits and pieces on the fly Backward chaining

Operators push data User pulls data

Results in releases Provide information system

Static archives – publish Dynamic archives –publish Internet Raw data - obsolete Raw data is sacred

(6)

VO-lecture Valentijn 1

Astro-Wise VO Properties

Benefits integrated dynamic db Astro-Wise VO Properties

Benefits integrated dynamic db

• on-the fly re-processing

• 5LS: 5 Lines Script

• All bits are traced

• Administration for parallel processing compute GRID SETI@home

• Global solutions –astrometry/photometry

• Build–in workflow

• Fully user tunable – own provided script

• Context: projects/surveys, instruments, mydb

• Publish directly in EURO-VO

• on-the fly re-processing

• 5LS: 5 Lines Script

• All bits are traced

• Administration for parallel processing compute GRID SETI@home

• Global solutions –astrometry/photometry

• Build–in workflow

• Fully user tunable – own provided script

• Context: projects/surveys, instruments, mydb

• Publish directly in EURO-VO

(7)

time time

• Calibrations vary in time due to

– Physical changes

• eg gain of detectors, atmosphere, flexure in telescope

– Our insight in these changes, better modeling

– Bugs in code and improved coding

• Calibrations vary in time due to

– Physical changes

• eg gain of detectors, atmosphere, flexure in telescope

– Our insight in these changes, better modeling

– Bugs in code and improved coding

(8)

VO-lecture Valentijn 1

Astro-Wise Pipelines Astro-Wise Pipelines

Photometric pipeline Photometric pipeline

Bias pipeline

Flatfield pipeline Image pipeline

Source pipeline

(9)

TARGET

TARGET

(10)

VO-lecture Valentijn 1

Target processing:

++ the make metaphor Target processing:

++ the make metaphor

awe> targethot=HotPixelMap.get(date='2003-02-14', chip='A5382')

The processing chain is

ReadNoise <-- Bias <-- HotPixels

 > class HotPixelMap(ProcessTarget):

 > > def self.make()

 > class ProcessTarget():

 > > def get(date, chip) # if not exist/up-to-date then make()

 > > def exist() # does the target exist?

 > > def uptodate() # is each dependency up to date?

Fully recursive

awe> targethot=HotPixelMap.get(date='2003-02-14', chip='A5382')

The processing chain is

ReadNoise <-- Bias <-- HotPixels

 > class HotPixelMap(ProcessTarget):

 > > def self.make()

 > class ProcessTarget():

 > > def get(date, chip) # if not exist/up-to-date then make()

 > > def exist() # does the target exist?

 > > def uptodate() # is each dependency up to date?

Fully recursive

(11)

Example 5LS Example 5LS

#

Find ScienceFrames for a ccd named ccd53 and filter

Awe> q = (ReducedScienceFrame.chip.name == 'ccd‘) and (ReducedScienceFrame.filter == ‘841’)

# From the query result, get the rms of the sky in image

Awe> x = [k.imstat.stdev for k in q]

# get the rms of the used Masterflat

Awe> y = [k.flat.imstat.stdev for k in q]

# Make a plot

pylab.scatter(x,y)

#

Find ScienceFrames for a ccd named ccd53 and filter

Awe> q = (ReducedScienceFrame.chip.name == 'ccd‘) and (ReducedScienceFrame.filter == ‘841’)

# From the query result, get the rms of the sky in image

Awe> x = [k.imstat.stdev for k in q]

# get the rms of the used Masterflat

Awe> y = [k.flat.imstat.stdev for k in q]

# Make a plot

Awe> pylab.scatter(x,y)

(12)

VO-lecture Valentijn 1

Awe - GRIDS Awe - GRIDS

• Collected in database – Oracle 10g snd

federated servers using STREAms

• distributed services Virtual Survey Telescope – Code base, documentation, how-to’s (CVS) – processing GRID

– Storage GRID

– Access to everything archive - SQL – Methods/services GRID

• facilitate research environment

– Linux Python prompt

– Bundled in web services www.astro-wise/portal

• Collected in database – Oracle 10g snd

federated servers using STREAms

• distributed services Virtual Survey Telescope – Code base, documentation, how-to’s (CVS) – processing GRID

– Storage GRID

– Access to everything archive - SQL – Methods/services GRID

• facilitate research environment

– Linux Python prompt

– Bundled in web services www.astro-wise/portal

(13)

VST - Virtual Survey Telescope

VST - Virtual Survey Telescope

(14)

VO-lecture Valentijn 1

www.ASTRO-WISE/portal november 2005

www.ASTRO-WISE/portal

november 2005

(15)

Web services- object viewer

Web services- object viewer

(16)

VO-lecture Valentijn 1

QC - calibration scientist monitoring

QC - calibration scientist

monitoring

(17)

Web services- object maker compute GRID

Web services- object maker

compute GRID

Referenties

GERELATEERDE DOCUMENTEN

3 In Vivo Metabolite Profile of Adult Zebrafish Brain Obtained by High Resolution Localized Magnetic Resonance Spectroscopy *.. 3.1

In this study we used high field Magnetic Resonance Imaging (9.4 T) to characterize the tumor anatomy in vivo in a transgenic zebrafish melanoma model (mitf:Ras::mitf:GFP X

In Chapter 4, we have successfully applied PMRI to visualize and characterize the tumors in transgenic zebrafish melanoma model at high (9.4T) and ultrahigh (17.6T)

In vivo high field magnetic resonance imaging and spectroscopy of adult zebrafish..

In hoofdstuk 4 wordt een toepassing van de hoge resolutie PMRI methoden getoond die in hoofdstuk 2 zijn beschreven. Het doel van deze toepassing is om in een transgeen vis

In vivo high field magnetic resonance imaging and spectroscopy of adult zebrafish..

Transits of KPS-1b in different bands as obtained with T100 telescope of T ¨ UB˙ITAK National Observatory of Turkey and 1.65-m Ritchey-Chr´ etien telescope of the Mol˙etai

As a result, the natural lower limit to the exposure time is a single orbit, 7 and the natural upper limit to the area of an HST survey is the number of orbits of the program