Differences between revisions 5 and 6
Revision 5 as of 2007-03-14 16:14:52
Size: 2704
Comment:
Revision 6 as of 2007-03-15 10:46:53
Size: 3328
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
|| 21.8
|| 22.2
|| 22.6
|| 23.7
|| 25.2
29.8
30.4
30.9
32.0
34.0
34.9
35.9
37.3
39.1
42.0
|| 21.8 || 0.14 || 0.28 || || || ||
|| 22.2 || 0.14 || 0.28 || || || ||
|| 22.6 || 0.14 || 0.28 || || || ||
|| 23.7 || 0.14 || 0.28 || || || ||
|| 25.2 || 0.14 || 0.28 || || || ||
|| 29.8 || 0.14 || 0.4 || || || ||
|| 30.4 || 0.14 || 0.4 || || || ||
|| 30.9 || 0.14 || 0.4 || || || ||
|| 32.0 || 0.14 || 0.4 || || || ||
|| 34.0 || 0.14 || 0.4 || || || ||
|| 34.9 || 0.14 || 0.68 || || || ||
|| 35.4 || 0.14 || 0.68 || || || ||
|| 35.9 || 0.14 || 0.68 || || || ||
|| 37.3 || 0.14 || 0.68 || || || ||
|| 39.1 || 0.14 || 0.68 || || || ||
|| 42.0 || 0.14 || 1.42 || || || ||

Reproducibility measurements:

|| OGSE BBTemp || OGSE BB used || Date of execution || Comments ||

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

21.8

0.14

0.28

22.2

0.14

0.28

22.6

0.14

0.28

23.7

0.14

0.28

25.2

0.14

0.28

29.8

0.14

0.4

30.4

0.14

0.4

30.9

0.14

0.4

32.0

0.14

0.4

34.0

0.14

0.4

34.9

0.14

0.68

35.4

0.14

0.68

35.9

0.14

0.68

37.3

0.14

0.68

39.1

0.14

0.68

42.0

0.14

1.42

Reproducibility measurements:

OGSE BBTemp

OGSE BB used

Date of execution

Comments

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)

Chop pos

Filter

Cap Blue

Cap Red

Executed

Comments

42K

664

A

0

12

42K

664

B

0

12

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)