Differences between revisions 4 and 5
Revision 4 as of 2007-03-14 15:39:51
Size: 2556
Comment:
Revision 5 as of 2007-03-14 16:14:52
Size: 2704
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
|| OGSE BBTemp || CapBlue || CapRed || E || || || OGSE BBTemp || Cap Blue || Cap Red || OGSE BB used || Date of execution || Comments ||
|| 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

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 || 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

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)