Related to #2 -- the following paths to zbrowser.db needs to be updated by the user:
|
$db = new SQLite3('/n/oort1/ZTF/zbrowser.db', SQLITE3_OPEN_READONLY); |
|
$db = new SQLite3('/n/oort1/ZTF/zbrowser.db', SQLITE3_OPEN_READONLY); |
|
ATTACH DATABASE '/oort1/ZTF/zbrowser.db' AS zb; |
|
$db = new SQLite3('/n/oort1/ZTF/zbrowser.db', SQLITE3_OPEN_READONLY); |