#!/usr/bin/sh # ESO VLT project # # author : w.hummel # first entry : 07/12/99 # convert fims output files for FORS1 # to be used with FORS2 by simply # exchanging the optical component id # # can only be applied of modes : # MOS, IMG, LSS, HITS (if not used with mxu) # # cannot be applied to PMOS, IPOL, MXU and ECHS # this might be alo applied to FORS1 OB to be used with # FORS2 sed '/COLL_SR+1/s//COLL_SR+6/g /COLL_HR+2/s//COLL_HR+7/g /GRIS_600B+12/s//GRIS_600B+22/g /GRIS_600R+14/s//GRIS_600R+24/g /GRIS_600I+15/s//GRIS_600I+25/g /GRIS_600z+16/s//GRIS_600z+26/g /GRIS_300V+10/s//GRIS_300V+20/g /GRIS_300I+11/s//GRIS_300I+21/g /GRIS_150I+17/s//GRIS_150I+27/g /GG375+30/s//GG375+80/g /GG435+31/s//GG435+81/g /OG590+32/s//OG590+72/g /B_BESS+34/s//B_BESS+74/g /V_BESS+35/s//V_BESS+75/g /R_BESS+36/s//R_SPECIAL+76/g /I_BESS+37/s//I_BESS+77/g' $1 > $2