1 SOVAP - BOS (Bolometric Oscillation Sensor) DAVOS Scientific meeting A1: calibration A2: validation A3: Science products determination A4: Routine and.

Slides:



Advertisements
Similar presentations
Light and the Electromagnetic Spectrum
Advertisements

Presentation on OMPS Nadir Mapper Wavelength Shift Adjustment for Earth-view Measurements.
Case 1: a primary from a single reflector (recorded data) 1 Reflector.
1 MITSUBISHI ELECTRIC CORPORATION PROPRIETARY INFORMATION ANY AND ALL UNAUTHORIZED REPRODUCTION OR DISCLOSURE STRICTLY PROHIBITED IGARSS2011 Development.
Chapter 13 Light and Reflection.
Classical vs Quantum Mechanics Rutherford’s model of the atom: electrons orbiting around a dense, massive positive nucleus Expected to be able to use classical.
Light and the Electromagnetic Spectrum
EE513 Audio Signals and Systems Noise Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
Kick off meeting, swarm E2E study, nio #1 8-Sep-15 Development Approach Task 1: Industrial Module –to be used by industry for their system simulation –Output:
GG 313 Lecture 26 11/29/05 Sampling Theorem Transfer Functions.
The Effect of Color on Temperatures Inside Hardhats July 28, 2009 Presenter(s): Adam Bell.
Thermal Systems Design
Light and the Electromagnetic Spectrum. Light Phenomenon Isaac Newton ( ) believed light consisted of particles By 1900 most scientists believed.
Light and the Electromagnetic Spectrum. Light Phenomenon Isaac Newton ( ) believed light consisted of particles By 1900 most scientists believed.
Light and the Electromagnetic Spectrum. Light Phenomenon Isaac Newton ( ) believed light consisted of particles By 1900 most scientists believed.
The Center for Remote Sensing of Ice Sheets (CReSIS) at OSU.
Sundermeyer MAR 550 Spring Laboratory in Oceanography: Data and Methods MAR550, Spring 2013 Miles A. Sundermeyer Observations vs. Models.
Overview of the “Geostationary Earth Radiation Budget (GERB)” Experience. Nicolas Clerbaux Royal Meteorological Institute of Belgium (RMIB) In collaboration.
Picard Consortium meeting – PMOD/WRC, Davos, Nov 2010 Instrument SOVAP ( IRMB A. Chevalier pour S. Dewitte)  Flight operations  Right shutter status.
1 Leonardo Pinheiro da Silva Corot-Brazil Workshop – October 31, 2004 Corot Instrument Characterization based on in-flight collected data Leonardo Pinheiro.
Problem Statement Overview of tasks Requirements for selection test.
Prepared by Physics Department, McGill University Montreal, Quebec  
Capacitive transducer. We know that : C=kЄ° (A/d) Where : K=dielectric constant Є° =8.854 *10^-12 D=distance between the plates A=the area over lapping.
A tool to simulate COROT light-curves R. Samadi 1 & F. Baudin 2 1 : LESIA, Observatory of Paris/Meudon 2 : IAS, Orsay.
Local Helioseismology LPL/NSO Summer School June 11-15, 2007.
USAFA Department of Astronautics I n t e g r i t y - S e r v i c e - E x c e l l e n c e Astro 331 Thermal Control Subsystem (TCS)—Intro Lesson 37 Spring.
Light and the Electromagnetic Spectrum. Light Phenomenon Isaac Newton ( ) believed light consisted of particles By 1900 most scientists believed.
RMIB involvement in the Geostationary Earth Radiation Budget (GERB) and Climate Monitoring SAF projects Nicolas Clerbaux Remote sensing from Space Division.
 Light waves are a little more complicated than water waves. They do not need a medium to travel through. They can travel through a vacuum.
HIGH FREQUENCY GROUND MOTION SCALING IN THE YUNNAN REGION W. Winston Chan, Multimax, Inc., Largo, MD W. Winston Chan, Multimax, Inc., Largo, MD Robert.
Applying Pixel Values to Digital Images
Data QC and filtering Bryce HutchinsonSumit Verma Objective: Consider the frequency range of different seismic features Look for low frequency and high.
Aerospace Catalyst Experiences for Students Student Ballooning Course Mark Becnel Kris Jarvenpaa Stefan Sicinschi University of New Orleans May 21, 2009.
1 NSSC National Space Science Center, Chinese academy of Sciences FACs connecting the Ionosphere and Magnetosphere: Cluster and Double Star Observations.
Year 10 Science Heat and energy.
Light and the Electromagnetic Spectrum
Light and the Electromagnetic Spectrum
Light and the Electromagnetic Spectrum
Mapping Latitude & Longitude
Mark Proctor, 31 August, 2017.
Geology 491 Spectral Analysis
On-Orbit Performance and Calibration of the HMI Instrument J
AVERAGE JANUARY TEMPERATURE (°F)
‘Aquarius’ Maps Ocean Salinity Fine-scale Structure
Light and the Electromagnetic Spectrum
Light and the Electromagnetic Spectrum
Predicting the Weather
Lesson 11 Key Concepts.
What is radiation? We know that conduction mainly takes place in solids, and convection takes place in liquids and gases. How does the Earth receive heat.
Bassam V. Atallah, Massimo Scanziani  Neuron 
Gateway To Space ASEN / ASTR 2500 Class #12
Light and the Electromagnetic Spectrum
Light and the Electromagnetic Spectrum
Microtubule Structure at 8 Å Resolution
Inducing Gamma Oscillations and Precise Spike Synchrony by Operant Conditioning via Brain-Machine Interface  Ben Engelhard, Nofar Ozeri, Zvi Israel, Hagai.
Laboratory in Oceanography: Data and Methods
LRO CRaTER Preliminary Temperature Predictions Design A Concept  Old Concept April 12, 2005 Cynthia Simmons/ESS.
C c Cc is for cat. © ©
Light and the Electromagnetic Spectrum
Light and the Electromagnetic Spectrum
Gateway To Space ASEN / ASTR 2500 Class #12
Ballistic miniband conduction in a graphene superlattice
Heat Temperature Conduction Convection Radiation
Light and the Electromagnetic Spectrum
Predicting the Weather
Light and the Electromagnetic Spectrum
Light and the Electromagnetic Spectrum
Predicting the Weather
Radiation.
by Ye Yang, Jing Gu, James L. Young, Elisa M. Miller, John A
Presentation transcript:

