Differences between revisions 1 and 2
Revision 1 as of 2007-03-14 15:18:13
Size: 144
Comment:
Revision 2 as of 2007-03-14 15:36:49
Size: 2103
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
|| OGSE BBTemp || CapBlue || CapRed || E
|| ||
|| OGSE BBTemp || CapBlue || CapRed || E || ||


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





}}}

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

OGSE BBTemp

CapBlue

CapRed

E

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