User Tools

Site Tools


dev:ga_scheduling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dev:ga_scheduling [2009/01/19 19:37] – created franciscodev:ga_scheduling [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 5: Line 5:
 In particular, our database is composed of nearby galaxies. Each target (galaxy) should contain the following information: In particular, our database is composed of nearby galaxies. Each target (galaxy) should contain the following information:
  
-- Physical quantities, e.g. mass, star fomation, metallicity, etc...+ - Physical quantities, e.g. mass, star fomation, metallicity, etc...
  
-- Observational quantities: the time of the last observation+ - Observational quantities: the time of the last observation
  
 The physical quantities are simply analogous to the other quantities already present, like the coordinates in the sky. The physical quantities are simply analogous to the other quantities already present, like the coordinates in the sky.
Line 17: Line 17:
 Hence, our questions are: Hence, our questions are:
  
-1) What is the procedure to add new information to each target? We imagine that using Postgres will be necessary, what are the particular commands that would help us?+  - What is the procedure to add new information to each target? We imagine that using Postgres will be necessary, what are the particular commands that would help us?
  
-2) Where does rts2 talk to postgres? Where can we add new parameters to each target?+  - Where does rts2 talk to postgres? Where can we add new parameters to each target?
  
-3) How can we modify the database from rts2, so that after observing a target its new time of last observation would be updated?+//Please see [[code:new_target_type]] for details.// 
 + 
 +  - How can we modify the database from rts2, so that after observing a target its new time of last observation would be updated? 
 + 
 +//In earlier versions of RTS2, this was kept as an extrea field in the database. Now you can use getLastObsTime () call. This returns in seconds time from last observation. If observation was not performed, it returns one year. But this can be easily changed to return nan, so you can use as you wish.//
  
 Additionally, we would like to fix the exposure times for all the targets. What is the easiest way of doing this in rts2? Additionally, we would like to fix the exposure times for all the targets. What is the easiest way of doing this in rts2?
dev/ga_scheduling.1232390264.txt.gz · Last modified: 2009/01/19 00:00 (external edit)