1 SOVAP - BOS (Bolometric Oscillation Sensor) DAVOS Scientific meeting A1: calibration A2: validation A3: Science products determination A4: Routine and non-routine tasks A5: Scientific community interfaces

2 Royal Observatory of Belgium Concept Repartition of flows A E1E1 E2E2 C1C1 C2C2 Radiative Conductive

3Coatings Flat absorber : black painting (α s = 0.98, ε = 0.85) Solar reflector : White silicate painting (α s = 0.13, ε = 0.90) White Painting Black Painting Absorbing surface = 21 % of total surface Temperature of balance = 25°C :

4

B-USOC juin 2009 Theoretical transfer function Picard/BOS electronics

6 #include #define Kmod // #define beta 4143 // #define T // #define R #define R #define R #define R #define R #define R #define R void BOS_V2T(double V1,double V2,double *T_OUT); int main(int argc, char *argv[]) { double T12_OUT[2],*T12_ptr; T12_ptr=&T12_OUT[0]; BOS_V2T(2,0,T12_ptr); printf("%lf\r\n",T12_OUT[0]); printf("%lf\r\n",T12_OUT[1]); system("PAUSE"); return 0; } void BOS_V2T(double V1,double V2,double *T_OUT) { double G11,G12,Vamp11,Vamp12,Vpp1,Vpm1,Rt1,T1; double G21,G22,Vamp21,Vamp22,Vpp2,Vpm2,Rt2,T2; double Valim; Valim = 8; //********************************************* Vamp12=V1; //********************************************* G11=1; G12= /R13; Vamp11=Vamp12/(Kmod*G12); Vpp1=Valim/(1+R19/R18); Vpm1=(G11*Vpp1-Vamp11)/G11; Rt1=Vpm1*R15/(Valim-Vpm1); T1=beta*T0/(T0*log(Rt1/R0)+beta); //********************************************* Vamp22=V2; //********************************************* G21=1; G22= /R23; Vamp21=Vamp22/(Kmod*G22); Vpm2=Vpm1; Vpp2=(Vamp21+Vpm2*G21)/G21; Rt2=Vpp2*R29/(Valim-Vpm2); T2=beta*T0/(T0*log(Rt2/R0)+beta); //********************************************* *T_OUT++=T1; *T_OUT =T2; } Theoretical transfer function Picard/BOS electronics

7 SOVAP - BOS (Bolometric Oscillation Sensor) A1: calibration A2: validation A3: Science products determination A4: Routine and non-routine tasks A5: Scientific community interfaces

8 Royal Observatory of Belgium Noise level with a 50 sec low pass filter, is about 1/10Hz Corresponding to a dynamic range of /1 1% of modulation = 1000 lux = 500Hz

9 Ramp and sin for scale factor T1 and T1-T2 Figure 4: Ramp and sin for scale factor Figure 5: T1 and T1-T2

10 Royal Observatory of Belgium Experiments

11

12 Flat Field (10sec) cycle On/Off

13

14

15

16

Star pointings October 6 & November 9, 2010

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32 SOVAP - BOS (Bolometric Oscillation Sensor) A1: calibration A2: validation A3: Science products determination A4: Routine and non-routine tasks A5: Scientific community interfaces

33

34

35 The projection of PICARD satellite orbit. Here, we plotted the position of PICARD from 17:33 to 21:25 on July 11, This period is overlap with the solar eclipse. Red dashed line is from 17:33 to 18:41; Blue dashed line is from 18:41 to 20:12; Black dashed line is from 20:12 to 21:15. Two dark brown line marks the north and south limits of the greatest eclipse.

36

37

38

39

40

41

42

43

44

45

46 38 days records calibrated records, the linear trend has been removed.

47 Amplitude Fourier Spectrum of T1 and T2 computed using 38 days’ records 3 Minutes 99 Minutes

48 38 days records calibrated records, the linear trend has been removed. The Sub panel plotted 240 minutes data.

Three hours T1 measurements plotted on the map. The geocentric position was computed with the predicted orbit using WGS84

50 Three hours T2 measurements plotted on the map. The geocentric position was computed with the predicted orbit using WGS84

51 Thank you