Differences between revisions 7 and 8
Revision 7 as of 2007-03-15 13:48:05
Size: 4261
Editor: PierreRoyer
Comment:
Revision 8 as of 2007-03-15 13:48:34
Size: 4253
Editor: PierreRoyer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
|| 35.4 || 0.14 ||[0]|| 0.68 ||[4] ||BB2 ||20070314 || == reproducibility block || Night Batch || || 35.4 || 0.14 ||[0]|| 0.68 ||[4] ||BB2 ||20070314 || == reprod. block || Night Batch ||

Linearity / reproducibility

  • measurements on the Key Wvls 65 micron (order 2 & 3), 82.5 micron and 130 micron.

OGSE BBTemp

Cap Blue

Cap Red

OGSE BB used

Date of execution

Comments

File

6.1

0.14

[0]

0.28

[0]

BB2

20070315

OGSE BB Temp drifting down ?

FILT_STRAYLIGHT_20070315_01.tm

21.8

0.14

[0]

0.28

[0]

BB2

20070314

Night Batch

22.2

0.14

[0]

0.28

[0]

BB2

20070314

Night Batch

22.6

0.14

[0]

0.28

[0]

BB1

20070315

FILT_Linearity_20070315_BB1_226K_01.tm

23.7

0.14

[0]

0.28

[0]

BB

25.2

0.14

[0]

0.28

[0]

BB

29.8

0.14

[0]

0.4

[8]

BB

30.4

0.14

[0]

0.4

[8]

BB2

20070314

Night Batch

30.9

0.14

[0]

0.4

[8]

BB2

20070314

Night Batch

32.0

0.14

[0]

0.4

[8]

BB

34.0

0.14

[0]

0.4

[8]

BB

34.9

0.14

[0]

0.68

[4]

BB

35.4

0.14

[0]

0.68

[4]

BB2

20070314

== reprod. block

Night Batch

35.9

0.14

[0]

0.68

[4]

BB2

20070314

Night Batch

37.3

0.14

[0]

0.68

[4]

BB

39.1

0.14

[0]

0.68

[4]

BB

42.0

0.14

[0]

1.42

[12]

BB1

20070314

Executed 4 times

Night Batch

Reproducibility measurements:

OGSE BBTemp

Cap Blue

Cap Red

OGSE BB used

Date of execution

Comments

File

35.4

0.14

[0]

0.68

[4]

BB2

20070314

Night Batch

42.0

0.14

[0]

1.42

[12]

BB1

20070314

Executed 4 times

Night Batch

Linearity TCL block for batches

# ===================================================
# Absolute flux calibration / reproducibility on OGSE BBX XX K
# 15min
catch {unset obsParams}
set obsParams(capa_red)        0
set obsParams(capa_blu)       0

set cmdList [getObservationCommands PACS_Spec_Flux_Absolute_OBS obsParams]
sendObservationCommands $cmdList
# ===================================================

RSRF measurements

Overview measurements (duration: 5.5 hours)

T(BB)

OGSE BB

Chop pos

Filter

Cap Blue

Cap Red

Executed

Comments

42K

BB1

664

A

0

12

20070314

Night Batch

42K

BB1

664

B

0

12

20070314

Night Batch

42K

-12220

A

0

12

42K

12260

B

0

12

42K

2727

A

0

12

42K

-1442

B

0

12

RSRF TCL block for batches

# ===================================================
# RSRF filter A on OGSE BB1 XX K Chop pos 650 
# 5h30min

catch {unset obsParams}
set obsParams(chop_def)        650
set obsParams(capa_red)        0
set obsParams(capa_blu)        0
set obsParams(filter)          "POS A"

set cmdList [getObservationCommands PACS_Spec_Rsrf_OBS obsParams]
sendObservationCommands $cmdList
# ===================================================

Change BB TCL block

catch {unset obsParams}
set obsParams(bbUnit)             "BB1"    # BB1 or BB2
set obsParams(setPoint)           32.      # Temperature (K)
set obsParams(setTime)            2        # waittime after command

set cmdList [getObservationCommands OGSEBBSetUp_OBS obsParams]
sendObservationCommands $cmdList

Change chopper wheel / flip mirror position TCL block

catch {unset obsParams}
set obsParams(opticUnit)          "CW"    # CW, FM1 or FM2
set obsParams(opticCmd)           "POS1"  # POS1 or POS2
set obsParams(chopWheelFreq)      100     # Don't change
set obsParams(setTime)            40      # Time to switch

set cmdList [getObservationCommands OGSEOpticsSetUp_OBS obsParams]
sendObservationCommands $cmdList

Herschel: FmIltProc/CalibrationTest (last edited 2009-07-15 14:32:37 by localhost)