Git Product home page Git Product logo

agilesci1's People

Contributors

andreabulgarelli avatar antonioaddis avatar codacy-badger avatar gzheisenberg avatar leobaro avatar mealworm avatar nicoloparmiggiani avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

antonioaddis

agilesci1's Issues

AG_ap

Per regioni grandi (> 2 gradi) va calcolata una matrice di exp e poi va fatta la somma, altrimenti risultati sempre la stessa exp per qualsiasi raggio

Still problems with timelist

With the following list of times (file named tli):

150422400.0 150508800.0
165024000.0 165110400.0
166752000.0 166838400.0
181008000.0 181094400.0
181785600.0 181872000.0
182044800.0 182131200.0
196905600.0 196992000.0
224121600.0 224208000.0
274492800.0 274579200.0
275961600.0 276048000.0
279072000.0 279158400.0
289094400.0 289180800.0
325900800.0 325987200.0
388713600.0 388800000.0
413078400.0 413164800.0
416275200.0 416361600.0
448761600.0 448848000.0

there is still a difference in results using timelist parameter of map.rb or summing single maps.

The two commands (run commands on morgana container) are

---------- ruby genmaplist.rb tli

i=0
File.open(ARGV[0]).each_line do | line |
puts line
t1 = line.split(" ")[0]
t2 = line.split(" ")[1]
cmd = "map.rb FM3.119_ASDCSTD_H0025 maps"+ format("%03i", i) + " " + t1.to_s + " " + t2.to_s + " 355.447 -0.2689 dq=1 emin=100 emax=10000 mapsize=25 binsize=0.5 useEDPmatrixforEXP=1 skytype=4"
puts cmd
system cmd
i = i + 1
end

------------- ruby genmaplist.rb tli

i=0
t1=150422400.0
t2=150508800.0
cmd = "map.rb FM3.119_ASDCSTD_H0025 maps"+ format("%03i", i) + " " + t1.to_s + " " + t2.to_s + " 355.447 -0.2689 timelist=tli dq=1 emin=100 emax=10000 mapsize=25 binsize=0.5 useEDPmatrixforEXP=1 skytype=4"
puts cmd
system cmd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.