Max_Ent

@Jonas To make MaxEnt work better with ALF I have replaced write(File_out,'(A,"",F4.2,"",F4.2,"/g_",F4.2,"",F4.2)') trim(name_obs), Xk_p(1,n), Xk_p(2,n), Xk_p(1,n), Xk_p(2,n) with write(File_out,'(A,"",F4.2,"_",F4.2,"/g_dat")') trim(name_obs), Xk_p(1,n), Xk_p(2,n)

and write(File_out,'(A,"_R0/g_R0")') trim(name_obs) with

write(File_out,'(A,"_R0/g_dat")') trim(name_obs)

Now we do not have to move any files aside from the parameter file before Running MaxEnt.

I have also changed the doc accordingly.

Best Fakher.