-
Notifications
You must be signed in to change notification settings - Fork 6
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
instrumentation details #50
Comments
Another somewhat questionable example is use case 1.10. The minimum number of antennas for a "good" observation really is instrument-specific and the maximum distance between antennas really is just a very poor way of expressing a resolution or uv-coverage constraint for which we already have columns. So unless someone can come up with a scientific use case for these parameters, I think they should be dropped from the extension. -- MarkKettenis 2023-11-10 |
Apologies that I have not been following this in detail but whilst I agree with Mark that 1.10 is not a realistic use case, selection by uv coverage is, but just the number of antennas and extrema of baseline lengths is not enough. On the other hand, often all archives provide is baseline length (or even just antenna positions), frequency, pointing direction and observation duration. Metrics related to uv coverage density can then easily be calculated (as in the L5 and L80 etc. metrics in the ALMA archive) but I don't know if this is commonly seachable directly for any archive. So it is not just a matter of what is commonly searched for, but also what archives provide and how much there can be an interface to convert the latter to the former. -- AnitaRichards 2023-11-10 |
The columns the DaCHS extension now offers are f_resolution, instrument_ant_diameter, instrument_ant_max_dist, instrument_ant_min_dist, instrument_ant_number, instrument_feed, obs_publisher_did, s_fov_max, s_fov_min, s_maximum_angular_scale, s_resolution_max, s_resolution_min, scan_mode, t_exp_max, t_exp_mean, t_exp_min, tracking_mode, uv_distance_max, uv_distance_min, uv_distribution_ecc, uv_distribution_fill (select column_name from tap_schema.columns where table_name='ivoa.obs_radio' order by column_name) This doesn't mean I'm convinced all of them should be in. But it does mean that I'm pretty sure all others should go from table 1; in particular, the "via DataLink" things I think are just confusing in there. -- MarkusDemleitner 2023-12-11 |
I raised my concerns about the instrument_* columns during the InterOp. Those really are instrument specific and therefore not very useful in generic queries one would issue to multiple TAP services. It may make more sense to provide this information in an observatory specific table (see for example the presentation by Greg Sleap on how the MWA presents information like this). -- MarkKettenis 2023-12-13 |
Possibily a proper instrument characterisation mechanism can be thought of, but in the end, only two things are important for interoperability I think: what was the instrument signature at the time of observation and has it been removed from the published data. My .02 arbitrary currency units, obviously. MarjoleinVerkouter 2023-12-18 |
Humm, before ruling out all this, I just want to explain where it came from. This was not a fantasy of the editor or first authors. To help a user to discover quality data we have to give a way to estimate this quality, by trying to characterize the original raw data. Of the course the uv plane characterization is the best we can do, but if we cannot provide them whta can be done ? nothing ? Our background was this rather old but very comprehensive note by Anita Richards https://wiki.ivoa.net/internal/IVOA/SiaInterface/Anita-InterferometryVO.pdf The whole section 1.1 is to be read again. But I would like to mention here these excerpts :
and
So if the data provider is not able to quantifify the uv plane quality some of these instrumental details seem to be useful In addition, immediatly before we started the radio interest group in the VO there was an Asterics project / ESCAPE project initial work on that which happened to be a first contribution. A dedicated meeting on "radio astronomy data in the VO" was held in Strasbourg in february 2019. Several radio astronomers gave talks about their needs and requirements for data discovery. Loook at Katarina Lutz presentation here : https://www.asterics2020.eu/dokuwiki/lib/exe/fetch.php?media=open:wp4:wp4techforum5:talk_klutz.pdf or Yelena Stein's one https://www.asterics2020.eu/dokuwiki/lib/exe/fetch.php?media=open:wp4:voradio_stein_.pdf I copy paste you two interesting slides (one from each of these two talks) below So my conclusion : I understand we still have to discuss the details and science cases. But do not exclude instrumental and configuration details to early. -- IVOA.FrancoisBonnarel 2024-03-08 |
Discussion started after 2023-11-98 release
The text was updated successfully, but these errors were encountered: