Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2007-03-14 15:36:49
Size: 2103
Comment:
Revision 4 as of 2007-03-14 15:39:51
Size: 2556
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Linearity measurements on the Key Wvls 65 micron (order 2 & 3), 82.5 micron and 130 micron. = Linearity / reproducibility =

  *
measurements on the Key Wvls 65 micron (order 2 & 3), 82.5 micron and 130 micron.
Line 5: Line 7:
== 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
Line 6: Line 16:
= RSRF measurements = set cmdList [getObservationCommands PACS_Spec_Flux_Absolute_OBS obsParams]
sendObservationCommands $cmdList
# ===================================================
}}}


= RSRF measurements =
Line 19: Line 35:
Line 35: Line 52:
== Change BB TCL block ==  == Change BB TCL block ==
Line 57: Line 74:
}}




Linearity / reproducibility

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

OGSE BBTemp

CapBlue

CapRed

E

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)