Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide VisitInfo as a table #340

Open
wmwv opened this issue Jul 10, 2019 · 3 comments
Open

Provide VisitInfo as a table #340

wmwv opened this issue Jul 10, 2019 · 3 comments
Assignees
Labels
catalog-data Issues related to underlying catalog data and data files priority:low reader Issues related to reader modules

Comments

@wmwv
Copy link
Contributor

wmwv commented Jul 10, 2019

Provide the VisitInfo information as a table accessible through GCR (and likely anything else, it will be a simple table).

@wmwv wmwv self-assigned this Jul 10, 2019
@yymao yymao added the reader Issues related to reader modules label Jul 11, 2019
@yymao yymao mentioned this issue Jul 11, 2019
4 tasks
@yymao yymao added this to the v0.13.0 milestone Jul 11, 2019
@wmwv
Copy link
Contributor Author

wmwv commented Jul 14, 2019

Possibilities:

  1. Use the VistInfo object.

PRO: This is what we want.
CON: I think this requires reading all of the VistInfo objects for all files and recording in a DB.

  1. Use the registry created on ingest. This contains:
id|run|visit|filter|date|dateObs|expTime|raftName|detectorName|detector|snap|object|imageType|testType|lsstSerial|wavelength
1|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S01|109|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
2|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S02|110|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
3|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S10|111|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
4|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S11|112|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
5|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S12|113|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
6|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S20|114|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
7|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S21|115|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
8|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R24|S22|116|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
9|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R30|S00|117|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666
10|12469|12469|y|2022-01-18T02:10:37.915|2022-01-18T02:10:37.915|30.0|R30|S01|118|0|UNKNOWN|SKYEXP|IMSIM|LCA-11021_RTM-000|-666

PRO: It exists
CON: Doesn't record much of what we want. Probably only visit, filter, dateObs mapping is useful. (We can assume 30 second exposures so looking that up isn't a key use case.)

  1. The OpSim DB (in flat-file form?) for the run used.
    PRO: Has everything we want, modulo dithering.
    CON: May not be exactly what was simulated, due to dithering, but also I fear there might be issues about precise bookkeeping of time.

@wmwv
Copy link
Contributor Author

wmwv commented Jul 14, 2019

The VisitInfo remains the thing to do.

But it's possible that 2+3 (registry+OpSim run) covers most use cases and will be very quick to set up.

@wmwv
Copy link
Contributor Author

wmwv commented Jul 14, 2019

It's also possible that the Image Simulation group already has this product trivially available.

@yymao yymao added priority:low catalog-data Issues related to underlying catalog data and data files labels Jan 30, 2020
@yymao yymao removed this from the v0.13.0 milestone May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
catalog-data Issues related to underlying catalog data and data files priority:low reader Issues related to reader modules
Projects
None yet
Development

No branches or pull requests

2 participants