pro pipe3,file,check=check if(n_params() le 0) then begin print,'pipe3,file' print,'makes ingal-files for galaxies listed in' print,' file.galaxylist' return endif listfile=file+'.galaxylist' datalist0=file+'.datalist0' s4g_p2_check_driver_f,listfile,datalist0,check=check,wait=1 print,'PIPE3: New datalist-file created:' print,listfile+' --> '+datalist0 print,'Edit '+datalist0+' and hit return when ready' print,'or give "q"-> quit' vast='' read,vast if(vast eq 'q') then goto,endi print,'PIPE3: make SIGMA-files' pipeline_2to3_interface_f_new,file print,' ' print,'PIPE3: make ingal-files' datalist_to_ingal_driver_f,file print,'to run the just-created b,bd,bdf ingals?' print,'.run '+listfile+'_driver' endi: end