#!/bin/sh


/bin/rm -rf /home/stereo/Web/DATA/Level1/SRLonly/Factors_files/*
/bin/rm -rf /home/stereo/Web/DATA/Level1/Public/Factors_files/*

cp -r /home/stereo/Software/idl/LETLevel1/calfiles/* /home/stereo/Web/DATA/Level1/SRLonly/Factors_files
cp -r /home/stereo/Software/idl/LETLevel1/calfiles_public/* /home/stereo/Web/DATA/Level1/Public/Factors_files
