1. Fixes in database :
- adding missing frames :
- goto header-txt files run script :
gen_fits_header_load! , load file load.sql to database
- check if missing frame was loaded , if not run sql function :
select
add_frame_acc_old(20050526,MISSING_FRAME_NUMBER,EXISTING_FRAME_NUMBER);
- sloctime and slocdate must be updated manually, check unix
time of frame ( ttime_ut column ) , then check local time of
event - for example ux2ut! TIME on pi2 , and run update :
update frame set
sloctime='04:09:12',slocdate='2004-10-01' where id_frm in
(1321688,1321689);