|
Class Summary |
| AbstractSql |
Base class for database-accessors using the StaticSql connection
manager. |
| GenericSql |
A class that provides data base access to a postgres or any other sql
database. |
| GenericSql.Extract |
A class to retrive calumns from a database and output it into an
ascii-file for e.g. |
| GenericStarDatabase |
A class that allows access to databases holding stellar information. |
| HipparchosDatabase |
A class to provide database acces to a combined HIP, Tycho-1 and Tycho-2
database. |
| HipparchosDatabase.Retrieve |
Mainly for testing. |
| HistorySql |
A class that allows static access to a database containing observational
history of a target. |
| HistorySql.GridFix |
Fixes wrong enries entered between 2008-10-17 15:28:30 and 2008-12-18
08:55:47, when the done table was writtn to early due to GRID timeline
visibilities. |
| HistorySql.PilarPointing |
We add total pointing model offsets from Pilar save files to the history
db. |
| ObserveSql |
A class that allows static access to a database containing observational data
of a target. |
| ObserveSql.Adu |
Connects to the database and returns the ADU statistic for all files of
the stated telescope. |
| ObserveSql.Duplicates |
Removes double entries in the obs table, which slipped into it during
psql upgrade in Feb. |
| ObserveSql.Extract |
A class to retrive columns from a database and output it into an
ascii-file for e.g. |
| ObserveSql.FitsParse |
Only in debug mode, we read the fits file and print out what would be
entered. |
| ObserveSql.Flat |
Connects to the database and tries to find flats with a stuck
filterwheel. |
| ObserveSql.Retrieve |
Connects to the database and gets all values for the given unique object
ID. |
| ObserveSql.Tomato |
Connects to the database and tries to find flats with a stuck
filterwheel. |
| ObserveSql.Transfer |
To make sure that fits in the transfered directory has been correctly
entered into the db. |
| PermissionSql |
A class that holds various permissions for users. |
| ProposalSql |
A class that allows access to a database containing the propsals to stella
observations as handed over by the user. |
| SensorSql |
A class that provides data base access to weather sensor data. |
| StaticSql |
A class that provides data base access to a postgres or any other sql
database. |
| StaticSql.ReconnectTask |
A reconnect task first deletes any pending statements and then tries to
reopen it in its run method. |
| StaticSql.ResultMetaData |
Tries to collect meta-data on the result set of a given table. |
| TargetSql |
A class that allows static access to a database containing astrophysical
properties of stars. |
| TargetSql.Lookup |
Takes the star name on the command line and see if it is present in the
database. |
| TargetSql.Panel |
We read all entries from the database and construct info panels for it. |
| TargetSql.Resolve |
Resolves the star on the command line. |
| TargetSql.StarSql |
A class that extends a StarDescription to host additional info
relevant for stellar activity. |
| TargetSql.Xml |
Reads an xml file and gets the main star out of it. |
| TargetSql.XmlUpdate |
Reads an xml file and gets the main star out of it. |
| TaskSql |
A class that comprises actions connected with the 'task' table in the stella
database. |
| TaskSql.Force |
Forces rebuild of a target from the stated xml file, sends mail. |
| TaskSql.Rebuild |
Rebuilds the serialized parsed targets in the database. |
| TaskSql.Retrieve |
Retrieves a target. |
| TaskSql.Xml |
Updates a target from the stated xml file. |
| Ucac2Database |
An access class tailored to work with the merged databases UCAC2 and the
bright star supplement. |
| Ucac2Database.Retrieve |
Mainly for testing. |
| UserSql |
A class that allows access to a database containing the different users on
STELLA. |
| UserSql.AddUser |
Adds a new user with the command line. |
| UserSql.SqlProfile |
A user profile that is constructed from a database entry. |
| WeatherSql |
Weather data interface. |
| WeatherSql.Derivative |
This class derives derivatives of weather sensor data at a given date. |
| WeatherSql.Focus |
This class reads a focus optimum output file and calculates the
derivatives of the ambient and bay temperature at the times of measure. |
| WeatherSql.Radar |
|