Changes between Version 5 and Version 6 of DatabaseBasedAnalysis/calcsource
- Timestamp:
- 11/12/18 14:37:18 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/calcsource
v5 v6 46 46 }}} 47 47 48 The FileId comes again from the command line argument. The table name for the '''Images''' table can be altered by `--table.events`.48 The !FileId comes again from the command line argument. The table name for the '''Images''' table can be altered by `--table.events`. 49 49 50 50 For source and pointing position, zenith distance and azimuth is calculated using `libnova` and the wrapper `Nova::GetHrzFromEqu`. The result is then rotated into the camera and projected on a plane which gives the x/y coordinates in the camera. 51 51 52 The result is then inserted into a table '''Position''' which name can be altered with `--table.position`. By default, all entries corresponding to the given FileId are deleted from the table before the new positions are inserted running52 The result is then inserted into a table '''Position''' which name can be altered with `--table.position`. By default, all entries corresponding to the given !FileId are deleted from the table before the new positions are inserted running 53 53 {{{#!sql 54 54 DELETE FROM Position WHERE FileId=YYMMDDNNN