Procedure

If there are new Flao Recs this procedure will guide you in build the Rec for ARGOS based on the new FLAO Recs.

i. Copy the new Recs from FLAO workstation in the argos calib (/home/argos/nfs/calib/SIDE/aarb/aoloop/flaorec/). Tag name format should be: Rec_YYYYMMDD_HHMMSS.fits The new recs start from slopes from 0.

ii. To build the Rec for true sensing (/home/argos/nfs/calib/SIDE/aarb/aoloop/truth_sensing_rec/) you have to shift the Flao rec from the slopes 0 to 1200. Save the new rec as Rec_YYYYMMDD_HHMMSS_argos.fits, below an example:

import pyfits
newF2Rec= pyfits.getdata('../flaorec/Rec_20180217_202826.fits')
newTS2Rec= np.zeros((672,1600))
newTS2Rec[:,1200:]=newF2Rec[:,:400]
pyfits.writeto('Rec_20180217_202826_argos.fits', newTS2Rec)

iii. Copy the TS rec in argos@flao-SIDEwfs:/home/argos/confcalib/calib/wfs/W2/truesense/

iv. Update the ao table_LUCIFER_ARGOS_TRUTH.txt and table_LUCIFER_ARGOS_TT.txt in argos@flao-SIDEwfs:/home/argos/confcalib/calib/wfs/W#SIDE/ao/

v. Commit in argos@flao-dxwfs and install

-- TommasoMazzoni - 21 Feb 2018
Topic revision: r1 - 21 Feb 2018, TommasoMazzoni
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding AOWiki? Send feedback