Commit 9ba15a96 authored by Alfonso's avatar Alfonso
Browse files

Risolto conflitto e rimosso file .pyc

parent 806daf4e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
/gps/particle gamma

/gps/pos/type Plane
/gps/pos/shape Square
/gps/pos/halfx 50 cm
@@ -15,5 +13,5 @@
/gps/direction -0.000 -0.000 -1.000

/gps/energy 150.0 keV
/run/beamOn 10000000
Kumar, P.; Zhang, B. The physics of gamma-ray bursts relativistic jets. Phys. Rep. 2015, 561, 1–109.
 No newline at end of file

/run/beamOn 1000000
+2 −0
Original line number Diff line number Diff line
@@ -101,3 +101,5 @@ def generate_fits(energy, theta_deg, phi_deg):
        print("File .fits creato correttamente")
    except Exception as e:
        print("Errore durante la creazione del file .fits")

generate_fits(66, 0, 0)
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ def main():
                            rot2_x, rot2_y, rot2_z,
                                dir_x, dir_y, dir_z)
    

    run_macro(macro_name)

    generate_fits(energy, theta_deg, phi_deg)