{"pad:IVOA_Nov24_DAL":{"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recently added in this vocabulary. \n \n Q: Within the ? we have similar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in High Energy; it's mandatory. We must group them. \n \n Q(GDF): Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n*Don't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an ObsTAP/SxA/DAP table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is an alternate is not easy; using service descriptors is most conceptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nTJ: which VOTable will have an added column, the one you get as a result of ObsTAP/SCS? Adding to ObsTAP was what I was told NOT to do. But I was told adding one to the DataLink result table is OK. \n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may contain the direct default access to the dataset\n - Inside the DataLink response, the description FIELD really can give the human reader required information to choose, but it's not useful for the software, sure.\n - adding a new FIELD is perfectly allowed but it will be mainly informative (like description) and will not be standard. hence it will not allow a generic client to use it to make some decisions\n - So I think \"local_semantics\" would be the best place to add the various access mode or location information. The FIELD is standard, but the content is to be defined by the data provider. Exposing this vocabulary can be done in an external document following the ivoa vocabulary rules.\n \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen Questions:\n*Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*[Sara Nieto] \" Don't have exact numbers, but very much used in community.\"\n*[MD] \"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSpace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this. Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n*two primary upload types / use cases\n*\"On the fly\" and upload endpoint\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*Implemented at ESA: \n*Only for authenticated users, you already have to have a DB of users, \n*One of the problems: if there is an anonymous user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n*Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces in the archive database. These user spaces are typically used to run cross-match queries against a catalog in the archive or for validation purposes before data is released, for instance.\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- So we enforce the quotas in the system from the beginning. This also involves a management tool that associates a given quota with a user, monitors all actions that affect the quota space (used or assigned), and provides appropriate feedback to the user, including notifications of any quota violations. \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2q*7|2+6*7+q*0+1*7+3h*0+4*7+1*0+5*7|2+18*7+5*0+5*7|7+xr*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*0*2*8*3*9+1*7+1*0+1*7|1+23*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7+7*0+1*7+2*0+3*7+1*0+3*7+1*0+3*7|1+7*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|3+r*7+45*0+1*7+1q*0+1*7|2+4n*7+4x*0|1+1*k|1+1*k+8f*0|1+1*r|1+1*r+5m*p|3+q*p+64*0+1*p|2+5w*p+1w*0+1*p+3f*0+1*p|2+89*p+4*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|1+12*7+6*0+1*7|1+9*7*2*8*3*9+1*7|1+12*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*0+d*7|1+1q*7*2*d*3*a+1*0+5*7+2c*0+1*7|1+5*7*2*8*3*c+1*7+2z*0|2+2*0+4m*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+11*7*2*d*3*9+1*7+b*0+1*7+5*0+f*7|1+1*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+l*7*2*g*3*9+1*7+1l*0+2*7|1+c*7*2*h*3*9+1*7+14*0+5*7|1+2k*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+38*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|a+9x*7+1w*q+58*7|6+li*7+4n*q+8g*7|3+gr*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"},"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"],"26":["author","a.Mpfh4CyVgUhXAidu"],"27":["author","a.xqyWaYsRRr9RpJwC"]},"nextNum":28},"head":8167,"chatHead":-1,"publicStatus":false,"savedRevisions":[{"revNum":7255,"savedById":"a.Huk2SjzgSXIBjaQ8","label":"Revision 7255","timestamp":1731752581851,"id":"7d868fd250d755236904"},{"revNum":7987,"savedById":"a.Huk2SjzgSXIBjaQ8","label":"Revision 7987","timestamp":1731765757805,"id":"3dd59969b35b5352b57c"},{"revNum":8006,"savedById":"a.Huk2SjzgSXIBjaQ8","label":"Revision 8006","timestamp":1731766477556,"id":"803e7ad0c65a5eeaccd9"},{"revNum":8124,"savedById":"a.Huk2SjzgSXIBjaQ8","label":"Revision 8124","timestamp":1731771976757,"id":"9d1d5343ceb889bbe633"}]},"globalAuthor:a.Huk2SjzgSXIBjaQ8":{"colorId":"#e0bdd9","name":"Gregory M.","timestamp":1731799366109,"padIDs":"IVOA_Nov24_DAL"},"globalAuthor:a.bPcSmSxG0wsoYWmR":{"colorId":39,"name":null,"timestamp":1731758420625,"padIDs":"IVOA_Nov24_DAL"},"globalAuthor:a.YN3du6uK0L1X6Cp2":{"colorId":51,"name":null,"timestamp":1731747423249,"padIDs":"IVOA_Nov24_DAL"},"globalAuthor:a.tnGljniB6TcbVjFi":{"colorId":24,"name":null,"timestamp":1731747068195,"padIDs":"IVOA_Nov24_DAL"},"globalAuthor:a.ODtu4wmCbW8iCIH7":{"colorId":48,"name":null,"timestamp":1731752074578,"padIDs":"IVOA_Nov24_DAL"},"globalAuthor:a.vvmKyiEBBhnH7e6v":{"colorId":45,"name":null,"timestamp":1731797212075,"padIDs":"IVOA_Nov24_DAL"},"globalAuthor:a.Mpfh4CyVgUhXAidu":{"colorId":15,"name":null,"timestamp":1731762021006,"padIDs":"IVOA_Nov24_DAL"},"globalAuthor:a.xqyWaYsRRr9RpJwC":{"colorId":4,"name":null,"timestamp":1731774389095,"padIDs":"IVOA_Nov24_DAL"},"pad:IVOA_Nov24_DAL:revs:0":{"changeset":"Z:1>sw|h+sw$Willkommen im Etherpad!\n\nDieses Pad synchronisiert sich laufend: Alle, die diese Seite aufgerufen haben, sehen auch denselben Text und alle Veränderungen.\n\nEuren Chatnamen könnt ihr oben rechts festlegen. Bitte beachtet, dass Pads immer öffentlich sichtbar sind. Daher sollten keine personenbezogenen oder vertraulichen Inhalte eingestellt werden. Alte Versionen können über das Uhr-Symbol wieder hergestellt werden. Bei Problemen könnt ihr euch wenden an: digital@dbjr.de\n\nEtherpad ist Open-Source-Software – https://etherpad.org\n\n- - -\n\nWelcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text and all editing.\n\nYou may change your chat name on top right. Please bear in mind that every pad is public. Therefore no private or confidential information should be made accessible. Rolling back to previous versions is possible via the clock icon. If you encounter any problems, feel free to contact us at: digital@dbjr.de\n\nEtherpad is open source software – https://etherpad.org\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737496369,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0},"nextNum":1},"atext":{"text":"Willkommen im Etherpad!\n\nDieses Pad synchronisiert sich laufend: Alle, die diese Seite aufgerufen haben, sehen auch denselben Text und alle Veränderungen.\n\nEuren Chatnamen könnt ihr oben rechts festlegen. Bitte beachtet, dass Pads immer öffentlich sichtbar sind. Daher sollten keine personenbezogenen oder vertraulichen Inhalte eingestellt werden. Alte Versionen können über das Uhr-Symbol wieder hergestellt werden. Bei Problemen könnt ihr euch wenden an: digital@dbjr.de\n\nEtherpad ist Open-Source-Software – https://etherpad.org\n\n- - -\n\nWelcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text and all editing.\n\nYou may change your chat name on top right. Please bear in mind that every pad is public. Therefore no private or confidential information should be made accessible. Rolling back to previous versions is possible via the clock icon. If you encounter any problems, feel free to contact us at: digital@dbjr.de\n\nEtherpad is open source software – https://etherpad.org\n\n","attribs":"|i+sx"}}},"pad:IVOA_Nov24_DAL:revs:1":{"changeset":"Z:sx0=c-1*0+1$4","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737583139}},"pad:IVOA_Nov24_DAL:revs:5":{"changeset":"Z:i>1*0*1*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737587447}},"pad:IVOA_Nov24_DAL:revs:6":{"changeset":"Z:j>1=i*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737591055}},"pad:IVOA_Nov24_DAL:revs:7":{"changeset":"Z:k>q|1=j*0+q$Time: Fri 10 Nov 14:00 MST","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737599465}},"pad:IVOA_Nov24_DAL:revs:8":{"changeset":"Z:1a>0|1=j*4=5$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737604573}},"pad:IVOA_Nov24_DAL:revs:9":{"changeset":"Z:1a<2|1=j=6-3*0+1$S","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737607079}},"pad:IVOA_Nov24_DAL:revs:10":{"changeset":"Z:18>2|1=j=7*0+2$at","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737607584}},"pad:IVOA_Nov24_DAL:revs:11":{"changeset":"Z:1a>0|1=j=b-1*0+1$6","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737610483}},"pad:IVOA_Nov24_DAL:revs:12":{"changeset":"Z:1a<8|1=j=h-9*0+1$0","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737615189}},"pad:IVOA_Nov24_DAL:revs:13":{"changeset":"Z:12>1|1=j=i*0+1$9","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737615689}},"pad:IVOA_Nov24_DAL:revs:14":{"changeset":"Z:13>1|1=j=j*0+1$:","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737617591}},"pad:IVOA_Nov24_DAL:revs:15":{"changeset":"Z:14>1|1=j=k*0+1$0","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737618096}},"pad:IVOA_Nov24_DAL:revs:16":{"changeset":"Z:15>1|1=j=l*0+1$0","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737618595}},"pad:IVOA_Nov24_DAL:revs:17":{"changeset":"Z:16>1|1=j=m*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737619293}},"pad:IVOA_Nov24_DAL:revs:18":{"changeset":"Z:17>1|1=j=n*0+1$U","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737619997}},"pad:IVOA_Nov24_DAL:revs:19":{"changeset":"Z:18>2|1=j=o*0+2$TC","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737620496}},"pad:IVOA_Nov24_DAL:revs:20":{"changeset":"Z:1a>1|1=j=q*0+1$+","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737621198}},"pad:IVOA_Nov24_DAL:revs:21":{"changeset":"Z:1b>1|1=j=r*0+1$1","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737621599}},"pad:IVOA_Nov24_DAL:revs:22":{"changeset":"Z:1c>1|1=j=s*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737636929}},"pad:IVOA_Nov24_DAL:revs:23":{"changeset":"Z:1d>1|2=1c*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737637528}},"pad:IVOA_Nov24_DAL:revs:24":{"changeset":"Z:1e>b|3=1d*0+b$DAL at IRSA","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737645748}},"pad:IVOA_Nov24_DAL:revs:25":{"changeset":"Z:1p>1|3=1d*0*5*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737648448}},"pad:IVOA_Nov24_DAL:revs:26":{"changeset":"Z:1q>1|3=1d=c*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737662071}},"pad:IVOA_Nov24_DAL:revs:27":{"changeset":"Z:1r>1|4=1q*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737662572}},"pad:IVOA_Nov24_DAL:revs:28":{"changeset":"Z:1s>38|5=1r*0|1+1*0+37$\nHow should !ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)?","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737663073}},"pad:IVOA_Nov24_DAL:revs:29":{"changeset":"Z:50>1|6=1s*0*5*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737666478}},"pad:IVOA_Nov24_DAL:revs:30":{"changeset":"Z:51>1|2=1c*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737671291}},"pad:IVOA_Nov24_DAL:revs:31":{"changeset":"Z:52>1|7=1t=38*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737673495}},"pad:IVOA_Nov24_DAL:revs:32":{"changeset":"Z:53>1|8=52*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737673996}},"pad:IVOA_Nov24_DAL:revs:33":{"changeset":"Z:54<1|7=1t=c-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737686116}},"pad:IVOA_Nov24_DAL:revs:34":{"changeset":"Z:53>19|9=52*0+19$Persistent TAP Uploads: A Prototype in !DaCHS","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737687651}},"pad:IVOA_Nov24_DAL:revs:35":{"changeset":"Z:6c>1|9=52*0*5*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737691221}},"pad:IVOA_Nov24_DAL:revs:36":{"changeset":"Z:6d<1|9=52=14-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737693428}},"pad:IVOA_Nov24_DAL:revs:37":{"changeset":"Z:6c>1|8=51*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737694963}},"pad:IVOA_Nov24_DAL:revs:38":{"changeset":"Z:6d>1|a=53=19*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737696633}},"pad:IVOA_Nov24_DAL:revs:39":{"changeset":"Z:6e>1|b=6d*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737697135}},"pad:IVOA_Nov24_DAL:revs:40":{"changeset":"Z:6f>1|c=6e*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737697637}},"pad:IVOA_Nov24_DAL:revs:41":{"changeset":"Z:6g>1q|d=6f*0+1q$Upload capabilities available in TAP+ services at ESA archives","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737705667}},"pad:IVOA_Nov24_DAL:revs:42":{"changeset":"Z:86>1|d=6f*0*5*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737709160}},"pad:IVOA_Nov24_DAL:revs:43":{"changeset":"Z:87>1|d=6f=1r*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737712366}},"pad:IVOA_Nov24_DAL:revs:44":{"changeset":"Z:88>2|e=87*0|2+2$\n\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737712866}},"pad:IVOA_Nov24_DAL:revs:45":{"changeset":"Z:8a>q|g=89*0+q$User-managed tables in TAP","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737721985}},"pad:IVOA_Nov24_DAL:revs:46":{"changeset":"Z:90>1|g=89*0*5*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737727090}},"pad:IVOA_Nov24_DAL:revs:47":{"changeset":"Z:91>1|g=89=r*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737729296}},"pad:IVOA_Nov24_DAL:revs:48":{"changeset":"Z:92>1|h=91*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737729796}},"pad:IVOA_Nov24_DAL:revs:49":{"changeset":"Z:93>f|i=92*0+f$Cone Search 1.1","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737744627}},"pad:IVOA_Nov24_DAL:revs:50":{"changeset":"Z:9i>1|i=92=f*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737745625}},"pad:IVOA_Nov24_DAL:revs:51":{"changeset":"Z:9j>2|i=92=g*0+2$- ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737746124}},"pad:IVOA_Nov24_DAL:revs:52":{"changeset":"Z:9l>3|i=92=i*0+3$Sta","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737746622}},"pad:IVOA_Nov24_DAL:revs:53":{"changeset":"Z:9o>3|i=92=l*0+3$tus","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737747122}},"pad:IVOA_Nov24_DAL:revs:54":{"changeset":"Z:9r>1|i=92=o*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737749026}},"pad:IVOA_Nov24_DAL:revs:55":{"changeset":"Z:9s>1|j=9r*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737749524}},"pad:IVOA_Nov24_DAL:revs:56":{"changeset":"Z:9t>1|h=91*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737750426}},"pad:IVOA_Nov24_DAL:revs:57":{"changeset":"Z:9u>1|i=92*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737750926}},"pad:IVOA_Nov24_DAL:revs:58":{"changeset":"Z:9v>1|k=94*0*5*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737755642}},"pad:IVOA_Nov24_DAL:revs:59":{"changeset":"Z:9w>1|k=94=p*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737758748}},"pad:IVOA_Nov24_DAL:revs:60":{"changeset":"Z:9x>2|l=9u*0|2+2$\n\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737759248}},"pad:IVOA_Nov24_DAL:revs:61":{"changeset":"Z:9z>1|n=9w*0+1$A","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737760751}},"pad:IVOA_Nov24_DAL:revs:62":{"changeset":"Z:a0>3|n=9w=1*0+3$DQL","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737761252}},"pad:IVOA_Nov24_DAL:revs:63":{"changeset":"Z:a3>1|n=9w=4*0+1$-","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737761953}},"pad:IVOA_Nov24_DAL:revs:64":{"changeset":"Z:a4>1|n=9w=5*0+1$2","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737762453}},"pad:IVOA_Nov24_DAL:revs:65":{"changeset":"Z:a5>1|n=9w=6*0+1$-","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737762957}},"pad:IVOA_Nov24_DAL:revs:66":{"changeset":"Z:a6<1|n=9w=6-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737763457}},"pad:IVOA_Nov24_DAL:revs:67":{"changeset":"Z:a5>2|n=9w=6*0+2$.2","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737763961}},"pad:IVOA_Nov24_DAL:revs:68":{"changeset":"Z:a7>1|n=9w=8*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737764758}},"pad:IVOA_Nov24_DAL:revs:69":{"changeset":"Z:a8>2|n=9w=9*0+2$- ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737765259}},"pad:IVOA_Nov24_DAL:revs:70":{"changeset":"Z:aa>4|n=9w=b*0+4$Stat","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737765758}},"pad:IVOA_Nov24_DAL:revs:71":{"changeset":"Z:ae>2|n=9w=f*0+2$us","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737766262}},"pad:IVOA_Nov24_DAL:revs:72":{"changeset":"Z:ag>1|n=9w=8*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737770196}},"pad:IVOA_Nov24_DAL:revs:73":{"changeset":"Z:ah>2|n=9w=9*0+2$- ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737770704}},"pad:IVOA_Nov24_DAL:revs:74":{"changeset":"Z:aj>2|n=9w=b*0+2$PE","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737771173}},"pad:IVOA_Nov24_DAL:revs:75":{"changeset":"Z:al>2|n=9w=d*0+2$G ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737771673}},"pad:IVOA_Nov24_DAL:revs:76":{"changeset":"Z:an>3|n=9w=f*0+3$gra","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737772178}},"pad:IVOA_Nov24_DAL:revs:77":{"changeset":"Z:aq>4|n=9w=i*0+4$mmar","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737772677}},"pad:IVOA_Nov24_DAL:revs:78":{"changeset":"Z:au>1|n=9w*0*5*2*3+1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737779287}},"pad:IVOA_Nov24_DAL:revs:79":{"changeset":"Z:av>1|4=1e=c*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737783892}},"pad:IVOA_Nov24_DAL:revs:80":{"changeset":"Z:aw>1|4=1e=d*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737784392}},"pad:IVOA_Nov24_DAL:revs:81":{"changeset":"Z:ax>1|4=1e=e*0+1$A","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737785293}},"pad:IVOA_Nov24_DAL:revs:82":{"changeset":"Z:ay>3|4=1e=f*0+3$nas","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737785795}},"pad:IVOA_Nov24_DAL:revs:83":{"changeset":"Z:b1>1|4=1e=i*0+1$t","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737786303}},"pad:IVOA_Nov24_DAL:revs:84":{"changeset":"Z:b2>1|4=1e=j*0+1$a","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737786796}},"pad:IVOA_Nov24_DAL:revs:85":{"changeset":"Z:b3>1|4=1e=k*0+1$s","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737787295}},"pad:IVOA_Nov24_DAL:revs:86":{"changeset":"Z:b4>2|4=1e=l*0+2$ia","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737787797}},"pad:IVOA_Nov24_DAL:revs:87":{"changeset":"Z:b6>1|4=1e=n*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737788305}},"pad:IVOA_Nov24_DAL:revs:88":{"changeset":"Z:b7>2|4=1e=o*0+2$La","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737788804}},"pad:IVOA_Nov24_DAL:revs:89":{"changeset":"Z:b9>1|4=1e=q*0+1$t","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737789302}},"pad:IVOA_Nov24_DAL:revs:90":{"changeset":"Z:ba>1|4=1e=r*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737789801}},"pad:IVOA_Nov24_DAL:revs:91":{"changeset":"Z:bb>2|4=1e=s*0+2$ty","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737790303}},"pad:IVOA_Nov24_DAL:revs:92":{"changeset":"Z:bd<1|4=1e=t-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737790809}},"pad:IVOA_Nov24_DAL:revs:93":{"changeset":"Z:bc<3|4=1e=q-3$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737791306}},"pad:IVOA_Nov24_DAL:revs:94":{"changeset":"Z:b9>1|4=1e=q*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737791811}},"pad:IVOA_Nov24_DAL:revs:95":{"changeset":"Z:ba>2|4=1e=r*0+2$ty","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737792308}},"pad:IVOA_Nov24_DAL:revs:96":{"changeset":"Z:bc>1|4=1e=t*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737792810}},"pad:IVOA_Nov24_DAL:revs:97":{"changeset":"Z:bd>0|4=1e=d*6=h$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737803337}},"pad:IVOA_Nov24_DAL:revs:98":{"changeset":"Z:bd>1|7=2b=37*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737806641}},"pad:IVOA_Nov24_DAL:revs:99":{"changeset":"Z:be>1|7=2b=38*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737807243}},"pad:IVOA_Nov24_DAL:revs:100":{"changeset":"Z:bf>1|7=2b=39*0+1$T","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737807745,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6},"nextNum":7},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (T\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS\n\n\n*Upload capabilities available in TAP+ services at ESA archives\n\n\n*User-managed tables in TAP\n\n\n\n*Cone Search 1.1 - Status\n\n\n*ADQL-2.2 - PEG grammar - Status\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*0|3+3*0*5*2*3+1*0|3+3c*0*5*2*3+1*0|3+1b*0*5*2*3+1*0|3+1t*0*5*2*3+1*0|4+u*0*5*2*3+1*0|3+r*0*5*2*3+1*0|2+x|1+1"}}},"pad:IVOA_Nov24_DAL:revs:101":{"changeset":"Z:bg>2|7=2b=3a*0+2$es","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737808253}},"pad:IVOA_Nov24_DAL:revs:102":{"changeset":"Z:bi>1|7=2b=3c*0+1$s","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737808756}},"pad:IVOA_Nov24_DAL:revs:103":{"changeset":"Z:bj>2|7=2b=3d*0+2$ J","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737809261}},"pad:IVOA_Nov24_DAL:revs:104":{"changeset":"Z:bl>3|7=2b=3f*0+3$aff","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737809754}},"pad:IVOA_Nov24_DAL:revs:105":{"changeset":"Z:bo>1|7=2b=3i*0+1$e","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737810255}},"pad:IVOA_Nov24_DAL:revs:106":{"changeset":"Z:bp>1|7=2b=3j*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737810755}},"pad:IVOA_Nov24_DAL:revs:107":{"changeset":"Z:bq>0|7=2b=38*6=c$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737812868}},"pad:IVOA_Nov24_DAL:revs:108":{"changeset":"Z:bq>1|a=5y=19*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737815372}},"pad:IVOA_Nov24_DAL:revs:109":{"changeset":"Z:br>1|a=5y=1a*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737815873}},"pad:IVOA_Nov24_DAL:revs:110":{"changeset":"Z:bs>1|a=5y=1b*0+1$M","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737816373}},"pad:IVOA_Nov24_DAL:revs:111":{"changeset":"Z:bt>3|a=5y=1c*0+3$ark","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737816874}},"pad:IVOA_Nov24_DAL:revs:112":{"changeset":"Z:bw>3|a=5y=1f*0+3$us ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737817374}},"pad:IVOA_Nov24_DAL:revs:113":{"changeset":"Z:bz>3|a=5y=1i*0+3$Dem","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737817875}},"pad:IVOA_Nov24_DAL:revs:114":{"changeset":"Z:c2>1|a=5y=1l*0+1$l","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737818374}},"pad:IVOA_Nov24_DAL:revs:115":{"changeset":"Z:c3>1|a=5y=1m*0+1$e","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737818875}},"pad:IVOA_Nov24_DAL:revs:116":{"changeset":"Z:c4>1|a=5y=1n*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737819377}},"pad:IVOA_Nov24_DAL:revs:117":{"changeset":"Z:c5>1|a=5y=1o*0+1$t","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737819878}},"pad:IVOA_Nov24_DAL:revs:118":{"changeset":"Z:c6>3|a=5y=1p*0+3$ner","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737820378}},"pad:IVOA_Nov24_DAL:revs:119":{"changeset":"Z:c9>1|a=5y=1s*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737820878}},"pad:IVOA_Nov24_DAL:revs:120":{"changeset":"Z:ca>0|a=5y=1a*6=j$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737823181}},"pad:IVOA_Nov24_DAL:revs:121":{"changeset":"Z:ca>1|d=7u=1r*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737826186}},"pad:IVOA_Nov24_DAL:revs:122":{"changeset":"Z:cb>1|d=7u=1s*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737826686}},"pad:IVOA_Nov24_DAL:revs:123":{"changeset":"Z:cc>1|d=7u=1t*0+1$J","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737827188}},"pad:IVOA_Nov24_DAL:revs:124":{"changeset":"Z:cd>3|d=7u=1u*0+3$ose","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737827689}},"pad:IVOA_Nov24_DAL:revs:125":{"changeset":"Z:cg>2|d=7u=1x*0+2$ O","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737828189}},"pad:IVOA_Nov24_DAL:revs:126":{"changeset":"Z:ci>3|d=7u=1z*0+3$sin","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737828690}},"pad:IVOA_Nov24_DAL:revs:127":{"changeset":"Z:cl>3|d=7u=22*0+3$der","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737829191}},"pad:IVOA_Nov24_DAL:revs:128":{"changeset":"Z:co<1|d=7u=24-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737829691}},"pad:IVOA_Nov24_DAL:revs:129":{"changeset":"Z:cn>2|d=7u=24*0+2$ L","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737830212}},"pad:IVOA_Nov24_DAL:revs:130":{"changeset":"Z:cp>3|d=7u=26*0+3$ope","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737830711}},"pad:IVOA_Nov24_DAL:revs:131":{"changeset":"Z:cs>1|d=7u=29*0+1$z","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737831396}},"pad:IVOA_Nov24_DAL:revs:132":{"changeset":"Z:ct>1|d=7u=2a*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737831894}},"pad:IVOA_Nov24_DAL:revs:133":{"changeset":"Z:cu>0|d=7u=1s*6=j$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737834397}},"pad:IVOA_Nov24_DAL:revs:134":{"changeset":"Z:cu>1|d=7u=2a*0*6+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737835801}},"pad:IVOA_Nov24_DAL:revs:135":{"changeset":"Z:cv>1|d=7u=2b*0*6+1$;","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737836302}},"pad:IVOA_Nov24_DAL:revs:136":{"changeset":"Z:cw>2|d=7u=2c*0*6+2$ r","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737836803}},"pad:IVOA_Nov24_DAL:revs:137":{"changeset":"Z:cy>3|d=7u=2e*0*6+3$emo","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737837304}},"pad:IVOA_Nov24_DAL:revs:138":{"changeset":"Z:d1>3|d=7u=2h*0*6+3$tel","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737837806}},"pad:IVOA_Nov24_DAL:revs:139":{"changeset":"Z:d4>1|d=7u=2k*0*6+1$y","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737838306}},"pad:IVOA_Nov24_DAL:revs:140":{"changeset":"Z:d5>1|g=aj=r*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737841014}},"pad:IVOA_Nov24_DAL:revs:141":{"changeset":"Z:d6>1|g=aj=s*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737841514}},"pad:IVOA_Nov24_DAL:revs:142":{"changeset":"Z:d7>1|g=aj=t*0+1$P","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737842015}},"pad:IVOA_Nov24_DAL:revs:143":{"changeset":"Z:d8>2|g=aj=u*0+2$at","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737842516}},"pad:IVOA_Nov24_DAL:revs:144":{"changeset":"Z:da>1|g=aj=w*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737843017}},"pad:IVOA_Nov24_DAL:revs:145":{"changeset":"Z:db>4|g=aj=x*0+4$Dowl","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737843517}},"pad:IVOA_Nov24_DAL:revs:146":{"changeset":"Z:df>2|g=aj=11*0+2$er","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737844016}},"pad:IVOA_Nov24_DAL:revs:147":{"changeset":"Z:dh>1|g=aj=13*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737844518}},"pad:IVOA_Nov24_DAL:revs:148":{"changeset":"Z:di>0|g=aj=s*6=c$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737846121}},"pad:IVOA_Nov24_DAL:revs:149":{"changeset":"Z:di>1|k=br=p*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737848125}},"pad:IVOA_Nov24_DAL:revs:150":{"changeset":"Z:dj>1|k=br=q*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737848626}},"pad:IVOA_Nov24_DAL:revs:151":{"changeset":"Z:dk>1|k=br=r*0+1$M","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737849125}},"pad:IVOA_Nov24_DAL:revs:152":{"changeset":"Z:dl>2|k=br=s*0+2$ar","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737849648}},"pad:IVOA_Nov24_DAL:revs:153":{"changeset":"Z:dn>2|k=br=u*0+2$co","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737850148}},"pad:IVOA_Nov24_DAL:revs:154":{"changeset":"Z:dp>1|k=br=w*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737850649}},"pad:IVOA_Nov24_DAL:revs:155":{"changeset":"Z:dq>3|k=br=x*0+3$Mol","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737851148}},"pad:IVOA_Nov24_DAL:revs:156":{"changeset":"Z:dt>2|k=br=10*0+2$in","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737851651}},"pad:IVOA_Nov24_DAL:revs:157":{"changeset":"Z:dv>3|k=br=12*0+3$aro","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737852131}},"pad:IVOA_Nov24_DAL:revs:158":{"changeset":"Z:dy>1|k=br=15*0+1$_","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737852649}},"pad:IVOA_Nov24_DAL:revs:159":{"changeset":"Z:dz<1|k=br=15-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737853131}},"pad:IVOA_Nov24_DAL:revs:160":{"changeset":"Z:dy>1|k=br=15*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737853634}},"pad:IVOA_Nov24_DAL:revs:161":{"changeset":"Z:dz>0|k=br=q*6=g$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737855361}},"pad:IVOA_Nov24_DAL:revs:162":{"changeset":"Z:dz>1|n=d0=w*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737861340}},"pad:IVOA_Nov24_DAL:revs:163":{"changeset":"Z:e0>1|n=d0=x*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737861941}},"pad:IVOA_Nov24_DAL:revs:164":{"changeset":"Z:e1>1|n=d0=y*0+1$G","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737862442}},"pad:IVOA_Nov24_DAL:revs:165":{"changeset":"Z:e2>2|n=d0=z*0+2$ré","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737863249}},"pad:IVOA_Nov24_DAL:revs:166":{"changeset":"Z:e4>4|n=d0=11*0+4$gory","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737863748}},"pad:IVOA_Nov24_DAL:revs:167":{"changeset":"Z:e8>3|n=d0=15*0+3$ Ma","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737864251}},"pad:IVOA_Nov24_DAL:revs:168":{"changeset":"Z:eb>4|n=d0=18*0+4$ntel","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737864747}},"pad:IVOA_Nov24_DAL:revs:169":{"changeset":"Z:ef>2|n=d0=1c*0+2$et","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737865247}},"pad:IVOA_Nov24_DAL:revs:170":{"changeset":"Z:eh>1|n=d0=1e*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737865751}},"pad:IVOA_Nov24_DAL:revs:171":{"changeset":"Z:ei>0|n=d0=x*6=i$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731737867349}},"pad:IVOA_Nov24_DAL:revs:172":{"changeset":"Z:ei>1|4=1e=u*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731743547505}},"pad:IVOA_Nov24_DAL:revs:173":{"changeset":"Z:ej>1|5=29*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731743548005}},"pad:IVOA_Nov24_DAL:revs:174":{"changeset":"Z:ek>1|6=2a*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731743583256}},"pad:IVOA_Nov24_DAL:revs:175":{"changeset":"Z:el<1|6=2a-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731743584862}},"pad:IVOA_Nov24_DAL:revs:176":{"changeset":"Z:ek>1|6=2a*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744198132}},"pad:IVOA_Nov24_DAL:revs:177":{"changeset":"Z:el>1|6=2a=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744201834}},"pad:IVOA_Nov24_DAL:revs:178":{"changeset":"Z:em>1|6=2a=2*7+1$R","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744202335}},"pad:IVOA_Nov24_DAL:revs:179":{"changeset":"Z:en<1|6=2a*9=1=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744202938}},"pad:IVOA_Nov24_DAL:revs:180":{"changeset":"Z:em<1|6=2a*9=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744203445}},"pad:IVOA_Nov24_DAL:revs:181":{"changeset":"Z:el>1|6=2a=1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744211949}},"pad:IVOA_Nov24_DAL:revs:182":{"changeset":"Z:em>3|6=2a=2*7+3$raf","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744212451}},"pad:IVOA_Nov24_DAL:revs:183":{"changeset":"Z:ep>2|6=2a=5*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744212952}},"pad:IVOA_Nov24_DAL:revs:184":{"changeset":"Z:er>1|6=2a=7*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744213453}},"pad:IVOA_Nov24_DAL:revs:185":{"changeset":"Z:es>3|6=2a=8*7+3$voa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744213956}},"pad:IVOA_Nov24_DAL:revs:186":{"changeset":"Z:ev>1|6=2a=b*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744214454}},"pad:IVOA_Nov24_DAL:revs:187":{"changeset":"Z:ew>3|6=2a=c*7+3$obs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744214956}},"pad:IVOA_Nov24_DAL:revs:188":{"changeset":"Z:ez>2|6=2a=f*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744215457}},"pad:IVOA_Nov24_DAL:revs:189":{"changeset":"Z:f1>5|6=2a=h*7+5$re ba","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744215959}},"pad:IVOA_Nov24_DAL:revs:190":{"changeset":"Z:f6>3|6=2a=m*7+3$sed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744216561}},"pad:IVOA_Nov24_DAL:revs:191":{"changeset":"Z:f9>3|6=2a=p*7+3$ of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744217060}},"pad:IVOA_Nov24_DAL:revs:192":{"changeset":"Z:fc>2|6=2a=s*7+2$f ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744217560}},"pad:IVOA_Nov24_DAL:revs:193":{"changeset":"Z:fe>1|6=2a=u*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744218062}},"pad:IVOA_Nov24_DAL:revs:194":{"changeset":"Z:ff>1|6=2a*9=1=t-1*7+2$CA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744218562}},"pad:IVOA_Nov24_DAL:revs:195":{"changeset":"Z:fg>2|6=2a=w*7+2$DC","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744219563}},"pad:IVOA_Nov24_DAL:revs:196":{"changeset":"Z:fi>1|6=2a=y*7+1$'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744220262}},"pad:IVOA_Nov24_DAL:revs:197":{"changeset":"Z:fj>2|6=2a=z*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744220762}},"pad:IVOA_Nov24_DAL:revs:198":{"changeset":"Z:fl>2|6=2a=11*7+2$im","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744221266}},"pad:IVOA_Nov24_DAL:revs:199":{"changeset":"Z:fn>4|6=2a=13*7+4$plem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744221766}},"pad:IVOA_Nov24_DAL:revs:200":{"changeset":"Z:fr>6|6=2a=17*7+6$entati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744222271,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9},"nextNum":10},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementati\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7+1c*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:201":{"changeset":"Z:fx>4|6=2a*9=1=1c*7|1+3*7*2*8*3*a+1$on\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744222768}},"pad:IVOA_Nov24_DAL:revs:202":{"changeset":"Z:g1<1|7=3q-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744240590}},"pad:IVOA_Nov24_DAL:revs:203":{"changeset":"Z:g0>1|7=3q*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744241298}},"pad:IVOA_Nov24_DAL:revs:204":{"changeset":"Z:g1>1|8=3r*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744242201}},"pad:IVOA_Nov24_DAL:revs:205":{"changeset":"Z:g2>3|8=3r=1*7+3$Imu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744242795}},"pad:IVOA_Nov24_DAL:revs:206":{"changeset":"Z:g5>3|8=3r=4*7+3$lat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744243294}},"pad:IVOA_Nov24_DAL:revs:207":{"changeset":"Z:g8>3|8=3r=7*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744243797}},"pad:IVOA_Nov24_DAL:revs:208":{"changeset":"Z:gb>1|8=3r=a*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744244298}},"pad:IVOA_Nov24_DAL:revs:209":{"changeset":"Z:gc>3|8=3r=b*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744244800}},"pad:IVOA_Nov24_DAL:revs:210":{"changeset":"Z:gf>1|8=3r=e*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744245709}},"pad:IVOA_Nov24_DAL:revs:211":{"changeset":"Z:gg>3|8=3r=f*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744246209}},"pad:IVOA_Nov24_DAL:revs:212":{"changeset":"Z:gj>2|8=3r=i*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744246712}},"pad:IVOA_Nov24_DAL:revs:213":{"changeset":"Z:gl>1|8=3r=k*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744247506}},"pad:IVOA_Nov24_DAL:revs:214":{"changeset":"Z:gm>2|8=3r=l*7+2$Se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744248005}},"pad:IVOA_Nov24_DAL:revs:215":{"changeset":"Z:go>3|8=3r=n*7+3$rvi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744248506}},"pad:IVOA_Nov24_DAL:revs:216":{"changeset":"Z:gr>4|8=3r=q*7|1+4$ces\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744249006}},"pad:IVOA_Nov24_DAL:revs:217":{"changeset":"Z:gv>1|9=4l*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744250506}},"pad:IVOA_Nov24_DAL:revs:218":{"changeset":"Z:gw>1|a=4m*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744257421}},"pad:IVOA_Nov24_DAL:revs:219":{"changeset":"Z:gx>2|a=4m=1*7+2$ n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744257923}},"pad:IVOA_Nov24_DAL:revs:220":{"changeset":"Z:gz>4|a=4m=3*7+4$eed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744258516}},"pad:IVOA_Nov24_DAL:revs:221":{"changeset":"Z:h3>4|a=4m=7*7+4$to d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744259026}},"pad:IVOA_Nov24_DAL:revs:222":{"changeset":"Z:h7>3|a=4m=b*7+3$ist","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744259525}},"pad:IVOA_Nov24_DAL:revs:223":{"changeset":"Z:ha>4|a=4m=e*7+4$ingu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744260026}},"pad:IVOA_Nov24_DAL:revs:224":{"changeset":"Z:he>3|a=4m=i*7+3$ish","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744260525}},"pad:IVOA_Nov24_DAL:revs:225":{"changeset":"Z:hh>2|a=4m=l*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744261025}},"pad:IVOA_Nov24_DAL:revs:226":{"changeset":"Z:hj>2|a=4m=n*7+2$iu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744261527}},"pad:IVOA_Nov24_DAL:revs:227":{"changeset":"Z:hl<1|a=4m=o-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744262027}},"pad:IVOA_Nov24_DAL:revs:228":{"changeset":"Z:hk>2|a=4m=o*7+2$mu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744262533}},"pad:IVOA_Nov24_DAL:revs:229":{"changeset":"Z:hm>4|a=4m=q*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744263034}},"pad:IVOA_Nov24_DAL:revs:230":{"changeset":"Z:hq>3|a=4m=u*7+3$d v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744263534}},"pad:IVOA_Nov24_DAL:revs:231":{"changeset":"Z:ht>4|a=4m=x*7+4$ersu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744264037}},"pad:IVOA_Nov24_DAL:revs:232":{"changeset":"Z:hx>3|a=4m=11*7+3$s r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744264536}},"pad:IVOA_Nov24_DAL:revs:233":{"changeset":"Z:i0>4|a=4m=14*7+4$eal ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744265040}},"pad:IVOA_Nov24_DAL:revs:234":{"changeset":"Z:i4>4|a=4m=18*7+4$data","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744265643}},"pad:IVOA_Nov24_DAL:revs:235":{"changeset":"Z:i8>1|a=4m=1c*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744266145}},"pad:IVOA_Nov24_DAL:revs:236":{"changeset":"Z:i9>1|a=4m=1d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744266645}},"pad:IVOA_Nov24_DAL:revs:237":{"changeset":"Z:ia<1|a=4m=1d-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744267145}},"pad:IVOA_Nov24_DAL:revs:238":{"changeset":"Z:i9>0|a=4m=1c-1*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744267647}},"pad:IVOA_Nov24_DAL:revs:239":{"changeset":"Z:i9>1|b=5z*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744269352}},"pad:IVOA_Nov24_DAL:revs:240":{"changeset":"Z:ia>1|b=5z=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744269949}},"pad:IVOA_Nov24_DAL:revs:241":{"changeset":"Z:ib>4|b=5z=2*7+4$t is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744270453}},"pad:IVOA_Nov24_DAL:revs:242":{"changeset":"Z:if>3|b=5z=6*7+3$ po","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744270955}},"pad:IVOA_Nov24_DAL:revs:243":{"changeset":"Z:ii>3|b=5z=9*7+3$ssi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744271458}},"pad:IVOA_Nov24_DAL:revs:244":{"changeset":"Z:il>4|b=5z=c*7+4$ble ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744271959}},"pad:IVOA_Nov24_DAL:revs:245":{"changeset":"Z:ip>4|b=5z=g*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744272455}},"pad:IVOA_Nov24_DAL:revs:246":{"changeset":"Z:it>5|b=5z=k*7+5$a use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744272954}},"pad:IVOA_Nov24_DAL:revs:247":{"changeset":"Z:iy>3|b=5z=p*7+3$r t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744273456}},"pad:IVOA_Nov24_DAL:revs:248":{"changeset":"Z:j1>3|b=5z=s*7+3$o a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744273957}},"pad:IVOA_Nov24_DAL:revs:249":{"changeset":"Z:j4>4|b=5z=v*7+4$ccid","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744274459}},"pad:IVOA_Nov24_DAL:revs:250":{"changeset":"Z:j8>4|b=5z=z*7+4$enta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744274958}},"pad:IVOA_Nov24_DAL:revs:251":{"changeset":"Z:jc>4|b=5z=13*7+4$lly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744275457}},"pad:IVOA_Nov24_DAL:revs:252":{"changeset":"Z:jg>1|b=5z=17*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744277365}},"pad:IVOA_Nov24_DAL:revs:253":{"changeset":"Z:jh>3|b=5z=18*7+3$equ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744277962}},"pad:IVOA_Nov24_DAL:revs:254":{"changeset":"Z:jk>4|b=5z=1b*7+4$est ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744278369}},"pad:IVOA_Nov24_DAL:revs:255":{"changeset":"Z:jo>3|b=5z=1f*7+3$sim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744278866}},"pad:IVOA_Nov24_DAL:revs:256":{"changeset":"Z:jr>4|b=5z=1i*7+4$ulat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744279465}},"pad:IVOA_Nov24_DAL:revs:257":{"changeset":"Z:jv>3|b=5z=1m*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744279967}},"pad:IVOA_Nov24_DAL:revs:258":{"changeset":"Z:jy>3|b=5z=1p*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744280467}},"pad:IVOA_Nov24_DAL:revs:259":{"changeset":"Z:k1>2|b=5z=1s*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744280966}},"pad:IVOA_Nov24_DAL:revs:260":{"changeset":"Z:k3>2|b=5z*9=1=1t*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744283668}},"pad:IVOA_Nov24_DAL:revs:261":{"changeset":"Z:k5>1|c=7u=1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744287274}},"pad:IVOA_Nov24_DAL:revs:262":{"changeset":"Z:k6>3|c=7u=2*7+3$erv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744287776}},"pad:IVOA_Nov24_DAL:revs:263":{"changeset":"Z:k9>2|c=7u=5*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744288277}},"pad:IVOA_Nov24_DAL:revs:264":{"changeset":"Z:kb>4|c=7u=7*7+4$data","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744288778}},"pad:IVOA_Nov24_DAL:revs:265":{"changeset":"Z:kf<1|b=5z*9=1|1=1u*a=1=9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744289479}},"pad:IVOA_Nov24_DAL:revs:266":{"changeset":"Z:ke<2|b=5z*9=1|1=1u*a=1=7-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744289980}},"pad:IVOA_Nov24_DAL:revs:267":{"changeset":"Z:kc<5|b=5z*9=1|1=1u*a=1=2-5$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744290479}},"pad:IVOA_Nov24_DAL:revs:268":{"changeset":"Z:k7<1|b=5z*9=1|1=1u*a=1-2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744290979}},"pad:IVOA_Nov24_DAL:revs:269":{"changeset":"Z:k6>1|c=7u=2*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744291580}},"pad:IVOA_Nov24_DAL:revs:270":{"changeset":"Z:k7>2|c=7u=3*7+2$lu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744292080}},"pad:IVOA_Nov24_DAL:revs:271":{"changeset":"Z:k9>4|c=7u=5*7+4$tion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744292582}},"pad:IVOA_Nov24_DAL:revs:272":{"changeset":"Z:kd>1|c=7u=9*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744293085}},"pad:IVOA_Nov24_DAL:revs:273":{"changeset":"Z:ke>1|c=7u=a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744293689}},"pad:IVOA_Nov24_DAL:revs:274":{"changeset":"Z:kf>2|c=7u=b*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744294191}},"pad:IVOA_Nov24_DAL:revs:275":{"changeset":"Z:kh>1|c=7u=d*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744294689}},"pad:IVOA_Nov24_DAL:revs:276":{"changeset":"Z:ki<3|b=5z*9=1|1=1u*a=1=a-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744295189}},"pad:IVOA_Nov24_DAL:revs:277":{"changeset":"Z:kf>1|c=7u=b*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744295791}},"pad:IVOA_Nov24_DAL:revs:278":{"changeset":"Z:kg>4|c=7u=c*7+4$nly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744296293}},"pad:IVOA_Nov24_DAL:revs:279":{"changeset":"Z:kk>3|c=7u=g*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744296793}},"pad:IVOA_Nov24_DAL:revs:280":{"changeset":"Z:kn>2|c=7u=j*7+2$ve","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744297294}},"pad:IVOA_Nov24_DAL:revs:281":{"changeset":"Z:kp>4|c=7u=l*7+4$ sim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744297796}},"pad:IVOA_Nov24_DAL:revs:282":{"changeset":"Z:kt>5|c=7u=p*7+5$ulate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744298298}},"pad:IVOA_Nov24_DAL:revs:283":{"changeset":"Z:ky>3|c=7u=u*7+3$d d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744298900}},"pad:IVOA_Nov24_DAL:revs:284":{"changeset":"Z:l1>4|c=7u=x*7+4$ata ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744299400}},"pad:IVOA_Nov24_DAL:revs:285":{"changeset":"Z:l5>2|c=7u=11*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744299903}},"pad:IVOA_Nov24_DAL:revs:286":{"changeset":"Z:l7>5|c=7u=13*7+5$rough","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744300402}},"pad:IVOA_Nov24_DAL:revs:287":{"changeset":"Z:lc>3|c=7u=18*7+3$ de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744300903}},"pad:IVOA_Nov24_DAL:revs:288":{"changeset":"Z:lf>4|c=7u=1b*7+4$dica","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744301405}},"pad:IVOA_Nov24_DAL:revs:289":{"changeset":"Z:lj>3|c=7u=1f*7+3$ted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744301908}},"pad:IVOA_Nov24_DAL:revs:290":{"changeset":"Z:lm>5|c=7u=1i*7+5$ endo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744302510}},"pad:IVOA_Nov24_DAL:revs:291":{"changeset":"Z:lr<1|b=5z*9=1|1=1u*a=1=1l-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744303010}},"pad:IVOA_Nov24_DAL:revs:292":{"changeset":"Z:lq>3|c=7u=1m*7+3$poi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744303510}},"pad:IVOA_Nov24_DAL:revs:293":{"changeset":"Z:lt>3|c=7u=1p*7+3$nts","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744304011}},"pad:IVOA_Nov24_DAL:revs:294":{"changeset":"Z:lw>2|b=5z*9=1|1=1u*a=1=1r*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744317538}},"pad:IVOA_Nov24_DAL:revs:295":{"changeset":"Z:ly>1|d=9n=1*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744320245}},"pad:IVOA_Nov24_DAL:revs:296":{"changeset":"Z:lz>4|d=9n=2*7+4$voa.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744320845}},"pad:IVOA_Nov24_DAL:revs:297":{"changeset":"Z:m3>2|d=9n=6*7+2$ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744321346}},"pad:IVOA_Nov24_DAL:revs:298":{"changeset":"Z:m5>4|d=9n=8*7+4$scor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744321847}},"pad:IVOA_Nov24_DAL:revs:299":{"changeset":"Z:m9>1|d=9n=c*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744322349}},"pad:IVOA_Nov24_DAL:revs:300":{"changeset":"Z:ma>4|d=9n=d*7+4$ map","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744322950,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11},"nextNum":12},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore map\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7+g*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:301":{"changeset":"Z:me>4|d=9n=h*7+4$ped ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744323449}},"pad:IVOA_Nov24_DAL:revs:302":{"changeset":"Z:mi>3|d=9n=l*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744323952}},"pad:IVOA_Nov24_DAL:revs:303":{"changeset":"Z:ml>4|d=9n=o*7+4$hidd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744324958}},"pad:IVOA_Nov24_DAL:revs:304":{"changeset":"Z:mp>3|d=9n=s*7+3$en ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744325456}},"pad:IVOA_Nov24_DAL:revs:305":{"changeset":"Z:ms>1|d=9n=v*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744326356}},"pad:IVOA_Nov24_DAL:revs:306":{"changeset":"Z:mt>3|d=9n=w*7+3$imu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744326857}},"pad:IVOA_Nov24_DAL:revs:307":{"changeset":"Z:mw>4|d=9n=z*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744327357}},"pad:IVOA_Nov24_DAL:revs:308":{"changeset":"Z:n0>2|d=9n=13*7+2$d_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744327857}},"pad:IVOA_Nov24_DAL:revs:309":{"changeset":"Z:n2>2|d=9n=15*7+2$ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744328357}},"pad:IVOA_Nov24_DAL:revs:310":{"changeset":"Z:n4>3|d=9n=17*7+3$sco","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744328859}},"pad:IVOA_Nov24_DAL:revs:311":{"changeset":"Z:n7>4|d=9n=1a*7+4$re t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744329460}},"pad:IVOA_Nov24_DAL:revs:312":{"changeset":"Z:nb>4|d=9n=1e*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744329961}},"pad:IVOA_Nov24_DAL:revs:313":{"changeset":"Z:nf>2|b=5z*9=1|1=1u*a=1|1=1s*b=1=1h*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744330462}},"pad:IVOA_Nov24_DAL:revs:314":{"changeset":"Z:nh<1|e=b6-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744330963}},"pad:IVOA_Nov24_DAL:revs:315":{"changeset":"Z:ng>1|e=b6*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744331464}},"pad:IVOA_Nov24_DAL:revs:316":{"changeset":"Z:nh>1|f=b7*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744335878}},"pad:IVOA_Nov24_DAL:revs:317":{"changeset":"Z:ni>3|f=b7=1*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744336478}},"pad:IVOA_Nov24_DAL:revs:318":{"changeset":"Z:nl>3|f=b7=4*7+3$s m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744336979}},"pad:IVOA_Nov24_DAL:revs:319":{"changeset":"Z:no>5|f=b7=7*7+5$ight ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744337479}},"pad:IVOA_Nov24_DAL:revs:320":{"changeset":"Z:nt>3|f=b7=c*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744337980}},"pad:IVOA_Nov24_DAL:revs:321":{"changeset":"Z:nw>4|f=b7=f*7+4$get ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744338482}},"pad:IVOA_Nov24_DAL:revs:322":{"changeset":"Z:o0>5|f=b7=j*7+5$that ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744338982}},"pad:IVOA_Nov24_DAL:revs:323":{"changeset":"Z:o5<2|f=b7=m-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744339584}},"pad:IVOA_Nov24_DAL:revs:324":{"changeset":"Z:o3>0|f=b7=l-1*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744340085}},"pad:IVOA_Nov24_DAL:revs:325":{"changeset":"Z:o3>2|f=b7=m*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744340586}},"pad:IVOA_Nov24_DAL:revs:326":{"changeset":"Z:o5>1|f=b7=o*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744341189}},"pad:IVOA_Nov24_DAL:revs:327":{"changeset":"Z:o6>2|f=b7=p*7+2$et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744341687}},"pad:IVOA_Nov24_DAL:revs:328":{"changeset":"Z:o8>3|f=b7=r*7+3$ch ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744342187}},"pad:IVOA_Nov24_DAL:revs:329":{"changeset":"Z:ob>2|f=b7=t-1*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744342686}},"pad:IVOA_Nov24_DAL:revs:330":{"changeset":"Z:od>3|f=b7=w*7+3$sim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744343288}},"pad:IVOA_Nov24_DAL:revs:331":{"changeset":"Z:og>4|f=b7=z*7+4$ulat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744343788}},"pad:IVOA_Nov24_DAL:revs:332":{"changeset":"Z:ok>3|f=b7=13*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744344288}},"pad:IVOA_Nov24_DAL:revs:333":{"changeset":"Z:on>4|f=b7=16*7+4$data","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744344790}},"pad:IVOA_Nov24_DAL:revs:334":{"changeset":"Z:or>1|f=b7=1a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744345690}},"pad:IVOA_Nov24_DAL:revs:335":{"changeset":"Z:os<1|f=b7=1a-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744346890}},"pad:IVOA_Nov24_DAL:revs:336":{"changeset":"Z:or>1|f=b7=1a*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744349994}},"pad:IVOA_Nov24_DAL:revs:337":{"changeset":"Z:os>1|g=ci*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744351794}},"pad:IVOA_Nov24_DAL:revs:338":{"changeset":"Z:ot>1|g=ci=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744353296}},"pad:IVOA_Nov24_DAL:revs:339":{"changeset":"Z:ou>3|g=ci=2*7+3$n e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744353798}},"pad:IVOA_Nov24_DAL:revs:340":{"changeset":"Z:ox>3|g=ci=5*7+3$xtr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744354326}},"pad:IVOA_Nov24_DAL:revs:341":{"changeset":"Z:p0>2|g=ci=8*7+2$ac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744354931}},"pad:IVOA_Nov24_DAL:revs:342":{"changeset":"Z:p2>0|g=ci*9=1=8-1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744355401}},"pad:IVOA_Nov24_DAL:revs:343":{"changeset":"Z:p2>3|g=ci=a*7+3$col","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744355901}},"pad:IVOA_Nov24_DAL:revs:344":{"changeset":"Z:p5>3|g=ci=d*7+3$umn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744356401}},"pad:IVOA_Nov24_DAL:revs:345":{"changeset":"Z:p8>2|g=ci=g*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744356903}},"pad:IVOA_Nov24_DAL:revs:346":{"changeset":"Z:pa>2|g=ci=i*7+2$ir","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744357429}},"pad:IVOA_Nov24_DAL:revs:347":{"changeset":"Z:pc>2|g=ci=k*7+2$sa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744357902}},"pad:IVOA_Nov24_DAL:revs:348":{"changeset":"Z:pe>1|g=ci=m*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744358404}},"pad:IVOA_Nov24_DAL:revs:349":{"changeset":"Z:pf>1|g=ci=n*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744358905}},"pad:IVOA_Nov24_DAL:revs:350":{"changeset":"Z:pg>4|g=ci=o*7+4$rove","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744359407}},"pad:IVOA_Nov24_DAL:revs:351":{"changeset":"Z:pk>5|g=ci=s*7+5$nance","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744359912}},"pad:IVOA_Nov24_DAL:revs:352":{"changeset":"Z:pp>1|g=ci=x*7+1$=","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744360416}},"pad:IVOA_Nov24_DAL:revs:353":{"changeset":"Z:pq>2|g=ci=y*7+2$SI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744360915}},"pad:IVOA_Nov24_DAL:revs:354":{"changeset":"Z:ps>4|g=ci=10*7+4$MULA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744361414}},"pad:IVOA_Nov24_DAL:revs:355":{"changeset":"Z:pw>2|g=ci=14*7+2$TE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744361932}},"pad:IVOA_Nov24_DAL:revs:356":{"changeset":"Z:py>2|g=ci=16*7+2$D ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744362432}},"pad:IVOA_Nov24_DAL:revs:357":{"changeset":"Z:q0>2|g=ci=18*7+2$AL","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744362927}},"pad:IVOA_Nov24_DAL:revs:358":{"changeset":"Z:q2>2|g=ci=1a*7+2$WA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744363420}},"pad:IVOA_Nov24_DAL:revs:359":{"changeset":"Z:q4>1|g=ci=1c*7+1$Y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744363913}},"pad:IVOA_Nov24_DAL:revs:360":{"changeset":"Z:q5>3|g=ci=1d*7+3$S i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744364414}},"pad:IVOA_Nov24_DAL:revs:361":{"changeset":"Z:q8>5|g=ci=1g*7+5$nclud","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744364914}},"pad:IVOA_Nov24_DAL:revs:362":{"changeset":"Z:qd>2|g=ci=1l*7+2$ed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744365414}},"pad:IVOA_Nov24_DAL:revs:363":{"changeset":"Z:qf>2|g=ci*9=1=1m*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744366917}},"pad:IVOA_Nov24_DAL:revs:364":{"changeset":"Z:qh>1|h=e6=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744369429}},"pad:IVOA_Nov24_DAL:revs:365":{"changeset":"Z:qi>1|h=e6=2*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744369927}},"pad:IVOA_Nov24_DAL:revs:366":{"changeset":"Z:qj>4|h=e6=3*7+4$diti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744370426}},"pad:IVOA_Nov24_DAL:revs:367":{"changeset":"Z:qn>5|h=e6=7*7+5$onall","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744370928}},"pad:IVOA_Nov24_DAL:revs:368":{"changeset":"Z:qs>4|h=e6=c*7+4$y, a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744371527}},"pad:IVOA_Nov24_DAL:revs:369":{"changeset":"Z:qw>3|h=e6=g*7+3$ si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744372026}},"pad:IVOA_Nov24_DAL:revs:370":{"changeset":"Z:qz>1|h=e6=j*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744372528}},"pad:IVOA_Nov24_DAL:revs:371":{"changeset":"Z:r0<3|g=ci*9=1|1=1n*a=1=g-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744373027}},"pad:IVOA_Nov24_DAL:revs:372":{"changeset":"Z:qx>2|h=e6=h*7+2$\"s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744373530}},"pad:IVOA_Nov24_DAL:revs:373":{"changeset":"Z:qz>3|h=e6=j*7+3$imu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744374036}},"pad:IVOA_Nov24_DAL:revs:374":{"changeset":"Z:r2>4|h=e6=m*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744374537}},"pad:IVOA_Nov24_DAL:revs:375":{"changeset":"Z:r6>3|h=e6=q*7+3$d\" ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744375041}},"pad:IVOA_Nov24_DAL:revs:376":{"changeset":"Z:r9>3|h=e6=t*7+3$pre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744375538}},"pad:IVOA_Nov24_DAL:revs:377":{"changeset":"Z:rc>4|h=e6=w*7+4$fi x","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744376072}},"pad:IVOA_Nov24_DAL:revs:378":{"changeset":"Z:rg<1|g=ci*9=1|1=1n*a=1=y-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744376642}},"pad:IVOA_Nov24_DAL:revs:379":{"changeset":"Z:rf>0|g=ci*9=1|1=1n*a=1=x-1*7+1$x","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744377144}},"pad:IVOA_Nov24_DAL:revs:380":{"changeset":"Z:rf>2|h=e6=z*7+2$ i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744377637}},"pad:IVOA_Nov24_DAL:revs:381":{"changeset":"Z:rh>5|h=e6=11*7+5$s alw","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744378240}},"pad:IVOA_Nov24_DAL:revs:382":{"changeset":"Z:rm>4|h=e6=16*7+4$ays ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744378741}},"pad:IVOA_Nov24_DAL:revs:383":{"changeset":"Z:rq>3|h=e6=1a*7+3$add","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744379240}},"pad:IVOA_Nov24_DAL:revs:384":{"changeset":"Z:rt>2|h=e6=1d*7+2$ed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744379741}},"pad:IVOA_Nov24_DAL:revs:385":{"changeset":"Z:rv>3|h=e6=1f*7+3$ to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744380244}},"pad:IVOA_Nov24_DAL:revs:386":{"changeset":"Z:ry>3|h=e6=1i*7+3$ cl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744380742}},"pad:IVOA_Nov24_DAL:revs:387":{"changeset":"Z:s1>0|g=ci*9=1|1=1n*a=1=1j-1*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744381242}},"pad:IVOA_Nov24_DAL:revs:388":{"changeset":"Z:s1>3|h=e6=1l*7+3$lum","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744381744}},"pad:IVOA_Nov24_DAL:revs:389":{"changeset":"Z:s4>2|h=e6=1o*7+2$ns","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744382246}},"pad:IVOA_Nov24_DAL:revs:390":{"changeset":"Z:s6>2|g=ci*9=1|1=1n*a=1=1p*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744385250}},"pad:IVOA_Nov24_DAL:revs:391":{"changeset":"Z:s8<1|i=fx-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744386752}},"pad:IVOA_Nov24_DAL:revs:392":{"changeset":"Z:s7<1|g=ci*9=1|1=1n*a=1=1p|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744387353}},"pad:IVOA_Nov24_DAL:revs:393":{"changeset":"Z:s6<1|g=ci*9=1|1=1n*a=1=1o-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744388956}},"pad:IVOA_Nov24_DAL:revs:394":{"changeset":"Z:s5>3|h=e6=1p*7+3$ da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744389458}},"pad:IVOA_Nov24_DAL:revs:395":{"changeset":"Z:s8>2|h=e6=1s*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744389958}},"pad:IVOA_Nov24_DAL:revs:396":{"changeset":"Z:sa>3|h=e6=1u*7+3$, w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744390462}},"pad:IVOA_Nov24_DAL:revs:397":{"changeset":"Z:sd>5|h=e6=1x*7+5$henev","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744390960}},"pad:IVOA_Nov24_DAL:revs:398":{"changeset":"Z:si>3|h=e6=22*7+3$er ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744391464}},"pad:IVOA_Nov24_DAL:revs:399":{"changeset":"Z:sl>3|h=e6=25*7+3$pos","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744391962}},"pad:IVOA_Nov24_DAL:revs:400":{"changeset":"Z:so>3|h=e6=28*7+3$sib","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744392462,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12},"nextNum":13},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possib\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7+2a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:401":{"changeset":"Z:sr>2|h=e6=2b*7+2$le","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744392963}},"pad:IVOA_Nov24_DAL:revs:402":{"changeset":"Z:st>2|g=ci*9=1|1=1n*a=1=2c*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744403484}},"pad:IVOA_Nov24_DAL:revs:403":{"changeset":"Z:sv<1|i=gk-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744403984}},"pad:IVOA_Nov24_DAL:revs:404":{"changeset":"Z:su>1|i=gk*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744404985}},"pad:IVOA_Nov24_DAL:revs:405":{"changeset":"Z:sv>1|j=gl*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744413806}},"pad:IVOA_Nov24_DAL:revs:406":{"changeset":"Z:sw>2|j=gl=1*7+2$bs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744414309}},"pad:IVOA_Nov24_DAL:revs:407":{"changeset":"Z:sy>1|j=gl=3*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744414808}},"pad:IVOA_Nov24_DAL:revs:408":{"changeset":"Z:sz>2|j=gl=4*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744415309}},"pad:IVOA_Nov24_DAL:revs:409":{"changeset":"Z:t1>3|j=gl=6*7+3$ / ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744415813}},"pad:IVOA_Nov24_DAL:revs:410":{"changeset":"Z:t4>3|j=gl=9*7+3$Dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744416314}},"pad:IVOA_Nov24_DAL:revs:411":{"changeset":"Z:t7>1|j=gl=c*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744416817}},"pad:IVOA_Nov24_DAL:revs:412":{"changeset":"Z:t8>3|j=gl=d*7+3$lin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744417419}},"pad:IVOA_Nov24_DAL:revs:413":{"changeset":"Z:tb>3|j=gl=g*7+3$k S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744417920}},"pad:IVOA_Nov24_DAL:revs:414":{"changeset":"Z:te>4|j=gl=j*7+4$tatu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744418421}},"pad:IVOA_Nov24_DAL:revs:415":{"changeset":"Z:ti>2|j=gl=n*7|1+2$s\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744418921}},"pad:IVOA_Nov24_DAL:revs:416":{"changeset":"Z:tk>1|k=ha*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744419422}},"pad:IVOA_Nov24_DAL:revs:417":{"changeset":"Z:tl>1|l=hb*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744421027}},"pad:IVOA_Nov24_DAL:revs:418":{"changeset":"Z:tm>1|l=hb=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744421731}},"pad:IVOA_Nov24_DAL:revs:419":{"changeset":"Z:tn>4|l=hb=2*7+4$sing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744422229}},"pad:IVOA_Nov24_DAL:revs:420":{"changeset":"Z:tr>3|l=hb=6*7+3$ CA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744422732}},"pad:IVOA_Nov24_DAL:revs:421":{"changeset":"Z:tu>3|l=hb=9*7+3$OM ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744423229}},"pad:IVOA_Nov24_DAL:revs:422":{"changeset":"Z:tx>1|l=hb=c*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744423832}},"pad:IVOA_Nov24_DAL:revs:423":{"changeset":"Z:ty>5|l=hb=d*7+5$n the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744424256}},"pad:IVOA_Nov24_DAL:revs:424":{"changeset":"Z:u3>4|l=hb=i*7+4$ bac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744424831}},"pad:IVOA_Nov24_DAL:revs:425":{"changeset":"Z:u7>1|l=hb=m*7+1$k","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744425330}},"pad:IVOA_Nov24_DAL:revs:426":{"changeset":"Z:u8>1|l=hb=n*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744425832}},"pad:IVOA_Nov24_DAL:revs:427":{"changeset":"Z:u9>1|l=hb=o*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744426333}},"pad:IVOA_Nov24_DAL:revs:428":{"changeset":"Z:ua<2|l=hb*9=1=m-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744426836}},"pad:IVOA_Nov24_DAL:revs:429":{"changeset":"Z:u8>4|l=hb=n*7+4$end,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744427334}},"pad:IVOA_Nov24_DAL:revs:430":{"changeset":"Z:uc>3|l=hb=r*7+3$ ea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744427834}},"pad:IVOA_Nov24_DAL:revs:431":{"changeset":"Z:uf>4|l=hb=u*7+4$ch r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744428336}},"pad:IVOA_Nov24_DAL:revs:432":{"changeset":"Z:uj>3|l=hb=y*7+3$ow ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744428837}},"pad:IVOA_Nov24_DAL:revs:433":{"changeset":"Z:um>3|l=hb=11*7+3$wil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744429338}},"pad:IVOA_Nov24_DAL:revs:434":{"changeset":"Z:up>3|l=hb=14*7+3$l p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744429840}},"pad:IVOA_Nov24_DAL:revs:435":{"changeset":"Z:us>5|l=hb=17*7+5$roduc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744430342}},"pad:IVOA_Nov24_DAL:revs:436":{"changeset":"Z:ux>5|l=hb=1c*7+5$e a g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744430843}},"pad:IVOA_Nov24_DAL:revs:437":{"changeset":"Z:v2>3|l=hb=1h*7+3$rou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744431343}},"pad:IVOA_Nov24_DAL:revs:438":{"changeset":"Z:v5>4|l=hb=1k*7+4$p of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744431845}},"pad:IVOA_Nov24_DAL:revs:439":{"changeset":"Z:v9>3|l=hb=1o*7+3$ re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744432375}},"pad:IVOA_Nov24_DAL:revs:440":{"changeset":"Z:vc>4|l=hb=1r*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744432845}},"pad:IVOA_Nov24_DAL:revs:441":{"changeset":"Z:vg>4|l=hb=1v*7+4$d ar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744433348}},"pad:IVOA_Nov24_DAL:revs:442":{"changeset":"Z:vk>3|l=hb=1z*7+3$tif","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744433849}},"pad:IVOA_Nov24_DAL:revs:443":{"changeset":"Z:vn>2|l=hb=22*7+2$ac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744434350}},"pad:IVOA_Nov24_DAL:revs:444":{"changeset":"Z:vp>3|l=hb=24*7+3$ts/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744434851}},"pad:IVOA_Nov24_DAL:revs:445":{"changeset":"Z:vs>4|l=hb=27*7+4$file","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744435452}},"pad:IVOA_Nov24_DAL:revs:446":{"changeset":"Z:vw>3|l=hb*9=1=2a*7|1+2*7*2*8*3*a+1$s\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744435854}},"pad:IVOA_Nov24_DAL:revs:447":{"changeset":"Z:vz>1|m=jo=1*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744436854}},"pad:IVOA_Nov24_DAL:revs:448":{"changeset":"Z:w0>3|m=jo=2*7+3$ach","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744437354}},"pad:IVOA_Nov24_DAL:revs:449":{"changeset":"Z:w3>3|m=jo=5*7+3$ ro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744437854}},"pad:IVOA_Nov24_DAL:revs:450":{"changeset":"Z:w6>2|m=jo=8*7+2$w ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744438862}},"pad:IVOA_Nov24_DAL:revs:451":{"changeset":"Z:w8>4|m=jo=a*7+4$is a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744439364}},"pad:IVOA_Nov24_DAL:revs:452":{"changeset":"Z:wc>3|m=jo=e*7+3$ CO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744439864}},"pad:IVOA_Nov24_DAL:revs:453":{"changeset":"Z:wf>2|m=jo=h*7+2$AM","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744440366}},"pad:IVOA_Nov24_DAL:revs:454":{"changeset":"Z:wh<3|l=hb*9=1|1=2c*a=1=f-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744440960}},"pad:IVOA_Nov24_DAL:revs:455":{"changeset":"Z:we>3|m=jo=g*7+3$AOM","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744441459}},"pad:IVOA_Nov24_DAL:revs:456":{"changeset":"Z:wh>2|m=jo=j*7+2$.p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744441961}},"pad:IVOA_Nov24_DAL:revs:457":{"changeset":"Z:wj>4|m=jo=l*7+4$lane","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744442374}},"pad:IVOA_Nov24_DAL:revs:458":{"changeset":"Z:wn>1|m=jo=p*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744442966}},"pad:IVOA_Nov24_DAL:revs:459":{"changeset":"Z:wo>3|m=jo=q*7+3$row","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744443467}},"pad:IVOA_Nov24_DAL:revs:460":{"changeset":"Z:wr>2|l=hb*9=1|1=2c*a=1=s*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744443970}},"pad:IVOA_Nov24_DAL:revs:461":{"changeset":"Z:wt>1|n=ki=1*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744454085}},"pad:IVOA_Nov24_DAL:revs:462":{"changeset":"Z:wu>2|n=ki=2*7+2$or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744454585}},"pad:IVOA_Nov24_DAL:revs:463":{"changeset":"Z:ww>1|n=ki=4*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744455085}},"pad:IVOA_Nov24_DAL:revs:464":{"changeset":"Z:wx>3|n=ki=5*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744455588}},"pad:IVOA_Nov24_DAL:revs:465":{"changeset":"Z:x0>2|n=ki=8*7+2$al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744456089}},"pad:IVOA_Nov24_DAL:revs:466":{"changeset":"Z:x2>2|n=ki=a*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744456595}},"pad:IVOA_Nov24_DAL:revs:467":{"changeset":"Z:x4>1|n=ki=c*7+1$k","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744457095}},"pad:IVOA_Nov24_DAL:revs:468":{"changeset":"Z:x5>1|n=ki=d*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744457789}},"pad:IVOA_Nov24_DAL:revs:469":{"changeset":"Z:x6>1|n=ki=e*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744458396}},"pad:IVOA_Nov24_DAL:revs:470":{"changeset":"Z:x7>1|n=ki=f*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744459896}},"pad:IVOA_Nov24_DAL:revs:471":{"changeset":"Z:x8>3|n=ki=g*7+3$ach","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744460396}},"pad:IVOA_Nov24_DAL:revs:472":{"changeset":"Z:xb>4|n=ki=j*7+4$ row","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744460899}},"pad:IVOA_Nov24_DAL:revs:473":{"changeset":"Z:xf>3|n=ki=n*7+3$ = ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744461398}},"pad:IVOA_Nov24_DAL:revs:474":{"changeset":"Z:xi>1|n=ki=q*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744463002}},"pad:IVOA_Nov24_DAL:revs:475":{"changeset":"Z:xj>2|n=ki=r*7+2$ao","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744463503}},"pad:IVOA_Nov24_DAL:revs:476":{"changeset":"Z:xl>1|n=ki=t*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744464004}},"pad:IVOA_Nov24_DAL:revs:477":{"changeset":"Z:xm>1|n=ki=u*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744466908}},"pad:IVOA_Nov24_DAL:revs:478":{"changeset":"Z:xn>1|n=ki=v*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744467408}},"pad:IVOA_Nov24_DAL:revs:479":{"changeset":"Z:xo>2|n=ki=w*7+2$rt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744467909}},"pad:IVOA_Nov24_DAL:revs:480":{"changeset":"Z:xq>4|n=ki=y*7+4$ifac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744468441}},"pad:IVOA_Nov24_DAL:revs:481":{"changeset":"Z:xu>1|n=ki=12*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744468937}},"pad:IVOA_Nov24_DAL:revs:482":{"changeset":"Z:xv>2|l=hb*9=1|1=2c*a=1|1=t*b=1=12*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744469410}},"pad:IVOA_Nov24_DAL:revs:483":{"changeset":"Z:xx<1|o=lm-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744504496}},"pad:IVOA_Nov24_DAL:revs:484":{"changeset":"Z:xw>1|o=lm*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744505292}},"pad:IVOA_Nov24_DAL:revs:485":{"changeset":"Z:xx>1|p=ln*7+1$B","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744505794}},"pad:IVOA_Nov24_DAL:revs:486":{"changeset":"Z:xy>3|p=ln=1*7+3$arr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744506292}},"pad:IVOA_Nov24_DAL:revs:487":{"changeset":"Z:y1>3|p=ln=4*7+3$ier","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744506795}},"pad:IVOA_Nov24_DAL:revs:488":{"changeset":"Z:y4>5|p=ln=7*7+5$s to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744507296}},"pad:IVOA_Nov24_DAL:revs:489":{"changeset":"Z:y9>1|p=ln=c*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744507795}},"pad:IVOA_Nov24_DAL:revs:490":{"changeset":"Z:ya>1|p=ln=c-1*7+2$Re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744508300}},"pad:IVOA_Nov24_DAL:revs:491":{"changeset":"Z:yb>4|p=ln=e*7+4$leas","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744508800}},"pad:IVOA_Nov24_DAL:revs:492":{"changeset":"Z:yf>1|p=ln=i*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744509300}},"pad:IVOA_Nov24_DAL:revs:493":{"changeset":"Z:yg>1|p=ln=j*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744509803}},"pad:IVOA_Nov24_DAL:revs:494":{"changeset":"Z:yh>1|q=m7*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744511404}},"pad:IVOA_Nov24_DAL:revs:495":{"changeset":"Z:yi>1|q=m7=1*7+1$#","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744512609}},"pad:IVOA_Nov24_DAL:revs:496":{"changeset":"Z:yj<1|q=m7*9=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744513110}},"pad:IVOA_Nov24_DAL:revs:497":{"changeset":"Z:yi>1|q=m7=1*7+1$#","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744513614}},"pad:IVOA_Nov24_DAL:revs:498":{"changeset":"Z:yj>3|q=m7=2*7+3$1 i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744514212}},"pad:IVOA_Nov24_DAL:revs:499":{"changeset":"Z:ym>3|q=m7=5*7+3$s p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744514715}},"pad:IVOA_Nov24_DAL:revs:500":{"changeset":"Z:yp>3|q=m7=8*7+3$erf","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744515213,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12},"nextNum":13},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is perf\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7+a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:501":{"changeset":"Z:ys>4|q=m7=b*7+4$orma","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744515713}},"pad:IVOA_Nov24_DAL:revs:502":{"changeset":"Z:yw>1|q=m7*9=1=e*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744516214}},"pad:IVOA_Nov24_DAL:revs:503":{"changeset":"Z:yx>2|q=m7*9=1=e-1*7+3$nce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744516715}},"pad:IVOA_Nov24_DAL:revs:504":{"changeset":"Z:yz>1|q=m7=i*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744518417}},"pad:IVOA_Nov24_DAL:revs:505":{"changeset":"Z:z0>2|q=m7*9=1=i*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744520021}},"pad:IVOA_Nov24_DAL:revs:506":{"changeset":"Z:z2>0|q=m7*9=1|1=j*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744520622}},"pad:IVOA_Nov24_DAL:revs:507":{"changeset":"Z:z2>1|r=mr=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744521524}},"pad:IVOA_Nov24_DAL:revs:508":{"changeset":"Z:z3>2|r=mr=2*7+2$an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744522024}},"pad:IVOA_Nov24_DAL:revs:509":{"changeset":"Z:z5>3|r=mr=4*7+3$'t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744522524}},"pad:IVOA_Nov24_DAL:revs:510":{"changeset":"Z:z8>2|r=mr=7*7+2$ea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744523026}},"pad:IVOA_Nov24_DAL:revs:511":{"changeset":"Z:za>4|r=mr=9*7+4$sily","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744523530}},"pad:IVOA_Nov24_DAL:revs:512":{"changeset":"Z:ze>2|r=mr=d*7+2$ f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744524028}},"pad:IVOA_Nov24_DAL:revs:513":{"changeset":"Z:zg>4|r=mr=f*7+4$ix w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744524530}},"pad:IVOA_Nov24_DAL:revs:514":{"changeset":"Z:zk>4|r=mr=j*7+4$ith ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744525030}},"pad:IVOA_Nov24_DAL:revs:515":{"changeset":"Z:zo>2|r=mr=n*7+2$be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744525531}},"pad:IVOA_Nov24_DAL:revs:516":{"changeset":"Z:zq>3|r=mr=p*7+3$tte","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744526038}},"pad:IVOA_Nov24_DAL:revs:517":{"changeset":"Z:zt>3|r=mr=s*7+3$r i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744526532}},"pad:IVOA_Nov24_DAL:revs:518":{"changeset":"Z:zw>4|r=mr=v*7+4$ndex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744527034}},"pad:IVOA_Nov24_DAL:revs:519":{"changeset":"Z:100>3|r=mr=z*7+3$ing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744527636}},"pad:IVOA_Nov24_DAL:revs:520":{"changeset":"Z:103>2|r=mr=12*7+2$ /","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744528053}},"pad:IVOA_Nov24_DAL:revs:521":{"changeset":"Z:105>4|r=mr=14*7+4$ dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744529138}},"pad:IVOA_Nov24_DAL:revs:522":{"changeset":"Z:109>2|r=mr=18*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744529639}},"pad:IVOA_Nov24_DAL:revs:523":{"changeset":"Z:10b>4|r=mr=1a*7+4$type","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744530140}},"pad:IVOA_Nov24_DAL:revs:524":{"changeset":"Z:10f>1|r=mr=1e*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744530643}},"pad:IVOA_Nov24_DAL:revs:525":{"changeset":"Z:10g>2|q=m7*9=1|1=j*9=1=1e*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744531143}},"pad:IVOA_Nov24_DAL:revs:526":{"changeset":"Z:10i>1|s=o7=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744549381}},"pad:IVOA_Nov24_DAL:revs:527":{"changeset":"Z:10j>2|s=o7=2*7+2$up","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744549883}},"pad:IVOA_Nov24_DAL:revs:528":{"changeset":"Z:10l>3|s=o7=4*7+3$ply","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744550484}},"pad:IVOA_Nov24_DAL:revs:529":{"changeset":"Z:10o>4|s=o7=7*7+4$ pla","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744550984}},"pad:IVOA_Nov24_DAL:revs:530":{"changeset":"Z:10s>1|s=o7=b*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744552383}},"pad:IVOA_Nov24_DAL:revs:531":{"changeset":"Z:10t>2|s=o7=c*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744552891}},"pad:IVOA_Nov24_DAL:revs:532":{"changeset":"Z:10v<1|q=m7*9=1|1=j*9=1|1=1f*a=1=c-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744553392}},"pad:IVOA_Nov24_DAL:revs:533":{"changeset":"Z:10u>2|s=o7=d*7+2$id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744554987}},"pad:IVOA_Nov24_DAL:revs:534":{"changeset":"Z:10w>1|s=o7=f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744556490}},"pad:IVOA_Nov24_DAL:revs:535":{"changeset":"Z:10x>2|s=o7=g*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744556991}},"pad:IVOA_Nov24_DAL:revs:536":{"changeset":"Z:10z<1|q=m7*9=1|1=j*9=1|1=1f*a=1=g-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744557491}},"pad:IVOA_Nov24_DAL:revs:537":{"changeset":"Z:10y>3|s=o7=h*7+3$ire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744557992}},"pad:IVOA_Nov24_DAL:revs:538":{"changeset":"Z:111>1|s=o7=k*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744558493}},"pad:IVOA_Nov24_DAL:revs:539":{"changeset":"Z:112>3|s=o7=l*7+3$tly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744558995}},"pad:IVOA_Nov24_DAL:revs:540":{"changeset":"Z:115>1|s=o7=o*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744559497}},"pad:IVOA_Nov24_DAL:revs:541":{"changeset":"Z:116>1|s=o7=p*7+1$(","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744559998}},"pad:IVOA_Nov24_DAL:revs:542":{"changeset":"Z:117>1|s=o7=q*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744560600}},"pad:IVOA_Nov24_DAL:revs:543":{"changeset":"Z:118>2|s=o7=r*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744561099}},"pad:IVOA_Nov24_DAL:revs:544":{"changeset":"Z:11a>2|s=o7=t*7+2$he","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744561616}},"pad:IVOA_Nov24_DAL:revs:545":{"changeset":"Z:11c>2|s=o7=v*7+2$d)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744562100}},"pad:IVOA_Nov24_DAL:revs:546":{"changeset":"Z:11e>4|s=o7=x*7+4$ as ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744562601}},"pad:IVOA_Nov24_DAL:revs:547":{"changeset":"Z:11i>3|s=o7=11*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744563101}},"pad:IVOA_Nov24_DAL:revs:548":{"changeset":"Z:11l>5|s=o7=14*7+5$vice ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744563601}},"pad:IVOA_Nov24_DAL:revs:549":{"changeset":"Z:11q>2|s=o7=19*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744564103}},"pad:IVOA_Nov24_DAL:revs:550":{"changeset":"Z:11s>4|s=o7=1b*7+4$put ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744564605}},"pad:IVOA_Nov24_DAL:revs:551":{"changeset":"Z:11w>4|s=o7=1f*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744565106}},"pad:IVOA_Nov24_DAL:revs:552":{"changeset":"Z:120>1|s=o7=1j*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744565610}},"pad:IVOA_Nov24_DAL:revs:553":{"changeset":"Z:121>5|s=o7=1k*7+5$mprov","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744566113}},"pad:IVOA_Nov24_DAL:revs:554":{"changeset":"Z:126>3|s=o7=1p*7+3$eme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744566613}},"pad:IVOA_Nov24_DAL:revs:555":{"changeset":"Z:129>2|s=o7=1s*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744567111}},"pad:IVOA_Nov24_DAL:revs:556":{"changeset":"Z:12b>1|s=o7=1u*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744567641}},"pad:IVOA_Nov24_DAL:revs:557":{"changeset":"Z:12c>2|q=m7*9=1|1=j*9=1|1=1f*a=1=1u*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744569515}},"pad:IVOA_Nov24_DAL:revs:558":{"changeset":"Z:12e<1|q=m7*9=1|1=j*9=1|1=1f*a=1=1t-1|1=1*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744586846}},"pad:IVOA_Nov24_DAL:revs:559":{"changeset":"Z:12d>3|s=o7=1u*7+3$ - ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744587350}},"pad:IVOA_Nov24_DAL:revs:560":{"changeset":"Z:12g>2|s=o7=1x*7+2$Af","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744587848}},"pad:IVOA_Nov24_DAL:revs:561":{"changeset":"Z:12i<1|q=m7*9=1|1=j*9=1|1=1f*a=1=1x-1|1=1*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744588752}},"pad:IVOA_Nov24_DAL:revs:562":{"changeset":"Z:12h>2|q=m7*9=1|1=j*9=1|1=1f*a=1=1w-1*7+3|1=1*b=1$aft","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744589253}},"pad:IVOA_Nov24_DAL:revs:563":{"changeset":"Z:12j>5|s=o7=20*7+5$er an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744589751}},"pad:IVOA_Nov24_DAL:revs:564":{"changeset":"Z:12o>1|s=o7=25*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744590254}},"pad:IVOA_Nov24_DAL:revs:565":{"changeset":"Z:12p>1|s=o7=26*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744590955}},"pad:IVOA_Nov24_DAL:revs:566":{"changeset":"Z:12q>2|s=o7=27*7+2$IA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744591460}},"pad:IVOA_Nov24_DAL:revs:567":{"changeset":"Z:12s>1|s=o7=29*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744592053}},"pad:IVOA_Nov24_DAL:revs:568":{"changeset":"Z:12t>2|s=o7=2a*7+2$Ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744592554}},"pad:IVOA_Nov24_DAL:revs:569":{"changeset":"Z:12v>1|s=o7=2c*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744593056}},"pad:IVOA_Nov24_DAL:revs:570":{"changeset":"Z:12w>1|s=o7=2d*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744593556}},"pad:IVOA_Nov24_DAL:revs:571":{"changeset":"Z:12x>1|s=o7=2e*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744594057}},"pad:IVOA_Nov24_DAL:revs:572":{"changeset":"Z:12y<1|q=m7*9=1|1=j*9=1|1=1f*a=1=2c-2*7+1|1=1*b=1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744594560}},"pad:IVOA_Nov24_DAL:revs:573":{"changeset":"Z:12x>2|s=o7=2e*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744595058}},"pad:IVOA_Nov24_DAL:revs:574":{"changeset":"Z:12z>1|s=o7=2g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744595560}},"pad:IVOA_Nov24_DAL:revs:575":{"changeset":"Z:130>1|s=o7=2h*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744596060}},"pad:IVOA_Nov24_DAL:revs:576":{"changeset":"Z:131>4|s=o7=2i*7+4$uery","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744596561}},"pad:IVOA_Nov24_DAL:revs:577":{"changeset":"Z:135>1|t=qu=1*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744598567}},"pad:IVOA_Nov24_DAL:revs:578":{"changeset":"Z:136>2|t=qu=2*7+2$ow","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744599068}},"pad:IVOA_Nov24_DAL:revs:579":{"changeset":"Z:138>4|t=qu=4*7+4$ever","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744599571}},"pad:IVOA_Nov24_DAL:revs:580":{"changeset":"Z:13c>3|t=qu=8*7+3$, p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744600074}},"pad:IVOA_Nov24_DAL:revs:581":{"changeset":"Z:13f>5|t=qu=b*7+5$ossib","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744600574}},"pad:IVOA_Nov24_DAL:revs:582":{"changeset":"Z:13k>3|t=qu=g*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744601168}},"pad:IVOA_Nov24_DAL:revs:583":{"changeset":"Z:13n>4|t=qu=j*7+4$not ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744601670}},"pad:IVOA_Nov24_DAL:revs:584":{"changeset":"Z:13r>3|t=qu=n*7+3$rep","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744602172}},"pad:IVOA_Nov24_DAL:revs:585":{"changeset":"Z:13u>3|t=qu=q*7+3$eat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744602673}},"pad:IVOA_Nov24_DAL:revs:586":{"changeset":"Z:13x>1|t=qu=t*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744603173}},"pad:IVOA_Nov24_DAL:revs:587":{"changeset":"Z:13y>3|t=qu=u*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744603673}},"pad:IVOA_Nov24_DAL:revs:588":{"changeset":"Z:141>1|t=qu=x*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744604174}},"pad:IVOA_Nov24_DAL:revs:589":{"changeset":"Z:142>3|t=qu=y*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744604675}},"pad:IVOA_Nov24_DAL:revs:590":{"changeset":"Z:145>3|t=qu=11*7+3$id'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744605176}},"pad:IVOA_Nov24_DAL:revs:591":{"changeset":"Z:148>3|t=qu=14*7+3$s a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744605677}},"pad:IVOA_Nov24_DAL:revs:592":{"changeset":"Z:14b>1|t=qu=17*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744606181}},"pad:IVOA_Nov24_DAL:revs:593":{"changeset":"Z:14c>3|t=qu=18*7+3$e n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744606780}},"pad:IVOA_Nov24_DAL:revs:594":{"changeset":"Z:14f>6|t=qu=1b*7+6$ot the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744607281}},"pad:IVOA_Nov24_DAL:revs:595":{"changeset":"Z:14l>3|t=qu=1h*7+3$ sa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744607783}},"pad:IVOA_Nov24_DAL:revs:596":{"changeset":"Z:14o>3|t=qu=1k*7+3$mee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744608282}},"pad:IVOA_Nov24_DAL:revs:597":{"changeset":"Z:14r>0|q=m7*9=1|1=j*9=1|1=1f*a=1|1=2m*b=1=1l-1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744608780}},"pad:IVOA_Nov24_DAL:revs:598":{"changeset":"Z:14r>3|t=qu=1n*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744609282}},"pad:IVOA_Nov24_DAL:revs:599":{"changeset":"Z:14u>1|t=qu=1q*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744609982}},"pad:IVOA_Nov24_DAL:revs:600":{"changeset":"Z:14v>3|t=qu=1r*7+3$eed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744610481,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13},"nextNum":14},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7|1+2m*7*2*d*3*b+1*7+1t*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:601":{"changeset":"Z:14y>4|t=qu=1u*7+4$ an ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744611001}},"pad:IVOA_Nov24_DAL:revs:602":{"changeset":"Z:152>1|t=qu=1y*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744611485}},"pad:IVOA_Nov24_DAL:revs:603":{"changeset":"Z:153>3|t=qu=1z*7+3$xpi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744611987}},"pad:IVOA_Nov24_DAL:revs:604":{"changeset":"Z:156>4|t=qu=22*7+4$rati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744612586}},"pad:IVOA_Nov24_DAL:revs:605":{"changeset":"Z:15a>4|q=m7*9=1|1=j*9=1|1=1f*a=1|1=2m*b=1=25*7|1+3*7*2*d*3*c+1$on\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744612990}},"pad:IVOA_Nov24_DAL:revs:606":{"changeset":"Z:15e>0|q=m7*9=1|1=j*9=1|1=1f*a=1|1=2m*b=1|1=28*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744617797}},"pad:IVOA_Nov24_DAL:revs:607":{"changeset":"Z:15e>1|u=t3=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744620698}},"pad:IVOA_Nov24_DAL:revs:608":{"changeset":"Z:15f>2|u=t3=2*7+2$IA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744621199}},"pad:IVOA_Nov24_DAL:revs:609":{"changeset":"Z:15h>1|u=t3=4*7+1$2","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744621702}},"pad:IVOA_Nov24_DAL:revs:610":{"changeset":"Z:15i>2|u=t3=5*7+2$ r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744622203}},"pad:IVOA_Nov24_DAL:revs:611":{"changeset":"Z:15k>3|u=t3=7*7+3$oll","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744622704}},"pad:IVOA_Nov24_DAL:revs:612":{"changeset":"Z:15n>2|u=t3=a*7+2$ot","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744623206}},"pad:IVOA_Nov24_DAL:revs:613":{"changeset":"Z:15p>0|q=m7*9=1|1=j*9=1|1=1f*a=1|1=2m*b=1|1=28*a=1=a-1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744623707}},"pad:IVOA_Nov24_DAL:revs:614":{"changeset":"Z:15p>4|u=t3=c*7+4$t pl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744624311}},"pad:IVOA_Nov24_DAL:revs:615":{"changeset":"Z:15t>3|u=t3=g*7+3$ane","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744624810}},"pad:IVOA_Nov24_DAL:revs:616":{"changeset":"Z:15w>1|q=m7*9=1|1=j*9=1|1=1f*a=1|1=2m*b=1|1=28*a=1=h-1*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744625310}},"pad:IVOA_Nov24_DAL:revs:617":{"changeset":"Z:15x>0|q=m7*9=1|1=j*9=1|1=1f*a=1|1=2m*b=1|1=28*a=1|1=i*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744625811}},"pad:IVOA_Nov24_DAL:revs:618":{"changeset":"Z:15x>1|v=tm=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744635222}},"pad:IVOA_Nov24_DAL:revs:619":{"changeset":"Z:15y>4|v=tm=2*7+4$hang","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744635725}},"pad:IVOA_Nov24_DAL:revs:620":{"changeset":"Z:162>3|v=tm=6*7+3$ing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744636224}},"pad:IVOA_Nov24_DAL:revs:621":{"changeset":"Z:165>4|v=tm=9*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744636726}},"pad:IVOA_Nov24_DAL:revs:622":{"changeset":"Z:169>2|v=tm=d*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744637225}},"pad:IVOA_Nov24_DAL:revs:623":{"changeset":"Z:16b>3|v=tm=f*7+3$lin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744637729}},"pad:IVOA_Nov24_DAL:revs:624":{"changeset":"Z:16e>5|v=tm=i*7+5$k to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744638227}},"pad:IVOA_Nov24_DAL:revs:625":{"changeset":"Z:16j>2|v=tm=n*7+2$da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744638730}},"pad:IVOA_Nov24_DAL:revs:626":{"changeset":"Z:16l>1|v=tm=p*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744639830}},"pad:IVOA_Nov24_DAL:revs:627":{"changeset":"Z:16m>1|v=tm=q*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744640429}},"pad:IVOA_Nov24_DAL:revs:628":{"changeset":"Z:16n>3|v=tm=r*7+3$lin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744641030}},"pad:IVOA_Nov24_DAL:revs:629":{"changeset":"Z:16q>4|v=tm=u*7+4$k ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744641531}},"pad:IVOA_Nov24_DAL:revs:630":{"changeset":"Z:16u>1|s=o7=w*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744641934}},"pad:IVOA_Nov24_DAL:revs:631":{"changeset":"Z:16v>3|v=tn=y*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744642037}},"pad:IVOA_Nov24_DAL:revs:632":{"changeset":"Z:16y>4|s=o7=x*0+4$than","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744642433}},"pad:IVOA_Nov24_DAL:revs:633":{"changeset":"Z:172>4|s=o7=11*0+4$ks t","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744642936}},"pad:IVOA_Nov24_DAL:revs:634":{"changeset":"Z:176>1|v=tv=11*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744643336}},"pad:IVOA_Nov24_DAL:revs:635":{"changeset":"Z:177>3|s=o7=15*0+3$o a","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744643438}},"pad:IVOA_Nov24_DAL:revs:636":{"changeset":"Z:17a>1|v=ty=12*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744643837}},"pad:IVOA_Nov24_DAL:revs:637":{"changeset":"Z:17b>3|s=o7=18*0+3$n a","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744643939}},"pad:IVOA_Nov24_DAL:revs:638":{"changeset":"Z:17e>3|s=o7=1b*0+3$ddi","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744644437}},"pad:IVOA_Nov24_DAL:revs:639":{"changeset":"Z:17h>2|s=o7=1e*0+2$ti","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744644937}},"pad:IVOA_Nov24_DAL:revs:640":{"changeset":"Z:17j>1|s=o7=1g*0+1$o","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744645438}},"pad:IVOA_Nov24_DAL:revs:641":{"changeset":"Z:17k>3|s=o7=1h*0+3$nal","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744645938}},"pad:IVOA_Nov24_DAL:revs:642":{"changeset":"Z:17n>1|s=o7=1k*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744646439}},"pad:IVOA_Nov24_DAL:revs:643":{"changeset":"Z:17o>1|s=o7=1l*0+1$p","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744647241}},"pad:IVOA_Nov24_DAL:revs:644":{"changeset":"Z:17p>3|s=o7=1m*0+3$ara","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744647739}},"pad:IVOA_Nov24_DAL:revs:645":{"changeset":"Z:17s>1|s=o7=1p*0+1$e","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744648240}},"pad:IVOA_Nov24_DAL:revs:646":{"changeset":"Z:17t>0|q=m7*9=1|1=j*9=1|1=1f*a=1=1o-1*0+1|1=1r*b=1|1=28*a=1|1=i*9=1$m","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744648742}},"pad:IVOA_Nov24_DAL:revs:647":{"changeset":"Z:17t>4|s=o7=1q*0+4$eter","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744649248}},"pad:IVOA_Nov24_DAL:revs:648":{"changeset":"Z:17x>1|s=o7=1u*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744649747}},"pad:IVOA_Nov24_DAL:revs:649":{"changeset":"Z:17y>4|s=o7=1v*0+4$name","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744650247}},"pad:IVOA_Nov24_DAL:revs:650":{"changeset":"Z:182>2|s=o7=1z*0+2$d ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744650750}},"pad:IVOA_Nov24_DAL:revs:651":{"changeset":"Z:184>1|v=ur=13*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744651145}},"pad:IVOA_Nov24_DAL:revs:652":{"changeset":"Z:185>4|s=o7=21*0+4$FAST","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744651255}},"pad:IVOA_Nov24_DAL:revs:653":{"changeset":"Z:189>3|v=uv=14*7+3$eed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744651647}},"pad:IVOA_Nov24_DAL:revs:654":{"changeset":"Z:18c>2|s=o7=25*0+2$ID","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744651750}},"pad:IVOA_Nov24_DAL:revs:655":{"changeset":"Z:18e>1|v=ux=17*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744652154}},"pad:IVOA_Nov24_DAL:revs:656":{"changeset":"Z:18f>1|s=o7=27*0+1$=","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744652448}},"pad:IVOA_Nov24_DAL:revs:657":{"changeset":"Z:18g>2|v=uy=18*7+2$to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744652654}},"pad:IVOA_Nov24_DAL:revs:658":{"changeset":"Z:18i>2|s=o7=28*0+2$ha","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744652948}},"pad:IVOA_Nov24_DAL:revs:659":{"changeset":"Z:18k>4|v=v0=1a*7+4$ hel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744653156}},"pad:IVOA_Nov24_DAL:revs:660":{"changeset":"Z:18o>1|s=o7=2a*0+1$s","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744653448}},"pad:IVOA_Nov24_DAL:revs:661":{"changeset":"Z:18p>1|v=v1=1e*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744653656}},"pad:IVOA_Nov24_DAL:revs:662":{"changeset":"Z:18q>1|s=o7=2b*0+1$h","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731744653949}},"pad:IVOA_Nov24_DAL:revs:663":{"changeset":"Z:18r>1|v=v2=1f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744654148}},"pad:IVOA_Nov24_DAL:revs:664":{"changeset":"Z:18s>2|v=v2=1g*7+2$cl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744654655}},"pad:IVOA_Nov24_DAL:revs:665":{"changeset":"Z:18u>5|q=m7*9=1|1=j*9=1|1=1f*a=1|1=42*b=1|1=28*a=1|1=i*9=1=1h*7+5$ients","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744655665}},"pad:IVOA_Nov24_DAL:revs:666":{"changeset":"Z:18z>2|v=v2=1n*7+2$; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744656164}},"pad:IVOA_Nov24_DAL:revs:667":{"changeset":"Z:191>1|v=v2=1p*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744657066}},"pad:IVOA_Nov24_DAL:revs:668":{"changeset":"Z:192>4|v=v2=1q*7+4$orki","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744657668}},"pad:IVOA_Nov24_DAL:revs:669":{"changeset":"Z:196>3|v=v2=1u*7+3$ng ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744658168}},"pad:IVOA_Nov24_DAL:revs:670":{"changeset":"Z:199>5|v=v2=1x*7+5$with ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744658669}},"pad:IVOA_Nov24_DAL:revs:671":{"changeset":"Z:19e>3|v=v2=22*7+3$maj","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744659169}},"pad:IVOA_Nov24_DAL:revs:672":{"changeset":"Z:19h>5|v=v2=25*7+5$or cl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744659671}},"pad:IVOA_Nov24_DAL:revs:673":{"changeset":"Z:19m>4|v=v2=2a*7+4$ient","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744660171}},"pad:IVOA_Nov24_DAL:revs:674":{"changeset":"Z:19q>3|v=v2=2e*7+3$ de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744660673}},"pad:IVOA_Nov24_DAL:revs:675":{"changeset":"Z:19t>4|v=v2=2h*7+4$velo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744661176}},"pad:IVOA_Nov24_DAL:revs:676":{"changeset":"Z:19x>4|v=v2=2l*7+4$pers","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744661677}},"pad:IVOA_Nov24_DAL:revs:677":{"changeset":"Z:1a1>2|q=m7*9=1|1=j*9=1|1=1f*a=1|1=42*b=1|1=28*a=1|1=i*9=1=2o*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744662277}},"pad:IVOA_Nov24_DAL:revs:678":{"changeset":"Z:1a3>0|q=m7*9=1|1=j*9=1|1=1f*a=1|1=42*b=1|1=28*a=1|1=i*9=1|1=2p*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744663882}},"pad:IVOA_Nov24_DAL:revs:679":{"changeset":"Z:1a3>1|w=xs=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744665884}},"pad:IVOA_Nov24_DAL:revs:680":{"changeset":"Z:1a4>2|w=xs=2*7+2$et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744666386}},"pad:IVOA_Nov24_DAL:revs:681":{"changeset":"Z:1a6>5|w=xs=4*7+5$ting ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744666887}},"pad:IVOA_Nov24_DAL:revs:682":{"changeset":"Z:1ab>1|v=v2=1n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744671197}},"pad:IVOA_Nov24_DAL:revs:683":{"changeset":"Z:1ac>4|v=v2=1o*7+4$with","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744671698}},"pad:IVOA_Nov24_DAL:revs:684":{"changeset":"Z:1ag>4|v=v2=1s*7+4$ tra","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744672199}},"pad:IVOA_Nov24_DAL:revs:685":{"changeset":"Z:1ak>4|v=v2=1w*7+4$nsit","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744672702}},"pad:IVOA_Nov24_DAL:revs:686":{"changeset":"Z:1ao>3|v=v2=20*7+3$ion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744673204}},"pad:IVOA_Nov24_DAL:revs:687":{"changeset":"Z:1ar<1|q=m7*9=1|1=j*9=1|1=1f*a=1|1=42*b=1|1=28*a=1|1=i*9=1|1=35*b=1=7-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744678419}},"pad:IVOA_Nov24_DAL:revs:688":{"changeset":"Z:1aq<2|q=m7*9=1|1=j*9=1|1=1f*a=1|1=42*b=1|1=28*a=1|1=i*9=1|1=35*b=1=5-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744678921}},"pad:IVOA_Nov24_DAL:revs:689":{"changeset":"Z:1ao<2|q=m7*9=1|1=j*9=1|1=1f*a=1|1=42*b=1|1=28*a=1|1=i*9=1|1=35*b=1=3-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744679421}},"pad:IVOA_Nov24_DAL:revs:690":{"changeset":"Z:1am<3|q=m7*9=1|1=j*9=1|1=1f*a=1|1=42*b=1|1=28*a=1|1=i*9=1|1=35*b=1-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744679923}},"pad:IVOA_Nov24_DAL:revs:691":{"changeset":"Z:1aj<1|w=y8-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744680422}},"pad:IVOA_Nov24_DAL:revs:692":{"changeset":"Z:1ai>1|w=y8*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744680924}},"pad:IVOA_Nov24_DAL:revs:693":{"changeset":"Z:1aj>1|x=y9*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744681425}},"pad:IVOA_Nov24_DAL:revs:694":{"changeset":"Z:1ak>3|x=y9=1*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744681924}},"pad:IVOA_Nov24_DAL:revs:695":{"changeset":"Z:1an>1|x=y9=4*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744682433}},"pad:IVOA_Nov24_DAL:revs:696":{"changeset":"Z:1ao>1|x=y9=5*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744682934}},"pad:IVOA_Nov24_DAL:revs:697":{"changeset":"Z:1ap>4|x=y9=6*7+4$odel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744683528}},"pad:IVOA_Nov24_DAL:revs:698":{"changeset":"Z:1at>2|x=y9=a*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744683933}},"pad:IVOA_Nov24_DAL:revs:699":{"changeset":"Z:1av>1|x=y9=c*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744684828}},"pad:IVOA_Nov24_DAL:revs:700":{"changeset":"Z:1aw>2|x=y9=d*7+2$'s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744685328,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13},"nextNum":14},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|2+36*7+f*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:701":{"changeset":"Z:1ay>1|x=y9=f*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744685829}},"pad:IVOA_Nov24_DAL:revs:702":{"changeset":"Z:1az>1|y=yp*7*2*e*3+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744687132}},"pad:IVOA_Nov24_DAL:revs:703":{"changeset":"Z:1b0<1|y=yp-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744687933}},"pad:IVOA_Nov24_DAL:revs:704":{"changeset":"Z:1az>1|y=yp*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744690136}},"pad:IVOA_Nov24_DAL:revs:705":{"changeset":"Z:1b0>1|y=yp=1*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744695841}},"pad:IVOA_Nov24_DAL:revs:706":{"changeset":"Z:1b1>3|y=yp=2*7+3$ow ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744696340}},"pad:IVOA_Nov24_DAL:revs:707":{"changeset":"Z:1b4>3|y=yp=5*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744696841}},"pad:IVOA_Nov24_DAL:revs:708":{"changeset":"Z:1b7>3|y=yp=8*7+3$enf","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744697341}},"pad:IVOA_Nov24_DAL:revs:709":{"changeset":"Z:1ba>1|y=yp=b*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744699243}},"pad:IVOA_Nov24_DAL:revs:710":{"changeset":"Z:1bb>3|y=yp=c*7+3$re ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744699743}},"pad:IVOA_Nov24_DAL:revs:711":{"changeset":"Z:1be<1|y=yp*9=1=d-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744700445}},"pad:IVOA_Nov24_DAL:revs:712":{"changeset":"Z:1bd>2|y=yp*9=1=c-1*7+3$ce ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744700945}},"pad:IVOA_Nov24_DAL:revs:713":{"changeset":"Z:1bf>1|y=yp=g*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744701446}},"pad:IVOA_Nov24_DAL:revs:714":{"changeset":"Z:1bg>3|y=yp=h*7+3$bsc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744701948}},"pad:IVOA_Nov24_DAL:revs:715":{"changeset":"Z:1bj>4|y=yp=k*7+4$ore ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744702448}},"pad:IVOA_Nov24_DAL:revs:716":{"changeset":"Z:1bn>5|y=yp=o*7+5$consi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744702951}},"pad:IVOA_Nov24_DAL:revs:717":{"changeset":"Z:1bs>1|y=yp=t*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744703451}},"pad:IVOA_Nov24_DAL:revs:718":{"changeset":"Z:1bt>3|y=yp*9=1=s-1*7+4$sten","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744703953}},"pad:IVOA_Nov24_DAL:revs:719":{"changeset":"Z:1bw>3|y=yp=x*7+3$cy ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744704452}},"pad:IVOA_Nov24_DAL:revs:720":{"changeset":"Z:1bz>3|y=yp=10*7+3$acr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744704953}},"pad:IVOA_Nov24_DAL:revs:721":{"changeset":"Z:1c2>3|y=yp=13*7+3$oss","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744705454}},"pad:IVOA_Nov24_DAL:revs:722":{"changeset":"Z:1c5>1|y=yp=16*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744705954}},"pad:IVOA_Nov24_DAL:revs:723":{"changeset":"Z:1c6>4|y=yp=17*7+4$arch","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744706554}},"pad:IVOA_Nov24_DAL:revs:724":{"changeset":"Z:1ca>3|y=yp=1b*7+3$ive","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744707055}},"pad:IVOA_Nov24_DAL:revs:725":{"changeset":"Z:1cd>1|y=yp*9=1=1d*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744707557}},"pad:IVOA_Nov24_DAL:revs:726":{"changeset":"Z:1ce>1|y=yp=1f*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744708059}},"pad:IVOA_Nov24_DAL:revs:727":{"changeset":"Z:1cf>2|y=yp*9=1=1f*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744712769}},"pad:IVOA_Nov24_DAL:revs:728":{"changeset":"Z:1ch>0|y=yp*9=1|1=1g*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744713275}},"pad:IVOA_Nov24_DAL:revs:729":{"changeset":"Z:1ch>1|z=106=1*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744718478}},"pad:IVOA_Nov24_DAL:revs:730":{"changeset":"Z:1ci>3|z=106=2*7+3$ost","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744718980}},"pad:IVOA_Nov24_DAL:revs:731":{"changeset":"Z:1cl>4|z=106=5*7+4$ col","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744719581}},"pad:IVOA_Nov24_DAL:revs:732":{"changeset":"Z:1cp>4|z=106=9*7+4$umsn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744720082}},"pad:IVOA_Nov24_DAL:revs:733":{"changeset":"Z:1ct>2|z=106=d*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744720583}},"pad:IVOA_Nov24_DAL:revs:734":{"changeset":"Z:1cv<2|y=yp*9=1|1=1g*9=1=c-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744721084}},"pad:IVOA_Nov24_DAL:revs:735":{"changeset":"Z:1ct<1|y=yp*9=1|1=1g*9=1=a-2*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744721586}},"pad:IVOA_Nov24_DAL:revs:736":{"changeset":"Z:1cs>3|z=106=c*7+3$s a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744722091}},"pad:IVOA_Nov24_DAL:revs:737":{"changeset":"Z:1cv>1|z=106=f*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744722992}},"pad:IVOA_Nov24_DAL:revs:738":{"changeset":"Z:1cw>4|z=106=g*7+4$e st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744723493}},"pad:IVOA_Nov24_DAL:revs:739":{"changeset":"Z:1d0>5|z=106=k*7+5$raigh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744723997}},"pad:IVOA_Nov24_DAL:revs:740":{"changeset":"Z:1d5>2|z=106=p*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744724495}},"pad:IVOA_Nov24_DAL:revs:741":{"changeset":"Z:1d7>2|y=yp*9=1|1=1g*9=1=p-1*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744725095}},"pad:IVOA_Nov24_DAL:revs:742":{"changeset":"Z:1d9>3|z=106=t*7+3$war","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744725495}},"pad:IVOA_Nov24_DAL:revs:743":{"changeset":"Z:1dc>1|z=106=w*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744726000}},"pad:IVOA_Nov24_DAL:revs:744":{"changeset":"Z:1dd>2|y=yp*9=1|1=1g*9=1=v-1*7+3$d, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744726604}},"pad:IVOA_Nov24_DAL:revs:745":{"changeset":"Z:1df>1|z=106=z*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744727207}},"pad:IVOA_Nov24_DAL:revs:746":{"changeset":"Z:1dg>4|z=106=10*7+4$ome ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744727702}},"pad:IVOA_Nov24_DAL:revs:747":{"changeset":"Z:1dk>2|z=106=14*7+2$ar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744728203}},"pad:IVOA_Nov24_DAL:revs:748":{"changeset":"Z:1dm>2|z=106=16*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744728809}},"pad:IVOA_Nov24_DAL:revs:749":{"changeset":"Z:1do>1|z=106=18*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744729507}},"pad:IVOA_Nov24_DAL:revs:750":{"changeset":"Z:1dp>1|z=106=19*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744730009}},"pad:IVOA_Nov24_DAL:revs:751":{"changeset":"Z:1dq>2|z=106=1a*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744730510}},"pad:IVOA_Nov24_DAL:revs:752":{"changeset":"Z:1ds>2|z=106=1c*7+2$sa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744731013}},"pad:IVOA_Nov24_DAL:revs:753":{"changeset":"Z:1du>2|z=106=1e*7+2$ga","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744731513}},"pad:IVOA_Nov24_DAL:revs:754":{"changeset":"Z:1dw>3|z=106=1g*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744732016}},"pad:IVOA_Nov24_DAL:revs:755":{"changeset":"Z:1dz>2|z=106=1j*7+2$\" ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744732516}},"pad:IVOA_Nov24_DAL:revs:756":{"changeset":"Z:1e1>5|z=106=1l*7+5$where","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744733018}},"pad:IVOA_Nov24_DAL:revs:757":{"changeset":"Z:1e6>4|z=106=1q*7+4$ nec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744733519}},"pad:IVOA_Nov24_DAL:revs:758":{"changeset":"Z:1ea>3|z=106=1u*7+3$ess","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744734019}},"pad:IVOA_Nov24_DAL:revs:759":{"changeset":"Z:1ed>3|z=106=1x*7+3$ary","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744734520}},"pad:IVOA_Nov24_DAL:revs:760":{"changeset":"Z:1eg>2|y=yp*9=1|1=1g*9=1=1z*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744735024}},"pad:IVOA_Nov24_DAL:revs:761":{"changeset":"Z:1ei>1|10=127=1*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744741130}},"pad:IVOA_Nov24_DAL:revs:762":{"changeset":"Z:1ej>1|10=127=2*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744741635}},"pad:IVOA_Nov24_DAL:revs:763":{"changeset":"Z:1ek>1|10=127=3*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744742135}},"pad:IVOA_Nov24_DAL:revs:764":{"changeset":"Z:1el>3|10=127=4*7+3$_co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744742739}},"pad:IVOA_Nov24_DAL:revs:765":{"changeset":"Z:1eo>2|10=127=7*7+2$le","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744743239}},"pad:IVOA_Nov24_DAL:revs:766":{"changeset":"Z:1eq>1|y=yp*9=1|1=1g*9=1|1=20*a=1=7-1*7+2$le","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744743740}},"pad:IVOA_Nov24_DAL:revs:767":{"changeset":"Z:1er>3|10=127=a*7+3$cti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744744241}},"pad:IVOA_Nov24_DAL:revs:768":{"changeset":"Z:1eu>4|10=127=d*7+4$on, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744744739}},"pad:IVOA_Nov24_DAL:revs:769":{"changeset":"Z:1ey>1|10=127=h*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744745942}},"pad:IVOA_Nov24_DAL:revs:770":{"changeset":"Z:1ez>3|10=127=i*7+3$ali","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744746441}},"pad:IVOA_Nov24_DAL:revs:771":{"changeset":"Z:1f2>2|10=127=l*7+2$b_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744746942}},"pad:IVOA_Nov24_DAL:revs:772":{"changeset":"Z:1f4>5|10=127=n*7+5$level","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744747441}},"pad:IVOA_Nov24_DAL:revs:773":{"changeset":"Z:1f9>1|10=127=s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744747949}},"pad:IVOA_Nov24_DAL:revs:774":{"changeset":"Z:1fa>1|y=yp*9=1|1=1g*9=1|1=20*a=1=r-1*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744748453}},"pad:IVOA_Nov24_DAL:revs:775":{"changeset":"Z:1fb>2|10=127=u*7+2$da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744748949}},"pad:IVOA_Nov24_DAL:revs:776":{"changeset":"Z:1fd>2|10=127=w*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744749465}},"pad:IVOA_Nov24_DAL:revs:777":{"changeset":"Z:1ff>2|10=127=y*7+2$po","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744749954}},"pad:IVOA_Nov24_DAL:revs:778":{"changeset":"Z:1fh>2|y=yp*9=1|1=1g*9=1|1=20*a=1=y-1*7+3$rod","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744750457}},"pad:IVOA_Nov24_DAL:revs:779":{"changeset":"Z:1fj>2|10=127=12*7+2$uc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744750955}},"pad:IVOA_Nov24_DAL:revs:780":{"changeset":"Z:1fl>2|10=127=14*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744751451}},"pad:IVOA_Nov24_DAL:revs:781":{"changeset":"Z:1fn>0|y=yp*9=1|1=1g*9=1|1=20*a=1=14-1*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744751958}},"pad:IVOA_Nov24_DAL:revs:782":{"changeset":"Z:1fn>2|10=127=16*7+2$ty","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744752554}},"pad:IVOA_Nov24_DAL:revs:783":{"changeset":"Z:1fp>4|10=127=18*7+4$pe, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744753053}},"pad:IVOA_Nov24_DAL:revs:784":{"changeset":"Z:1ft>1|10=127=1c*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744754958}},"pad:IVOA_Nov24_DAL:revs:785":{"changeset":"Z:1fu>4|10=127=1d*7+4$sage","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744755457}},"pad:IVOA_Nov24_DAL:revs:786":{"changeset":"Z:1fy>3|10=127=1h*7+3$ se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744755959}},"pad:IVOA_Nov24_DAL:revs:787":{"changeset":"Z:1g1>4|10=127=1k*7+4$ems ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744756460}},"pad:IVOA_Nov24_DAL:revs:788":{"changeset":"Z:1g5>1|10=127=1o*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744756957}},"pad:IVOA_Nov24_DAL:revs:789":{"changeset":"Z:1g6>3|10=127=1p*7+3$o v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744758058}},"pad:IVOA_Nov24_DAL:revs:790":{"changeset":"Z:1g9>6|10=127=1s*7+6$ary be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744758567}},"pad:IVOA_Nov24_DAL:revs:791":{"changeset":"Z:1gf>3|10=127=1y*7+3$twe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744759066}},"pad:IVOA_Nov24_DAL:revs:792":{"changeset":"Z:1gi>3|10=127=21*7+3$en ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744759561}},"pad:IVOA_Nov24_DAL:revs:793":{"changeset":"Z:1gl>4|10=127=24*7+4$inst","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744760062}},"pad:IVOA_Nov24_DAL:revs:794":{"changeset":"Z:1gp>2|10=127=28*7+2$it","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744760562}},"pad:IVOA_Nov24_DAL:revs:795":{"changeset":"Z:1gr>1|10=127=2a*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744761062}},"pad:IVOA_Nov24_DAL:revs:796":{"changeset":"Z:1gs>3|10=127=2b*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744761569}},"pad:IVOA_Nov24_DAL:revs:797":{"changeset":"Z:1gv>2|10=127=2e*7+2$ns","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744762075}},"pad:IVOA_Nov24_DAL:revs:798":{"changeset":"Z:1gx>1|10=127=2g*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744762577}},"pad:IVOA_Nov24_DAL:revs:799":{"changeset":"Z:1gy>0|y=yp*9=1|1=1g*9=1|1=20*a=1=2f-1*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744763077}},"pad:IVOA_Nov24_DAL:revs:800":{"changeset":"Z:1gy>1|10=127=2h*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744763577,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; \n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7+2h*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:801":{"changeset":"Z:1gz>1|10=127=2i*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744764582}},"pad:IVOA_Nov24_DAL:revs:802":{"changeset":"Z:1h0>5|10=127=2j*7+5$ntern","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744765076}},"pad:IVOA_Nov24_DAL:revs:803":{"changeset":"Z:1h5>3|10=127=2o*7+3$all","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744765581}},"pad:IVOA_Nov24_DAL:revs:804":{"changeset":"Z:1h8>1|10=127=2r*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744766079}},"pad:IVOA_Nov24_DAL:revs:805":{"changeset":"Z:1h9>2|y=yp*9=1|1=1g*9=1|1=20*a=1=2r*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744766784}},"pad:IVOA_Nov24_DAL:revs:806":{"changeset":"Z:1hb>0|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744769486}},"pad:IVOA_Nov24_DAL:revs:807":{"changeset":"Z:1hb>1|11=150=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744770287}},"pad:IVOA_Nov24_DAL:revs:808":{"changeset":"Z:1hc>2|11=150=2*7+2$mr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744770788}},"pad:IVOA_Nov24_DAL:revs:809":{"changeset":"Z:1he>2|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1=2-1*7+3$pro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744771790}},"pad:IVOA_Nov24_DAL:revs:810":{"changeset":"Z:1hg>2|11=150=6*7+2$vi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744772294}},"pad:IVOA_Nov24_DAL:revs:811":{"changeset":"Z:1hi>3|11=150=8*7+3$ng ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744772795}},"pad:IVOA_Nov24_DAL:revs:812":{"changeset":"Z:1hl>1|11=150=b*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744773597}},"pad:IVOA_Nov24_DAL:revs:813":{"changeset":"Z:1hm>3|11=150=c*7+3$app","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744774097}},"pad:IVOA_Nov24_DAL:revs:814":{"changeset":"Z:1hp>4|11=150=f*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744774598}},"pad:IVOA_Nov24_DAL:revs:815":{"changeset":"Z:1ht>1|11=150=j*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744775698}},"pad:IVOA_Nov24_DAL:revs:816":{"changeset":"Z:1hu>3|11=150=k*7+3$AOM","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744776199}},"pad:IVOA_Nov24_DAL:revs:817":{"changeset":"Z:1hx>1|11=150=n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744776701}},"pad:IVOA_Nov24_DAL:revs:818":{"changeset":"Z:1hy>1|11=150=o*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744777202}},"pad:IVOA_Nov24_DAL:revs:819":{"changeset":"Z:1hz>1|11=150=p*7+1$>","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744777703}},"pad:IVOA_Nov24_DAL:revs:820":{"changeset":"Z:1i0>3|11=150=q*7+3$ ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744778205}},"pad:IVOA_Nov24_DAL:revs:821":{"changeset":"Z:1i3<1|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1=r-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744778908}},"pad:IVOA_Nov24_DAL:revs:822":{"changeset":"Z:1i2>0|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1=q-1*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744779407}},"pad:IVOA_Nov24_DAL:revs:823":{"changeset":"Z:1i2>3|11=150=s*7+3$bsc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744779908}},"pad:IVOA_Nov24_DAL:revs:824":{"changeset":"Z:1i5>3|11=150=v*7+3$Ore","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744780408}},"pad:IVOA_Nov24_DAL:revs:825":{"changeset":"Z:1i8<3|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1=u-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744780908}},"pad:IVOA_Nov24_DAL:revs:826":{"changeset":"Z:1i5>1|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1=t-1*7+2$Co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744781409}},"pad:IVOA_Nov24_DAL:revs:827":{"changeset":"Z:1i6>4|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1=v*7|1+3*7*2*8*3*b+1$re\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744782011}},"pad:IVOA_Nov24_DAL:revs:828":{"changeset":"Z:1ia>0|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744782511}},"pad:IVOA_Nov24_DAL:revs:829":{"changeset":"Z:1ia>1|12=15z=1*7+1$R","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744792934}},"pad:IVOA_Nov24_DAL:revs:830":{"changeset":"Z:1ib>2|12=15z=2*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744793437}},"pad:IVOA_Nov24_DAL:revs:831":{"changeset":"Z:1id>2|12=15z=4*7+2$or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744793936}},"pad:IVOA_Nov24_DAL:revs:832":{"changeset":"Z:1if>5|12=15z=6*7+5$t to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744794445}},"pad:IVOA_Nov24_DAL:revs:833":{"changeset":"Z:1ik>3|12=15z=b*7+3$spl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744794944}},"pad:IVOA_Nov24_DAL:revs:834":{"changeset":"Z:1in>2|12=15z=e*7+2$at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744795439}},"pad:IVOA_Nov24_DAL:revs:835":{"changeset":"Z:1ip>4|12=15z=g*7+4$ting","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744795939}},"pad:IVOA_Nov24_DAL:revs:836":{"changeset":"Z:1it<2|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1=h-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744796444}},"pad:IVOA_Nov24_DAL:revs:837":{"changeset":"Z:1ir<2|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1=f-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744796944}},"pad:IVOA_Nov24_DAL:revs:838":{"changeset":"Z:1ip>2|12=15z=g*7+2$-i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744797442}},"pad:IVOA_Nov24_DAL:revs:839":{"changeset":"Z:1ir>3|12=15z=i*7+3$ng ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744798041}},"pad:IVOA_Nov24_DAL:revs:840":{"changeset":"Z:1iu>6|12=15z=l*7+6$the fi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744798542}},"pad:IVOA_Nov24_DAL:revs:841":{"changeset":"Z:1j0>3|12=15z=r*7+3$lre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744799044}},"pad:IVOA_Nov24_DAL:revs:842":{"changeset":"Z:1j3<2|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1=r-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744799545}},"pad:IVOA_Nov24_DAL:revs:843":{"changeset":"Z:1j1>2|12=15z=s*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744800044}},"pad:IVOA_Nov24_DAL:revs:844":{"changeset":"Z:1j3>1|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1=s-1*7+2$na","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744800544}},"pad:IVOA_Nov24_DAL:revs:845":{"changeset":"Z:1j4>3|12=15z=v*7+3$me ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744801046}},"pad:IVOA_Nov24_DAL:revs:846":{"changeset":"Z:1j7>3|12=15z=y*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744801547}},"pad:IVOA_Nov24_DAL:revs:847":{"changeset":"Z:1ja>3|12=15z=11*7+3$cap","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744802049}},"pad:IVOA_Nov24_DAL:revs:848":{"changeset":"Z:1jd>2|12=15z=14*7+2$ut","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744802556}},"pad:IVOA_Nov24_DAL:revs:849":{"changeset":"Z:1jf<1|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1=13-2*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744803058}},"pad:IVOA_Nov24_DAL:revs:850":{"changeset":"Z:1je>2|12=15z=15*7+2$ur","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744803551}},"pad:IVOA_Nov24_DAL:revs:851":{"changeset":"Z:1jg>2|12=15z=17*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744804052}},"pad:IVOA_Nov24_DAL:revs:852":{"changeset":"Z:1ji>2|12=15z=19*7+2$fi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744804554}},"pad:IVOA_Nov24_DAL:revs:853":{"changeset":"Z:1jk>2|12=15z=1b*7+2$le","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744805058}},"pad:IVOA_Nov24_DAL:revs:854":{"changeset":"Z:1jm>2|12=15z=1d*7+2$ c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744805558}},"pad:IVOA_Nov24_DAL:revs:855":{"changeset":"Z:1jo>1|12=15z=1f*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744806056}},"pad:IVOA_Nov24_DAL:revs:856":{"changeset":"Z:1jp>5|12=15z=1g*7+5$ntent","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744806556}},"pad:IVOA_Nov24_DAL:revs:857":{"changeset":"Z:1ju>1|12=15z=1l*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744807356}},"pad:IVOA_Nov24_DAL:revs:858":{"changeset":"Z:1jv>1|12=15z=1m*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744807862}},"pad:IVOA_Nov24_DAL:revs:859":{"changeset":"Z:1jw>3|12=15z=1n*7+3$loo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744808962}},"pad:IVOA_Nov24_DAL:revs:860":{"changeset":"Z:1jz>5|12=15z=1q*7+5$king ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744809462}},"pad:IVOA_Nov24_DAL:revs:861":{"changeset":"Z:1k4>4|12=15z=1v*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744809963}},"pad:IVOA_Nov24_DAL:revs:862":{"changeset":"Z:1k8>5|12=15z=1z*7+5$more ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744810464}},"pad:IVOA_Nov24_DAL:revs:863":{"changeset":"Z:1kd>3|12=15z=24*7+3$rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744810964}},"pad:IVOA_Nov24_DAL:revs:864":{"changeset":"Z:1kg>4|12=15z=27*7+4$dabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744811465}},"pad:IVOA_Nov24_DAL:revs:865":{"changeset":"Z:1kk>3|12=15z=2b*7+3$e o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744811965}},"pad:IVOA_Nov24_DAL:revs:866":{"changeset":"Z:1kn>1|12=15z=2e*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744812468}},"pad:IVOA_Nov24_DAL:revs:867":{"changeset":"Z:1ko>3|12=15z=2f*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744812966}},"pad:IVOA_Nov24_DAL:revs:868":{"changeset":"Z:1kr>1|12=15z=2i*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744813466}},"pad:IVOA_Nov24_DAL:revs:869":{"changeset":"Z:1ks>2|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1=2i*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744813968}},"pad:IVOA_Nov24_DAL:revs:870":{"changeset":"Z:1ku>1|13=18j=1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744815471}},"pad:IVOA_Nov24_DAL:revs:871":{"changeset":"Z:1kv>2|13=18j=2*7+2$at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744815971}},"pad:IVOA_Nov24_DAL:revs:872":{"changeset":"Z:1kx>1|13=18j=4*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744816472}},"pad:IVOA_Nov24_DAL:revs:873":{"changeset":"Z:1ky>2|13=18j=5*7+2$pr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744816973}},"pad:IVOA_Nov24_DAL:revs:874":{"changeset":"Z:1l0>1|13=18j=7*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744817873}},"pad:IVOA_Nov24_DAL:revs:875":{"changeset":"Z:1l1>2|13=18j=8*7+2$du","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744818377}},"pad:IVOA_Nov24_DAL:revs:876":{"changeset":"Z:1l3>2|13=18j=a*7+2$ct","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744818877}},"pad:IVOA_Nov24_DAL:revs:877":{"changeset":"Z:1l5>1|13=18j=c*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744819478}},"pad:IVOA_Nov24_DAL:revs:878":{"changeset":"Z:1l6>2|13=18j=d*7+2$su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744819978}},"pad:IVOA_Nov24_DAL:revs:879":{"changeset":"Z:1l8>2|13=18j=f*7+2$bt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744820477}},"pad:IVOA_Nov24_DAL:revs:880":{"changeset":"Z:1la>5|13=18j=h*7+5$ype, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744820977}},"pad:IVOA_Nov24_DAL:revs:881":{"changeset":"Z:1lf>1|13=18j=m*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744821480}},"pad:IVOA_Nov24_DAL:revs:882":{"changeset":"Z:1lg>4|13=18j=n*7+4$ot o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744821980}},"pad:IVOA_Nov24_DAL:revs:883":{"changeset":"Z:1lk>2|13=18j=r*7+2$bv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744822480}},"pad:IVOA_Nov24_DAL:revs:884":{"changeset":"Z:1lm>2|13=18j=t*7+2$io","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744822983}},"pad:IVOA_Nov24_DAL:revs:885":{"changeset":"Z:1lo>5|13=18j=v*7+5$us in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744823483}},"pad:IVOA_Nov24_DAL:revs:886":{"changeset":"Z:1lt>2|13=18j=10*7+2$ C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744823985}},"pad:IVOA_Nov24_DAL:revs:887":{"changeset":"Z:1lv>4|13=18j=12*7+4$AOM ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744824484}},"pad:IVOA_Nov24_DAL:revs:888":{"changeset":"Z:1lz>2|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1|1=2j*a=1=15*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744825693}},"pad:IVOA_Nov24_DAL:revs:889":{"changeset":"Z:1m1>0|y=yp*9=1|1=1g*9=1|1=20*a=1|1=2s*a=1|1=y*9=1|1=2j*a=1|1=16*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744826696}},"pad:IVOA_Nov24_DAL:revs:890":{"changeset":"Z:1m1<1|14=19q-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744831099}},"pad:IVOA_Nov24_DAL:revs:891":{"changeset":"Z:1m0>1|14=19q*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744831803}},"pad:IVOA_Nov24_DAL:revs:892":{"changeset":"Z:1m1>1|15=19r*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744832302}},"pad:IVOA_Nov24_DAL:revs:893":{"changeset":"Z:1m2>3|15=19r=1*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744832796}},"pad:IVOA_Nov24_DAL:revs:894":{"changeset":"Z:1m5>2|15=19r=4*7+2$li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744833303}},"pad:IVOA_Nov24_DAL:revs:895":{"changeset":"Z:1m7>3|15=19r=6*7+3$nk ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744833804}},"pad:IVOA_Nov24_DAL:revs:896":{"changeset":"Z:1ma>1|15=19r=9*7+1$!","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744835101}},"pad:IVOA_Nov24_DAL:revs:897":{"changeset":"Z:1mb>1|15=19r=a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744835810}},"pad:IVOA_Nov24_DAL:revs:898":{"changeset":"Z:1mc>3|15=19r=b*7+3$jus","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744836310}},"pad:IVOA_Nov24_DAL:revs:899":{"changeset":"Z:1mf>2|15=19r=e*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744836811}},"pad:IVOA_Nov24_DAL:revs:900":{"changeset":"Z:1mh>3|15=19r=g*7+3$fir","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744837312,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink ! just fir\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|2+17*7+j*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:901":{"changeset":"Z:1mk>1|15=19r=j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744837808}},"pad:IVOA_Nov24_DAL:revs:902":{"changeset":"Z:1ml<2|15=19r=i-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744838308}},"pad:IVOA_Nov24_DAL:revs:903":{"changeset":"Z:1mj<7|15=19r=b-7$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744838808}},"pad:IVOA_Nov24_DAL:revs:904":{"changeset":"Z:1mc<2|15=19r=9-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744839310}},"pad:IVOA_Nov24_DAL:revs:905":{"changeset":"Z:1ma>4|15=19r=9*7+4$not ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744839810}},"pad:IVOA_Nov24_DAL:revs:906":{"changeset":"Z:1me>5|15=19r=d*7+5$just ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744840310}},"pad:IVOA_Nov24_DAL:revs:907":{"changeset":"Z:1mj>4|15=19r=i*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744840813}},"pad:IVOA_Nov24_DAL:revs:908":{"changeset":"Z:1mn>2|15=19r=m*7+2$Ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744841319}},"pad:IVOA_Nov24_DAL:revs:909":{"changeset":"Z:1mp>2|15=19r=o*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744841817}},"pad:IVOA_Nov24_DAL:revs:910":{"changeset":"Z:1mr<1|15=19r=p-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744842520}},"pad:IVOA_Nov24_DAL:revs:911":{"changeset":"Z:1mq>3|15=19r=p*7+3$TAP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744843016}},"pad:IVOA_Nov24_DAL:revs:912":{"changeset":"Z:1mt>1|15=19r=s*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744843619}},"pad:IVOA_Nov24_DAL:revs:913":{"changeset":"Z:1mu>3|15=19r=t*7+3$SIA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744844119}},"pad:IVOA_Nov24_DAL:revs:914":{"changeset":"Z:1mx>1|15=19r=w*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744844723}},"pad:IVOA_Nov24_DAL:revs:915":{"changeset":"Z:1my>1|16=1ao*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744846927}},"pad:IVOA_Nov24_DAL:revs:916":{"changeset":"Z:1mz>1|16=1ao=1*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744851530}},"pad:IVOA_Nov24_DAL:revs:917":{"changeset":"Z:1n0>3|16=1ao=2*7+3$eed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744852131}},"pad:IVOA_Nov24_DAL:revs:918":{"changeset":"Z:1n3>4|16=1ao=5*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744852631}},"pad:IVOA_Nov24_DAL:revs:919":{"changeset":"Z:1n7>3|16=1ao=9*7+3$ret","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744853133}},"pad:IVOA_Nov24_DAL:revs:920":{"changeset":"Z:1na>4|16=1ao=c*7+4$urn ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744853631}},"pad:IVOA_Nov24_DAL:revs:921":{"changeset":"Z:1ne>3|16=1ao=g*7+3$pro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744854130}},"pad:IVOA_Nov24_DAL:revs:922":{"changeset":"Z:1nh>3|16=1ao=j*7+3$duc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744854631}},"pad:IVOA_Nov24_DAL:revs:923":{"changeset":"Z:1nk>4|16=1ao=m*7+4$ts f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744855133}},"pad:IVOA_Nov24_DAL:revs:924":{"changeset":"Z:1no>1|16=1ao*9=1=p*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744855633}},"pad:IVOA_Nov24_DAL:revs:925":{"changeset":"Z:1np>3|16=1ao*9=1=p-1*7+4$rom ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744856235}},"pad:IVOA_Nov24_DAL:revs:926":{"changeset":"Z:1ns>1|16=1ao=u*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744856737}},"pad:IVOA_Nov24_DAL:revs:927":{"changeset":"Z:1nt>3|16=1ao=v*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744857236}},"pad:IVOA_Nov24_DAL:revs:928":{"changeset":"Z:1nw>4|16=1ao=y*7+4$link","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744857735}},"pad:IVOA_Nov24_DAL:revs:929":{"changeset":"Z:1o0>1|16=1ao=12*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744858238}},"pad:IVOA_Nov24_DAL:revs:930":{"changeset":"Z:1o1>4|16=1ao=13*7+4$API ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744858739}},"pad:IVOA_Nov24_DAL:revs:931":{"changeset":"Z:1o5>2|16=1ao=17*7+2$wi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744859246}},"pad:IVOA_Nov24_DAL:revs:932":{"changeset":"Z:1o7>3|16=1ao=19*7+3$th ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744859743}},"pad:IVOA_Nov24_DAL:revs:933":{"changeset":"Z:1oa<1|16=1ao*9=1=1a-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744864949}},"pad:IVOA_Nov24_DAL:revs:934":{"changeset":"Z:1o9<3|16=1ao*9=1=17-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744865449}},"pad:IVOA_Nov24_DAL:revs:935":{"changeset":"Z:1o6<1|16=1ao*9=1=16-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744865950}},"pad:IVOA_Nov24_DAL:revs:936":{"changeset":"Z:1o5>1|16=1ao=17*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744866451}},"pad:IVOA_Nov24_DAL:revs:937":{"changeset":"Z:1o6>5|16=1ao=18*7+5$rom m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744866952}},"pad:IVOA_Nov24_DAL:revs:938":{"changeset":"Z:1ob>3|16=1ao=1d*7+3$ult","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744867453}},"pad:IVOA_Nov24_DAL:revs:939":{"changeset":"Z:1oe>4|16=1ao=1g*7+4$iple","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744867954}},"pad:IVOA_Nov24_DAL:revs:940":{"changeset":"Z:1oi>2|16=1ao=1k*7+2$ o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744868455}},"pad:IVOA_Nov24_DAL:revs:941":{"changeset":"Z:1ok>2|16=1ao=1m*7+2$bs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744868960}},"pad:IVOA_Nov24_DAL:revs:942":{"changeset":"Z:1om>3|16=1ao=1o*7+3$erv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744869456}},"pad:IVOA_Nov24_DAL:revs:943":{"changeset":"Z:1op>4|16=1ao=1r*7+4$atio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744869957}},"pad:IVOA_Nov24_DAL:revs:944":{"changeset":"Z:1ot>2|16=1ao=1v*7+2$ns","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744870458}},"pad:IVOA_Nov24_DAL:revs:945":{"changeset":"Z:1ov>2|16=1ao*9=1=1w*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744870958}},"pad:IVOA_Nov24_DAL:revs:946":{"changeset":"Z:1ox>0|16=1ao*9=1|1=1x*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744871963}},"pad:IVOA_Nov24_DAL:revs:947":{"changeset":"Z:1ox>1|17=1cm=1*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744873058}},"pad:IVOA_Nov24_DAL:revs:948":{"changeset":"Z:1oy>2|17=1cm=2*7+2$np","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744873558}},"pad:IVOA_Nov24_DAL:revs:949":{"changeset":"Z:1p0>3|17=1cm=4*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744874162}},"pad:IVOA_Nov24_DAL:revs:950":{"changeset":"Z:1p3>1|17=1cm=7*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744874662}},"pad:IVOA_Nov24_DAL:revs:951":{"changeset":"Z:1p4>2|17=1cm=8*7+2$bj","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744875163}},"pad:IVOA_Nov24_DAL:revs:952":{"changeset":"Z:1p6>3|17=1cm=a*7+3$ect","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744875664}},"pad:IVOA_Nov24_DAL:revs:953":{"changeset":"Z:1p9>2|17=1cm=d*7+2$_i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744876164}},"pad:IVOA_Nov24_DAL:revs:954":{"changeset":"Z:1pb>3|17=1cm=f*7+3$d, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744876665}},"pad:IVOA_Nov24_DAL:revs:955":{"changeset":"Z:1pe>1|17=1cm=i*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744883177}},"pad:IVOA_Nov24_DAL:revs:956":{"changeset":"Z:1pf>1|17=1cm=j*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744883677}},"pad:IVOA_Nov24_DAL:revs:957":{"changeset":"Z:1pg>3|17=1cm=k*7+3$ id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744884178}},"pad:IVOA_Nov24_DAL:revs:958":{"changeset":"Z:1pj>1|17=1cm=n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744884877}},"pad:IVOA_Nov24_DAL:revs:959":{"changeset":"Z:1pk>2|17=1cm=o*7+2$su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744885378}},"pad:IVOA_Nov24_DAL:revs:960":{"changeset":"Z:1pm>1|17=1cm=q*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744886480}},"pad:IVOA_Nov24_DAL:revs:961":{"changeset":"Z:1pn>1|17=1cm=r*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744887284}},"pad:IVOA_Nov24_DAL:revs:962":{"changeset":"Z:1po>3|17=1cm=s*7+3$lid","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744887788}},"pad:IVOA_Nov24_DAL:revs:963":{"changeset":"Z:1pr>1|16=1ao*9=1|1=1x*9=1=t-1*7+2$ed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744888288}},"pad:IVOA_Nov24_DAL:revs:964":{"changeset":"Z:1ps>3|16=1ao*9=1|1=1x*9=1=v*7|1+2*7*2*d*3*a+1$,\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744888790}},"pad:IVOA_Nov24_DAL:revs:965":{"changeset":"Z:1pv>1|18=1dk=1*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744892689}},"pad:IVOA_Nov24_DAL:revs:966":{"changeset":"Z:1pw>1|18=1dk=2*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744893190}},"pad:IVOA_Nov24_DAL:revs:967":{"changeset":"Z:1px>3|18=1dk=3*7+3$jec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744893790}},"pad:IVOA_Nov24_DAL:revs:968":{"changeset":"Z:1q0>1|18=1dk=6*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744894292}},"pad:IVOA_Nov24_DAL:revs:969":{"changeset":"Z:1q1>3|18=1dk=7*7+3$_id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744894792}},"pad:IVOA_Nov24_DAL:revs:970":{"changeset":"Z:1q4>1|18=1dk=a*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744895292}},"pad:IVOA_Nov24_DAL:revs:971":{"changeset":"Z:1q5>1|16=1ao*9=1|1=1x*9=1|1=x*a=1=9-1*7+2$ f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744895797}},"pad:IVOA_Nov24_DAL:revs:972":{"changeset":"Z:1q6>3|18=1dk=c*7+3$oll","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744896295}},"pad:IVOA_Nov24_DAL:revs:973":{"changeset":"Z:1q9>3|18=1dk=f*7+3$ows","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744896797}},"pad:IVOA_Nov24_DAL:revs:974":{"changeset":"Z:1qc>1|18=1dk=i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744897302}},"pad:IVOA_Nov24_DAL:revs:975":{"changeset":"Z:1qd>1|18=1dk=j*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744898198}},"pad:IVOA_Nov24_DAL:revs:976":{"changeset":"Z:1qe>4|18=1dk=k*7+4$elat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744898704}},"pad:IVOA_Nov24_DAL:revs:977":{"changeset":"Z:1qi>3|18=1dk=o*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744899205}},"pad:IVOA_Nov24_DAL:revs:978":{"changeset":"Z:1ql>3|18=1dk=r*7+3$pro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744899707}},"pad:IVOA_Nov24_DAL:revs:979":{"changeset":"Z:1qo>3|18=1dk=u*7+3$duc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744900207}},"pad:IVOA_Nov24_DAL:revs:980":{"changeset":"Z:1qr>3|18=1dk=x*7+3$t, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744900709}},"pad:IVOA_Nov24_DAL:revs:981":{"changeset":"Z:1qu>3|18=1dk=10*7+3$res","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744901207}},"pad:IVOA_Nov24_DAL:revs:982":{"changeset":"Z:1qx>1|18=1dk=13*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744901701}},"pad:IVOA_Nov24_DAL:revs:983":{"changeset":"Z:1qy>2|18=1dk=14*7+2$lt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744902204}},"pad:IVOA_Nov24_DAL:revs:984":{"changeset":"Z:1r0>2|18=1dk=16*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744902705}},"pad:IVOA_Nov24_DAL:revs:985":{"changeset":"Z:1r2>2|18=1dk=18*7+2$g ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744903203}},"pad:IVOA_Nov24_DAL:revs:986":{"changeset":"Z:1r4>1|18=1dk=1a*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744904205}},"pad:IVOA_Nov24_DAL:revs:987":{"changeset":"Z:1r5>1|18=1dk=1b*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744904912}},"pad:IVOA_Nov24_DAL:revs:988":{"changeset":"Z:1r6>1|18=1dk=1c*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744905408}},"pad:IVOA_Nov24_DAL:revs:989":{"changeset":"Z:1r7<1|16=1ao*9=1|1=1x*9=1|1=x*a=1=1b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744905912}},"pad:IVOA_Nov24_DAL:revs:990":{"changeset":"Z:1r6>4|18=1dk=1c*7+4$tput","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744906415}},"pad:IVOA_Nov24_DAL:revs:991":{"changeset":"Z:1ra>1|18=1dk=1g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744906916}},"pad:IVOA_Nov24_DAL:revs:992":{"changeset":"Z:1rb>3|18=1dk=1h*7+3$ID ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744907416}},"pad:IVOA_Nov24_DAL:revs:993":{"changeset":"Z:1re>1|18=1dk=1k*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744911327}},"pad:IVOA_Nov24_DAL:revs:994":{"changeset":"Z:1rf>3|18=1dk=1l*7+3$as ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744911822}},"pad:IVOA_Nov24_DAL:revs:995":{"changeset":"Z:1ri>1|18=1dk=1o*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744916728}},"pad:IVOA_Nov24_DAL:revs:996":{"changeset":"Z:1rj>3|18=1dk=1p*7+3$ame","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744917230}},"pad:IVOA_Nov24_DAL:revs:997":{"changeset":"Z:1rm>1|18=1dk=1s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744918231}},"pad:IVOA_Nov24_DAL:revs:998":{"changeset":"Z:1rn>2|18=1dk=1t*7+2$ID","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744918733}},"pad:IVOA_Nov24_DAL:revs:999":{"changeset":"Z:1rp>1|18=1dk=1v*7+1$=","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744919231}},"pad:IVOA_Nov24_DAL:revs:1000":{"changeset":"Z:1rq>1|18=1dk=1w*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744919738,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=o\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7+1w*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1001":{"changeset":"Z:1rr>2|18=1dk=1x*7+2$bs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744920232}},"pad:IVOA_Nov24_DAL:revs:1002":{"changeset":"Z:1rt>1|18=1dk=1z*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744920734}},"pad:IVOA_Nov24_DAL:revs:1003":{"changeset":"Z:1ru>1|18=1dk=20*7+1$[","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744921235}},"pad:IVOA_Nov24_DAL:revs:1004":{"changeset":"Z:1rv>1|18=1dk=21*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744921736}},"pad:IVOA_Nov24_DAL:revs:1005":{"changeset":"Z:1rw<1|16=1ao*9=1|1=1x*9=1|1=x*a=1=1z-2*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744922241}},"pad:IVOA_Nov24_DAL:revs:1006":{"changeset":"Z:1rv>2|18=1dk=21*7+2$ub","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744922838}},"pad:IVOA_Nov24_DAL:revs:1007":{"changeset":"Z:1rx>4|18=1dk=23*7+4$lish","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744923338}},"pad:IVOA_Nov24_DAL:revs:1008":{"changeset":"Z:1s1>3|18=1dk=27*7+3$er_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744923839}},"pad:IVOA_Nov24_DAL:revs:1009":{"changeset":"Z:1s4>1|18=1dk=2a*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744924638}},"pad:IVOA_Nov24_DAL:revs:1010":{"changeset":"Z:1s5>2|18=1dk=2b*7+2$id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744925139}},"pad:IVOA_Nov24_DAL:revs:1011":{"changeset":"Z:1s7>1|18=1dk=2d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744925640}},"pad:IVOA_Nov24_DAL:revs:1012":{"changeset":"Z:1s8>2|18=1dk=2e*7+2$to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744926142}},"pad:IVOA_Nov24_DAL:revs:1013":{"changeset":"Z:1sa>4|18=1dk=2g*7+4$ all","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744926747}},"pad:IVOA_Nov24_DAL:revs:1014":{"changeset":"Z:1se>3|18=1dk=2k*7+3$ow ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744927147}},"pad:IVOA_Nov24_DAL:revs:1015":{"changeset":"Z:1sh>3|18=1dk=2n*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744927647}},"pad:IVOA_Nov24_DAL:revs:1016":{"changeset":"Z:1sk>4|18=1dk=2q*7+4$ful ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744928147}},"pad:IVOA_Nov24_DAL:revs:1017":{"changeset":"Z:1so>4|18=1dk=2u*7+4$grou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744928659}},"pad:IVOA_Nov24_DAL:revs:1018":{"changeset":"Z:1ss>2|18=1dk=2y*7+2$pi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744929251}},"pad:IVOA_Nov24_DAL:revs:1019":{"changeset":"Z:1su>6|18=1dk=30*7+6$ng to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744929752}},"pad:IVOA_Nov24_DAL:revs:1020":{"changeset":"Z:1t0>3|18=1dk=36*7+3$cli","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744930252}},"pad:IVOA_Nov24_DAL:revs:1021":{"changeset":"Z:1t3>4|18=1dk=39*7+4$ents","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744930751}},"pad:IVOA_Nov24_DAL:revs:1022":{"changeset":"Z:1t7>2|16=1ao*9=1|1=1x*9=1|1=x*a=1=3c*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744940273}},"pad:IVOA_Nov24_DAL:revs:1023":{"changeset":"Z:1t9>0|16=1ao*9=1|1=1x*9=1|1=x*a=1|1=3d*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744940768}},"pad:IVOA_Nov24_DAL:revs:1024":{"changeset":"Z:1t9<1|19=1gy-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744941269}},"pad:IVOA_Nov24_DAL:revs:1025":{"changeset":"Z:1t8>1|19=1gy*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744941770}},"pad:IVOA_Nov24_DAL:revs:1026":{"changeset":"Z:1t9>1|1a=1gz*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744942373}},"pad:IVOA_Nov24_DAL:revs:1027":{"changeset":"Z:1ta>2|1a=1gz=1*7+2$ue","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744942971}},"pad:IVOA_Nov24_DAL:revs:1028":{"changeset":"Z:1tc>3|1a=1gz=3*7+3$sti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744943471}},"pad:IVOA_Nov24_DAL:revs:1029":{"changeset":"Z:1tf>3|1a=1gz=6*7+3$ons","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744943971}},"pad:IVOA_Nov24_DAL:revs:1030":{"changeset":"Z:1ti>1|1a=1gz=9*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744944474}},"pad:IVOA_Nov24_DAL:revs:1031":{"changeset":"Z:1tj>5|1a=1gz=a*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744944975}},"pad:IVOA_Nov24_DAL:revs:1032":{"changeset":"Z:1to>5|1b=1ha=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744945677}},"pad:IVOA_Nov24_DAL:revs:1033":{"changeset":"Z:1tt>1|1c=1hf=4*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744946280}},"pad:IVOA_Nov24_DAL:revs:1034":{"changeset":"Z:1tu>1|1c=1hf=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744947181}},"pad:IVOA_Nov24_DAL:revs:1035":{"changeset":"Z:1tv>1|1c=1hf=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744958500}},"pad:IVOA_Nov24_DAL:revs:1036":{"changeset":"Z:1tw>1|1c=1hf=7*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744964006}},"pad:IVOA_Nov24_DAL:revs:1037":{"changeset":"Z:1tx>3|1c=1hf=8*7+3$ood","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744964608}},"pad:IVOA_Nov24_DAL:revs:1038":{"changeset":"Z:1u0>3|1c=1hf=b*7+3$ po","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744965109}},"pad:IVOA_Nov24_DAL:revs:1039":{"changeset":"Z:1u3>5|1c=1hf=e*7+5$int a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744965610}},"pad:IVOA_Nov24_DAL:revs:1040":{"changeset":"Z:1u8>4|1c=1hf=j*7+4$bout","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744966109}},"pad:IVOA_Nov24_DAL:revs:1041":{"changeset":"Z:1uc>1|1c=1hf=n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744966638}},"pad:IVOA_Nov24_DAL:revs:1042":{"changeset":"Z:1ud>3|1c=1hf=o*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744967111}},"pad:IVOA_Nov24_DAL:revs:1043":{"changeset":"Z:1ug>2|1c=1hf=r*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744967611}},"pad:IVOA_Nov24_DAL:revs:1044":{"changeset":"Z:1ui>4|1c=1hf=t*7+4$ourc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744968115}},"pad:IVOA_Nov24_DAL:revs:1045":{"changeset":"Z:1um>3|1c=1hf=x*7+3$e, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744968723}},"pad:IVOA_Nov24_DAL:revs:1046":{"changeset":"Z:1up>1|1c=1hf=10*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744969219}},"pad:IVOA_Nov24_DAL:revs:1047":{"changeset":"Z:1uq>5|1c=1hf=11*7+5$arkin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744969721}},"pad:IVOA_Nov24_DAL:revs:1048":{"changeset":"Z:1uv>4|1c=1hf=16*7+4$g si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744970217}},"pad:IVOA_Nov24_DAL:revs:1049":{"changeset":"Z:1uz>4|1c=1hf=1a*7+4$mula","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744970718}},"pad:IVOA_Nov24_DAL:revs:1050":{"changeset":"Z:1v3>4|1c=1hf=1e*7+4$ted ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744971218}},"pad:IVOA_Nov24_DAL:revs:1051":{"changeset":"Z:1v7>2|1c=1hf=1i*7+2$vs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744971746}},"pad:IVOA_Nov24_DAL:revs:1052":{"changeset":"Z:1v9>4|1c=1hf=1k*7+4$ rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744972518}},"pad:IVOA_Nov24_DAL:revs:1053":{"changeset":"Z:1vd>3|1c=1hf=1o*7+3$l d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744972847}},"pad:IVOA_Nov24_DAL:revs:1054":{"changeset":"Z:1vg>3|1c=1hf=1r*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744973320}},"pad:IVOA_Nov24_DAL:revs:1055":{"changeset":"Z:1vj>1|1c=1hf=1u*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744974430}},"pad:IVOA_Nov24_DAL:revs:1056":{"changeset":"Z:1vk>1|1c=1hf=1v*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744975123}},"pad:IVOA_Nov24_DAL:revs:1057":{"changeset":"Z:1vl>1|1c=1hf=1w*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744975858}},"pad:IVOA_Nov24_DAL:revs:1058":{"changeset":"Z:1vm>3|1c=1hf=1x*7+3$SAP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744976357}},"pad:IVOA_Nov24_DAL:revs:1059":{"changeset":"Z:1vp>1|1c=1hf=20*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744976854}},"pad:IVOA_Nov24_DAL:revs:1060":{"changeset":"Z:1vq>3|1c=1hf=21*7+3$has","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744977354}},"pad:IVOA_Nov24_DAL:revs:1061":{"changeset":"Z:1vt>4|1c=1hf=24*7+4$ a w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744977855}},"pad:IVOA_Nov24_DAL:revs:1062":{"changeset":"Z:1vx>3|1c=1hf=28*7+3$ay ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744978358}},"pad:IVOA_Nov24_DAL:revs:1063":{"changeset":"Z:1w0>5|1c=1hf=2b*7+5$to de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744978829}},"pad:IVOA_Nov24_DAL:revs:1064":{"changeset":"Z:1w5>2|1c=1hf=2g*7+2$cl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744979336}},"pad:IVOA_Nov24_DAL:revs:1065":{"changeset":"Z:1w7>3|1c=1hf=2i*7+3$are","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744979837}},"pad:IVOA_Nov24_DAL:revs:1066":{"changeset":"Z:1wa>3|1c=1hf=2l*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744980365}},"pad:IVOA_Nov24_DAL:revs:1067":{"changeset":"Z:1wd>4|1c=1hf=2o*7+4$is. ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744980863}},"pad:IVOA_Nov24_DAL:revs:1068":{"changeset":"Z:1wh>1|1c=1hf=2s*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744982637}},"pad:IVOA_Nov24_DAL:revs:1069":{"changeset":"Z:1wi>3|1c=1hf=2t*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744983138}},"pad:IVOA_Nov24_DAL:revs:1070":{"changeset":"Z:1wl>1|1c=1hf=2w*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744983639}},"pad:IVOA_Nov24_DAL:revs:1071":{"changeset":"Z:1wm>3|1c=1hf=2x*7+3$our","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744984138}},"pad:IVOA_Nov24_DAL:revs:1072":{"changeset":"Z:1wp>2|1c=1hf=30*7+2$ce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744984642}},"pad:IVOA_Nov24_DAL:revs:1073":{"changeset":"Z:1wr>3|1c=1hf=32*7+3$_me","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744985142}},"pad:IVOA_Nov24_DAL:revs:1074":{"changeset":"Z:1wu>3|1c=1hf=35*7+3$tad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744985641}},"pad:IVOA_Nov24_DAL:revs:1075":{"changeset":"Z:1wx>4|1c=1hf=38*7+4$ata ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744986143}},"pad:IVOA_Nov24_DAL:revs:1076":{"changeset":"Z:1x1>4|1c=1hf=3c*7+4$fiel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744986642}},"pad:IVOA_Nov24_DAL:revs:1077":{"changeset":"Z:1x5>4|1c=1hf=3g*7+4$d wi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744987142}},"pad:IVOA_Nov24_DAL:revs:1078":{"changeset":"Z:1x9>4|1c=1hf=3k*7+4$th p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744987773}},"pad:IVOA_Nov24_DAL:revs:1079":{"changeset":"Z:1xd>2|1c=1hf=3o*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744988242}},"pad:IVOA_Nov24_DAL:revs:1080":{"changeset":"Z:1xf>2|1c=1hf=3q*7+2$di","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744988744}},"pad:IVOA_Nov24_DAL:revs:1081":{"changeset":"Z:1xh>2|1c=1hf=3r-1*7+3$efi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744989245}},"pad:IVOA_Nov24_DAL:revs:1082":{"changeset":"Z:1xj>2|1c=1hf=3u*7+2$ne","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744989742}},"pad:IVOA_Nov24_DAL:revs:1083":{"changeset":"Z:1xl>2|1c=1hf=3w*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744990243}},"pad:IVOA_Nov24_DAL:revs:1084":{"changeset":"Z:1xn>2|1c=1hf=3y*7+2$vo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744990746}},"pad:IVOA_Nov24_DAL:revs:1085":{"changeset":"Z:1xp>3|1c=1hf=40*7+3$cab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744991252}},"pad:IVOA_Nov24_DAL:revs:1086":{"changeset":"Z:1xs>2|1c=1hf=43*7+2$ul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744991748}},"pad:IVOA_Nov24_DAL:revs:1087":{"changeset":"Z:1xu>3|1c=1hf=45*7+3$ary","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744992250}},"pad:IVOA_Nov24_DAL:revs:1088":{"changeset":"Z:1xx>1|1c=1hf=48*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744992750}},"pad:IVOA_Nov24_DAL:revs:1089":{"changeset":"Z:1xy>1|1c=1hf=49*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744993268}},"pad:IVOA_Nov24_DAL:revs:1090":{"changeset":"Z:1xz>1|1c=1hf=4a*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744994366}},"pad:IVOA_Nov24_DAL:revs:1091":{"changeset":"Z:1y0>3|1c=1hf=4b*7+3$rob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744994873}},"pad:IVOA_Nov24_DAL:revs:1092":{"changeset":"Z:1y3>4|1c=1hf=4e*7+4$ably","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744995452}},"pad:IVOA_Nov24_DAL:revs:1093":{"changeset":"Z:1y7>2|1c=1hf=4i*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744995957}},"pad:IVOA_Nov24_DAL:revs:1094":{"changeset":"Z:1y9<2|1c=1hf=4i-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744996454}},"pad:IVOA_Nov24_DAL:revs:1095":{"changeset":"Z:1y7>4|1c=1hf=4i*7+4$ nee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744996957}},"pad:IVOA_Nov24_DAL:revs:1096":{"changeset":"Z:1yb>4|1c=1hf=4m*7+4$d to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744997456}},"pad:IVOA_Nov24_DAL:revs:1097":{"changeset":"Z:1yf>1|1c=1hf=4q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744997955}},"pad:IVOA_Nov24_DAL:revs:1098":{"changeset":"Z:1yg>1|1c=1hf=4r*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744998858}},"pad:IVOA_Nov24_DAL:revs:1099":{"changeset":"Z:1yh>4|1c=1hf=4s*7+4$ake ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744999359}},"pad:IVOA_Nov24_DAL:revs:1100":{"changeset":"Z:1yl>3|1c=1hf=4w*7+3$SSA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731744999957,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSA\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|4+3u*7+4z*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1101":{"changeset":"Z:1yo>2|1c=1hf=4z*7+2$P ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745000459}},"pad:IVOA_Nov24_DAL:revs:1102":{"changeset":"Z:1yq>1|1c=1hf=51*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745005372}},"pad:IVOA_Nov24_DAL:revs:1103":{"changeset":"Z:1yr>4|1c=1hf=52*7+4$etho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745005873}},"pad:IVOA_Nov24_DAL:revs:1104":{"changeset":"Z:1yv>4|1c=1hf=56*7+4$d fo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745006373}},"pad:IVOA_Nov24_DAL:revs:1105":{"changeset":"Z:1yz>3|1c=1hf=5a*7+3$r r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745006872}},"pad:IVOA_Nov24_DAL:revs:1106":{"changeset":"Z:1z2>4|1c=1hf=5d*7+4$egis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745007472}},"pad:IVOA_Nov24_DAL:revs:1107":{"changeset":"Z:1z6>3|1c=1hf=5h*7+3$try","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745007974}},"pad:IVOA_Nov24_DAL:revs:1108":{"changeset":"Z:1z9>1|1c=1hf=5k*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745008477}},"pad:IVOA_Nov24_DAL:revs:1109":{"changeset":"Z:1za>1|1c=1hf=5l*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745009875}},"pad:IVOA_Nov24_DAL:revs:1110":{"changeset":"Z:1zb>2|1c=1hf=5m*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745010378}},"pad:IVOA_Nov24_DAL:revs:1111":{"changeset":"Z:1zd>1|1c=1hf=5o*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745012984}},"pad:IVOA_Nov24_DAL:revs:1112":{"changeset":"Z:1ze>4|1c=1hf=5p*7+4$emar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745013484}},"pad:IVOA_Nov24_DAL:revs:1113":{"changeset":"Z:1zi>1|1c=1hf=5t*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745013986}},"pad:IVOA_Nov24_DAL:revs:1114":{"changeset":"Z:1zj>3|1c=1hf=5u*7+3$ate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745014591}},"pad:IVOA_Nov24_DAL:revs:1115":{"changeset":"Z:1zm>1|1c=1hf=5x*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745015095}},"pad:IVOA_Nov24_DAL:revs:1116":{"changeset":"Z:1zn>0|1c=1hf=5x-1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745015596}},"pad:IVOA_Nov24_DAL:revs:1117":{"changeset":"Z:1zn>3|1c=1hf=5y*7+3$sim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745016096}},"pad:IVOA_Nov24_DAL:revs:1118":{"changeset":"Z:1zq>4|1c=1hf=61*7+4$ulat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745016597}},"pad:IVOA_Nov24_DAL:revs:1119":{"changeset":"Z:1zu>2|1c=1hf=65*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745017103}},"pad:IVOA_Nov24_DAL:revs:1120":{"changeset":"Z:1zw>0|1c=1hf=66-1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745017602}},"pad:IVOA_Nov24_DAL:revs:1121":{"changeset":"Z:1zw>1|1c=1hf=67*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745018102}},"pad:IVOA_Nov24_DAL:revs:1122":{"changeset":"Z:1zx>1|1c=1hf=68*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745018702}},"pad:IVOA_Nov24_DAL:revs:1123":{"changeset":"Z:1zy>2|1c=1hf=69*7+2$at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745019203}},"pad:IVOA_Nov24_DAL:revs:1124":{"changeset":"Z:200>2|1c=1hf=6b*7+2$a.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745019805}},"pad:IVOA_Nov24_DAL:revs:1125":{"changeset":"Z:202>1|1c=1hf=7*7+1$(","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745023116}},"pad:IVOA_Nov24_DAL:revs:1126":{"changeset":"Z:203>2|1c=1hf=8*7+2$MD","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745023616}},"pad:IVOA_Nov24_DAL:revs:1127":{"changeset":"Z:205>1|1c=1hf=a*7+1$)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745024117}},"pad:IVOA_Nov24_DAL:revs:1128":{"changeset":"Z:206>1|1c=1hf=b*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745025618}},"pad:IVOA_Nov24_DAL:revs:1129":{"changeset":"Z:207>5|1c=1hf=6i*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745033528}},"pad:IVOA_Nov24_DAL:revs:1130":{"changeset":"Z:20c>5|1d=1ny=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745034029}},"pad:IVOA_Nov24_DAL:revs:1131":{"changeset":"Z:20h>1|1e=1o3=4*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745034530}},"pad:IVOA_Nov24_DAL:revs:1132":{"changeset":"Z:20i>1|1e=1o3=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745035132}},"pad:IVOA_Nov24_DAL:revs:1133":{"changeset":"Z:20j>1|1e=1o3=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745035633}},"pad:IVOA_Nov24_DAL:revs:1134":{"changeset":"Z:20k>1|1e=1o3=7*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745066107}},"pad:IVOA_Nov24_DAL:revs:1135":{"changeset":"Z:20l>4|1e=1o3=8*7+4$Or d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745066608}},"pad:IVOA_Nov24_DAL:revs:1136":{"changeset":"Z:20p>1|1e=1o3=c*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745067108}},"pad:IVOA_Nov24_DAL:revs:1137":{"changeset":"Z:20q>2|1e=1o3=d*7+2$sc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745067613}},"pad:IVOA_Nov24_DAL:revs:1138":{"changeset":"Z:20s>4|1e=1o3=f*7+4$over","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745068112}},"pad:IVOA_Nov24_DAL:revs:1139":{"changeset":"Z:20w>2|1e=1o3=j*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745068615}},"pad:IVOA_Nov24_DAL:revs:1140":{"changeset":"Z:20y>5|1e=1o3=l*7+5$of si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745069114}},"pad:IVOA_Nov24_DAL:revs:1141":{"changeset":"Z:213>4|1e=1o3=q*7+4$mula","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745069615}},"pad:IVOA_Nov24_DAL:revs:1142":{"changeset":"Z:217>3|1e=1o3=u*7+3$ted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745070119}},"pad:IVOA_Nov24_DAL:revs:1143":{"changeset":"Z:21a>4|1e=1o3=x*7+4$ dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745070725}},"pad:IVOA_Nov24_DAL:revs:1144":{"changeset":"Z:21e>2|1e=1o3=11*7+2$a,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745071226}},"pad:IVOA_Nov24_DAL:revs:1145":{"changeset":"Z:21g>1|1e=1o3=13*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745071728}},"pad:IVOA_Nov24_DAL:revs:1146":{"changeset":"Z:21h>1|1e=1o3=14*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745072722}},"pad:IVOA_Nov24_DAL:revs:1147":{"changeset":"Z:21i>4|1e=1o3=15*7+4$arku","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745073231}},"pad:IVOA_Nov24_DAL:revs:1148":{"changeset":"Z:21m>4|1e=1o3=19*7+4$s ma","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745073727}},"pad:IVOA_Nov24_DAL:revs:1149":{"changeset":"Z:21q>3|1e=1o3=1d*7+3$de ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745074230}},"pad:IVOA_Nov24_DAL:revs:1150":{"changeset":"Z:21t>4|1e=1o3=1g*7+4$a go","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745074829}},"pad:IVOA_Nov24_DAL:revs:1151":{"changeset":"Z:21x>4|1e=1o3=1k*7+4$od p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745075328}},"pad:IVOA_Nov24_DAL:revs:1152":{"changeset":"Z:221>4|1e=1o3=1o*7+4$oint","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745075829}},"pad:IVOA_Nov24_DAL:revs:1153":{"changeset":"Z:225>1|1e=1o3=1s*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745076330}},"pad:IVOA_Nov24_DAL:revs:1154":{"changeset":"Z:226>1|1e=1o3=1t*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745076831}},"pad:IVOA_Nov24_DAL:revs:1155":{"changeset":"Z:227>1|1e=1o3=1u*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745081147}},"pad:IVOA_Nov24_DAL:revs:1156":{"changeset":"Z:228>4|1e=1o3=1v*7+4$e ca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745081646}},"pad:IVOA_Nov24_DAL:revs:1157":{"changeset":"Z:22c>3|1e=1o3=1z*7+3$n p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745082146}},"pad:IVOA_Nov24_DAL:revs:1158":{"changeset":"Z:22f>4|1e=1o3=22*7+4$roba","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745082646}},"pad:IVOA_Nov24_DAL:revs:1159":{"changeset":"Z:22j>4|1e=1o3=26*7+4$bly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745083148}},"pad:IVOA_Nov24_DAL:revs:1160":{"changeset":"Z:22n>3|1e=1o3=2a*7+3$def","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745083648}},"pad:IVOA_Nov24_DAL:revs:1161":{"changeset":"Z:22q>4|1e=1o3=2d*7+4$ine ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745084148}},"pad:IVOA_Nov24_DAL:revs:1162":{"changeset":"Z:22u>4|1e=1o3=2h*7+4$a st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745084646}},"pad:IVOA_Nov24_DAL:revs:1163":{"changeset":"Z:22y>3|1e=1o3=2l*7+3$adn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745085145}},"pad:IVOA_Nov24_DAL:revs:1164":{"changeset":"Z:231<2|1e=1o3=2m-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745085649}},"pad:IVOA_Nov24_DAL:revs:1165":{"changeset":"Z:22z>3|1e=1o3=2m*7+3$nda","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745086252}},"pad:IVOA_Nov24_DAL:revs:1166":{"changeset":"Z:232>3|1e=1o3=2p*7+3$rd_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745086754}},"pad:IVOA_Nov24_DAL:revs:1167":{"changeset":"Z:235>4|1e=1o3=2s*7+4$id f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745087255}},"pad:IVOA_Nov24_DAL:revs:1168":{"changeset":"Z:239>5|1e=1o3=2w*7+5$or si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745087751}},"pad:IVOA_Nov24_DAL:revs:1169":{"changeset":"Z:23e>2|1e=1o3=31*7+2$mu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745088251}},"pad:IVOA_Nov24_DAL:revs:1170":{"changeset":"Z:23g>3|1e=1o3=33*7+3$lat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745088754}},"pad:IVOA_Nov24_DAL:revs:1171":{"changeset":"Z:23j>3|1e=1o3=36*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745089255}},"pad:IVOA_Nov24_DAL:revs:1172":{"changeset":"Z:23m>3|1e=1o3=39*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745089755}},"pad:IVOA_Nov24_DAL:revs:1173":{"changeset":"Z:23p>1|1e=1o3=3c*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745090256}},"pad:IVOA_Nov24_DAL:revs:1174":{"changeset":"Z:23q>1|1e=1o3=3d*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745091156}},"pad:IVOA_Nov24_DAL:revs:1175":{"changeset":"Z:23r>1|1e=1o3=3e*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745091757}},"pad:IVOA_Nov24_DAL:revs:1176":{"changeset":"Z:23s>1|1e=1o3=3f*7+1$L","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745097472}},"pad:IVOA_Nov24_DAL:revs:1177":{"changeset":"Z:23t>2|1e=1o3=3g*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745098074}},"pad:IVOA_Nov24_DAL:revs:1178":{"changeset":"Z:23v>2|1e=1o3=3i*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745098570}},"pad:IVOA_Nov24_DAL:revs:1179":{"changeset":"Z:23x>3|1e=1o3=3k*7+3$sli","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745099070}},"pad:IVOA_Nov24_DAL:revs:1180":{"changeset":"Z:240>1|1e=1o3=3n*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745099581}},"pad:IVOA_Nov24_DAL:revs:1181":{"changeset":"Z:241>2|1e=1o3=3o*7+2$e;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745100076}},"pad:IVOA_Nov24_DAL:revs:1182":{"changeset":"Z:243>1|1e=1o3=3f*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745102576}},"pad:IVOA_Nov24_DAL:revs:1183":{"changeset":"Z:244>1|1e=1o3=3g*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745103079}},"pad:IVOA_Nov24_DAL:revs:1184":{"changeset":"Z:245>2|1e=1o3=3h*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745103580}},"pad:IVOA_Nov24_DAL:revs:1185":{"changeset":"Z:247>1|1e=1o3=3u*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745105582}},"pad:IVOA_Nov24_DAL:revs:1186":{"changeset":"Z:248>1|1e=1o3=3v*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745106082}},"pad:IVOA_Nov24_DAL:revs:1187":{"changeset":"Z:249>3|1e=1o3=3w*7+3$bsc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745106584}},"pad:IVOA_Nov24_DAL:revs:1188":{"changeset":"Z:24c>1|1e=1o3=3z*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745107085}},"pad:IVOA_Nov24_DAL:revs:1189":{"changeset":"Z:24d>4|1e=1o3=40*7+4$conn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745107586}},"pad:IVOA_Nov24_DAL:revs:1190":{"changeset":"Z:24h>1|1e=1o3=44*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745108689}},"pad:IVOA_Nov24_DAL:revs:1191":{"changeset":"Z:24i>2|1e=1o3=45*7+2$ct","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745109187}},"pad:IVOA_Nov24_DAL:revs:1192":{"changeset":"Z:24k>3|1e=1o3=47*7+3$ion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745109689}},"pad:IVOA_Nov24_DAL:revs:1193":{"changeset":"Z:24n>2|1e=1o3=4a*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745110189}},"pad:IVOA_Nov24_DAL:revs:1194":{"changeset":"Z:24p>1|1e=1o3=4c*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745111195}},"pad:IVOA_Nov24_DAL:revs:1195":{"changeset":"Z:24q>3|1e=1o3=4d*7+3$lwa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745111696}},"pad:IVOA_Nov24_DAL:revs:1196":{"changeset":"Z:24t>4|1e=1o3=4g*7+4$ys i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745112202}},"pad:IVOA_Nov24_DAL:revs:1197":{"changeset":"Z:24x>2|1e=1o3=4k*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745112696}},"pad:IVOA_Nov24_DAL:revs:1198":{"changeset":"Z:24z>1|1e=1o3=4l-1*7+2$te","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745113195}},"pad:IVOA_Nov24_DAL:revs:1199":{"changeset":"Z:250>3|1e=1o3=4n*7+3$nde","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745113695}},"pad:IVOA_Nov24_DAL:revs:1200":{"changeset":"Z:253>5|1e=1o3=4q*7+5$d to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745114196,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to \n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+4v*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1201":{"changeset":"Z:258>3|1e=1o3=4v*7+3$be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745114697}},"pad:IVOA_Nov24_DAL:revs:1202":{"changeset":"Z:25b>1|1e=1o3=4y*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745115204}},"pad:IVOA_Nov24_DAL:revs:1203":{"changeset":"Z:25c>1|1e=1o3=4z*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745115701}},"pad:IVOA_Nov24_DAL:revs:1204":{"changeset":"Z:25d>1|1e=1o3=50*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745116204}},"pad:IVOA_Nov24_DAL:revs:1205":{"changeset":"Z:25e>0|1e=1o3=50-1*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745116706}},"pad:IVOA_Nov24_DAL:revs:1206":{"changeset":"Z:25e>3|1e=1o3=51*7+3$ay ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745117206}},"pad:IVOA_Nov24_DAL:revs:1207":{"changeset":"Z:25h>3|1e=1o3=54*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745117698}},"pad:IVOA_Nov24_DAL:revs:1208":{"changeset":"Z:25k>1|1e=1o3=57*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745118206}},"pad:IVOA_Nov24_DAL:revs:1209":{"changeset":"Z:25l>2|1e=1o3=58*7+2$is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745118707}},"pad:IVOA_Nov24_DAL:revs:1210":{"changeset":"Z:25n>4|1e=1o3=5a*7+4$ting","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745119206}},"pad:IVOA_Nov24_DAL:revs:1211":{"changeset":"Z:25r>4|1e=1o3=5e*7+4$uish","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745119708}},"pad:IVOA_Nov24_DAL:revs:1212":{"changeset":"Z:25v>3|1e=1o3=5i*7+3$ in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745120304}},"pad:IVOA_Nov24_DAL:revs:1213":{"changeset":"Z:25y>4|1e=1o3=5l*7+4$side","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745120801}},"pad:IVOA_Nov24_DAL:revs:1214":{"changeset":"Z:262>4|1e=1o3=5p*7+4$ ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745121301}},"pad:IVOA_Nov24_DAL:revs:1215":{"changeset":"Z:266>2|1e=1o3=5t*7+2$vi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745121809}},"pad:IVOA_Nov24_DAL:revs:1216":{"changeset":"Z:268>4|1e=1o3=5v*7+4$ce f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745122310}},"pad:IVOA_Nov24_DAL:revs:1217":{"changeset":"Z:26c>3|1e=1o3=5z*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745122810}},"pad:IVOA_Nov24_DAL:revs:1218":{"changeset":"Z:26f>3|1e=1o3=62*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745123310}},"pad:IVOA_Nov24_DAL:revs:1219":{"changeset":"Z:26i>4|1e=1o3=65*7+4$a co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745123813}},"pad:IVOA_Nov24_DAL:revs:1220":{"changeset":"Z:26m>4|1e=1o3=69*7+4$llec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745124311}},"pad:IVOA_Nov24_DAL:revs:1221":{"changeset":"Z:26q>4|1e=1o3=6d*7+4$tion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745124818}},"pad:IVOA_Nov24_DAL:revs:1222":{"changeset":"Z:26u>1|1e=1o3=6h*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745125714}},"pad:IVOA_Nov24_DAL:revs:1223":{"changeset":"Z:26v>1|1e=1o3=6i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745126215}},"pad:IVOA_Nov24_DAL:revs:1224":{"changeset":"Z:26w>1|1e=1o3=6j*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745130720}},"pad:IVOA_Nov24_DAL:revs:1225":{"changeset":"Z:26x>4|1e=1o3=6k*7+4$onsi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745131221}},"pad:IVOA_Nov24_DAL:revs:1226":{"changeset":"Z:271>5|1e=1o3=6o*7+5$der a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745131723}},"pad:IVOA_Nov24_DAL:revs:1227":{"changeset":"Z:276>4|1e=1o3=6t*7+4$ lis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745132218}},"pad:IVOA_Nov24_DAL:revs:1228":{"changeset":"Z:27a>5|1e=1o3=6x*7+5$t of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745132820}},"pad:IVOA_Nov24_DAL:revs:1229":{"changeset":"Z:27f>4|1e=1o3=72*7+4$stri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745133317}},"pad:IVOA_Nov24_DAL:revs:1230":{"changeset":"Z:27j>3|1e=1o3=76*7+3$ngs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745133817}},"pad:IVOA_Nov24_DAL:revs:1231":{"changeset":"Z:27m>2|1e=1o3=79*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745134319}},"pad:IVOA_Nov24_DAL:revs:1232":{"changeset":"Z:27o>1|1e=1o3=7b*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745135026}},"pad:IVOA_Nov24_DAL:revs:1233":{"changeset":"Z:27p>3|1e=1o3=7c*7+3$ivi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745135618}},"pad:IVOA_Nov24_DAL:revs:1234":{"changeset":"Z:27s>2|1e=1o3=7e-1*7+3$en ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745136119}},"pad:IVOA_Nov24_DAL:revs:1235":{"changeset":"Z:27u>4|1e=1o3=7h*7+4$in d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745136619}},"pad:IVOA_Nov24_DAL:revs:1236":{"changeset":"Z:27y>2|1e=1o3=7l*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745137120}},"pad:IVOA_Nov24_DAL:revs:1237":{"changeset":"Z:280>3|1e=1o3=7n*7+3$cri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745137622}},"pad:IVOA_Nov24_DAL:revs:1238":{"changeset":"Z:283>4|1e=1o3=7q*7+4$ptio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745138124}},"pad:IVOA_Nov24_DAL:revs:1239":{"changeset":"Z:287>5|1e=1o3=7u*7+5$n of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745138631}},"pad:IVOA_Nov24_DAL:revs:1240":{"changeset":"Z:28c>3|1e=1o3=7z*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745139226}},"pad:IVOA_Nov24_DAL:revs:1241":{"changeset":"Z:28f>2|1e=1o3=82*7+2$vi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745139736}},"pad:IVOA_Nov24_DAL:revs:1242":{"changeset":"Z:28h>2|1e=1o3=84*7+2$ce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745140235}},"pad:IVOA_Nov24_DAL:revs:1243":{"changeset":"Z:28j>2|1e=1o3=86*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745140932}},"pad:IVOA_Nov24_DAL:revs:1244":{"changeset":"Z:28l<1|1e=1o3=87-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745148044}},"pad:IVOA_Nov24_DAL:revs:1245":{"changeset":"Z:28k>0|1e=1o3=86-1*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745148542}},"pad:IVOA_Nov24_DAL:revs:1246":{"changeset":"Z:28k>1|1e=1o3=87*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745149043}},"pad:IVOA_Nov24_DAL:revs:1247":{"changeset":"Z:28l>4|1e=1o3=88*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745149542}},"pad:IVOA_Nov24_DAL:revs:1248":{"changeset":"Z:28p>3|1e=1o3=8c*7+3$fut","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745150042}},"pad:IVOA_Nov24_DAL:revs:1249":{"changeset":"Z:28s>4|1e=1o3=8f*7+4$ure,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745150545}},"pad:IVOA_Nov24_DAL:revs:1250":{"changeset":"Z:28w>1|1e=1o3=8j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745151048}},"pad:IVOA_Nov24_DAL:revs:1251":{"changeset":"Z:28x>1|1e=1o3=8k*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745151547}},"pad:IVOA_Nov24_DAL:revs:1252":{"changeset":"Z:28y>4|1e=1o3=8l*7+4$magi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745152050}},"pad:IVOA_Nov24_DAL:revs:1253":{"changeset":"Z:292>3|1e=1o3=8p*7+3$ne ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745152553}},"pad:IVOA_Nov24_DAL:revs:1254":{"changeset":"Z:295>3|1e=1o3=8s*7+3$def","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745153053}},"pad:IVOA_Nov24_DAL:revs:1255":{"changeset":"Z:298>2|1e=1o3=8v*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745153557}},"pad:IVOA_Nov24_DAL:revs:1256":{"changeset":"Z:29a>2|1e=1o3=8x*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745154053}},"pad:IVOA_Nov24_DAL:revs:1257":{"changeset":"Z:29c>3|1e=1o3=8z*7+3$g a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745154556}},"pad:IVOA_Nov24_DAL:revs:1258":{"changeset":"Z:29f>2|1e=1o3=92*7+2$ v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745155054}},"pad:IVOA_Nov24_DAL:revs:1259":{"changeset":"Z:29h>2|1e=1o3=94*7+2$oc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745155554}},"pad:IVOA_Nov24_DAL:revs:1260":{"changeset":"Z:29j>1|1e=1o3=96*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745156155}},"pad:IVOA_Nov24_DAL:revs:1261":{"changeset":"Z:29k>4|1e=1o3=97*7+4$bula","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745156656}},"pad:IVOA_Nov24_DAL:revs:1262":{"changeset":"Z:29o>2|1e=1o3=9b*7+2$ry","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745157158}},"pad:IVOA_Nov24_DAL:revs:1263":{"changeset":"Z:29q>5|1e=1o3=9d*7+5$ for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745157657}},"pad:IVOA_Nov24_DAL:revs:1264":{"changeset":"Z:29v>4|1e=1o3=9i*7+4$this","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745158157}},"pad:IVOA_Nov24_DAL:revs:1265":{"changeset":"Z:29z>1|1e=1o3=9m*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745162262}},"pad:IVOA_Nov24_DAL:revs:1266":{"changeset":"Z:2a0>1|1e=1o3=9n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745162763}},"pad:IVOA_Nov24_DAL:revs:1267":{"changeset":"Z:2a1>3|1e=1o3=9o*7+3$For","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745163365}},"pad:IVOA_Nov24_DAL:revs:1268":{"changeset":"Z:2a4>1|1e=1o3=9r*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745164066}},"pad:IVOA_Nov24_DAL:revs:1269":{"changeset":"Z:2a5>4|1e=1o3=9s*7+4$data","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745164567}},"pad:IVOA_Nov24_DAL:revs:1270":{"changeset":"Z:2a9>1|1e=1o3=9w*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745165064}},"pad:IVOA_Nov24_DAL:revs:1271":{"changeset":"Z:2aa>4|1e=1o3=9x*7+4$rodu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745165566}},"pad:IVOA_Nov24_DAL:revs:1272":{"changeset":"Z:2ae>2|1e=1o3=a1*7+2$ct","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745166066}},"pad:IVOA_Nov24_DAL:revs:1273":{"changeset":"Z:2ag>2|1e=1o3=a3*7+2$_t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745166568}},"pad:IVOA_Nov24_DAL:revs:1274":{"changeset":"Z:2ai>5|1e=1o3=a5*7+5$ype, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745167169}},"pad:IVOA_Nov24_DAL:revs:1275":{"changeset":"Z:2an>1|1e=1o3=aa*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745167769}},"pad:IVOA_Nov24_DAL:revs:1276":{"changeset":"Z:2ao>5|1e=1o3=ab*7+5$here ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745168268}},"pad:IVOA_Nov24_DAL:revs:1277":{"changeset":"Z:2at>3|1e=1o3=ag*7+3$is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745168769}},"pad:IVOA_Nov24_DAL:revs:1278":{"changeset":"Z:2aw>3|1e=1o3=aj*7+3$eff","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745169276}},"pad:IVOA_Nov24_DAL:revs:1279":{"changeset":"Z:2az>3|1e=1o3=am*7+3$orc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745169777}},"pad:IVOA_Nov24_DAL:revs:1280":{"changeset":"Z:2b2>1|1e=1o3=ao-1*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745170275}},"pad:IVOA_Nov24_DAL:revs:1281":{"changeset":"Z:2b3>3|1e=1o3=aq*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745170774}},"pad:IVOA_Nov24_DAL:revs:1282":{"changeset":"Z:2b6>4|1e=1o3=at*7+4$defi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745171379}},"pad:IVOA_Nov24_DAL:revs:1283":{"changeset":"Z:2ba>5|1e=1o3=ax*7+5$ne a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745171879}},"pad:IVOA_Nov24_DAL:revs:1284":{"changeset":"Z:2bf>2|1e=1o3=b2*7+2$ne","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745172379}},"pad:IVOA_Nov24_DAL:revs:1285":{"changeset":"Z:2bh>4|1e=1o3=b4*7+4$w li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745172882}},"pad:IVOA_Nov24_DAL:revs:1286":{"changeset":"Z:2bl>3|1e=1o3=b8*7+3$st;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745173383}},"pad:IVOA_Nov24_DAL:revs:1287":{"changeset":"Z:2bo>4|1e=1o3=bb*7+4$ alr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745173884}},"pad:IVOA_Nov24_DAL:revs:1288":{"changeset":"Z:2bs>4|1e=1o3=bf*7+4$eady","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745174386}},"pad:IVOA_Nov24_DAL:revs:1289":{"changeset":"Z:2bw>3|1e=1o3=bj*7+3$ on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745174889}},"pad:IVOA_Nov24_DAL:revs:1290":{"changeset":"Z:2bz>3|1e=1o3=bm*7+3$lin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745175389}},"pad:IVOA_Nov24_DAL:revs:1291":{"changeset":"Z:2c2>2|1e=1o3=bp*7+2$e.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745175884}},"pad:IVOA_Nov24_DAL:revs:1292":{"changeset":"Z:2c4>1|1e=1o3=br*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745176391}},"pad:IVOA_Nov24_DAL:revs:1293":{"changeset":"Z:2c5<1|1e=1o3=br-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745176987}},"pad:IVOA_Nov24_DAL:revs:1294":{"changeset":"Z:2c4>1|1e=1o3=bq-1*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745177487}},"pad:IVOA_Nov24_DAL:revs:1295":{"changeset":"Z:2c5>4|1e=1o3=bs*7+4$amon","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745177993}},"pad:IVOA_Nov24_DAL:revs:1296":{"changeset":"Z:2c9>2|1e=1o3=bw*7+2$g ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745178493}},"pad:IVOA_Nov24_DAL:revs:1297":{"changeset":"Z:2cb>1|1e=1o3=by*7+1$v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745178994}},"pad:IVOA_Nov24_DAL:revs:1298":{"changeset":"Z:2cc>3|1e=1o3=bz*7+3$oca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745179496}},"pad:IVOA_Nov24_DAL:revs:1299":{"changeset":"Z:2cf>3|1e=1o3=c2*7+3$bul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745179995}},"pad:IVOA_Nov24_DAL:revs:1300":{"changeset":"Z:2ci>4|1e=1o3=c5*7+4$arie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745180497,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularie\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+c9*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1301":{"changeset":"Z:2cm>1|1e=1o3=c9*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745181000}},"pad:IVOA_Nov24_DAL:revs:1302":{"changeset":"Z:2cn>5|1e=1o3=ca*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745189813}},"pad:IVOA_Nov24_DAL:revs:1303":{"changeset":"Z:2cs>5|1f=20e=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745190314}},"pad:IVOA_Nov24_DAL:revs:1304":{"changeset":"Z:2cx>1|1g=20j=4*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745191113}},"pad:IVOA_Nov24_DAL:revs:1305":{"changeset":"Z:2cy>1|1g=20j=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745191633}},"pad:IVOA_Nov24_DAL:revs:1306":{"changeset":"Z:2cz>1|1g=20j=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745192116}},"pad:IVOA_Nov24_DAL:revs:1307":{"changeset":"Z:2d0>1|1g=20j=7*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745200334}},"pad:IVOA_Nov24_DAL:revs:1308":{"changeset":"Z:2d1>3|1g=20j=8*7+3$ith","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745200836}},"pad:IVOA_Nov24_DAL:revs:1309":{"changeset":"Z:2d4>3|1g=20j=b*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745201436}},"pad:IVOA_Nov24_DAL:revs:1310":{"changeset":"Z:2d7>1|1g=20j=e*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745202934}},"pad:IVOA_Nov24_DAL:revs:1311":{"changeset":"Z:2d8>3|1g=20j=f*7+3$he ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745203435}},"pad:IVOA_Nov24_DAL:revs:1312":{"changeset":"Z:2db>2|1g=20j=i*7+2$? ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745204036}},"pad:IVOA_Nov24_DAL:revs:1313":{"changeset":"Z:2dd>1|1g=20j=k*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745204533}},"pad:IVOA_Nov24_DAL:revs:1314":{"changeset":"Z:2de>3|1g=20j=l*7+3$e h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745205034}},"pad:IVOA_Nov24_DAL:revs:1315":{"changeset":"Z:2dh>4|1g=20j=o*7+4$av s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745205536}},"pad:IVOA_Nov24_DAL:revs:1316":{"changeset":"Z:2dl<1|1g=20j=r-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745206137}},"pad:IVOA_Nov24_DAL:revs:1317":{"changeset":"Z:2dk<1|1g=20j=q-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745206638}},"pad:IVOA_Nov24_DAL:revs:1318":{"changeset":"Z:2dj>3|1g=20j=q*7+3$ si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745207138}},"pad:IVOA_Nov24_DAL:revs:1319":{"changeset":"Z:2dm>3|1g=20j=t*7+3$mil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745207639}},"pad:IVOA_Nov24_DAL:revs:1320":{"changeset":"Z:2dp>1|1g=20j=w*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745208236}},"pad:IVOA_Nov24_DAL:revs:1321":{"changeset":"Z:2dq>3|1g=20j=x*7+3$ar ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745208639}},"pad:IVOA_Nov24_DAL:revs:1322":{"changeset":"Z:2dt>1|1g=20j=10*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745209238}},"pad:IVOA_Nov24_DAL:revs:1323":{"changeset":"Z:2du>4|1g=20j=11*7+4$ssue","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745209736}},"pad:IVOA_Nov24_DAL:revs:1324":{"changeset":"Z:2dy>1|1g=20j=15*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745210239}},"pad:IVOA_Nov24_DAL:revs:1325":{"changeset":"Z:2dz>2|1g=20j=16*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745210840}},"pad:IVOA_Nov24_DAL:revs:1326":{"changeset":"Z:2e1>3|1g=20j=18*7+3$imp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745211340}},"pad:IVOA_Nov24_DAL:revs:1327":{"changeset":"Z:2e4>3|1g=20j=1b*7+3$ort","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745211841}},"pad:IVOA_Nov24_DAL:revs:1328":{"changeset":"Z:2e7>5|1g=20j=1e*7+5$ant t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745212342}},"pad:IVOA_Nov24_DAL:revs:1329":{"changeset":"Z:2ec>3|1g=20j=1j*7+3$o f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745212842}},"pad:IVOA_Nov24_DAL:revs:1330":{"changeset":"Z:2ef>5|1g=20j=1m*7+5$lag s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745213342}},"pad:IVOA_Nov24_DAL:revs:1331":{"changeset":"Z:2ek>3|1g=20j=1r*7+3$imu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745213842}},"pad:IVOA_Nov24_DAL:revs:1332":{"changeset":"Z:2en>4|1g=20j=1u*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745214343}},"pad:IVOA_Nov24_DAL:revs:1333":{"changeset":"Z:2er>2|1g=20j=1y*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745214844}},"pad:IVOA_Nov24_DAL:revs:1334":{"changeset":"Z:2et>1|1g=20j=20*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745215348}},"pad:IVOA_Nov24_DAL:revs:1335":{"changeset":"Z:2eu>3|1g=20j=21*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745215847}},"pad:IVOA_Nov24_DAL:revs:1336":{"changeset":"Z:2ex>1|1g=20j=24*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745216446}},"pad:IVOA_Nov24_DAL:revs:1337":{"changeset":"Z:2ey>1|1g=20j=25*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745216945}},"pad:IVOA_Nov24_DAL:revs:1338":{"changeset":"Z:2ez>1|1g=20j=26*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745217750}},"pad:IVOA_Nov24_DAL:revs:1339":{"changeset":"Z:2f0>3|1g=20j=27*7+3$e n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745218247}},"pad:IVOA_Nov24_DAL:revs:1340":{"changeset":"Z:2f3>3|1g=20j=2a*7+3$eed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745218748}},"pad:IVOA_Nov24_DAL:revs:1341":{"changeset":"Z:2f6>4|1g=20j=2d*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745219252}},"pad:IVOA_Nov24_DAL:revs:1342":{"changeset":"Z:2fa>1|1g=20j=2h*7+1$k","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745219750}},"pad:IVOA_Nov24_DAL:revs:1343":{"changeset":"Z:2fb>3|1g=20j=2i*7+3$now","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745220254}},"pad:IVOA_Nov24_DAL:revs:1344":{"changeset":"Z:2fe>1|1g=20j=2l*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745220756}},"pad:IVOA_Nov24_DAL:revs:1345":{"changeset":"Z:2ff>5|1g=20j=2m*7+5$that,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745221253}},"pad:IVOA_Nov24_DAL:revs:1346":{"changeset":"Z:2fk>2|1g=20j=2r*7+2$ n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745221758}},"pad:IVOA_Nov24_DAL:revs:1347":{"changeset":"Z:2fm>4|1g=20j=2t*7+4$atur","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745222257}},"pad:IVOA_Nov24_DAL:revs:1348":{"changeset":"Z:2fq>4|1g=20j=2x*7+4$ally","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745222757}},"pad:IVOA_Nov24_DAL:revs:1349":{"changeset":"Z:2fu>2|1g=20j=31*7+2$. ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745223360}},"pad:IVOA_Nov24_DAL:revs:1350":{"changeset":"Z:2fw>1|1g=20j=33*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745225763}},"pad:IVOA_Nov24_DAL:revs:1351":{"changeset":"Z:2fx>2|1g=20j=34*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745226264}},"pad:IVOA_Nov24_DAL:revs:1352":{"changeset":"Z:2fz>2|1g=20j=36*7+2$is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745226765}},"pad:IVOA_Nov24_DAL:revs:1353":{"changeset":"Z:2g1>0|1g=20j=37-1*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745227367}},"pad:IVOA_Nov24_DAL:revs:1354":{"changeset":"Z:2g1>2|1g=20j=38*7+2$ f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745227868}},"pad:IVOA_Nov24_DAL:revs:1355":{"changeset":"Z:2g3>3|1g=20j=3a*7+3$lag","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745228369}},"pad:IVOA_Nov24_DAL:revs:1356":{"changeset":"Z:2g6>4|1g=20j=3d*7+4$ged ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745228868}},"pad:IVOA_Nov24_DAL:revs:1357":{"changeset":"Z:2ga>4|1g=20j=3h*7+4$corr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745229375}},"pad:IVOA_Nov24_DAL:revs:1358":{"changeset":"Z:2ge<3|1g=20j=3i-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745230370}},"pad:IVOA_Nov24_DAL:revs:1359":{"changeset":"Z:2gb1|1g=20j=33-1*7+2$Co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745231873}},"pad:IVOA_Nov24_DAL:revs:1362":{"changeset":"Z:2fy>4|1g=20j=35*7+4$ncer","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745232371}},"pad:IVOA_Nov24_DAL:revs:1363":{"changeset":"Z:2g2>4|1g=20j=39*7+4$ning","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745232972}},"pad:IVOA_Nov24_DAL:revs:1364":{"changeset":"Z:2g6>3|1g=20j=3d*7+3$ gr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745233473}},"pad:IVOA_Nov24_DAL:revs:1365":{"changeset":"Z:2g9>3|1g=20j=3g*7+3$oup","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745233977}},"pad:IVOA_Nov24_DAL:revs:1366":{"changeset":"Z:2gc>4|1g=20j=3j*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745234472}},"pad:IVOA_Nov24_DAL:revs:1367":{"changeset":"Z:2gg>3|1g=20j=3n*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745234974}},"pad:IVOA_Nov24_DAL:revs:1368":{"changeset":"Z:2gj>3|1g=20j=3q*7+3$fla","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745235476}},"pad:IVOA_Nov24_DAL:revs:1369":{"changeset":"Z:2gm>2|1g=20j=3t*7+2$gs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745235974}},"pad:IVOA_Nov24_DAL:revs:1370":{"changeset":"Z:2go>1|1g=20j=3v*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745236475}},"pad:IVOA_Nov24_DAL:revs:1371":{"changeset":"Z:2gp>1|1g=20j=3w*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745236975}},"pad:IVOA_Nov24_DAL:revs:1372":{"changeset":"Z:2gq>3|1g=20j=3x*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745237475}},"pad:IVOA_Nov24_DAL:revs:1373":{"changeset":"Z:2gt>1|1g=20j=40*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745237978}},"pad:IVOA_Nov24_DAL:revs:1374":{"changeset":"Z:2gu>1|1g=20j=41*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745238679}},"pad:IVOA_Nov24_DAL:revs:1375":{"changeset":"Z:2gv>4|1g=20j=42*7+4$s in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745239283}},"pad:IVOA_Nov24_DAL:revs:1376":{"changeset":"Z:2gz>1|1g=20j=46*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745239781}},"pad:IVOA_Nov24_DAL:revs:1377":{"changeset":"Z:2h0>2|1g=20j=47*7+2$HE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745240282}},"pad:IVOA_Nov24_DAL:revs:1378":{"changeset":"Z:2h2>1|1g=20j=49*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745241279}},"pad:IVOA_Nov24_DAL:revs:1379":{"changeset":"Z:2h3>1|1g=20j=4a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745241781}},"pad:IVOA_Nov24_DAL:revs:1380":{"changeset":"Z:2h4<2|1g=20j=49-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745242283}},"pad:IVOA_Nov24_DAL:revs:1381":{"changeset":"Z:2h2>1|1g=20j=49*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745242887}},"pad:IVOA_Nov24_DAL:revs:1382":{"changeset":"Z:2h3>1|1g=20j=4a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745243387}},"pad:IVOA_Nov24_DAL:revs:1383":{"changeset":"Z:2h4>2|1g=20j=4b*7+2$it","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745243885}},"pad:IVOA_Nov24_DAL:revs:1384":{"changeset":"Z:2h6>4|1g=20j=4d*7+4$'s m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745244389}},"pad:IVOA_Nov24_DAL:revs:1385":{"changeset":"Z:2ha>4|1g=20j=4h*7+4$anda","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745244884}},"pad:IVOA_Nov24_DAL:revs:1386":{"changeset":"Z:2he>2|1g=20j=4l*7+2$to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745245385}},"pad:IVOA_Nov24_DAL:revs:1387":{"changeset":"Z:2hg>2|1g=20j=4n*7+2$ry","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745245886}},"pad:IVOA_Nov24_DAL:revs:1388":{"changeset":"Z:2hi>1|1g=20j=4p*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745246388}},"pad:IVOA_Nov24_DAL:revs:1389":{"changeset":"Z:2hj>1|1g=20j=4q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745246886}},"pad:IVOA_Nov24_DAL:revs:1390":{"changeset":"Z:2hk>3|1g=20j=4r*7+3$We ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745247388}},"pad:IVOA_Nov24_DAL:revs:1391":{"changeset":"Z:2hn>4|1g=20j=4u*7+4$must","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745247893}},"pad:IVOA_Nov24_DAL:revs:1392":{"changeset":"Z:2hr>5|1g=20j=4y*7+5$ grou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745248395}},"pad:IVOA_Nov24_DAL:revs:1393":{"changeset":"Z:2hw>4|1g=20j=53*7+4$p th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745248994}},"pad:IVOA_Nov24_DAL:revs:1394":{"changeset":"Z:2i0>3|1g=20j=57*7+3$em.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745249493}},"pad:IVOA_Nov24_DAL:revs:1395":{"changeset":"Z:2i3>1|1g=20j=5a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745249994}},"pad:IVOA_Nov24_DAL:revs:1396":{"changeset":"Z:2i4>5|1g=20j=5b*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745257804}},"pad:IVOA_Nov24_DAL:revs:1397":{"changeset":"Z:2i9>5|1h=25v=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745258304}},"pad:IVOA_Nov24_DAL:revs:1398":{"changeset":"Z:2ie>1|1i=260=4*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745258806}},"pad:IVOA_Nov24_DAL:revs:1399":{"changeset":"Z:2if>1|1i=260=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745259406}},"pad:IVOA_Nov24_DAL:revs:1400":{"changeset":"Z:2ig>1|1i=260=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745259906,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: \n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|a+sf*7+7*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1401":{"changeset":"Z:2ih>1|1i=260=7*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745274922}},"pad:IVOA_Nov24_DAL:revs:1402":{"changeset":"Z:2ii>3|1i=260=8*7+3$imu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745275423}},"pad:IVOA_Nov24_DAL:revs:1403":{"changeset":"Z:2il>5|1i=260=b*7+5$lated","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745275925}},"pad:IVOA_Nov24_DAL:revs:1404":{"changeset":"Z:2iq>4|1i=260=g*7+4$ dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745276456}},"pad:IVOA_Nov24_DAL:revs:1405":{"changeset":"Z:2iu>3|1i=260=k*7+3$a, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745277027}},"pad:IVOA_Nov24_DAL:revs:1406":{"changeset":"Z:2ix>1|1i=260=n*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745277729}},"pad:IVOA_Nov24_DAL:revs:1407":{"changeset":"Z:2iy>5|1i=260=o*7+5$ight ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745278231}},"pad:IVOA_Nov24_DAL:revs:1408":{"changeset":"Z:2j3>3|1i=260=t*7+3$be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745278734}},"pad:IVOA_Nov24_DAL:revs:1409":{"changeset":"Z:2j6>4|1i=260=w*7+4$in r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745279234}},"pad:IVOA_Nov24_DAL:revs:1410":{"changeset":"Z:2ja<1|1i=260=z-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745279734}},"pad:IVOA_Nov24_DAL:revs:1411":{"changeset":"Z:2j9>3|1i=260=z*7+3$\"re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745280242}},"pad:IVOA_Nov24_DAL:revs:1412":{"changeset":"Z:2jc>2|1i=260=12*7+2$al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745280735}},"pad:IVOA_Nov24_DAL:revs:1413":{"changeset":"Z:2je>5|1i=260=14*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745281236}},"pad:IVOA_Nov24_DAL:revs:1414":{"changeset":"Z:2jj<4|1j=275-4$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745281737}},"pad:IVOA_Nov24_DAL:revs:1415":{"changeset":"Z:2jf>0|1i=260=14|1-1*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745282237}},"pad:IVOA_Nov24_DAL:revs:1416":{"changeset":"Z:2jf>1|1i=260=15*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745282738}},"pad:IVOA_Nov24_DAL:revs:1417":{"changeset":"Z:2jg>3|1i=260=16*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745283239}},"pad:IVOA_Nov24_DAL:revs:1418":{"changeset":"Z:2jj>1|1i=260=19*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745283739}},"pad:IVOA_Nov24_DAL:revs:1419":{"changeset":"Z:2jk>3|1i=260=1a*7+3$alt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745284239}},"pad:IVOA_Nov24_DAL:revs:1420":{"changeset":"Z:2jn>5|1i=260=1d*7+5$ernat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745284748}},"pad:IVOA_Nov24_DAL:revs:1421":{"changeset":"Z:2js>4|1i=260=1i*7+4$ive\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745285242}},"pad:IVOA_Nov24_DAL:revs:1422":{"changeset":"Z:2jw>2|1i=260=1m*7+2$ u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745285842}},"pad:IVOA_Nov24_DAL:revs:1423":{"changeset":"Z:2jy>3|1i=260=1o*7+3$niv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745286342}},"pad:IVOA_Nov24_DAL:revs:1424":{"changeset":"Z:2k1>4|1i=260=1r*7+4$erse","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745286743}},"pad:IVOA_Nov24_DAL:revs:1425":{"changeset":"Z:2k5>2|1i=260=1v*7+2$; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745287345}},"pad:IVOA_Nov24_DAL:revs:1426":{"changeset":"Z:2k7>1|1i=260=1x*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745288448}},"pad:IVOA_Nov24_DAL:revs:1427":{"changeset":"Z:2k8>2|1i=260=1y*7+2$im","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745288943}},"pad:IVOA_Nov24_DAL:revs:1428":{"changeset":"Z:2ka<2|1i=260=1y-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745289445}},"pad:IVOA_Nov24_DAL:revs:1429":{"changeset":"Z:2k8>3|1i=260=1y*7+3$tar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745289946}},"pad:IVOA_Nov24_DAL:revs:1430":{"changeset":"Z:2kb>4|1i=260=21*7+4$t wi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745290445}},"pad:IVOA_Nov24_DAL:revs:1431":{"changeset":"Z:2kf>3|1i=260=25*7+3$th ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745290946}},"pad:IVOA_Nov24_DAL:revs:1432":{"changeset":"Z:2ki>3|1i=260=28*7+3$rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745291446}},"pad:IVOA_Nov24_DAL:revs:1433":{"changeset":"Z:2kl>2|1i=260=2b*7+2$l ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745291949}},"pad:IVOA_Nov24_DAL:revs:1434":{"changeset":"Z:2kn>1|1i=260=2d*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745292750}},"pad:IVOA_Nov24_DAL:revs:1435":{"changeset":"Z:2ko>3|1i=260=2e*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745293255}},"pad:IVOA_Nov24_DAL:revs:1436":{"changeset":"Z:2kr>5|1i=260=2h*7+5$, the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745293855}},"pad:IVOA_Nov24_DAL:revs:1437":{"changeset":"Z:2kw>2|1i=260=2m*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745294353}},"pad:IVOA_Nov24_DAL:revs:1438":{"changeset":"Z:2ky>2|1i=260=2o*7+2$su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745294855}},"pad:IVOA_Nov24_DAL:revs:1439":{"changeset":"Z:2l0>0|1i=260=2p-1*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745295356}},"pad:IVOA_Nov24_DAL:revs:1440":{"changeset":"Z:2l0>2|1i=260=2q*7+2$mu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745295855}},"pad:IVOA_Nov24_DAL:revs:1441":{"changeset":"Z:2l2>4|1i=260=2s*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745296355}},"pad:IVOA_Nov24_DAL:revs:1442":{"changeset":"Z:2l6>1|1i=260=2w*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745296857}},"pad:IVOA_Nov24_DAL:revs:1443":{"changeset":"Z:2l7>3|1i=260=2x*7+3$wha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745297357}},"pad:IVOA_Nov24_DAL:revs:1444":{"changeset":"Z:2la>3|1i=260=30*7+3$t S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745297858}},"pad:IVOA_Nov24_DAL:revs:1445":{"changeset":"Z:2ld>3|1i=260=33*7+3$PHE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745298360}},"pad:IVOA_Nov24_DAL:revs:1446":{"changeset":"Z:2lg>2|1i=260=36*7+2$RE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745298860}},"pad:IVOA_Nov24_DAL:revs:1447":{"changeset":"Z:2li>2|1i=260=38*7+2$x ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745299361}},"pad:IVOA_Nov24_DAL:revs:1448":{"changeset":"Z:2lk<1|1i=260=39-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745300362}},"pad:IVOA_Nov24_DAL:revs:1449":{"changeset":"Z:2lj>2|1i=260=39*7+2$'s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745300862}},"pad:IVOA_Nov24_DAL:revs:1450":{"changeset":"Z:2ll>5|1i=260=3b*7+5$ data","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745301365}},"pad:IVOA_Nov24_DAL:revs:1451":{"changeset":"Z:2lq>4|1i=260=3g*7+4$ wil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745301864}},"pad:IVOA_Nov24_DAL:revs:1452":{"changeset":"Z:2lu>3|1i=260=3k*7+3$l b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745302365}},"pad:IVOA_Nov24_DAL:revs:1453":{"changeset":"Z:2lx>2|1i=260=3n*7+2$e.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745302965}},"pad:IVOA_Nov24_DAL:revs:1454":{"changeset":"Z:2lz<1|1i=260=3o-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745303467}},"pad:IVOA_Nov24_DAL:revs:1455":{"changeset":"Z:2ly>1|1i=260=3o*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745303967}},"pad:IVOA_Nov24_DAL:revs:1456":{"changeset":"Z:2lz>5|1i=260=3p*7+5$ for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745304467}},"pad:IVOA_Nov24_DAL:revs:1457":{"changeset":"Z:2m4>1|1i=260=3u*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745304967}},"pad:IVOA_Nov24_DAL:revs:1458":{"changeset":"Z:2m5>1|1i=260=3u-1*7+2$Ru","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745305469}},"pad:IVOA_Nov24_DAL:revs:1459":{"changeset":"Z:2m6>3|1i=260=3w*7+3$bin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745305969}},"pad:IVOA_Nov24_DAL:revs:1460":{"changeset":"Z:2m9>3|1i=260=3z*7+3$, s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745306468}},"pad:IVOA_Nov24_DAL:revs:1461":{"changeset":"Z:2mc>3|1i=260=42*7+3$tar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745306971}},"pad:IVOA_Nov24_DAL:revs:1462":{"changeset":"Z:2mf>3|1i=260=45*7+3$ted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745307473}},"pad:IVOA_Nov24_DAL:revs:1463":{"changeset":"Z:2mi>5|1i=260=48*7+5$ with","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745307972}},"pad:IVOA_Nov24_DAL:revs:1464":{"changeset":"Z:2mn>4|1i=260=4d*7+4$ com","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745308469}},"pad:IVOA_Nov24_DAL:revs:1465":{"changeset":"Z:2mr>3|1i=260=4h*7+3$ple","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745308971}},"pad:IVOA_Nov24_DAL:revs:1466":{"changeset":"Z:2mu>3|1i=260=4k*7+3$tel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745309491}},"pad:IVOA_Nov24_DAL:revs:1467":{"changeset":"Z:2mx>2|1i=260=4n*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745309973}},"pad:IVOA_Nov24_DAL:revs:1468":{"changeset":"Z:2mz>4|1i=260=4p*7+4$simu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745310474}},"pad:IVOA_Nov24_DAL:revs:1469":{"changeset":"Z:2n3>4|1i=260=4t*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745310975}},"pad:IVOA_Nov24_DAL:revs:1470":{"changeset":"Z:2n7>3|1i=260=4x*7+3$d d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745311488}},"pad:IVOA_Nov24_DAL:revs:1471":{"changeset":"Z:2na>4|1i=260=50*7+4$ata.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745312078}},"pad:IVOA_Nov24_DAL:revs:1472":{"changeset":"Z:2ne>1|1i=260=54*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745315481}},"pad:IVOA_Nov24_DAL:revs:1473":{"changeset":"Z:2nf>1|1i=260=55*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745316385}},"pad:IVOA_Nov24_DAL:revs:1474":{"changeset":"Z:2ng>3|1i=260=56*7+3$ase","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745316881}},"pad:IVOA_Nov24_DAL:revs:1475":{"changeset":"Z:2nj>1|1i=260=59*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745317381}},"pad:IVOA_Nov24_DAL:revs:1476":{"changeset":"Z:2nk>3|1i=260=5a*7+3$ wh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745317889}},"pad:IVOA_Nov24_DAL:revs:1477":{"changeset":"Z:2nn>5|1i=260=5d*7+5$ere m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745318480}},"pad:IVOA_Nov24_DAL:revs:1478":{"changeset":"Z:2ns>3|1i=260=5i*7+3$ult","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745318981}},"pad:IVOA_Nov24_DAL:revs:1479":{"changeset":"Z:2nv>2|1i=260=5l*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745319481}},"pad:IVOA_Nov24_DAL:revs:1480":{"changeset":"Z:2nx>4|1i=260=5n*7+4$atat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745319983}},"pad:IVOA_Nov24_DAL:revs:1481":{"changeset":"Z:2o1>0|1i=260=5q-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745320482}},"pad:IVOA_Nov24_DAL:revs:1482":{"changeset":"Z:2o1>2|1i=260=5r*7+2$te","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745320983}},"pad:IVOA_Nov24_DAL:revs:1483":{"changeset":"Z:2o3<1|1i=260=5s-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745321585}},"pad:IVOA_Nov24_DAL:revs:1484":{"changeset":"Z:2o2>1|1i=260=5r-1*7+2$et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745322118}},"pad:IVOA_Nov24_DAL:revs:1485":{"changeset":"Z:2o3>2|1i=260=5t*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745322585}},"pad:IVOA_Nov24_DAL:revs:1486":{"changeset":"Z:2o5>5|1i=260=5v*7+5$are i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745323088}},"pad:IVOA_Nov24_DAL:revs:1487":{"changeset":"Z:2oa>5|1i=260=60*7+5$n sam","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745323589}},"pad:IVOA_Nov24_DAL:revs:1488":{"changeset":"Z:2of>3|1i=260=65*7+3$e \"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745324089}},"pad:IVOA_Nov24_DAL:revs:1489":{"changeset":"Z:2oi>3|1i=260=68*7+3$alt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745324589}},"pad:IVOA_Nov24_DAL:revs:1490":{"changeset":"Z:2ol>4|1i=260=6b*7+4$erna","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745325093}},"pad:IVOA_Nov24_DAL:revs:1491":{"changeset":"Z:2op>4|1i=260=6f*7+4$tive","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745325591}},"pad:IVOA_Nov24_DAL:revs:1492":{"changeset":"Z:2ot>2|1i=260=6j*7+2$\" ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745326092}},"pad:IVOA_Nov24_DAL:revs:1493":{"changeset":"Z:2ov>1|1i=260=6l*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745326593}},"pad:IVOA_Nov24_DAL:revs:1494":{"changeset":"Z:2ow>3|1i=260=6m*7+3$niv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745327093}},"pad:IVOA_Nov24_DAL:revs:1495":{"changeset":"Z:2oz>3|1i=260=6p*7+3$ers","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745327593}},"pad:IVOA_Nov24_DAL:revs:1496":{"changeset":"Z:2p2>1|1i=260=6s*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745328095}},"pad:IVOA_Nov24_DAL:revs:1497":{"changeset":"Z:2p3>1|1i=260=6t*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745328795}},"pad:IVOA_Nov24_DAL:revs:1498":{"changeset":"Z:2p4>1|1i=260=6u*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745329296}},"pad:IVOA_Nov24_DAL:revs:1499":{"changeset":"Z:2p5>1|1i=260=6v*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745331000}},"pad:IVOA_Nov24_DAL:revs:1500":{"changeset":"Z:2p6>4|1i=260=6w*7+4$avin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745331503,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Havin\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|a+sf*7+70*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1501":{"changeset":"Z:2pa>4|1i=260=70*7+4$g so","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745332004}},"pad:IVOA_Nov24_DAL:revs:1502":{"changeset":"Z:2pe>4|1i=260=74*7+4$me w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745332533}},"pad:IVOA_Nov24_DAL:revs:1503":{"changeset":"Z:2pi>3|1i=260=78*7+3$ay ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745333011}},"pad:IVOA_Nov24_DAL:revs:1504":{"changeset":"Z:2pl>1|1i=260=7b*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745333706}},"pad:IVOA_Nov24_DAL:revs:1505":{"changeset":"Z:2pm>3|1i=260=7c*7+3$o i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745334207}},"pad:IVOA_Nov24_DAL:revs:1506":{"changeset":"Z:2pp>4|1i=260=7f*7+4$dent","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745334706}},"pad:IVOA_Nov24_DAL:revs:1507":{"changeset":"Z:2pt>4|1i=260=7j*7+4$ify ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745335210}},"pad:IVOA_Nov24_DAL:revs:1508":{"changeset":"Z:2px>2|1i=260=7n*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745335710}},"pad:IVOA_Nov24_DAL:revs:1509":{"changeset":"Z:2pz>3|1i=260=7p*7+3$mmo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745336211}},"pad:IVOA_Nov24_DAL:revs:1510":{"changeset":"Z:2q2>2|1i=260=7s*7+2$na","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745336709}},"pad:IVOA_Nov24_DAL:revs:1511":{"changeset":"Z:2q4>4|1i=260=7u*7+4$lity","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745337212}},"pad:IVOA_Nov24_DAL:revs:1512":{"changeset":"Z:2q8>2|1i=260=7y*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745337813}},"pad:IVOA_Nov24_DAL:revs:1513":{"changeset":"Z:2qa>1|1i=260=80*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745338318}},"pad:IVOA_Nov24_DAL:revs:1514":{"changeset":"Z:2qb>4|1i=260=81*7+4$ink ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745338811}},"pad:IVOA_Nov24_DAL:revs:1515":{"changeset":"Z:2qf>3|1i=260=85*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745339311}},"pad:IVOA_Nov24_DAL:revs:1516":{"changeset":"Z:2qi>1|1i=260=88*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745339817}},"pad:IVOA_Nov24_DAL:revs:1517":{"changeset":"Z:2qj<1|1i=260=88-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745341316}},"pad:IVOA_Nov24_DAL:revs:1518":{"changeset":"Z:2qi>2|1i=260=88*7+2$MD","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745341812}},"pad:IVOA_Nov24_DAL:revs:1519":{"changeset":"Z:2qk>2|1i=260=8a*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745342315}},"pad:IVOA_Nov24_DAL:revs:1520":{"changeset":"Z:2qm<1|1i=260=8b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745344816}},"pad:IVOA_Nov24_DAL:revs:1521":{"changeset":"Z:2ql<1|1i=260=8a-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745345315}},"pad:IVOA_Nov24_DAL:revs:1522":{"changeset":"Z:2qk>3|1i=260=8a*7+3$, i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745345816}},"pad:IVOA_Nov24_DAL:revs:1523":{"changeset":"Z:2qn>5|1i=260=8d*7+5$s use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745346316}},"pad:IVOA_Nov24_DAL:revs:1524":{"changeset":"Z:2qs>2|1i=260=8i*7+2$fu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745346816}},"pad:IVOA_Nov24_DAL:revs:1525":{"changeset":"Z:2qu>2|1i=260=8k*7+2$l.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745347319}},"pad:IVOA_Nov24_DAL:revs:1526":{"changeset":"Z:2qw>2|1i=260=8m*7+2$ C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745347817}},"pad:IVOA_Nov24_DAL:revs:1527":{"changeset":"Z:2qy>5|1i=260=8o*7+5$uts a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745348329}},"pad:IVOA_Nov24_DAL:revs:1528":{"changeset":"Z:2r3>2|1i=260=8t*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745348820}},"pad:IVOA_Nov24_DAL:revs:1529":{"changeset":"Z:2r5>2|1i=260=8v*7+2$rr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745349330}},"pad:IVOA_Nov24_DAL:revs:1530":{"changeset":"Z:2r7<3|1i=260=8u-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745349919}},"pad:IVOA_Nov24_DAL:revs:1531":{"changeset":"Z:2r4>2|1i=260=8u*7+2$ro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745350323}},"pad:IVOA_Nov24_DAL:revs:1532":{"changeset":"Z:2r6>4|1i=260=8w*7+4$ss a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745350830}},"pad:IVOA_Nov24_DAL:revs:1533":{"changeset":"Z:2ra<1|1i=260=8z-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745351325}},"pad:IVOA_Nov24_DAL:revs:1534":{"changeset":"Z:2r9>2|1i=260=8z*7+2$ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745351926}},"pad:IVOA_Nov24_DAL:revs:1535":{"changeset":"Z:2rb>3|1i=260=91*7+3$sco","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745352433}},"pad:IVOA_Nov24_DAL:revs:1536":{"changeset":"Z:2re>3|1i=260=94*7+3$re,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745352934}},"pad:IVOA_Nov24_DAL:revs:1537":{"changeset":"Z:2rh>2|1i=260=97*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745353431}},"pad:IVOA_Nov24_DAL:revs:1538":{"changeset":"Z:2rj>3|1i=260=99*7+3$imu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745353961}},"pad:IVOA_Nov24_DAL:revs:1539":{"changeset":"Z:2rm>4|1i=260=9c*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745354433}},"pad:IVOA_Nov24_DAL:revs:1540":{"changeset":"Z:2rq>3|1i=260=9g*7+3$d i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745354934}},"pad:IVOA_Nov24_DAL:revs:1541":{"changeset":"Z:2rt>4|1i=260=9j*7+4$mage","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745355437}},"pad:IVOA_Nov24_DAL:revs:1542":{"changeset":"Z:2rx>2|1i=260=9n*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745355934}},"pad:IVOA_Nov24_DAL:revs:1543":{"changeset":"Z:2rz>3|1i=260=9p*7+3$AND","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745356440}},"pad:IVOA_Nov24_DAL:revs:1544":{"changeset":"Z:2s2>3|1i=260=9s*7+3$ ca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745356936}},"pad:IVOA_Nov24_DAL:revs:1545":{"changeset":"Z:2s5>3|1i=260=9v*7+3$tal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745357437}},"pad:IVOA_Nov24_DAL:revs:1546":{"changeset":"Z:2s8>4|1i=260=9y*7+4$ogs,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745357940}},"pad:IVOA_Nov24_DAL:revs:1547":{"changeset":"Z:2sc>2|1i=260=a2*7+2$ w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745358438}},"pad:IVOA_Nov24_DAL:revs:1548":{"changeset":"Z:2se>2|1i=260=a4*7+2$he","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745358939}},"pad:IVOA_Nov24_DAL:revs:1549":{"changeset":"Z:2sg>4|1i=260=a6*7+4$ther","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745359439}},"pad:IVOA_Nov24_DAL:revs:1550":{"changeset":"Z:2sk>3|1i=260=aa*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745359940}},"pad:IVOA_Nov24_DAL:revs:1551":{"changeset":"Z:2sn>2|1i=260=ad*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745360446}},"pad:IVOA_Nov24_DAL:revs:1552":{"changeset":"Z:2sp>1|1i=260=af*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745360950}},"pad:IVOA_Nov24_DAL:revs:1553":{"changeset":"Z:2sq>3|1i=260=ag*7+3$rue","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745361541}},"pad:IVOA_Nov24_DAL:revs:1554":{"changeset":"Z:2st>3|1i=260=aj*7+3$ in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745362042}},"pad:IVOA_Nov24_DAL:revs:1555":{"changeset":"Z:2sw>4|1i=260=am*7+4$put,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745362543}},"pad:IVOA_Nov24_DAL:revs:1556":{"changeset":"Z:2t0>4|1i=260=aq*7+4$ or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745363046}},"pad:IVOA_Nov24_DAL:revs:1557":{"changeset":"Z:2t4>1|1i=260=au*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745364147}},"pad:IVOA_Nov24_DAL:revs:1558":{"changeset":"Z:2t5>3|1i=260=av*7+3$utp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745364649}},"pad:IVOA_Nov24_DAL:revs:1559":{"changeset":"Z:2t8>2|1i=260=ay*7+2$ut","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745365149}},"pad:IVOA_Nov24_DAL:revs:1560":{"changeset":"Z:2ta>4|1i=260=b0*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745365656}},"pad:IVOA_Nov24_DAL:revs:1561":{"changeset":"Z:2te>4|1i=260=b4*7+4$simu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745366151}},"pad:IVOA_Nov24_DAL:revs:1562":{"changeset":"Z:2ti>4|1i=260=b8*7+4$late","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745366654}},"pad:IVOA_Nov24_DAL:revs:1563":{"changeset":"Z:2tm>2|1i=260=bc*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745367153}},"pad:IVOA_Nov24_DAL:revs:1564":{"changeset":"Z:2to>3|1i=260=be*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745367761}},"pad:IVOA_Nov24_DAL:revs:1565":{"changeset":"Z:2tr>2|1i=260=bh*7+2$a.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745368154}},"pad:IVOA_Nov24_DAL:revs:1566":{"changeset":"Z:2tt>1|1i=260=bj*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745369956}},"pad:IVOA_Nov24_DAL:revs:1567":{"changeset":"Z:2tu>1|1i=260=bk*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745370458}},"pad:IVOA_Nov24_DAL:revs:1568":{"changeset":"Z:2tv>4|1i=260=bl*7+4$Onsi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745370959}},"pad:IVOA_Nov24_DAL:revs:1569":{"changeset":"Z:2tz<3|1i=260=bm-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745371461}},"pad:IVOA_Nov24_DAL:revs:1570":{"changeset":"Z:2tw>0|1i=260=bl-1*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745371959}},"pad:IVOA_Nov24_DAL:revs:1571":{"changeset":"Z:2tw>3|1i=260=bm*7+3$nsi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745372558}},"pad:IVOA_Nov24_DAL:revs:1572":{"changeset":"Z:2tz>4|1i=260=bp*7+4$der ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745373062}},"pad:IVOA_Nov24_DAL:revs:1573":{"changeset":"Z:2u3>1|1i=260=bt*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745376070}},"pad:IVOA_Nov24_DAL:revs:1574":{"changeset":"Z:2u4>3|1i=260=bu*7+3$heo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745376693}},"pad:IVOA_Nov24_DAL:revs:1575":{"changeset":"Z:2u7>1|1i=260=bx*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745377170}},"pad:IVOA_Nov24_DAL:revs:1576":{"changeset":"Z:2u8>2|1i=260=by*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745377670}},"pad:IVOA_Nov24_DAL:revs:1577":{"changeset":"Z:2ua>2|1i=260=c0*7+2$WG","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745378172}},"pad:IVOA_Nov24_DAL:revs:1578":{"changeset":"Z:2uc>1|1i=260=c2*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745379071}},"pad:IVOA_Nov24_DAL:revs:1579":{"changeset":"Z:2ud>1|1i=260=c3*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745379571}},"pad:IVOA_Nov24_DAL:revs:1580":{"changeset":"Z:2ue>1|1i=260=c4*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745381677}},"pad:IVOA_Nov24_DAL:revs:1581":{"changeset":"Z:2uf>3|1i=260=c5*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745382177}},"pad:IVOA_Nov24_DAL:revs:1582":{"changeset":"Z:2ui>1|1i=260=c8*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745382983}},"pad:IVOA_Nov24_DAL:revs:1583":{"changeset":"Z:2uj>2|1i=260=c9*7+2$ie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745383483}},"pad:IVOA_Nov24_DAL:revs:1584":{"changeset":"Z:2ul<1|1i=260=ca-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745384182}},"pad:IVOA_Nov24_DAL:revs:1585":{"changeset":"Z:2uk<1|1i=260=c9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745384581}},"pad:IVOA_Nov24_DAL:revs:1586":{"changeset":"Z:2uj<2|1i=260=c7-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745385083}},"pad:IVOA_Nov24_DAL:revs:1587":{"changeset":"Z:2uh<3|1i=260=c4-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745385587}},"pad:IVOA_Nov24_DAL:revs:1588":{"changeset":"Z:2ue>1|1i=260=c4*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745390889}},"pad:IVOA_Nov24_DAL:revs:1589":{"changeset":"Z:2uf>2|1i=260=c5*7+2$he","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745391390}},"pad:IVOA_Nov24_DAL:revs:1590":{"changeset":"Z:2uh>2|1i=260=c7*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745391987}},"pad:IVOA_Nov24_DAL:revs:1591":{"changeset":"Z:2uj>4|1i=260=c9*7+4$you ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745392385}},"pad:IVOA_Nov24_DAL:revs:1592":{"changeset":"Z:2un>1|1i=260=cd*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745392988}},"pad:IVOA_Nov24_DAL:revs:1593":{"changeset":"Z:2uo>4|1i=260=ce*7+4$ring","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745393491}},"pad:IVOA_Nov24_DAL:revs:1594":{"changeset":"Z:2us>4|1i=260=ci*7+4$ sim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745394090}},"pad:IVOA_Nov24_DAL:revs:1595":{"changeset":"Z:2uw>3|1i=260=cm*7+3$ula","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745394590}},"pad:IVOA_Nov24_DAL:revs:1596":{"changeset":"Z:2uz>4|1i=260=cp*7+4$ted ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745395089}},"pad:IVOA_Nov24_DAL:revs:1597":{"changeset":"Z:2v3>1|1i=260=ct*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745395794}},"pad:IVOA_Nov24_DAL:revs:1598":{"changeset":"Z:2v4>2|1i=260=cu*7+2$p ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745396293}},"pad:IVOA_Nov24_DAL:revs:1599":{"changeset":"Z:2v6>1|1i=260=cw*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745396895}},"pad:IVOA_Nov24_DAL:revs:1600":{"changeset":"Z:2v7>4|1i=260=cx*7+4$n fi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745397396,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in fi\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|a+sf*7+d1*0|3+3*0*5*2*3+1*0+37*0*6+c*0|3+3*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1601":{"changeset":"Z:2vb>3|1i=260=d1*7+3$ref","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745397997}},"pad:IVOA_Nov24_DAL:revs:1602":{"changeset":"Z:2ve>2|1i=260=d4*7+2$ly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745398418}},"pad:IVOA_Nov24_DAL:revs:1603":{"changeset":"Z:2vg>1|1i=260=d6*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745399018}},"pad:IVOA_Nov24_DAL:revs:1604":{"changeset":"Z:2vh>1|1i=260=d7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745399501}},"pad:IVOA_Nov24_DAL:revs:1605":{"changeset":"Z:2vi>1|1i=260=d8*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745400401}},"pad:IVOA_Nov24_DAL:revs:1606":{"changeset":"Z:2vj>4|1i=260=d9*7+4$ppea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745400835}},"pad:IVOA_Nov24_DAL:revs:1607":{"changeset":"Z:2vn>3|1i=260=dd*7+3$rs ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745401402}},"pad:IVOA_Nov24_DAL:revs:1608":{"changeset":"Z:2vq>3|1i=260=dg*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745401903}},"pad:IVOA_Nov24_DAL:revs:1609":{"changeset":"Z:2vt<1|1i=260=dh-2*7+1$v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745402433}},"pad:IVOA_Nov24_DAL:revs:1610":{"changeset":"Z:2vs>5|1i=260=di*7+5$er a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745402903}},"pad:IVOA_Nov24_DAL:revs:1611":{"changeset":"Z:2vx>2|1i=260=dn*7+2$RE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745403405}},"pad:IVOA_Nov24_DAL:revs:1612":{"changeset":"Z:2vz>3|1i=260=dp*7+3$AL ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745403906}},"pad:IVOA_Nov24_DAL:revs:1613":{"changeset":"Z:2w2>3|1i=260=ds*7+3$con","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745404403}},"pad:IVOA_Nov24_DAL:revs:1614":{"changeset":"Z:2w5>3|1i=260=dv*7+3$tex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745404903}},"pad:IVOA_Nov24_DAL:revs:1615":{"changeset":"Z:2w8>3|1i=260=dy*7+3$t i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745405409}},"pad:IVOA_Nov24_DAL:revs:1616":{"changeset":"Z:2wb>5|1i=260=e1*7+5$mage,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745405911}},"pad:IVOA_Nov24_DAL:revs:1617":{"changeset":"Z:2wg>1|1i=260=e6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745406410}},"pad:IVOA_Nov24_DAL:revs:1618":{"changeset":"Z:2wh>4|1i=260=e7*7+4$not ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745406912}},"pad:IVOA_Nov24_DAL:revs:1619":{"changeset":"Z:2wl>3|1i=260=eb*7+3$des","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745407415}},"pad:IVOA_Nov24_DAL:revs:1620":{"changeset":"Z:2wo>3|1i=260=ee*7+3$ira","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745407915}},"pad:IVOA_Nov24_DAL:revs:1621":{"changeset":"Z:2wr>4|1i=260=eh*7+4$ble.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745408414}},"pad:IVOA_Nov24_DAL:revs:1622":{"changeset":"Z:2wv>1|1i=260=el*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745408915}},"pad:IVOA_Nov24_DAL:revs:1623":{"changeset":"Z:2ww>5|1i=260=em*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745419630}},"pad:IVOA_Nov24_DAL:revs:1624":{"changeset":"Z:2x1>5|1j=2kn=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745420128}},"pad:IVOA_Nov24_DAL:revs:1625":{"changeset":"Z:2x6>1|1k=2ks=4*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745420833}},"pad:IVOA_Nov24_DAL:revs:1626":{"changeset":"Z:2x7>0|1k=2ks=4-1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745421336}},"pad:IVOA_Nov24_DAL:revs:1627":{"changeset":"Z:2x7>1|1k=2ks=5*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745421930}},"pad:IVOA_Nov24_DAL:revs:1628":{"changeset":"Z:2x8>1|1k=2ks=5-1*7+2$DF","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745422330}},"pad:IVOA_Nov24_DAL:revs:1629":{"changeset":"Z:2x9>1|1k=2ks=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745422930}},"pad:IVOA_Nov24_DAL:revs:1630":{"changeset":"Z:2xa>3|1k=2ks=8*7+3$Com","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745423331}},"pad:IVOA_Nov24_DAL:revs:1631":{"changeset":"Z:2xd>5|1k=2ks=b*7+5$ment ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745423832}},"pad:IVOA_Nov24_DAL:revs:1632":{"changeset":"Z:2xi>3|1k=2ks=g*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745424433}},"pad:IVOA_Nov24_DAL:revs:1633":{"changeset":"Z:2xl>1|1k=2ks=j*7+1$Z","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745424936}},"pad:IVOA_Nov24_DAL:revs:1634":{"changeset":"Z:2xm>1|1k=2ks=k*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745425434}},"pad:IVOA_Nov24_DAL:revs:1635":{"changeset":"Z:2xn>1|1k=2ks=k-1*7+2$oo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745425936}},"pad:IVOA_Nov24_DAL:revs:1636":{"changeset":"Z:2xo>1|1k=2ks=m*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745426443}},"pad:IVOA_Nov24_DAL:revs:1637":{"changeset":"Z:2xp>a|1k=2ks=n*7|1+2*7+8$:\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745426943}},"pad:IVOA_Nov24_DAL:revs:1638":{"changeset":"Z:2xz>od|1l=2lh=8*7|4+i5*7+68$I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745428540}},"pad:IVOA_Nov24_DAL:revs:1639":{"changeset":"Z:3mc>1|1p=33u=68*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745431944}},"pad:IVOA_Nov24_DAL:revs:1640":{"changeset":"Z:3md>1|1p=33u=69*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745432444}},"pad:IVOA_Nov24_DAL:revs:1641":{"changeset":"Z:3me>1|1l=2lh=8*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745436348}},"pad:IVOA_Nov24_DAL:revs:1642":{"changeset":"Z:3mf>1|1l=2lh=9*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745436848}},"pad:IVOA_Nov24_DAL:revs:1643":{"changeset":"Z:3mg>1|1t=3du*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745439857}},"pad:IVOA_Nov24_DAL:revs:1644":{"changeset":"Z:3mh>1|1u=3dv*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745459084}},"pad:IVOA_Nov24_DAL:revs:1645":{"changeset":"Z:3mi>2|1u=3dv=1*7+2$sa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745459582}},"pad:IVOA_Nov24_DAL:revs:1646":{"changeset":"Z:3mk<1|1u=3dv=2-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745460081}},"pad:IVOA_Nov24_DAL:revs:1647":{"changeset":"Z:3mj>3|1u=3dv=2*7+3$ a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745460581}},"pad:IVOA_Nov24_DAL:revs:1648":{"changeset":"Z:3mm>3|1u=3dv=5*7+3$bac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745461080}},"pad:IVOA_Nov24_DAL:revs:1649":{"changeset":"Z:3mp<1|1u=3dv=6-2*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745461586}},"pad:IVOA_Nov24_DAL:revs:1650":{"changeset":"Z:3mo>1|1u=3dv=7*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745462085}},"pad:IVOA_Nov24_DAL:revs:1651":{"changeset":"Z:3mp>5|1u=3dv=8*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745462584}},"pad:IVOA_Nov24_DAL:revs:1652":{"changeset":"Z:3mu>1|1v=3e4=4*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745465987}},"pad:IVOA_Nov24_DAL:revs:1653":{"changeset":"Z:3mv>3|1v=3e4=5*7+3$ow ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745466487}},"pad:IVOA_Nov24_DAL:revs:1654":{"changeset":"Z:3my>3|1v=3e4=8*7+3$do ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745466990}},"pad:IVOA_Nov24_DAL:revs:1655":{"changeset":"Z:3n1>3|1v=3e4=b*7+3$we ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745467487}},"pad:IVOA_Nov24_DAL:revs:1656":{"changeset":"Z:3n4>1|1v=3e4=e*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745470100}},"pad:IVOA_Nov24_DAL:revs:1657":{"changeset":"Z:3n5>2|1v=3e4=f*7+2$ff","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745470601}},"pad:IVOA_Nov24_DAL:revs:1658":{"changeset":"Z:3n7>4|1v=3e4=h*7+4$er m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745471101}},"pad:IVOA_Nov24_DAL:revs:1659":{"changeset":"Z:3nb>3|1v=3e4=l*7+3$ult","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745471599}},"pad:IVOA_Nov24_DAL:revs:1660":{"changeset":"Z:3ne>2|1v=3e4=o*7+2$ip","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745472099}},"pad:IVOA_Nov24_DAL:revs:1661":{"changeset":"Z:3ng>3|1v=3e4=q*7+3$le ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745472705}},"pad:IVOA_Nov24_DAL:revs:1662":{"changeset":"Z:3nj>4|1v=3e4=t*7+4$prod","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745473197}},"pad:IVOA_Nov24_DAL:revs:1663":{"changeset":"Z:3nn>1|1v=3e4=x*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745474698}},"pad:IVOA_Nov24_DAL:revs:1664":{"changeset":"Z:3no>3|1v=3e4=y*7+3$ct ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745475206}},"pad:IVOA_Nov24_DAL:revs:1665":{"changeset":"Z:3nr>3|1v=3e4=11*7+3$ret","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745475701}},"pad:IVOA_Nov24_DAL:revs:1666":{"changeset":"Z:3nu>2|1v=3e4=14*7+2$ri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745476202}},"pad:IVOA_Nov24_DAL:revs:1667":{"changeset":"Z:3nw>2|1v=3e4=16*7+2$ev","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745476711}},"pad:IVOA_Nov24_DAL:revs:1668":{"changeset":"Z:3ny>4|1v=3e4=18*7+4$al o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745477207}},"pad:IVOA_Nov24_DAL:revs:1669":{"changeset":"Z:3o2>3|1v=3e4=1c*7+3$pti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745477707}},"pad:IVOA_Nov24_DAL:revs:1670":{"changeset":"Z:3o5>4|1v=3e4=1f*7+4$ons ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745478211}},"pad:IVOA_Nov24_DAL:revs:1671":{"changeset":"Z:3o9>1|1v=3e4=1j*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745479208}},"pad:IVOA_Nov24_DAL:revs:1672":{"changeset":"Z:3oa>0|1v=3e4=1j-1*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745479711}},"pad:IVOA_Nov24_DAL:revs:1673":{"changeset":"Z:3oa>3|1v=3e4=1k*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745480210}},"pad:IVOA_Nov24_DAL:revs:1674":{"changeset":"Z:3od>1|1v=3e4=1n*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745480710}},"pad:IVOA_Nov24_DAL:revs:1675":{"changeset":"Z:3oe>1|1v=3e4=1o*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745481211}},"pad:IVOA_Nov24_DAL:revs:1676":{"changeset":"Z:3of>1|1v=3e4=1o-1*7+2$at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745481716}},"pad:IVOA_Nov24_DAL:revs:1677":{"changeset":"Z:3og>2|1v=3e4=1q*7+2$al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745482219}},"pad:IVOA_Nov24_DAL:revs:1678":{"changeset":"Z:3oi<1|1v=3e4=1r-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745482715}},"pad:IVOA_Nov24_DAL:revs:1679":{"changeset":"Z:3oh>2|1v=3e4=1r*7+2$Li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745483216}},"pad:IVOA_Nov24_DAL:revs:1680":{"changeset":"Z:3oj>2|1v=3e4=1t*7+2$nk","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745483719}},"pad:IVOA_Nov24_DAL:revs:1681":{"changeset":"Z:3ol>1|1v=3e4=1v*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745485326}},"pad:IVOA_Nov24_DAL:revs:1682":{"changeset":"Z:3om>1|1v=3e4=1w*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745485825}},"pad:IVOA_Nov24_DAL:revs:1683":{"changeset":"Z:3on>3|1v=3e4=1x*7+3$Had","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745486325}},"pad:IVOA_Nov24_DAL:revs:1684":{"changeset":"Z:3oq>3|1v=3e4=20*7+3$ sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745486827}},"pad:IVOA_Nov24_DAL:revs:1685":{"changeset":"Z:3ot>2|1v=3e4=23*7+2$el","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745487329}},"pad:IVOA_Nov24_DAL:revs:1686":{"changeset":"Z:3ov>4|1v=3e4=25*7+4$ved ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745487827}},"pad:IVOA_Nov24_DAL:revs:1687":{"changeset":"Z:3oz>3|1v=3e4=29*7+3$it,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745488329}},"pad:IVOA_Nov24_DAL:revs:1688":{"changeset":"Z:3p2>3|1v=3e4=2c*7+3$ bu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745488829}},"pad:IVOA_Nov24_DAL:revs:1689":{"changeset":"Z:3p5>4|1v=3e4=2f*7+4$t no","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745489428}},"pad:IVOA_Nov24_DAL:revs:1690":{"changeset":"Z:3p9>2|1v=3e4=2j*7+2$w ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745489931}},"pad:IVOA_Nov24_DAL:revs:1691":{"changeset":"Z:3pb>1|1v=3e4=2l*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745490431}},"pad:IVOA_Nov24_DAL:revs:1692":{"changeset":"Z:3pc>1|1v=3e4=2l-1*7+2$ne","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745490931}},"pad:IVOA_Nov24_DAL:revs:1693":{"changeset":"Z:3pd>4|1v=3e4=2n*7+4$eds ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745491432}},"pad:IVOA_Nov24_DAL:revs:1694":{"changeset":"Z:3ph>5|1v=3e4=2r*7+5$to be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745491934}},"pad:IVOA_Nov24_DAL:revs:1695":{"changeset":"Z:3pm>3|1v=3e4=2w*7+3$ do","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745492435}},"pad:IVOA_Nov24_DAL:revs:1696":{"changeset":"Z:3pp>3|1v=3e4=2z*7+3$ne.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745492936}},"pad:IVOA_Nov24_DAL:revs:1697":{"changeset":"Z:3ps>5|1v=3e4=32*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745493435}},"pad:IVOA_Nov24_DAL:revs:1698":{"changeset":"Z:3px>1|1w=3h7*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745495140}},"pad:IVOA_Nov24_DAL:revs:1699":{"changeset":"Z:3py>1|1w=3h7=5*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745495746}},"pad:IVOA_Nov24_DAL:revs:1700":{"changeset":"Z:3pz>3|1w=3h7=6*7+3$avi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745496243,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Havi\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7+8*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1701":{"changeset":"Z:3q2>1|1w=3h7*9=1=7-1*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745496745}},"pad:IVOA_Nov24_DAL:revs:1702":{"changeset":"Z:3q3>3|1w=3h7=a*7+3$bee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745497344}},"pad:IVOA_Nov24_DAL:revs:1703":{"changeset":"Z:3q6>3|1w=3h7=d*7+3$n i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745498344}},"pad:IVOA_Nov24_DAL:revs:1704":{"changeset":"Z:3q9>0|1w=3h7*9=1=e-1*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745498845}},"pad:IVOA_Nov24_DAL:revs:1705":{"changeset":"Z:3q9>3|1w=3h7=g*7+3$ook","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745499347}},"pad:IVOA_Nov24_DAL:revs:1706":{"changeset":"Z:3qc>5|1w=3h7=j*7+5$ing i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745499851}},"pad:IVOA_Nov24_DAL:revs:1707":{"changeset":"Z:3qh>4|1w=3h7=o*7+4$nto ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745500354}},"pad:IVOA_Nov24_DAL:revs:1708":{"changeset":"Z:3ql>1|1w=3h7=s*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745501550}},"pad:IVOA_Nov24_DAL:revs:1709":{"changeset":"Z:3qm>3|1w=3h7=t*7+3$ref","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745502050}},"pad:IVOA_Nov24_DAL:revs:1710":{"changeset":"Z:3qp>1|1w=3h7=w*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745502752}},"pad:IVOA_Nov24_DAL:revs:1711":{"changeset":"Z:3qq>2|1w=3h7=x*7+2$rr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745503352}},"pad:IVOA_Nov24_DAL:revs:1712":{"changeset":"Z:3qs>4|1w=3h7=z*7+4$ed o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745503854}},"pad:IVOA_Nov24_DAL:revs:1713":{"changeset":"Z:3qw>4|1w=3h7=13*7+4$ptio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745504356}},"pad:IVOA_Nov24_DAL:revs:1714":{"changeset":"Z:3r0>4|1w=3h7=17*7+4$ns, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745504858}},"pad:IVOA_Nov24_DAL:revs:1715":{"changeset":"Z:3r4>1|1w=3h7=1b*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745507064}},"pad:IVOA_Nov24_DAL:revs:1716":{"changeset":"Z:3r5>1|1w=3h7=1c*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745507560}},"pad:IVOA_Nov24_DAL:revs:1717":{"changeset":"Z:3r6>2|1w=3h7=1d*7+2$ h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745508066}},"pad:IVOA_Nov24_DAL:revs:1718":{"changeset":"Z:3r8>5|1w=3h7=1f*7+5$ave p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745508667}},"pad:IVOA_Nov24_DAL:revs:1719":{"changeset":"Z:3rd>4|1w=3h7=1k*7+4$refe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745509076}},"pad:IVOA_Nov24_DAL:revs:1720":{"changeset":"Z:3rh>5|1w=3h7=1o*7+5$rence","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745509574}},"pad:IVOA_Nov24_DAL:revs:1721":{"changeset":"Z:3rm>2|1w=3h7=1t*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745510174}},"pad:IVOA_Nov24_DAL:revs:1722":{"changeset":"Z:3ro>3|1w=3h7=1v*7+3$loo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745510675}},"pad:IVOA_Nov24_DAL:revs:1723":{"changeset":"Z:3rr>4|1w=3h7=1y*7+4$kign","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745511175}},"pad:IVOA_Nov24_DAL:revs:1724":{"changeset":"Z:3rv<1|1w=3h7*9=1=20-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745511776}},"pad:IVOA_Nov24_DAL:revs:1725":{"changeset":"Z:3ru>1|1w=3h7*9=1=1z-1*7+2$ng","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745512277}},"pad:IVOA_Nov24_DAL:revs:1726":{"changeset":"Z:3rv>5|1w=3h7=22*7+5$ for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745512777}},"pad:IVOA_Nov24_DAL:revs:1727":{"changeset":"Z:3s0>3|1w=3h7=27*7+3$adv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745513278}},"pad:IVOA_Nov24_DAL:revs:1728":{"changeset":"Z:3s3>4|1w=3h7=2a*7+4$ice ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745513778}},"pad:IVOA_Nov24_DAL:revs:1729":{"changeset":"Z:3s7>4|1w=3h7=2e*7+4$now.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745514279}},"pad:IVOA_Nov24_DAL:revs:1730":{"changeset":"Z:3sb>2|1w=3h7*9=1=2h*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745514880}},"pad:IVOA_Nov24_DAL:revs:1731":{"changeset":"Z:3sd<1|1x=3jq-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745515379}},"pad:IVOA_Nov24_DAL:revs:1732":{"changeset":"Z:3sc>1|1x=3jq*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745515882}},"pad:IVOA_Nov24_DAL:revs:1733":{"changeset":"Z:3sd>1|1y=3jr*7+1$0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745517589}},"pad:IVOA_Nov24_DAL:revs:1734":{"changeset":"Z:3se>2|1y=3jr=1*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745518089}},"pad:IVOA_Nov24_DAL:revs:1735":{"changeset":"Z:3sg>2|1y=3jr=3*7+2$ o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745518589}},"pad:IVOA_Nov24_DAL:revs:1736":{"changeset":"Z:3si>2|1y=3jr=5*7+2$rd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745519090}},"pad:IVOA_Nov24_DAL:revs:1737":{"changeset":"Z:3sk>4|1y=3jr=7*7+4$er r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745519593}},"pad:IVOA_Nov24_DAL:revs:1738":{"changeset":"Z:3so>3|1y=3jr=b*7+3$equ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745520094}},"pad:IVOA_Nov24_DAL:revs:1739":{"changeset":"Z:3sr>4|1y=3jr=e*7+4$irem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745520596}},"pad:IVOA_Nov24_DAL:revs:1740":{"changeset":"Z:3sv>4|1y=3jr=i*7+4$ents","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745521097}},"pad:IVOA_Nov24_DAL:revs:1741":{"changeset":"Z:3sz>1|1y=3jr=m*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745521597}},"pad:IVOA_Nov24_DAL:revs:1742":{"changeset":"Z:3t0>5|1y=3jr=n*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745522095}},"pad:IVOA_Nov24_DAL:revs:1743":{"changeset":"Z:3t5>1|1z=3kf*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745523395}},"pad:IVOA_Nov24_DAL:revs:1744":{"changeset":"Z:3t6>1|1z=3kf=5*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745523895}},"pad:IVOA_Nov24_DAL:revs:1745":{"changeset":"Z:3t7>4|1z=3kf=6*7+4$On't","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745524497}},"pad:IVOA_Nov24_DAL:revs:1746":{"changeset":"Z:3tb>2|1z=3kf=a*7+2$ w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745525497}},"pad:IVOA_Nov24_DAL:revs:1747":{"changeset":"Z:3td>4|1z=3kf=c*7+4$ant ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745526501}},"pad:IVOA_Nov24_DAL:revs:1748":{"changeset":"Z:3th>3|1z=3kf=g*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745527002}},"pad:IVOA_Nov24_DAL:revs:1749":{"changeset":"Z:3tk>5|1z=3kf=j*7+5$break","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745527501}},"pad:IVOA_Nov24_DAL:revs:1750":{"changeset":"Z:3tp>4|1z=3kf=o*7+4$ and","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745528004}},"pad:IVOA_Nov24_DAL:revs:1751":{"changeset":"Z:3tt>0|1z=3kf*9=1=q-1*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745528501}},"pad:IVOA_Nov24_DAL:revs:1752":{"changeset":"Z:3tt>5|1z=3kf=s*7+5$thing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745529008}},"pad:IVOA_Nov24_DAL:revs:1753":{"changeset":"Z:3ty>4|1z=3kf=x*7+4$, an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745529504}},"pad:IVOA_Nov24_DAL:revs:1754":{"changeset":"Z:3u2>2|1z=3kf=11*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745530011}},"pad:IVOA_Nov24_DAL:revs:1755":{"changeset":"Z:3u4>3|1z=3kf=13*7+3$won","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745530509}},"pad:IVOA_Nov24_DAL:revs:1756":{"changeset":"Z:3u7>3|1z=3kf=16*7+3$'t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745531013}},"pad:IVOA_Nov24_DAL:revs:1757":{"changeset":"Z:3ua>4|1z=3kf=19*7+4$if t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745531621}},"pad:IVOA_Nov24_DAL:revs:1758":{"changeset":"Z:3ue<1|1z=3kf*9=1=1b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745532121}},"pad:IVOA_Nov24_DAL:revs:1759":{"changeset":"Z:3ud>3|1z=3kf=1c*7+3$it ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745532615}},"pad:IVOA_Nov24_DAL:revs:1760":{"changeset":"Z:3ug>3|1z=3kf=1f*7+3$wil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745533114}},"pad:IVOA_Nov24_DAL:revs:1761":{"changeset":"Z:3uj>3|1z=3kf*9=1=1h*7|1+2*7*2*8*3*a+1$l\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745533621}},"pad:IVOA_Nov24_DAL:revs:1762":{"changeset":"Z:3um>1|1z=3kf=1j*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745543541}},"pad:IVOA_Nov24_DAL:revs:1763":{"changeset":"Z:3un>3|1z=3kf=1k*7+3$ or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745544041}},"pad:IVOA_Nov24_DAL:revs:1764":{"changeset":"Z:3uq>4|1z=3kf=1n*7+4$ oth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745544540}},"pad:IVOA_Nov24_DAL:revs:1765":{"changeset":"Z:3uu>2|1z=3kf=1r*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745545039}},"pad:IVOA_Nov24_DAL:revs:1766":{"changeset":"Z:3uw>4|1z=3kf=1t*7+4$s no","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745545546}},"pad:IVOA_Nov24_DAL:revs:1767":{"changeset":"Z:3v0>5|1z=3kf=1x*7+5$t int","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745546139}},"pad:IVOA_Nov24_DAL:revs:1768":{"changeset":"Z:3v5>3|1z=3kf=22*7+3$ere","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745546539}},"pad:IVOA_Nov24_DAL:revs:1769":{"changeset":"Z:3v8>3|1z=3kf=25*7+3$ste","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745547043}},"pad:IVOA_Nov24_DAL:revs:1770":{"changeset":"Z:3vb>1|1z=3kf=28*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745547646}},"pad:IVOA_Nov24_DAL:revs:1771":{"changeset":"Z:3vc>1|20=3mp=1*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745551857}},"pad:IVOA_Nov24_DAL:revs:1772":{"changeset":"Z:3vd>2|20=3mp=2*7+2$bs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745552359}},"pad:IVOA_Nov24_DAL:revs:1773":{"changeset":"Z:3vf>1|20=3mp=4*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745552859}},"pad:IVOA_Nov24_DAL:revs:1774":{"changeset":"Z:3vg>2|20=3mp=5*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745553360}},"pad:IVOA_Nov24_DAL:revs:1775":{"changeset":"Z:3vi>1|20=3mp=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745553954}},"pad:IVOA_Nov24_DAL:revs:1776":{"changeset":"Z:3vj>1|20=3mp=8*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745554554}},"pad:IVOA_Nov24_DAL:revs:1777":{"changeset":"Z:3vk>1|20=3mp=9*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745555055}},"pad:IVOA_Nov24_DAL:revs:1778":{"changeset":"Z:3vl>1|20=3mp=a*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745555560}},"pad:IVOA_Nov24_DAL:revs:1779":{"changeset":"Z:3vm>4|20=3mp=b*7+4$atal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745556062}},"pad:IVOA_Nov24_DAL:revs:1780":{"changeset":"Z:3vq>1|1z=3kf*9=1|1=29*a=1=d-1*7+2$Li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745557069}},"pad:IVOA_Nov24_DAL:revs:1781":{"changeset":"Z:3vr>3|20=3mp=g*7+3$nk ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745557568}},"pad:IVOA_Nov24_DAL:revs:1782":{"changeset":"Z:3vu>1|20=3mp=j*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745558666}},"pad:IVOA_Nov24_DAL:revs:1783":{"changeset":"Z:3vv>2|20=3mp=k*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745559265}},"pad:IVOA_Nov24_DAL:revs:1784":{"changeset":"Z:3vx>1|20=3mp=m*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745559766}},"pad:IVOA_Nov24_DAL:revs:1785":{"changeset":"Z:3vy>2|20=3mp=n*7+2$ee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745560268}},"pad:IVOA_Nov24_DAL:revs:1786":{"changeset":"Z:3w0<1|1z=3kf*9=1|1=29*a=1=n-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745560870}},"pad:IVOA_Nov24_DAL:revs:1787":{"changeset":"Z:3vz<2|1z=3kf*9=1|1=29*a=1=l-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745561371}},"pad:IVOA_Nov24_DAL:revs:1788":{"changeset":"Z:3vx>2|20=3mp=m*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745561874}},"pad:IVOA_Nov24_DAL:revs:1789":{"changeset":"Z:3vz>4|20=3mp=o*7+4$tend","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745562374}},"pad:IVOA_Nov24_DAL:revs:1790":{"changeset":"Z:3w3>4|20=3mp=s*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745562874}},"pad:IVOA_Nov24_DAL:revs:1791":{"changeset":"Z:3w7<1|1z=3kf*9=1|1=29*a=1=u-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745563374}},"pad:IVOA_Nov24_DAL:revs:1792":{"changeset":"Z:3w6<8|1z=3kf*9=1|1=29*a=1=m-8$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745563875}},"pad:IVOA_Nov24_DAL:revs:1793":{"changeset":"Z:3vy<1|1z=3kf*9=1|1=29*a=1=l-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745564373}},"pad:IVOA_Nov24_DAL:revs:1794":{"changeset":"Z:3vx>1|20=3mp=m*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745564976}},"pad:IVOA_Nov24_DAL:revs:1795":{"changeset":"Z:3vy>4|20=3mp=n*7+4$ant ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745565476}},"pad:IVOA_Nov24_DAL:revs:1796":{"changeset":"Z:3w2>3|20=3mp=r*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745565978}},"pad:IVOA_Nov24_DAL:revs:1797":{"changeset":"Z:3w5>1|20=3mp=u*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745566480}},"pad:IVOA_Nov24_DAL:revs:1798":{"changeset":"Z:3w6>5|20=3mp=v*7+5$ake s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745566981}},"pad:IVOA_Nov24_DAL:revs:1799":{"changeset":"Z:3wb>5|20=3mp=10*7+5$ure t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745567480}},"pad:IVOA_Nov24_DAL:revs:1800":{"changeset":"Z:3wg>2|20=3mp=15*7+2$he","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745567981,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14},"nextNum":15},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure the\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7+16*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1801":{"changeset":"Z:3wi>1|1z=3kf*9=1|1=29*a=1=15-1*7+2$is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745568482}},"pad:IVOA_Nov24_DAL:revs:1802":{"changeset":"Z:3wj>4|20=3mp=18*7+4$ wor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745569080}},"pad:IVOA_Nov24_DAL:revs:1803":{"changeset":"Z:3wn>3|20=3mp=1c*7+3$ks ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745569581}},"pad:IVOA_Nov24_DAL:revs:1804":{"changeset":"Z:3wq>5|20=3mp=1f*7+5$the w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745570082}},"pad:IVOA_Nov24_DAL:revs:1805":{"changeset":"Z:3wv>3|20=3mp=1k*7+3$ay ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745570581}},"pad:IVOA_Nov24_DAL:revs:1806":{"changeset":"Z:3wy>4|20=3mp=1n*7+4$they","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745571086}},"pad:IVOA_Nov24_DAL:revs:1807":{"changeset":"Z:3x2>5|20=3mp=1r*7+5$ are ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745571582}},"pad:IVOA_Nov24_DAL:revs:1808":{"changeset":"Z:3x7>4|20=3mp=1w*7+4$inte","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745572088}},"pad:IVOA_Nov24_DAL:revs:1809":{"changeset":"Z:3xb>3|20=3mp=20*7+3$nde","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745572585}},"pad:IVOA_Nov24_DAL:revs:1810":{"changeset":"Z:3xe>3|1z=3kf*9=1|1=29*a=1=22*7|1+2*7*2*8*3*b+1$d\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745573087}},"pad:IVOA_Nov24_DAL:revs:1811":{"changeset":"Z:3xh>1|21=3ou=1*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745573589}},"pad:IVOA_Nov24_DAL:revs:1812":{"changeset":"Z:3xi>4|21=3ou=2*7+4$Hen ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745574088}},"pad:IVOA_Nov24_DAL:revs:1813":{"changeset":"Z:3xm<2|1z=3kf*9=1|1=29*a=1|1=24*b=1=3-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745574589}},"pad:IVOA_Nov24_DAL:revs:1814":{"changeset":"Z:3xk<1|1z=3kf*9=1|1=29*a=1|1=24*b=1=1-2*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745575094}},"pad:IVOA_Nov24_DAL:revs:1815":{"changeset":"Z:3xj>4|21=3ou=3*7+4$en l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745575592}},"pad:IVOA_Nov24_DAL:revs:1816":{"changeset":"Z:3xn>3|21=3ou=7*7+3$ook","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745576090}},"pad:IVOA_Nov24_DAL:revs:1817":{"changeset":"Z:3xq>5|21=3ou=a*7+5$ing a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745576595}},"pad:IVOA_Nov24_DAL:revs:1818":{"changeset":"Z:3xv>3|21=3ou=f*7+3$t r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745577191}},"pad:IVOA_Nov24_DAL:revs:1819":{"changeset":"Z:3xy>4|21=3ou=i*7+4$ows ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745577700}},"pad:IVOA_Nov24_DAL:revs:1820":{"changeset":"Z:3y2>3|21=3ou=m*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745578196}},"pad:IVOA_Nov24_DAL:revs:1821":{"changeset":"Z:3y5>1|21=3ou=p*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745578699}},"pad:IVOA_Nov24_DAL:revs:1822":{"changeset":"Z:3y6>3|21=3ou=q*7+3$bsc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745579102}},"pad:IVOA_Nov24_DAL:revs:1823":{"changeset":"Z:3y9>3|21=3ou=t*7+3$ore","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745579700}},"pad:IVOA_Nov24_DAL:revs:1824":{"changeset":"Z:3yc>1|21=3ou=w*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745580503}},"pad:IVOA_Nov24_DAL:revs:1825":{"changeset":"Z:3yd>2|21=3ou=x*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745581101}},"pad:IVOA_Nov24_DAL:revs:1826":{"changeset":"Z:3yf>4|21=3ou=z*7+4$lrea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745581603}},"pad:IVOA_Nov24_DAL:revs:1827":{"changeset":"Z:3yj>3|21=3ou=13*7+3$dy ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745582105}},"pad:IVOA_Nov24_DAL:revs:1828":{"changeset":"Z:3ym>1|21=3ou=16*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745582706}},"pad:IVOA_Nov24_DAL:revs:1829":{"changeset":"Z:3yn>2|21=3ou=17*7+2$ev","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745583206}},"pad:IVOA_Nov24_DAL:revs:1830":{"changeset":"Z:3yp>5|21=3ou=19*7+5$eral ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745583709}},"pad:IVOA_Nov24_DAL:revs:1831":{"changeset":"Z:3yu>2|21=3ou=1e*7+2$di","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745584209}},"pad:IVOA_Nov24_DAL:revs:1832":{"changeset":"Z:3yw>5|21=3ou=1g*7+5$mensi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745584708}},"pad:IVOA_Nov24_DAL:revs:1833":{"changeset":"Z:3z1>4|21=3ou=1l*7+4$ons ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745585217}},"pad:IVOA_Nov24_DAL:revs:1834":{"changeset":"Z:3z5>4|21=3ou=1p*7+4$of i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745585718}},"pad:IVOA_Nov24_DAL:revs:1835":{"changeset":"Z:3z9>2|21=3ou=1t*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745586220}},"pad:IVOA_Nov24_DAL:revs:1836":{"changeset":"Z:3zb>2|1z=3kf*9=1|1=29*a=1|1=24*b=1=1t-1*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745586721}},"pad:IVOA_Nov24_DAL:revs:1837":{"changeset":"Z:3zd>5|21=3ou=1x*7+5$matio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745587220}},"pad:IVOA_Nov24_DAL:revs:1838":{"changeset":"Z:3zi>2|21=3ou=22*7+2$n,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745587727}},"pad:IVOA_Nov24_DAL:revs:1839":{"changeset":"Z:3zk>2|1z=3kf*9=1|1=29*a=1|1=24*b=1=23*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745588416}},"pad:IVOA_Nov24_DAL:revs:1840":{"changeset":"Z:3zm>1|22=3qz=1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745594126}},"pad:IVOA_Nov24_DAL:revs:1841":{"changeset":"Z:3zn>3|22=3qz=2*7+3$se ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745594627}},"pad:IVOA_Nov24_DAL:revs:1842":{"changeset":"Z:3zq>4|22=3qz=5*7+4$the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745595128}},"pad:IVOA_Nov24_DAL:revs:1843":{"changeset":"Z:3zu>2|22=3qz=9*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745595632}},"pad:IVOA_Nov24_DAL:revs:1844":{"changeset":"Z:3zw>3|22=3qz=b*7+3$man","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745596128}},"pad:IVOA_Nov24_DAL:revs:1845":{"changeset":"Z:3zz>1|22=3qz=e*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745596628}},"pad:IVOA_Nov24_DAL:revs:1846":{"changeset":"Z:400>3|22=3qz=f*7+3$ics","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745597131}},"pad:IVOA_Nov24_DAL:revs:1847":{"changeset":"Z:403>2|22=3qz=i*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745597734}},"pad:IVOA_Nov24_DAL:revs:1848":{"changeset":"Z:405<1|1z=3kf*9=1|1=29*a=1|1=24*b=1|1=24*c=1=i-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745599335}},"pad:IVOA_Nov24_DAL:revs:1849":{"changeset":"Z:404<1|1z=3kf*9=1|1=29*a=1|1=24*b=1|1=24*c=1=h-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745599837}},"pad:IVOA_Nov24_DAL:revs:1850":{"changeset":"Z:403>1|22=3qz=i*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745601841}},"pad:IVOA_Nov24_DAL:revs:1851":{"changeset":"Z:404>1|22=3qz=j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745602345}},"pad:IVOA_Nov24_DAL:revs:1852":{"changeset":"Z:405>3|22=3qz=k*7+3$col","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745602847}},"pad:IVOA_Nov24_DAL:revs:1853":{"changeset":"Z:408>3|22=3qz=n*7+3$umn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745603344}},"pad:IVOA_Nov24_DAL:revs:1854":{"changeset":"Z:40b>4|22=3qz=q*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745603870}},"pad:IVOA_Nov24_DAL:revs:1855":{"changeset":"Z:40f>3|22=3qz=u*7+3$dis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745604341}},"pad:IVOA_Nov24_DAL:revs:1856":{"changeset":"Z:40i>3|22=3qz=x*7+3$tin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745604844}},"pad:IVOA_Nov24_DAL:revs:1857":{"changeset":"Z:40l>3|22=3qz=10*7+3$gui","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745605346}},"pad:IVOA_Nov24_DAL:revs:1858":{"changeset":"Z:40o>3|22=3qz=13*7+3$sh ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745605846}},"pad:IVOA_Nov24_DAL:revs:1859":{"changeset":"Z:40r>1|22=3qz=16*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745606347}},"pad:IVOA_Nov24_DAL:revs:1860":{"changeset":"Z:40s>3|22=3qz=17*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745606849}},"pad:IVOA_Nov24_DAL:revs:1861":{"changeset":"Z:40v>2|1z=3kf*9=1|1=29*a=1|1=24*b=1|1=24*c=1=19*7|1+1*7*2*8*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745608453}},"pad:IVOA_Nov24_DAL:revs:1862":{"changeset":"Z:40x>0|23=3sa-1*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745608959}},"pad:IVOA_Nov24_DAL:revs:1863":{"changeset":"Z:40x<1|23=3sa|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745609654}},"pad:IVOA_Nov24_DAL:revs:1864":{"changeset":"Z:40w<1|1z=3kf*9=1|1=29*a=1|1=24*b=1|1=24*c=1=19|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745610153}},"pad:IVOA_Nov24_DAL:revs:1865":{"changeset":"Z:40v>2|1z=3kf*9=1|1=29*a=1|1=24*b=1|1=24*c=1=19*7|1+1*7*2*8*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745610655}},"pad:IVOA_Nov24_DAL:revs:1866":{"changeset":"Z:40x>1|23=3sa=1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745611360}},"pad:IVOA_Nov24_DAL:revs:1867":{"changeset":"Z:40y>2|23=3sa=2*7+2$dd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745611854}},"pad:IVOA_Nov24_DAL:revs:1868":{"changeset":"Z:410>4|23=3sa=4*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745612353}},"pad:IVOA_Nov24_DAL:revs:1869":{"changeset":"Z:414>1|23=3sa=8*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745613455}},"pad:IVOA_Nov24_DAL:revs:1870":{"changeset":"Z:415>3|23=3sa=9*7+3$xtr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745613957}},"pad:IVOA_Nov24_DAL:revs:1871":{"changeset":"Z:418>1|23=3sa=c*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745614459}},"pad:IVOA_Nov24_DAL:revs:1872":{"changeset":"Z:419>4|23=3sa=d*7+4$ col","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745615179}},"pad:IVOA_Nov24_DAL:revs:1873":{"changeset":"Z:41d>3|23=3sa=h*7+3$umn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745615457}},"pad:IVOA_Nov24_DAL:revs:1874":{"changeset":"Z:41g>4|23=3sa=k*7+4$s no","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745615965}},"pad:IVOA_Nov24_DAL:revs:1875":{"changeset":"Z:41k>5|23=3sa=o*7+5$t pre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745616463}},"pad:IVOA_Nov24_DAL:revs:1876":{"changeset":"Z:41p>2|23=3sa=t*7+2$fe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745616966}},"pad:IVOA_Nov24_DAL:revs:1877":{"changeset":"Z:41r>1|23=3sa=v*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745617568}},"pad:IVOA_Nov24_DAL:revs:1878":{"changeset":"Z:41s>3|23=3sa=w*7+3$red","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745618069}},"pad:IVOA_Nov24_DAL:revs:1879":{"changeset":"Z:41v>3|23=3sa=z*7+3$ un","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745618570}},"pad:IVOA_Nov24_DAL:revs:1880":{"changeset":"Z:41y>3|23=3sa=12*7+3$les","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745619071}},"pad:IVOA_Nov24_DAL:revs:1881":{"changeset":"Z:421>4|23=3sa=15*7+4$s ne","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745619572}},"pad:IVOA_Nov24_DAL:revs:1882":{"changeset":"Z:425>2|23=3sa=19*7+2$ce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745620079}},"pad:IVOA_Nov24_DAL:revs:1883":{"changeset":"Z:427>5|23=3sa=1b*7+5$ssary","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745620578}},"pad:IVOA_Nov24_DAL:revs:1884":{"changeset":"Z:42c>1|23=3sa=1g*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745621075}},"pad:IVOA_Nov24_DAL:revs:1885":{"changeset":"Z:42d<19|1z=3kf*9=1|1=29*a=1|1=24*b=1|1=24*c=1-19|1=1*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745624183}},"pad:IVOA_Nov24_DAL:revs:1886":{"changeset":"Z:414<1|22=3qz-1|1=1*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745624683}},"pad:IVOA_Nov24_DAL:revs:1887":{"changeset":"Z:413<1|1z=3kf*9=1|1=29*a=1|1=24*b=1=23|1-1|1=1*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745625380}},"pad:IVOA_Nov24_DAL:revs:1888":{"changeset":"Z:412>2|1z=3kf*9=1|1=29*a=1|1=24*b=1|1=24*c=1=1g*7|1+1*7*2*8*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745626283}},"pad:IVOA_Nov24_DAL:revs:1889":{"changeset":"Z:414<1|23=3sh-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745630885}},"pad:IVOA_Nov24_DAL:revs:1890":{"changeset":"Z:413>1|23=3sh*7+1$R","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745632391}},"pad:IVOA_Nov24_DAL:revs:1891":{"changeset":"Z:414>2|23=3sh=1*7+2$eq","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745632890}},"pad:IVOA_Nov24_DAL:revs:1892":{"changeset":"Z:416>4|23=3sh=3*7+4$uire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745633389}},"pad:IVOA_Nov24_DAL:revs:1893":{"changeset":"Z:41a>4|23=3sh=7*7+4$ment","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745633890}},"pad:IVOA_Nov24_DAL:revs:1894":{"changeset":"Z:41e>2|23=3sh=b*7|1+2$s\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745634394}},"pad:IVOA_Nov24_DAL:revs:1895":{"changeset":"Z:41g>1|24=3su*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745637589}},"pad:IVOA_Nov24_DAL:revs:1896":{"changeset":"Z:41h>1|24=3su=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745643700}},"pad:IVOA_Nov24_DAL:revs:1897":{"changeset":"Z:41i>2|24=3su=2*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745644201}},"pad:IVOA_Nov24_DAL:revs:1898":{"changeset":"Z:41k>4|24=3su=4*7+4$ving","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745644803}},"pad:IVOA_Nov24_DAL:revs:1899":{"changeset":"Z:41o>3|24=3su=8*7+3$ da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745645304}},"pad:IVOA_Nov24_DAL:revs:1900":{"changeset":"Z:41r>5|24=3su=b*7+5$ta fr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745645807,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15},"nextNum":16},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data fr\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7+f*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:1901":{"changeset":"Z:41w>4|24=3su=g*7+4$om m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745646307}},"pad:IVOA_Nov24_DAL:revs:1902":{"changeset":"Z:420>4|24=3su=k*7+4$ulti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745646807}},"pad:IVOA_Nov24_DAL:revs:1903":{"changeset":"Z:424>4|24=3su=o*7+4$ple ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745647311}},"pad:IVOA_Nov24_DAL:revs:1904":{"changeset":"Z:428>3|24=3su=s*7+3$prl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745647810}},"pad:IVOA_Nov24_DAL:revs:1905":{"changeset":"Z:42b<2|24=3su*9=1=s-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745648312}},"pad:IVOA_Nov24_DAL:revs:1906":{"changeset":"Z:429>4|24=3su=t*7+4$lace","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745648812}},"pad:IVOA_Nov24_DAL:revs:1907":{"changeset":"Z:42d>3|24=3su=x*7+3$s, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745649312}},"pad:IVOA_Nov24_DAL:revs:1908":{"changeset":"Z:42g>4|24=3su=10*7+4$one ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745649821}},"pad:IVOA_Nov24_DAL:revs:1909":{"changeset":"Z:42k>4|24=3su=14*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745650415}},"pad:IVOA_Nov24_DAL:revs:1910":{"changeset":"Z:42o>2|24=3su=18*7+2$di","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745650817}},"pad:IVOA_Nov24_DAL:revs:1911":{"changeset":"Z:42q>2|24=3su=1a*7+2$sc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745651317}},"pad:IVOA_Nov24_DAL:revs:1912":{"changeset":"Z:42s>4|24=3su=1c*7+4$over","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745651819}},"pad:IVOA_Nov24_DAL:revs:1913":{"changeset":"Z:42w>2|24=3su=1g*7+2$y,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745652415}},"pad:IVOA_Nov24_DAL:revs:1914":{"changeset":"Z:42y>1|24=3su=1i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745652921}},"pad:IVOA_Nov24_DAL:revs:1915":{"changeset":"Z:42z>1|24=3su=1j*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745653422}},"pad:IVOA_Nov24_DAL:revs:1916":{"changeset":"Z:430>3|24=3su=1k*7+3$vai","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745653921}},"pad:IVOA_Nov24_DAL:revs:1917":{"changeset":"Z:433>3|24=3su=1n*7+3$lab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745654420}},"pad:IVOA_Nov24_DAL:revs:1918":{"changeset":"Z:436>4|24=3su=1q*7+4$le i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745654923}},"pad:IVOA_Nov24_DAL:revs:1919":{"changeset":"Z:43a>4|24=3su=1u*7+4$n mu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745655424}},"pad:IVOA_Nov24_DAL:revs:1920":{"changeset":"Z:43e>2|24=3su=1y*7+2$li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745655924}},"pad:IVOA_Nov24_DAL:revs:1921":{"changeset":"Z:43g>1|24=3su*9=1=1y-1*7+2$ti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745656424}},"pad:IVOA_Nov24_DAL:revs:1922":{"changeset":"Z:43h>3|24=3su=21*7+3$ple","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745656925}},"pad:IVOA_Nov24_DAL:revs:1923":{"changeset":"Z:43k>3|24=3su=24*7+3$ lo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745657426}},"pad:IVOA_Nov24_DAL:revs:1924":{"changeset":"Z:43n>3|24=3su=27*7+3$cat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745657925}},"pad:IVOA_Nov24_DAL:revs:1925":{"changeset":"Z:43q>3|24=3su=2a*7+3$ion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745658425}},"pad:IVOA_Nov24_DAL:revs:1926":{"changeset":"Z:43t>4|24=3su=2d*7+4$s, d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745658926}},"pad:IVOA_Nov24_DAL:revs:1927":{"changeset":"Z:43x>3|24=3su=2h*7+3$epe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745659427}},"pad:IVOA_Nov24_DAL:revs:1928":{"changeset":"Z:440>6|24=3su=2k*7+6$nding ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745659931}},"pad:IVOA_Nov24_DAL:revs:1929":{"changeset":"Z:446>3|24=3su=2q*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745660430}},"pad:IVOA_Nov24_DAL:revs:1930":{"changeset":"Z:449>3|24=3su=2t*7+3$geo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745660931}},"pad:IVOA_Nov24_DAL:revs:1931":{"changeset":"Z:44c>4|24=3su=2w*7+4$grap","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745661430}},"pad:IVOA_Nov24_DAL:revs:1932":{"changeset":"Z:44g>3|24=3su=30*7+3$hic","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745661931}},"pad:IVOA_Nov24_DAL:revs:1933":{"changeset":"Z:44j>1|24=3su=33*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745662433}},"pad:IVOA_Nov24_DAL:revs:1934":{"changeset":"Z:44k>4|24=3su=34*7+4$loca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745662938}},"pad:IVOA_Nov24_DAL:revs:1935":{"changeset":"Z:44o>3|24=3su=38*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745663439}},"pad:IVOA_Nov24_DAL:revs:1936":{"changeset":"Z:44r>3|24=3su=3b*7+3$n, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745663940}},"pad:IVOA_Nov24_DAL:revs:1937":{"changeset":"Z:44u>1|24=3su=3e*7+1$(","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745665039}},"pad:IVOA_Nov24_DAL:revs:1938":{"changeset":"Z:44v>2|24=3su=3f*7+2$mi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745665544}},"pad:IVOA_Nov24_DAL:revs:1939":{"changeset":"Z:44x>2|24=3su=3h*7+2$rr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745666049}},"pad:IVOA_Nov24_DAL:revs:1940":{"changeset":"Z:44z>3|24=3su=3j*7+3$ors","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745666548}},"pad:IVOA_Nov24_DAL:revs:1941":{"changeset":"Z:452>2|24=3su=3m*7+2$) ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745667047}},"pad:IVOA_Nov24_DAL:revs:1942":{"changeset":"Z:454<1|24=3su*9=1=3m-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745668059}},"pad:IVOA_Nov24_DAL:revs:1943":{"changeset":"Z:453>2|24=3su=3n*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745668558}},"pad:IVOA_Nov24_DAL:revs:1944":{"changeset":"Z:455>1|24=3su=3p*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745669248}},"pad:IVOA_Nov24_DAL:revs:1945":{"changeset":"Z:456>3|24=3su=3q*7+3$vai","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745669748}},"pad:IVOA_Nov24_DAL:revs:1946":{"changeset":"Z:459>1|24=3su=3t*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745670248}},"pad:IVOA_Nov24_DAL:revs:1947":{"changeset":"Z:45a<3|24=3su*9=1=3q-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745670757}},"pad:IVOA_Nov24_DAL:revs:1948":{"changeset":"Z:457>0|24=3su*9=1=3p-1*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745671249}},"pad:IVOA_Nov24_DAL:revs:1949":{"changeset":"Z:457>3|24=3su=3r*7+3$so ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745671750}},"pad:IVOA_Nov24_DAL:revs:1950":{"changeset":"Z:45a>2|24=3su=3u*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745672349}},"pad:IVOA_Nov24_DAL:revs:1951":{"changeset":"Z:45c>4|24=3su=3w*7+4$-pre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745672849}},"pad:IVOA_Nov24_DAL:revs:1952":{"changeset":"Z:45g>4|24=3su=40*7+4$m an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745673351}},"pad:IVOA_Nov24_DAL:revs:1953":{"changeset":"Z:45k>3|24=3su=44*7+3$d c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745673861}},"pad:IVOA_Nov24_DAL:revs:1954":{"changeset":"Z:45n>3|24=3su=47*7+3$lou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745674362}},"pad:IVOA_Nov24_DAL:revs:1955":{"changeset":"Z:45q>1|24=3su=4a*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745674865}},"pad:IVOA_Nov24_DAL:revs:1956":{"changeset":"Z:45r>2|24=3su*9=1=4a*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745677763}},"pad:IVOA_Nov24_DAL:revs:1957":{"changeset":"Z:45t>1|25=3x6=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745678265}},"pad:IVOA_Nov24_DAL:revs:1958":{"changeset":"Z:45u>4|25=3x6=2*7+4$lien","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745678768}},"pad:IVOA_Nov24_DAL:revs:1959":{"changeset":"Z:45y>3|25=3x6=6*7+3$t n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745679265}},"pad:IVOA_Nov24_DAL:revs:1960":{"changeset":"Z:461>3|25=3x6=9*7+3$eed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745679765}},"pad:IVOA_Nov24_DAL:revs:1961":{"changeset":"Z:464>5|25=3x6=c*7+5$s to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745680269}},"pad:IVOA_Nov24_DAL:revs:1962":{"changeset":"Z:469>2|25=3x6=h*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745680869}},"pad:IVOA_Nov24_DAL:revs:1963":{"changeset":"Z:46b>5|25=3x6=j*7+5$e the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745681367}},"pad:IVOA_Nov24_DAL:revs:1964":{"changeset":"Z:46g>3|25=3x6=o*7+3$se ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745681869}},"pad:IVOA_Nov24_DAL:revs:1965":{"changeset":"Z:46j>1|25=3x6=r*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745682371}},"pad:IVOA_Nov24_DAL:revs:1966":{"changeset":"Z:46k>2|25=3x6=s*7+2$pt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745682874}},"pad:IVOA_Nov24_DAL:revs:1967":{"changeset":"Z:46m>4|25=3x6=u*7+4$ions","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745683373}},"pad:IVOA_Nov24_DAL:revs:1968":{"changeset":"Z:46q>0|24=3su*9=1|1=4b*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745683873}},"pad:IVOA_Nov24_DAL:revs:1969":{"changeset":"Z:46q>1|25=3x6=y*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745685377}},"pad:IVOA_Nov24_DAL:revs:1970":{"changeset":"Z:46r>1|25=3x6=z*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745685872}},"pad:IVOA_Nov24_DAL:revs:1971":{"changeset":"Z:46s<1|24=3su*9=1|1=4b*9=1=y-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745686374}},"pad:IVOA_Nov24_DAL:revs:1972":{"changeset":"Z:46r<1|24=3su*9=1|1=4b*9=1=x-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745686881}},"pad:IVOA_Nov24_DAL:revs:1973":{"changeset":"Z:46q>2|24=3su*9=1|1=4b*9=1=x*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745687377}},"pad:IVOA_Nov24_DAL:revs:1974":{"changeset":"Z:46s>0|24=3su*9=1|1=4b*9=1|1=y*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745687886}},"pad:IVOA_Nov24_DAL:revs:1975":{"changeset":"Z:46s>1|26=3y5=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745691180}},"pad:IVOA_Nov24_DAL:revs:1976":{"changeset":"Z:46t>2|26=3y5=2*7+2$et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745691589}},"pad:IVOA_Nov24_DAL:revs:1977":{"changeset":"Z:46v>1|26=3y5=4*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745692282}},"pad:IVOA_Nov24_DAL:revs:1978":{"changeset":"Z:46w>2|26=3y5=5*7+2$an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745692786}},"pad:IVOA_Nov24_DAL:revs:1979":{"changeset":"Z:46y>1|26=3y5=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745693385}},"pad:IVOA_Nov24_DAL:revs:1980":{"changeset":"Z:46z>2|26=3y5=8*7+2$ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745693884}},"pad:IVOA_Nov24_DAL:revs:1981":{"changeset":"Z:471>2|26=3y5=a*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745694385}},"pad:IVOA_Nov24_DAL:revs:1982":{"changeset":"Z:473>2|26=3y5=c*7+2$ap","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745694886}},"pad:IVOA_Nov24_DAL:revs:1983":{"changeset":"Z:475>1|26=3y5=e*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745695695}},"pad:IVOA_Nov24_DAL:revs:1984":{"changeset":"Z:476>1|26=3y5=f*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745697187}},"pad:IVOA_Nov24_DAL:revs:1985":{"changeset":"Z:477>1|26=3y5=g*7+1$x","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745697791}},"pad:IVOA_Nov24_DAL:revs:1986":{"changeset":"Z:478>1|26=3y5=h*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745698397}},"pad:IVOA_Nov24_DAL:revs:1987":{"changeset":"Z:479>1|26=3y5=i*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745699000}},"pad:IVOA_Nov24_DAL:revs:1988":{"changeset":"Z:47a>1|26=3y5=j*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745699491}},"pad:IVOA_Nov24_DAL:revs:1989":{"changeset":"Z:47b>3|26=3y5=k*7+3$ap ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745699997}},"pad:IVOA_Nov24_DAL:revs:1990":{"changeset":"Z:47e>4|26=3y5=n*7+4$tabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745700493}},"pad:IVOA_Nov24_DAL:revs:1991":{"changeset":"Z:47i>1|26=3y5=r*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745700996}},"pad:IVOA_Nov24_DAL:revs:1992":{"changeset":"Z:47j>2|24=3su*9=1|1=4b*9=1|1=y*a=1=r*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745702997}},"pad:IVOA_Nov24_DAL:revs:1993":{"changeset":"Z:47l>0|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745705209}},"pad:IVOA_Nov24_DAL:revs:1994":{"changeset":"Z:47l>1|27=3yy=1*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745706602}},"pad:IVOA_Nov24_DAL:revs:1995":{"changeset":"Z:47m>2|27=3yy=2*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745707105}},"pad:IVOA_Nov24_DAL:revs:1996":{"changeset":"Z:47o>3|27=3yy=4*7+3$ re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745707606}},"pad:IVOA_Nov24_DAL:revs:1997":{"changeset":"Z:47r>2|27=3yy=7*7+2$su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745708111}},"pad:IVOA_Nov24_DAL:revs:1998":{"changeset":"Z:47t>4|27=3yy=9*7+4$lt, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745708610}},"pad:IVOA_Nov24_DAL:revs:1999":{"changeset":"Z:47x>1|27=3yy=d*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745709307}},"pad:IVOA_Nov24_DAL:revs:2000":{"changeset":"Z:47y>5|27=3yy=e*7+5$lient","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745709809,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15},"nextNum":16},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7+i*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2001":{"changeset":"Z:483>3|27=3yy=j*7+3$ se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745710308}},"pad:IVOA_Nov24_DAL:revs:2002":{"changeset":"Z:486>2|27=3yy=m*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745710809}},"pad:IVOA_Nov24_DAL:revs:2003":{"changeset":"Z:488>3|27=3yy=o*7+3$ de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745711312}},"pad:IVOA_Nov24_DAL:revs:2004":{"changeset":"Z:48b>5|27=3yy=r*7+5$fault","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745711912}},"pad:IVOA_Nov24_DAL:revs:2005":{"changeset":"Z:48g>5|27=3yy=w*7+5$ and ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745712412}},"pad:IVOA_Nov24_DAL:revs:2006":{"changeset":"Z:48l>3|27=3yy=11*7+3$alt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745712912}},"pad:IVOA_Nov24_DAL:revs:2007":{"changeset":"Z:48o>4|27=3yy=14*7+4$ way","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745713412}},"pad:IVOA_Nov24_DAL:revs:2008":{"changeset":"Z:48s>4|27=3yy=18*7+4$s to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745713913}},"pad:IVOA_Nov24_DAL:revs:2009":{"changeset":"Z:48w>4|27=3yy=1c*7+4$ get","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745714413}},"pad:IVOA_Nov24_DAL:revs:2010":{"changeset":"Z:490>4|27=3yy=1g*7+4$ dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745714915}},"pad:IVOA_Nov24_DAL:revs:2011":{"changeset":"Z:494>3|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1=1j*7|1+2*7*2*d*3*a+1$a\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745715414}},"pad:IVOA_Nov24_DAL:revs:2012":{"changeset":"Z:497>1|28=40k=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745715915}},"pad:IVOA_Nov24_DAL:revs:2013":{"changeset":"Z:498>4|28=40k=2*7+4$lien","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745716416}},"pad:IVOA_Nov24_DAL:revs:2014":{"changeset":"Z:49c>5|28=40k=6*7+5$t mak","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745716917}},"pad:IVOA_Nov24_DAL:revs:2015":{"changeset":"Z:49h>5|28=40k=b*7+5$es a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745717417}},"pad:IVOA_Nov24_DAL:revs:2016":{"changeset":"Z:49m>3|28=40k=g*7+3$cho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745717917}},"pad:IVOA_Nov24_DAL:revs:2017":{"changeset":"Z:49p>3|28=40k=j*7+3$ice","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745718420}},"pad:IVOA_Nov24_DAL:revs:2018":{"changeset":"Z:49s>4|28=40k=m*7+4$, se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745718919}},"pad:IVOA_Nov24_DAL:revs:2019":{"changeset":"Z:49w>3|28=40k=q*7+3$nd ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745719418}},"pad:IVOA_Nov24_DAL:revs:2020":{"changeset":"Z:49z>0|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1=r-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745719923}},"pad:IVOA_Nov24_DAL:revs:2021":{"changeset":"Z:49z>2|28=40k=t*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745720423}},"pad:IVOA_Nov24_DAL:revs:2022":{"changeset":"Z:4a1>3|28=40k=v*7+3$hat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745720927}},"pad:IVOA_Nov24_DAL:revs:2023":{"changeset":"Z:4a4>1|28=40k=y*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745721428}},"pad:IVOA_Nov24_DAL:revs:2024":{"changeset":"Z:4a5>1|28=40k=z*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745722278}},"pad:IVOA_Nov24_DAL:revs:2025":{"changeset":"Z:4a6>2|28=40k=10*7+2$eq","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745722833}},"pad:IVOA_Nov24_DAL:revs:2026":{"changeset":"Z:4a8>2|28=40k=12*7+2$ue","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745723333}},"pad:IVOA_Nov24_DAL:revs:2027":{"changeset":"Z:4aa>4|28=40k=14*7+4$st, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745723838}},"pad:IVOA_Nov24_DAL:revs:2028":{"changeset":"Z:4ae>3|28=40k=18*7+3$get","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745724338}},"pad:IVOA_Nov24_DAL:revs:2029":{"changeset":"Z:4ah>1|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1=1a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745724842}},"pad:IVOA_Nov24_DAL:revs:2030":{"changeset":"Z:4ai>2|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1=1a-1*7+3$s t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745725444}},"pad:IVOA_Nov24_DAL:revs:2031":{"changeset":"Z:4ak>3|28=40k=1e*7+3$he ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745725846}},"pad:IVOA_Nov24_DAL:revs:2032":{"changeset":"Z:4an>3|28=40k=1h*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745726448}},"pad:IVOA_Nov24_DAL:revs:2033":{"changeset":"Z:4aq>5|28=40k=1k*7+5$a fro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745726848}},"pad:IVOA_Nov24_DAL:revs:2034":{"changeset":"Z:4av>4|28=40k=1p*7+4$m wh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745727444}},"pad:IVOA_Nov24_DAL:revs:2035":{"changeset":"Z:4az>5|28=40k=1t*7+5$ere t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745727945}},"pad:IVOA_Nov24_DAL:revs:2036":{"changeset":"Z:4b4>4|28=40k=1y*7+4$hey ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745728445}},"pad:IVOA_Nov24_DAL:revs:2037":{"changeset":"Z:4b8>4|28=40k=22*7+4$want","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745728948}},"pad:IVOA_Nov24_DAL:revs:2038":{"changeset":"Z:4bc>2|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1=25*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745729446}},"pad:IVOA_Nov24_DAL:revs:2039":{"changeset":"Z:4be>1|29=42r=1*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745731652}},"pad:IVOA_Nov24_DAL:revs:2040":{"changeset":"Z:4bf>2|29=42r=2*7+2$or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745732153}},"pad:IVOA_Nov24_DAL:revs:2041":{"changeset":"Z:4bh>3|29=42r=4*7+3$nax","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745732652}},"pad:IVOA_Nov24_DAL:revs:2042":{"changeset":"Z:4bk>3|29=42r=7*7+3$ us","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745733151}},"pad:IVOA_Nov24_DAL:revs:2043":{"changeset":"Z:4bn>4|29=42r=a*7+4$e ca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745733657}},"pad:IVOA_Nov24_DAL:revs:2044":{"changeset":"Z:4br>4|29=42r=e*7+4$se, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745734157}},"pad:IVOA_Nov24_DAL:revs:2045":{"changeset":"Z:4bv>4|29=42r=i*7+4$but ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745734655}},"pad:IVOA_Nov24_DAL:revs:2046":{"changeset":"Z:4bz>4|29=42r=m*7+4$also","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745735161}},"pad:IVOA_Nov24_DAL:revs:2047":{"changeset":"Z:4c3>5|29=42r=q*7+5$ a ge","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745735660}},"pad:IVOA_Nov24_DAL:revs:2048":{"changeset":"Z:4c8>3|29=42r=v*7+3$ner","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745736159}},"pad:IVOA_Nov24_DAL:revs:2049":{"changeset":"Z:4cb>3|29=42r=y*7+3$ic ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745736660}},"pad:IVOA_Nov24_DAL:revs:2050":{"changeset":"Z:4ce>4|29=42r=11*7+4$prob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745737166}},"pad:IVOA_Nov24_DAL:revs:2051":{"changeset":"Z:4ci>3|29=42r=15*7+3$lem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745737666}},"pad:IVOA_Nov24_DAL:revs:2052":{"changeset":"Z:4cl>2|29=42r=18*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745738167}},"pad:IVOA_Nov24_DAL:revs:2053":{"changeset":"Z:4cn>1|29=42r=1a*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745738667}},"pad:IVOA_Nov24_DAL:revs:2054":{"changeset":"Z:4co>4|29=42r=1b*7+4$eo a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745739675}},"pad:IVOA_Nov24_DAL:revs:2055":{"changeset":"Z:4cs>4|29=42r=1f*7+4$nd d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745740170}},"pad:IVOA_Nov24_DAL:revs:2056":{"changeset":"Z:4cw>3|29=42r=1j*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745740666}},"pad:IVOA_Nov24_DAL:revs:2057":{"changeset":"Z:4cz>1|29=42r=1m*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745741166}},"pad:IVOA_Nov24_DAL:revs:2058":{"changeset":"Z:4d0>1|29=42r=1n*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745742370}},"pad:IVOA_Nov24_DAL:revs:2059":{"changeset":"Z:4d1>3|29=42r=1o*7+3$ave","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745742870}},"pad:IVOA_Nov24_DAL:revs:2060":{"changeset":"Z:4d4>3|29=42r=1r*7+3$ lo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745743370}},"pad:IVOA_Nov24_DAL:revs:2061":{"changeset":"Z:4d7>2|29=42r=1u*7+2$ca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745743969}},"pad:IVOA_Nov24_DAL:revs:2062":{"changeset":"Z:4d9>5|29=42r=1w*7+5$tions","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745744470}},"pad:IVOA_Nov24_DAL:revs:2063":{"changeset":"Z:4de>2|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1|1=26*b=1=20*7|1+1*7*2*d*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745744972}},"pad:IVOA_Nov24_DAL:revs:2064":{"changeset":"Z:4dg>1|2a=44t=1*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745746983}},"pad:IVOA_Nov24_DAL:revs:2065":{"changeset":"Z:4dh>3|2a=44t=2*7+3$lie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745747484}},"pad:IVOA_Nov24_DAL:revs:2066":{"changeset":"Z:4dk>3|2a=44t=5*7+3$nts","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745747993}},"pad:IVOA_Nov24_DAL:revs:2067":{"changeset":"Z:4dn>1|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1|1=26*b=1|1=21*c=1=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745748489}},"pad:IVOA_Nov24_DAL:revs:2068":{"changeset":"Z:4do>3|2a=44t=9*7+3$sho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745748986}},"pad:IVOA_Nov24_DAL:revs:2069":{"changeset":"Z:4dr>4|2a=44t=c*7+4$uld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745749485}},"pad:IVOA_Nov24_DAL:revs:2070":{"changeset":"Z:4dv>3|2a=44t=g*7+3$nee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745749994}},"pad:IVOA_Nov24_DAL:revs:2071":{"changeset":"Z:4dy>4|2a=44t=j*7+4$d to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745750520}},"pad:IVOA_Nov24_DAL:revs:2072":{"changeset":"Z:4e2>4|2a=44t=n*7+4$ pre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745750993}},"pad:IVOA_Nov24_DAL:revs:2073":{"changeset":"Z:4e6>1|2a=44t=r*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745751597}},"pad:IVOA_Nov24_DAL:revs:2074":{"changeset":"Z:4e7>2|2a=44t=s*7+2$kn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745752095}},"pad:IVOA_Nov24_DAL:revs:2075":{"changeset":"Z:4e9>4|2a=44t=u*7+4$ow d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745752601}},"pad:IVOA_Nov24_DAL:revs:2076":{"changeset":"Z:4ed>4|2a=44t=y*7+4$ata ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745753096}},"pad:IVOA_Nov24_DAL:revs:2077":{"changeset":"Z:4eh>1|2a=44t=12*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745753598}},"pad:IVOA_Nov24_DAL:revs:2078":{"changeset":"Z:4ei>5|2a=44t=13*7+5$ocati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745754098}},"pad:IVOA_Nov24_DAL:revs:2079":{"changeset":"Z:4en>3|2a=44t=18*7+3$ons","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745754604}},"pad:IVOA_Nov24_DAL:revs:2080":{"changeset":"Z:4eq>2|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1|1=26*b=1|1=21*c=1=1a*7|1+1*7*2*d*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745755100}},"pad:IVOA_Nov24_DAL:revs:2081":{"changeset":"Z:4es>0|24=3su*9=1|1=4b*9=1|1=y*a=1|1=s*9=1|1=1l*a=1|1=26*b=1|1=21*c=1|1=1b*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745755894}},"pad:IVOA_Nov24_DAL:revs:2082":{"changeset":"Z:4es<1|2b=465-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745762704}},"pad:IVOA_Nov24_DAL:revs:2083":{"changeset":"Z:4er>1|2b=465*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745764018}},"pad:IVOA_Nov24_DAL:revs:2084":{"changeset":"Z:4es>2|2b=465=1*7+2$xa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745764614}},"pad:IVOA_Nov24_DAL:revs:2085":{"changeset":"Z:4eu>4|2b=465=3*7+4$mple","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745765016}},"pad:IVOA_Nov24_DAL:revs:2086":{"changeset":"Z:4ey>1|2b=465=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745765518}},"pad:IVOA_Nov24_DAL:revs:2087":{"changeset":"Z:4ez>5|2b=465=8*7+5$with ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745766016}},"pad:IVOA_Nov24_DAL:revs:2088":{"changeset":"Z:4f4>1|2b=465=d*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745766616}},"pad:IVOA_Nov24_DAL:revs:2089":{"changeset":"Z:4f5>3|2b=465=e*7+3$yth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745767121}},"pad:IVOA_Nov24_DAL:revs:2090":{"changeset":"Z:4f8>2|2b=465=h*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745767618}},"pad:IVOA_Nov24_DAL:revs:2091":{"changeset":"Z:4fa>1|2b=465=j*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745768119}},"pad:IVOA_Nov24_DAL:revs:2092":{"changeset":"Z:4fb>1|2c=46p*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745768624}},"pad:IVOA_Nov24_DAL:revs:2093":{"changeset":"Z:4fc>1|2c=46p=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745770825}},"pad:IVOA_Nov24_DAL:revs:2094":{"changeset":"Z:4fd>2|2c=46p=2*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745771320}},"pad:IVOA_Nov24_DAL:revs:2095":{"changeset":"Z:4ff>3|2c=46p=4*7+3$ a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745771821}},"pad:IVOA_Nov24_DAL:revs:2096":{"changeset":"Z:4fi>1|2c=46p=7*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745772322}},"pad:IVOA_Nov24_DAL:revs:2097":{"changeset":"Z:4fj>3|2c=46p=8*7+3$get","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745772825}},"pad:IVOA_Nov24_DAL:revs:2098":{"changeset":"Z:4fm>3|2c=46p=b*7+3$_da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745773421}},"pad:IVOA_Nov24_DAL:revs:2099":{"changeset":"Z:4fp>2|2c=46p=e*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745773923}},"pad:IVOA_Nov24_DAL:revs:2100":{"changeset":"Z:4fr>2|2c=46p=g*7+2$_p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745774423,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15},"nextNum":16},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_p\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7+h*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2101":{"changeset":"Z:4ft<1|2c=46p*9=1=g-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745775026}},"pad:IVOA_Nov24_DAL:revs:2102":{"changeset":"Z:4fs>2|2c=46p=h*7+2$op","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745775525}},"pad:IVOA_Nov24_DAL:revs:2103":{"changeset":"Z:4fu>3|2c=46p=j*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745776029}},"pad:IVOA_Nov24_DAL:revs:2104":{"changeset":"Z:4fx>2|2c=46p=m*7+2$ns","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745776532}},"pad:IVOA_Nov24_DAL:revs:2105":{"changeset":"Z:4fz>2|2c=46p=o*7+2$()","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745777035}},"pad:IVOA_Nov24_DAL:revs:2106":{"changeset":"Z:4g1>2|2c=46p*9=1=p*7|1+1*7*2*d*3*9+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745777535}},"pad:IVOA_Nov24_DAL:revs:2107":{"changeset":"Z:4g3>1|2d=47g=1*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745778737}},"pad:IVOA_Nov24_DAL:revs:2108":{"changeset":"Z:4g4>2|2d=47g=2*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745779238}},"pad:IVOA_Nov24_DAL:revs:2109":{"changeset":"Z:4g6>1|2d=47g=4*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745780345}},"pad:IVOA_Nov24_DAL:revs:2110":{"changeset":"Z:4g7>3|2d=47g=5*7+3$pec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745780850}},"pad:IVOA_Nov24_DAL:revs:2111":{"changeset":"Z:4ga>5|2d=47g=8*7+5$ifica","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745781347}},"pad:IVOA_Nov24_DAL:revs:2112":{"changeset":"Z:4gf>3|2d=47g=d*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745781849}},"pad:IVOA_Nov24_DAL:revs:2113":{"changeset":"Z:4gi>3|2d=47g=g*7+3$n, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745782349}},"pad:IVOA_Nov24_DAL:revs:2114":{"changeset":"Z:4gl>3|2d=47g=j*7+3$get","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745782951}},"pad:IVOA_Nov24_DAL:revs:2115":{"changeset":"Z:4go>3|2d=47g=m*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745783445}},"pad:IVOA_Nov24_DAL:revs:2116":{"changeset":"Z:4gr>3|2d=47g=p*7+3$e d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745783945}},"pad:IVOA_Nov24_DAL:revs:2117":{"changeset":"Z:4gu>4|2d=47g=s*7+4$efau","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745784447}},"pad:IVOA_Nov24_DAL:revs:2118":{"changeset":"Z:4gy>4|2d=47g=w*7+4$lt, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745784953}},"pad:IVOA_Nov24_DAL:revs:2119":{"changeset":"Z:4h2>1|2d=47g=10*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745785453}},"pad:IVOA_Nov24_DAL:revs:2120":{"changeset":"Z:4h3>4|2d=47g=11*7+4$ther","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745785954}},"pad:IVOA_Nov24_DAL:revs:2121":{"changeset":"Z:4h7>4|2d=47g=15*7+4$wise","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745786452}},"pad:IVOA_Nov24_DAL:revs:2122":{"changeset":"Z:4hb>3|2d=47g=19*7+3$, g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745786949}},"pad:IVOA_Nov24_DAL:revs:2123":{"changeset":"Z:4he>3|2d=47g=1c*7+3$et ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745787449}},"pad:IVOA_Nov24_DAL:revs:2124":{"changeset":"Z:4hh>1|2d=47g=1f*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745788959}},"pad:IVOA_Nov24_DAL:revs:2125":{"changeset":"Z:4hi>3|2d=47g=1g*7+3$ li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745789458}},"pad:IVOA_Nov24_DAL:revs:2126":{"changeset":"Z:4hl>4|2d=47g=1j*7+4$nk f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745789961}},"pad:IVOA_Nov24_DAL:revs:2127":{"changeset":"Z:4hp>6|2d=47g=1n*7+6$or tha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745790554}},"pad:IVOA_Nov24_DAL:revs:2128":{"changeset":"Z:4hv>3|2d=47g=1t*7+3$t l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745791057}},"pad:IVOA_Nov24_DAL:revs:2129":{"changeset":"Z:4hy>3|2d=47g=1w*7+3$oca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745791557}},"pad:IVOA_Nov24_DAL:revs:2130":{"changeset":"Z:4i1>2|2d=47g=1z*7+2$ti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745792055}},"pad:IVOA_Nov24_DAL:revs:2131":{"changeset":"Z:4i3>2|2d=47g=21*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745792556}},"pad:IVOA_Nov24_DAL:revs:2132":{"changeset":"Z:4i5>2|2c=46p*9=1|1=q*9=1=22*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745793058}},"pad:IVOA_Nov24_DAL:revs:2133":{"changeset":"Z:4i7>1|2e=49k=1*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745795760}},"pad:IVOA_Nov24_DAL:revs:2134":{"changeset":"Z:4i8>5|2e=49k=2*7+5$hoice","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745796263}},"pad:IVOA_Nov24_DAL:revs:2135":{"changeset":"Z:4id>1|2e=49k=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745796863}},"pad:IVOA_Nov24_DAL:revs:2136":{"changeset":"Z:4ie>2|2e=49k=8*7+2$by","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745797364}},"pad:IVOA_Nov24_DAL:revs:2137":{"changeset":"Z:4ig>5|2e=49k=a*7+5$ the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745797879}},"pad:IVOA_Nov24_DAL:revs:2138":{"changeset":"Z:4il>2|2e=49k=f*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745798366}},"pad:IVOA_Nov24_DAL:revs:2139":{"changeset":"Z:4in>3|2e=49k=h*7+3$der","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745798866}},"pad:IVOA_Nov24_DAL:revs:2140":{"changeset":"Z:4iq>2|2c=46p*9=1|1=q*9=1|1=23*a=1=j*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745799874}},"pad:IVOA_Nov24_DAL:revs:2141":{"changeset":"Z:4is>1|2f=4a5=1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745801673}},"pad:IVOA_Nov24_DAL:revs:2142":{"changeset":"Z:4it>5|2f=4a5=2*7+5$oes i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745802181}},"pad:IVOA_Nov24_DAL:revs:2143":{"changeset":"Z:4iy>2|2f=4a5=7*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745802680}},"pad:IVOA_Nov24_DAL:revs:2144":{"changeset":"Z:4j0>4|2f=4a5=9*7+4$belo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745803180}},"pad:IVOA_Nov24_DAL:revs:2145":{"changeset":"Z:4j4>6|2f=4a5=d*7+6$ng it ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745803682}},"pad:IVOA_Nov24_DAL:revs:2146":{"changeset":"Z:4ja>2|2f=4a5=j*7+2$py","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745804277}},"pad:IVOA_Nov24_DAL:revs:2147":{"changeset":"Z:4jc>2|2f=4a5=l*7+2$vo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745804779}},"pad:IVOA_Nov24_DAL:revs:2148":{"changeset":"Z:4je>1|2f=4a5=n*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745805272}},"pad:IVOA_Nov24_DAL:revs:2149":{"changeset":"Z:4jf>1|2f=4a5=o*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745805774}},"pad:IVOA_Nov24_DAL:revs:2150":{"changeset":"Z:4jg<2|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1=m-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745806275}},"pad:IVOA_Nov24_DAL:revs:2151":{"changeset":"Z:4je>2|2f=4a5=n*7+2$\" ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745806775}},"pad:IVOA_Nov24_DAL:revs:2152":{"changeset":"Z:4jg<2|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1=m-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745807275}},"pad:IVOA_Nov24_DAL:revs:2153":{"changeset":"Z:4je>1|2f=4a5=n*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745807782}},"pad:IVOA_Nov24_DAL:revs:2154":{"changeset":"Z:4jf>2|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1=n*7|1+1*7*2*d*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745808282}},"pad:IVOA_Nov24_DAL:revs:2155":{"changeset":"Z:4jh>0|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745809278}},"pad:IVOA_Nov24_DAL:revs:2156":{"changeset":"Z:4jh>1|2g=4au=1*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745810179}},"pad:IVOA_Nov24_DAL:revs:2157":{"changeset":"Z:4ji>3|2g=4au=2*7+3$ock","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745810680}},"pad:IVOA_Nov24_DAL:revs:2158":{"changeset":"Z:4jl>3|2g=4au=5*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745811183}},"pad:IVOA_Nov24_DAL:revs:2159":{"changeset":"Z:4jo>3|2g=4au=8*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745811687}},"pad:IVOA_Nov24_DAL:revs:2160":{"changeset":"Z:4jr>4|2g=4au=b*7+4$fire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745812182}},"pad:IVOA_Nov24_DAL:revs:2161":{"changeset":"Z:4jv>2|2g=4au=f*7+2$fl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745812683}},"pad:IVOA_Nov24_DAL:revs:2162":{"changeset":"Z:4jx>2|2g=4au=h*7+2$y,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745813184}},"pad:IVOA_Nov24_DAL:revs:2163":{"changeset":"Z:4jz>2|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1=i*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745813684}},"pad:IVOA_Nov24_DAL:revs:2164":{"changeset":"Z:4k1>0|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745814186}},"pad:IVOA_Nov24_DAL:revs:2165":{"changeset":"Z:4k1>3|2h=4be=1*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745814686}},"pad:IVOA_Nov24_DAL:revs:2166":{"changeset":"Z:4k4>3|2h=4be=4*7+3$a s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745815186}},"pad:IVOA_Nov24_DAL:revs:2167":{"changeset":"Z:4k7>1|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1=5-1*7+2$di","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745815686}},"pad:IVOA_Nov24_DAL:revs:2168":{"changeset":"Z:4k8>4|2h=4be=8*7+4$scov","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745816185}},"pad:IVOA_Nov24_DAL:revs:2169":{"changeset":"Z:4kc>2|2h=4be=c*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745816687}},"pad:IVOA_Nov24_DAL:revs:2170":{"changeset":"Z:4ke>4|2h=4be=e*7+4$y in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745817192}},"pad:IVOA_Nov24_DAL:revs:2171":{"changeset":"Z:4ki>1|2h=4be=i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745817694}},"pad:IVOA_Nov24_DAL:revs:2172":{"changeset":"Z:4kj>1|2h=4be=j*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745818789}},"pad:IVOA_Nov24_DAL:revs:2173":{"changeset":"Z:4kk>2|2h=4be=k*7+2$UY","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745819389}},"pad:IVOA_Nov24_DAL:revs:2174":{"changeset":"Z:4km>0|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1=k-1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745819889}},"pad:IVOA_Nov24_DAL:revs:2175":{"changeset":"Z:4km>1|2h=4be=m*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745820390}},"pad:IVOA_Nov24_DAL:revs:2176":{"changeset":"Z:4kn>3|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1=m*7|1+1*7*2*d*3*a+1*7+1$\n*g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745820892}},"pad:IVOA_Nov24_DAL:revs:2177":{"changeset":"Z:4kq>4|2i=4c2=2*7+4$iven","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745821389}},"pad:IVOA_Nov24_DAL:revs:2178":{"changeset":"Z:4ku>4|2i=4c2=6*7+4$ a c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745821896}},"pad:IVOA_Nov24_DAL:revs:2179":{"changeset":"Z:4ky>5|2i=4c2=a*7+5$hoice","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745822394}},"pad:IVOA_Nov24_DAL:revs:2180":{"changeset":"Z:4l3>1|2i=4c2=f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745822898}},"pad:IVOA_Nov24_DAL:revs:2181":{"changeset":"Z:4l4>3|2i=4c2=g*7+3$whe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745823398}},"pad:IVOA_Nov24_DAL:revs:2182":{"changeset":"Z:4l7>2|2i=4c2=j*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745823899}},"pad:IVOA_Nov24_DAL:revs:2183":{"changeset":"Z:4l9>1|2i=4c2=l*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745824604}},"pad:IVOA_Nov24_DAL:revs:2184":{"changeset":"Z:4la>3|2i=4c2=m*7+3$tte","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745825100}},"pad:IVOA_Nov24_DAL:revs:2185":{"changeset":"Z:4ld>4|2i=4c2=p*7+4$mpti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745825614}},"pad:IVOA_Nov24_DAL:revs:2186":{"changeset":"Z:4lh>2|2i=4c2=t*7+2$ng","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745826206}},"pad:IVOA_Nov24_DAL:revs:2187":{"changeset":"Z:4lj>1|2i=4c2=v*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745826707}},"pad:IVOA_Nov24_DAL:revs:2188":{"changeset":"Z:4lk>4|2i=4c2=w*7+4$to d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745827211}},"pad:IVOA_Nov24_DAL:revs:2189":{"changeset":"Z:4lo>2|2i=4c2=10*7+2$ow","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745827713}},"pad:IVOA_Nov24_DAL:revs:2190":{"changeset":"Z:4lq>1|2i=4c2=12*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745828203}},"pad:IVOA_Nov24_DAL:revs:2191":{"changeset":"Z:4lr>1|2i=4c2=13*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745828702}},"pad:IVOA_Nov24_DAL:revs:2192":{"changeset":"Z:4ls>5|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1=13*7|1+4*7*2*d*3*b+1$oad\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745829206}},"pad:IVOA_Nov24_DAL:revs:2193":{"changeset":"Z:4lx>1|2j=4da=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745830505}},"pad:IVOA_Nov24_DAL:revs:2194":{"changeset":"Z:4ly>2|2j=4da=2*7+2$os","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745831006}},"pad:IVOA_Nov24_DAL:revs:2195":{"changeset":"Z:4m0<1|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1=2-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745831509}},"pad:IVOA_Nov24_DAL:revs:2196":{"changeset":"Z:4lz>4|2j=4da=3*7+4$esn'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745832009}},"pad:IVOA_Nov24_DAL:revs:2197":{"changeset":"Z:4m3>5|2j=4da=7*7+5$t mak","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745832508}},"pad:IVOA_Nov24_DAL:revs:2198":{"changeset":"Z:4m8>4|2j=4da=c*7+4$e se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745833010}},"pad:IVOA_Nov24_DAL:revs:2199":{"changeset":"Z:4mc>4|2j=4da=g*7+4$nse ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745833506}},"pad:IVOA_Nov24_DAL:revs:2200":{"changeset":"Z:4mg>1|2j=4da=k*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745834018,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15},"nextNum":16},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense w\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7+k*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2201":{"changeset":"Z:4mh>4|2j=4da=l*7+4$hen ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745834519}},"pad:IVOA_Nov24_DAL:revs:2202":{"changeset":"Z:4ml>4|2j=4da=p*7+4$work","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745835022}},"pad:IVOA_Nov24_DAL:revs:2203":{"changeset":"Z:4mp>5|2j=4da=t*7+5$ing w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745835520}},"pad:IVOA_Nov24_DAL:revs:2204":{"changeset":"Z:4mu>5|2j=4da=y*7+5$ith d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745836023}},"pad:IVOA_Nov24_DAL:revs:2205":{"changeset":"Z:4mz>4|2j=4da=13*7+4$ata ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745836525}},"pad:IVOA_Nov24_DAL:revs:2206":{"changeset":"Z:4n3>3|2j=4da=17*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745837029}},"pad:IVOA_Nov24_DAL:revs:2207":{"changeset":"Z:4n6>3|2j=4da=1a*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745837525}},"pad:IVOA_Nov24_DAL:revs:2208":{"changeset":"Z:4n9>3|2j=4da=1d*7+3$ver","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745838127}},"pad:IVOA_Nov24_DAL:revs:2209":{"changeset":"Z:4nc>1|2j=4da=1g*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745838530}},"pad:IVOA_Nov24_DAL:revs:2210":{"changeset":"Z:4nd>4|2j=4da=1h*7+4$- th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745839134}},"pad:IVOA_Nov24_DAL:revs:2211":{"changeset":"Z:4nh>5|2j=4da=1l*7+5$e ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745839530}},"pad:IVOA_Nov24_DAL:revs:2212":{"changeset":"Z:4nm>3|2j=4da=1q*7+3$ver","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745840044}},"pad:IVOA_Nov24_DAL:revs:2213":{"changeset":"Z:4np>4|2j=4da=1t*7+4$ mak","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745840626}},"pad:IVOA_Nov24_DAL:revs:2214":{"changeset":"Z:4nt>4|2j=4da=1x*7+4$es t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745841423}},"pad:IVOA_Nov24_DAL:revs:2215":{"changeset":"Z:4nx>4|2j=4da=21*7+4$hat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745841627}},"pad:IVOA_Nov24_DAL:revs:2216":{"changeset":"Z:4o1>6|2j=4da=25*7+6$choice","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745842126}},"pad:IVOA_Nov24_DAL:revs:2217":{"changeset":"Z:4o7>2|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1=2a*7|1+1*7*2*g*3*9+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745842628}},"pad:IVOA_Nov24_DAL:revs:2218":{"changeset":"Z:4o9>1|2k=4fm=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745843228}},"pad:IVOA_Nov24_DAL:revs:2219":{"changeset":"Z:4oa>3|2k=4fm=2*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745843729}},"pad:IVOA_Nov24_DAL:revs:2220":{"changeset":"Z:4od>2|2k=4fm=5*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745844227}},"pad:IVOA_Nov24_DAL:revs:2221":{"changeset":"Z:4of>1|2k=4fm=7*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745845532}},"pad:IVOA_Nov24_DAL:revs:2222":{"changeset":"Z:4og>3|2k=4fm=8*7+3$ses","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745846037}},"pad:IVOA_Nov24_DAL:revs:2223":{"changeset":"Z:4oj<1|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1|1=2b*9=1=9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745846537}},"pad:IVOA_Nov24_DAL:revs:2224":{"changeset":"Z:4oi>1|2k=4fm=a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745847038}},"pad:IVOA_Nov24_DAL:revs:2225":{"changeset":"Z:4oj>3|2k=4fm=b*7+3$thi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745847646}},"pad:IVOA_Nov24_DAL:revs:2226":{"changeset":"Z:4om>3|2k=4fm=e*7+3$s t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745848139}},"pad:IVOA_Nov24_DAL:revs:2227":{"changeset":"Z:4op>1|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1|1=2b*9=1=f-1*7+2$ku","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745848641}},"pad:IVOA_Nov24_DAL:revs:2228":{"changeset":"Z:4oq<1|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1|1=2b*9=1=g-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745849142}},"pad:IVOA_Nov24_DAL:revs:2229":{"changeset":"Z:4op<1|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1|1=2b*9=1=f-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745849646}},"pad:IVOA_Nov24_DAL:revs:2230":{"changeset":"Z:4oo>3|2k=4fm=g*7+3$jus","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745850144}},"pad:IVOA_Nov24_DAL:revs:2231":{"changeset":"Z:4or>5|2k=4fm=j*7+5$t to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745850645}},"pad:IVOA_Nov24_DAL:revs:2232":{"changeset":"Z:4ow>4|2k=4fm=o*7+4$get ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745851144}},"pad:IVOA_Nov24_DAL:revs:2233":{"changeset":"Z:4p0>4|2k=4fm=s*7+4$the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745851645}},"pad:IVOA_Nov24_DAL:revs:2234":{"changeset":"Z:4p4>5|2k=4fm=w*7+5$list ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745852150}},"pad:IVOA_Nov24_DAL:revs:2235":{"changeset":"Z:4p9>3|2k=4fm=11*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745852648}},"pad:IVOA_Nov24_DAL:revs:2236":{"changeset":"Z:4pc>1|2k=4fm=14*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745853149}},"pad:IVOA_Nov24_DAL:revs:2237":{"changeset":"Z:4pd>2|2k=4fm=15*7+2$il","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745853649}},"pad:IVOA_Nov24_DAL:revs:2238":{"changeset":"Z:4pf>1|2k=4fm=17*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745854250}},"pad:IVOA_Nov24_DAL:revs:2239":{"changeset":"Z:4pg>4|2k=4fm=18*7+4$name","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745854657}},"pad:IVOA_Nov24_DAL:revs:2240":{"changeset":"Z:4pk>1|2k=4fm=1c*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745855162}},"pad:IVOA_Nov24_DAL:revs:2241":{"changeset":"Z:4pl>3|2k=4fm=1d*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745855753}},"pad:IVOA_Nov24_DAL:revs:2242":{"changeset":"Z:4po>1|2k=4fm=1g*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745856353}},"pad:IVOA_Nov24_DAL:revs:2243":{"changeset":"Z:4pp>4|2k=4fm=1h*7+4$hen ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745856857}},"pad:IVOA_Nov24_DAL:revs:2244":{"changeset":"Z:4pt>1|2k=4fm=1l*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745857462}},"pad:IVOA_Nov24_DAL:revs:2245":{"changeset":"Z:4pu>4|2k=4fm=1m*7+4$hey ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745857959}},"pad:IVOA_Nov24_DAL:revs:2246":{"changeset":"Z:4py>1|2k=4fm=1q*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745860864}},"pad:IVOA_Nov24_DAL:revs:2247":{"changeset":"Z:4pz>1|2k=4fm=1r*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745861764}},"pad:IVOA_Nov24_DAL:revs:2248":{"changeset":"Z:4q0>4|2k=4fm=1s*7+4$ wha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745862263}},"pad:IVOA_Nov24_DAL:revs:2249":{"changeset":"Z:4q4>5|2k=4fm=1w*7+5$t the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745862765}},"pad:IVOA_Nov24_DAL:revs:2250":{"changeset":"Z:4q9>4|2k=4fm=21*7+4$y wa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745863265}},"pad:IVOA_Nov24_DAL:revs:2251":{"changeset":"Z:4qd>2|2k=4fm=25*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745863768}},"pad:IVOA_Nov24_DAL:revs:2252":{"changeset":"Z:4qf>2|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1|1=2b*9=1=26*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745865372}},"pad:IVOA_Nov24_DAL:revs:2253":{"changeset":"Z:4qh>0|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1|1=2b*9=1|1=27*d*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745867073}},"pad:IVOA_Nov24_DAL:revs:2254":{"changeset":"Z:4qh>0|2c=46p*9=1|1=q*9=1|1=23*a=1|1=k*b=1|1=o*a=1|1=j*9=1|1=n*a=1|1=17*b=1|1=2b*9=1|1=27*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745867579}},"pad:IVOA_Nov24_DAL:revs:2255":{"changeset":"Z:4qh<1|2l=4hu-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745870075}},"pad:IVOA_Nov24_DAL:revs:2256":{"changeset":"Z:4qg>1|2l=4hu*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745870675}},"pad:IVOA_Nov24_DAL:revs:2257":{"changeset":"Z:4qh>4|2l=4hu=1*7+4$ow t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745871275}},"pad:IVOA_Nov24_DAL:revs:2258":{"changeset":"Z:4ql>5|2l=4hu=5*7+5$o com","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745871776}},"pad:IVOA_Nov24_DAL:revs:2259":{"changeset":"Z:4qq>4|2l=4hu=a*7+4$muni","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745872279}},"pad:IVOA_Nov24_DAL:revs:2260":{"changeset":"Z:4qu>3|2l=4hu=e*7+3$cat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745872878}},"pad:IVOA_Nov24_DAL:revs:2261":{"changeset":"Z:4qx>1|2l=4hu=h*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745873379}},"pad:IVOA_Nov24_DAL:revs:2262":{"changeset":"Z:4qy>6|2l=4hu=i*7+6$ this ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745873880}},"pad:IVOA_Nov24_DAL:revs:2263":{"changeset":"Z:4r4>2|2l=4hu=o*7+2$cl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745874380}},"pad:IVOA_Nov24_DAL:revs:2264":{"changeset":"Z:4r6>4|2l=4hu=q*7+4$ient","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745874884}},"pad:IVOA_Nov24_DAL:revs:2265":{"changeset":"Z:4ra>2|2l=4hu=u*7|1+2$?\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745875396}},"pad:IVOA_Nov24_DAL:revs:2266":{"changeset":"Z:4rc>1|2m=4iq*7*2*e*3+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745875885}},"pad:IVOA_Nov24_DAL:revs:2267":{"changeset":"Z:4rd<1|2m=4iq-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745876412}},"pad:IVOA_Nov24_DAL:revs:2268":{"changeset":"Z:4rc>1|2m=4iq*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745876987}},"pad:IVOA_Nov24_DAL:revs:2269":{"changeset":"Z:4rd>1|2m=4iq=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745879188}},"pad:IVOA_Nov24_DAL:revs:2270":{"changeset":"Z:4re>2|2m=4iq=2*7+2$em","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745879688}},"pad:IVOA_Nov24_DAL:revs:2271":{"changeset":"Z:4rg>3|2m=4iq=4*7+3$ant","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745880290}},"pad:IVOA_Nov24_DAL:revs:2272":{"changeset":"Z:4rj>5|2m=4iq=7*7+5$ics, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745880698}},"pad:IVOA_Nov24_DAL:revs:2273":{"changeset":"Z:4ro>2|2m=4iq=c*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745881299}},"pad:IVOA_Nov24_DAL:revs:2274":{"changeset":"Z:4rq>4|2m=4iq=e*7+4$nte-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745881797}},"pad:IVOA_Nov24_DAL:revs:2275":{"changeset":"Z:4ru>1|2m=4iq*9=1=g-1*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745882801}},"pad:IVOA_Nov24_DAL:revs:2276":{"changeset":"Z:4rv>2|2m=4iq=j*7+2$-t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745883319}},"pad:IVOA_Nov24_DAL:revs:2277":{"changeset":"Z:4rx>3|2m=4iq=l*7+3$ype","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745883802}},"pad:IVOA_Nov24_DAL:revs:2278":{"changeset":"Z:4s0>1|2m=4iq=o*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745884302}},"pad:IVOA_Nov24_DAL:revs:2279":{"changeset":"Z:4s1>2|2m=4iq=p*7+2$ n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745884803}},"pad:IVOA_Nov24_DAL:revs:2280":{"changeset":"Z:4s3>5|2m=4iq=r*7+5$ot id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745885305}},"pad:IVOA_Nov24_DAL:revs:2281":{"changeset":"Z:4s8>4|2m=4iq=w*7+4$eal ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745885807}},"pad:IVOA_Nov24_DAL:revs:2282":{"changeset":"Z:4sc<1|2m=4iq*9=1=y-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745886404}},"pad:IVOA_Nov24_DAL:revs:2283":{"changeset":"Z:4sb>1|2m=4iq=z*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745890514}},"pad:IVOA_Nov24_DAL:revs:2284":{"changeset":"Z:4sc>4|2m=4iq=10*7+4$ mea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745891021}},"pad:IVOA_Nov24_DAL:revs:2285":{"changeset":"Z:4sg>5|2m=4iq=14*7+5$nt to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745891522}},"pad:IVOA_Nov24_DAL:revs:2286":{"changeset":"Z:4sl>4|2m=4iq=19*7+4$ be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745892018}},"pad:IVOA_Nov24_DAL:revs:2287":{"changeset":"Z:4sp>1|2m=4iq=1d*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745892527}},"pad:IVOA_Nov24_DAL:revs:2288":{"changeset":"Z:4sq>1|2m=4iq=1e*7+1$R","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745893124}},"pad:IVOA_Nov24_DAL:revs:2289":{"changeset":"Z:4sr>1|2m=4iq=1f*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745893824}},"pad:IVOA_Nov24_DAL:revs:2290":{"changeset":"Z:4ss>1|2m=4iq=1g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745900846}},"pad:IVOA_Nov24_DAL:revs:2291":{"changeset":"Z:4st>1|2m=4iq=1h*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745901346}},"pad:IVOA_Nov24_DAL:revs:2292":{"changeset":"Z:4su>1|2m=4iq=1i*7+1$#","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745903354}},"pad:IVOA_Nov24_DAL:revs:2293":{"changeset":"Z:4sv>2|2m=4iq=1j*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745903850}},"pad:IVOA_Nov24_DAL:revs:2294":{"changeset":"Z:4sx>3|2m=4iq=1l*7+3$is-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745904354}},"pad:IVOA_Nov24_DAL:revs:2295":{"changeset":"Z:4t0>1|2m=4iq=1o*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745904889}},"pad:IVOA_Nov24_DAL:revs:2296":{"changeset":"Z:4t1>1|2m=4iq=1p*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745905362}},"pad:IVOA_Nov24_DAL:revs:2297":{"changeset":"Z:4t2>1|2m=4iq=1q*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745905866}},"pad:IVOA_Nov24_DAL:revs:2298":{"changeset":"Z:4t3>1|2m=4iq=1r*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745908557}},"pad:IVOA_Nov24_DAL:revs:2299":{"changeset":"Z:4t4>1|2m=4iq=1s*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745909064}},"pad:IVOA_Nov24_DAL:revs:2300":{"changeset":"Z:4t5>2|2m=4iq=1t*7+2$ n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745909563,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16},"nextNum":17},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? n\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7+1u*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2301":{"changeset":"Z:4t7>6|2m=4iq=1v*7+6$ot mea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745910066}},"pad:IVOA_Nov24_DAL:revs:2302":{"changeset":"Z:4td>3|2m=4iq=21*7+3$nt ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745910666}},"pad:IVOA_Nov24_DAL:revs:2303":{"changeset":"Z:4tg>5|2m=4iq=24*7+5$for t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745911165}},"pad:IVOA_Nov24_DAL:revs:2304":{"changeset":"Z:4tl>3|2m=4iq=29*7+3$his","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745911667}},"pad:IVOA_Nov24_DAL:revs:2305":{"changeset":"Z:4to>2|2m=4iq*9=1=2b*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745912167}},"pad:IVOA_Nov24_DAL:revs:2306":{"changeset":"Z:4tq>1|2n=4l3=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745926495}},"pad:IVOA_Nov24_DAL:revs:2307":{"changeset":"Z:4tr>4|2n=4l3=2*7+4$sing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745926992}},"pad:IVOA_Nov24_DAL:revs:2308":{"changeset":"Z:4tv>4|2n=4l3=6*7+4$ thi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745927494}},"pad:IVOA_Nov24_DAL:revs:2309":{"changeset":"Z:4tz>3|2n=4l3=a*7+3$s, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745927995}},"pad:IVOA_Nov24_DAL:revs:2310":{"changeset":"Z:4u2>1|2n=4l3=d*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745928496}},"pad:IVOA_Nov24_DAL:revs:2311":{"changeset":"Z:4u3>4|2n=4l3=e*7+4$oug ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745929095}},"pad:IVOA_Nov24_DAL:revs:2312":{"changeset":"Z:4u7<2|2m=4iq*9=1|1=2c*a=1=f-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745929595}},"pad:IVOA_Nov24_DAL:revs:2313":{"changeset":"Z:4u5>2|2n=4l3=g*7+2$ g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745930097}},"pad:IVOA_Nov24_DAL:revs:2314":{"changeset":"Z:4u7>4|2n=4l3=i*7+4$et t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745930597}},"pad:IVOA_Nov24_DAL:revs:2315":{"changeset":"Z:4ub>4|2n=4l3=m*7+4$he s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745931104}},"pad:IVOA_Nov24_DAL:revs:2316":{"changeset":"Z:4uf>4|2n=4l3=q*7+4$ame ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745931607}},"pad:IVOA_Nov24_DAL:revs:2317":{"changeset":"Z:4uj>5|2n=4l3=u*7+5$file,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745932108}},"pad:IVOA_Nov24_DAL:revs:2318":{"changeset":"Z:4uo>1|2n=4l3=z*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745932608}},"pad:IVOA_Nov24_DAL:revs:2319":{"changeset":"Z:4up>1|2n=4l3=10*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745933309}},"pad:IVOA_Nov24_DAL:revs:2320":{"changeset":"Z:4uq>3|2n=4l3=11*7+3$ist","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745933809}},"pad:IVOA_Nov24_DAL:revs:2321":{"changeset":"Z:4ut>2|2n=4l3=14*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745934310}},"pad:IVOA_Nov24_DAL:revs:2322":{"changeset":"Z:4uv>1|2n=4l3=16*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745934823}},"pad:IVOA_Nov24_DAL:revs:2323":{"changeset":"Z:4uw>2|2n=4l3=17*7+2$ui","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745935407}},"pad:IVOA_Nov24_DAL:revs:2324":{"changeset":"Z:4uy>3|2n=4l3=19*7+3$she","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745935907}},"pad:IVOA_Nov24_DAL:revs:2325":{"changeset":"Z:4v1>5|2n=4l3=1c*7+5$d as ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745936408}},"pad:IVOA_Nov24_DAL:revs:2326":{"changeset":"Z:4v6>6|2n=4l3=1h*7+6$being ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745936908}},"pad:IVOA_Nov24_DAL:revs:2327":{"changeset":"Z:4vc>2|2n=4l3=1n*7+2$im","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745937408}},"pad:IVOA_Nov24_DAL:revs:2328":{"changeset":"Z:4ve>1|2m=4iq*9=1|1=2c*a=1=1n-1*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745937909}},"pad:IVOA_Nov24_DAL:revs:2329":{"changeset":"Z:4vf>3|2n=4l3=1q*7+3$mul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745938410}},"pad:IVOA_Nov24_DAL:revs:2330":{"changeset":"Z:4vi>4|2n=4l3=1t*7+4$tipl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745938911}},"pad:IVOA_Nov24_DAL:revs:2331":{"changeset":"Z:4vm>3|2n=4l3=1x*7+3$e l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745939411}},"pad:IVOA_Nov24_DAL:revs:2332":{"changeset":"Z:4vp>5|2n=4l3=20*7+5$ocati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745939911}},"pad:IVOA_Nov24_DAL:revs:2333":{"changeset":"Z:4vu>3|2n=4l3=25*7+3$ons","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745940411}},"pad:IVOA_Nov24_DAL:revs:2334":{"changeset":"Z:4vx>0|2m=4iq*9=1|1=2c*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745940912}},"pad:IVOA_Nov24_DAL:revs:2335":{"changeset":"Z:4vx>2|2m=4iq*9=1|1=2c*9=1=27*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745941413}},"pad:IVOA_Nov24_DAL:revs:2336":{"changeset":"Z:4vz>0|2m=4iq*9=1|1=2c*9=1|1=28*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745941914}},"pad:IVOA_Nov24_DAL:revs:2337":{"changeset":"Z:4vz>1|2o=4nc=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745943317}},"pad:IVOA_Nov24_DAL:revs:2338":{"changeset":"Z:4w0>3|2o=4nc=2*7+3$erv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745943817}},"pad:IVOA_Nov24_DAL:revs:2339":{"changeset":"Z:4w3>4|2o=4nc=5*7+4$ice ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745944318}},"pad:IVOA_Nov24_DAL:revs:2340":{"changeset":"Z:4w7>3|2o=4nc=9*7+3$des","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745944820}},"pad:IVOA_Nov24_DAL:revs:2341":{"changeset":"Z:4wa>3|2o=4nc=c*7+3$cri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745945423}},"pad:IVOA_Nov24_DAL:revs:2342":{"changeset":"Z:4wd>2|2o=4nc=f*7+2$pt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745945920}},"pad:IVOA_Nov24_DAL:revs:2343":{"changeset":"Z:4wf>3|2o=4nc=h*7+3$ors","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745946423}},"pad:IVOA_Nov24_DAL:revs:2344":{"changeset":"Z:4wi>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1=j*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745946923}},"pad:IVOA_Nov24_DAL:revs:2345":{"changeset":"Z:4wk>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745947421}},"pad:IVOA_Nov24_DAL:revs:2346":{"changeset":"Z:4wk>1|2p=4nx=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745951732}},"pad:IVOA_Nov24_DAL:revs:2347":{"changeset":"Z:4wl>3|2p=4nx=2*7+3$ive","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745952231}},"pad:IVOA_Nov24_DAL:revs:2348":{"changeset":"Z:4wo>2|2p=4nx=5*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745952734}},"pad:IVOA_Nov24_DAL:revs:2349":{"changeset":"Z:4wq>4|2p=4nx=7*7+4$the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745953231}},"pad:IVOA_Nov24_DAL:revs:2350":{"changeset":"Z:4wu>1|2p=4nx=b*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745955034}},"pad:IVOA_Nov24_DAL:revs:2351":{"changeset":"Z:4wv>3|2p=4nx=c*7+3$oca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745955531}},"pad:IVOA_Nov24_DAL:revs:2352":{"changeset":"Z:4wy>4|2p=4nx=f*7+4$tion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745956132}},"pad:IVOA_Nov24_DAL:revs:2353":{"changeset":"Z:4x2>4|2p=4nx=j*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745956633}},"pad:IVOA_Nov24_DAL:revs:2354":{"changeset":"Z:4x6>1|2p=4nx=n*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745957866}},"pad:IVOA_Nov24_DAL:revs:2355":{"changeset":"Z:4x7>3|2p=4nx=o*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745958468}},"pad:IVOA_Nov24_DAL:revs:2356":{"changeset":"Z:4xa>1|2p=4nx=r*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745959739}},"pad:IVOA_Nov24_DAL:revs:2357":{"changeset":"Z:4xb>4|2p=4nx=s*7+4$ cal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745960240}},"pad:IVOA_Nov24_DAL:revs:2358":{"changeset":"Z:4xf>4|2p=4nx=w*7+4$l th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745960739}},"pad:IVOA_Nov24_DAL:revs:2359":{"changeset":"Z:4xj>1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1=z*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745961241}},"pad:IVOA_Nov24_DAL:revs:2360":{"changeset":"Z:4xk>3|2p=4nx=11*7+3$ da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745961844}},"pad:IVOA_Nov24_DAL:revs:2361":{"changeset":"Z:4xn>4|2p=4nx=14*7+4$tali","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745962345}},"pad:IVOA_Nov24_DAL:revs:2362":{"changeset":"Z:4xr>3|2p=4nx=18*7+3$nk ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745962845}},"pad:IVOA_Nov24_DAL:revs:2363":{"changeset":"Z:4xu>1|2p=4nx=1b*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745965865}},"pad:IVOA_Nov24_DAL:revs:2364":{"changeset":"Z:4xv>2|2p=4nx=1c*7+2$f ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745966351}},"pad:IVOA_Nov24_DAL:revs:2365":{"changeset":"Z:4xx>4|2p=4nx=1e*7+4$choi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745966851}},"pad:IVOA_Nov24_DAL:revs:2366":{"changeset":"Z:4y1>4|2p=4nx=1i*7+4$ces ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745967353}},"pad:IVOA_Nov24_DAL:revs:2367":{"changeset":"Z:4y5>3|2p=4nx=1m*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745967852}},"pad:IVOA_Nov24_DAL:revs:2368":{"changeset":"Z:4y8>1|2p=4nx=1p*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745968354}},"pad:IVOA_Nov24_DAL:revs:2369":{"changeset":"Z:4y9>1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1=1o-1*7+2$SD","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745968854}},"pad:IVOA_Nov24_DAL:revs:2370":{"changeset":"Z:4ya>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1=1q*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745969381}},"pad:IVOA_Nov24_DAL:revs:2371":{"changeset":"Z:4yc>1|2q=4pp=1*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745972960}},"pad:IVOA_Nov24_DAL:revs:2372":{"changeset":"Z:4yd>2|2q=4pp=2*7+2$um","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745973455}},"pad:IVOA_Nov24_DAL:revs:2373":{"changeset":"Z:4yf>5|2q=4pp=4*7+5$ber o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745974059}},"pad:IVOA_Nov24_DAL:revs:2374":{"changeset":"Z:4yk>3|2q=4pp=9*7+3$f I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745974560}},"pad:IVOA_Nov24_DAL:revs:2375":{"changeset":"Z:4yn>1|2q=4pp=c*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745975567}},"pad:IVOA_Nov24_DAL:revs:2376":{"changeset":"Z:4yo<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1=b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745976166}},"pad:IVOA_Nov24_DAL:revs:2377":{"changeset":"Z:4yn>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1=a-1*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745976667}},"pad:IVOA_Nov24_DAL:revs:2378":{"changeset":"Z:4yn>1|2q=4pp=c*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745977169}},"pad:IVOA_Nov24_DAL:revs:2379":{"changeset":"Z:4yo>4|2q=4pp=d*7+4$sues","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745977709}},"pad:IVOA_Nov24_DAL:revs:2380":{"changeset":"Z:4ys>1|2q=4pp=h*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745978266}},"pad:IVOA_Nov24_DAL:revs:2381":{"changeset":"Z:4yt>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1=h*7|1+1*7*2*g*3*9+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745978796}},"pad:IVOA_Nov24_DAL:revs:2382":{"changeset":"Z:4yv>1|2r=4q8=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745979572}},"pad:IVOA_Nov24_DAL:revs:2383":{"changeset":"Z:4yw>3|2r=4q8=2*7+3$utt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745980078}},"pad:IVOA_Nov24_DAL:revs:2384":{"changeset":"Z:4yz>2|2r=4q8=5*7+2$in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745980607}},"pad:IVOA_Nov24_DAL:revs:2385":{"changeset":"Z:4z1>5|2r=4q8=7*7+5$g in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745981109}},"pad:IVOA_Nov24_DAL:revs:2386":{"changeset":"Z:4z6>2|2r=4q8=c*7+2$ob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745981588}},"pad:IVOA_Nov24_DAL:revs:2387":{"changeset":"Z:4z8>5|2r=4q8=e*7+5$score","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745982085}},"pad:IVOA_Nov24_DAL:revs:2388":{"changeset":"Z:4zd>1|2r=4q8=j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745982686}},"pad:IVOA_Nov24_DAL:revs:2389":{"changeset":"Z:4ze<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1=i-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745983181}},"pad:IVOA_Nov24_DAL:revs:2390":{"changeset":"Z:4zd>2|2r=4q8=j*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745983693}},"pad:IVOA_Nov24_DAL:revs:2391":{"changeset":"Z:4zf>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1=k*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745984693}},"pad:IVOA_Nov24_DAL:revs:2392":{"changeset":"Z:4zh>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*h*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745985291}},"pad:IVOA_Nov24_DAL:revs:2393":{"changeset":"Z:4zh>1|2s=4qu=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745986692}},"pad:IVOA_Nov24_DAL:revs:2394":{"changeset":"Z:4zi>2|2s=4qu=2*7+2$oo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745987193}},"pad:IVOA_Nov24_DAL:revs:2395":{"changeset":"Z:4zk>3|2s=4qu=4*7+3$dL ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745987691}},"pad:IVOA_Nov24_DAL:revs:2396":{"changeset":"Z:4zn<2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1=4-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745988191}},"pad:IVOA_Nov24_DAL:revs:2397":{"changeset":"Z:4zl>3|2s=4qu=5*7+3$: t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745988692}},"pad:IVOA_Nov24_DAL:revs:2398":{"changeset":"Z:4zo>3|2s=4qu=8*7+3$ell","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745989197}},"pad:IVOA_Nov24_DAL:revs:2399":{"changeset":"Z:4zr>3|2s=4qu=b*7+3$s c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745989698}},"pad:IVOA_Nov24_DAL:revs:2400":{"changeset":"Z:4zu>5|2s=4qu=e*7+5$lient","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745990202,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17},"nextNum":18},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7+i*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2401":{"changeset":"Z:4zz>3|2s=4qu=j*7+3$ to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745990704}},"pad:IVOA_Nov24_DAL:revs:2402":{"changeset":"Z:502<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1=k-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745991211}},"pad:IVOA_Nov24_DAL:revs:2403":{"changeset":"Z:501>1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1=j-1*7+2$ho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745991814}},"pad:IVOA_Nov24_DAL:revs:2404":{"changeset":"Z:502>4|2s=4qu=m*7+4$w to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745992316}},"pad:IVOA_Nov24_DAL:revs:2405":{"changeset":"Z:506>3|2s=4qu=q*7+3$ fi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745992819}},"pad:IVOA_Nov24_DAL:revs:2406":{"changeset":"Z:509>6|2s=4qu=t*7+6$nd in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745993315}},"pad:IVOA_Nov24_DAL:revs:2407":{"changeset":"Z:50f>3|2s=4qu=z*7+3$bat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745993819}},"pad:IVOA_Nov24_DAL:revs:2408":{"changeset":"Z:50i>4|2s=4qu=12*7+4$ch r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745994312}},"pad:IVOA_Nov24_DAL:revs:2409":{"changeset":"Z:50m>4|2s=4qu=16*7+4$eque","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745994812}},"pad:IVOA_Nov24_DAL:revs:2410":{"changeset":"Z:50q>2|2s=4qu=1a*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745995314}},"pad:IVOA_Nov24_DAL:revs:2411":{"changeset":"Z:50s>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1=1b*7|1+1*7*2*h*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745995916}},"pad:IVOA_Nov24_DAL:revs:2412":{"changeset":"Z:50u>1|2t=4s7=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745996415}},"pad:IVOA_Nov24_DAL:revs:2413":{"changeset":"Z:50v>2|2t=4s7=2*7+2$On","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745996918}},"pad:IVOA_Nov24_DAL:revs:2414":{"changeset":"Z:50x<3|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745997417}},"pad:IVOA_Nov24_DAL:revs:2415":{"changeset":"Z:50u>1|2t=4s7=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745997921}},"pad:IVOA_Nov24_DAL:revs:2416":{"changeset":"Z:50v>3|2t=4s7=2*7+3$onL","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745998413}},"pad:IVOA_Nov24_DAL:revs:2417":{"changeset":"Z:50y<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1=3-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745998913}},"pad:IVOA_Nov24_DAL:revs:2418":{"changeset":"Z:50x>2|2t=4s7=4*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745999439}},"pad:IVOA_Nov24_DAL:revs:2419":{"changeset":"Z:50z>1|2t=4s7=6*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731745999938}},"pad:IVOA_Nov24_DAL:revs:2420":{"changeset":"Z:510>3|2t=4s7=7*7+3$ou ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746000438}},"pad:IVOA_Nov24_DAL:revs:2421":{"changeset":"Z:513>1|2t=4s7=a*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746000947}},"pad:IVOA_Nov24_DAL:revs:2422":{"changeset":"Z:514>5|2t=4s7=b*7+5$ight ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746001425}},"pad:IVOA_Nov24_DAL:revs:2423":{"changeset":"Z:519>5|2t=4s7=g*7+5$have ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746001931}},"pad:IVOA_Nov24_DAL:revs:2424":{"changeset":"Z:51e>2|2t=4s7=l*7+2$mu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746002527}},"pad:IVOA_Nov24_DAL:revs:2425":{"changeset":"Z:51g>3|2t=4s7=n*7+3$lti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746002942}},"pad:IVOA_Nov24_DAL:revs:2426":{"changeset":"Z:51j>3|2t=4s7=q*7+3$pll","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746003529}},"pad:IVOA_Nov24_DAL:revs:2427":{"changeset":"Z:51m>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1=r-1*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746004028}},"pad:IVOA_Nov24_DAL:revs:2428":{"changeset":"Z:51m>2|2t=4s7=t*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746004551}},"pad:IVOA_Nov24_DAL:revs:2429":{"changeset":"Z:51o>3|2t=4s7=v*7+3$erv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746005053}},"pad:IVOA_Nov24_DAL:revs:2430":{"changeset":"Z:51r>4|2t=4s7=y*7+4$ices","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746005553}},"pad:IVOA_Nov24_DAL:revs:2431":{"changeset":"Z:51v>1|2t=4s7=12*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746006031}},"pad:IVOA_Nov24_DAL:revs:2432":{"changeset":"Z:51w>1|2t=4s7=u*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746013243}},"pad:IVOA_Nov24_DAL:revs:2433":{"changeset":"Z:51x>4|2t=4s7=v*7+4$atal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746013744}},"pad:IVOA_Nov24_DAL:revs:2434":{"changeset":"Z:521>3|2t=4s7=z*7+3$ink","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746014244}},"pad:IVOA_Nov24_DAL:revs:2435":{"changeset":"Z:524>1|2t=4s7=12*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746014746}},"pad:IVOA_Nov24_DAL:revs:2436":{"changeset":"Z:525>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1=1a*7|1+1*7*2*h*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746021662}},"pad:IVOA_Nov24_DAL:revs:2437":{"changeset":"Z:527>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*g*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746022678}},"pad:IVOA_Nov24_DAL:revs:2438":{"changeset":"Z:527>1|2u=4tj=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746025560}},"pad:IVOA_Nov24_DAL:revs:2439":{"changeset":"Z:528>3|2u=4tj=2*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746026163}},"pad:IVOA_Nov24_DAL:revs:2440":{"changeset":"Z:52b>5|2u=4tj=5*7+5$it in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746026663}},"pad:IVOA_Nov24_DAL:revs:2441":{"changeset":"Z:52g>2|2u=4tj=a*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746027164}},"pad:IVOA_Nov24_DAL:revs:2442":{"changeset":"Z:52i>4|2u=4tj=c*7+4$atal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746027664}},"pad:IVOA_Nov24_DAL:revs:2443":{"changeset":"Z:52m>4|2u=4tj=g*7+4$ink ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746028165}},"pad:IVOA_Nov24_DAL:revs:2444":{"changeset":"Z:52q>4|2u=4tj=k*7+4$tabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746028668}},"pad:IVOA_Nov24_DAL:revs:2445":{"changeset":"Z:52u>3|2u=4tj=o*7+3$e i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746029167}},"pad:IVOA_Nov24_DAL:revs:2446":{"changeset":"Z:52x>3|2u=4tj=r*7+3$tse","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746029669}},"pad:IVOA_Nov24_DAL:revs:2447":{"changeset":"Z:530>2|2u=4tj=u*7+2$lf","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746030171}},"pad:IVOA_Nov24_DAL:revs:2448":{"changeset":"Z:532>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1=v*7|1+1*7*2*g*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746030704}},"pad:IVOA_Nov24_DAL:revs:2449":{"changeset":"Z:534>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*h*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746031173}},"pad:IVOA_Nov24_DAL:revs:2450":{"changeset":"Z:534>1|2v=4ug=1*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746038693}},"pad:IVOA_Nov24_DAL:revs:2451":{"changeset":"Z:535>3|2v=4ug=2*7+3$as ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746039197}},"pad:IVOA_Nov24_DAL:revs:2452":{"changeset":"Z:538>2|2v=4ug=5*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746039693}},"pad:IVOA_Nov24_DAL:revs:2453":{"changeset":"Z:53a>1|2v=4ug=7*7+1$#","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746040292}},"pad:IVOA_Nov24_DAL:revs:2454":{"changeset":"Z:53b>1|2v=4ug=8*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746040791}},"pad:IVOA_Nov24_DAL:revs:2455":{"changeset":"Z:53c>4|2v=4ug=9*7+4$his,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746041291}},"pad:IVOA_Nov24_DAL:revs:2456":{"changeset":"Z:53g>2|2v=4ug=d*7+2$ b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746041792}},"pad:IVOA_Nov24_DAL:revs:2457":{"changeset":"Z:53i>5|2v=4ug=f*7+5$ut al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746042293}},"pad:IVOA_Nov24_DAL:revs:2458":{"changeset":"Z:53n>3|2v=4ug=k*7+3$so ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746042792}},"pad:IVOA_Nov24_DAL:revs:2459":{"changeset":"Z:53q>4|2v=4ug=n*7+4$serv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746043294}},"pad:IVOA_Nov24_DAL:revs:2460":{"changeset":"Z:53u>4|2v=4ug=r*7+4$ice ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746043794}},"pad:IVOA_Nov24_DAL:revs:2461":{"changeset":"Z:53y>3|2v=4ug=v*7+3$des","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746044395}},"pad:IVOA_Nov24_DAL:revs:2462":{"changeset":"Z:541>4|2v=4ug=y*7+4$crip","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746044796}},"pad:IVOA_Nov24_DAL:revs:2463":{"changeset":"Z:545>3|2v=4ug=12*7+3$tor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746045297}},"pad:IVOA_Nov24_DAL:revs:2464":{"changeset":"Z:548>1|2v=4ug=15*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746045804}},"pad:IVOA_Nov24_DAL:revs:2465":{"changeset":"Z:549<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1=14-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746046307}},"pad:IVOA_Nov24_DAL:revs:2466":{"changeset":"Z:548>1|2v=4ug=15*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746047399}},"pad:IVOA_Nov24_DAL:revs:2467":{"changeset":"Z:549>1|2v=4ug=16*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746047901}},"pad:IVOA_Nov24_DAL:revs:2468":{"changeset":"Z:54a>4|2v=4ug=17*7+4$clie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746048502}},"pad:IVOA_Nov24_DAL:revs:2469":{"changeset":"Z:54e>3|2v=4ug=1b*7+3$nt ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746048903}},"pad:IVOA_Nov24_DAL:revs:2470":{"changeset":"Z:54h>3|2v=4ug=1e*7+3$can","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746049404}},"pad:IVOA_Nov24_DAL:revs:2471":{"changeset":"Z:54k>3|2v=4ug=1h*7+3$ ma","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746049905}},"pad:IVOA_Nov24_DAL:revs:2472":{"changeset":"Z:54n>3|2v=4ug=1k*7+3$ke ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746050407}},"pad:IVOA_Nov24_DAL:revs:2473":{"changeset":"Z:54q>3|2v=4ug=1n*7+3$cho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746051007}},"pad:IVOA_Nov24_DAL:revs:2474":{"changeset":"Z:54t>3|2v=4ug=1q*7+3$ice","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746051509}},"pad:IVOA_Nov24_DAL:revs:2475":{"changeset":"Z:54w>1|2v=4ug=1t*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746052012}},"pad:IVOA_Nov24_DAL:revs:2476":{"changeset":"Z:54x>3|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1=1t*7|1+2*7*2*h*3*a+1$,\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746052510}},"pad:IVOA_Nov24_DAL:revs:2477":{"changeset":"Z:550>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*i*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746053213}},"pad:IVOA_Nov24_DAL:revs:2478":{"changeset":"Z:550>1|2w=4wc=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746053713}},"pad:IVOA_Nov24_DAL:revs:2479":{"changeset":"Z:551>2|2w=4wc=2*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746054216}},"pad:IVOA_Nov24_DAL:revs:2480":{"changeset":"Z:553>1|2w=4wc=4*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746054718}},"pad:IVOA_Nov24_DAL:revs:2481":{"changeset":"Z:554>2|2w=4wc=5*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746055219}},"pad:IVOA_Nov24_DAL:revs:2482":{"changeset":"Z:556>2|2w=4wc=7*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746055720}},"pad:IVOA_Nov24_DAL:revs:2483":{"changeset":"Z:558>4|2w=4wc=9*7+4$vera","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746056220}},"pad:IVOA_Nov24_DAL:revs:2484":{"changeset":"Z:55c>3|2w=4wc=d*7+3$l l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746056721}},"pad:IVOA_Nov24_DAL:revs:2485":{"changeset":"Z:55f>3|2w=4wc=g*7+3$aye","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746057221}},"pad:IVOA_Nov24_DAL:revs:2486":{"changeset":"Z:55i>5|2w=4wc=j*7+5$rs of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746057722}},"pad:IVOA_Nov24_DAL:revs:2487":{"changeset":"Z:55n>4|2w=4wc=o*7+4$ cal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746058222}},"pad:IVOA_Nov24_DAL:revs:2488":{"changeset":"Z:55r>1|2w=4wc=s*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746058726}},"pad:IVOA_Nov24_DAL:revs:2489":{"changeset":"Z:55s>3|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1=s*7|1+2*7*2*i*3*a+1$s\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746059224}},"pad:IVOA_Nov24_DAL:revs:2490":{"changeset":"Z:55v>1|2x=4x7=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746069870}},"pad:IVOA_Nov24_DAL:revs:2491":{"changeset":"Z:55w>1|2x=4x7=2*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746070475}},"pad:IVOA_Nov24_DAL:revs:2492":{"changeset":"Z:55x<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*a=1=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746071151}},"pad:IVOA_Nov24_DAL:revs:2493":{"changeset":"Z:55w<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*a=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746071659}},"pad:IVOA_Nov24_DAL:revs:2494":{"changeset":"Z:55v>1|2x=4x7=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746073062}},"pad:IVOA_Nov24_DAL:revs:2495":{"changeset":"Z:55w<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*a=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746074062}},"pad:IVOA_Nov24_DAL:revs:2496":{"changeset":"Z:55v>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*j*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746074561}},"pad:IVOA_Nov24_DAL:revs:2497":{"changeset":"Z:55v>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*i*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746075589}},"pad:IVOA_Nov24_DAL:revs:2498":{"changeset":"Z:55v>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*g*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746076064}},"pad:IVOA_Nov24_DAL:revs:2499":{"changeset":"Z:55v>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*d*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746077279}},"pad:IVOA_Nov24_DAL:revs:2500":{"changeset":"Z:55v>1|2x=4x7=1*7+1$B","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746078261,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19},"nextNum":20},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*B \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7+2*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2501":{"changeset":"Z:55w>4|2x=4x7=2*7+4$ack ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746078765}},"pad:IVOA_Nov24_DAL:revs:2502":{"changeset":"Z:560>4|2x=4x7=6*7+4$to a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746079264}},"pad:IVOA_Nov24_DAL:revs:2503":{"changeset":"Z:564>3|2x=4x7=a*7+3$ddi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746079799}},"pad:IVOA_Nov24_DAL:revs:2504":{"changeset":"Z:567>5|2x=4x7=d*7+5$ng a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746080267}},"pad:IVOA_Nov24_DAL:revs:2505":{"changeset":"Z:56c>3|2x=4x7=i*7+3$col","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746080768}},"pad:IVOA_Nov24_DAL:revs:2506":{"changeset":"Z:56f>3|2x=4x7=l*7+3$umn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746081269}},"pad:IVOA_Nov24_DAL:revs:2507":{"changeset":"Z:56i>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1=n*7|1+1*7*2*d*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746083284}},"pad:IVOA_Nov24_DAL:revs:2508":{"changeset":"Z:56k>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746083976}},"pad:IVOA_Nov24_DAL:revs:2509":{"changeset":"Z:56k>1|2y=4xw=1*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746086683}},"pad:IVOA_Nov24_DAL:revs:2510":{"changeset":"Z:56l>2|2y=4xw=2*7+2$an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746087179}},"pad:IVOA_Nov24_DAL:revs:2511":{"changeset":"Z:56n>5|2y=4xw=4*7+5$t mor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746087783}},"pad:IVOA_Nov24_DAL:revs:2512":{"changeset":"Z:56s>4|2y=4xw=9*7+4$e th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746088278}},"pad:IVOA_Nov24_DAL:revs:2513":{"changeset":"Z:56w>5|2y=4xw=d*7+5$an a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746088779}},"pad:IVOA_Nov24_DAL:revs:2514":{"changeset":"Z:571>2|2y=4xw=i*7+2$UR","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746089280}},"pad:IVOA_Nov24_DAL:revs:2515":{"changeset":"Z:573>2|2y=4xw=k*7+2$L;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746089780}},"pad:IVOA_Nov24_DAL:revs:2516":{"changeset":"Z:575>1|2y=4xw=m*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746090281}},"pad:IVOA_Nov24_DAL:revs:2517":{"changeset":"Z:576>1|2y=4xw=n*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746092182}},"pad:IVOA_Nov24_DAL:revs:2518":{"changeset":"Z:577>2|2y=4xw=o*7+2$WS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746092589}},"pad:IVOA_Nov24_DAL:revs:2519":{"changeset":"Z:579>1|2y=4xw=q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746093285}},"pad:IVOA_Nov24_DAL:revs:2520":{"changeset":"Z:57a>2|2y=4xw=r*7+2$+ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746093785}},"pad:IVOA_Nov24_DAL:revs:2521":{"changeset":"Z:57c>1|2y=4xw=t*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746094390}},"pad:IVOA_Nov24_DAL:revs:2522":{"changeset":"Z:57d>1|2y=4xw=u*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746094991}},"pad:IVOA_Nov24_DAL:revs:2523":{"changeset":"Z:57e<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1=t-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746095407}},"pad:IVOA_Nov24_DAL:revs:2524":{"changeset":"Z:57d>1|2y=4xw=u*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746095990}},"pad:IVOA_Nov24_DAL:revs:2525":{"changeset":"Z:57e>2|2y=4xw=v*7+2$s-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746096593}},"pad:IVOA_Nov24_DAL:revs:2526":{"changeset":"Z:57g>3|2y=4xw=x*7+3$eas","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746097089}},"pad:IVOA_Nov24_DAL:revs:2527":{"changeset":"Z:57j>1|2y=4xw=10*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746097587}},"pad:IVOA_Nov24_DAL:revs:2528":{"changeset":"Z:57k>1|2y=4xw=11*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746098088}},"pad:IVOA_Nov24_DAL:revs:2529":{"changeset":"Z:57l>1|2y=4xw=12*7+1$1","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746098590}},"pad:IVOA_Nov24_DAL:revs:2530":{"changeset":"Z:57m>1|2y=4xw=13*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746099091}},"pad:IVOA_Nov24_DAL:revs:2531":{"changeset":"Z:57n>1|2y=4xw=14*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746099592}},"pad:IVOA_Nov24_DAL:revs:2532":{"changeset":"Z:57o>2|2y=4xw=15*7+2$+ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746100122}},"pad:IVOA_Nov24_DAL:revs:2533":{"changeset":"Z:57q>1|2y=4xw=17*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746100994}},"pad:IVOA_Nov24_DAL:revs:2534":{"changeset":"Z:57r>1|2y=4xw=18*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746101715}},"pad:IVOA_Nov24_DAL:revs:2535":{"changeset":"Z:57s>1|2y=4xw=19*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746102144}},"pad:IVOA_Nov24_DAL:revs:2536":{"changeset":"Z:57t>2|2y=4xw=1a*7+2$id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746102701}},"pad:IVOA_Nov24_DAL:revs:2537":{"changeset":"Z:57v>1|2y=4xw=1c*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746103208}},"pad:IVOA_Nov24_DAL:revs:2538":{"changeset":"Z:57w>2|2y=4xw=1d*7+2$fr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746103705}},"pad:IVOA_Nov24_DAL:revs:2539":{"changeset":"Z:57y>2|2y=4xw=1f*7+2$ee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746104207}},"pad:IVOA_Nov24_DAL:revs:2540":{"changeset":"Z:580>1|2y=4xw=1h*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746104709}},"pad:IVOA_Nov24_DAL:revs:2541":{"changeset":"Z:581>2|2y=4xw=1i*7+2$ e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746105208}},"pad:IVOA_Nov24_DAL:revs:2542":{"changeset":"Z:583>4|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1=1j*7|1+3*7*2*g*3*a+1$tc\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746105709}},"pad:IVOA_Nov24_DAL:revs:2543":{"changeset":"Z:587>1|2z=4zj=1*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746109241}},"pad:IVOA_Nov24_DAL:revs:2544":{"changeset":"Z:588>3|2z=4zj=2*7+3$ot ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746109806}},"pad:IVOA_Nov24_DAL:revs:2545":{"changeset":"Z:58b>1|2z=4zj=5*7+1$j","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746112009}},"pad:IVOA_Nov24_DAL:revs:2546":{"changeset":"Z:58c<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1=4-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746112809}},"pad:IVOA_Nov24_DAL:revs:2547":{"changeset":"Z:58b<3|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1=1-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746113315}},"pad:IVOA_Nov24_DAL:revs:2548":{"changeset":"Z:588>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1-1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746113813}},"pad:IVOA_Nov24_DAL:revs:2549":{"changeset":"Z:588>3|2z=4zj=2*7+3$utt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746114313}},"pad:IVOA_Nov24_DAL:revs:2550":{"changeset":"Z:58b>4|2z=4zj=5*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746114813}},"pad:IVOA_Nov24_DAL:revs:2551":{"changeset":"Z:58f>1|2z=4zj=9*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746115316}},"pad:IVOA_Nov24_DAL:revs:2552":{"changeset":"Z:58g>5|2z=4zj=a*7+5$t in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746115814}},"pad:IVOA_Nov24_DAL:revs:2553":{"changeset":"Z:58l>3|2z=4zj=f*7+3$obs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746116314}},"pad:IVOA_Nov24_DAL:revs:2554":{"changeset":"Z:58o>3|2z=4zj=i*7+3$tap","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746116812}},"pad:IVOA_Nov24_DAL:revs:2555":{"changeset":"Z:58r>2|2z=4zj=l*7+2$ r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746117313}},"pad:IVOA_Nov24_DAL:revs:2556":{"changeset":"Z:58t>2|2z=4zj=n*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746117814}},"pad:IVOA_Nov24_DAL:revs:2557":{"changeset":"Z:58v>3|2z=4zj=p*7+3$ult","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746118314}},"pad:IVOA_Nov24_DAL:revs:2558":{"changeset":"Z:58y>4|2z=4zj=s*7+4$ is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746118818}},"pad:IVOA_Nov24_DAL:revs:2559":{"changeset":"Z:592>4|2z=4zj=w*7+4$a ba","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746119317}},"pad:IVOA_Nov24_DAL:revs:2560":{"changeset":"Z:596>3|2z=4zj=10*7+3$d i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746119819}},"pad:IVOA_Nov24_DAL:revs:2561":{"changeset":"Z:599>4|2z=4zj=13*7+4$dea,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746120334}},"pad:IVOA_Nov24_DAL:revs:2562":{"changeset":"Z:59d>2|2z=4zj=17*7+2$ w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746120818}},"pad:IVOA_Nov24_DAL:revs:2563":{"changeset":"Z:59f>4|2z=4zj=19*7+4$hat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746121422}},"pad:IVOA_Nov24_DAL:revs:2564":{"changeset":"Z:59j>3|2z=4zj=1d*7+3$abo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746121822}},"pad:IVOA_Nov24_DAL:revs:2565":{"changeset":"Z:59m>3|2z=4zj=1g*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746122423}},"pad:IVOA_Nov24_DAL:revs:2566":{"changeset":"Z:59p>4|2z=4zj=1j*7+4$to t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746122829}},"pad:IVOA_Nov24_DAL:revs:2567":{"changeset":"Z:59t>5|2z=4zj=1n*7+5$he da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746123341}},"pad:IVOA_Nov24_DAL:revs:2568":{"changeset":"Z:59y>4|2z=4zj=1s*7+4$tali","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746123922}},"pad:IVOA_Nov24_DAL:revs:2569":{"changeset":"Z:5a2>4|2z=4zj=1w*7+4$nk t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746124423}},"pad:IVOA_Nov24_DAL:revs:2570":{"changeset":"Z:5a6>4|2z=4zj=20*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746124930}},"pad:IVOA_Nov24_DAL:revs:2571":{"changeset":"Z:5aa>3|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1=23*7|1+2*7*2*g*3*b+1$?\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746125426}},"pad:IVOA_Nov24_DAL:revs:2572":{"changeset":"Z:5ad>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*h*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746126431}},"pad:IVOA_Nov24_DAL:revs:2573":{"changeset":"Z:5ad>1|30=51p=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746127927}},"pad:IVOA_Nov24_DAL:revs:2574":{"changeset":"Z:5ae>2|30=51p=2*7+2$ee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746128429}},"pad:IVOA_Nov24_DAL:revs:2575":{"changeset":"Z:5ag>5|30=51p=4*7+5$ms to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746128929}},"pad:IVOA_Nov24_DAL:revs:2576":{"changeset":"Z:5al>4|30=51p=9*7+4$ be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746129434}},"pad:IVOA_Nov24_DAL:revs:2577":{"changeset":"Z:5ap>6|30=51p=d*7+6$the be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746129933}},"pad:IVOA_Nov24_DAL:revs:2578":{"changeset":"Z:5av>2|30=51p=j*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746130431}},"pad:IVOA_Nov24_DAL:revs:2579":{"changeset":"Z:5ax>3|30=51p=l*7+3$ wa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746131032}},"pad:IVOA_Nov24_DAL:revs:2580":{"changeset":"Z:5b0>2|30=51p=o*7+2$y;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746131533}},"pad:IVOA_Nov24_DAL:revs:2581":{"changeset":"Z:5b2>1|30=51p=q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746132033}},"pad:IVOA_Nov24_DAL:revs:2582":{"changeset":"Z:5b3<2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1=o-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746132536}},"pad:IVOA_Nov24_DAL:revs:2583":{"changeset":"Z:5b1>1|30=51p=p*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746133335}},"pad:IVOA_Nov24_DAL:revs:2584":{"changeset":"Z:5b2>1|30=51p=q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746133836}},"pad:IVOA_Nov24_DAL:revs:2585":{"changeset":"Z:5b3>5|30=51p=r*7+5$there","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746134339}},"pad:IVOA_Nov24_DAL:revs:2586":{"changeset":"Z:5b8>5|30=51p=w*7+5$ are ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746134839}},"pad:IVOA_Nov24_DAL:revs:2587":{"changeset":"Z:5bd>3|30=51p=11*7+3$pre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746135340}},"pad:IVOA_Nov24_DAL:revs:2588":{"changeset":"Z:5bg>1|30=51p=14*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746136343}},"pad:IVOA_Nov24_DAL:revs:2589":{"changeset":"Z:5bh>3|30=51p=15*7+3$edd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746136744}},"pad:IVOA_Nov24_DAL:revs:2590":{"changeset":"Z:5bk>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1=16-1*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746137244}},"pad:IVOA_Nov24_DAL:revs:2591":{"changeset":"Z:5bk>3|30=51p=18*7+3$nts","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746137842}},"pad:IVOA_Nov24_DAL:revs:2592":{"changeset":"Z:5bn>2|30=51p=1b*7+2$; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746138343}},"pad:IVOA_Nov24_DAL:revs:2593":{"changeset":"Z:5bp>3|30=51p=1d*7+3$aut","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746138747}},"pad:IVOA_Nov24_DAL:revs:2594":{"changeset":"Z:5bs>2|30=51p=1g*7+2$ho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746139256}},"pad:IVOA_Nov24_DAL:revs:2595":{"changeset":"Z:5bu<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1=1g-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746139747}},"pad:IVOA_Nov24_DAL:revs:2596":{"changeset":"Z:5bt>3|30=51p=1h*7+3$ co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746140252}},"pad:IVOA_Nov24_DAL:revs:2597":{"changeset":"Z:5bw>3|30=51p=1k*7+3$lum","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746140747}},"pad:IVOA_Nov24_DAL:revs:2598":{"changeset":"Z:5bz>2|30=51p=1n*7+2$sn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746141344}},"pad:IVOA_Nov24_DAL:revs:2599":{"changeset":"Z:5c1<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1=1n-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746141756}},"pad:IVOA_Nov24_DAL:revs:2600":{"changeset":"Z:5c0>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1=1m-1*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746142263,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19},"nextNum":20},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth column \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7+1o*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2601":{"changeset":"Z:5c0>3|30=51p=1o*7+3$s; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746142759}},"pad:IVOA_Nov24_DAL:revs:2602":{"changeset":"Z:5c3>1|30=51p=1r*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746143255}},"pad:IVOA_Nov24_DAL:revs:2603":{"changeset":"Z:5c4>1|30=51p=1s*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746146149}},"pad:IVOA_Nov24_DAL:revs:2604":{"changeset":"Z:5c5>1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1=1r-1*7+2$RE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746146649}},"pad:IVOA_Nov24_DAL:revs:2605":{"changeset":"Z:5c6>2|30=51p=1u*7+2$gi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746147150}},"pad:IVOA_Nov24_DAL:revs:2606":{"changeset":"Z:5c8>2|30=51p=1w*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746147653}},"pad:IVOA_Nov24_DAL:revs:2607":{"changeset":"Z:5ca>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1=1x*7|1+1*7*2*h*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746148158}},"pad:IVOA_Nov24_DAL:revs:2608":{"changeset":"Z:5cc>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*g*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746151457}},"pad:IVOA_Nov24_DAL:revs:2609":{"changeset":"Z:5cc>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*d*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746151956}},"pad:IVOA_Nov24_DAL:revs:2610":{"changeset":"Z:5cc>1|31=53o=1*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746154363}},"pad:IVOA_Nov24_DAL:revs:2611":{"changeset":"Z:5cd>3|31=53o=2*7+3$the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746154868}},"pad:IVOA_Nov24_DAL:revs:2612":{"changeset":"Z:5cg>2|31=53o=5*7+2$rs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746155460}},"pad:IVOA_Nov24_DAL:revs:2613":{"changeset":"Z:5ci>1|31=53o=7*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746155965}},"pad:IVOA_Nov24_DAL:revs:2614":{"changeset":"Z:5cj>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1=7*7|1+1*7*2*g*3*9+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746156467}},"pad:IVOA_Nov24_DAL:revs:2615":{"changeset":"Z:5cl>1|32=53x=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746157163}},"pad:IVOA_Nov24_DAL:revs:2616":{"changeset":"Z:5cm>4|32=53x=2*7+4$n th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746157694}},"pad:IVOA_Nov24_DAL:revs:2617":{"changeset":"Z:5cq>4|32=53x=6*7+4$e re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746158169}},"pad:IVOA_Nov24_DAL:revs:2618":{"changeset":"Z:5cu>4|32=53x=a*7+4$gist","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746158667}},"pad:IVOA_Nov24_DAL:revs:2619":{"changeset":"Z:5cy>2|32=53x=e*7+2$ry","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746159167}},"pad:IVOA_Nov24_DAL:revs:2620":{"changeset":"Z:5d0>1|32=53x=g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746159968}},"pad:IVOA_Nov24_DAL:revs:2621":{"changeset":"Z:5d1<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1=f-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746160470}},"pad:IVOA_Nov24_DAL:revs:2622":{"changeset":"Z:5d0>3|32=53x=g*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746160970}},"pad:IVOA_Nov24_DAL:revs:2623":{"changeset":"Z:5d3>2|32=53x=j*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746161469}},"pad:IVOA_Nov24_DAL:revs:2624":{"changeset":"Z:5d5>4|32=53x=l*7+4$ems ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746161971}},"pad:IVOA_Nov24_DAL:revs:2625":{"changeset":"Z:5d9>5|32=53x=p*7+5$to be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746162472}},"pad:IVOA_Nov24_DAL:revs:2626":{"changeset":"Z:5de>2|32=53x=u*7+2$ p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746162975}},"pad:IVOA_Nov24_DAL:revs:2627":{"changeset":"Z:5dg>4|32=53x=w*7+4$lain","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746163479}},"pad:IVOA_Nov24_DAL:revs:2628":{"changeset":"Z:5dk>3|32=53x=10*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746163979}},"pad:IVOA_Nov24_DAL:revs:2629":{"changeset":"Z:5dn>4|32=53x=13*7+4$bad ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746164481}},"pad:IVOA_Nov24_DAL:revs:2630":{"changeset":"Z:5dr>3|32=53x=17*7+3$ide","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746165078}},"pad:IVOA_Nov24_DAL:revs:2631":{"changeset":"Z:5du>2|32=53x=1a*7+2$a.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746165488}},"pad:IVOA_Nov24_DAL:revs:2632":{"changeset":"Z:5dw>2|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1=1b*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746167085}},"pad:IVOA_Nov24_DAL:revs:2633":{"changeset":"Z:5dy>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*h*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746167586}},"pad:IVOA_Nov24_DAL:revs:2634":{"changeset":"Z:5dy>1|33=55a=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746168695}},"pad:IVOA_Nov24_DAL:revs:2635":{"changeset":"Z:5dz>3|33=55a=2*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746169224}},"pad:IVOA_Nov24_DAL:revs:2636":{"changeset":"Z:5e2>2|33=55a=5*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746169789}},"pad:IVOA_Nov24_DAL:revs:2637":{"changeset":"Z:5e4>5|33=55a=7*7+5$oesn'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746170289}},"pad:IVOA_Nov24_DAL:revs:2638":{"changeset":"Z:5e9>2|33=55a=c*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746170799}},"pad:IVOA_Nov24_DAL:revs:2639":{"changeset":"Z:5eb>2|33=55a=e*7+2$kn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746171392}},"pad:IVOA_Nov24_DAL:revs:2640":{"changeset":"Z:5ed>3|33=55a=g*7+3$ow ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746171793}},"pad:IVOA_Nov24_DAL:revs:2641":{"changeset":"Z:5eg>1|33=55a=j*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746172392}},"pad:IVOA_Nov24_DAL:revs:2642":{"changeset":"Z:5eh>4|33=55a=k*7+4$t th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746172894}},"pad:IVOA_Nov24_DAL:revs:2643":{"changeset":"Z:5el>5|33=55a=o*7+5$e sta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746173495}},"pad:IVOA_Nov24_DAL:revs:2644":{"changeset":"Z:5eq>3|33=55a=t*7+3$rt ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746173996}},"pad:IVOA_Nov24_DAL:revs:2645":{"changeset":"Z:5et>3|33=55a=w*7+3$how","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746174495}},"pad:IVOA_Nov24_DAL:revs:2646":{"changeset":"Z:5ew>1|33=55a=z*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746174997}},"pad:IVOA_Nov24_DAL:revs:2647":{"changeset":"Z:5ex>4|33=55a=10*7+4$wher","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746175497}},"pad:IVOA_Nov24_DAL:revs:2648":{"changeset":"Z:5f1>5|33=55a=14*7+5$e to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746175999}},"pad:IVOA_Nov24_DAL:revs:2649":{"changeset":"Z:5f6>4|33=55a=19*7+4$make","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746176498}},"pad:IVOA_Nov24_DAL:revs:2650":{"changeset":"Z:5fa>3|33=55a=1d*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746177000}},"pad:IVOA_Nov24_DAL:revs:2651":{"changeset":"Z:5fd>4|33=55a=1g*7+4$e ch","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746177498}},"pad:IVOA_Nov24_DAL:revs:2652":{"changeset":"Z:5fh>4|33=55a=1k*7+4$ocie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746177999}},"pad:IVOA_Nov24_DAL:revs:2653":{"changeset":"Z:5fl<1|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*9=1=1m-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746178503}},"pad:IVOA_Nov24_DAL:revs:2654":{"changeset":"Z:5fk>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*9=1=1k-2*7+2$ic","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746179008}},"pad:IVOA_Nov24_DAL:revs:2655":{"changeset":"Z:5fk>3|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*9=1=1m*7|1+2*7*2*h*3*a+1$e\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746179509}},"pad:IVOA_Nov24_DAL:revs:2656":{"changeset":"Z:5fn>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*9=1|1=1o*g*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746181109}},"pad:IVOA_Nov24_DAL:revs:2657":{"changeset":"Z:5fn>1|34=56z=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746182118}},"pad:IVOA_Nov24_DAL:revs:2658":{"changeset":"Z:5fo>3|34=56z=2*7+3$erv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746182618}},"pad:IVOA_Nov24_DAL:revs:2659":{"changeset":"Z:5fr>2|34=56z=5*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746183147}},"pad:IVOA_Nov24_DAL:revs:2660":{"changeset":"Z:5ft>3|34=56z=7*7+3$ de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746183618}},"pad:IVOA_Nov24_DAL:revs:2661":{"changeset":"Z:5fw>3|34=56z=a*7+3$cid","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746184123}},"pad:IVOA_Nov24_DAL:revs:2662":{"changeset":"Z:5fz>2|34=56z=d*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746184621}},"pad:IVOA_Nov24_DAL:revs:2663":{"changeset":"Z:5g1>3|34=56z=f*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746185119}},"pad:IVOA_Nov24_DAL:revs:2664":{"changeset":"Z:5g4>3|34=56z=i*7+3$can","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746185620}},"pad:IVOA_Nov24_DAL:revs:2665":{"changeset":"Z:5g7>4|34=56z=l*7+4$'t d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746186122}},"pad:IVOA_Nov24_DAL:revs:2666":{"changeset":"Z:5gb>2|34=56z=p*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746186622}},"pad:IVOA_Nov24_DAL:revs:2667":{"changeset":"Z:5gd>6|34=56z=r*7+6$that f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746187121}},"pad:IVOA_Nov24_DAL:revs:2668":{"changeset":"Z:5gj>4|34=56z=x*7+4$or t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746187624}},"pad:IVOA_Nov24_DAL:revs:2669":{"changeset":"Z:5gn>4|34=56z=11*7+4$he c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746188124}},"pad:IVOA_Nov24_DAL:revs:2670":{"changeset":"Z:5gr>4|34=56z=15*7+4$lien","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746188624}},"pad:IVOA_Nov24_DAL:revs:2671":{"changeset":"Z:5gv>3|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*9=1|1=1o*a=1=18*7|1+2*7*2*g*3*b+1$t\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746189126}},"pad:IVOA_Nov24_DAL:revs:2672":{"changeset":"Z:5gy>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*9=1|1=1o*a=1|1=1a*d*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746190324}},"pad:IVOA_Nov24_DAL:revs:2673":{"changeset":"Z:5gy>0|2m=4iq*9=1|1=2c*9=1|1=28*a=1|1=k*9=1|1=1r*a=1|1=i*9=1|1=l*9=1|1=1c*a=1|1=1b*a=1|1=w*9=1|1=1v*9=1|1=u*b=1|1=o*9=1|1=1m*a=1|1=25*9=1|1=1y*c=1|1=8*9=1|1=1c*9=1|1=1o*a=1|1=1a*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746190822}},"pad:IVOA_Nov24_DAL:revs:2674":{"changeset":"Z:5gy<1|35=58a-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746192723}},"pad:IVOA_Nov24_DAL:revs:2675":{"changeset":"Z:5gx>1|35=58a*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746193326}},"pad:IVOA_Nov24_DAL:revs:2676":{"changeset":"Z:5gy<1|35=58a|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746193826}},"pad:IVOA_Nov24_DAL:revs:2677":{"changeset":"Z:5gx>2|35=58a*7+2$Bo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746194326}},"pad:IVOA_Nov24_DAL:revs:2678":{"changeset":"Z:5gz>4|35=58a=2*7+4$ttom","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746194826}},"pad:IVOA_Nov24_DAL:revs:2679":{"changeset":"Z:5h3>3|35=58a=6*7+3$ Li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746195328}},"pad:IVOA_Nov24_DAL:revs:2680":{"changeset":"Z:5h6>1|35=58a=9*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746195827}},"pad:IVOA_Nov24_DAL:revs:2681":{"changeset":"Z:5h7>1|35=58a=a*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746196426}},"pad:IVOA_Nov24_DAL:revs:2682":{"changeset":"Z:5h8>6|35=58a=b*7|1+2*7+4$:\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746196928}},"pad:IVOA_Nov24_DAL:revs:2683":{"changeset":"Z:5he>1|36=58n*7*2*e*3+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746197426}},"pad:IVOA_Nov24_DAL:revs:2684":{"changeset":"Z:5hf<4|36=58n=1-4$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746197929}},"pad:IVOA_Nov24_DAL:revs:2685":{"changeset":"Z:5hb>0|36=58n*8*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746198429}},"pad:IVOA_Nov24_DAL:revs:2686":{"changeset":"Z:5hb>1|36=58n=1*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746199027}},"pad:IVOA_Nov24_DAL:revs:2687":{"changeset":"Z:5hc>3|36=58n=2*7+3$ant","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746199531}},"pad:IVOA_Nov24_DAL:revs:2688":{"changeset":"Z:5hf>4|36=58n=5*7+4$ opt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746200032}},"pad:IVOA_Nov24_DAL:revs:2689":{"changeset":"Z:5hj>4|36=58n=9*7+4$ions","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746200532}},"pad:IVOA_Nov24_DAL:revs:2690":{"changeset":"Z:5hn>1|36=58n=d*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746201532}},"pad:IVOA_Nov24_DAL:revs:2691":{"changeset":"Z:5ho>1|36=58n=e*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746202033}},"pad:IVOA_Nov24_DAL:revs:2692":{"changeset":"Z:5hp>5|36=58n=f*7+5$give ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746202534}},"pad:IVOA_Nov24_DAL:revs:2693":{"changeset":"Z:5hu>4|36=58n=k*7+4$a vo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746203058}},"pad:IVOA_Nov24_DAL:revs:2694":{"changeset":"Z:5hy>3|36=58n=o*7+3$cab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746203536}},"pad:IVOA_Nov24_DAL:revs:2695":{"changeset":"Z:5i1>3|36=58n=r*7+3$ula","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746204063}},"pad:IVOA_Nov24_DAL:revs:2696":{"changeset":"Z:5i4>1|36=58n*9=1=t*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746204552}},"pad:IVOA_Nov24_DAL:revs:2697":{"changeset":"Z:5i5>3|36=58n=v*7+3$y f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746205055}},"pad:IVOA_Nov24_DAL:revs:2698":{"changeset":"Z:5i8>4|36=58n=y*7+4$or t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746205551}},"pad:IVOA_Nov24_DAL:revs:2699":{"changeset":"Z:5ic>3|36=58n=12*7+3$hem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746206538}},"pad:IVOA_Nov24_DAL:revs:2700":{"changeset":"Z:5if>2|36=58n*9=1=14*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746207038,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19},"nextNum":20},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n* \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7+1*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2701":{"changeset":"Z:5ih>2|37=59t=1*7+2$Da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746207638}},"pad:IVOA_Nov24_DAL:revs:2702":{"changeset":"Z:5ij>4|37=59t=3*7+4$tali","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746208138}},"pad:IVOA_Nov24_DAL:revs:2703":{"changeset":"Z:5in>5|37=59t=7*7+5$nk is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746208639}},"pad:IVOA_Nov24_DAL:revs:2704":{"changeset":"Z:5is>4|37=59t=c*7+4$ fle","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746209139}},"pad:IVOA_Nov24_DAL:revs:2705":{"changeset":"Z:5iw>2|37=59t=g*7+2$xi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746209646}},"pad:IVOA_Nov24_DAL:revs:2706":{"changeset":"Z:5iy>5|37=59t=i*7+5$ble, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746210148}},"pad:IVOA_Nov24_DAL:revs:2707":{"changeset":"Z:5j3>1|37=59t=n*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746212949}},"pad:IVOA_Nov24_DAL:revs:2708":{"changeset":"Z:5j4>3|37=59t=o*7+3$any","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746213447}},"pad:IVOA_Nov24_DAL:revs:2709":{"changeset":"Z:5j7>4|37=59t=r*7+4$ way","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746213949}},"pad:IVOA_Nov24_DAL:revs:2710":{"changeset":"Z:5jb>5|37=59t=v*7+5$s to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746214450}},"pad:IVOA_Nov24_DAL:revs:2711":{"changeset":"Z:5jg>3|37=59t=10*7+3$do ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746214956}},"pad:IVOA_Nov24_DAL:revs:2712":{"changeset":"Z:5jj>2|37=59t=13*7+2$so","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746215451}},"pad:IVOA_Nov24_DAL:revs:2713":{"changeset":"Z:5jl>1|37=59t=15*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746215954}},"pad:IVOA_Nov24_DAL:revs:2714":{"changeset":"Z:5jm>2|36=58n*9=1|1=15*a=1=15*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746216656}},"pad:IVOA_Nov24_DAL:revs:2715":{"changeset":"Z:5jo>1|38=5b0=1*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746218263}},"pad:IVOA_Nov24_DAL:revs:2716":{"changeset":"Z:5jp>1|38=5b0=2*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746218762}},"pad:IVOA_Nov24_DAL:revs:2717":{"changeset":"Z:5jq>4|38=5b0=3*7+4$ed a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746219261}},"pad:IVOA_Nov24_DAL:revs:2718":{"changeset":"Z:5ju>3|38=5b0=7*7+3$ so","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746219764}},"pad:IVOA_Nov24_DAL:revs:2719":{"changeset":"Z:5jx>4|38=5b0=a*7+4$luti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746220264}},"pad:IVOA_Nov24_DAL:revs:2720":{"changeset":"Z:5k1>3|38=5b0=e*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746220763}},"pad:IVOA_Nov24_DAL:revs:2721":{"changeset":"Z:5k4>2|38=5b0=h*7+2$SO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746221264}},"pad:IVOA_Nov24_DAL:revs:2722":{"changeset":"Z:5k6>2|38=5b0=j*7+2$ON","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746221764}},"pad:IVOA_Nov24_DAL:revs:2723":{"changeset":"Z:5k8>1|38=5b0=l*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746222265}},"pad:IVOA_Nov24_DAL:revs:2724":{"changeset":"Z:5k9<1|36=58n*9=1|1=15*a=1|1=16*b=1=k-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746229879}},"pad:IVOA_Nov24_DAL:revs:2725":{"changeset":"Z:5k8<3|36=58n*9=1|1=15*a=1|1=16*b=1=h-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746230378}},"pad:IVOA_Nov24_DAL:revs:2726":{"changeset":"Z:5k5>0|36=58n*9=1|1=15*a=1|1=16*b=1=g-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746230879}},"pad:IVOA_Nov24_DAL:revs:2727":{"changeset":"Z:5k5>3|38=5b0=i*7+3$oon","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746231382}},"pad:IVOA_Nov24_DAL:revs:2728":{"changeset":"Z:5k8>1|38=5b0=l*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746231881}},"pad:IVOA_Nov24_DAL:revs:2729":{"changeset":"Z:5k9>2|36=58n*9=1|1=15*a=1|1=16*b=1=l*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746238995}},"pad:IVOA_Nov24_DAL:revs:2730":{"changeset":"Z:5kb>2|36=58n*9=1|1=15*a=1|1=16*b=1|1=m*c=1*7|1+1*7*2*8*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746239501}},"pad:IVOA_Nov24_DAL:revs:2731":{"changeset":"Z:5kd<1|3a=5bp-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746239996}},"pad:IVOA_Nov24_DAL:revs:2732":{"changeset":"Z:5kc>1|3a=5bp*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746240501}},"pad:IVOA_Nov24_DAL:revs:2733":{"changeset":"Z:5kd>1|3a=5bp=1*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746241307}},"pad:IVOA_Nov24_DAL:revs:2734":{"changeset":"Z:5ke>1|3a=5bp=2*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746242606}},"pad:IVOA_Nov24_DAL:revs:2735":{"changeset":"Z:5kf<1|39=5bn-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746243706}},"pad:IVOA_Nov24_DAL:revs:2736":{"changeset":"Z:5ke>1|39=5bn*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746244817}},"pad:IVOA_Nov24_DAL:revs:2737":{"changeset":"Z:5kf>1|39=5bn=1*7+1$'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746245410}},"pad:IVOA_Nov24_DAL:revs:2738":{"changeset":"Z:5kg>1|39=5bn=2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746245914}},"pad:IVOA_Nov24_DAL:revs:2739":{"changeset":"Z:5kh>1|39=5bn*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746246912}},"pad:IVOA_Nov24_DAL:revs:2740":{"changeset":"Z:5ki>1|3b=5bs=2*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746248911}},"pad:IVOA_Nov24_DAL:revs:2741":{"changeset":"Z:5kj>1|3b=5bs=3*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746252718}},"pad:IVOA_Nov24_DAL:revs:2742":{"changeset":"Z:5kk>1|3b=5bs=4*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746253318}},"pad:IVOA_Nov24_DAL:revs:2743":{"changeset":"Z:5kl>2|3b=5bs=5*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746253824}},"pad:IVOA_Nov24_DAL:revs:2744":{"changeset":"Z:5kn>1|3b=5bs=7*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746255232}},"pad:IVOA_Nov24_DAL:revs:2745":{"changeset":"Z:5ko>4|3b=5bs=8*7+4$owle","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746255725}},"pad:IVOA_Nov24_DAL:revs:2746":{"changeset":"Z:5ks>1|3b=5bs=c*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746256235}},"pad:IVOA_Nov24_DAL:revs:2747":{"changeset":"Z:5kt>2|3b=5bs=d*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746256830}},"pad:IVOA_Nov24_DAL:revs:2748":{"changeset":"Z:5kv>1|3b=5bs=f*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746259231}},"pad:IVOA_Nov24_DAL:revs:2749":{"changeset":"Z:5kw>4|3b=5bs=g*7+4$aile","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746259730}},"pad:IVOA_Nov24_DAL:revs:2750":{"changeset":"Z:5l0>4|3b=5bs=k*7+4$d th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746260233}},"pad:IVOA_Nov24_DAL:revs:2751":{"changeset":"Z:5l4>4|3b=5bs=o*7+4$e pr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746260732}},"pad:IVOA_Nov24_DAL:revs:2752":{"changeset":"Z:5l8>4|3b=5bs=s*7+4$oble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746261230}},"pad:IVOA_Nov24_DAL:revs:2753":{"changeset":"Z:5lc>1|3b=5bs=w*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746261729}},"pad:IVOA_Nov24_DAL:revs:2754":{"changeset":"Z:5ld>1|3b=5bs=x*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746262237}},"pad:IVOA_Nov24_DAL:revs:2755":{"changeset":"Z:5le>2|3b=5bs=y*7+2$/ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746262738}},"pad:IVOA_Nov24_DAL:revs:2756":{"changeset":"Z:5lg>3|3b=5bs=10*7+3$com","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746263244}},"pad:IVOA_Nov24_DAL:revs:2757":{"changeset":"Z:5lj>5|3b=5bs=13*7+5$plexi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746263755}},"pad:IVOA_Nov24_DAL:revs:2758":{"changeset":"Z:5lo>2|3b=5bs=18*7+2$ty","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746264241}},"pad:IVOA_Nov24_DAL:revs:2759":{"changeset":"Z:5lq>1|3b=5bs=1a*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746264943}},"pad:IVOA_Nov24_DAL:revs:2760":{"changeset":"Z:5lr>1|3b=5bs=1b*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746266343}},"pad:IVOA_Nov24_DAL:revs:2761":{"changeset":"Z:5ls<1|3b=5bs=1a-2*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746266843}},"pad:IVOA_Nov24_DAL:revs:2762":{"changeset":"Z:5lr>3|3b=5bs=1b*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746267341}},"pad:IVOA_Nov24_DAL:revs:2763":{"changeset":"Z:5lu>1|3b=5bs=1e*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746267840}},"pad:IVOA_Nov24_DAL:revs:2764":{"changeset":"Z:5lv>4|3b=5bs=1f*7+4$atal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746268339}},"pad:IVOA_Nov24_DAL:revs:2765":{"changeset":"Z:5lz>4|3b=5bs=1j*7+4$ink ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746268940}},"pad:IVOA_Nov24_DAL:revs:2766":{"changeset":"Z:5m3>5|3b=5bs=1n*7+5$doesn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746269442}},"pad:IVOA_Nov24_DAL:revs:2767":{"changeset":"Z:5m8>4|3b=5bs=1s*7+4$'t h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746269941}},"pad:IVOA_Nov24_DAL:revs:2768":{"changeset":"Z:5mc>5|3b=5bs=1w*7+5$ave a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746270446}},"pad:IVOA_Nov24_DAL:revs:2769":{"changeset":"Z:5mh>3|3b=5bs=21*7+3$ wa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746270946}},"pad:IVOA_Nov24_DAL:revs:2770":{"changeset":"Z:5mk>1|3b=5bs=24*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746271444}},"pad:IVOA_Nov24_DAL:revs:2771":{"changeset":"Z:5ml>3|3b=5bs=25*7+3$ fo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746271944}},"pad:IVOA_Nov24_DAL:revs:2772":{"changeset":"Z:5mo>2|3b=5bs=28*7+2$ g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746272443}},"pad:IVOA_Nov24_DAL:revs:2773":{"changeset":"Z:5mq<3|3b=5bs=27-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746272945}},"pad:IVOA_Nov24_DAL:revs:2774":{"changeset":"Z:5mn>2|3b=5bs=26-1*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746273446}},"pad:IVOA_Nov24_DAL:revs:2775":{"changeset":"Z:5mp>3|3b=5bs=29*7+3$giv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746273950}},"pad:IVOA_Nov24_DAL:revs:2776":{"changeset":"Z:5ms>4|3b=5bs=2c*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746274445}},"pad:IVOA_Nov24_DAL:revs:2777":{"changeset":"Z:5mw>2|3b=5bs=2g*7+2$al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746274946}},"pad:IVOA_Nov24_DAL:revs:2778":{"changeset":"Z:5my>4|3b=5bs=2i*7+4$tern","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746275446}},"pad:IVOA_Nov24_DAL:revs:2779":{"changeset":"Z:5n2>5|3b=5bs=2m*7+5$ative","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746276049}},"pad:IVOA_Nov24_DAL:revs:2780":{"changeset":"Z:5n7>1|3b=5bs=2r*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746276547}},"pad:IVOA_Nov24_DAL:revs:2781":{"changeset":"Z:5n8>2|3b=5bs=2s*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746277255}},"pad:IVOA_Nov24_DAL:revs:2782":{"changeset":"Z:5na>1|3b=5bs=2u*7+1$1","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746277853}},"pad:IVOA_Nov24_DAL:revs:2783":{"changeset":"Z:5nb>1|3b=5bs=2v*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746278456}},"pad:IVOA_Nov24_DAL:revs:2784":{"changeset":"Z:5nc>4|3b=5bs=2w*7+4$end-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746278956}},"pad:IVOA_Nov24_DAL:revs:2785":{"changeset":"Z:5ng>1|3b=5bs=30*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746279655}},"pad:IVOA_Nov24_DAL:revs:2786":{"changeset":"Z:5nh>4|3b=5bs=31*7+4$unch","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746280156}},"pad:IVOA_Nov24_DAL:revs:2787":{"changeset":"Z:5nl>5|3b=5bs=35*7+5$ of r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746280659}},"pad:IVOA_Nov24_DAL:revs:2788":{"changeset":"Z:5nq>2|3b=5bs=3a*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746281258}},"pad:IVOA_Nov24_DAL:revs:2789":{"changeset":"Z:5ns>1|3b=5bs=3c*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746281759}},"pad:IVOA_Nov24_DAL:revs:2790":{"changeset":"Z:5nt>3|3b=5bs=3d*7+3$urc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746282263}},"pad:IVOA_Nov24_DAL:revs:2791":{"changeset":"Z:5nw>3|3b=5bs=3g*7+3$es.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746282760}},"pad:IVOA_Nov24_DAL:revs:2792":{"changeset":"Z:5nz>1|3b=5bs=3j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746283366}},"pad:IVOA_Nov24_DAL:revs:2793":{"changeset":"Z:5o0>1|3b=5bs=3k*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746283865}},"pad:IVOA_Nov24_DAL:revs:2794":{"changeset":"Z:5o1>3|3b=5bs=3l*7+3$ayi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746284365}},"pad:IVOA_Nov24_DAL:revs:2795":{"changeset":"Z:5o4>4|3b=5bs=3o*7+4$ng s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746284968}},"pad:IVOA_Nov24_DAL:revs:2796":{"changeset":"Z:5o8>5|3b=5bs=3s*7+5$ometh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746285465}},"pad:IVOA_Nov24_DAL:revs:2797":{"changeset":"Z:5od>5|3b=5bs=3x*7+5$ing a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746286065}},"pad:IVOA_Nov24_DAL:revs:2798":{"changeset":"Z:5oi>0|3b=5bs=41-1*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746286566}},"pad:IVOA_Nov24_DAL:revs:2799":{"changeset":"Z:5oi>4|3b=5bs=42*7+4$s a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746287066}},"pad:IVOA_Nov24_DAL:revs:2800":{"changeset":"Z:5om>1|3b=5bs=46*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746287868,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19},"nextNum":20},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a a \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|3+r*7+49*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2801":{"changeset":"Z:5on>4|3b=5bs=47*7+4$lter","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746288366}},"pad:IVOA_Nov24_DAL:revs:2802":{"changeset":"Z:5or>5|3b=5bs=4b*7+5$nate ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746288867}},"pad:IVOA_Nov24_DAL:revs:2803":{"changeset":"Z:5ow>4|3b=5bs=4g*7+4$is n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746289365}},"pad:IVOA_Nov24_DAL:revs:2804":{"changeset":"Z:5p0>3|3b=5bs=4k*7+3$ot ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746289867}},"pad:IVOA_Nov24_DAL:revs:2805":{"changeset":"Z:5p3>1|3b=5bs=4n*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746290467}},"pad:IVOA_Nov24_DAL:revs:2806":{"changeset":"Z:5p4>2|3b=5bs=4o*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746290969}},"pad:IVOA_Nov24_DAL:revs:2807":{"changeset":"Z:5p6>1|3b=5bs=4q*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746291470}},"pad:IVOA_Nov24_DAL:revs:2808":{"changeset":"Z:5p7>2|3b=5bs=4r*7+2$; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746291968}},"pad:IVOA_Nov24_DAL:revs:2809":{"changeset":"Z:5p9>4|3b=5bs=4t*7+4$usin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746292471}},"pad:IVOA_Nov24_DAL:revs:2810":{"changeset":"Z:5pd>5|3b=5bs=4x*7+5$g ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746292976}},"pad:IVOA_Nov24_DAL:revs:2811":{"changeset":"Z:5pi>5|3b=5bs=52*7+5$vice ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746293577}},"pad:IVOA_Nov24_DAL:revs:2812":{"changeset":"Z:5pn>2|3b=5bs=57*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746294078}},"pad:IVOA_Nov24_DAL:revs:2813":{"changeset":"Z:5pp>3|3b=5bs=59*7+3$scr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746294608}},"pad:IVOA_Nov24_DAL:revs:2814":{"changeset":"Z:5ps>4|3b=5bs=5c*7+4$ipto","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746295088}},"pad:IVOA_Nov24_DAL:revs:2815":{"changeset":"Z:5pw>3|3b=5bs=5g*7+3$rs ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746295508}},"pad:IVOA_Nov24_DAL:revs:2816":{"changeset":"Z:5pz>1|3b=5bs=5j*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746296288}},"pad:IVOA_Nov24_DAL:revs:2817":{"changeset":"Z:5q0>3|3b=5bs=5k*7+3$s m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746296798}},"pad:IVOA_Nov24_DAL:revs:2818":{"changeset":"Z:5q3>4|3b=5bs=5n*7+4$ost ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746297290}},"pad:IVOA_Nov24_DAL:revs:2819":{"changeset":"Z:5q7>4|3b=5bs=5r*7+4$cone","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746297790}},"pad:IVOA_Nov24_DAL:revs:2820":{"changeset":"Z:5qb>3|3b=5bs=5v*7+3$cpt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746298289}},"pad:IVOA_Nov24_DAL:revs:2821":{"changeset":"Z:5qe>1|3b=5bs=5y*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746298891}},"pad:IVOA_Nov24_DAL:revs:2822":{"changeset":"Z:5qf>4|3b=5bs=5z*7+4$ally","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746299388}},"pad:IVOA_Nov24_DAL:revs:2823":{"changeset":"Z:5qj>4|3b=5bs=63*7+4$ cor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746299891}},"pad:IVOA_Nov24_DAL:revs:2824":{"changeset":"Z:5qn>1|3b=5bs=67*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746300492}},"pad:IVOA_Nov24_DAL:revs:2825":{"changeset":"Z:5qo>2|3b=5bs=68*7+2$ec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746300990}},"pad:IVOA_Nov24_DAL:revs:2826":{"changeset":"Z:5qq>3|3b=5bs=6a*7+3$t; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746301491}},"pad:IVOA_Nov24_DAL:revs:2827":{"changeset":"Z:5qt>4|3b=5bs=6d*7+4$you ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746301991}},"pad:IVOA_Nov24_DAL:revs:2828":{"changeset":"Z:5qx>1|3b=5bs=6h*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746302492}},"pad:IVOA_Nov24_DAL:revs:2829":{"changeset":"Z:5qy>1|3b=5bs=6h-1*7+2$ge","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746303097}},"pad:IVOA_Nov24_DAL:revs:2830":{"changeset":"Z:5qz>4|3b=5bs=6j*7+4$t re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746303597}},"pad:IVOA_Nov24_DAL:revs:2831":{"changeset":"Z:5r3>3|3b=5bs=6n*7+3$pea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746304098}},"pad:IVOA_Nov24_DAL:revs:2832":{"changeset":"Z:5r6>4|3b=5bs=6q*7+4$ted ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746304598}},"pad:IVOA_Nov24_DAL:revs:2833":{"changeset":"Z:5ra>3|3b=5bs=6u*7+3$cal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746305096}},"pad:IVOA_Nov24_DAL:revs:2834":{"changeset":"Z:5rd>4|3b=5bs=6x*7+4$ls t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746305595}},"pad:IVOA_Nov24_DAL:revs:2835":{"changeset":"Z:5rh>4|3b=5bs=71*7+4$o se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746306097}},"pad:IVOA_Nov24_DAL:revs:2836":{"changeset":"Z:5rl>3|3b=5bs=75*7+3$rvi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746306596}},"pad:IVOA_Nov24_DAL:revs:2837":{"changeset":"Z:5ro>3|3b=5bs=78*7+3$ces","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746307095}},"pad:IVOA_Nov24_DAL:revs:2838":{"changeset":"Z:5rr>2|3b=5bs=7b*7+2$; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746307597}},"pad:IVOA_Nov24_DAL:revs:2839":{"changeset":"Z:5rt>2|3b=5bs=7d*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746308097}},"pad:IVOA_Nov24_DAL:revs:2840":{"changeset":"Z:5rv>2|3b=5bs=7f*7+2$da","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746308598}},"pad:IVOA_Nov24_DAL:revs:2841":{"changeset":"Z:5rx>2|3b=5bs=7g-1*7+3$s a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746309099}},"pad:IVOA_Nov24_DAL:revs:2842":{"changeset":"Z:5rz>3|3b=5bs=7j*7+3$ lo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746309597}},"pad:IVOA_Nov24_DAL:revs:2843":{"changeset":"Z:5s2>4|3b=5bs=7m*7+4$t of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746310100}},"pad:IVOA_Nov24_DAL:revs:2844":{"changeset":"Z:5s6>1|3b=5bs=7q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746310600}},"pad:IVOA_Nov24_DAL:revs:2845":{"changeset":"Z:5s7>2|3b=5bs=7r*7+2$ov","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746311102}},"pad:IVOA_Nov24_DAL:revs:2846":{"changeset":"Z:5s9>4|3b=5bs=7t*7+4$erhe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746311602}},"pad:IVOA_Nov24_DAL:revs:2847":{"changeset":"Z:5sd>5|3b=5bs=7x*7+5$ad, n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746312202}},"pad:IVOA_Nov24_DAL:revs:2848":{"changeset":"Z:5si>4|3b=5bs=82*7+4$ot g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746312702}},"pad:IVOA_Nov24_DAL:revs:2849":{"changeset":"Z:5sm>4|3b=5bs=86*7+4$reat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746313202}},"pad:IVOA_Nov24_DAL:revs:2850":{"changeset":"Z:5sq>3|3b=5bs=8a*7+3$ at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746313704}},"pad:IVOA_Nov24_DAL:revs:2851":{"changeset":"Z:5st>4|3b=5bs=8d*7+4$ lar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746314207}},"pad:IVOA_Nov24_DAL:revs:2852":{"changeset":"Z:5sx>2|3b=5bs=8h*7+2$ge","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746314709}},"pad:IVOA_Nov24_DAL:revs:2853":{"changeset":"Z:5sz>2|3b=5bs=8j*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746315207}},"pad:IVOA_Nov24_DAL:revs:2854":{"changeset":"Z:5t1>1|3b=5bs=8l*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746315811}},"pad:IVOA_Nov24_DAL:revs:2855":{"changeset":"Z:5t2>4|3b=5bs=8m*7+4$ales","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746316309}},"pad:IVOA_Nov24_DAL:revs:2856":{"changeset":"Z:5t6>1|3b=5bs=8q*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746316818}},"pad:IVOA_Nov24_DAL:revs:2857":{"changeset":"Z:5t7>2|3b=5bs=8r*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746317316}},"pad:IVOA_Nov24_DAL:revs:2858":{"changeset":"Z:5t9>1|3b=5bs=8t*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746317818}},"pad:IVOA_Nov24_DAL:revs:2859":{"changeset":"Z:5ta>2|3b=5bs=8u*7+2$ut","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746318412}},"pad:IVOA_Nov24_DAL:revs:2860":{"changeset":"Z:5tc>3|3b=5bs=8w*7+3$ ro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746318914}},"pad:IVOA_Nov24_DAL:revs:2861":{"changeset":"Z:5tf>3|3b=5bs=8z*7+3$ugh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746319413}},"pad:IVOA_Nov24_DAL:revs:2862":{"changeset":"Z:5ti>4|3b=5bs=92*7+4$ly r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746319918}},"pad:IVOA_Nov24_DAL:revs:2863":{"changeset":"Z:5tm>5|3b=5bs=96*7+5$ight ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746320418}},"pad:IVOA_Nov24_DAL:revs:2864":{"changeset":"Z:5tr>3|3b=5bs=9b*7+3$app","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746320922}},"pad:IVOA_Nov24_DAL:revs:2865":{"changeset":"Z:5tu>4|3b=5bs=9e*7+4$roac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746321419}},"pad:IVOA_Nov24_DAL:revs:2866":{"changeset":"Z:5ty>1|3b=5bs=9i*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746321920}},"pad:IVOA_Nov24_DAL:revs:2867":{"changeset":"Z:5tz>2|3b=5bs=9j*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746322421}},"pad:IVOA_Nov24_DAL:revs:2868":{"changeset":"Z:5u1>4|3b=5bs=9l*7+4$eali","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746322924}},"pad:IVOA_Nov24_DAL:revs:2869":{"changeset":"Z:5u5>5|3b=5bs=9p*7+5$ng wi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746323439}},"pad:IVOA_Nov24_DAL:revs:2870":{"changeset":"Z:5ua>4|3b=5bs=9u*7+4$th a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746323923}},"pad:IVOA_Nov24_DAL:revs:2871":{"changeset":"Z:5ue>3|3b=5bs=9y*7+3$lte","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746324428}},"pad:IVOA_Nov24_DAL:revs:2872":{"changeset":"Z:5uh>1|3b=5bs=a1*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746325133}},"pad:IVOA_Nov24_DAL:revs:2873":{"changeset":"Z:5ui>4|3b=5bs=a2*7+4$nati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746325636}},"pad:IVOA_Nov24_DAL:revs:2874":{"changeset":"Z:5um>4|3b=5bs=a6*7+4$ve c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746326130}},"pad:IVOA_Nov24_DAL:revs:2875":{"changeset":"Z:5uq>3|3b=5bs=aa*7+3$hoi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746326637}},"pad:IVOA_Nov24_DAL:revs:2876":{"changeset":"Z:5ut>3|3b=5bs=ad*7+3$ces","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746327136}},"pad:IVOA_Nov24_DAL:revs:2877":{"changeset":"Z:5uw>1|3b=5bs=ag*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746327737}},"pad:IVOA_Nov24_DAL:revs:2878":{"changeset":"Z:5ux>1|3b=5bs=ah*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746329036}},"pad:IVOA_Nov24_DAL:revs:2879":{"changeset":"Z:5uy>1|3c=5ma*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746329637}},"pad:IVOA_Nov24_DAL:revs:2880":{"changeset":"Z:5uz>1|3d=5mb*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746330137}},"pad:IVOA_Nov24_DAL:revs:2881":{"changeset":"Z:5v0>2|3d=5mb=1*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746330637}},"pad:IVOA_Nov24_DAL:revs:2882":{"changeset":"Z:5v2>1|3d=5mb=3*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746332144}},"pad:IVOA_Nov24_DAL:revs:2883":{"changeset":"Z:5v3>4|3d=5mb=4*7+4$ranc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746332641}},"pad:IVOA_Nov24_DAL:revs:2884":{"changeset":"Z:5v7>3|3d=5mb=8*7+3$ois","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746333142}},"pad:IVOA_Nov24_DAL:revs:2885":{"changeset":"Z:5va>1|3d=5mb=b*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746333642}},"pad:IVOA_Nov24_DAL:revs:2886":{"changeset":"Z:5vb>1|3d=5mb=c*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746334146}},"pad:IVOA_Nov24_DAL:revs:2887":{"changeset":"Z:5vc<1|3d=5mb=c-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746334945}},"pad:IVOA_Nov24_DAL:revs:2888":{"changeset":"Z:5vb>0|3d=5mb=b-1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746335449}},"pad:IVOA_Nov24_DAL:revs:2889":{"changeset":"Z:5vb>2|3d=5mb=c*7+2$Bo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746335948}},"pad:IVOA_Nov24_DAL:revs:2890":{"changeset":"Z:5vd>3|3d=5mb=e*7+3$nna","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746336450}},"pad:IVOA_Nov24_DAL:revs:2891":{"changeset":"Z:5vg>3|3d=5mb=h*7+3$rel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746336949}},"pad:IVOA_Nov24_DAL:revs:2892":{"changeset":"Z:5vj>2|3d=5mb=k*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746337450}},"pad:IVOA_Nov24_DAL:revs:2893":{"changeset":"Z:5vl>1|3c=5ma*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746364307}},"pad:IVOA_Nov24_DAL:revs:2894":{"changeset":"Z:5vm>1|3d=5mb*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746364803}},"pad:IVOA_Nov24_DAL:revs:2895":{"changeset":"Z:5vn>1|3d=5mb*7+1$B","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746366110}},"pad:IVOA_Nov24_DAL:revs:2896":{"changeset":"Z:5vo>1|3d=5mb=1*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746366815}},"pad:IVOA_Nov24_DAL:revs:2897":{"changeset":"Z:5vp>1|3d=5mb=2*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746367316}},"pad:IVOA_Nov24_DAL:revs:2898":{"changeset":"Z:5vq>3|3d=5mb=3*7+3$, i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746367813}},"pad:IVOA_Nov24_DAL:revs:2899":{"changeset":"Z:5vt>4|3d=5mb=6*7+4$nten","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746368410}},"pad:IVOA_Nov24_DAL:revs:2900":{"changeset":"Z:5vx>2|3d=5mb=a*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746368912,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19},"nextNum":20},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nBtw, intende\n\nQ: Francois Bonnarel: \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|7+bo*7+o*0|2+2*0*5*2*3+1*0+19*0*6+j*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:2901":{"changeset":"Z:5vz4|3f=5mp=4*7+4$ark ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746371930}},"pad:IVOA_Nov24_DAL:revs:2903":{"changeset":"Z:5vn>4|3f=5mp=8*7+4$Taly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746372412}},"pad:IVOA_Nov24_DAL:revs:2904":{"changeset":"Z:5vr<1|3f=5mp=b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746373225}},"pad:IVOA_Nov24_DAL:revs:2905":{"changeset":"Z:5vq>1|3f=5mp=a-1*7+2$yl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746373719}},"pad:IVOA_Nov24_DAL:revs:2906":{"changeset":"Z:5vr>2|3f=5mp=c*7+2$or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746374219}},"pad:IVOA_Nov24_DAL:revs:2907":{"changeset":"Z:5vt>1|3f=5mp=f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746374717}},"pad:IVOA_Nov24_DAL:revs:2908":{"changeset":"Z:5vu>4|3f=5mp=g*7+4$usin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746375217}},"pad:IVOA_Nov24_DAL:revs:2909":{"changeset":"Z:5vy>5|3f=5mp=k*7+5$g loc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746375718}},"pad:IVOA_Nov24_DAL:revs:2910":{"changeset":"Z:5w3>1|3f=5mp=p*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746376217}},"pad:IVOA_Nov24_DAL:revs:2911":{"changeset":"Z:5w4>3|3f=5mp=q*7+3$l s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746376718}},"pad:IVOA_Nov24_DAL:revs:2912":{"changeset":"Z:5w7>3|3f=5mp=t*7+3$ems","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746377218}},"pad:IVOA_Nov24_DAL:revs:2913":{"changeset":"Z:5wa>2|3f=5mp=v-1*7+3$ant","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746377717}},"pad:IVOA_Nov24_DAL:revs:2914":{"changeset":"Z:5wc>4|3f=5mp=y*7+4$ics ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746378219}},"pad:IVOA_Nov24_DAL:revs:2915":{"changeset":"Z:5wg>4|3f=5mp=12*7+4$does","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746378719}},"pad:IVOA_Nov24_DAL:revs:2916":{"changeset":"Z:5wk>1|3f=5mp=16*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746379321}},"pad:IVOA_Nov24_DAL:revs:2917":{"changeset":"Z:5wl>4|3f=5mp=17*7+4$'t s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746379726}},"pad:IVOA_Nov24_DAL:revs:2918":{"changeset":"Z:5wp>4|3f=5mp=1b*7+4$ound","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746380224}},"pad:IVOA_Nov24_DAL:revs:2919":{"changeset":"Z:5wt>1|3f=5mp=1f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746380724}},"pad:IVOA_Nov24_DAL:revs:2920":{"changeset":"Z:5wu>1|3f=5mp=1g*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746381326}},"pad:IVOA_Nov24_DAL:revs:2921":{"changeset":"Z:5wv>3|3f=5mp=1h*7+3$err","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746381827}},"pad:IVOA_Nov24_DAL:revs:2922":{"changeset":"Z:5wy>4|3f=5mp=1k*7+4$ible","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746382326}},"pad:IVOA_Nov24_DAL:revs:2923":{"changeset":"Z:5x2>1|3f=5mp=1o*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746382926}},"pad:IVOA_Nov24_DAL:revs:2924":{"changeset":"Z:5x3>2|3f=5mp=1p*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746383426}},"pad:IVOA_Nov24_DAL:revs:2925":{"changeset":"Z:5x5>2|3f=5mp=1r*7+2$is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746384026}},"pad:IVOA_Nov24_DAL:revs:2926":{"changeset":"Z:5x7>3|3f=5mp=1t*7+3$cus","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746384526}},"pad:IVOA_Nov24_DAL:revs:2927":{"changeset":"Z:5xa>4|3f=5mp=1w*7+4$sing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746385027}},"pad:IVOA_Nov24_DAL:revs:2928":{"changeset":"Z:5xe>1|3f=5mp=1z-1*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746385529}},"pad:IVOA_Nov24_DAL:revs:2929":{"changeset":"Z:5xf<1|3f=5mp=20-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746386129}},"pad:IVOA_Nov24_DAL:revs:2930":{"changeset":"Z:5xe<1|3f=5mp=1z-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746386629}},"pad:IVOA_Nov24_DAL:revs:2931":{"changeset":"Z:5xd<1|3f=5mp=1y-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746387131}},"pad:IVOA_Nov24_DAL:revs:2932":{"changeset":"Z:5xc>4|3f=5mp=1y*7+4$ons ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746387636}},"pad:IVOA_Nov24_DAL:revs:2933":{"changeset":"Z:5xg>3|3f=5mp=22*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746388232}},"pad:IVOA_Nov24_DAL:revs:2934":{"changeset":"Z:5xj>1|3f=5mp=25*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746388732}},"pad:IVOA_Nov24_DAL:revs:2935":{"changeset":"Z:5xk>4|3f=5mp=26*7+4$hat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746389233}},"pad:IVOA_Nov24_DAL:revs:2936":{"changeset":"Z:5xo>5|3f=5mp=2a*7+5$to na","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746389739}},"pad:IVOA_Nov24_DAL:revs:2937":{"changeset":"Z:5xt>5|3f=5mp=2f*7+5$me th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746390237}},"pad:IVOA_Nov24_DAL:revs:2938":{"changeset":"Z:5xy>3|3f=5mp=2k*7+3$at ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746390736}},"pad:IVOA_Nov24_DAL:revs:2939":{"changeset":"Z:5y1>4|3f=5mp=2n*7+4$colu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746391239}},"pad:IVOA_Nov24_DAL:revs:2940":{"changeset":"Z:5y5>2|3f=5mp=2r*7+2$mn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746391838}},"pad:IVOA_Nov24_DAL:revs:2941":{"changeset":"Z:5y7>2|3f=5mp=2t*7+2$; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746392339}},"pad:IVOA_Nov24_DAL:revs:2942":{"changeset":"Z:5y9>3|3f=5mp=2v*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746392839}},"pad:IVOA_Nov24_DAL:revs:2943":{"changeset":"Z:5yc>5|3f=5mp=2y*7+5$d for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746393344}},"pad:IVOA_Nov24_DAL:revs:2944":{"changeset":"Z:5yh>3|3f=5mp=33*7+3$ ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746393846}},"pad:IVOA_Nov24_DAL:revs:2945":{"changeset":"Z:5yk>2|3f=5mp=36*7+2$di","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746394345}},"pad:IVOA_Nov24_DAL:revs:2946":{"changeset":"Z:5ym>3|3f=5mp=38*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746394847}},"pad:IVOA_Nov24_DAL:revs:2947":{"changeset":"Z:5yp>4|3f=5mp=3b*7+4$nal ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746395347}},"pad:IVOA_Nov24_DAL:revs:2948":{"changeset":"Z:5yt>1|3f=5mp=3f*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746395848}},"pad:IVOA_Nov24_DAL:revs:2949":{"changeset":"Z:5yu>1|3f=5mp=3g*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746396352}},"pad:IVOA_Nov24_DAL:revs:2950":{"changeset":"Z:5yv>4|3f=5mp=3h*7+4$fine","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746396852}},"pad:IVOA_Nov24_DAL:revs:2951":{"changeset":"Z:5yz>3|3f=5mp=3l*7+3$men","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746397352}},"pad:IVOA_Nov24_DAL:revs:2952":{"changeset":"Z:5z2>5|3f=5mp=3o*7+5$t of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746397852}},"pad:IVOA_Nov24_DAL:revs:2953":{"changeset":"Z:5z7>1|3f=5mp=3t*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746399284}},"pad:IVOA_Nov24_DAL:revs:2954":{"changeset":"Z:5z8>4|3f=5mp=3u*7+4$hing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746399782}},"pad:IVOA_Nov24_DAL:revs:2955":{"changeset":"Z:5zc>2|3f=5mp=3y*7+2$s-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746400285}},"pad:IVOA_Nov24_DAL:revs:2956":{"changeset":"Z:5ze>3|3f=5mp=40*7+3$- n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746400777}},"pad:IVOA_Nov24_DAL:revs:2957":{"changeset":"Z:5zh>1|3f=5mp=43*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746401384}},"pad:IVOA_Nov24_DAL:revs:2958":{"changeset":"Z:5zi>5|3f=5mp=44*7+5$t the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746401955}},"pad:IVOA_Nov24_DAL:revs:2959":{"changeset":"Z:5zn>4|3f=5mp=49*7+4$ bes","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746402458}},"pad:IVOA_Nov24_DAL:revs:2960":{"changeset":"Z:5zr>3|3f=5mp=4d*7+3$t, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746402957}},"pad:IVOA_Nov24_DAL:revs:2961":{"changeset":"Z:5zu>4|3f=5mp=4g*7+4$not ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746403461}},"pad:IVOA_Nov24_DAL:revs:2962":{"changeset":"Z:5zy>6|3f=5mp=4k*7+6$the wo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746403957}},"pad:IVOA_Nov24_DAL:revs:2963":{"changeset":"Z:604>3|3f=5mp=4q*7+3$rst","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746404458}},"pad:IVOA_Nov24_DAL:revs:2964":{"changeset":"Z:607>1|3f=5mp=4t*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746404959}},"pad:IVOA_Nov24_DAL:revs:2965":{"changeset":"Z:6081|3d=5mb=r*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746419580}},"pad:IVOA_Nov24_DAL:revs:2969":{"changeset":"Z:5zu>1|3f=5ra=1t*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746428490}},"pad:IVOA_Nov24_DAL:revs:2970":{"changeset":"Z:5zv>1|3g=5t4*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746428989}},"pad:IVOA_Nov24_DAL:revs:2971":{"changeset":"Z:5zw>1|3h=5t5*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746462940}},"pad:IVOA_Nov24_DAL:revs:2972":{"changeset":"Z:5zx>2|3h=5t5=1*7+2$ha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746463544}},"pad:IVOA_Nov24_DAL:revs:2973":{"changeset":"Z:5zz>4|3h=5t5=3*7+4$t ar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746464045}},"pad:IVOA_Nov24_DAL:revs:2974":{"changeset":"Z:603>3|3h=5t5=7*7+3$e p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746464547}},"pad:IVOA_Nov24_DAL:revs:2975":{"changeset":"Z:606>2|3h=5t5=a*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746465047}},"pad:IVOA_Nov24_DAL:revs:2976":{"changeset":"Z:608>0|3h=5t5=a-2*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746465548}},"pad:IVOA_Nov24_DAL:revs:2977":{"changeset":"Z:608>3|3h=5t5=c*7+3$sis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746466048}},"pad:IVOA_Nov24_DAL:revs:2978":{"changeset":"Z:60b>2|3h=5t5=f*7+2$te","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746466548}},"pad:IVOA_Nov24_DAL:revs:2979":{"changeset":"Z:60d>3|3h=5t5=h*7+3$nt ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746467050}},"pad:IVOA_Nov24_DAL:revs:2980":{"changeset":"Z:60g>2|3h=5t5=k*7+2$up","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746467550}},"pad:IVOA_Nov24_DAL:revs:2981":{"changeset":"Z:60i>4|3h=5t5=m*7+4$load","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746468052}},"pad:IVOA_Nov24_DAL:revs:2982":{"changeset":"Z:60m>2|3h=5t5=q*7+2$s?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746468555}},"pad:IVOA_Nov24_DAL:revs:2983":{"changeset":"Z:60o>1|3h=5t5=s*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746469054}},"pad:IVOA_Nov24_DAL:revs:2984":{"changeset":"Z:60p>1|3i=5ty*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746470059}},"pad:IVOA_Nov24_DAL:revs:2985":{"changeset":"Z:60q>1|3i=5ty=1*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746471357}},"pad:IVOA_Nov24_DAL:revs:2986":{"changeset":"Z:60r>3|3i=5ty=2*7+3$AP ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746471857}},"pad:IVOA_Nov24_DAL:revs:2987":{"changeset":"Z:60u>1|3i=5ty=5*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746472460}},"pad:IVOA_Nov24_DAL:revs:2988":{"changeset":"Z:60v>3|3i=5ty=6*7+3$upp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746472960}},"pad:IVOA_Nov24_DAL:revs:2989":{"changeset":"Z:60y>4|3i=5ty=9*7+4$orts","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746473468}},"pad:IVOA_Nov24_DAL:revs:2990":{"changeset":"Z:612>1|3i=5ty=d*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746473963}},"pad:IVOA_Nov24_DAL:revs:2991":{"changeset":"Z:613>1|3i=5ty*9=1=c-1*7+2$ u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746474963}},"pad:IVOA_Nov24_DAL:revs:2992":{"changeset":"Z:614>3|3i=5ty=f*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746475465}},"pad:IVOA_Nov24_DAL:revs:2993":{"changeset":"Z:617>3|3i=5ty=i*7+3$adi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746475965}},"pad:IVOA_Nov24_DAL:revs:2994":{"changeset":"Z:61a>3|3i=5ty=l*7+3$ng ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746476468}},"pad:IVOA_Nov24_DAL:revs:2995":{"changeset":"Z:61d>4|3i=5ty=o*7+4$tabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746476966}},"pad:IVOA_Nov24_DAL:revs:2996":{"changeset":"Z:61h>4|3i=5ty=s*7+4$es f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746477467}},"pad:IVOA_Nov24_DAL:revs:2997":{"changeset":"Z:61l>4|3i=5ty=w*7+4$rom ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746477970}},"pad:IVOA_Nov24_DAL:revs:2998":{"changeset":"Z:61p>5|3i=5ty=10*7+5$begin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746478469}},"pad:IVOA_Nov24_DAL:revs:2999":{"changeset":"Z:61u>4|3i=5ty=15*7+4$ning","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746478970}},"pad:IVOA_Nov24_DAL:revs:3000":{"changeset":"Z:61y>2|3i=5ty*9=1=18*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746479470,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19},"nextNum":20},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|2+2*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3001":{"changeset":"Z:620>1|3j=5v8=1*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746481084}},"pad:IVOA_Nov24_DAL:revs:3002":{"changeset":"Z:621>1|3j=5v8=2*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746481579}},"pad:IVOA_Nov24_DAL:revs:3003":{"changeset":"Z:622>5|3j=5v8=3*7+5$bles ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746482078}},"pad:IVOA_Nov24_DAL:revs:3004":{"changeset":"Z:627>4|3j=5v8=8*7+4$are ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746482579}},"pad:IVOA_Nov24_DAL:revs:3005":{"changeset":"Z:62b>3|3j=5v8=c*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746483080}},"pad:IVOA_Nov24_DAL:revs:3006":{"changeset":"Z:62e>3|3j=5v8=f*7+3$oad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746483673}},"pad:IVOA_Nov24_DAL:revs:3007":{"changeset":"Z:62h>3|3j=5v8=i*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746484179}},"pad:IVOA_Nov24_DAL:revs:3008":{"changeset":"Z:62k>3|3j=5v8=l*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746484674}},"pad:IVOA_Nov24_DAL:revs:3009":{"changeset":"Z:62n>4|3j=5v8=o*7+4$requ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746485176}},"pad:IVOA_Nov24_DAL:revs:3010":{"changeset":"Z:62r>3|3j=5v8=s*7+3$est","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746485676}},"pad:IVOA_Nov24_DAL:revs:3011":{"changeset":"Z:62u>2|3j=5v8=v*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746486181}},"pad:IVOA_Nov24_DAL:revs:3012":{"changeset":"Z:62w>4|3j=5v8=x*7+4$ tra","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746486684}},"pad:IVOA_Nov24_DAL:revs:3013":{"changeset":"Z:630>3|3j=5v8=11*7+3$nsi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746487178}},"pad:IVOA_Nov24_DAL:revs:3014":{"changeset":"Z:633>4|3j=5v8=14*7+4$ent ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746487679}},"pad:IVOA_Nov24_DAL:revs:3015":{"changeset":"Z:637>1|3e=5r9*k|1+1$\n","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746488785}},"pad:IVOA_Nov24_DAL:revs:3016":{"changeset":"Z:638>1|3f=5ra*k+1$G","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746489982}},"pad:IVOA_Nov24_DAL:revs:3017":{"changeset":"Z:639>1|3f=5ra=1*k+1$.","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746490483}},"pad:IVOA_Nov24_DAL:revs:3018":{"changeset":"Z:63a<1|3j=5u1*9=1|1=19*a=1=16-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746490983}},"pad:IVOA_Nov24_DAL:revs:3019":{"changeset":"Z:639>1|3f=5ra=2*k+1$L","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746491087}},"pad:IVOA_Nov24_DAL:revs:3020":{"changeset":"Z:63a>3|3k=5vc=17*7+3$, r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746491484}},"pad:IVOA_Nov24_DAL:revs:3021":{"changeset":"Z:63d>2|3f=5ra=3*k+2$an","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746491589}},"pad:IVOA_Nov24_DAL:revs:3022":{"changeset":"Z:63f>4|3k=5ve=1a*7+4$equi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746491985}},"pad:IVOA_Nov24_DAL:revs:3023":{"changeset":"Z:63j>1|3f=5ra=5*k+1$d","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746492183}},"pad:IVOA_Nov24_DAL:revs:3024":{"changeset":"Z:63k>4|3k=5vf=1e*7+4$ring","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746492489}},"pad:IVOA_Nov24_DAL:revs:3025":{"changeset":"Z:63o>3|3f=5ra=6*k+3$ais","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746492684}},"pad:IVOA_Nov24_DAL:revs:3026":{"changeset":"Z:63r>3|3k=5vi=1i*7+3$ re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746492985}},"pad:IVOA_Nov24_DAL:revs:3027":{"changeset":"Z:63u>1|3k=5vi=1l*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746493586}},"pad:IVOA_Nov24_DAL:revs:3028":{"changeset":"Z:63v>1|3f=5ra=9*k+1$:","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746493690}},"pad:IVOA_Nov24_DAL:revs:3029":{"changeset":"Z:63w>3|3k=5vj=1m*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746493994}},"pad:IVOA_Nov24_DAL:revs:3030":{"changeset":"Z:63z>1|3f=5ra=a*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746494087}},"pad:IVOA_Nov24_DAL:revs:3031":{"changeset":"Z:640>3|3k=5vk=1p*7+3$ads","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746494589}},"pad:IVOA_Nov24_DAL:revs:3032":{"changeset":"Z:643>2|3j=5ua*9=1|1=19*a=1=1r*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746494996}},"pad:IVOA_Nov24_DAL:revs:3033":{"changeset":"Z:645>1|3f=5ra=b*k+1$W","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746495996}},"pad:IVOA_Nov24_DAL:revs:3034":{"changeset":"Z:646>1|3f=5ra=c*k+1$e","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746496494}},"pad:IVOA_Nov24_DAL:revs:3035":{"changeset":"Z:647>1|3f=5ra=d*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746497000}},"pad:IVOA_Nov24_DAL:revs:3036":{"changeset":"Z:648>3|3f=5ra=e*k+3$pla","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746497499}},"pad:IVOA_Nov24_DAL:revs:3037":{"changeset":"Z:64b>2|3f=5ra=h*k+2$n ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746498002}},"pad:IVOA_Nov24_DAL:revs:3038":{"changeset":"Z:64d>3|3f=5ra=j*k+3$in ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746498503}},"pad:IVOA_Nov24_DAL:revs:3039":{"changeset":"Z:64g>1|3l=5xo=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746498698}},"pad:IVOA_Nov24_DAL:revs:3040":{"changeset":"Z:64h>1|3f=5ra=m*k+1$V","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746498999}},"pad:IVOA_Nov24_DAL:revs:3041":{"changeset":"Z:64i>4|3l=5xp=2*7+4$ive ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746499198}},"pad:IVOA_Nov24_DAL:revs:3042":{"changeset":"Z:64m>2|3f=5ra=n*k+2$iz","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746499498}},"pad:IVOA_Nov24_DAL:revs:3043":{"changeset":"Z:64o>3|3l=5xr=6*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746499699}},"pad:IVOA_Nov24_DAL:revs:3044":{"changeset":"Z:64r>2|3f=5ra=p*k+2$ie","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746499999}},"pad:IVOA_Nov24_DAL:revs:3045":{"changeset":"Z:64t>2|3l=5xt=9*7+2$r ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746500201}},"pad:IVOA_Nov24_DAL:revs:3046":{"changeset":"Z:64v>1|3f=5ra=r*k+1$R","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746500501}},"pad:IVOA_Nov24_DAL:revs:3047":{"changeset":"Z:64w>1|3j=5ur*9=1|1=19*a=1|1=1s*b=1=9-1*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746500701}},"pad:IVOA_Nov24_DAL:revs:3048":{"changeset":"Z:64x>1|3f=5ra=s*k+1$(","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746501002}},"pad:IVOA_Nov24_DAL:revs:3049":{"changeset":"Z:64y>5|3l=5xv=c*7+5$the a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746501303}},"pad:IVOA_Nov24_DAL:revs:3050":{"changeset":"Z:653>3|3f=5ra=t*k+3$CDS","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746501505}},"pad:IVOA_Nov24_DAL:revs:3051":{"changeset":"Z:656>3|3l=5xy=h*7+3$bil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746501806}},"pad:IVOA_Nov24_DAL:revs:3052":{"changeset":"Z:659>2|3f=5ra=w*k+2$) ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746502007}},"pad:IVOA_Nov24_DAL:revs:3053":{"changeset":"Z:65b>2|3l=5y0=k*7+2$it","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746502308}},"pad:IVOA_Nov24_DAL:revs:3054":{"changeset":"Z:65d>3|3f=5ra=y*k+3$to ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746502510}},"pad:IVOA_Nov24_DAL:revs:3055":{"changeset":"Z:65g>2|3l=5y3=m*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746502809}},"pad:IVOA_Nov24_DAL:revs:3056":{"changeset":"Z:65i>2|3f=5ra=11*k+2$pr","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746503010}},"pad:IVOA_Nov24_DAL:revs:3057":{"changeset":"Z:65k>3|3l=5y5=o*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746503309}},"pad:IVOA_Nov24_DAL:revs:3058":{"changeset":"Z:65n>2|3f=5ra=13*k+2$ov","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746503511}},"pad:IVOA_Nov24_DAL:revs:3059":{"changeset":"Z:65p>2|3f=5ra=15*k+2$id","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746504011}},"pad:IVOA_Nov24_DAL:revs:3060":{"changeset":"Z:65r>1|3l=5y9=r*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746504115}},"pad:IVOA_Nov24_DAL:revs:3061":{"changeset":"Z:65s>3|3f=5ra=17*k+3$e d","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746504513}},"pad:IVOA_Nov24_DAL:revs:3062":{"changeset":"Z:65v>3|3l=5yc=s*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746504616}},"pad:IVOA_Nov24_DAL:revs:3063":{"changeset":"Z:65y>3|3f=5ra=1a*k+3$ata","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746505020}},"pad:IVOA_Nov24_DAL:revs:3064":{"changeset":"Z:661>2|3l=5yf=v*7+2$to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746505119}},"pad:IVOA_Nov24_DAL:revs:3065":{"changeset":"Z:663>1|3f=5ra=1d*k+1$l","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746505517}},"pad:IVOA_Nov24_DAL:revs:3066":{"changeset":"Z:664<1|3j=5vd*9=1|1=19*a=1|1=1s*b=1=v-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746505626}},"pad:IVOA_Nov24_DAL:revs:3067":{"changeset":"Z:663>3|3f=5ra=1e*k+3$ink","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746506015}},"pad:IVOA_Nov24_DAL:revs:3068":{"changeset":"Z:666>1|3l=5yj=w*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746506125}},"pad:IVOA_Nov24_DAL:revs:3069":{"changeset":"Z:667>2|3f=5ra=1h*k+2$ i","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746506513}},"pad:IVOA_Nov24_DAL:revs:3070":{"changeset":"Z:669>5|3l=5yl=x*7+5$bles ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746506625}},"pad:IVOA_Nov24_DAL:revs:3071":{"changeset":"Z:66e>3|3f=5ra=1j*k+3$n t","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746507015}},"pad:IVOA_Nov24_DAL:revs:3072":{"changeset":"Z:66h>3|3l=5yo=12*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746507123}},"pad:IVOA_Nov24_DAL:revs:3073":{"changeset":"Z:66k>2|3f=5ra=1m*k+2$he","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746507516}},"pad:IVOA_Nov24_DAL:revs:3074":{"changeset":"Z:66m>3|3l=5yq=15*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746507717}},"pad:IVOA_Nov24_DAL:revs:3075":{"changeset":"Z:66p>2|3f=5ra=1o*k+2$ o","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746508016}},"pad:IVOA_Nov24_DAL:revs:3076":{"changeset":"Z:66r>3|3l=5ys=18*7+3$vic","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746508221}},"pad:IVOA_Nov24_DAL:revs:3077":{"changeset":"Z:66u>2|3f=5ra=1q*k+2$ut","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746508515}},"pad:IVOA_Nov24_DAL:revs:3078":{"changeset":"Z:66w<1|3j=5vr*9=1|1=19*a=1|1=1s*b=1=19-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746508716}},"pad:IVOA_Nov24_DAL:revs:3079":{"changeset":"Z:66v>1|3f=5ra=1s*k+1$p","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746509017}},"pad:IVOA_Nov24_DAL:revs:3080":{"changeset":"Z:66w>2|3j=5vs*9=1|1=19*a=1|1=1s*b=1=18-1*7+3$er-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746509217}},"pad:IVOA_Nov24_DAL:revs:3081":{"changeset":"Z:66y<3|3f=5ra=1q-3$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746509516}},"pad:IVOA_Nov24_DAL:revs:3082":{"changeset":"Z:66v>2|3l=5ys=1c*7+2$si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746509716}},"pad:IVOA_Nov24_DAL:revs:3083":{"changeset":"Z:66x<1|3f=5ra=1p-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746510022}},"pad:IVOA_Nov24_DAL:revs:3084":{"changeset":"Z:66w>2|3l=5yr=1e*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746510217}},"pad:IVOA_Nov24_DAL:revs:3085":{"changeset":"Z:66y<3|3f=5ra=1m-3$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746510524}},"pad:IVOA_Nov24_DAL:revs:3086":{"changeset":"Z:66v<1|3f=5ra=1l-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746511018}},"pad:IVOA_Nov24_DAL:revs:3087":{"changeset":"Z:66u>1|3f=5ra=1l*k+1$V","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746511518}},"pad:IVOA_Nov24_DAL:revs:3088":{"changeset":"Z:66v>3|3f=5ra=1m*k+3$ota","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746512018}},"pad:IVOA_Nov24_DAL:revs:3089":{"changeset":"Z:66y>3|3f=5ra=1p*k+3$ble","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746512520}},"pad:IVOA_Nov24_DAL:revs:3090":{"changeset":"Z:671>2|3f=5ra=1s*k+2$ o","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746513026}},"pad:IVOA_Nov24_DAL:revs:3091":{"changeset":"Z:673>2|3f=5ra=1u*k+2$ut","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746513522}},"pad:IVOA_Nov24_DAL:revs:3092":{"changeset":"Z:675>3|3f=5ra=1w*k+3$put","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746514028}},"pad:IVOA_Nov24_DAL:revs:3093":{"changeset":"Z:678>1|3f=5ra=1z*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746514523}},"pad:IVOA_Nov24_DAL:revs:3094":{"changeset":"Z:679>1|3f=5ra=20*k+1$(","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746515027}},"pad:IVOA_Nov24_DAL:revs:3095":{"changeset":"Z:67a>1|3f=5ra=21*k+1$e","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746515530}},"pad:IVOA_Nov24_DAL:revs:3096":{"changeset":"Z:67b>1|3f=5ra=22*k+1$g","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746516139}},"pad:IVOA_Nov24_DAL:revs:3097":{"changeset":"Z:67c>2|3f=5ra=23*k+2$: ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746516537}},"pad:IVOA_Nov24_DAL:revs:3098":{"changeset":"Z:67e>1|3f=5ra=25*k+1$S","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746517238}},"pad:IVOA_Nov24_DAL:revs:3099":{"changeset":"Z:67f>2|3f=5ra=26*k+2$CS","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746517737}},"pad:IVOA_Nov24_DAL:revs:3100":{"changeset":"Z:67h>1|3f=5ra=28*k+1$)","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746518634,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS)\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+29*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7+1f*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3101":{"changeset":"Z:67i>1|3l=5zb=1g*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746519945}},"pad:IVOA_Nov24_DAL:revs:3102":{"changeset":"Z:67j>1|3l=5zb=1h*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746520437}},"pad:IVOA_Nov24_DAL:revs:3103":{"changeset":"Z:67k>2|3l=5zb=1i*7+2$ac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746520939}},"pad:IVOA_Nov24_DAL:revs:3104":{"changeset":"Z:67m>2|3l=5zb=1k*7+2$ro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746521438}},"pad:IVOA_Nov24_DAL:revs:3105":{"changeset":"Z:67o>1|3f=5ra=29*k+1$.","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746521545}},"pad:IVOA_Nov24_DAL:revs:3106":{"changeset":"Z:67p>3|3l=5zc=1m*7+3$ss ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746522040}},"pad:IVOA_Nov24_DAL:revs:3107":{"changeset":"Z:67s>1|3f=5ra=2a*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746522159}},"pad:IVOA_Nov24_DAL:revs:3108":{"changeset":"Z:67t>2|3l=5zd=1p*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746522542}},"pad:IVOA_Nov24_DAL:revs:3109":{"changeset":"Z:67v>4|3l=5zd=1r*7+4$ques","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746523040}},"pad:IVOA_Nov24_DAL:revs:3110":{"changeset":"Z:67z>2|3l=5zd=1v*7+2$ts","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746523541}},"pad:IVOA_Nov24_DAL:revs:3111":{"changeset":"Z:681>2|3j=5wa*9=1|1=19*a=1|1=1s*b=1=1w*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746527656}},"pad:IVOA_Nov24_DAL:revs:3112":{"changeset":"Z:683<1|3m=61b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746529156}},"pad:IVOA_Nov24_DAL:revs:3113":{"changeset":"Z:682>1|3m=61b*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746530360}},"pad:IVOA_Nov24_DAL:revs:3114":{"changeset":"Z:683>3|3m=61b=1*7+3$rio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746530862}},"pad:IVOA_Nov24_DAL:revs:3115":{"changeset":"Z:686>1|3m=61b=4*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746531359}},"pad:IVOA_Nov24_DAL:revs:3116":{"changeset":"Z:687>2|3m=61b=5*7+2$ A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746531858}},"pad:IVOA_Nov24_DAL:revs:3117":{"changeset":"Z:689>2|3m=61b=7*7+2$rt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746532358}},"pad:IVOA_Nov24_DAL:revs:3118":{"changeset":"Z:68b>1|3m=61b=9*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746532861}},"pad:IVOA_Nov24_DAL:revs:3119":{"changeset":"Z:68c>1|3n=61l*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746533361}},"pad:IVOA_Nov24_DAL:revs:3120":{"changeset":"Z:68d>2|3n=61l=1*7+2$CA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746533866}},"pad:IVOA_Nov24_DAL:revs:3121":{"changeset":"Z:68f>1|3n=61l=3*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746534366}},"pad:IVOA_Nov24_DAL:revs:3122":{"changeset":"Z:68g>1|3n=61l=4*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746534866}},"pad:IVOA_Nov24_DAL:revs:3123":{"changeset":"Z:68h>4|3n=61l=5*7+4$ has","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746535366}},"pad:IVOA_Nov24_DAL:revs:3124":{"changeset":"Z:68l>1|3n=61l=9*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746535866}},"pad:IVOA_Nov24_DAL:revs:3125":{"changeset":"Z:68m>1|3f=5ra=2b*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746536773}},"pad:IVOA_Nov24_DAL:revs:3126":{"changeset":"Z:68n>1|3n=61m=a*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746537276}},"pad:IVOA_Nov24_DAL:revs:3127":{"changeset":"Z:68o>1|3f=5ra=2c*k+1$T","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746537673}},"pad:IVOA_Nov24_DAL:revs:3128":{"changeset":"Z:68p>2|3n=61n=b*7+2$ou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746537782}},"pad:IVOA_Nov24_DAL:revs:3129":{"changeset":"Z:68r>1|3f=5ra=2d*k+1$h","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746538175}},"pad:IVOA_Nov24_DAL:revs:3130":{"changeset":"Z:68s>3|3n=61o=d*7+3$cat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746538284}},"pad:IVOA_Nov24_DAL:revs:3131":{"changeset":"Z:68v>3|3f=5ra=2e*k+3$e i","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746538675}},"pad:IVOA_Nov24_DAL:revs:3132":{"changeset":"Z:68y>2|3f=5ra=2h*k+2$de","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746539178}},"pad:IVOA_Nov24_DAL:revs:3133":{"changeset":"Z:690>1|3n=61t=g*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746539479}},"pad:IVOA_Nov24_DAL:revs:3134":{"changeset":"Z:691>2|3f=5ra=2j*k+2$s ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746539680}},"pad:IVOA_Nov24_DAL:revs:3135":{"changeset":"Z:693>1|3n=61v=h*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746539979}},"pad:IVOA_Nov24_DAL:revs:3136":{"changeset":"Z:694>2|3f=5ra=2l*k+2$is","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746540180}},"pad:IVOA_Nov24_DAL:revs:3137":{"changeset":"Z:696>3|3n=61x=i*7+3$201","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746540579}},"pad:IVOA_Nov24_DAL:revs:3138":{"changeset":"Z:699>1|3f=5ra=2n*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746540684}},"pad:IVOA_Nov24_DAL:revs:3139":{"changeset":"Z:69a>1|3n=61y=l*7+1$8","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746540981}},"pad:IVOA_Nov24_DAL:revs:3140":{"changeset":"Z:69b>2|3f=5ra=2o*k+2$a ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746541097}},"pad:IVOA_Nov24_DAL:revs:3141":{"changeset":"Z:69d>2|3n=620=m*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746541481}},"pad:IVOA_Nov24_DAL:revs:3142":{"changeset":"Z:69f<1|3f=5ra=2p-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746543385}},"pad:IVOA_Nov24_DAL:revs:3143":{"changeset":"Z:69e>1|3f=5ra=2p*k+1$n","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746543886}},"pad:IVOA_Nov24_DAL:revs:3144":{"changeset":"Z:69f>3|3f=5ra=2q*k+3$ ad","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746544386}},"pad:IVOA_Nov24_DAL:revs:3145":{"changeset":"Z:69i>1|3n=623=o*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746544694}},"pad:IVOA_Nov24_DAL:revs:3146":{"changeset":"Z:69j>2|3f=5ra=2t*k+2$de","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746544887}},"pad:IVOA_Nov24_DAL:revs:3147":{"changeset":"Z:69l>4|3n=625=p*7+4$n id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746545290}},"pad:IVOA_Nov24_DAL:revs:3148":{"changeset":"Z:69p>2|3f=5ra=2v*k+2$d ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746545396}},"pad:IVOA_Nov24_DAL:revs:3149":{"changeset":"Z:69r>3|3n=627=t*7+3$ea ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746545789}},"pad:IVOA_Nov24_DAL:revs:3150":{"changeset":"Z:69u>2|3f=5ra=2x*k+2$co","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746545900}},"pad:IVOA_Nov24_DAL:revs:3151":{"changeset":"Z:69w>3|3n=629=w*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746546293}},"pad:IVOA_Nov24_DAL:revs:3152":{"changeset":"Z:69z>2|3f=5ra=2z*k+2$lu","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746546400}},"pad:IVOA_Nov24_DAL:revs:3153":{"changeset":"Z:6a1>3|3n=62b=z*7+3$PUT","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746546793}},"pad:IVOA_Nov24_DAL:revs:3154":{"changeset":"Z:6a4<1|3f=5ra=30-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746546991}},"pad:IVOA_Nov24_DAL:revs:3155":{"changeset":"Z:6a3>4|3n=62a=12*7+4$ on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746547292}},"pad:IVOA_Nov24_DAL:revs:3156":{"changeset":"Z:6a7<2|3f=5ra=2y-2$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746547597}},"pad:IVOA_Nov24_DAL:revs:3157":{"changeset":"Z:6a5>3|3n=628=16*7+3$VOS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746547791}},"pad:IVOA_Nov24_DAL:revs:3158":{"changeset":"Z:6a8>1|3f=5ra=2y*k+1$o","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746548191}},"pad:IVOA_Nov24_DAL:revs:3159":{"changeset":"Z:6a9>2|3n=629=19*7+2$I-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746548391}},"pad:IVOA_Nov24_DAL:revs:3160":{"changeset":"Z:6ab>2|3f=5ra=2z*k+2$lu","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746548696}},"pad:IVOA_Nov24_DAL:revs:3161":{"changeset":"Z:6ad>1|3n=62b=1b*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746548798}},"pad:IVOA_Nov24_DAL:revs:3162":{"changeset":"Z:6ae>3|3f=5ra=31*k+3$mn ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746549194}},"pad:IVOA_Nov24_DAL:revs:3163":{"changeset":"Z:6ah>4|3n=62e=1c*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746549395}},"pad:IVOA_Nov24_DAL:revs:3164":{"changeset":"Z:6al>3|3n=62e*9=1=1f*7|1+2*7*2*8*3*a+1$s\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746549894}},"pad:IVOA_Nov24_DAL:revs:3165":{"changeset":"Z:6ao>1|3o=63w=1*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746550395}},"pad:IVOA_Nov24_DAL:revs:3166":{"changeset":"Z:6ap>1|3f=5ra=34*k+1$w","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746550795}},"pad:IVOA_Nov24_DAL:revs:3167":{"changeset":"Z:6aq>2|3o=63x=2*7+2$SA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746550899}},"pad:IVOA_Nov24_DAL:revs:3168":{"changeset":"Z:6as>2|3f=5ra=35*k+2$ik","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746551297}},"pad:IVOA_Nov24_DAL:revs:3169":{"changeset":"Z:6au>2|3o=63z=4*7+2$C ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746551404}},"pad:IVOA_Nov24_DAL:revs:3170":{"changeset":"Z:6aw>0|3f=5ra=36-1*k+1$t","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746551803}},"pad:IVOA_Nov24_DAL:revs:3171":{"changeset":"Z:6aw>1|3o=63z=6*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746551902}},"pad:IVOA_Nov24_DAL:revs:3172":{"changeset":"Z:6ax>2|3f=5ra=37*k+2$h ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746552298}},"pad:IVOA_Nov24_DAL:revs:3173":{"changeset":"Z:6az>3|3o=641=7*7+3$as ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746552402}},"pad:IVOA_Nov24_DAL:revs:3174":{"changeset":"Z:6b2>1|3f=5ra=39*k+1$a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746552797}},"pad:IVOA_Nov24_DAL:revs:3175":{"changeset":"Z:6b3>3|3o=642=a*7+3$VOS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746552902}},"pad:IVOA_Nov24_DAL:revs:3176":{"changeset":"Z:6b6>3|3f=5ra=3a*k+3$ li","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746553299}},"pad:IVOA_Nov24_DAL:revs:3177":{"changeset":"Z:6b9>3|3o=645=d*7+3$PAC","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746553498}},"pad:IVOA_Nov24_DAL:revs:3178":{"changeset":"Z:6bc>2|3f=5ra=3d*k+2$nk","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746553899}},"pad:IVOA_Nov24_DAL:revs:3179":{"changeset":"Z:6be<3|3n=62p*9=1|1=1h*a=1=c-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746554003}},"pad:IVOA_Nov24_DAL:revs:3180":{"changeset":"Z:6bb>2|3f=5ra=3f*k+2$ t","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746554399}},"pad:IVOA_Nov24_DAL:revs:3181":{"changeset":"Z:6bd>3|3o=649=d*7+3$pac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746555002}},"pad:IVOA_Nov24_DAL:revs:3182":{"changeset":"Z:6bg>1|3f=5ra=3h*k+1$o","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746555106}},"pad:IVOA_Nov24_DAL:revs:3183":{"changeset":"Z:6bh>2|3o=64a=g*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746555498}},"pad:IVOA_Nov24_DAL:revs:3184":{"changeset":"Z:6bj>1|3f=5ra=3i*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746555604}},"pad:IVOA_Nov24_DAL:revs:3185":{"changeset":"Z:6bk>3|3o=64b=i*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746556001}},"pad:IVOA_Nov24_DAL:revs:3186":{"changeset":"Z:6bn>4|3o=64b=l*7+4$oads","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746556501}},"pad:IVOA_Nov24_DAL:revs:3187":{"changeset":"Z:6br>1|3f=5ra=3j*k+1$a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746556606}},"pad:IVOA_Nov24_DAL:revs:3188":{"changeset":"Z:6bs>1|3o=64c=p*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746557004}},"pad:IVOA_Nov24_DAL:revs:3189":{"changeset":"Z:6bt>3|3f=5ra=3k*k+3$ da","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746557110}},"pad:IVOA_Nov24_DAL:revs:3190":{"changeset":"Z:6bw>3|3f=5ra=3n*k+3$tal","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746557608}},"pad:IVOA_Nov24_DAL:revs:3191":{"changeset":"Z:6bz>1|3o=64i=q*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746557812}},"pad:IVOA_Nov24_DAL:revs:3192":{"changeset":"Z:6c0>2|3f=5ra=3q*k+2$in","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746558107}},"pad:IVOA_Nov24_DAL:revs:3193":{"changeset":"Z:6c2>4|3o=64k=r*7+4$ith ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746558307}},"pad:IVOA_Nov24_DAL:revs:3194":{"changeset":"Z:6c6>3|3f=5ra=3s*k+3$k s","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746558607}},"pad:IVOA_Nov24_DAL:revs:3195":{"changeset":"Z:6c9>1|3o=64n=v*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746558809}},"pad:IVOA_Nov24_DAL:revs:3196":{"changeset":"Z:6ca>3|3f=5ra=3v*k+3$erv","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746559207}},"pad:IVOA_Nov24_DAL:revs:3197":{"changeset":"Z:6cd>3|3o=64q=w*7+3$AP ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746559312}},"pad:IVOA_Nov24_DAL:revs:3198":{"changeset":"Z:6cg>3|3f=5ra=3y*k+3$ice","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746559707}},"pad:IVOA_Nov24_DAL:revs:3199":{"changeset":"Z:6cj>0|3n=63b*9=1|1=1h*a=1=x-1*7+1$+","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746559811}},"pad:IVOA_Nov24_DAL:revs:3200":{"changeset":"Z:6cj>2|3o=64t=z*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746560308,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, \n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+41*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7+10*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3201":{"changeset":"Z:6cl>1|3f=5ra=41*k+1$.","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746562411}},"pad:IVOA_Nov24_DAL:revs:3202":{"changeset":"Z:6cm>1|3f=5ra=42*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746562912}},"pad:IVOA_Nov24_DAL:revs:3203":{"changeset":"Z:6cn>1|3g=5ve=1*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746563112}},"pad:IVOA_Nov24_DAL:revs:3204":{"changeset":"Z:6co>1|3p=64w=11*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746563912}},"pad:IVOA_Nov24_DAL:revs:3205":{"changeset":"Z:6cp<1|3g=5ve=1|1-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746564320}},"pad:IVOA_Nov24_DAL:revs:3206":{"changeset":"Z:6co>4|3o=64v=12*7+4$ses ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746564515}},"pad:IVOA_Nov24_DAL:revs:3207":{"changeset":"Z:6cs>1|3o=64v=16*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746565018}},"pad:IVOA_Nov24_DAL:revs:3208":{"changeset":"Z:6ct>1|3f=5ra=43*k+1$A","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746565417}},"pad:IVOA_Nov24_DAL:revs:3209":{"changeset":"Z:6cu>5|3o=64w=17*7+5$ots o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746565520}},"pad:IVOA_Nov24_DAL:revs:3210":{"changeset":"Z:6cz>1|3f=5ra=44*k+1$r","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746565922}},"pad:IVOA_Nov24_DAL:revs:3211":{"changeset":"Z:6d0>2|3o=64x=1c*7+2$f ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746566023}},"pad:IVOA_Nov24_DAL:revs:3212":{"changeset":"Z:6d2>3|3f=5ra=45*k+3$e t","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746566423}},"pad:IVOA_Nov24_DAL:revs:3213":{"changeset":"Z:6d5>4|3o=650=1e*7+4$auth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746566524}},"pad:IVOA_Nov24_DAL:revs:3214":{"changeset":"Z:6d9>3|3f=5ra=48*k+3$her","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746566924}},"pad:IVOA_Nov24_DAL:revs:3215":{"changeset":"Z:6dc>1|3o=653=1i*7+1$z","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746567024}},"pad:IVOA_Nov24_DAL:revs:3216":{"changeset":"Z:6dd>2|3f=5ra=4b*k+2$e ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746567420}},"pad:IVOA_Nov24_DAL:revs:3217":{"changeset":"Z:6df>1|3o=655=1j*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746567528}},"pad:IVOA_Nov24_DAL:revs:3218":{"changeset":"Z:6dg>1|3f=5ra=4d*k+1$s","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746568218}},"pad:IVOA_Nov24_DAL:revs:3219":{"changeset":"Z:6dh>3|3f=5ra=4e*k+3$imp","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746568751}},"pad:IVOA_Nov24_DAL:revs:3220":{"changeset":"Z:6dk>3|3f=5ra=4h*k+3$le ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746569222}},"pad:IVOA_Nov24_DAL:revs:3221":{"changeset":"Z:6dn>1|3f=5ra=4k*k+1$w","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746569722}},"pad:IVOA_Nov24_DAL:revs:3222":{"changeset":"Z:6do>2|3f=5ra=4l*k+2$ay","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746570224}},"pad:IVOA_Nov24_DAL:revs:3223":{"changeset":"Z:6dq>1|3f=5ra=4n*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746570727}},"pad:IVOA_Nov24_DAL:revs:3224":{"changeset":"Z:6dr>2|3f=5ra=4o*k+2$to","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746571228}},"pad:IVOA_Nov24_DAL:revs:3225":{"changeset":"Z:6dt>2|3f=5ra=4q*k+2$ a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746571736}},"pad:IVOA_Nov24_DAL:revs:3226":{"changeset":"Z:6dv>3|3f=5ra=4s*k+3$nno","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746572229}},"pad:IVOA_Nov24_DAL:revs:3227":{"changeset":"Z:6dy>2|3n=645*9=1|1=1h*a=1=1j*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746572347}},"pad:IVOA_Nov24_DAL:revs:3228":{"changeset":"Z:6e0>3|3f=5ra=4v*k+3$tat","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746572734}},"pad:IVOA_Nov24_DAL:revs:3229":{"changeset":"Z:6e3<1|3p=67b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746573128}},"pad:IVOA_Nov24_DAL:revs:3230":{"changeset":"Z:6e2>2|3f=5ra=4y*k+2$e ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746573235}},"pad:IVOA_Nov24_DAL:revs:3231":{"changeset":"Z:6e4>3|3f=5ra=50*k+3$the","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746573729}},"pad:IVOA_Nov24_DAL:revs:3232":{"changeset":"Z:6e7>2|3f=5ra=53*k+2$ l","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746574230}},"pad:IVOA_Nov24_DAL:revs:3233":{"changeset":"Z:6e9>2|3f=5ra=55*k+2$in","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746574730}},"pad:IVOA_Nov24_DAL:revs:3234":{"changeset":"Z:6eb>1|3p=67k*7+1$B","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746575030}},"pad:IVOA_Nov24_DAL:revs:3235":{"changeset":"Z:6ec>2|3f=5ra=57*k+2$k ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746575236}},"pad:IVOA_Nov24_DAL:revs:3236":{"changeset":"Z:6ee>1|3p=67m=1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746575530}},"pad:IVOA_Nov24_DAL:revs:3237":{"changeset":"Z:6ef>3|3f=5ra=59*k+3$as ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746575730}},"pad:IVOA_Nov24_DAL:revs:3238":{"changeset":"Z:6ei>3|3p=67p=2*7+3$sic","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746576132}},"pad:IVOA_Nov24_DAL:revs:3239":{"changeset":"Z:6el>3|3f=5ra=5c*k+3$to ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746576235}},"pad:IVOA_Nov24_DAL:revs:3240":{"changeset":"Z:6eo>5|3p=67s=5*7+5$ Oper","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746576644}},"pad:IVOA_Nov24_DAL:revs:3241":{"changeset":"Z:6et>2|3f=5ra=5f*k+2$be","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746576743}},"pad:IVOA_Nov24_DAL:revs:3242":{"changeset":"Z:6ev>4|3p=67u=a*7+4$atio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746577134}},"pad:IVOA_Nov24_DAL:revs:3243":{"changeset":"Z:6ez>2|3p=67u=e*7|1+2$n\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746577637}},"pad:IVOA_Nov24_DAL:revs:3244":{"changeset":"Z:6f1>1|3f=5ra=5h*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746577933}},"pad:IVOA_Nov24_DAL:revs:3245":{"changeset":"Z:6f2>1|3q=68b*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746578330}},"pad:IVOA_Nov24_DAL:revs:3246":{"changeset":"Z:6f3>1|3f=5ra=5i*k+1$a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746579736}},"pad:IVOA_Nov24_DAL:revs:3247":{"changeset":"Z:6f4>1|3q=68c=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746580337}},"pad:IVOA_Nov24_DAL:revs:3248":{"changeset":"Z:6f5>3|3q=68c=2*7+3$pla","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746580833}},"pad:IVOA_Nov24_DAL:revs:3249":{"changeset":"Z:6f8<1|3q=68c*9=1=3-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746581333}},"pad:IVOA_Nov24_DAL:revs:3250":{"changeset":"Z:6f7>3|3q=68c=4*7+3$oad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746581835}},"pad:IVOA_Nov24_DAL:revs:3251":{"changeset":"Z:6fa<1|3f=5ra=5i-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746582034}},"pad:IVOA_Nov24_DAL:revs:3252":{"changeset":"Z:6f9>2|3q=68b=7*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746582335}},"pad:IVOA_Nov24_DAL:revs:3253":{"changeset":"Z:6fb<1|3f=5ra=5h-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746582534}},"pad:IVOA_Nov24_DAL:revs:3254":{"changeset":"Z:6fa>3|3q=68a=9*7+3$PUT","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746582939}},"pad:IVOA_Nov24_DAL:revs:3255":{"changeset":"Z:6fd<7|3f=5ra=5a-7$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746583039}},"pad:IVOA_Nov24_DAL:revs:3256":{"changeset":"Z:6f6<1|3f=5ra=59-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746583541}},"pad:IVOA_Nov24_DAL:revs:3257":{"changeset":"Z:6f5>1|3q=682=c*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746583640}},"pad:IVOA_Nov24_DAL:revs:3258":{"changeset":"Z:6f6>2|3f=5ra=59*k+2$to","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746584039}},"pad:IVOA_Nov24_DAL:revs:3259":{"changeset":"Z:6f8>3|3q=684=d*7+3$- i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746584141}},"pad:IVOA_Nov24_DAL:revs:3260":{"changeset":"Z:6fb>3|3f=5ra=5b*k+3$ sp","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746584541}},"pad:IVOA_Nov24_DAL:revs:3261":{"changeset":"Z:6fe>2|3q=687=g*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746584641}},"pad:IVOA_Nov24_DAL:revs:3262":{"changeset":"Z:6fg>2|3f=5ra=5e*k+2$ec","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746585043}},"pad:IVOA_Nov24_DAL:revs:3263":{"changeset":"Z:6fi>1|3q=689*9=1=h*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746585145}},"pad:IVOA_Nov24_DAL:revs:3264":{"changeset":"Z:6fj>2|3f=5ra=5g*k+2$if","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746585544}},"pad:IVOA_Nov24_DAL:revs:3265":{"changeset":"Z:6fl>2|3q=68b=j*7+2$AD","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746585643}},"pad:IVOA_Nov24_DAL:revs:3266":{"changeset":"Z:6fn>2|3f=5ra=5i*k+2$y ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746586043}},"pad:IVOA_Nov24_DAL:revs:3267":{"changeset":"Z:6fp>1|3f=5ra=5k*k+1$t","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746586545}},"pad:IVOA_Nov24_DAL:revs:3268":{"changeset":"Z:6fq>2|3q=68e=l*7+2$C\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746586645}},"pad:IVOA_Nov24_DAL:revs:3269":{"changeset":"Z:6fs>3|3f=5ra=5l*k+3$he ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746587044}},"pad:IVOA_Nov24_DAL:revs:3270":{"changeset":"Z:6fv>0|3q=68h*9=1=l-1*7+1$'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746587148}},"pad:IVOA_Nov24_DAL:revs:3271":{"changeset":"Z:6fv>4|3f=5ra=5o*k+4$cont","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746587543}},"pad:IVOA_Nov24_DAL:revs:3272":{"changeset":"Z:6fz>4|3q=68l=n*7+4$s ap","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746587646}},"pad:IVOA_Nov24_DAL:revs:3273":{"changeset":"Z:6g3>3|3f=5ra=5s*k+3$ent","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746588041}},"pad:IVOA_Nov24_DAL:revs:3274":{"changeset":"Z:6g6>5|3q=68o=r*7+5$proac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746588145}},"pad:IVOA_Nov24_DAL:revs:3275":{"changeset":"Z:6gb>1|3f=5ra=5v*k+1$-","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746588540}},"pad:IVOA_Nov24_DAL:revs:3276":{"changeset":"Z:6gc>3|3q=68p=w*7+3$h, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746588646}},"pad:IVOA_Nov24_DAL:revs:3277":{"changeset":"Z:6gf>2|3f=5ra=5w*k+2$ty","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746589042}},"pad:IVOA_Nov24_DAL:revs:3278":{"changeset":"Z:6gh>2|3f=5ra=5y*k+2$pe","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746589541}},"pad:IVOA_Nov24_DAL:revs:3279":{"changeset":"Z:6gj>4|3q=68t=z*7+4$goes","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746589746}},"pad:IVOA_Nov24_DAL:revs:3280":{"changeset":"Z:6gn>1|3f=5ra=60*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746590043}},"pad:IVOA_Nov24_DAL:revs:3281":{"changeset":"Z:6go>4|3q=68u=13*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746590250}},"pad:IVOA_Nov24_DAL:revs:3282":{"changeset":"Z:6gs>1|3f=5ra=61*k+1$?","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746590543}},"pad:IVOA_Nov24_DAL:revs:3283":{"changeset":"Z:6gt>2|3q=68v=17*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746590751}},"pad:IVOA_Nov24_DAL:revs:3284":{"changeset":"Z:6gv>2|3q=68v=19*7+2$bl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746591245}},"pad:IVOA_Nov24_DAL:revs:3285":{"changeset":"Z:6gx>2|3q=68v=1b*7+2$e/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746591746}},"pad:IVOA_Nov24_DAL:revs:3286":{"changeset":"Z:6gz>1|3q=68v=1d*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746592346}},"pad:IVOA_Nov24_DAL:revs:3287":{"changeset":"Z:6h0>3|3q=68v=1e*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746592747}},"pad:IVOA_Nov24_DAL:revs:3288":{"changeset":"Z:6h3>1|3q=68v=1h*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746593254}},"pad:IVOA_Nov24_DAL:revs:3289":{"changeset":"Z:6h4>1|3q=68v=1i*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746593753}},"pad:IVOA_Nov24_DAL:revs:3290":{"changeset":"Z:6h5>2|3q=68v=1j*7+2$na","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746594253}},"pad:IVOA_Nov24_DAL:revs:3291":{"changeset":"Z:6h7>1|3q=68v=1l*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746594754}},"pad:IVOA_Nov24_DAL:revs:3292":{"changeset":"Z:6h8>1|3q=68v=1m*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746595254}},"pad:IVOA_Nov24_DAL:revs:3293":{"changeset":"Z:6h9>1|3q=68v=1n*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746595753}},"pad:IVOA_Nov24_DAL:revs:3294":{"changeset":"Z:6ha>0|3q=68v*9=1=1m-1*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746596265}},"pad:IVOA_Nov24_DAL:revs:3295":{"changeset":"Z:6ha>3|3q=68v=1o*7+3$ he","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746596755}},"pad:IVOA_Nov24_DAL:revs:3296":{"changeset":"Z:6hd>1|3f=5ra=4j*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746597153}},"pad:IVOA_Nov24_DAL:revs:3297":{"changeset":"Z:6he>3|3q=68w=1r*7+3$re,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746597270}},"pad:IVOA_Nov24_DAL:revs:3298":{"changeset":"Z:6hh>1|3f=5ra=4k*k+1$(","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746597553}},"pad:IVOA_Nov24_DAL:revs:3299":{"changeset":"Z:6hi>1|3q=68x=1u*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746597853}},"pad:IVOA_Nov24_DAL:revs:3300":{"changeset":"Z:6hj>2|3f=5ra=4l*k+2$ot","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746598049,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (ot way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to table/table_name; here, \n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+66*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7+1u*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3301":{"changeset":"Z:6hl>4|3f=5ra=4n*k+4$her ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746598658}},"pad:IVOA_Nov24_DAL:revs:3302":{"changeset":"Z:6hp>3|3f=5ra=4r*k+3$tha","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746599052}},"pad:IVOA_Nov24_DAL:revs:3303":{"changeset":"Z:6hs>1|3q=696=1v*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746599256}},"pad:IVOA_Nov24_DAL:revs:3304":{"changeset":"Z:6ht>2|3f=5ra=4u*k+2$t ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746599553}},"pad:IVOA_Nov24_DAL:revs:3305":{"changeset":"Z:6hv>2|3q=698=1w*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746599850}},"pad:IVOA_Nov24_DAL:revs:3306":{"changeset":"Z:6hx>1|3f=5ra=4w*k+1$a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746600054}},"pad:IVOA_Nov24_DAL:revs:3307":{"changeset":"Z:6hy>1|3q=699=1y*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746600349}},"pad:IVOA_Nov24_DAL:revs:3308":{"changeset":"Z:6hz>3|3f=5ra=4x*k+3$ddi","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746600555}},"pad:IVOA_Nov24_DAL:revs:3309":{"changeset":"Z:6i2>3|3q=69c=1z*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746600851}},"pad:IVOA_Nov24_DAL:revs:3310":{"changeset":"Z:6i5>1|3f=5ra=50*k+1$n","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746601056}},"pad:IVOA_Nov24_DAL:revs:3311":{"changeset":"Z:6i6>3|3q=69d=22*7+3$_ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746601351}},"pad:IVOA_Nov24_DAL:revs:3312":{"changeset":"Z:6i9>2|3f=5ra=51*k+2$d ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746601556}},"pad:IVOA_Nov24_DAL:revs:3313":{"changeset":"Z:6ib>4|3q=69f=25*7+4$bles","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746601851}},"pad:IVOA_Nov24_DAL:revs:3314":{"changeset":"Z:6if>1|3q=69f=29*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746602651}},"pad:IVOA_Nov24_DAL:revs:3315":{"changeset":"Z:6ig>1|3f=5ra=53*k+1$a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746602756}},"pad:IVOA_Nov24_DAL:revs:3316":{"changeset":"Z:6ih>1|3f=5ra=54*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746603152}},"pad:IVOA_Nov24_DAL:revs:3317":{"changeset":"Z:6ii>1|3q=69h=2a*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746603256}},"pad:IVOA_Nov24_DAL:revs:3318":{"changeset":"Z:6ij>3|3q=69h=2b*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746603787}},"pad:IVOA_Nov24_DAL:revs:3319":{"changeset":"Z:6im>1|3f=5ra=55*k+1$a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746603859}},"pad:IVOA_Nov24_DAL:revs:3320":{"changeset":"Z:6in>2|3q=69i=2e*7+2$e_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746604256}},"pad:IVOA_Nov24_DAL:revs:3321":{"changeset":"Z:6ip<1|3f=5ra=55-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746604556}},"pad:IVOA_Nov24_DAL:revs:3322":{"changeset":"Z:6io>4|3q=69h=2g*7+4$name","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746604857}},"pad:IVOA_Nov24_DAL:revs:3323":{"changeset":"Z:6is<1|3f=5ra=54-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746605857}},"pad:IVOA_Nov24_DAL:revs:3324":{"changeset":"Z:6ir>1|3f=5ra=54*k+1$n","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746606460}},"pad:IVOA_Nov24_DAL:revs:3325":{"changeset":"Z:6is>2|3f=5ra=55*k+2$ a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746606963}},"pad:IVOA_Nov24_DAL:revs:3326":{"changeset":"Z:6iu>3|3f=5ra=57*k+3$dde","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746607491}},"pad:IVOA_Nov24_DAL:revs:3327":{"changeset":"Z:6ix>1|3f=5ra=5a*k+1$d","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746607979}},"pad:IVOA_Nov24_DAL:revs:3328":{"changeset":"Z:6iy>1|3q=69n=1c*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746608075}},"pad:IVOA_Nov24_DAL:revs:3329":{"changeset":"Z:6iz>1|3f=5ra=5b*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746608465}},"pad:IVOA_Nov24_DAL:revs:3330":{"changeset":"Z:6j0>2|3q=69o*9=1=2k*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746609572}},"pad:IVOA_Nov24_DAL:revs:3331":{"changeset":"Z:6j2>0|3q=69o*9=1|1=2l*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746610072}},"pad:IVOA_Nov24_DAL:revs:3332":{"changeset":"Z:6j2>2|3r=6ca=1*7+2$Co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746610669}},"pad:IVOA_Nov24_DAL:revs:3333":{"changeset":"Z:6j4>2|3r=6ca=3*7+2$ul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746611169}},"pad:IVOA_Nov24_DAL:revs:3334":{"changeset":"Z:6j6>3|3r=6ca=5*7+3$d b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746611669}},"pad:IVOA_Nov24_DAL:revs:3335":{"changeset":"Z:6j9>2|3r=6ca=8*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746612173}},"pad:IVOA_Nov24_DAL:revs:3336":{"changeset":"Z:6jb>4|3r=6ca=a*7+4$quit","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746612608}},"pad:IVOA_Nov24_DAL:revs:3337":{"changeset":"Z:6jf>4|3r=6ca=e*7+4$e la","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746613176}},"pad:IVOA_Nov24_DAL:revs:3338":{"changeset":"Z:6jj>3|3r=6ca=i*7+3$rge","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746613676}},"pad:IVOA_Nov24_DAL:revs:3339":{"changeset":"Z:6jm>2|3r=6ca=l*7+2$; ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746614175}},"pad:IVOA_Nov24_DAL:revs:3340":{"changeset":"Z:6jo>6|3r=6ca=n*7+6$the id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746614679}},"pad:IVOA_Nov24_DAL:revs:3341":{"changeset":"Z:6ju>3|3r=6ca=t*7+3$ea ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746615183}},"pad:IVOA_Nov24_DAL:revs:3342":{"changeset":"Z:6jx>5|3r=6ca=w*7+5$is th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746616185}},"pad:IVOA_Nov24_DAL:revs:3343":{"changeset":"Z:6k2>3|3r=6ca=11*7+3$at ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746616685}},"pad:IVOA_Nov24_DAL:revs:3344":{"changeset":"Z:6k5>1|3f=5ra=5c*k+1$R","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746616812}},"pad:IVOA_Nov24_DAL:revs:3345":{"changeset":"Z:6k6>2|3r=6cb=14*7+2$/t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746617192}},"pad:IVOA_Nov24_DAL:revs:3346":{"changeset":"Z:6k8>1|3f=5ra=5d*k+1$e","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746617408}},"pad:IVOA_Nov24_DAL:revs:3347":{"changeset":"Z:6k9>1|3q=69q*9=1|1=2l*9=1=15*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746617682}},"pad:IVOA_Nov24_DAL:revs:3348":{"changeset":"Z:6ka>1|3f=5ra=5e*k+1$s","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746617911}},"pad:IVOA_Nov24_DAL:revs:3349":{"changeset":"Z:6kb>2|3r=6cd=17*7+2$b;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746618183}},"pad:IVOA_Nov24_DAL:revs:3350":{"changeset":"Z:6kd>3|3f=5ra=5f*k+3$our","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746618385}},"pad:IVOA_Nov24_DAL:revs:3351":{"changeset":"Z:6kg>0|3q=69u*9=1|1=2l*9=1=17-1*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746618683}},"pad:IVOA_Nov24_DAL:revs:3352":{"changeset":"Z:6kg>2|3f=5ra=5i*k+2$ce","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731746618885}},"pad:IVOA_Nov24_DAL:revs:3353":{"changeset":"Z:6ki>4|3r=6ci=19*7+4$es r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746619190}},"pad:IVOA_Nov24_DAL:revs:3354":{"changeset":"Z:6km>3|3r=6ci=1d*7+3$efl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746619782}},"pad:IVOA_Nov24_DAL:revs:3355":{"changeset":"Z:6kp>2|3r=6ci=1g*7+2$ec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746620283}},"pad:IVOA_Nov24_DAL:revs:3356":{"changeset":"Z:6kr>3|3r=6ci=1i*7+3$ts ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746620783}},"pad:IVOA_Nov24_DAL:revs:3357":{"changeset":"Z:6ku>4|3r=6ci=1l*7+4$all ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746621312}},"pad:IVOA_Nov24_DAL:revs:3358":{"changeset":"Z:6ky>4|3r=6ci=1p*7+4$tabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746621783}},"pad:IVOA_Nov24_DAL:revs:3359":{"changeset":"Z:6l2>4|3r=6ci=1t*7+4$es, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746622285}},"pad:IVOA_Nov24_DAL:revs:3360":{"changeset":"Z:6l6>4|3r=6ci=1x*7+4$incl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746622786}},"pad:IVOA_Nov24_DAL:revs:3361":{"changeset":"Z:6la>3|3r=6ci=21*7+3$udi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746623285}},"pad:IVOA_Nov24_DAL:revs:3362":{"changeset":"Z:6ld>5|3r=6ci=24*7+5$ng th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746623795}},"pad:IVOA_Nov24_DAL:revs:3363":{"changeset":"Z:6li>5|3r=6ci=29*7+5$e one","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746624296}},"pad:IVOA_Nov24_DAL:revs:3364":{"changeset":"Z:6ln>4|3r=6ci=2e*7+4$s yo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746624801}},"pad:IVOA_Nov24_DAL:revs:3365":{"changeset":"Z:6lr>3|3r=6ci=2i*7+3$u u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746625298}},"pad:IVOA_Nov24_DAL:revs:3366":{"changeset":"Z:6lu>4|3r=6ci=2l*7+4$ploa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746625800}},"pad:IVOA_Nov24_DAL:revs:3367":{"changeset":"Z:6ly>1|3r=6ci=2p*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746626299}},"pad:IVOA_Nov24_DAL:revs:3368":{"changeset":"Z:6lz>2|3r=6ci=2q*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746626793}},"pad:IVOA_Nov24_DAL:revs:3369":{"changeset":"Z:6m1>3|3r=6ci=2s*7+3$ co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746627294}},"pad:IVOA_Nov24_DAL:revs:3370":{"changeset":"Z:6m4>4|3r=6ci=2v*7+4$uld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746627897}},"pad:IVOA_Nov24_DAL:revs:3371":{"changeset":"Z:6m8>1|3r=6ci=2z*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746629198}},"pad:IVOA_Nov24_DAL:revs:3372":{"changeset":"Z:6m9>4|3r=6ci=30*7+4$e qu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746629699}},"pad:IVOA_Nov24_DAL:revs:3373":{"changeset":"Z:6md>4|3r=6ci=34*7+4$ite ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746630200}},"pad:IVOA_Nov24_DAL:revs:3374":{"changeset":"Z:6mh>4|3r=6ci=38*7+4$larg","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746630705}},"pad:IVOA_Nov24_DAL:revs:3375":{"changeset":"Z:6ml>1|3r=6ci=3c*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746631205}},"pad:IVOA_Nov24_DAL:revs:3376":{"changeset":"Z:6mm>2|3q=69w*9=1|1=2l*9=1=3c*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746631806}},"pad:IVOA_Nov24_DAL:revs:3377":{"changeset":"Z:6mo>1|3s=6fw=1*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746634411}},"pad:IVOA_Nov24_DAL:revs:3378":{"changeset":"Z:6mp>3|3s=6fw=2*7+3$her","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746634909}},"pad:IVOA_Nov24_DAL:revs:3379":{"changeset":"Z:6ms>1|3s=6fw=5*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746635410}},"pad:IVOA_Nov24_DAL:revs:3380":{"changeset":"Z:6mt>1|3s=6fw=6*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746635911}},"pad:IVOA_Nov24_DAL:revs:3381":{"changeset":"Z:6mu>2|3q=69w*9=1|1=2l*9=1|1=3d*a=1=5-1*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746636413}},"pad:IVOA_Nov24_DAL:revs:3382":{"changeset":"Z:6mw>4|3s=6fw=9*7+4$e ma","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746636913}},"pad:IVOA_Nov24_DAL:revs:3383":{"changeset":"Z:6n0>4|3s=6fw=d*7+4$kes ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746637514}},"pad:IVOA_Nov24_DAL:revs:3384":{"changeset":"Z:6n4>6|3s=6fw=h*7+6$sense ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746637915}},"pad:IVOA_Nov24_DAL:revs:3385":{"changeset":"Z:6na>3|3s=6fw=n*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746638417}},"pad:IVOA_Nov24_DAL:revs:3386":{"changeset":"Z:6nd>2|3s=6fw=q*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746638920}},"pad:IVOA_Nov24_DAL:revs:3387":{"changeset":"Z:6nf>1|3s=6fw=s*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746639618}},"pad:IVOA_Nov24_DAL:revs:3388":{"changeset":"Z:6ng>2|3s=6fw=t*7+2$nq","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746640119}},"pad:IVOA_Nov24_DAL:revs:3389":{"changeset":"Z:6ni>1|3q=69w*9=1|1=2l*9=1|1=3d*a=1=t-1*7+2$iq","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746640620}},"pad:IVOA_Nov24_DAL:revs:3390":{"changeset":"Z:6nj>3|3s=6fw=w*7+3$ue ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746641121}},"pad:IVOA_Nov24_DAL:revs:3391":{"changeset":"Z:6nm>3|3s=6fw=z*7+3$end","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746641622}},"pad:IVOA_Nov24_DAL:revs:3392":{"changeset":"Z:6np>3|3s=6fw=12*7+3$poi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746642223}},"pad:IVOA_Nov24_DAL:revs:3393":{"changeset":"Z:6ns>5|3q=69w*9=1|1=2l*9=1|1=3d*a=1=14*7|1+4*7*2*d*3*b+1$nts\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746642727}},"pad:IVOA_Nov24_DAL:revs:3394":{"changeset":"Z:6nx>0|3q=69w*9=1|1=2l*9=1|1=3d*a=1|1=18*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746643628}},"pad:IVOA_Nov24_DAL:revs:3395":{"changeset":"Z:6nx>1|3t=6h5=1*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746644333}},"pad:IVOA_Nov24_DAL:revs:3396":{"changeset":"Z:6ny>2|3t=6h5=2*7+2$et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746644836}},"pad:IVOA_Nov24_DAL:revs:3397":{"changeset":"Z:6o0>2|3t=6h5=4*7+2$ch","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746645331}},"pad:IVOA_Nov24_DAL:revs:3398":{"changeset":"Z:6o2>1|3t=6h5=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746646130}},"pad:IVOA_Nov24_DAL:revs:3399":{"changeset":"Z:6o3<1|3q=69w*9=1|1=2l*9=1|1=3d*a=1|1=18*a=1=5-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746646567}},"pad:IVOA_Nov24_DAL:revs:3400":{"changeset":"Z:6o2>3|3t=6h5=6*7+3$; G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746647144,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; G\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7+8*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3401":{"changeset":"Z:6o5>2|3t=6h5=9*7+2$ET","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746647639}},"pad:IVOA_Nov24_DAL:revs:3402":{"changeset":"Z:6o7>1|3t=6h5=b*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746648140}},"pad:IVOA_Nov24_DAL:revs:3403":{"changeset":"Z:6o8>1|3t=6h5=c*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746648944}},"pad:IVOA_Nov24_DAL:revs:3404":{"changeset":"Z:6o9>2|3t=6h5=d*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746649441}},"pad:IVOA_Nov24_DAL:revs:3405":{"changeset":"Z:6ob>3|3t=6h5=f*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746649944}},"pad:IVOA_Nov24_DAL:revs:3406":{"changeset":"Z:6oe>5|3t=6h5=i*7+5$table","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746650945}},"pad:IVOA_Nov24_DAL:revs:3407":{"changeset":"Z:6oj>2|3t=6h5=n*7+2$_a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746651446}},"pad:IVOA_Nov24_DAL:revs:3408":{"changeset":"Z:6ol>0|3q=69w*9=1|1=2l*9=1|1=3d*a=1|1=18*a=1=n-1*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746651948}},"pad:IVOA_Nov24_DAL:revs:3409":{"changeset":"Z:6ol>1|3q=69w*9=1|1=2l*9=1|1=3d*a=1|1=18*a=1=o*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746652547}},"pad:IVOA_Nov24_DAL:revs:3410":{"changeset":"Z:6om>4|3q=69w*9=1|1=2l*9=1|1=3d*a=1|1=18*a=1=p*7|1+3*7*2*8*3*b+1$me\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746653050}},"pad:IVOA_Nov24_DAL:revs:3411":{"changeset":"Z:6oq>1|3u=6hy=1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746655657}},"pad:IVOA_Nov24_DAL:revs:3412":{"changeset":"Z:6or>3|3u=6hy=2*7+3$nd ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746656157}},"pad:IVOA_Nov24_DAL:revs:3413":{"changeset":"Z:6ou>3|3u=6hy=5*7+3$DEL","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746656658}},"pad:IVOA_Nov24_DAL:revs:3414":{"changeset":"Z:6ox>2|3u=6hy=8*7+2$ET","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746657152}},"pad:IVOA_Nov24_DAL:revs:3415":{"changeset":"Z:6oz>3|3u=6hy=a*7+3$E, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746658154}},"pad:IVOA_Nov24_DAL:revs:3416":{"changeset":"Z:6p2>1|3u=6hy=d*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746658660}},"pad:IVOA_Nov24_DAL:revs:3417":{"changeset":"Z:6p3>3|3u=6hy=e*7+3$atu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746659163}},"pad:IVOA_Nov24_DAL:revs:3418":{"changeset":"Z:6p6>3|3u=6hy=h*7+3$rak","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746659663}},"pad:IVOA_Nov24_DAL:revs:3419":{"changeset":"Z:6p9>2|3q=69w*9=1|1=2l*9=1|1=3d*a=1|1=18*a=1|1=s*b=1=i-1*7+3$lly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746660666}},"pad:IVOA_Nov24_DAL:revs:3420":{"changeset":"Z:6pb>2|3q=69w*9=1|1=2l*9=1|1=3d*a=1|1=18*a=1|1=s*b=1=l*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746661169}},"pad:IVOA_Nov24_DAL:revs:3421":{"changeset":"Z:6pd<1|3v=6il-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746661862}},"pad:IVOA_Nov24_DAL:revs:3422":{"changeset":"Z:6pc>1|3v=6il*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746662869}},"pad:IVOA_Nov24_DAL:revs:3423":{"changeset":"Z:6pd>4|3v=6il=1*7+4$hat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746663366}},"pad:IVOA_Nov24_DAL:revs:3424":{"changeset":"Z:6ph>3|3v=6il=5*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746663867}},"pad:IVOA_Nov24_DAL:revs:3425":{"changeset":"Z:6pk>3|3v=6il=8*7+3$Ret","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746664367}},"pad:IVOA_Nov24_DAL:revs:3426":{"changeset":"Z:6pn>3|3v=6il=b*7+3$urn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746664867}},"pad:IVOA_Nov24_DAL:revs:3427":{"changeset":"Z:6pq>1|3v=6il=e*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746665369}},"pad:IVOA_Nov24_DAL:revs:3428":{"changeset":"Z:6pr>1|3w=6j0*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746667173}},"pad:IVOA_Nov24_DAL:revs:3429":{"changeset":"Z:6ps>1|3w=6j0=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746668377}},"pad:IVOA_Nov24_DAL:revs:3430":{"changeset":"Z:6pt>3|3w=6j0=2*7+3$UT ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746668880}},"pad:IVOA_Nov24_DAL:revs:3431":{"changeset":"Z:6pw>1|3w=6j0=5*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746671279}},"pad:IVOA_Nov24_DAL:revs:3432":{"changeset":"Z:6px>4|3w=6j0=6*7+4$etur","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746671779}},"pad:IVOA_Nov24_DAL:revs:3433":{"changeset":"Z:6q1>3|3w=6j0=a*7+3$ns ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746672281}},"pad:IVOA_Nov24_DAL:revs:3434":{"changeset":"Z:6q4>1|3w=6j0=d*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746672780}},"pad:IVOA_Nov24_DAL:revs:3435":{"changeset":"Z:6q5>2|3w=6j0=e*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746673386}},"pad:IVOA_Nov24_DAL:revs:3436":{"changeset":"Z:6q7>5|3w=6j0=g*7+5$infor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746673887}},"pad:IVOA_Nov24_DAL:revs:3437":{"changeset":"Z:6qc>4|3w=6j0=l*7+4$mati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746674384}},"pad:IVOA_Nov24_DAL:revs:3438":{"changeset":"Z:6qg>3|3w=6j0=p*7+3$ve ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746674886}},"pad:IVOA_Nov24_DAL:revs:3439":{"changeset":"Z:6qj>2|3w=6j0=s*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746675385}},"pad:IVOA_Nov24_DAL:revs:3440":{"changeset":"Z:6ql>3|3w=6j0=u*7+3$Tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746675887}},"pad:IVOA_Nov24_DAL:revs:3441":{"changeset":"Z:6qo>4|3w=6j0=x*7+4$le, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746676417}},"pad:IVOA_Nov24_DAL:revs:3442":{"changeset":"Z:6qs>1|3w=6j0=11*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746677516}},"pad:IVOA_Nov24_DAL:revs:3443":{"changeset":"Z:6qt>3|3w=6j0=12*7+3$oss","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746678114}},"pad:IVOA_Nov24_DAL:revs:3444":{"changeset":"Z:6qw>5|3w=6j0=15*7+5$ibly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746678594}},"pad:IVOA_Nov24_DAL:revs:3445":{"changeset":"Z:6r1>1|3w=6j0=1a*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746679094}},"pad:IVOA_Nov24_DAL:revs:3446":{"changeset":"Z:6r2>1|3w=6j0=1b*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746679592}},"pad:IVOA_Nov24_DAL:revs:3447":{"changeset":"Z:6r3>4|3w=6j0=1c*7+4$dire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746680093}},"pad:IVOA_Nov24_DAL:revs:3448":{"changeset":"Z:6r7>2|3w=6j0=1g*7+2$ct","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746680592}},"pad:IVOA_Nov24_DAL:revs:3449":{"changeset":"Z:6r9>2|3w=6j0=1i*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746681093}},"pad:IVOA_Nov24_DAL:revs:3450":{"changeset":"Z:6rb>2|3w=6j0=1k*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746681597}},"pad:IVOA_Nov24_DAL:revs:3451":{"changeset":"Z:6rd>4|3w=6j0=1m*7+4$meta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746682098}},"pad:IVOA_Nov24_DAL:revs:3452":{"changeset":"Z:6rh>3|3w=6j0=1q*7+3$dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746682600}},"pad:IVOA_Nov24_DAL:revs:3453":{"changeset":"Z:6rk>3|3w=6j0=1t*7+3$a t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746683103}},"pad:IVOA_Nov24_DAL:revs:3454":{"changeset":"Z:6rn>4|3w=6j0=1w*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746683600}},"pad:IVOA_Nov24_DAL:revs:3455":{"changeset":"Z:6rr>2|3w=6j0*9=1=1z*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746684102}},"pad:IVOA_Nov24_DAL:revs:3456":{"changeset":"Z:6rt>1|3x=6l1=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746684705}},"pad:IVOA_Nov24_DAL:revs:3457":{"changeset":"Z:6ru>3|3x=6l1=2*7+3$ET ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746685303}},"pad:IVOA_Nov24_DAL:revs:3458":{"changeset":"Z:6rx>3|3x=6l1=5*7+3$ret","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746685819}},"pad:IVOA_Nov24_DAL:revs:3459":{"changeset":"Z:6s0>5|3x=6l1=8*7+5$urns ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746686320}},"pad:IVOA_Nov24_DAL:revs:3460":{"changeset":"Z:6s5>2|3x=6l1=d*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746686819}},"pad:IVOA_Nov24_DAL:revs:3461":{"changeset":"Z:6s7>2|3x=6l1=f*7+2$SI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746687317}},"pad:IVOA_Nov24_DAL:revs:3462":{"changeset":"Z:6s9>2|3x=6l1=h*7+2$Ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746687823}},"pad:IVOA_Nov24_DAL:revs:3463":{"changeset":"Z:6sb>3|3x=6l1=j*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746688304}},"pad:IVOA_Nov24_DAL:revs:3464":{"changeset":"Z:6se>2|3w=6j0*9=1|1=20*a=1=l*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746688807}},"pad:IVOA_Nov24_DAL:revs:3465":{"changeset":"Z:6sg>1|3y=6lo=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746689832}},"pad:IVOA_Nov24_DAL:revs:3466":{"changeset":"Z:6sh>3|3y=6lo=2*7+3$ELE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746690322}},"pad:IVOA_Nov24_DAL:revs:3467":{"changeset":"Z:6sk>1|3y=6lo=5*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746690824}},"pad:IVOA_Nov24_DAL:revs:3468":{"changeset":"Z:6sl>1|3y=6lo=6*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746691307}},"pad:IVOA_Nov24_DAL:revs:3469":{"changeset":"Z:6sm>2|3y=6lo=7*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746691811}},"pad:IVOA_Nov24_DAL:revs:3470":{"changeset":"Z:6so>2|3y=6lo=9*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746692313}},"pad:IVOA_Nov24_DAL:revs:3471":{"changeset":"Z:6sq>3|3y=6lo=b*7+3$not","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746692814}},"pad:IVOA_Nov24_DAL:revs:3472":{"changeset":"Z:6st>4|3y=6lo=e*7+4$her ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746693314}},"pad:IVOA_Nov24_DAL:revs:3473":{"changeset":"Z:6sx>3|3y=6lo=i*7+3$inf","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746693838}},"pad:IVOA_Nov24_DAL:revs:3474":{"changeset":"Z:6t0>5|3y=6lo=l*7+5$ormat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746694347}},"pad:IVOA_Nov24_DAL:revs:3475":{"changeset":"Z:6t5>2|3y=6lo=q*7+2$iv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746694842}},"pad:IVOA_Nov24_DAL:revs:3476":{"changeset":"Z:6t7>4|3y=6lo=s*7+4$e pl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746695443}},"pad:IVOA_Nov24_DAL:revs:3477":{"changeset":"Z:6tb>4|3y=6lo=w*7+4$aint","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746695946}},"pad:IVOA_Nov24_DAL:revs:3478":{"changeset":"Z:6tf>1|3y=6lo=10*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746696448}},"pad:IVOA_Nov24_DAL:revs:3479":{"changeset":"Z:6tg>2|3y=6lo=11*7+2$xt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746696949}},"pad:IVOA_Nov24_DAL:revs:3480":{"changeset":"Z:6ti>1|3y=6lo=13*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746697619}},"pad:IVOA_Nov24_DAL:revs:3481":{"changeset":"Z:6tj>4|3y=6lo=14*7+4$info","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746698120}},"pad:IVOA_Nov24_DAL:revs:3482":{"changeset":"Z:6tn>2|3w=6j0*9=1|1=20*a=1|1=m*b=1=17*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746699223}},"pad:IVOA_Nov24_DAL:revs:3483":{"changeset":"Z:6tp>1|3z=6mx=1*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746700425}},"pad:IVOA_Nov24_DAL:revs:3484":{"changeset":"Z:6tq>1|3z=6mx=2*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746700931}},"pad:IVOA_Nov24_DAL:revs:3485":{"changeset":"Z:6tr>5|3z=6mx=3*7+5$rors ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746701429}},"pad:IVOA_Nov24_DAL:revs:3486":{"changeset":"Z:6tw>3|3z=6mx=8*7+3$via","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746701932}},"pad:IVOA_Nov24_DAL:revs:3487":{"changeset":"Z:6tz>1|3z=6mx=b*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746702432}},"pad:IVOA_Nov24_DAL:revs:3488":{"changeset":"Z:6u0>3|3z=6mx=c*7+3$DAL","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746702961}},"pad:IVOA_Nov24_DAL:revs:3489":{"changeset":"Z:6u3>1|3z=6mx=f*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746703460}},"pad:IVOA_Nov24_DAL:revs:3490":{"changeset":"Z:6u4>1|3z=6mx=g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746704426}},"pad:IVOA_Nov24_DAL:revs:3491":{"changeset":"Z:6u5>1|3y=6lo=18*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746704531}},"pad:IVOA_Nov24_DAL:revs:3492":{"changeset":"Z:6u6>2|3z=6my=h*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746704927}},"pad:IVOA_Nov24_DAL:revs:3493":{"changeset":"Z:6u8>2|3y=6lo=19*0+2$- ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746705229}},"pad:IVOA_Nov24_DAL:revs:3494":{"changeset":"Z:6ua>2|3z=6n0=j*7+2$Ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746705528}},"pad:IVOA_Nov24_DAL:revs:3495":{"changeset":"Z:6uc>4|3y=6lo=1b*0+4$and ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746705632}},"pad:IVOA_Nov24_DAL:revs:3496":{"changeset":"Z:6ug>3|3z=6n4=l*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746706029}},"pad:IVOA_Nov24_DAL:revs:3497":{"changeset":"Z:6uj>3|3y=6lo=1f*0+3$we ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746706134}},"pad:IVOA_Nov24_DAL:revs:3498":{"changeset":"Z:6um>1|3z=6n7=o*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746706530}},"pad:IVOA_Nov24_DAL:revs:3499":{"changeset":"Z:6un>2|3y=6lo=1i*0+2$ca","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746706731}},"pad:IVOA_Nov24_DAL:revs:3500":{"changeset":"Z:6up>2|3y=6lo=1k*0+2$n ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746707234,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info - and we can \n*Errors via DALI VOTables\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7+17*0+e*7|1+1*7*2*8*3*c+1*7+o*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3501":{"changeset":"Z:6ur>3|3y=6lo=1m*0+3$pro","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746707632}},"pad:IVOA_Nov24_DAL:revs:3502":{"changeset":"Z:6uu>4|3y=6lo=1p*0+4$babl","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746708233}},"pad:IVOA_Nov24_DAL:revs:3503":{"changeset":"Z:6uy>2|3y=6lo=1t*0+2$y ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746708734}},"pad:IVOA_Nov24_DAL:revs:3504":{"changeset":"Z:6v0>2|3w=6j0*9=1|1=20*a=1|1=m*b=1|1=1v*c=1=o*7|1+1*7*2*8*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746708839}},"pad:IVOA_Nov24_DAL:revs:3505":{"changeset":"Z:6v2>3|3y=6lo=1v*0+3$do ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746709236}},"pad:IVOA_Nov24_DAL:revs:3506":{"changeset":"Z:6v5<1|40=6od-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746709436}},"pad:IVOA_Nov24_DAL:revs:3507":{"changeset":"Z:6v4>2|3y=6lo=1y*0+2$be","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746709540}},"pad:IVOA_Nov24_DAL:revs:3508":{"changeset":"Z:6v6>4|3y=6lo=20*0+4$tter","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731746710438}},"pad:IVOA_Nov24_DAL:revs:3509":{"changeset":"Z:6va>1|40=6oj*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746711572}},"pad:IVOA_Nov24_DAL:revs:3510":{"changeset":"Z:6vb>2|40=6oj=1*7+2$D ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746712046}},"pad:IVOA_Nov24_DAL:revs:3511":{"changeset":"Z:6vd>3|40=6oj=3*7+3$Ret","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746712546}},"pad:IVOA_Nov24_DAL:revs:3512":{"changeset":"Z:6vg>3|40=6oj=6*7+3$rie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746713047}},"pad:IVOA_Nov24_DAL:revs:3513":{"changeset":"Z:6vj2|40=6nn=9*7+2$ve","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746713553}},"pad:IVOA_Nov24_DAL:revs:3515":{"changeset":"Z:6up>1|40=6nn=a-1*7+2$al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746714054}},"pad:IVOA_Nov24_DAL:revs:3516":{"changeset":"Z:6uq>1|40=6nn=c*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746714548}},"pad:IVOA_Nov24_DAL:revs:3517":{"changeset":"Z:6ur>1|41=6o0*7*2*e*3+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746715049}},"pad:IVOA_Nov24_DAL:revs:3518":{"changeset":"Z:6us>0|41=6o0-1*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746715549}},"pad:IVOA_Nov24_DAL:revs:3519":{"changeset":"Z:6us>1|41=6o0=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746716149}},"pad:IVOA_Nov24_DAL:revs:3520":{"changeset":"Z:6ut>1|41=6o0=2*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746716875}},"pad:IVOA_Nov24_DAL:revs:3521":{"changeset":"Z:6uu>1|41=6o0=3*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746717351}},"pad:IVOA_Nov24_DAL:revs:3522":{"changeset":"Z:6uv>4|41=6o0=4*7+4$ on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746717852}},"pad:IVOA_Nov24_DAL:revs:3523":{"changeset":"Z:6uz>4|41=6o0=8*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746718352}},"pad:IVOA_Nov24_DAL:revs:3524":{"changeset":"Z:6v3>2|41=6o0=c*7+2$_t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746718853}},"pad:IVOA_Nov24_DAL:revs:3525":{"changeset":"Z:6v5>4|41=6o0=e*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746719354}},"pad:IVOA_Nov24_DAL:revs:3526":{"changeset":"Z:6v9>1|41=6o0=i*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746719956}},"pad:IVOA_Nov24_DAL:revs:3527":{"changeset":"Z:6va>1|41=6o0=j*7+1$0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746722861}},"pad:IVOA_Nov24_DAL:revs:3528":{"changeset":"Z:6vb>1|41=6o0=k*7+1$0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746723361}},"pad:IVOA_Nov24_DAL:revs:3529":{"changeset":"Z:6vc>1|41=6o0=l*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746723861}},"pad:IVOA_Nov24_DAL:revs:3530":{"changeset":"Z:6vd<3|41=6o0*9=1=i-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746724362}},"pad:IVOA_Nov24_DAL:revs:3531":{"changeset":"Z:6va>2|41=6o0=j*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746724863}},"pad:IVOA_Nov24_DAL:revs:3532":{"changeset":"Z:6vc>2|41=6o0=l*7+2$wo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746725365}},"pad:IVOA_Nov24_DAL:revs:3533":{"changeset":"Z:6ve>1|41=6o0*9=1=k-2*7+3$ wo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746725866}},"pad:IVOA_Nov24_DAL:revs:3534":{"changeset":"Z:6vf>3|41=6o0=o*7+3$rks","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746726365}},"pad:IVOA_Nov24_DAL:revs:3535":{"changeset":"Z:6vi>3|41=6o0=r*7+3$ fo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746726970}},"pad:IVOA_Nov24_DAL:revs:3536":{"changeset":"Z:6vl>2|41=6o0=u*7+2$r ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746727470}},"pad:IVOA_Nov24_DAL:revs:3537":{"changeset":"Z:6vn>2|41=6o0=w*7+2$al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746727970}},"pad:IVOA_Nov24_DAL:revs:3538":{"changeset":"Z:6vp>2|41=6o0=y*7+2$l ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746728470}},"pad:IVOA_Nov24_DAL:revs:3539":{"changeset":"Z:6vr>5|41=6o0=10*7+5$user ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746728973}},"pad:IVOA_Nov24_DAL:revs:3540":{"changeset":"Z:6vw>3|41=6o0=15*7+3$tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746729576}},"pad:IVOA_Nov24_DAL:revs:3541":{"changeset":"Z:6vz>2|41=6o0=18*7+2$ls","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746730078}},"pad:IVOA_Nov24_DAL:revs:3542":{"changeset":"Z:6w1>1|41=6o0*9=1=18-1*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746730579}},"pad:IVOA_Nov24_DAL:revs:3543":{"changeset":"Z:6w2>2|41=6o0*9=1=1a*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746754112}},"pad:IVOA_Nov24_DAL:revs:3544":{"changeset":"Z:6w4>0|41=6o0*9=1|1=1b*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746754608}},"pad:IVOA_Nov24_DAL:revs:3545":{"changeset":"Z:6w4>1|42=6pc=1*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746755409}},"pad:IVOA_Nov24_DAL:revs:3546":{"changeset":"Z:6w5>0|41=6o0*9=1|1=1b*9=1-1*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746755910}},"pad:IVOA_Nov24_DAL:revs:3547":{"changeset":"Z:6w5>3|42=6pc=2*7+3$n D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746756410}},"pad:IVOA_Nov24_DAL:revs:3548":{"changeset":"Z:6w8>1|42=6pc=5*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746757413}},"pad:IVOA_Nov24_DAL:revs:3549":{"changeset":"Z:6w9>1|42=6pc=6*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746757913}},"pad:IVOA_Nov24_DAL:revs:3550":{"changeset":"Z:6wa>2|42=6pc=7*7+2$HS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746758415}},"pad:IVOA_Nov24_DAL:revs:3551":{"changeset":"Z:6wc>1|42=6pc=9*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746759815}},"pad:IVOA_Nov24_DAL:revs:3552":{"changeset":"Z:6wd<1|41=6o0*9=1|1=1b*9=1=8-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746760316}},"pad:IVOA_Nov24_DAL:revs:3553":{"changeset":"Z:6wc>1|42=6pc=9*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746761116}},"pad:IVOA_Nov24_DAL:revs:3554":{"changeset":"Z:6wd>4|42=6pc=a*7+4$ not","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746761617}},"pad:IVOA_Nov24_DAL:revs:3555":{"changeset":"Z:6wh>4|42=6pc=e*7+4$ sup","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746762119}},"pad:IVOA_Nov24_DAL:revs:3556":{"changeset":"Z:6wl>4|42=6pc=i*7+4$port","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746762618}},"pad:IVOA_Nov24_DAL:revs:3557":{"changeset":"Z:6wp>4|42=6pc=m*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746763118}},"pad:IVOA_Nov24_DAL:revs:3558":{"changeset":"Z:6wt>4|42=6pc=q*7+4$low ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746763625}},"pad:IVOA_Nov24_DAL:revs:3559":{"changeset":"Z:6wx>2|42=6pc=u*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746764121}},"pad:IVOA_Nov24_DAL:revs:3560":{"changeset":"Z:6wz>3|42=6pc=w*7+3$tai","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746764621}},"pad:IVOA_Nov24_DAL:revs:3561":{"changeset":"Z:6x2>2|42=6pc=z*7+2$l ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746765228}},"pad:IVOA_Nov24_DAL:revs:3562":{"changeset":"Z:6x4>2|42=6pc=11*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746765727}},"pad:IVOA_Nov24_DAL:revs:3563":{"changeset":"Z:6x6>3|42=6pc=13*7+3$que","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746766234}},"pad:IVOA_Nov24_DAL:revs:3564":{"changeset":"Z:6x9>2|42=6pc=16*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746766729}},"pad:IVOA_Nov24_DAL:revs:3565":{"changeset":"Z:6xb>1|42=6pc=18*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746768528}},"pad:IVOA_Nov24_DAL:revs:3566":{"changeset":"Z:6xc>4|42=6pc=19*7+4$on t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746769127}},"pad:IVOA_Nov24_DAL:revs:3567":{"changeset":"Z:6xg>4|42=6pc=1d*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746769630}},"pad:IVOA_Nov24_DAL:revs:3568":{"changeset":"Z:6xk>1|42=6pc=1h*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746770132}},"pad:IVOA_Nov24_DAL:revs:3569":{"changeset":"Z:6xl>2|41=6o0*9=1|1=1b*9=1=1h*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746771633}},"pad:IVOA_Nov24_DAL:revs:3570":{"changeset":"Z:6xn>0|41=6o0*9=1|1=1b*9=1|1=1i*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746774444}},"pad:IVOA_Nov24_DAL:revs:3571":{"changeset":"Z:6xn>1|43=6qv=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746775542}},"pad:IVOA_Nov24_DAL:revs:3572":{"changeset":"Z:6xo>3|43=6qv=2*7+3$f y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746776037}},"pad:IVOA_Nov24_DAL:revs:3573":{"changeset":"Z:6xr>4|43=6qv=5*7+4$ou a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746776537}},"pad:IVOA_Nov24_DAL:revs:3574":{"changeset":"Z:6xv>3|43=6qv=9*7+3$non","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746777037}},"pad:IVOA_Nov24_DAL:revs:3575":{"changeset":"Z:6xy>3|43=6qv=c*7+3$ymo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746777539}},"pad:IVOA_Nov24_DAL:revs:3576":{"changeset":"Z:6y1>3|43=6qv=f*7+3$usl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746778038}},"pad:IVOA_Nov24_DAL:revs:3577":{"changeset":"Z:6y4>2|43=6qv=i*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746778539}},"pad:IVOA_Nov24_DAL:revs:3578":{"changeset":"Z:6y6>3|43=6qv=k*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746779040}},"pad:IVOA_Nov24_DAL:revs:3579":{"changeset":"Z:6y9>3|43=6qv=n*7+3$oad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746779541}},"pad:IVOA_Nov24_DAL:revs:3580":{"changeset":"Z:6yc>3|43=6qv=q*7+3$ a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746780042}},"pad:IVOA_Nov24_DAL:revs:3581":{"changeset":"Z:6yf>3|43=6qv=t*7+3$per","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746780642}},"pad:IVOA_Nov24_DAL:revs:3582":{"changeset":"Z:6yi>2|43=6qv=w*7+2$si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746781143}},"pad:IVOA_Nov24_DAL:revs:3583":{"changeset":"Z:6yk>3|43=6qv=y*7+3$ste","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746781644}},"pad:IVOA_Nov24_DAL:revs:3584":{"changeset":"Z:6yn>2|43=6qv=11*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746782145}},"pad:IVOA_Nov24_DAL:revs:3585":{"changeset":"Z:6yp>2|43=6qv=13*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746782644}},"pad:IVOA_Nov24_DAL:revs:3586":{"changeset":"Z:6yr>4|43=6qv=15*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746783179}},"pad:IVOA_Nov24_DAL:revs:3587":{"changeset":"Z:6yv>7|43=6qv=19*7+7$, and f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746783674}},"pad:IVOA_Nov24_DAL:revs:3588":{"changeset":"Z:6z2>3|43=6qv=1g*7+3$org","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746784145}},"pad:IVOA_Nov24_DAL:revs:3589":{"changeset":"Z:6z5>5|43=6qv=1j*7+5$et th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746784647}},"pad:IVOA_Nov24_DAL:revs:3590":{"changeset":"Z:6za>4|43=6qv=1o*7+4$e ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746785147}},"pad:IVOA_Nov24_DAL:revs:3591":{"changeset":"Z:6ze>3|43=6qv=1s*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746785674}},"pad:IVOA_Nov24_DAL:revs:3592":{"changeset":"Z:6zh>1|43=6qv=1v*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746786149}},"pad:IVOA_Nov24_DAL:revs:3593":{"changeset":"Z:6zi>1|41=6o0*9=1|1=1b*9=1|1=1i*a=1=1u-1*7+2$ n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746786650}},"pad:IVOA_Nov24_DAL:revs:3594":{"changeset":"Z:6zj>4|43=6qv=1x*7+4$ame,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746787152}},"pad:IVOA_Nov24_DAL:revs:3595":{"changeset":"Z:6zn<1|41=6o0*9=1|1=1b*9=1|1=1i*a=1=1z-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746787653}},"pad:IVOA_Nov24_DAL:revs:3596":{"changeset":"Z:6zm>3|43=6qv=20*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746788154}},"pad:IVOA_Nov24_DAL:revs:3597":{"changeset":"Z:6zp>3|43=6qv=23*7+3$out","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746788681}},"pad:IVOA_Nov24_DAL:revs:3598":{"changeset":"Z:6zs>4|43=6qv=26*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746789258}},"pad:IVOA_Nov24_DAL:revs:3599":{"changeset":"Z:6zw>3|43=6qv=2a*7+3$luc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746789753}},"pad:IVOA_Nov24_DAL:revs:3600":{"changeset":"Z:6zz>3|41=6o0*9=1|1=1b*9=1|1=1i*a=1=2c*7|1+2*7*2*8*3*b+1$k\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746790164,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\n*\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|1+2e*7*2*8*3*b+1*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3601":{"changeset":"Z:702<1|44=6ta-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746791559}},"pad:IVOA_Nov24_DAL:revs:3602":{"changeset":"Z:701>1|44=6ta*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746792273}},"pad:IVOA_Nov24_DAL:revs:3603":{"changeset":"Z:702>2|44=6ta=1*7+2$RE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746792773}},"pad:IVOA_Nov24_DAL:revs:3604":{"changeset":"Z:704>4|44=6ta=3*7+4$ATE ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746793257}},"pad:IVOA_Nov24_DAL:revs:3605":{"changeset":"Z:708>1|44=6ta=7*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746793757}},"pad:IVOA_Nov24_DAL:revs:3606":{"changeset":"Z:709>3|44=6ta=8*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746794258}},"pad:IVOA_Nov24_DAL:revs:3607":{"changeset":"Z:70c>2|44=6ta=b*7|1+2$e\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746794791}},"pad:IVOA_Nov24_DAL:revs:3608":{"changeset":"Z:70e>1|45=6tn*7*2*e*3+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746795468}},"pad:IVOA_Nov24_DAL:revs:3609":{"changeset":"Z:70f<1|45=6tn-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746796171}},"pad:IVOA_Nov24_DAL:revs:3610":{"changeset":"Z:70e>1|45=6tn*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746796769}},"pad:IVOA_Nov24_DAL:revs:3611":{"changeset":"Z:70f>1|45=6tn=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746797265}},"pad:IVOA_Nov24_DAL:revs:3612":{"changeset":"Z:70g>1|45=6tn=2*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746797767}},"pad:IVOA_Nov24_DAL:revs:3613":{"changeset":"Z:70h>3|45=6tn=3*7+3$QL ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746798270}},"pad:IVOA_Nov24_DAL:revs:3614":{"changeset":"Z:70k>1|45=6tn=6*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746798865}},"pad:IVOA_Nov24_DAL:revs:3615":{"changeset":"Z:70l>4|45=6tn=7*7+4$xten","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746799364}},"pad:IVOA_Nov24_DAL:revs:3616":{"changeset":"Z:70p>4|45=6tn=b*7+4$sion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746799864}},"pad:IVOA_Nov24_DAL:revs:3617":{"changeset":"Z:70t>1|45=6tn=f*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746803878}},"pad:IVOA_Nov24_DAL:revs:3618":{"changeset":"Z:70u>1|45=6tn=g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746807278}},"pad:IVOA_Nov24_DAL:revs:3619":{"changeset":"Z:70v>1|45=6tn=h*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746808677}},"pad:IVOA_Nov24_DAL:revs:3620":{"changeset":"Z:70w>4|45=6tn=i*7+4$etur","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746809178}},"pad:IVOA_Nov24_DAL:revs:3621":{"changeset":"Z:710>3|45=6tn=m*7+3$sn ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746809679}},"pad:IVOA_Nov24_DAL:revs:3622":{"changeset":"Z:713<2|45=6tn*9=1=m-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746810281}},"pad:IVOA_Nov24_DAL:revs:3623":{"changeset":"Z:711>2|45=6tn*9=1=l-1*7+3$ns ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746810723}},"pad:IVOA_Nov24_DAL:revs:3624":{"changeset":"Z:713>4|45=6tn=p*7+4$an e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746811288}},"pad:IVOA_Nov24_DAL:revs:3625":{"changeset":"Z:717>3|45=6tn=t*7+3$mpt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746811796}},"pad:IVOA_Nov24_DAL:revs:3626":{"changeset":"Z:71a>3|45=6tn=w*7+3$y t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746812290}},"pad:IVOA_Nov24_DAL:revs:3627":{"changeset":"Z:71d>4|45=6tn=z*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746812790}},"pad:IVOA_Nov24_DAL:revs:3628":{"changeset":"Z:71h>1|45=6tn=13*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746815097}},"pad:IVOA_Nov24_DAL:revs:3629":{"changeset":"Z:71i>4|45=6tn=14*7+4$- sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746815595}},"pad:IVOA_Nov24_DAL:revs:3630":{"changeset":"Z:71m>3|45=6tn=18*7+3$oul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746816095}},"pad:IVOA_Nov24_DAL:revs:3631":{"changeset":"Z:71p>5|45=6tn=1b*7+5$d it ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746816599}},"pad:IVOA_Nov24_DAL:revs:3632":{"changeset":"Z:71u>3|45=6tn=1g*7+3$ret","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746817094}},"pad:IVOA_Nov24_DAL:revs:3633":{"changeset":"Z:71x>4|45=6tn=1j*7+4$urn ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746817595}},"pad:IVOA_Nov24_DAL:revs:3634":{"changeset":"Z:721>5|45=6tn=1n*7+5$somet","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746818100}},"pad:IVOA_Nov24_DAL:revs:3635":{"changeset":"Z:726>4|45=6tn=1s*7+4$hing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746818600}},"pad:IVOA_Nov24_DAL:revs:3636":{"changeset":"Z:72a>2|45=6tn=1w*7+2$? ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746819100}},"pad:IVOA_Nov24_DAL:revs:3637":{"changeset":"Z:72c<1|45=6tn*9=1=1v-2*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746819604}},"pad:IVOA_Nov24_DAL:revs:3638":{"changeset":"Z:72b>4|45=6tn=1x*7+4$else","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746820105}},"pad:IVOA_Nov24_DAL:revs:3639":{"changeset":"Z:72f>2|45=6tn=21*7+2$? ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746820605}},"pad:IVOA_Nov24_DAL:revs:3640":{"changeset":"Z:72h>1|45=6tn=23*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746821112}},"pad:IVOA_Nov24_DAL:revs:3641":{"changeset":"Z:72i>4|45=6tn=24*7+4$roba","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746821608}},"pad:IVOA_Nov24_DAL:revs:3642":{"changeset":"Z:72m>2|45=6tn=28*7+2$ly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746822207}},"pad:IVOA_Nov24_DAL:revs:3643":{"changeset":"Z:72o<1|45=6tn*9=1=27-2*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746822627}},"pad:IVOA_Nov24_DAL:revs:3644":{"changeset":"Z:72n>3|45=6tn=29*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746823123}},"pad:IVOA_Nov24_DAL:revs:3645":{"changeset":"Z:72q>1|45=6tn=2c*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746823917}},"pad:IVOA_Nov24_DAL:revs:3646":{"changeset":"Z:72r>2|45=6tn=2d*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746824422}},"pad:IVOA_Nov24_DAL:revs:3647":{"changeset":"Z:72t>4|45=6tn=2f*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746824919}},"pad:IVOA_Nov24_DAL:revs:3648":{"changeset":"Z:72x>2|45=6tn=2j*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746825420}},"pad:IVOA_Nov24_DAL:revs:3649":{"changeset":"Z:72z>4|45=6tn=2l*7+4$at l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746825920}},"pad:IVOA_Nov24_DAL:revs:3650":{"changeset":"Z:733>4|45=6tn=2p*7+4$east","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746826424}},"pad:IVOA_Nov24_DAL:revs:3651":{"changeset":"Z:737>2|45=6tn*9=1=2s*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746826923}},"pad:IVOA_Nov24_DAL:revs:3652":{"changeset":"Z:739<1|46=6wh-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746827827}},"pad:IVOA_Nov24_DAL:revs:3653":{"changeset":"Z:738>1|46=6wh*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746828425}},"pad:IVOA_Nov24_DAL:revs:3654":{"changeset":"Z:739>3|46=6wh=1*7+3$isc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746828925}},"pad:IVOA_Nov24_DAL:revs:3655":{"changeset":"Z:73c>4|46=6wh=4*7+4$over","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746829427}},"pad:IVOA_Nov24_DAL:revs:3656":{"changeset":"Z:73g>1|46=6wh=8*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746829927}},"pad:IVOA_Nov24_DAL:revs:3657":{"changeset":"Z:73h>1|46=6wh=9*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746830527}},"pad:IVOA_Nov24_DAL:revs:3658":{"changeset":"Z:73i>1|47=6wr*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746831443}},"pad:IVOA_Nov24_DAL:revs:3659":{"changeset":"Z:73j>1|47=6wr=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746835938}},"pad:IVOA_Nov24_DAL:revs:3660":{"changeset":"Z:73k>1|47=6wr=2*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746838240}},"pad:IVOA_Nov24_DAL:revs:3661":{"changeset":"Z:73l>2|47=6wr=3*7+2$pa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746838841}},"pad:IVOA_Nov24_DAL:revs:3662":{"changeset":"Z:73n>3|47=6wr=5*7+3$bil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746839342}},"pad:IVOA_Nov24_DAL:revs:3663":{"changeset":"Z:73q>3|47=6wr=8*7+3$ity","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746839844}},"pad:IVOA_Nov24_DAL:revs:3664":{"changeset":"Z:73t>2|47=6wr=b*7+2$ r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746840344}},"pad:IVOA_Nov24_DAL:revs:3665":{"changeset":"Z:73v>3|47=6wr=d*7+3$ows","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746840845}},"pad:IVOA_Nov24_DAL:revs:3666":{"changeset":"Z:73y>1|47=6wr=g*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746841448}},"pad:IVOA_Nov24_DAL:revs:3667":{"changeset":"Z:73z>2|47=6wr=h*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746841949}},"pad:IVOA_Nov24_DAL:revs:3668":{"changeset":"Z:741>1|47=6wr=j*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746844250}},"pad:IVOA_Nov24_DAL:revs:3669":{"changeset":"Z:742>3|47=6wr=k*7+3$oul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746844749}},"pad:IVOA_Nov24_DAL:revs:3670":{"changeset":"Z:745>4|47=6wr=n*7+4$d he","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746845248}},"pad:IVOA_Nov24_DAL:revs:3671":{"changeset":"Z:749>3|47=6wr=r*7+3$lp ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746845757}},"pad:IVOA_Nov24_DAL:revs:3672":{"changeset":"Z:74c>3|47=6wr=u*7+3$dec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746846355}},"pad:IVOA_Nov24_DAL:revs:3673":{"changeset":"Z:74f>2|47=6wr=x*7+2$al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746846850}},"pad:IVOA_Nov24_DAL:revs:3674":{"changeset":"Z:74h>0|47=6wr*9=1=w-2*7+2$la","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746847358}},"pad:IVOA_Nov24_DAL:revs:3675":{"changeset":"Z:74h>5|47=6wr=z*7+5$ring ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746847887}},"pad:IVOA_Nov24_DAL:revs:3676":{"changeset":"Z:74m>1|47=6wr=14*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746849153}},"pad:IVOA_Nov24_DAL:revs:3677":{"changeset":"Z:74n<1|47=6wr*9=1=13-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746850258}},"pad:IVOA_Nov24_DAL:revs:3678":{"changeset":"Z:74m>4|47=6wr=14*7+4$what","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746850759}},"pad:IVOA_Nov24_DAL:revs:3679":{"changeset":"Z:74q>4|47=6wr=18*7+4$ end","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746851261}},"pad:IVOA_Nov24_DAL:revs:3680":{"changeset":"Z:74u>3|47=6wr=1c*7+3$poi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746851759}},"pad:IVOA_Nov24_DAL:revs:3681":{"changeset":"Z:74x>1|47=6wr*9=1=1e*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746852259}},"pad:IVOA_Nov24_DAL:revs:3682":{"changeset":"Z:74y<4|47=6wr*9=1=1b-4$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746852763}},"pad:IVOA_Nov24_DAL:revs:3683":{"changeset":"Z:74u<6|47=6wr*9=1=15-6$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746853295}},"pad:IVOA_Nov24_DAL:revs:3684":{"changeset":"Z:74o<2|47=6wr*9=1=13-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746853781}},"pad:IVOA_Nov24_DAL:revs:3685":{"changeset":"Z:74m>3|47=6wr=14*7+3$end","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746854281}},"pad:IVOA_Nov24_DAL:revs:3686":{"changeset":"Z:74p>2|47=6wr=17*7+2$po","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746854763}},"pad:IVOA_Nov24_DAL:revs:3687":{"changeset":"Z:74r>3|47=6wr=19*7+3$int","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746855264}},"pad:IVOA_Nov24_DAL:revs:3688":{"changeset":"Z:74u>3|47=6wr=1c*7+3$s t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746855769}},"pad:IVOA_Nov24_DAL:revs:3689":{"changeset":"Z:74x>5|47=6wr=1f*7+5$hat a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746856298}},"pad:IVOA_Nov24_DAL:revs:3690":{"changeset":"Z:752>3|47=6wr=1k*7+3$re ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746856789}},"pad:IVOA_Nov24_DAL:revs:3691":{"changeset":"Z:755>4|47=6wr=1n*7+4$used","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746857270}},"pad:IVOA_Nov24_DAL:revs:3692":{"changeset":"Z:759>2|47=6wr*9=1=1q*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746859272}},"pad:IVOA_Nov24_DAL:revs:3693":{"changeset":"Z:75b>0|47=6wr*9=1|1=1r*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746861673}},"pad:IVOA_Nov24_DAL:revs:3694":{"changeset":"Z:75b>1|48=6yj=1*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746862273}},"pad:IVOA_Nov24_DAL:revs:3695":{"changeset":"Z:75c>1|48=6yj=2*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746862773}},"pad:IVOA_Nov24_DAL:revs:3696":{"changeset":"Z:75d>2|48=6yj=3*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746863301}},"pad:IVOA_Nov24_DAL:revs:3697":{"changeset":"Z:75f>3|48=6yj=5*7+3$ugg","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746863806}},"pad:IVOA_Nov24_DAL:revs:3698":{"changeset":"Z:75i>3|48=6yj=8*7+3$est","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746864377}},"pad:IVOA_Nov24_DAL:revs:3699":{"changeset":"Z:75l>2|48=6yj=b*7+2$ed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746865384}},"pad:IVOA_Nov24_DAL:revs:3700":{"changeset":"Z:75n>1|48=6yj=d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746865884,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested \n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7+d*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3701":{"changeset":"Z:75o>2|48=6yj=e*7+2$GE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746866379}},"pad:IVOA_Nov24_DAL:revs:3702":{"changeset":"Z:75q>3|48=6yj=g*7+3$T's","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746866877}},"pad:IVOA_Nov24_DAL:revs:3703":{"changeset":"Z:75t>3|48=6yj=j*7+3$ ag","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746867381}},"pad:IVOA_Nov24_DAL:revs:3704":{"changeset":"Z:75w>5|48=6yj=m*7+5$ainst","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746867886}},"pad:IVOA_Nov24_DAL:revs:3705":{"changeset":"Z:761>2|48=6yj=r*7+2$ u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746868379}},"pad:IVOA_Nov24_DAL:revs:3706":{"changeset":"Z:763>3|48=6yj=t*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746868880}},"pad:IVOA_Nov24_DAL:revs:3707":{"changeset":"Z:766>3|48=6yj=w*7+3$_ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746869383}},"pad:IVOA_Nov24_DAL:revs:3708":{"changeset":"Z:769>4|48=6yj=z*7+4$bles","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746869882}},"pad:IVOA_Nov24_DAL:revs:3709":{"changeset":"Z:76d>2|48=6yj=13*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746870385}},"pad:IVOA_Nov24_DAL:revs:3710":{"changeset":"Z:76f>4|48=6yj=15*7+4$with","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746870884}},"pad:IVOA_Nov24_DAL:revs:3711":{"changeset":"Z:76j>1|48=6yj=19*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746871386}},"pad:IVOA_Nov24_DAL:revs:3712":{"changeset":"Z:76k>3|48=6yj=1a*7+3$app","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746871886}},"pad:IVOA_Nov24_DAL:revs:3713":{"changeset":"Z:76n>3|48=6yj=1d*7+3$rop","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746872387}},"pad:IVOA_Nov24_DAL:revs:3714":{"changeset":"Z:76q>4|48=6yj=1g*7+4$riat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746872887}},"pad:IVOA_Nov24_DAL:revs:3715":{"changeset":"Z:76u>2|48=6yj=1k*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746873389}},"pad:IVOA_Nov24_DAL:revs:3716":{"changeset":"Z:76w>3|48=6yj=1m*7+3$err","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746873893}},"pad:IVOA_Nov24_DAL:revs:3717":{"changeset":"Z:76z>3|48=6yj=1p*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746874399}},"pad:IVOA_Nov24_DAL:revs:3718":{"changeset":"Z:772>1|48=6yj=1s*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746874990}},"pad:IVOA_Nov24_DAL:revs:3719":{"changeset":"Z:773>2|48=6yj=1t*7+2$TT","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746875592}},"pad:IVOA_Nov24_DAL:revs:3720":{"changeset":"Z:775>2|48=6yj=1v*7+2$P ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746876090}},"pad:IVOA_Nov24_DAL:revs:3721":{"changeset":"Z:777>1|48=6yj=1x*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746876592}},"pad:IVOA_Nov24_DAL:revs:3722":{"changeset":"Z:778>1|47=6wr*9=1|1=1r*9=1=1w-1*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746877095}},"pad:IVOA_Nov24_DAL:revs:3723":{"changeset":"Z:779>3|48=6yj=1z*7+3$atu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746877602}},"pad:IVOA_Nov24_DAL:revs:3724":{"changeset":"Z:77c>4|48=6yj=22*7+4$s co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746878107}},"pad:IVOA_Nov24_DAL:revs:3725":{"changeset":"Z:77g>3|48=6yj=26*7+3$des","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746878609}},"pad:IVOA_Nov24_DAL:revs:3726":{"changeset":"Z:77j>2|47=6wr*9=1|1=1r*9=1=28*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746888720}},"pad:IVOA_Nov24_DAL:revs:3727":{"changeset":"Z:77l>1|49=70t=1*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746890139}},"pad:IVOA_Nov24_DAL:revs:3728":{"changeset":"Z:77m>3|49=70t=2*7+3$oul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746890643}},"pad:IVOA_Nov24_DAL:revs:3729":{"changeset":"Z:77p>2|49=70t=5*7+2$n'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746891115}},"pad:IVOA_Nov24_DAL:revs:3730":{"changeset":"Z:77r<3|47=6wr*9=1|1=1r*9=1|1=29*a=1=3-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746891615}},"pad:IVOA_Nov24_DAL:revs:3731":{"changeset":"Z:77o>1|49=70t=4*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746892321}},"pad:IVOA_Nov24_DAL:revs:3732":{"changeset":"Z:77p>2|47=6wr*9=1|1=1r*9=1|1=29*a=1=3-1*7+3$ldn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746893415}},"pad:IVOA_Nov24_DAL:revs:3733":{"changeset":"Z:77r>3|49=70t=7*7+3$'t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746893916}},"pad:IVOA_Nov24_DAL:revs:3734":{"changeset":"Z:77u>2|49=70t=a*7+2$ne","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746894415}},"pad:IVOA_Nov24_DAL:revs:3735":{"changeset":"Z:77w>4|49=70t=c*7+4$ed u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746894917}},"pad:IVOA_Nov24_DAL:revs:3736":{"changeset":"Z:780>2|49=70t=g*7+2$pd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746895419}},"pad:IVOA_Nov24_DAL:revs:3737":{"changeset":"Z:782>3|49=70t=i*7+3$ate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746895922}},"pad:IVOA_Nov24_DAL:revs:3738":{"changeset":"Z:785>5|49=70t=l*7+5$ to t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746896422}},"pad:IVOA_Nov24_DAL:revs:3739":{"changeset":"Z:78a>0|47=6wr*9=1|1=1r*9=1|1=29*a=1=o-1*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746896922}},"pad:IVOA_Nov24_DAL:revs:3740":{"changeset":"Z:78a>2|49=70t=q*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746897423}},"pad:IVOA_Nov24_DAL:revs:3741":{"changeset":"Z:78c>1|49=70t=s*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746897923}},"pad:IVOA_Nov24_DAL:revs:3742":{"changeset":"Z:78d>2|49=70t=t*7+2$TA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746898431}},"pad:IVOA_Nov24_DAL:revs:3743":{"changeset":"Z:78f>2|49=70t=v*7+2$PR","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746898966}},"pad:IVOA_Nov24_DAL:revs:3744":{"changeset":"Z:78h>2|49=70t=x*7+2$Eg","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746899526}},"pad:IVOA_Nov24_DAL:revs:3745":{"changeset":"Z:78j<1|47=6wr*9=1|1=1r*9=1|1=29*a=1=x-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746900025}},"pad:IVOA_Nov24_DAL:revs:3746":{"changeset":"Z:78i>1|49=70t=y*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746900725}},"pad:IVOA_Nov24_DAL:revs:3747":{"changeset":"Z:78j>1|49=70t=z*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746901226}},"pad:IVOA_Nov24_DAL:revs:3748":{"changeset":"Z:78k>2|49=70t=10*7+2$xt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746901728}},"pad:IVOA_Nov24_DAL:revs:3749":{"changeset":"Z:78m>2|47=6wr*9=1|1=1r*9=1|1=29*a=1=11*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746902232}},"pad:IVOA_Nov24_DAL:revs:3750":{"changeset":"Z:78o>0|47=6wr*9=1|1=1r*9=1|1=29*a=1|1=12*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746902737}},"pad:IVOA_Nov24_DAL:revs:3751":{"changeset":"Z:78o<1|4a=71w-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746903331}},"pad:IVOA_Nov24_DAL:revs:3752":{"changeset":"Z:78n>1|4a=71w*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746904556}},"pad:IVOA_Nov24_DAL:revs:3753":{"changeset":"Z:78o<1|4a=71w-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746905243}},"pad:IVOA_Nov24_DAL:revs:3754":{"changeset":"Z:78n>1|4a=71w*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746905736}},"pad:IVOA_Nov24_DAL:revs:3755":{"changeset":"Z:78o>3|4a=71w=1*7+3$pen","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746906237}},"pad:IVOA_Nov24_DAL:revs:3756":{"changeset":"Z:78r>3|4a=71w=4*7+3$ QU","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746906768}},"pad:IVOA_Nov24_DAL:revs:3757":{"changeset":"Z:78u>4|4a=71w=7*7+4$ests","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746907238}},"pad:IVOA_Nov24_DAL:revs:3758":{"changeset":"Z:78y>1|4a=71w=b*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746907838}},"pad:IVOA_Nov24_DAL:revs:3759":{"changeset":"Z:78z>3|4a=71w=c*7+3$ons","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746908367}},"pad:IVOA_Nov24_DAL:revs:3760":{"changeset":"Z:792>1|4a=71w=f*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746908866}},"pad:IVOA_Nov24_DAL:revs:3761":{"changeset":"Z:793>6|4a=71w=g*7|1+1*7*2*e*3+1*7+4$\n* ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746909343}},"pad:IVOA_Nov24_DAL:revs:3762":{"changeset":"Z:799<4|4b=72d=1-4$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746909941}},"pad:IVOA_Nov24_DAL:revs:3763":{"changeset":"Z:795<1|4b=72d-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746910447}},"pad:IVOA_Nov24_DAL:revs:3764":{"changeset":"Z:794>1|4b=72d*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746911078}},"pad:IVOA_Nov24_DAL:revs:3765":{"changeset":"Z:795>2|4b=72d=1*7+2$ E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746911553}},"pad:IVOA_Nov24_DAL:revs:3766":{"changeset":"Z:797>2|4b=72d=3*7+2$xt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746912051}},"pad:IVOA_Nov24_DAL:revs:3767":{"changeset":"Z:799>5|4b=72d=5*7+5$endin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746912548}},"pad:IVOA_Nov24_DAL:revs:3768":{"changeset":"Z:79e>2|4b=72d=a*7+2$g ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746913047}},"pad:IVOA_Nov24_DAL:revs:3769":{"changeset":"Z:79g>2|4b=72d=c*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746913546}},"pad:IVOA_Nov24_DAL:revs:3770":{"changeset":"Z:79i>1|4b=72d=e*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746914056}},"pad:IVOA_Nov24_DAL:revs:3771":{"changeset":"Z:79j>4|4b=72d=f*7+4$truc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746914578}},"pad:IVOA_Nov24_DAL:revs:3772":{"changeset":"Z:79n>3|4b=72d=j*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746915066}},"pad:IVOA_Nov24_DAL:revs:3773":{"changeset":"Z:79q>4|4b=72d=m*7+4$n ti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746915566}},"pad:IVOA_Nov24_DAL:revs:3774":{"changeset":"Z:79u>3|4b=72d=q*7+3$me ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746916166}},"pad:IVOA_Nov24_DAL:revs:3775":{"changeset":"Z:79x>2|4b=72d=t*7+2$(a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746916650}},"pad:IVOA_Nov24_DAL:revs:3776":{"changeset":"Z:79z>1|4b=72d*9=1=u*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746917151}},"pad:IVOA_Nov24_DAL:revs:3777":{"changeset":"Z:7a0>1|4b=72d*9=1=u-1*7+2$ l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746917652}},"pad:IVOA_Nov24_DAL:revs:3778":{"changeset":"Z:7a1>2|4b=72d=x*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746918152}},"pad:IVOA_Nov24_DAL:revs:3779":{"changeset":"Z:7a3>1|4b=72d=z*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746918653}},"pad:IVOA_Nov24_DAL:revs:3780":{"changeset":"Z:7a4>3|4b=72d=10*7+3$WS)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746919153}},"pad:IVOA_Nov24_DAL:revs:3781":{"changeset":"Z:7a7>2|4b=72d*9=1=12*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746920060}},"pad:IVOA_Nov24_DAL:revs:3782":{"changeset":"Z:7a9>1|4c=73h=1*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746923460}},"pad:IVOA_Nov24_DAL:revs:3783":{"changeset":"Z:7aa<1|4b=72d*9=1|1=13*a=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746923961}},"pad:IVOA_Nov24_DAL:revs:3784":{"changeset":"Z:7a9>1|4c=73h=1*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746924568}},"pad:IVOA_Nov24_DAL:revs:3785":{"changeset":"Z:7aa>3|4c=73h=2*7+3$ow ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746925076}},"pad:IVOA_Nov24_DAL:revs:3786":{"changeset":"Z:7ad>4|4c=73h=5*7+4$do w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746925569}},"pad:IVOA_Nov24_DAL:revs:3787":{"changeset":"Z:7ah>3|4c=73h=9*7+3$e c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746926070}},"pad:IVOA_Nov24_DAL:revs:3788":{"changeset":"Z:7ak>3|4c=73h=c*7+3$rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746926564}},"pad:IVOA_Nov24_DAL:revs:3789":{"changeset":"Z:7an>4|4c=73h=f*7+4$te i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746927165}},"pad:IVOA_Nov24_DAL:revs:3790":{"changeset":"Z:7ar>2|4c=73h=j*7+2$en","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746927669}},"pad:IVOA_Nov24_DAL:revs:3791":{"changeset":"Z:7at<1|4b=72d*9=1|1=13*a=1=j-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746928272}},"pad:IVOA_Nov24_DAL:revs:3792":{"changeset":"Z:7as>2|4c=73h=k*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746928774}},"pad:IVOA_Nov24_DAL:revs:3793":{"changeset":"Z:7au<3|4b=72d*9=1|1=13*a=1=i-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746929268}},"pad:IVOA_Nov24_DAL:revs:3794":{"changeset":"Z:7ar>3|4c=73h=j*7+3$nde","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746929769}},"pad:IVOA_Nov24_DAL:revs:3795":{"changeset":"Z:7au>2|4c=73h=m*7+2$xx","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746930369}},"pad:IVOA_Nov24_DAL:revs:3796":{"changeset":"Z:7aw>1|4b=72d*9=1|1=13*a=1=m-1*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746930870}},"pad:IVOA_Nov24_DAL:revs:3797":{"changeset":"Z:7ax>1|4c=73h=p*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746931371}},"pad:IVOA_Nov24_DAL:revs:3798":{"changeset":"Z:7ay>1|4c=73h=q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746932973}},"pad:IVOA_Nov24_DAL:revs:3799":{"changeset":"Z:7az>1|4c=73h=r*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746936105}},"pad:IVOA_Nov24_DAL:revs:3800":{"changeset":"Z:7b0>3|4c=73h=s*7+3$ot ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746936606,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not \n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7+u*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3801":{"changeset":"Z:7b3>3|4c=73h=v*7+3$par","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746937080}},"pad:IVOA_Nov24_DAL:revs:3802":{"changeset":"Z:7b6>4|4c=73h=y*7+4$ticu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746937580}},"pad:IVOA_Nov24_DAL:revs:3803":{"changeset":"Z:7ba>3|4c=73h=12*7+3$lar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746938083}},"pad:IVOA_Nov24_DAL:revs:3804":{"changeset":"Z:7bd>2|4c=73h=15*7+2$yl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746938585}},"pad:IVOA_Nov24_DAL:revs:3805":{"changeset":"Z:7bf<3|4b=72d*9=1|1=13*a=1=13-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746939101}},"pad:IVOA_Nov24_DAL:revs:3806":{"changeset":"Z:7bc>1|4c=73h=14*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746939893}},"pad:IVOA_Nov24_DAL:revs:3807":{"changeset":"Z:7bd>1|4c=73h=15*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746940589}},"pad:IVOA_Nov24_DAL:revs:3808":{"changeset":"Z:7be>2|4c=73h=16*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746941118}},"pad:IVOA_Nov24_DAL:revs:3809":{"changeset":"Z:7bg>4|4c=73h=18*7+4$port","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746942091}},"pad:IVOA_Nov24_DAL:revs:3810":{"changeset":"Z:7bk>3|4c=73h=1c*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746942593}},"pad:IVOA_Nov24_DAL:revs:3811":{"changeset":"Z:7bn>4|4c=73h=1f*7+4$e be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746943100}},"pad:IVOA_Nov24_DAL:revs:3812":{"changeset":"Z:7br>1|4c=73h=1j*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746943594}},"pad:IVOA_Nov24_DAL:revs:3813":{"changeset":"Z:7bs>1|4c=73h=1k*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746944101}},"pad:IVOA_Nov24_DAL:revs:3814":{"changeset":"Z:7bt>4|4c=73h=1l*7+4$een ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746944602}},"pad:IVOA_Nov24_DAL:revs:3815":{"changeset":"Z:7bx>1|4c=73h=1p*7+1$R","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746945699}},"pad:IVOA_Nov24_DAL:revs:3816":{"changeset":"Z:7by>1|4c=73h=1q*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746946199}},"pad:IVOA_Nov24_DAL:revs:3817":{"changeset":"Z:7bz>1|4c=73h=1r*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746946901}},"pad:IVOA_Nov24_DAL:revs:3818":{"changeset":"Z:7c0>0|4b=72d*9=1|1=13*a=1=1q-1*7+1$B","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746947430}},"pad:IVOA_Nov24_DAL:revs:3819":{"changeset":"Z:7c0>2|4c=73h=1s*7+2$MS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746947929}},"pad:IVOA_Nov24_DAL:revs:3820":{"changeset":"Z:7c2<1|4b=72d*9=1|1=13*a=1=1s-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746949104}},"pad:IVOA_Nov24_DAL:revs:3821":{"changeset":"Z:7c1<3|4b=72d*9=1|1=13*a=1=1p-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746949633}},"pad:IVOA_Nov24_DAL:revs:3822":{"changeset":"Z:7by>0|4b=72d*9=1|1=13*a=1=1o-1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746950104}},"pad:IVOA_Nov24_DAL:revs:3823":{"changeset":"Z:7by>2|4c=73h=1q*7+2$b ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746950706}},"pad:IVOA_Nov24_DAL:revs:3824":{"changeset":"Z:7c0>3|4c=73h=1s*7+3$sys","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746951208}},"pad:IVOA_Nov24_DAL:revs:3825":{"changeset":"Z:7c3>4|4c=73h=1v*7+4$tems","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746951709}},"pad:IVOA_Nov24_DAL:revs:3826":{"changeset":"Z:7c7>2|4b=72d*9=1|1=13*a=1=1y*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746952213}},"pad:IVOA_Nov24_DAL:revs:3827":{"changeset":"Z:7c9>1|4d=75h=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746955518}},"pad:IVOA_Nov24_DAL:revs:3828":{"changeset":"Z:7ca>4|4d=75h=2*7+4$o we","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746956111}},"pad:IVOA_Nov24_DAL:revs:3829":{"changeset":"Z:7ce>2|4d=75h=6*7+2$ w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746956613}},"pad:IVOA_Nov24_DAL:revs:3830":{"changeset":"Z:7cg>4|4d=75h=8*7+4$ant ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746957112}},"pad:IVOA_Nov24_DAL:revs:3831":{"changeset":"Z:7ck>1|4d=75h=c*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746957611}},"pad:IVOA_Nov24_DAL:revs:3832":{"changeset":"Z:7cl>3|4d=75h=d*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746958116}},"pad:IVOA_Nov24_DAL:revs:3833":{"changeset":"Z:7co>1|4d=75h=g*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746958611}},"pad:IVOA_Nov24_DAL:revs:3834":{"changeset":"Z:7cp>4|4d=75h=h*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746959213}},"pad:IVOA_Nov24_DAL:revs:3835":{"changeset":"Z:7ct>1|4d=75h=l*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746959713}},"pad:IVOA_Nov24_DAL:revs:3836":{"changeset":"Z:7cu>2|4d=75h=m*7+2$sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746960214}},"pad:IVOA_Nov24_DAL:revs:3837":{"changeset":"Z:7cw>4|4d=75h=o*7+4$area","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746960717}},"pad:IVOA_Nov24_DAL:revs:3838":{"changeset":"Z:7d0>3|4d=75h=s*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746961216}},"pad:IVOA_Nov24_DAL:revs:3839":{"changeset":"Z:7d3>2|4d=75h=v*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746961715}},"pad:IVOA_Nov24_DAL:revs:3840":{"changeset":"Z:7d5>4|4d=75h=x*7+4$aabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746962217}},"pad:IVOA_Nov24_DAL:revs:3841":{"changeset":"Z:7d9<1|4b=72d*9=1|1=13*a=1|1=1z*b=1=z-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746962819}},"pad:IVOA_Nov24_DAL:revs:3842":{"changeset":"Z:7d8<1|4b=72d*9=1|1=13*a=1|1=1z*b=1=x-2*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746963318}},"pad:IVOA_Nov24_DAL:revs:3843":{"changeset":"Z:7d7>3|4d=75h=z*7+3$les","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746963818}},"pad:IVOA_Nov24_DAL:revs:3844":{"changeset":"Z:7da>2|4b=72d*9=1|1=13*a=1|1=1z*b=1=11*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746964322}},"pad:IVOA_Nov24_DAL:revs:3845":{"changeset":"Z:7dc>0|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746964820}},"pad:IVOA_Nov24_DAL:revs:3846":{"changeset":"Z:7dc>1|4e=76k=1*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746965425}},"pad:IVOA_Nov24_DAL:revs:3847":{"changeset":"Z:7dd>1|4e=76k=2*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746966220}},"pad:IVOA_Nov24_DAL:revs:3848":{"changeset":"Z:7de>1|4e=76k=3*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746969222}},"pad:IVOA_Nov24_DAL:revs:3849":{"changeset":"Z:7df>3|4e=76k=4*7+3$on'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746969723}},"pad:IVOA_Nov24_DAL:revs:3850":{"changeset":"Z:7di>3|4e=76k=7*7+3$t a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746970225}},"pad:IVOA_Nov24_DAL:revs:3851":{"changeset":"Z:7dl>1|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1=8-1*7+2$ha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746970724}},"pad:IVOA_Nov24_DAL:revs:3852":{"changeset":"Z:7dm>3|4e=76k=b*7+3$ve ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746971230}},"pad:IVOA_Nov24_DAL:revs:3853":{"changeset":"Z:7dp>1|4e=76k=e*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746971824}},"pad:IVOA_Nov24_DAL:revs:3854":{"changeset":"Z:7dq>1|4e=76k=f*7+1$x","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746972326}},"pad:IVOA_Nov24_DAL:revs:3855":{"changeset":"Z:7dr>3|4e=76k=g*7+3$act","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746972826}},"pad:IVOA_Nov24_DAL:revs:3856":{"changeset":"Z:7du>3|4e=76k=j*7+3$ nu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746973343}},"pad:IVOA_Nov24_DAL:revs:3857":{"changeset":"Z:7dx>4|4e=76k=m*7+4$mber","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746973826}},"pad:IVOA_Nov24_DAL:revs:3858":{"changeset":"Z:7e1>4|4e=76k=q*7+4$s, b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746974326}},"pad:IVOA_Nov24_DAL:revs:3859":{"changeset":"Z:7e5>5|4e=76k=u*7+5$ut ve","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746974830}},"pad:IVOA_Nov24_DAL:revs:3860":{"changeset":"Z:7ea>4|4e=76k=z*7+4$ry m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746975335}},"pad:IVOA_Nov24_DAL:revs:3861":{"changeset":"Z:7ee>4|4e=76k=13*7+4$uch ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746975832}},"pad:IVOA_Nov24_DAL:revs:3862":{"changeset":"Z:7ei>4|4e=76k=17*7+4$used","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746976334}},"pad:IVOA_Nov24_DAL:revs:3863":{"changeset":"Z:7em>4|4e=76k=1b*7+4$ in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746976834}},"pad:IVOA_Nov24_DAL:revs:3864":{"changeset":"Z:7eq>4|4e=76k=1f*7+4$comm","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746977342}},"pad:IVOA_Nov24_DAL:revs:3865":{"changeset":"Z:7eu>3|4e=76k=1j*7+3$uni","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746977842}},"pad:IVOA_Nov24_DAL:revs:3866":{"changeset":"Z:7ex>3|4e=76k=1m*7+3$ty.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746978343}},"pad:IVOA_Nov24_DAL:revs:3867":{"changeset":"Z:7f0>1|4e=76k=1p*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746981537}},"pad:IVOA_Nov24_DAL:revs:3868":{"changeset":"Z:7f1>2|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1=1p*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746982038}},"pad:IVOA_Nov24_DAL:revs:3869":{"changeset":"Z:7f3>1|4f=78b=1*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746982538}},"pad:IVOA_Nov24_DAL:revs:3870":{"changeset":"Z:7f4>1|4f=78b=2*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746983338}},"pad:IVOA_Nov24_DAL:revs:3871":{"changeset":"Z:7f5>4|4f=78b=3*7+4$nfor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746983838}},"pad:IVOA_Nov24_DAL:revs:3872":{"changeset":"Z:7f9>1|4f=78b=7*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746984341}},"pad:IVOA_Nov24_DAL:revs:3873":{"changeset":"Z:7fa>5|4f=78b=8*7+5$unate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746984839}},"pad:IVOA_Nov24_DAL:revs:3874":{"changeset":"Z:7ff>1|4f=78b=d*7+1$0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746985742}},"pad:IVOA_Nov24_DAL:revs:3875":{"changeset":"Z:7fg<1|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1=c-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746986356}},"pad:IVOA_Nov24_DAL:revs:3876":{"changeset":"Z:7ff>2|4f=78b=d*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746986842}},"pad:IVOA_Nov24_DAL:revs:3877":{"changeset":"Z:7fh>1|4f=78b=f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746987343}},"pad:IVOA_Nov24_DAL:revs:3878":{"changeset":"Z:7fi>1|4f=78b=g*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746987843}},"pad:IVOA_Nov24_DAL:revs:3879":{"changeset":"Z:7fj>3|4f=78b=h*7+3$ope","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746988344}},"pad:IVOA_Nov24_DAL:revs:3880":{"changeset":"Z:7fm>4|4f=78b=k*7+4$ we ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746988845}},"pad:IVOA_Nov24_DAL:revs:3881":{"changeset":"Z:7fq>2|4f=78b=o*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746989346}},"pad:IVOA_Nov24_DAL:revs:3882":{"changeset":"Z:7fs>4|4f=78b=q*7+4$uld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746989845}},"pad:IVOA_Nov24_DAL:revs:3883":{"changeset":"Z:7fw>1|4f=78b=u*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746990646}},"pad:IVOA_Nov24_DAL:revs:3884":{"changeset":"Z:7fx>3|4f=78b=v*7+3$et ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746991146}},"pad:IVOA_Nov24_DAL:revs:3885":{"changeset":"Z:7g0<1|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1=w-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746992150}},"pad:IVOA_Nov24_DAL:revs:3886":{"changeset":"Z:7fz<2|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1=u-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746992652}},"pad:IVOA_Nov24_DAL:revs:3887":{"changeset":"Z:7fx>4|4f=78b=v*7+4$o wi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746993151}},"pad:IVOA_Nov24_DAL:revs:3888":{"changeset":"Z:7g1>2|4f=78b=z*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746993653}},"pad:IVOA_Nov24_DAL:revs:3889":{"changeset":"Z:7g3>2|4f=78b=11*7+2$ot","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746994181}},"pad:IVOA_Nov24_DAL:revs:3890":{"changeset":"Z:7g5>0|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1=11-1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746994654}},"pad:IVOA_Nov24_DAL:revs:3891":{"changeset":"Z:7g5>3|4f=78b=13*7+3$t i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746995157}},"pad:IVOA_Nov24_DAL:revs:3892":{"changeset":"Z:7g8>3|4f=78b=16*7+3$t, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746995658}},"pad:IVOA_Nov24_DAL:revs:3893":{"changeset":"Z:7gb>2|4f=78b=19*7+2$bu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746996259}},"pad:IVOA_Nov24_DAL:revs:3894":{"changeset":"Z:7gd>2|4f=78b=1b*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746996759}},"pad:IVOA_Nov24_DAL:revs:3895":{"changeset":"Z:7gf>1|4f=78b=1d*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746997360}},"pad:IVOA_Nov24_DAL:revs:3896":{"changeset":"Z:7gg>3|4f=78b=1e*7+3$ su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746997860}},"pad:IVOA_Nov24_DAL:revs:3897":{"changeset":"Z:7gj>5|4f=78b=1h*7+5$ppose","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746998460}},"pad:IVOA_Nov24_DAL:revs:3898":{"changeset":"Z:7go>1|4f=78b=1m*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746998961}},"pad:IVOA_Nov24_DAL:revs:3899":{"changeset":"Z:7gp>4|4f=78b=1n*7+4$we n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746999463}},"pad:IVOA_Nov24_DAL:revs:3900":{"changeset":"Z:7gt>4|4f=78b=1r*7+4$eed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731746999964,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20},"nextNum":21},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables\n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need \n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+12*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7+1u*0|3+3*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:3901":{"changeset":"Z:7gx>3|4f=78b=1v*7+3$an ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747000465}},"pad:IVOA_Nov24_DAL:revs:3902":{"changeset":"Z:7h0>4|4f=78b=1y*7+4$inte","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747000965}},"pad:IVOA_Nov24_DAL:revs:3903":{"changeset":"Z:7h4>3|4f=78b=22*7+3$rfa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747001566}},"pad:IVOA_Nov24_DAL:revs:3904":{"changeset":"Z:7h7>1|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1=24*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747002066}},"pad:IVOA_Nov24_DAL:revs:3905":{"changeset":"Z:7h8>1|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1=24-1*7+2$ce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747002568}},"pad:IVOA_Nov24_DAL:revs:3906":{"changeset":"Z:7h9>3|4f=78b=27*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747003069}},"pad:IVOA_Nov24_DAL:revs:3907":{"changeset":"Z:7hc>1|4f=78b=2a*7+1$V","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747003570}},"pad:IVOA_Nov24_DAL:revs:3908":{"changeset":"Z:7hd>2|4f=78b=2b*7+2$OS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747004168}},"pad:IVOA_Nov24_DAL:revs:3909":{"changeset":"Z:7hf>3|4f=78b=2d*7+3$Pac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747004668}},"pad:IVOA_Nov24_DAL:revs:3910":{"changeset":"Z:7hi>1|4f=78b=2g*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747005170}},"pad:IVOA_Nov24_DAL:revs:3911":{"changeset":"Z:7hj>1|4f=78b=2h*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747005668}},"pad:IVOA_Nov24_DAL:revs:3912":{"changeset":"Z:7hk>2|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1=2h*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747006369}},"pad:IVOA_Nov24_DAL:revs:3913":{"changeset":"Z:7hm>0|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1|1=2i*8*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747006971}},"pad:IVOA_Nov24_DAL:revs:3914":{"changeset":"Z:7hm>1|4g=7au=1*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747007870}},"pad:IVOA_Nov24_DAL:revs:3915":{"changeset":"Z:7hn>3|4g=7au=2*7+3$cal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747008372}},"pad:IVOA_Nov24_DAL:revs:3916":{"changeset":"Z:7hq>3|4g=7au=5*7+3$ing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747008875}},"pad:IVOA_Nov24_DAL:revs:3917":{"changeset":"Z:7ht>1|4g=7au=8*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747012286}},"pad:IVOA_Nov24_DAL:revs:3918":{"changeset":"Z:7hu>1|4g=7au=9*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747013588}},"pad:IVOA_Nov24_DAL:revs:3919":{"changeset":"Z:7hv>1|4g=7au=a*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747014889}},"pad:IVOA_Nov24_DAL:revs:3920":{"changeset":"Z:7hw>1|4g=7au=b*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747015389}},"pad:IVOA_Nov24_DAL:revs:3921":{"changeset":"Z:7hx>0|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1|1=2i*c=1=a-1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747015896}},"pad:IVOA_Nov24_DAL:revs:3922":{"changeset":"Z:7hx>1|4g=7au=c*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747016398}},"pad:IVOA_Nov24_DAL:revs:3923":{"changeset":"Z:7hy>2|4g=7au=d*7+2$HS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747016899}},"pad:IVOA_Nov24_DAL:revs:3924":{"changeset":"Z:7i0>1|4g=7au=f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747017694}},"pad:IVOA_Nov24_DAL:revs:3925":{"changeset":"Z:7i1>4|4g=7au=g*7+4$has ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747018195}},"pad:IVOA_Nov24_DAL:revs:3926":{"changeset":"Z:7i5>3|4g=7au=k*7+3$no ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747018695}},"pad:IVOA_Nov24_DAL:revs:3927":{"changeset":"Z:7i8>3|4g=7au=n*7+3$quo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747019293}},"pad:IVOA_Nov24_DAL:revs:3928":{"changeset":"Z:7ib>1|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1|1=2i*c=1=p*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747019797}},"pad:IVOA_Nov24_DAL:revs:3929":{"changeset":"Z:7ic>1|4g=7au=r*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747020298}},"pad:IVOA_Nov24_DAL:revs:3930":{"changeset":"Z:7id>1|4g=7au=s*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747021500}},"pad:IVOA_Nov24_DAL:revs:3931":{"changeset":"Z:7ie>1|4g=7au=t*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747022000}},"pad:IVOA_Nov24_DAL:revs:3932":{"changeset":"Z:7if>1|4g=7au=u*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747022701}},"pad:IVOA_Nov24_DAL:revs:3933":{"changeset":"Z:7ig>1|4g=7au=v*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747024613}},"pad:IVOA_Nov24_DAL:revs:3934":{"changeset":"Z:7ih>4|4g=7au=w*7+4$ut i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747025105}},"pad:IVOA_Nov24_DAL:revs:3935":{"changeset":"Z:7il>4|4g=7au=10*7+4$n pr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747025607}},"pad:IVOA_Nov24_DAL:revs:3936":{"changeset":"Z:7ip>2|4g=7au=14*7+2$od","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747026109}},"pad:IVOA_Nov24_DAL:revs:3937":{"changeset":"Z:7ir>2|4g=7au=16*7+2$uc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747026611}},"pad:IVOA_Nov24_DAL:revs:3938":{"changeset":"Z:7it>3|4g=7au=18*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747027114}},"pad:IVOA_Nov24_DAL:revs:3939":{"changeset":"Z:7iw>2|4g=7au=1b*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747027610}},"pad:IVOA_Nov24_DAL:revs:3940":{"changeset":"Z:7iy>1|4g=7au=1d*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747028116}},"pad:IVOA_Nov24_DAL:revs:3941":{"changeset":"Z:7iz>3|4g=7au=1e*7+3$efi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747028615}},"pad:IVOA_Nov24_DAL:revs:3942":{"changeset":"Z:7j2>4|4g=7au=1h*7+4$nite","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747029214}},"pad:IVOA_Nov24_DAL:revs:3943":{"changeset":"Z:7j6>3|4g=7au=1l*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747029717}},"pad:IVOA_Nov24_DAL:revs:3944":{"changeset":"Z:7j9>3|4g=7au=1o*7+3$wou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747030225}},"pad:IVOA_Nov24_DAL:revs:3945":{"changeset":"Z:7jc>3|4g=7au=1r*7+3$ld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747030715}},"pad:IVOA_Nov24_DAL:revs:3946":{"changeset":"Z:7jf>3|4g=7au=1u*7+3$nee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747031214}},"pad:IVOA_Nov24_DAL:revs:3947":{"changeset":"Z:7ji>1|4g=7au=1x*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747031716}},"pad:IVOA_Nov24_DAL:revs:3948":{"changeset":"Z:7jj>2|4g=7au=1y*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747032216}},"pad:IVOA_Nov24_DAL:revs:3949":{"changeset":"Z:7jl>1|4h=7cv*l|1+1$\n","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747032623}},"pad:IVOA_Nov24_DAL:revs:3950":{"changeset":"Z:7jm>0|4b=72d*9=1|1=13*a=1|1=1z*b=1|1=12*9=1|1=1q*a=1|1=2i*c=1=1y-1*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747032723}},"pad:IVOA_Nov24_DAL:revs:3951":{"changeset":"Z:7jm>3|4g=7au=20*7+3$hem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747033218}},"pad:IVOA_Nov24_DAL:revs:3952":{"changeset":"Z:7jp>1|4g=7au=23*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747033718}},"pad:IVOA_Nov24_DAL:revs:3953":{"changeset":"Z:7jq>2|4g=7au=24*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747034319}},"pad:IVOA_Nov24_DAL:revs:3954":{"changeset":"Z:7js>1|4i=7d2*l+1$[","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747034721}},"pad:IVOA_Nov24_DAL:revs:3955":{"changeset":"Z:7jt>4|4g=7au=26*7+4$how ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747034839}},"pad:IVOA_Nov24_DAL:revs:3956":{"changeset":"Z:7jx>4|4i=7d6=1*l+4$gpdf","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747035223}},"pad:IVOA_Nov24_DAL:revs:3957":{"changeset":"Z:7k1>3|4g=7au=2a*7+3$do ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747035328}},"pad:IVOA_Nov24_DAL:revs:3958":{"changeset":"Z:7k4>1|4i=7d9=5*l+1$]","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747035725}},"pad:IVOA_Nov24_DAL:revs:3959":{"changeset":"Z:7k5>5|4g=7au=2d*7+5$peopl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747035831}},"pad:IVOA_Nov24_DAL:revs:3960":{"changeset":"Z:7ka>3|4g=7au=2i*7+3$e d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747036327}},"pad:IVOA_Nov24_DAL:revs:3961":{"changeset":"Z:7kd>1|4i=7dh=6*l+1$ ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747036734}},"pad:IVOA_Nov24_DAL:revs:3962":{"changeset":"Z:7ke>2|4g=7au=2l*7+2$is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747036744}},"pad:IVOA_Nov24_DAL:revs:3963":{"changeset":"Z:7kg>1|4g=7au=2n*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747037329}},"pad:IVOA_Nov24_DAL:revs:3964":{"changeset":"Z:7kh>4|4g=7au=2o*7+4$over","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747037830}},"pad:IVOA_Nov24_DAL:revs:3965":{"changeset":"Z:7kl>1|4i=7do=7*l+1$S","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747038535}},"pad:IVOA_Nov24_DAL:revs:3966":{"changeset":"Z:7km>1|4g=7au=2s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747039734}},"pad:IVOA_Nov24_DAL:revs:3967":{"changeset":"Z:7kn<1|4i=7dp=7-1$","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747039852}},"pad:IVOA_Nov24_DAL:revs:3968":{"changeset":"Z:7km>3|4g=7au=2t*7+3$lim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747040234}},"pad:IVOA_Nov24_DAL:revs:3969":{"changeset":"Z:7kp>3|4i=7ds=7*l+3$Con","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747040342}},"pad:IVOA_Nov24_DAL:revs:3970":{"changeset":"Z:7ks>3|4g=7au=2w*7+3$its","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747040737}},"pad:IVOA_Nov24_DAL:revs:3971":{"changeset":"Z:7kv>4|4i=7dv=a*l+4$trol","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747040843}},"pad:IVOA_Nov24_DAL:revs:3972":{"changeset":"Z:7kz>3|4i=7dv=e*l+3$lab","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747041337}},"pad:IVOA_Nov24_DAL:revs:3973":{"changeset":"Z:7l2>1|4g=7au=2z*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747041636}},"pad:IVOA_Nov24_DAL:revs:3974":{"changeset":"Z:7l3>1|4i=7dw=h*l+1$o","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747041836}},"pad:IVOA_Nov24_DAL:revs:3975":{"changeset":"Z:7l4>0|4i=7dw=h-1*l+1$l","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747042336}},"pad:IVOA_Nov24_DAL:revs:3976":{"changeset":"Z:7l4>5|4i=7dw=i*l+5$e sha","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747042936}},"pad:IVOA_Nov24_DAL:revs:3977":{"changeset":"Z:7l9>1|4i=7dw=n*l+1$r","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747043542}},"pad:IVOA_Nov24_DAL:revs:3978":{"changeset":"Z:7la>4|4i=7dw=o*l+4$ing ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747044038}},"pad:IVOA_Nov24_DAL:revs:3979":{"changeset":"Z:7le>5|4i=7dw=s*l+5$with ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747044539}},"pad:IVOA_Nov24_DAL:revs:3980":{"changeset":"Z:7lj>1|4j=7eu*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747045240}},"pad:IVOA_Nov24_DAL:revs:3981":{"changeset":"Z:7lk>1|4k=7ev*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747045842}},"pad:IVOA_Nov24_DAL:revs:3982":{"changeset":"Z:7ll>1|4l=7ew*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747046442}},"pad:IVOA_Nov24_DAL:revs:3983":{"changeset":"Z:7lm>1|4i=7dw=x*l+1$o","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747046549}},"pad:IVOA_Nov24_DAL:revs:3984":{"changeset":"Z:7ln>2|4i=7dw=y*l+2$th","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747047147}},"pad:IVOA_Nov24_DAL:revs:3985":{"changeset":"Z:7lp>3|4i=7dw=10*l+3$er ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747047569}},"pad:IVOA_Nov24_DAL:revs:3986":{"changeset":"Z:7ls>1|4k=7f1*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747047944}},"pad:IVOA_Nov24_DAL:revs:3987":{"changeset":"Z:7lt>1|4k=7f1=1*7+1$'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747048749}},"pad:IVOA_Nov24_DAL:revs:3988":{"changeset":"Z:7lu>1|4k=7f1=2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747049249}},"pad:IVOA_Nov24_DAL:revs:3989":{"changeset":"Z:7lv>1|4i=7dw=13*l+1$u","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747049353}},"pad:IVOA_Nov24_DAL:revs:3990":{"changeset":"Z:7lw>5|4i=7dw=14*l+5$sers ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747049750}},"pad:IVOA_Nov24_DAL:revs:3991":{"changeset":"Z:7m1>1|4k=7f7=3*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747049851}},"pad:IVOA_Nov24_DAL:revs:3992":{"changeset":"Z:7m2>3|4i=7dw=19*l+3$is ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747050245}},"pad:IVOA_Nov24_DAL:revs:3993":{"changeset":"Z:7m5>5|4i=7dw=1c*l+5$a req","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747050745}},"pad:IVOA_Nov24_DAL:revs:3994":{"changeset":"Z:7ma>5|4i=7dw=1h*l+5$uirem","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747051253}},"pad:IVOA_Nov24_DAL:revs:3995":{"changeset":"Z:7mf>1|4k=7fk=4*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747051545}},"pad:IVOA_Nov24_DAL:revs:3996":{"changeset":"Z:7mg>4|4i=7dw=1m*l+4$ent ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747051749}},"pad:IVOA_Nov24_DAL:revs:3997":{"changeset":"Z:7mk>4|4i=7dw=1q*l+4$for ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747052254}},"pad:IVOA_Nov24_DAL:revs:3998":{"changeset":"Z:7mo>4|4i=7dw=1u*l+4$the ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747052744}},"pad:IVOA_Nov24_DAL:revs:3999":{"changeset":"Z:7ms>5|4k=7fw=5*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747052853}},"pad:IVOA_Nov24_DAL:revs:4000":{"changeset":"Z:7mx>1|4i=7dw=1y*l+1$R","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747053350,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables\n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Controllable sharing with other users is a requirement for the R\n\nQ's: \n \n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+12*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|1+1*l|1+1*l+1z*0|1+1*7|4+d*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|3+3*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4001":{"changeset":"Z:7my>5|4l=7g3=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747053547}},"pad:IVOA_Nov24_DAL:revs:4002":{"changeset":"Z:7n3>5|4i=7dw=1z*l+5$ubin ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747053851}},"pad:IVOA_Nov24_DAL:revs:4003":{"changeset":"Z:7n8>3|4i=7dw=24*l+3$ves","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747054351}},"pad:IVOA_Nov24_DAL:revs:4004":{"changeset":"Z:7nb>1|4i=7dw=27*l+1$i","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747055053}},"pad:IVOA_Nov24_DAL:revs:4005":{"changeset":"Z:7nc>7|4i=7dw=28*l+7$on of t","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747055555}},"pad:IVOA_Nov24_DAL:revs:4006":{"changeset":"Z:7nj>9|4i=7dw=2f*l+9$his servi","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747056050}},"pad:IVOA_Nov24_DAL:revs:4007":{"changeset":"Z:7ns>1|4i=7dw=2o*l+1$c","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747056551}},"pad:IVOA_Nov24_DAL:revs:4008":{"changeset":"Z:7nt>1|4i=7dw=2p*l+1$e","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747057054}},"pad:IVOA_Nov24_DAL:revs:4009":{"changeset":"Z:7nu>1|4k=7go=1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747058359}},"pad:IVOA_Nov24_DAL:revs:4010":{"changeset":"Z:7nv>4|4k=7go=2*7+4$esti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747058862}},"pad:IVOA_Nov24_DAL:revs:4011":{"changeset":"Z:7nz>3|4k=7go=6*7+3$ons","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747059365}},"pad:IVOA_Nov24_DAL:revs:4012":{"changeset":"Z:7o2>1|4i=7dw=2q*l+1$.","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747059465}},"pad:IVOA_Nov24_DAL:revs:4013":{"changeset":"Z:7o3>3|4i=7dw=2r*l+3$ W","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747059961}},"pad:IVOA_Nov24_DAL:revs:4014":{"changeset":"Z:7o6>3|4i=7dw=2u*l+3$e a","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747060564}},"pad:IVOA_Nov24_DAL:revs:4015":{"changeset":"Z:7o9<1|4k=7gv=9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747060863}},"pad:IVOA_Nov24_DAL:revs:4016":{"changeset":"Z:7o8>5|4i=7dw=2x*l+5$re ev","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747060971}},"pad:IVOA_Nov24_DAL:revs:4017":{"changeset":"Z:7od>3|4i=7dw=32*l+3$alu","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747061469}},"pad:IVOA_Nov24_DAL:revs:4018":{"changeset":"Z:7og<1|4k=7h3=9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747061584}},"pad:IVOA_Nov24_DAL:revs:4019":{"changeset":"Z:7of>4|4i=7dw=35*l+4$atin","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747061966}},"pad:IVOA_Nov24_DAL:revs:4020":{"changeset":"Z:7oj>2|4i=7dw=39*l+2$g ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747062471}},"pad:IVOA_Nov24_DAL:revs:4021":{"changeset":"Z:7ol>3|4i=7dw=3b*l+3$You","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747062967}},"pad:IVOA_Nov24_DAL:revs:4022":{"changeset":"Z:7oo>2|4i=7dw=3e*l+2$Ca","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747063471}},"pad:IVOA_Nov24_DAL:revs:4023":{"changeset":"Z:7oq>4|4i=7dw=3g*l+4$t at","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747063973}},"pad:IVOA_Nov24_DAL:revs:4024":{"changeset":"Z:7ou>5|4i=7dw=3k*l+5$ the ","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747064478}},"pad:IVOA_Nov24_DAL:revs:4025":{"changeset":"Z:7oz>5|4i=7dw=3p*l+5$momen","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747064984}},"pad:IVOA_Nov24_DAL:revs:4026":{"changeset":"Z:7p4>2|4i=7dw=3u*l+2$t.","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747065476}},"pad:IVOA_Nov24_DAL:revs:4027":{"changeset":"Z:7p6>1|4i=7dw=26*l+1$r","meta":{"author":"a.tnGljniB6TcbVjFi","timestamp":1731747068278}},"pad:IVOA_Nov24_DAL:revs:4028":{"changeset":"Z:7p71|4d=75h=12*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747076485}},"pad:IVOA_Nov24_DAL:revs:4031":{"changeset":"Z:7om>2|4d=75h=13*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747076987}},"pad:IVOA_Nov24_DAL:revs:4032":{"changeset":"Z:7oo>3|4d=75h=15*7+3$ ho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747077494}},"pad:IVOA_Nov24_DAL:revs:4033":{"changeset":"Z:7or>4|4d=75h=18*7+4$w do","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747077987}},"pad:IVOA_Nov24_DAL:revs:4034":{"changeset":"Z:7ov>3|4d=75h=1c*7+3$es ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747078486}},"pad:IVOA_Nov24_DAL:revs:4035":{"changeset":"Z:7oy>2|4d=75h=1f*7+2$ES","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747078988}},"pad:IVOA_Nov24_DAL:revs:4036":{"changeset":"Z:7p0>2|4d=75h=1h*7+2$AC","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747079487}},"pad:IVOA_Nov24_DAL:revs:4037":{"changeset":"Z:7p2>1|4d=75h=1j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747079988}},"pad:IVOA_Nov24_DAL:revs:4038":{"changeset":"Z:7p3<7|4d=75h=16-8*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747083398}},"pad:IVOA_Nov24_DAL:revs:4039":{"changeset":"Z:7ow>5|4d=75h=17*7+5$s it ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747083899}},"pad:IVOA_Nov24_DAL:revs:4040":{"changeset":"Z:7p1>1|4d=75h=1c*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747084399}},"pad:IVOA_Nov24_DAL:revs:4041":{"changeset":"Z:7p2>1|4d=75h=1d*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747085106}},"pad:IVOA_Nov24_DAL:revs:4042":{"changeset":"Z:7p3>2|4d=75h=1e*7+2$pu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747085701}},"pad:IVOA_Nov24_DAL:revs:4043":{"changeset":"Z:7p5>3|4d=75h=1g*7+3$lar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747086200}},"pad:IVOA_Nov24_DAL:revs:4044":{"changeset":"Z:7p8>3|4d=75h=1j*7+3$ at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747086701}},"pad:IVOA_Nov24_DAL:revs:4045":{"changeset":"Z:7pb>1|4d=75h=1r*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747089611}},"pad:IVOA_Nov24_DAL:revs:4046":{"changeset":"Z:7pc>1|4n=7lb*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747092210}},"pad:IVOA_Nov24_DAL:revs:4047":{"changeset":"Z:7pd>1|4o=7lc*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747092911}},"pad:IVOA_Nov24_DAL:revs:4048":{"changeset":"Z:7pe>1|4o=7lc*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747146917}},"pad:IVOA_Nov24_DAL:revs:4049":{"changeset":"Z:7pf>1|4o=7lc=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747148425}},"pad:IVOA_Nov24_DAL:revs:4050":{"changeset":"Z:7pg>2|4o=7lc=2*7+2$P ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747148924}},"pad:IVOA_Nov24_DAL:revs:4051":{"changeset":"Z:7pi>1|4o=7lc=4*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747149427}},"pad:IVOA_Nov24_DAL:revs:4052":{"changeset":"Z:7pj>2|4o=7lc=5*7+2$pl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747149928}},"pad:IVOA_Nov24_DAL:revs:4053":{"changeset":"Z:7pl<1|4o=7lc=6-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747151530}},"pad:IVOA_Nov24_DAL:revs:4054":{"changeset":"Z:7pk<3|4o=7lc=3-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747152032}},"pad:IVOA_Nov24_DAL:revs:4055":{"changeset":"Z:7ph<2|4o=7lc=1-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747152531}},"pad:IVOA_Nov24_DAL:revs:4056":{"changeset":"Z:7pf<1|4o=7lc-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747153036}},"pad:IVOA_Nov24_DAL:revs:4057":{"changeset":"Z:7pe>1|4o=7lc*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747153533}},"pad:IVOA_Nov24_DAL:revs:4058":{"changeset":"Z:7pf>3|4o=7lc=1*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747154063}},"pad:IVOA_Nov24_DAL:revs:4059":{"changeset":"Z:7pi>4|4o=7lc=4*7+4$ad r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747154541}},"pad:IVOA_Nov24_DAL:revs:4060":{"changeset":"Z:7pm>3|4o=7lc=8*7+3$equ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747155036}},"pad:IVOA_Nov24_DAL:revs:4061":{"changeset":"Z:7pp>4|4o=7lc=b*7+4$irem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747155537}},"pad:IVOA_Nov24_DAL:revs:4062":{"changeset":"Z:7pt>4|4o=7lc=f*7+4$ents","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747156037}},"pad:IVOA_Nov24_DAL:revs:4063":{"changeset":"Z:7px>4|4o=7lc=j*7+4$ at ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747156537}},"pad:IVOA_Nov24_DAL:revs:4064":{"changeset":"Z:7q1>1|4o=7lc=n*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747157139}},"pad:IVOA_Nov24_DAL:revs:4065":{"changeset":"Z:7q2>1|4o=7lc=o*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747157639}},"pad:IVOA_Nov24_DAL:revs:4066":{"changeset":"Z:7q3>2|4o=7lc=p*7+2$AC","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747158141}},"pad:IVOA_Nov24_DAL:revs:4067":{"changeset":"Z:7q5>1|4o=7lc=r*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747158944}},"pad:IVOA_Nov24_DAL:revs:4068":{"changeset":"Z:7q6>3|4o=7lc=s*7+3$w/ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747159545}},"pad:IVOA_Nov24_DAL:revs:4069":{"changeset":"Z:7q9>3|4o=7lc=v*7+3$TAP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747159944}},"pad:IVOA_Nov24_DAL:revs:4070":{"changeset":"Z:7qc>1|4o=7lc=y*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747160650}},"pad:IVOA_Nov24_DAL:revs:4071":{"changeset":"Z:7qd>5|4o=7lc=z*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747161151}},"pad:IVOA_Nov24_DAL:revs:4072":{"changeset":"Z:7qi>1|4p=7mc*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747162047}},"pad:IVOA_Nov24_DAL:revs:4073":{"changeset":"Z:7qj>1|4p=7mc=5*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747166450}},"pad:IVOA_Nov24_DAL:revs:4074":{"changeset":"Z:7qk>3|4p=7mc=6*7+3$wo ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747166949}},"pad:IVOA_Nov24_DAL:revs:4075":{"changeset":"Z:7qn>4|4p=7mc=9*7+4$prim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747167450}},"pad:IVOA_Nov24_DAL:revs:4076":{"changeset":"Z:7qr>4|4p=7mc=d*7+4$ary ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747167951}},"pad:IVOA_Nov24_DAL:revs:4077":{"changeset":"Z:7qv>1|4p=7mc=h*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747168452}},"pad:IVOA_Nov24_DAL:revs:4078":{"changeset":"Z:7qw>5|4p=7mc=i*7+5$pload","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747168955}},"pad:IVOA_Nov24_DAL:revs:4079":{"changeset":"Z:7r1>2|4p=7mc=n*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747169454}},"pad:IVOA_Nov24_DAL:revs:4080":{"changeset":"Z:7r3>4|4p=7mc=p*7+4$ypes","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747169956}},"pad:IVOA_Nov24_DAL:revs:4081":{"changeset":"Z:7r7>1|4p=7mc=t*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747170457}},"pad:IVOA_Nov24_DAL:revs:4082":{"changeset":"Z:7r8>2|4p=7mc=u*7+2$/ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747170958}},"pad:IVOA_Nov24_DAL:revs:4083":{"changeset":"Z:7ra>3|4p=7mc=w*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747171457}},"pad:IVOA_Nov24_DAL:revs:4084":{"changeset":"Z:7rd>4|4p=7mc=z*7+4$ cas","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747171958}},"pad:IVOA_Nov24_DAL:revs:4085":{"changeset":"Z:7rh>2|4p=7mc=13*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747172460}},"pad:IVOA_Nov24_DAL:revs:4086":{"changeset":"Z:7rj>2|4p=7mc*9=1=14*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747172958}},"pad:IVOA_Nov24_DAL:revs:4087":{"changeset":"Z:7rl>0|4p=7mc*9=1|1=15*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747176063}},"pad:IVOA_Nov24_DAL:revs:4088":{"changeset":"Z:7rl>1|4q=7ni=1*7+1$\"","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747176663}},"pad:IVOA_Nov24_DAL:revs:4089":{"changeset":"Z:7rm>1|4q=7ni=2*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747177166}},"pad:IVOA_Nov24_DAL:revs:4090":{"changeset":"Z:7rn>2|4q=7ni=3*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747177670}},"pad:IVOA_Nov24_DAL:revs:4091":{"changeset":"Z:7rp>2|4q=7ni=5*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747178269}},"pad:IVOA_Nov24_DAL:revs:4092":{"changeset":"Z:7rr>1|4q=7ni=7*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747178768}},"pad:IVOA_Nov24_DAL:revs:4093":{"changeset":"Z:7rs>2|4q=7ni=8*7+2$ f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747179269}},"pad:IVOA_Nov24_DAL:revs:4094":{"changeset":"Z:7ru>2|4q=7ni=a*7+2$ly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747179769}},"pad:IVOA_Nov24_DAL:revs:4095":{"changeset":"Z:7rw>1|4q=7ni=c*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747181873}},"pad:IVOA_Nov24_DAL:revs:4096":{"changeset":"Z:7rx>1|4q=7ni=d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747182471}},"pad:IVOA_Nov24_DAL:revs:4097":{"changeset":"Z:7ry<2|4p=7mc*9=1|1=15*9=1=b-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747182975}},"pad:IVOA_Nov24_DAL:revs:4098":{"changeset":"Z:7rw>4|4q=7ni=c*7+4$' an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747183473}},"pad:IVOA_Nov24_DAL:revs:4099":{"changeset":"Z:7s0>2|4q=7ni=g*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747183972}},"pad:IVOA_Nov24_DAL:revs:4100":{"changeset":"Z:7s2>1|4q=7ni=i*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747184473,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|1+1*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4101":{"changeset":"Z:7s3>2|4p=7mc*9=1|1=15*9=1=i*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747185075}},"pad:IVOA_Nov24_DAL:revs:4102":{"changeset":"Z:7s5>0|4p=7mc*9=1|1=15*9=1|1=j*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747185575}},"pad:IVOA_Nov24_DAL:revs:4103":{"changeset":"Z:7s5>1|4r=7o2=1*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747188278}},"pad:IVOA_Nov24_DAL:revs:4104":{"changeset":"Z:7s6>3|4r=7o2=2*7+3$n t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747188778}},"pad:IVOA_Nov24_DAL:revs:4105":{"changeset":"Z:7s9>4|4r=7o2=5*7+4$he f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747189277}},"pad:IVOA_Nov24_DAL:revs:4106":{"changeset":"Z:7sd>3|4r=7o2=9*7+3$ly:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747189778}},"pad:IVOA_Nov24_DAL:revs:4107":{"changeset":"Z:7sg>2|4p=7mc*9=1|1=15*9=1|1=j*a=1=b*7|1+1*7*2*d*3*9+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747190279}},"pad:IVOA_Nov24_DAL:revs:4108":{"changeset":"Z:7si>1|4s=7of=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747193083}},"pad:IVOA_Nov24_DAL:revs:4109":{"changeset":"Z:7sj>2|4s=7of=2*7+2$mm","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747193585}},"pad:IVOA_Nov24_DAL:revs:4110":{"changeset":"Z:7sl>3|4s=7of=4*7+3$edi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747194086}},"pad:IVOA_Nov24_DAL:revs:4111":{"changeset":"Z:7so>3|4s=7of=7*7+3$ate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747194689}},"pad:IVOA_Nov24_DAL:revs:4112":{"changeset":"Z:7sr>1|4s=7of=a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747195195}},"pad:IVOA_Nov24_DAL:revs:4113":{"changeset":"Z:7ss>1|4s=7of=b*7+1$q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747195694}},"pad:IVOA_Nov24_DAL:revs:4114":{"changeset":"Z:7st>3|4s=7of=c*7+3$uer","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747196197}},"pad:IVOA_Nov24_DAL:revs:4115":{"changeset":"Z:7sw>2|4s=7of=f*7+2$y-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747196698}},"pad:IVOA_Nov24_DAL:revs:4116":{"changeset":"Z:7sy>3|4s=7of=h*7+3$spe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747197201}},"pad:IVOA_Nov24_DAL:revs:4117":{"changeset":"Z:7t1>4|4s=7of=k*7+4$cifi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747197702}},"pad:IVOA_Nov24_DAL:revs:4118":{"changeset":"Z:7t5>3|4s=7of=o*7+3$c d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747198198}},"pad:IVOA_Nov24_DAL:revs:4119":{"changeset":"Z:7t8>3|4s=7of=r*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747198699}},"pad:IVOA_Nov24_DAL:revs:4120":{"changeset":"Z:7tb>3|4s=7of=u*7+3$ su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747199200}},"pad:IVOA_Nov24_DAL:revs:4121":{"changeset":"Z:7te>4|4s=7of=x*7+4$port","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747199701}},"pad:IVOA_Nov24_DAL:revs:4122":{"changeset":"Z:7ti>2|4p=7mc*9=1|1=15*9=1|1=j*a=1|1=c*9=1=10*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747200696}},"pad:IVOA_Nov24_DAL:revs:4123":{"changeset":"Z:7tk>1|4t=7ph=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747203499}},"pad:IVOA_Nov24_DAL:revs:4124":{"changeset":"Z:7tl>4|4t=7ph=2*7+4$plao","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747203997}},"pad:IVOA_Nov24_DAL:revs:4125":{"changeset":"Z:7tp>3|4t=7ph=6*7+3$d d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747204508}},"pad:IVOA_Nov24_DAL:revs:4126":{"changeset":"Z:7ts>4|4t=7ph=9*7+4$ata,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747205005}},"pad:IVOA_Nov24_DAL:revs:4127":{"changeset":"Z:7tw>1|4t=7ph=d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747205498}},"pad:IVOA_Nov24_DAL:revs:4128":{"changeset":"Z:7tx>1|4t=7ph=e*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747206016}},"pad:IVOA_Nov24_DAL:revs:4129":{"changeset":"Z:7ty>3|4t=7ph=f*7+3$un ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747206640}},"pad:IVOA_Nov24_DAL:revs:4130":{"changeset":"Z:7u1>4|4t=7ph=i*7+4$the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747207041}},"pad:IVOA_Nov24_DAL:revs:4131":{"changeset":"Z:7u5>3|4t=7ph=m*7+3$que","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747207633}},"pad:IVOA_Nov24_DAL:revs:4132":{"changeset":"Z:7u8>3|4t=7ph=p*7+3$ry,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747208131}},"pad:IVOA_Nov24_DAL:revs:4133":{"changeset":"Z:7ub>2|4t=7ph=s*7+2$ i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747208603}},"pad:IVOA_Nov24_DAL:revs:4134":{"changeset":"Z:7ud>0|4p=7mc*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1=s-1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747209130}},"pad:IVOA_Nov24_DAL:revs:4135":{"changeset":"Z:7ud>5|4t=7ph=u*7+5$elete","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747209604}},"pad:IVOA_Nov24_DAL:revs:4136":{"changeset":"Z:7ui>4|4t=7ph=z*7+4$ dat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747210103}},"pad:IVOA_Nov24_DAL:revs:4137":{"changeset":"Z:7um>3|4t=7ph=13*7+3$ in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747210615}},"pad:IVOA_Nov24_DAL:revs:4138":{"changeset":"Z:7up>1|4h=7em*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731747211010}},"pad:IVOA_Nov24_DAL:revs:4139":{"changeset":"Z:7uq<3|4q=7md*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1=12-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747211143}},"pad:IVOA_Nov24_DAL:revs:4140":{"changeset":"Z:7un>4|4u=7pi=13*7+4$a in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747211615}},"pad:IVOA_Nov24_DAL:revs:4141":{"changeset":"Z:7ur>4|4u=7pi=17*7+4$ ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747212118}},"pad:IVOA_Nov24_DAL:revs:4142":{"changeset":"Z:7uv>3|4u=7pi=1b*7+3$ver","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747212612}},"pad:IVOA_Nov24_DAL:revs:4143":{"changeset":"Z:7uy>3|4u=7pi=1e*7+3$ im","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747213118}},"pad:IVOA_Nov24_DAL:revs:4144":{"changeset":"Z:7v1>3|4u=7pi=1h*7+3$med","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747213616}},"pad:IVOA_Nov24_DAL:revs:4145":{"changeset":"Z:7v4>1|4u=7pi=1k*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747214215}},"pad:IVOA_Nov24_DAL:revs:4146":{"changeset":"Z:7v5>4|4u=7pi=1l*7+4$atel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747214721}},"pad:IVOA_Nov24_DAL:revs:4147":{"changeset":"Z:7v9>1|4u=7pi=1p*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747215214}},"pad:IVOA_Nov24_DAL:revs:4148":{"changeset":"Z:7va>2|4q=7md*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1=1p*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747215714}},"pad:IVOA_Nov24_DAL:revs:4149":{"changeset":"Z:7vc>1|4v=7r9=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747217631}},"pad:IVOA_Nov24_DAL:revs:4150":{"changeset":"Z:7vd>4e|4i=7en*0+4e$Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731747217931}},"pad:IVOA_Nov24_DAL:revs:4151":{"changeset":"Z:7zr>3|4v=7vn=2*7+3$art","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747218223}},"pad:IVOA_Nov24_DAL:revs:4152":{"changeset":"Z:7zu>4|4v=7vn=5*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747218723}},"pad:IVOA_Nov24_DAL:revs:4153":{"changeset":"Z:7zy>3|4v=7vn=9*7+3$the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747219226}},"pad:IVOA_Nov24_DAL:revs:4154":{"changeset":"Z:801>1|4v=7vn=c*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747219729}},"pad:IVOA_Nov24_DAL:revs:4155":{"changeset":"Z:802<1|4q=7qr*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1|1=1q*b=1=b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747220337}},"pad:IVOA_Nov24_DAL:revs:4156":{"changeset":"Z:801<3|4q=7qr*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1|1=1q*b=1=8-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747220836}},"pad:IVOA_Nov24_DAL:revs:4157":{"changeset":"Z:7zy<3|4q=7qr*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1|1=1q*b=1=5-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747221333}},"pad:IVOA_Nov24_DAL:revs:4158":{"changeset":"Z:7zv<3|4q=7qr*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1|1=1q*b=1=2-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747221835}},"pad:IVOA_Nov24_DAL:revs:4159":{"changeset":"Z:7zs<3|4q=7qr*9=1|1=15*9=1|1=j*a=1|1=c*9=1|1=11*a=1|1=1q-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747222334}},"pad:IVOA_Nov24_DAL:revs:4160":{"changeset":"Z:7zp>6|4i=7en*0+6$[gpdf]","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731747225130}},"pad:IVOA_Nov24_DAL:revs:4161":{"changeset":"Z:7zv>1|4i=7en=6*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731747225535}},"pad:IVOA_Nov24_DAL:revs:4162":{"changeset":"Z:7zw>1|4s=7so=b*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747225640}},"pad:IVOA_Nov24_DAL:revs:4163":{"changeset":"Z:7zx>3|4s=7so=c*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747226034}},"pad:IVOA_Nov24_DAL:revs:4164":{"changeset":"Z:800>1|4s=7so=f*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747226734}},"pad:IVOA_Nov24_DAL:revs:4165":{"changeset":"Z:801>4|4s=7so=g*7+4$rom ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747227237}},"pad:IVOA_Nov24_DAL:revs:4166":{"changeset":"Z:805>1|4s=7so=k*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747227748}},"pad:IVOA_Nov24_DAL:revs:4167":{"changeset":"Z:806>2|4s=7so=l*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747228249}},"pad:IVOA_Nov24_DAL:revs:4168":{"changeset":"Z:808>1|4s=7so=n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747229042}},"pad:IVOA_Nov24_DAL:revs:4169":{"changeset":"Z:809>3|4s=7so=o*7+3$1.0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747229541}},"pad:IVOA_Nov24_DAL:revs:4170":{"changeset":"Z:80c>2|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1=1p*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747231543}},"pad:IVOA_Nov24_DAL:revs:4171":{"changeset":"Z:80e>1|4v=7wa=1*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747236589}},"pad:IVOA_Nov24_DAL:revs:4172":{"changeset":"Z:80f>3|4v=7wa=2*7+3$any","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747237154}},"pad:IVOA_Nov24_DAL:revs:4173":{"changeset":"Z:80i>2|4v=7wa=5*7+2$ w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747237656}},"pad:IVOA_Nov24_DAL:revs:4174":{"changeset":"Z:80k<1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=5-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747238158}},"pad:IVOA_Nov24_DAL:revs:4175":{"changeset":"Z:80j<3|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=2-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747238659}},"pad:IVOA_Nov24_DAL:revs:4176":{"changeset":"Z:80g<2|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747239160}},"pad:IVOA_Nov24_DAL:revs:4177":{"changeset":"Z:80e>1|4v=7wa=1*7+1$L","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747239658}},"pad:IVOA_Nov24_DAL:revs:4178":{"changeset":"Z:80f<1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747240761}},"pad:IVOA_Nov24_DAL:revs:4179":{"changeset":"Z:80e>3|4v=7wa=1*7+3$Wel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747241262}},"pad:IVOA_Nov24_DAL:revs:4180":{"changeset":"Z:80h>3|4v=7wa=4*7+3$l s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747241770}},"pad:IVOA_Nov24_DAL:revs:4181":{"changeset":"Z:80k>1|4v=7wa=7*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747242664}},"pad:IVOA_Nov24_DAL:revs:4182":{"changeset":"Z:80l>2|4v=7wa=8*7+2$pp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747243169}},"pad:IVOA_Nov24_DAL:revs:4183":{"changeset":"Z:80n>4|4v=7wa=a*7+4$orte","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747243668}},"pad:IVOA_Nov24_DAL:revs:4184":{"changeset":"Z:80r>5|4v=7wa=e*7+5$d thr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747244171}},"pad:IVOA_Nov24_DAL:revs:4185":{"changeset":"Z:80w>3|4v=7wa=j*7+3$oug","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747244671}},"pad:IVOA_Nov24_DAL:revs:4186":{"changeset":"Z:80z>1|4v=7wa=m*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747245175}},"pad:IVOA_Nov24_DAL:revs:4187":{"changeset":"Z:810>1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=l-1*7+2$h ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747245774}},"pad:IVOA_Nov24_DAL:revs:4188":{"changeset":"Z:811>4|4v=7wa=o*7+4$many","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747246274}},"pad:IVOA_Nov24_DAL:revs:4189":{"changeset":"Z:815>1|4v=7wa=s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747246778}},"pad:IVOA_Nov24_DAL:revs:4190":{"changeset":"Z:816>1|4v=7wa=t*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747247276}},"pad:IVOA_Nov24_DAL:revs:4191":{"changeset":"Z:817>4|4v=7wa=u*7+4$ses ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747247783}},"pad:IVOA_Nov24_DAL:revs:4192":{"changeset":"Z:81b<1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=w-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747250182}},"pad:IVOA_Nov24_DAL:revs:4193":{"changeset":"Z:81a<3|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=t-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747250686}},"pad:IVOA_Nov24_DAL:revs:4194":{"changeset":"Z:817>0|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=s-1*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747251188}},"pad:IVOA_Nov24_DAL:revs:4195":{"changeset":"Z:817>3|4v=7wa=u*7+3$lie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747251687}},"pad:IVOA_Nov24_DAL:revs:4196":{"changeset":"Z:81a>3|4v=7wa=x*7+3$nt,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747252188}},"pad:IVOA_Nov24_DAL:revs:4197":{"changeset":"Z:81d>1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=y-1*7+2$s,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747252686}},"pad:IVOA_Nov24_DAL:revs:4198":{"changeset":"Z:81e>1|4v=7wa=11*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747253185}},"pad:IVOA_Nov24_DAL:revs:4199":{"changeset":"Z:81f>1|4v=7wa=12*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747254688}},"pad:IVOA_Nov24_DAL:revs:4200":{"changeset":"Z:81g>3|4v=7wa=13*7+3$yth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747255187,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). The ides is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, pyth\n\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+73*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|2+17*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4201":{"changeset":"Z:81j>2|4v=7wa=16*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747255683}},"pad:IVOA_Nov24_DAL:revs:4202":{"changeset":"Z:81l>4|4v=7wa=18*7+4$, et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747256186}},"pad:IVOA_Nov24_DAL:revs:4203":{"changeset":"Z:81p>3|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1=1b*7|1+2*7*2*d*3*c+1$c\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747256687}},"pad:IVOA_Nov24_DAL:revs:4204":{"changeset":"Z:81s>1|4w=7xo=1*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747270702}},"pad:IVOA_Nov24_DAL:revs:4205":{"changeset":"Z:81t<1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747271507}},"pad:IVOA_Nov24_DAL:revs:4206":{"changeset":"Z:81s>3|4w=7xo=1*7+3$Usi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747272008}},"pad:IVOA_Nov24_DAL:revs:4207":{"changeset":"Z:81v>5|4w=7xo=4*7+5$ng a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747272509}},"pad:IVOA_Nov24_DAL:revs:4208":{"changeset":"Z:820>3|4w=7xo=9*7+3$job","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747273011}},"pad:IVOA_Nov24_DAL:revs:4209":{"changeset":"Z:823>3|4w=7xo=c*7+3$ re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747273511}},"pad:IVOA_Nov24_DAL:revs:4210":{"changeset":"Z:826>3|4w=7xo=f*7+3$sul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747274016}},"pad:IVOA_Nov24_DAL:revs:4211":{"changeset":"Z:829>5|4w=7xo=i*7+5$t in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747274609}},"pad:IVOA_Nov24_DAL:revs:4212":{"changeset":"Z:82e>4|4w=7xo=n*7+4$a qu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747275024}},"pad:IVOA_Nov24_DAL:revs:4213":{"changeset":"Z:82i>1|4w=7xo=r*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747275523}},"pad:IVOA_Nov24_DAL:revs:4214":{"changeset":"Z:82j>2|4w=7xo=s*7+2$ry","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747276028}},"pad:IVOA_Nov24_DAL:revs:4215":{"changeset":"Z:82l>1|4w=7xo=u*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747277416}},"pad:IVOA_Nov24_DAL:revs:4216":{"changeset":"Z:82m>2|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1=u*7|1+1*7*2*d*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747277917}},"pad:IVOA_Nov24_DAL:revs:4217":{"changeset":"Z:82o>0|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747278422}},"pad:IVOA_Nov24_DAL:revs:4218":{"changeset":"Z:82o>1|4x=7yk=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747279019}},"pad:IVOA_Nov24_DAL:revs:4219":{"changeset":"Z:82p>3|4x=7yk=2*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747279517}},"pad:IVOA_Nov24_DAL:revs:4220":{"changeset":"Z:82s>2|4x=7yk=5*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747280019}},"pad:IVOA_Nov24_DAL:revs:4221":{"changeset":"Z:82u>1|4x=7yk=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747280521}},"pad:IVOA_Nov24_DAL:revs:4222":{"changeset":"Z:82v>1|4x=7yk=8*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747281521}},"pad:IVOA_Nov24_DAL:revs:4223":{"changeset":"Z:82w>4|4x=7yk=9*7+4$ocal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747282123}},"pad:IVOA_Nov24_DAL:revs:4224":{"changeset":"Z:830>2|4x=7yk=d*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747282626}},"pad:IVOA_Nov24_DAL:revs:4225":{"changeset":"Z:832>4|4x=7yk=f*7+4$ata ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747283134}},"pad:IVOA_Nov24_DAL:revs:4226":{"changeset":"Z:836>3|4x=7yk=j*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747283630}},"pad:IVOA_Nov24_DAL:revs:4227":{"changeset":"Z:839>2|4x=7yk=m*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747284139}},"pad:IVOA_Nov24_DAL:revs:4228":{"changeset":"Z:83b>2|4x=7yk=o*7+2$TA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747284730}},"pad:IVOA_Nov24_DAL:revs:4229":{"changeset":"Z:83d>4|4x=7yk=q*7+4$P se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747285141}},"pad:IVOA_Nov24_DAL:revs:4230":{"changeset":"Z:83h>3|4x=7yk=u*7+3$rvi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747285637}},"pad:IVOA_Nov24_DAL:revs:4231":{"changeset":"Z:83k>1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1=w*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747286140}},"pad:IVOA_Nov24_DAL:revs:4232":{"changeset":"Z:83l>2|4x=7yk=y*7+2$e,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747286733}},"pad:IVOA_Nov24_DAL:revs:4233":{"changeset":"Z:83n>1|4x=7yk=10*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747287237}},"pad:IVOA_Nov24_DAL:revs:4234":{"changeset":"Z:83o>5|4x=7yk=11*7+5$run a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747287731}},"pad:IVOA_Nov24_DAL:revs:4235":{"changeset":"Z:83t>2|4x=7yk=16*7+2$ q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747288231}},"pad:IVOA_Nov24_DAL:revs:4236":{"changeset":"Z:83v>4|4x=7yk=18*7+4$uery","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747288834}},"pad:IVOA_Nov24_DAL:revs:4237":{"changeset":"Z:83z>1|4x=7yk=1c*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747289334}},"pad:IVOA_Nov24_DAL:revs:4238":{"changeset":"Z:840>2|4x=7yk=1d*7+2$ag","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747289835}},"pad:IVOA_Nov24_DAL:revs:4239":{"changeset":"Z:842>4|4x=7yk=1f*7+4$ains","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747290333}},"pad:IVOA_Nov24_DAL:revs:4240":{"changeset":"Z:846>3|4x=7yk=1j*7+3$t j","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747290835}},"pad:IVOA_Nov24_DAL:revs:4241":{"changeset":"Z:849>3|4x=7yk=1m*7+3$ob ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747291335}},"pad:IVOA_Nov24_DAL:revs:4242":{"changeset":"Z:84c>2|4x=7yk=1p*7+2$ex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747291841}},"pad:IVOA_Nov24_DAL:revs:4243":{"changeset":"Z:84e>3|4x=7yk=1r*7+3$ecu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747292341}},"pad:IVOA_Nov24_DAL:revs:4244":{"changeset":"Z:84h>3|4x=7yk=1u*7+3$ted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747292841}},"pad:IVOA_Nov24_DAL:revs:4245":{"changeset":"Z:84k>4|4x=7yk=1x*7+4$, et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747293340}},"pad:IVOA_Nov24_DAL:revs:4246":{"changeset":"Z:84o>3|4x=7yk=21*7+3$c f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747293842}},"pad:IVOA_Nov24_DAL:revs:4247":{"changeset":"Z:84r>2|4x=7yk=24*7+2$ro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747294341}},"pad:IVOA_Nov24_DAL:revs:4248":{"changeset":"Z:84t>2|4x=7yk=26*7+2$m ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747294845}},"pad:IVOA_Nov24_DAL:revs:4249":{"changeset":"Z:84v>3|4x=7yk=28*7+3$TAP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747295344}},"pad:IVOA_Nov24_DAL:revs:4250":{"changeset":"Z:84y>1|4x=7yk=2b*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747295848}},"pad:IVOA_Nov24_DAL:revs:4251":{"changeset":"Z:84z>2|4x=7yk=2c*7+2$1.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747296351}},"pad:IVOA_Nov24_DAL:revs:4252":{"changeset":"Z:851>1|4x=7yk=2e*7+1$0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747296853}},"pad:IVOA_Nov24_DAL:revs:4253":{"changeset":"Z:852>2|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1=2e*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747301756}},"pad:IVOA_Nov24_DAL:revs:4254":{"changeset":"Z:854>0|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*d*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747305458}},"pad:IVOA_Nov24_DAL:revs:4255":{"changeset":"Z:854>0|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*g*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747308288}},"pad:IVOA_Nov24_DAL:revs:4256":{"changeset":"Z:854>1|4y=810=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747310671}},"pad:IVOA_Nov24_DAL:revs:4257":{"changeset":"Z:855>3|4y=810=2*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747311170}},"pad:IVOA_Nov24_DAL:revs:4258":{"changeset":"Z:858>4|4y=810=5*7+4$ is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747311671}},"pad:IVOA_Nov24_DAL:revs:4259":{"changeset":"Z:85c>3|4y=810=9*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747312171}},"pad:IVOA_Nov24_DAL:revs:4260":{"changeset":"Z:85f>4|4y=810=c*7+4$oade","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747312773}},"pad:IVOA_Nov24_DAL:revs:4261":{"changeset":"Z:85j>4|4y=810=g*7+4$d to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747313273}},"pad:IVOA_Nov24_DAL:revs:4262":{"changeset":"Z:85n>1|4y=810=k*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747313773}},"pad:IVOA_Nov24_DAL:revs:4263":{"changeset":"Z:85o>4|4y=810=l*7+4$DB a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747314278}},"pad:IVOA_Nov24_DAL:revs:4264":{"changeset":"Z:85s>3|4y=810=p*7+3$sa ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747314778}},"pad:IVOA_Nov24_DAL:revs:4265":{"changeset":"Z:85v<1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1=q-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747316185}},"pad:IVOA_Nov24_DAL:revs:4266":{"changeset":"Z:85u>1|4q=7qy*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1=p-1*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747316683}},"pad:IVOA_Nov24_DAL:revs:4267":{"changeset":"Z:85v>1|4y=810=s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747317291}},"pad:IVOA_Nov24_DAL:revs:4268":{"changeset":"Z:85w>3|4y=810=t*7+3$new","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747317688}},"pad:IVOA_Nov24_DAL:revs:4269":{"changeset":"Z:85z>2|4y=810=w*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747318293}},"pad:IVOA_Nov24_DAL:revs:4270":{"changeset":"Z:861>3|4y=810=y*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747318794}},"pad:IVOA_Nov24_DAL:revs:4271":{"changeset":"Z:864>4|4y=810=11*7+4$e du","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747319292}},"pad:IVOA_Nov24_DAL:revs:4272":{"changeset":"Z:868>5|4y=810=15*7+5$ring ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747319794}},"pad:IVOA_Nov24_DAL:revs:4273":{"changeset":"Z:86d>1|4y=810=1a*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747320289}},"pad:IVOA_Nov24_DAL:revs:4274":{"changeset":"Z:86e>3|4y=810=1b*7+3$xec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747320793}},"pad:IVOA_Nov24_DAL:revs:4275":{"changeset":"Z:86h>4|4y=810=1e*7+4$utio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747321295}},"pad:IVOA_Nov24_DAL:revs:4276":{"changeset":"Z:86l>1|4y=810=1i*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747321796}},"pad:IVOA_Nov24_DAL:revs:4277":{"changeset":"Z:86m>2|4y=810=1j*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747322301}},"pad:IVOA_Nov24_DAL:revs:4278":{"changeset":"Z:86o<1|3f=5ra=2j-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747337733}},"pad:IVOA_Nov24_DAL:revs:4279":{"changeset":"Z:86n>1|4y=80z=1l*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747338436}},"pad:IVOA_Nov24_DAL:revs:4280":{"changeset":"Z:86o>2|4y=80z=1m*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747338936}},"pad:IVOA_Nov24_DAL:revs:4281":{"changeset":"Z:86q>3|4y=80z=1o*7+3$ a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747339436}},"pad:IVOA_Nov24_DAL:revs:4282":{"changeset":"Z:86t>3|4y=80z=1r*7+3$dif","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747339948}},"pad:IVOA_Nov24_DAL:revs:4283":{"changeset":"Z:86w>4|4y=80z=1u*7+4$fere","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747340442}},"pad:IVOA_Nov24_DAL:revs:4284":{"changeset":"Z:870>3|4y=80z=1y*7+3$nt ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747340943}},"pad:IVOA_Nov24_DAL:revs:4285":{"changeset":"Z:873>4|4y=80z=21*7+4$sche","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747341445}},"pad:IVOA_Nov24_DAL:revs:4286":{"changeset":"Z:877>4|4y=80z=25*7+4$ma f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747341950}},"pad:IVOA_Nov24_DAL:revs:4287":{"changeset":"Z:87b>3|4y=80z=29*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747342450}},"pad:IVOA_Nov24_DAL:revs:4288":{"changeset":"Z:87e>1|4y=80z=2c*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747343154}},"pad:IVOA_Nov24_DAL:revs:4289":{"changeset":"Z:87f<1|3f=5ra=2i-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747343651}},"pad:IVOA_Nov24_DAL:revs:4290":{"changeset":"Z:87e>4|4y=80y=2d*7+4$urth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747343760}},"pad:IVOA_Nov24_DAL:revs:4291":{"changeset":"Z:87i<2|3f=5ra=2g-2$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747344152}},"pad:IVOA_Nov24_DAL:revs:4292":{"changeset":"Z:87g>3|4y=80w=2h*7+3$er ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747344163}},"pad:IVOA_Nov24_DAL:revs:4293":{"changeset":"Z:87j<3|3f=5ra=2d-3$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747344655}},"pad:IVOA_Nov24_DAL:revs:4294":{"changeset":"Z:87g>3|4y=80t=2k*7+3$ADQ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747344760}},"pad:IVOA_Nov24_DAL:revs:4295":{"changeset":"Z:87j<1|3f=5ra=2c-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747345155}},"pad:IVOA_Nov24_DAL:revs:4296":{"changeset":"Z:87i>2|4y=80s=2n*7+2$L ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747345260}},"pad:IVOA_Nov24_DAL:revs:4297":{"changeset":"Z:87k>1|3f=5ra=2c*k+1$V","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747345662}},"pad:IVOA_Nov24_DAL:revs:4298":{"changeset":"Z:87l>1|4q=7qr*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1=2o*7+1$q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747345757}},"pad:IVOA_Nov24_DAL:revs:4299":{"changeset":"Z:87m>1|3f=5ra=2d*k+1$O","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747346355}},"pad:IVOA_Nov24_DAL:revs:4300":{"changeset":"Z:87n>3|4y=80u=2q*7+3$uer","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747346465,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS). VO is an added column with a link to a datalink service. Are there simple (other that addind an added Resource way to annotate the link to specify the content-type ?\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for further ADQL quer\n\n\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+6x*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|2+2u*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4301":{"changeset":"Z:87q>2|4y=80u=2t*7+2$ie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747346757}},"pad:IVOA_Nov24_DAL:revs:4302":{"changeset":"Z:87s>1|3f=5ra=2e*k+1$T","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747346865}},"pad:IVOA_Nov24_DAL:revs:4303":{"changeset":"Z:87t>4|4y=80v=2v*7+4$s, n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747347358}},"pad:IVOA_Nov24_DAL:revs:4304":{"changeset":"Z:87x>2|3f=5ra=2f*k+2$ab","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747347463}},"pad:IVOA_Nov24_DAL:revs:4305":{"changeset":"Z:87z>5|4y=80x=2z*7+5$atura","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747347756}},"pad:IVOA_Nov24_DAL:revs:4306":{"changeset":"Z:884>2|3f=5ra=2h*k+2$le","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747347868}},"pad:IVOA_Nov24_DAL:revs:4307":{"changeset":"Z:886>3|4y=80z=34*7+3$lly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747348359}},"pad:IVOA_Nov24_DAL:revs:4308":{"changeset":"Z:889>2|3f=5ra=2j*k+2$ w","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747348464}},"pad:IVOA_Nov24_DAL:revs:4309":{"changeset":"Z:88b>2|3f=5ra=2l*k+2$il","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747348857}},"pad:IVOA_Nov24_DAL:revs:4310":{"changeset":"Z:88d>2|3f=5ra=2n*k+2$l ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747349357}},"pad:IVOA_Nov24_DAL:revs:4311":{"changeset":"Z:88f>3|3f=5ra=2p*k+3$hav","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747349861}},"pad:IVOA_Nov24_DAL:revs:4312":{"changeset":"Z:88i>1|3f=5ra=2s*k+1$e","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747350361}},"pad:IVOA_Nov24_DAL:revs:4313":{"changeset":"Z:88j<1|3f=5ra=2t-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747351467}},"pad:IVOA_Nov24_DAL:revs:4314":{"changeset":"Z:88i<2|3f=5ra=2t-2$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747351966}},"pad:IVOA_Nov24_DAL:revs:4315":{"changeset":"Z:88g>1|4y=816=2b*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747352664}},"pad:IVOA_Nov24_DAL:revs:4316":{"changeset":"Z:88h>2|4y=816=2c*7+2$up","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747353165}},"pad:IVOA_Nov24_DAL:revs:4317":{"changeset":"Z:88j>4|4y=816=2e*7+4$load","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747353666}},"pad:IVOA_Nov24_DAL:revs:4318":{"changeset":"Z:88n>3|4y=816=2i*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747354165}},"pad:IVOA_Nov24_DAL:revs:4319":{"changeset":"Z:88q>1|4y=816=2l*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747355168}},"pad:IVOA_Nov24_DAL:revs:4320":{"changeset":"Z:88r>4|4y=816=2m*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747355672}},"pad:IVOA_Nov24_DAL:revs:4321":{"changeset":"Z:88v>1|4y=816=2q*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747356169}},"pad:IVOA_Nov24_DAL:revs:4322":{"changeset":"Z:88w>1|4y=816=2r*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747356773}},"pad:IVOA_Nov24_DAL:revs:4323":{"changeset":"Z:88x>3|4y=816=2s*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747357369}},"pad:IVOA_Nov24_DAL:revs:4324":{"changeset":"Z:890<1|4z=84y|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747360390}},"pad:IVOA_Nov24_DAL:revs:4325":{"changeset":"Z:88z>1|3f=5ra=5q*k+1$)","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747361886}},"pad:IVOA_Nov24_DAL:revs:4326":{"changeset":"Z:890>1|4q=7r5*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*7*2*8*3*b+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747362787}},"pad:IVOA_Nov24_DAL:revs:4327":{"changeset":"Z:891>1|4z=84z=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747363587}},"pad:IVOA_Nov24_DAL:revs:4328":{"changeset":"Z:892>3|4z=84z=2*7+3$ers","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747364086}},"pad:IVOA_Nov24_DAL:revs:4329":{"changeset":"Z:895>5|4z=84z=5*7+5$isten","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747364587}},"pad:IVOA_Nov24_DAL:revs:4330":{"changeset":"Z:89a>2|4z=84z=a*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747365087}},"pad:IVOA_Nov24_DAL:revs:4331":{"changeset":"Z:89c>1|4z=84z=c*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747365597}},"pad:IVOA_Nov24_DAL:revs:4332":{"changeset":"Z:89d>4|4z=84z=d*7+4$ploa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747366090}},"pad:IVOA_Nov24_DAL:revs:4333":{"changeset":"Z:89h<3|3f=5ra=5s-3$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747366288}},"pad:IVOA_Nov24_DAL:revs:4334":{"changeset":"Z:89e>3|4z=84w=h*7+3$ds:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747366589}},"pad:IVOA_Nov24_DAL:revs:4335":{"changeset":"Z:89h>2|4q=7r2*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1=j*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747367093}},"pad:IVOA_Nov24_DAL:revs:4336":{"changeset":"Z:89j>0|4q=7r2*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747367602}},"pad:IVOA_Nov24_DAL:revs:4337":{"changeset":"Z:89j>1|50=85h=1*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747368602}},"pad:IVOA_Nov24_DAL:revs:4338":{"changeset":"Z:89k>4|50=85h=2*7+4$hat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747369104}},"pad:IVOA_Nov24_DAL:revs:4339":{"changeset":"Z:89o>3|3f=5ra=4q*k+3$way","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747369393}},"pad:IVOA_Nov24_DAL:revs:4340":{"changeset":"Z:89r>4|50=85k=6*7+4$to d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747369604}},"pad:IVOA_Nov24_DAL:revs:4341":{"changeset":"Z:89v>2|50=85k=a*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747370195}},"pad:IVOA_Nov24_DAL:revs:4342":{"changeset":"Z:89x>1|3f=5ra=4t*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747370303}},"pad:IVOA_Nov24_DAL:revs:4343":{"changeset":"Z:89y>4|50=85l=c*7+4$with","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747370696}},"pad:IVOA_Nov24_DAL:revs:4344":{"changeset":"Z:8a2>1|50=85l=g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747371202}},"pad:IVOA_Nov24_DAL:revs:4345":{"changeset":"Z:8a3>1|50=85l=h*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747371895}},"pad:IVOA_Nov24_DAL:revs:4346":{"changeset":"Z:8a4>2|50=85l=i*7+2$ut","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747372396}},"pad:IVOA_Nov24_DAL:revs:4347":{"changeset":"Z:8a6>4|50=85l=k*7+4$hent","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747372896}},"pad:IVOA_Nov24_DAL:revs:4348":{"changeset":"Z:8aa>3|50=85l=o*7+3$ica","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747373398}},"pad:IVOA_Nov24_DAL:revs:4349":{"changeset":"Z:8ad>2|50=85l=r*7+2$te","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747373901}},"pad:IVOA_Nov24_DAL:revs:4350":{"changeset":"Z:8af>2|50=85l=t*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747374402}},"pad:IVOA_Nov24_DAL:revs:4351":{"changeset":"Z:8ah<1|3f=5ra=54-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747374711}},"pad:IVOA_Nov24_DAL:revs:4352":{"changeset":"Z:8ag>1|4q=7r5*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1=t-1*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747374906}},"pad:IVOA_Nov24_DAL:revs:4353":{"changeset":"Z:8ah>1|3f=5ra=54*k+1$n","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747375103}},"pad:IVOA_Nov24_DAL:revs:4354":{"changeset":"Z:8ai<1|4q=7r6*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1=u-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747375605}},"pad:IVOA_Nov24_DAL:revs:4355":{"changeset":"Z:8ah>0|4q=7r6*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1=t-1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747376107}},"pad:IVOA_Nov24_DAL:revs:4356":{"changeset":"Z:8ah<1|3f=5ra=5b-1$","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747377013}},"pad:IVOA_Nov24_DAL:revs:4357":{"changeset":"Z:8ag>1|50=85k=v*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747377512}},"pad:IVOA_Nov24_DAL:revs:4358":{"changeset":"Z:8ah>1|3f=5ra=5b*k+1$g","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747377714}},"pad:IVOA_Nov24_DAL:revs:4359":{"changeset":"Z:8ai>3|50=85l=w*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747378105}},"pad:IVOA_Nov24_DAL:revs:4360":{"changeset":"Z:8al>4|50=85l=z*7+4$ tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747378610}},"pad:IVOA_Nov24_DAL:revs:4361":{"changeset":"Z:8ap>3|50=85l=13*7+3$le ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747379108}},"pad:IVOA_Nov24_DAL:revs:4362":{"changeset":"Z:8as>3|50=85l=16*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747379708}},"pad:IVOA_Nov24_DAL:revs:4363":{"changeset":"Z:8av>4|50=85l=19*7+4$oads","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747380208}},"pad:IVOA_Nov24_DAL:revs:4364":{"changeset":"Z:8az>1|3f=5ra=7b*k|1+1$\n","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747380322}},"pad:IVOA_Nov24_DAL:revs:4365":{"changeset":"Z:8b0>1|51=85m=1d*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747380811}},"pad:IVOA_Nov24_DAL:revs:4366":{"changeset":"Z:8b1>2|4r=7r7*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1=1d*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747385122}},"pad:IVOA_Nov24_DAL:revs:4367":{"changeset":"Z:8b3>1|52=871=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747388529}},"pad:IVOA_Nov24_DAL:revs:4368":{"changeset":"Z:8b4>3|52=871=2*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747389029}},"pad:IVOA_Nov24_DAL:revs:4369":{"changeset":"Z:8b7>4|52=871=5*7+4$emen","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747389529}},"pad:IVOA_Nov24_DAL:revs:4370":{"changeset":"Z:8bb>3|52=871=9*7+3$ted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747390029}},"pad:IVOA_Nov24_DAL:revs:4371":{"changeset":"Z:8be>4|52=871=c*7+4$ at ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747390529}},"pad:IVOA_Nov24_DAL:revs:4372":{"changeset":"Z:8bi>1|52=871=g*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747391035}},"pad:IVOA_Nov24_DAL:revs:4373":{"changeset":"Z:8bj>2|52=871=h*7+2$SA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747391540}},"pad:IVOA_Nov24_DAL:revs:4374":{"changeset":"Z:8bl>1|52=871=j*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747392241}},"pad:IVOA_Nov24_DAL:revs:4375":{"changeset":"Z:8bm>1|52=871=k*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747392741}},"pad:IVOA_Nov24_DAL:revs:4376":{"changeset":"Z:8bn>2|4r=7r7*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=1e*a=1=k*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747394038}},"pad:IVOA_Nov24_DAL:revs:4377":{"changeset":"Z:8bp<3|3f=5ra=6d-4*k+1$U","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747397742}},"pad:IVOA_Nov24_DAL:revs:4378":{"changeset":"Z:8bm>2|3f=5ra=6e*k+2$RL","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747398344}},"pad:IVOA_Nov24_DAL:revs:4379":{"changeset":"Z:8bo>1|3f=5ra=6g*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747398741}},"pad:IVOA_Nov24_DAL:revs:4380":{"changeset":"Z:8bp>3|3f=5ra=6h*k+3$in ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747399344}},"pad:IVOA_Nov24_DAL:revs:4381":{"changeset":"Z:8bs>3|3f=5ra=6k*k+3$a c","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747400523}},"pad:IVOA_Nov24_DAL:revs:4382":{"changeset":"Z:8bv>5|3f=5ra=6n*k+5$olumn","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747400671}},"pad:IVOA_Nov24_DAL:revs:4383":{"changeset":"Z:8c0>1|3f=5ra=6s*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747401174}},"pad:IVOA_Nov24_DAL:revs:4384":{"changeset":"Z:8c1<1e|51=85y=1|1-1e-1*7+1$]","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747403975}},"pad:IVOA_Nov24_DAL:revs:4385":{"changeset":"Z:8an>0|4r=7rj*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747407283}},"pad:IVOA_Nov24_DAL:revs:4386":{"changeset":"Z:8an>1|52=86l=1*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747408885}},"pad:IVOA_Nov24_DAL:revs:4387":{"changeset":"Z:8ao>4|52=86l=2*7+4$nly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747409384}},"pad:IVOA_Nov24_DAL:revs:4388":{"changeset":"Z:8as>4|52=86l=6*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747409985}},"pad:IVOA_Nov24_DAL:revs:4389":{"changeset":"Z:8aw>5|52=86l=a*7+5$authe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747410619}},"pad:IVOA_Nov24_DAL:revs:4390":{"changeset":"Z:8b1>5|52=86l=f*7+5$ntica","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747410987}},"pad:IVOA_Nov24_DAL:revs:4391":{"changeset":"Z:8b6>2|52=86l=k*7+2$te","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747411487}},"pad:IVOA_Nov24_DAL:revs:4392":{"changeset":"Z:8b8>5|52=86l=m*7+5$d use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747411989}},"pad:IVOA_Nov24_DAL:revs:4393":{"changeset":"Z:8bd>2|52=86l=r*7+2$rs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747412490}},"pad:IVOA_Nov24_DAL:revs:4394":{"changeset":"Z:8bf>1|3f=5ra=28*k+1$,","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747416796}},"pad:IVOA_Nov24_DAL:revs:4395":{"changeset":"Z:8bg>2|3f=5ra=29*k+2$ a","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747417297}},"pad:IVOA_Nov24_DAL:revs:4396":{"changeset":"Z:8bi>1|52=86o=t*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747417604}},"pad:IVOA_Nov24_DAL:revs:4397":{"changeset":"Z:8bj>2|3f=5ra=2b*k+2$nd","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747417797}},"pad:IVOA_Nov24_DAL:revs:4398":{"changeset":"Z:8bl>2|3f=5ra=2d*k+2$ n","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747418295}},"pad:IVOA_Nov24_DAL:revs:4399":{"changeset":"Z:8bn>1|52=86s=u*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747418402}},"pad:IVOA_Nov24_DAL:revs:4400":{"changeset":"Z:8bo>3|3f=5ra=2f*k+3$ot ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747418795,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not ). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, \n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+7z*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7+u*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4401":{"changeset":"Z:8br>1|52=86v=v*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747418906}},"pad:IVOA_Nov24_DAL:revs:4402":{"changeset":"Z:8bs>2|3f=5ra=2i*k+2$on","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747419298}},"pad:IVOA_Nov24_DAL:revs:4403":{"changeset":"Z:8bu>3|52=86x=w*7+3$ou ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747419403}},"pad:IVOA_Nov24_DAL:revs:4404":{"changeset":"Z:8bx>2|3f=5ra=2k*k+2$ly","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747419801}},"pad:IVOA_Nov24_DAL:revs:4405":{"changeset":"Z:8bz>1|3f=5ra=2m*k+1$ ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747420300}},"pad:IVOA_Nov24_DAL:revs:4406":{"changeset":"Z:8c0>1|3f=5ra=2n*k+1$O","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747420801}},"pad:IVOA_Nov24_DAL:revs:4407":{"changeset":"Z:8c1>1|52=871=z*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747420906}},"pad:IVOA_Nov24_DAL:revs:4408":{"changeset":"Z:8c2>2|3f=5ra=2o*k+2$bs","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747421300}},"pad:IVOA_Nov24_DAL:revs:4409":{"changeset":"Z:8c4>4|52=873=10*7+4$lrea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747421407}},"pad:IVOA_Nov24_DAL:revs:4410":{"changeset":"Z:8c8>1|3f=5ra=2q*k+1$C","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747421801}},"pad:IVOA_Nov24_DAL:revs:4411":{"changeset":"Z:8c9>4|52=874=14*7+4$dy h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747421909}},"pad:IVOA_Nov24_DAL:revs:4412":{"changeset":"Z:8cd>4|3f=5ra=2r*k+4$ore ","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747422304}},"pad:IVOA_Nov24_DAL:revs:4413":{"changeset":"Z:8ch>5|52=878=18*7+5$ave t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747422408}},"pad:IVOA_Nov24_DAL:revs:4414":{"changeset":"Z:8cm>3|3f=5ra=2v*k+3$tab","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747422813}},"pad:IVOA_Nov24_DAL:revs:4415":{"changeset":"Z:8cp>5|52=87b=1d*7+5$o hav","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747422941}},"pad:IVOA_Nov24_DAL:revs:4416":{"changeset":"Z:8cu>2|3f=5ra=2y*k+2$le","meta":{"author":"a.YN3du6uK0L1X6Cp2","timestamp":1731747423314}},"pad:IVOA_Nov24_DAL:revs:4417":{"changeset":"Z:8cw>4|52=87d=1i*7+4$e a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747423436}},"pad:IVOA_Nov24_DAL:revs:4418":{"changeset":"Z:8d0>1|52=87d=1m*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747424510}},"pad:IVOA_Nov24_DAL:revs:4419":{"changeset":"Z:8d1>3|52=87d=1n*7+3$b o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747425013}},"pad:IVOA_Nov24_DAL:revs:4420":{"changeset":"Z:8d4>2|52=87d=1q*7+2$f ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747425513}},"pad:IVOA_Nov24_DAL:revs:4421":{"changeset":"Z:8d6>4|52=87d=1s*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747426015}},"pad:IVOA_Nov24_DAL:revs:4422":{"changeset":"Z:8da>2|52=87d=1w*7+2$s,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747426516}},"pad:IVOA_Nov24_DAL:revs:4423":{"changeset":"Z:8dc>1|52=87d=1y*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747427043}},"pad:IVOA_Nov24_DAL:revs:4424":{"changeset":"Z:8dd>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1=1y*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747430319}},"pad:IVOA_Nov24_DAL:revs:4425":{"changeset":"Z:8df>1|53=89d=1*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747432837}},"pad:IVOA_Nov24_DAL:revs:4426":{"changeset":"Z:8dg>5|53=89d=2*7+5$ne of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747433362}},"pad:IVOA_Nov24_DAL:revs:4427":{"changeset":"Z:8dl>3|53=89d=7*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747433851}},"pad:IVOA_Nov24_DAL:revs:4428":{"changeset":"Z:8do>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=9*7+2$ e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747434365}},"pad:IVOA_Nov24_DAL:revs:4429":{"changeset":"Z:8dq>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=9-2*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747434855}},"pad:IVOA_Nov24_DAL:revs:4430":{"changeset":"Z:8dq>3|53=89d=c*7+3$pro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747435428}},"pad:IVOA_Nov24_DAL:revs:4431":{"changeset":"Z:8dt>1|53=89d=f*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747435867}},"pad:IVOA_Nov24_DAL:revs:4432":{"changeset":"Z:8du>3|53=89d=g*7+3$lem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747436441}},"pad:IVOA_Nov24_DAL:revs:4433":{"changeset":"Z:8dx>1|53=89d=j*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747436935}},"pad:IVOA_Nov24_DAL:revs:4434":{"changeset":"Z:8dy>1|53=89d=k*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747437536}},"pad:IVOA_Nov24_DAL:revs:4435":{"changeset":"Z:8dz>1|53=89d=l*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747438038}},"pad:IVOA_Nov24_DAL:revs:4436":{"changeset":"Z:8e0>1|53=89d=m*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747440952}},"pad:IVOA_Nov24_DAL:revs:4437":{"changeset":"Z:8e1>3|53=89d=n*7+3$f y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747441551}},"pad:IVOA_Nov24_DAL:revs:4438":{"changeset":"Z:8e4>3|53=89d=q*7+3$ou ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747442047}},"pad:IVOA_Nov24_DAL:revs:4439":{"changeset":"Z:8e7>4|53=89d=t*7+4$are ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747442647}},"pad:IVOA_Nov24_DAL:revs:4440":{"changeset":"Z:8eb>4|53=89d=x*7+4$an a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747443155}},"pad:IVOA_Nov24_DAL:revs:4441":{"changeset":"Z:8ef>2|53=89d=11*7+2$no","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747443550}},"pad:IVOA_Nov24_DAL:revs:4442":{"changeset":"Z:8eh>2|53=89d=13*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747444148}},"pad:IVOA_Nov24_DAL:revs:4443":{"changeset":"Z:8ej>4|53=89d=15*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747444652}},"pad:IVOA_Nov24_DAL:revs:4444":{"changeset":"Z:8en>1|53=89d=19*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747445549}},"pad:IVOA_Nov24_DAL:revs:4445":{"changeset":"Z:8eo>1|53=89d=1a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747446055}},"pad:IVOA_Nov24_DAL:revs:4446":{"changeset":"Z:8ep>1|53=89d=1b*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747450960}},"pad:IVOA_Nov24_DAL:revs:4447":{"changeset":"Z:8eq>2|53=89d=1c*7+2$nk","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747451557}},"pad:IVOA_Nov24_DAL:revs:4448":{"changeset":"Z:8es>2|53=89d=1e*7+2$no","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747452091}},"pad:IVOA_Nov24_DAL:revs:4449":{"changeset":"Z:8eu>3|53=89d=1g*7+3$wn ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747452584}},"pad:IVOA_Nov24_DAL:revs:4450":{"changeset":"Z:8ex<9|53=89d=q-a*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747455367}},"pad:IVOA_Nov24_DAL:revs:4451":{"changeset":"Z:8eo>3|53=89d=r*7+3$her","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747455861}},"pad:IVOA_Nov24_DAL:revs:4452":{"changeset":"Z:8er<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=r-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747456369}},"pad:IVOA_Nov24_DAL:revs:4453":{"changeset":"Z:8ep<3|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=o-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747456867}},"pad:IVOA_Nov24_DAL:revs:4454":{"changeset":"Z:8em>5|53=89d=p*7+5$there","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747457367}},"pad:IVOA_Nov24_DAL:revs:4455":{"changeset":"Z:8er>3|53=89d=u*7+3$ is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747457865}},"pad:IVOA_Nov24_DAL:revs:4456":{"changeset":"Z:8eu>4|53=89d=x*7+4$ an ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747458470}},"pad:IVOA_Nov24_DAL:revs:4457":{"changeset":"Z:8ey>1|53=89d=1k*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747461881}},"pad:IVOA_Nov24_DAL:revs:4458":{"changeset":"Z:8ez>3|53=89d=1l*7+3$ow ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747462371}},"pad:IVOA_Nov24_DAL:revs:4459":{"changeset":"Z:8f2>5|53=89d=1o*7+5$much ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747462880}},"pad:IVOA_Nov24_DAL:revs:4460":{"changeset":"Z:8f7>3|53=89d=1t*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747463381}},"pad:IVOA_Nov24_DAL:revs:4461":{"changeset":"Z:8fa>4|53=89d=1w*7+4$care","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747463873}},"pad:IVOA_Nov24_DAL:revs:4462":{"changeset":"Z:8fe>2|53=89d=20*7+2$ (","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747464377}},"pad:IVOA_Nov24_DAL:revs:4463":{"changeset":"Z:8fg>4|53=89d=22*7+4$esse","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747464879}},"pad:IVOA_Nov24_DAL:revs:4464":{"changeset":"Z:8fk>2|53=89d=26*7+2$tn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747465381}},"pad:IVOA_Nov24_DAL:revs:4465":{"changeset":"Z:8fm<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=26-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747466885}},"pad:IVOA_Nov24_DAL:revs:4466":{"changeset":"Z:8fl>1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=25-1*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747467383}},"pad:IVOA_Nov24_DAL:revs:4467":{"changeset":"Z:8fm>3|53=89d=28*7+3$ial","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747467882}},"pad:IVOA_Nov24_DAL:revs:4468":{"changeset":"Z:8fp>3|53=89d=2b*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747468382}},"pad:IVOA_Nov24_DAL:revs:4469":{"changeset":"Z:8fs>1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=2c-1*7+2$) ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747468980}},"pad:IVOA_Nov24_DAL:revs:4470":{"changeset":"Z:8ft>3|53=89d=2f*7+3$abo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747469481}},"pad:IVOA_Nov24_DAL:revs:4471":{"changeset":"Z:8fw>3|53=89d=2i*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747469982}},"pad:IVOA_Nov24_DAL:revs:4472":{"changeset":"Z:8fz>4|53=89d=2l*7+4$thei","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747470480}},"pad:IVOA_Nov24_DAL:revs:4473":{"changeset":"Z:8g3>2|53=89d=2p*7+2$r ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747470989}},"pad:IVOA_Nov24_DAL:revs:4474":{"changeset":"Z:8g5>3|53=89d=2r*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747471484}},"pad:IVOA_Nov24_DAL:revs:4475":{"changeset":"Z:8g8>4|53=89d=2u*7+4$oade","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747471985}},"pad:IVOA_Nov24_DAL:revs:4476":{"changeset":"Z:8gc>4|53=89d=2y*7+4$d ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747472485}},"pad:IVOA_Nov24_DAL:revs:4477":{"changeset":"Z:8gg>4|53=89d=32*7+4$ble,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747472986}},"pad:IVOA_Nov24_DAL:revs:4478":{"changeset":"Z:8gk>6|53=89d=36*7+6$ and f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747473494}},"pad:IVOA_Nov24_DAL:revs:4479":{"changeset":"Z:8gq>3|53=89d=3c*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747473994}},"pad:IVOA_Nov24_DAL:revs:4480":{"changeset":"Z:8gt>4|53=89d=3f*7+4$how ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747474496}},"pad:IVOA_Nov24_DAL:revs:4481":{"changeset":"Z:8gx>4|53=89d=3j*7+4$long","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747475007}},"pad:IVOA_Nov24_DAL:revs:4482":{"changeset":"Z:8h1>1|53=89d=3n*7+1$>","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747477907}},"pad:IVOA_Nov24_DAL:revs:4483":{"changeset":"Z:8h2<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*a=1=3m-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747478408}},"pad:IVOA_Nov24_DAL:revs:4484":{"changeset":"Z:8h1>1|53=89d=3n*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747478909}},"pad:IVOA_Nov24_DAL:revs:4485":{"changeset":"Z:8h2>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*h*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747479414}},"pad:IVOA_Nov24_DAL:revs:4486":{"changeset":"Z:8h2>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1=3n*7|1+1*7*2*h*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747479915}},"pad:IVOA_Nov24_DAL:revs:4487":{"changeset":"Z:8h4>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*g*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747481516}},"pad:IVOA_Nov24_DAL:revs:4488":{"changeset":"Z:8h4>1|54=8d2=1*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747487328}},"pad:IVOA_Nov24_DAL:revs:4489":{"changeset":"Z:8h5>4|54=8d2=2*7+4$o co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747487828}},"pad:IVOA_Nov24_DAL:revs:4490":{"changeset":"Z:8h9>3|54=8d2=6*7+3$nfl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747488329}},"pad:IVOA_Nov24_DAL:revs:4491":{"changeset":"Z:8hc<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=7-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747489232}},"pad:IVOA_Nov24_DAL:revs:4492":{"changeset":"Z:8hb>1|54=8d2=8*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747489739}},"pad:IVOA_Nov24_DAL:revs:4493":{"changeset":"Z:8hc>3|54=8d2=9*7+3$ic ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747490234}},"pad:IVOA_Nov24_DAL:revs:4494":{"changeset":"Z:8hf>1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=a-1*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747490734}},"pad:IVOA_Nov24_DAL:revs:4495":{"changeset":"Z:8hg<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747491441}},"pad:IVOA_Nov24_DAL:revs:4496":{"changeset":"Z:8hf<3|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=8-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747491853}},"pad:IVOA_Nov24_DAL:revs:4497":{"changeset":"Z:8hc<3|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=5-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747492442}},"pad:IVOA_Nov24_DAL:revs:4498":{"changeset":"Z:8h9<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=3-2*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747492852}},"pad:IVOA_Nov24_DAL:revs:4499":{"changeset":"Z:8h8>3|54=8d2=5*7+3$alb","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747493444}},"pad:IVOA_Nov24_DAL:revs:4500":{"changeset":"Z:8hb>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=5-2*7+2$bl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747493944,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No tabl\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7+7*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4501":{"changeset":"Z:8hb>4|54=8d2=8*7+4$e na","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747494441}},"pad:IVOA_Nov24_DAL:revs:4502":{"changeset":"Z:8hf>4|54=8d2=c*7+4$me c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747494944}},"pad:IVOA_Nov24_DAL:revs:4503":{"changeset":"Z:8hj>4|54=8d2=g*7+4$onfl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747495444}},"pad:IVOA_Nov24_DAL:revs:4504":{"changeset":"Z:8hn>2|54=8d2=k*7+2$ic","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747495942}},"pad:IVOA_Nov24_DAL:revs:4505":{"changeset":"Z:8hp>3|54=8d2=m*7+3$ts ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747496443}},"pad:IVOA_Nov24_DAL:revs:4506":{"changeset":"Z:8hs>5|54=8d2=p*7+5$this ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747496945}},"pad:IVOA_Nov24_DAL:revs:4507":{"changeset":"Z:8hx>3|54=8d2=u*7+3$way","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747497448}},"pad:IVOA_Nov24_DAL:revs:4508":{"changeset":"Z:8i0>2|54=8d2=x*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747497959}},"pad:IVOA_Nov24_DAL:revs:4509":{"changeset":"Z:8i2>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=y*7|1+1*7*2*g*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747498450}},"pad:IVOA_Nov24_DAL:revs:4510":{"changeset":"Z:8i4<1|55=8e2-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747499848}},"pad:IVOA_Nov24_DAL:revs:4511":{"changeset":"Z:8i3<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=x|1-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747500348}},"pad:IVOA_Nov24_DAL:revs:4512":{"changeset":"Z:8i1>1|54=8d2=y*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747501049}},"pad:IVOA_Nov24_DAL:revs:4513":{"changeset":"Z:8i2>1|54=8d2=z*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747501551}},"pad:IVOA_Nov24_DAL:revs:4514":{"changeset":"Z:8i3>4|54=8d2=10*7+4$ser ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747502051}},"pad:IVOA_Nov24_DAL:revs:4515":{"changeset":"Z:8i7>1|54=8d2=14*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747502555}},"pad:IVOA_Nov24_DAL:revs:4516":{"changeset":"Z:8i8>1|54=8d2=15*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747503059}},"pad:IVOA_Nov24_DAL:revs:4517":{"changeset":"Z:8i9<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=13-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747503556}},"pad:IVOA_Nov24_DAL:revs:4518":{"changeset":"Z:8i7>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=12-1*7+3$nam","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747504057}},"pad:IVOA_Nov24_DAL:revs:4519":{"changeset":"Z:8i9>5|54=8d2=16*7+5$e in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747504566}},"pad:IVOA_Nov24_DAL:revs:4520":{"changeset":"Z:8ie>3|54=8d2=1b*7+3$sch","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747505057}},"pad:IVOA_Nov24_DAL:revs:4521":{"changeset":"Z:8ih>4|54=8d2=1e*7+4$ema ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747505559}},"pad:IVOA_Nov24_DAL:revs:4522":{"changeset":"Z:8il>2|54=8d2=1i*7+2$id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747506063}},"pad:IVOA_Nov24_DAL:revs:4523":{"changeset":"Z:8in>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1=1j*7|1+1*7*2*g*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747506763}},"pad:IVOA_Nov24_DAL:revs:4524":{"changeset":"Z:8ip>1|55=8en=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747521179}},"pad:IVOA_Nov24_DAL:revs:4525":{"changeset":"Z:8iq>2|55=8en=2*7+2$at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747521679}},"pad:IVOA_Nov24_DAL:revs:4526":{"changeset":"Z:8is>5|55=8en=4*7+5$a is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747522179}},"pad:IVOA_Nov24_DAL:revs:4527":{"changeset":"Z:8ix>2|55=8en=9*7+2$pr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747522785}},"pad:IVOA_Nov24_DAL:revs:4528":{"changeset":"Z:8iz>4|55=8en=b*7+4$ivat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747523283}},"pad:IVOA_Nov24_DAL:revs:4529":{"changeset":"Z:8j3>4|55=8en=f*7+4$e pe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747523785}},"pad:IVOA_Nov24_DAL:revs:4530":{"changeset":"Z:8j7>3|55=8en=j*7+3$r-u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747524287}},"pad:IVOA_Nov24_DAL:revs:4531":{"changeset":"Z:8ja>3|55=8en=m*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747524786}},"pad:IVOA_Nov24_DAL:revs:4532":{"changeset":"Z:8jd>1|55=8en=p*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747533198}},"pad:IVOA_Nov24_DAL:revs:4533":{"changeset":"Z:8je>1|55=8en=q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747534101}},"pad:IVOA_Nov24_DAL:revs:4534":{"changeset":"Z:8jf>1|55=8en=r*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747535000}},"pad:IVOA_Nov24_DAL:revs:4535":{"changeset":"Z:8jg>4|55=8en=s*7+4$ow d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747535502}},"pad:IVOA_Nov24_DAL:revs:4536":{"changeset":"Z:8jk>4|55=8en=w*7+4$o we","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747536002}},"pad:IVOA_Nov24_DAL:revs:4537":{"changeset":"Z:8jo>3|55=8en=10*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747536603}},"pad:IVOA_Nov24_DAL:revs:4538":{"changeset":"Z:8jr>3|55=8en=13*7+3$en ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747537104}},"pad:IVOA_Nov24_DAL:revs:4539":{"changeset":"Z:8ju>4|55=8en=16*7+4$shar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747537608}},"pad:IVOA_Nov24_DAL:revs:4540":{"changeset":"Z:8jy>3|55=8en=1a*7+3$e t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747538106}},"pad:IVOA_Nov24_DAL:revs:4541":{"changeset":"Z:8k1>2|55=8en=1d*7+2$ha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747538605}},"pad:IVOA_Nov24_DAL:revs:4542":{"changeset":"Z:8k3>2|55=8en=1f*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747539113}},"pad:IVOA_Nov24_DAL:revs:4543":{"changeset":"Z:8k5>5|55=8en=1h*7+5$table","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747539624}},"pad:IVOA_Nov24_DAL:revs:4544":{"changeset":"Z:8ka>2|55=8en=1m*7+2$ w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747540210}},"pad:IVOA_Nov24_DAL:revs:4545":{"changeset":"Z:8kc>4|55=8en=1o*7+4$ith ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747540710}},"pad:IVOA_Nov24_DAL:revs:4546":{"changeset":"Z:8kg>6|55=8en=1s*7+6$other ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747541209}},"pad:IVOA_Nov24_DAL:revs:4547":{"changeset":"Z:8km>4|55=8en=1y*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747541710}},"pad:IVOA_Nov24_DAL:revs:4548":{"changeset":"Z:8kq>1|55=8en=22*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747542211}},"pad:IVOA_Nov24_DAL:revs:4549":{"changeset":"Z:8kr>1|55=8en=23*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747543212}},"pad:IVOA_Nov24_DAL:revs:4550":{"changeset":"Z:8ks>1|55=8en=24*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747543715}},"pad:IVOA_Nov24_DAL:revs:4551":{"changeset":"Z:8kt>1|55=8en=25*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747544332}},"pad:IVOA_Nov24_DAL:revs:4552":{"changeset":"Z:8ku<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1=24-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747544945}},"pad:IVOA_Nov24_DAL:revs:4553":{"changeset":"Z:8kt>3|55=8en=25*7+3$Sti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747545439}},"pad:IVOA_Nov24_DAL:revs:4554":{"changeset":"Z:8kw>4|55=8en=28*7+4$ll n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747545941}},"pad:IVOA_Nov24_DAL:revs:4555":{"changeset":"Z:8l0>4|55=8en=2c*7+4$eed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747546424}},"pad:IVOA_Nov24_DAL:revs:4556":{"changeset":"Z:8l4>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1=2e-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747546922}},"pad:IVOA_Nov24_DAL:revs:4557":{"changeset":"Z:8l4>3|55=8en=2g*7+3$ im","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747547412}},"pad:IVOA_Nov24_DAL:revs:4558":{"changeset":"Z:8l7>5|55=8en=2j*7+5$pleme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747547914}},"pad:IVOA_Nov24_DAL:revs:4559":{"changeset":"Z:8lc>5|55=8en=2o*7+5$nting","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747548421}},"pad:IVOA_Nov24_DAL:revs:4560":{"changeset":"Z:8lh>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1=2s*7|1+1*7*2*g*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747549216}},"pad:IVOA_Nov24_DAL:revs:4561":{"changeset":"Z:8lj>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*d*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747555124}},"pad:IVOA_Nov24_DAL:revs:4562":{"changeset":"Z:8lj>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*g*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747555834}},"pad:IVOA_Nov24_DAL:revs:4563":{"changeset":"Z:8lj>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*d*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747557329}},"pad:IVOA_Nov24_DAL:revs:4564":{"changeset":"Z:8lj>1|56=8hh=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747558335}},"pad:IVOA_Nov24_DAL:revs:4565":{"changeset":"Z:8lk>2|56=8hh=2*7+2$or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747558837}},"pad:IVOA_Nov24_DAL:revs:4566":{"changeset":"Z:8lm>3|56=8hh=4*7+3$tal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747559337}},"pad:IVOA_Nov24_DAL:revs:4567":{"changeset":"Z:8lp>1|56=8hh=7*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747560172}},"pad:IVOA_Nov24_DAL:revs:4568":{"changeset":"Z:8lq>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*a=1=7*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747560936}},"pad:IVOA_Nov24_DAL:revs:4569":{"changeset":"Z:8ls>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*a=1|1=8*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747561435}},"pad:IVOA_Nov24_DAL:revs:4570":{"changeset":"Z:8ls>1|57=8hq=1*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747573881}},"pad:IVOA_Nov24_DAL:revs:4571":{"changeset":"Z:8lt>4|57=8hq=2*7+4$as u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747574357}},"pad:IVOA_Nov24_DAL:revs:4572":{"changeset":"Z:8lx>3|57=8hq=6*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747574858}},"pad:IVOA_Nov24_DAL:revs:4573":{"changeset":"Z:8m0>1|57=8hq=9*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747575359}},"pad:IVOA_Nov24_DAL:revs:4574":{"changeset":"Z:8m10|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*g*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747579970}},"pad:IVOA_Nov24_DAL:revs:4576":{"changeset":"Z:8ll<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747580668}},"pad:IVOA_Nov24_DAL:revs:4577":{"changeset":"Z:8lk>1|56=8hh=1*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747581669}},"pad:IVOA_Nov24_DAL:revs:4578":{"changeset":"Z:8ll>1|56=8hh=2*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747582171}},"pad:IVOA_Nov24_DAL:revs:4579":{"changeset":"Z:8lm>4|56=8hh=3*7+4$otes","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747582672}},"pad:IVOA_Nov24_DAL:revs:4580":{"changeset":"Z:8lq<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1=4-2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747583174}},"pad:IVOA_Nov24_DAL:revs:4581":{"changeset":"Z:8lp>1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1=4-1*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747583676}},"pad:IVOA_Nov24_DAL:revs:4582":{"changeset":"Z:8lq>2|56=8hh=7*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747584673}},"pad:IVOA_Nov24_DAL:revs:4583":{"changeset":"Z:8ls>1|56=8hh=9*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747595286}},"pad:IVOA_Nov24_DAL:revs:4584":{"changeset":"Z:8lt>4|56=8hh=a*7+4$ata ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747595795}},"pad:IVOA_Nov24_DAL:revs:4585":{"changeset":"Z:8lx>3|56=8hh=e*7+3$nee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747596286}},"pad:IVOA_Nov24_DAL:revs:4586":{"changeset":"Z:8m0>6|56=8hh=h*7+6$ds to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747596787}},"pad:IVOA_Nov24_DAL:revs:4587":{"changeset":"Z:8m6>3|56=8hh=n*7+3$be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747597288}},"pad:IVOA_Nov24_DAL:revs:4588":{"changeset":"Z:8m9>4|56=8hh=q*7+4$chec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747597789}},"pad:IVOA_Nov24_DAL:revs:4589":{"changeset":"Z:8md>4|56=8hh=u*7+4$ked ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747598290}},"pad:IVOA_Nov24_DAL:revs:4590":{"changeset":"Z:8mh>3|56=8hh=y*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747598793}},"pad:IVOA_Nov24_DAL:revs:4591":{"changeset":"Z:8mk>2|56=8hh=11*7+2$ev","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747599292}},"pad:IVOA_Nov24_DAL:revs:4592":{"changeset":"Z:8mm>3|56=8hh=13*7+3$ery","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747599800}},"pad:IVOA_Nov24_DAL:revs:4593":{"changeset":"Z:8mp>2|56=8hh=16*7+2$ u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747600301}},"pad:IVOA_Nov24_DAL:revs:4594":{"changeset":"Z:8mr>3|56=8hh=18*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747600893}},"pad:IVOA_Nov24_DAL:revs:4595":{"changeset":"Z:8mu>2|56=8hh=1b*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747601394}},"pad:IVOA_Nov24_DAL:revs:4596":{"changeset":"Z:8mw>1|56=8hh=1d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747602294}},"pad:IVOA_Nov24_DAL:revs:4597":{"changeset":"Z:8mx<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1=1c-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747606022}},"pad:IVOA_Nov24_DAL:revs:4598":{"changeset":"Z:8mw>2|56=8hh=1d*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747606416}},"pad:IVOA_Nov24_DAL:revs:4599":{"changeset":"Z:8my>6|56=8hh=1f*7+6$check ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747606917}},"pad:IVOA_Nov24_DAL:revs:4600":{"changeset":"Z:8n4>5|56=8hh=1l*7+5$the u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747607417,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the u \n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7+1q*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4601":{"changeset":"Z:8n9>4|56=8hh=1q*7+4$ser ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747607952}},"pad:IVOA_Nov24_DAL:revs:4602":{"changeset":"Z:8nd>3|56=8hh=1u*7+3$quo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747608419}},"pad:IVOA_Nov24_DAL:revs:4603":{"changeset":"Z:8ng>3|56=8hh=1x*7+3$te ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747608919}},"pad:IVOA_Nov24_DAL:revs:4604":{"changeset":"Z:8nj>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1=1x-2*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747609420}},"pad:IVOA_Nov24_DAL:revs:4605":{"changeset":"Z:8nj>1|56=8hh=20*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747611223}},"pad:IVOA_Nov24_DAL:revs:4606":{"changeset":"Z:8nk>1|56=8hh=21*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747611730}},"pad:IVOA_Nov24_DAL:revs:4607":{"changeset":"Z:8nl>1|56=8hh=22*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747612532}},"pad:IVOA_Nov24_DAL:revs:4608":{"changeset":"Z:8nm<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1=21-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747613032}},"pad:IVOA_Nov24_DAL:revs:4609":{"changeset":"Z:8nl<3|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1=1y-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747613531}},"pad:IVOA_Nov24_DAL:revs:4610":{"changeset":"Z:8ni>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1=1y*7|1+1*7*2*g*3*f+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747614034}},"pad:IVOA_Nov24_DAL:revs:4611":{"changeset":"Z:8nk>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*d*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747615034}},"pad:IVOA_Nov24_DAL:revs:4612":{"changeset":"Z:8nk>1|57=8jh=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747619638}},"pad:IVOA_Nov24_DAL:revs:4613":{"changeset":"Z:8nl>3|57=8jh=2*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747620239}},"pad:IVOA_Nov24_DAL:revs:4614":{"changeset":"Z:8no>4|57=8jh=5*7+4$ad e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747620740}},"pad:IVOA_Nov24_DAL:revs:4615":{"changeset":"Z:8ns>2|57=8jh=9*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747621243}},"pad:IVOA_Nov24_DAL:revs:4616":{"changeset":"Z:8nu>3|57=8jh=b*7+3$poi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747621741}},"pad:IVOA_Nov24_DAL:revs:4617":{"changeset":"Z:8nx>5|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1=d*7|1+4*7*2*d*3*b+1$nts\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747622243}},"pad:IVOA_Nov24_DAL:revs:4618":{"changeset":"Z:8o2>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747622748}},"pad:IVOA_Nov24_DAL:revs:4619":{"changeset":"Z:8o2>1|58=8jz=1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747630759}},"pad:IVOA_Nov24_DAL:revs:4620":{"changeset":"Z:8o3>1|58=8jz=2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747631570}},"pad:IVOA_Nov24_DAL:revs:4621":{"changeset":"Z:8o4>2|58=8jz=3*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747632070}},"pad:IVOA_Nov24_DAL:revs:4622":{"changeset":"Z:8o6>1|58=8jz=5*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747632562}},"pad:IVOA_Nov24_DAL:revs:4623":{"changeset":"Z:8o7>1|58=8jz=6*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747633362}},"pad:IVOA_Nov24_DAL:revs:4624":{"changeset":"Z:8o8>1|58=8jz=7*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747634675}},"pad:IVOA_Nov24_DAL:revs:4625":{"changeset":"Z:8o9>3|58=8jz=8*7+3$one","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747635172}},"pad:IVOA_Nov24_DAL:revs:4626":{"changeset":"Z:8oc<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1=9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747635769}},"pad:IVOA_Nov24_DAL:revs:4627":{"changeset":"Z:8ob<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1=7-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747636181}},"pad:IVOA_Nov24_DAL:revs:4628":{"changeset":"Z:8o9<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1=6-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747636771}},"pad:IVOA_Nov24_DAL:revs:4629":{"changeset":"Z:8o8>1|58=8jz=7*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747637277}},"pad:IVOA_Nov24_DAL:revs:4630":{"changeset":"Z:8o9>3|58=8jz=8*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747637876}},"pad:IVOA_Nov24_DAL:revs:4631":{"changeset":"Z:8oc>2|58=8jz=b*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747638372}},"pad:IVOA_Nov24_DAL:revs:4632":{"changeset":"Z:8oe>1|58=8jz=d*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747638875}},"pad:IVOA_Nov24_DAL:revs:4633":{"changeset":"Z:8of<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1=c-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747639377}},"pad:IVOA_Nov24_DAL:revs:4634":{"changeset":"Z:8oe>1|58=8jz=d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747639885}},"pad:IVOA_Nov24_DAL:revs:4635":{"changeset":"Z:8of>4|58=8jz=e*7+4$endp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747640387}},"pad:IVOA_Nov24_DAL:revs:4636":{"changeset":"Z:8oj>4|58=8jz=i*7+4$oint","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747640879}},"pad:IVOA_Nov24_DAL:revs:4637":{"changeset":"Z:8on>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1=l*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747641385}},"pad:IVOA_Nov24_DAL:revs:4638":{"changeset":"Z:8op>1|59=8km=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747648793}},"pad:IVOA_Nov24_DAL:revs:4639":{"changeset":"Z:8oq>1|59=8km=2*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747649394}},"pad:IVOA_Nov24_DAL:revs:4640":{"changeset":"Z:8or>2|59=8km=3*7+2$le","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747649895}},"pad:IVOA_Nov24_DAL:revs:4641":{"changeset":"Z:8ot>4|59=8km=5*7+4$tion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747650424}},"pad:IVOA_Nov24_DAL:revs:4642":{"changeset":"Z:8ox>5|59=8km=9*7+5$s are","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747650921}},"pad:IVOA_Nov24_DAL:revs:4643":{"changeset":"Z:8p2>1|59=8km=e*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747651423}},"pad:IVOA_Nov24_DAL:revs:4644":{"changeset":"Z:8p3>2|59=8km=f*7+2$pe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747651923}},"pad:IVOA_Nov24_DAL:revs:4645":{"changeset":"Z:8p5>2|59=8km=h*7+2$rf","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747652411}},"pad:IVOA_Nov24_DAL:revs:4646":{"changeset":"Z:8p7>4|59=8km=j*7+4$orme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747652930}},"pad:IVOA_Nov24_DAL:revs:4647":{"changeset":"Z:8pb>3|59=8km=n*7+3$d b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747653409}},"pad:IVOA_Nov24_DAL:revs:4648":{"changeset":"Z:8pe>3|59=8km=q*7+3$y a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747653908}},"pad:IVOA_Nov24_DAL:revs:4649":{"changeset":"Z:8ph>2|59=8km=t*7+2$ P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747654409}},"pad:IVOA_Nov24_DAL:revs:4650":{"changeset":"Z:8pj>4|59=8km=v*7+4$OST ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747654909}},"pad:IVOA_Nov24_DAL:revs:4651":{"changeset":"Z:8pn>1|59=8km=z*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747655409}},"pad:IVOA_Nov24_DAL:revs:4652":{"changeset":"Z:8po>3|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1=y-1*7+4$with","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747655920}},"pad:IVOA_Nov24_DAL:revs:4653":{"changeset":"Z:8pr>3|59=8km=13*7+3$ a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747656414}},"pad:IVOA_Nov24_DAL:revs:4654":{"changeset":"Z:8pu>1|59=8km=16*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747659040}},"pad:IVOA_Nov24_DAL:revs:4655":{"changeset":"Z:8pv>1|59=8km=17*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747659538}},"pad:IVOA_Nov24_DAL:revs:4656":{"changeset":"Z:8pw>3|59=8km=18*7+3$LET","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747660042}},"pad:IVOA_Nov24_DAL:revs:4657":{"changeset":"Z:8pz>2|59=8km=1b*7+2$E ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747660541}},"pad:IVOA_Nov24_DAL:revs:4658":{"changeset":"Z:8q1<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1=1b-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747661037}},"pad:IVOA_Nov24_DAL:revs:4659":{"changeset":"Z:8q0>1|59=8km=1c*7+1$=","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747661541}},"pad:IVOA_Nov24_DAL:revs:4660":{"changeset":"Z:8q1>1|59=8km=1d*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747662010}},"pad:IVOA_Nov24_DAL:revs:4661":{"changeset":"Z:8q2>2|59=8km=1e*7+2$RU","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747662517}},"pad:IVOA_Nov24_DAL:revs:4662":{"changeset":"Z:8q4>2|59=8km=1g*7+2$E ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747663017}},"pad:IVOA_Nov24_DAL:revs:4663":{"changeset":"Z:8q6>3|59=8km=1i*7+3$par","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747663611}},"pad:IVOA_Nov24_DAL:revs:4664":{"changeset":"Z:8q9>3|59=8km=1l*7+3$aem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747664113}},"pad:IVOA_Nov24_DAL:revs:4665":{"changeset":"Z:8qc<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1=1m-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747664615}},"pad:IVOA_Nov24_DAL:revs:4666":{"changeset":"Z:8qb<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1=1l-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747665916}},"pad:IVOA_Nov24_DAL:revs:4667":{"changeset":"Z:8qa>3|59=8km=1m*7+3$met","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747666353}},"pad:IVOA_Nov24_DAL:revs:4668":{"changeset":"Z:8qd>2|59=8km=1p*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747666852}},"pad:IVOA_Nov24_DAL:revs:4669":{"changeset":"Z:8qf>1|59=8km=1r*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747667523}},"pad:IVOA_Nov24_DAL:revs:4670":{"changeset":"Z:8qg>1|59=8km=1s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747668022}},"pad:IVOA_Nov24_DAL:revs:4671":{"changeset":"Z:8qh>1|59=8km=1t*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747669822}},"pad:IVOA_Nov24_DAL:revs:4672":{"changeset":"Z:8qi>2|59=8km=1u*7+2$pt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747670423}},"pad:IVOA_Nov24_DAL:revs:4673":{"changeset":"Z:8qk>3|59=8km=1w*7+3$ion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747670929}},"pad:IVOA_Nov24_DAL:revs:4674":{"changeset":"Z:8qn>3|59=8km=1z*7+3$all","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747671426}},"pad:IVOA_Nov24_DAL:revs:4675":{"changeset":"Z:8qq>2|59=8km=22*7+2$y ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747671928}},"pad:IVOA_Nov24_DAL:revs:4676":{"changeset":"Z:8qs>1|59=8km=24*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747673424}},"pad:IVOA_Nov24_DAL:revs:4677":{"changeset":"Z:8qt>1|59=8km=25*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747674325}},"pad:IVOA_Nov24_DAL:revs:4678":{"changeset":"Z:8qu>3|59=8km=26*7+3$rce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747674827}},"pad:IVOA_Nov24_DAL:revs:4679":{"changeset":"Z:8qx>1|59=8km=29*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747676224}},"pad:IVOA_Nov24_DAL:revs:4680":{"changeset":"Z:8qy>4|59=8km=2a*7+4$remo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747676728}},"pad:IVOA_Nov24_DAL:revs:4681":{"changeset":"Z:8r2>3|59=8km=2e*7+3$val","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747677226}},"pad:IVOA_Nov24_DAL:revs:4682":{"changeset":"Z:8r5>1|59=8km=2h*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747684734}},"pad:IVOA_Nov24_DAL:revs:4683":{"changeset":"Z:8r6>1|59=8km=2i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747685243}},"pad:IVOA_Nov24_DAL:revs:4684":{"changeset":"Z:8r7>1|59=8km=2j*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747687247}},"pad:IVOA_Nov24_DAL:revs:4685":{"changeset":"Z:8r8>2|59=8km=2k*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747687768}},"pad:IVOA_Nov24_DAL:revs:4686":{"changeset":"Z:8ra>2|59=8km=2m*7+2$fo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747688341}},"pad:IVOA_Nov24_DAL:revs:4687":{"changeset":"Z:8rc>4|59=8km=2o*7+4$rce ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747688769}},"pad:IVOA_Nov24_DAL:revs:4688":{"changeset":"Z:8rg>4|59=8km=2s*7+4$dele","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747689354}},"pad:IVOA_Nov24_DAL:revs:4689":{"changeset":"Z:8rk>1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1=2v*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747689845}},"pad:IVOA_Nov24_DAL:revs:4690":{"changeset":"Z:8rl>3|59=8km=2x*7+3$ion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747690353}},"pad:IVOA_Nov24_DAL:revs:4691":{"changeset":"Z:8ro>3|59=8km=30*7+3$ of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747690852}},"pad:IVOA_Nov24_DAL:revs:4692":{"changeset":"Z:8rr>3|59=8km=33*7+3$ sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747691346}},"pad:IVOA_Nov24_DAL:revs:4693":{"changeset":"Z:8ru>5|59=8km=36*7+5$ared ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747691848}},"pad:IVOA_Nov24_DAL:revs:4694":{"changeset":"Z:8rz>3|59=8km=3b*7+3$tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747692349}},"pad:IVOA_Nov24_DAL:revs:4695":{"changeset":"Z:8s2>3|59=8km=3e*7+3$le ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747692852}},"pad:IVOA_Nov24_DAL:revs:4696":{"changeset":"Z:8s5>2|59=8km=3h*7+2$ac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747693348}},"pad:IVOA_Nov24_DAL:revs:4697":{"changeset":"Z:8s7>3|59=8km=3j*7+3$ros","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747693851}},"pad:IVOA_Nov24_DAL:revs:4698":{"changeset":"Z:8sa>2|59=8km=3m*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747694348}},"pad:IVOA_Nov24_DAL:revs:4699":{"changeset":"Z:8sc>1|59=8km=3o*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747694952}},"pad:IVOA_Nov24_DAL:revs:4700":{"changeset":"Z:8sd>3|59=8km=3p*7+3$ll ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747695452,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21},"nextNum":22},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all \n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7+3s*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4701":{"changeset":"Z:8sg>4|59=8km=3s*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747696055}},"pad:IVOA_Nov24_DAL:revs:4702":{"changeset":"Z:8sk>1|59=8km=3w*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747696656}},"pad:IVOA_Nov24_DAL:revs:4703":{"changeset":"Z:8sl>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1=3w*7|1+1*7*2*g*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747705372}},"pad:IVOA_Nov24_DAL:revs:4704":{"changeset":"Z:8sn>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*d*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747706575}},"pad:IVOA_Nov24_DAL:revs:4705":{"changeset":"Z:8sn>1|5a=8ok=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747707273}},"pad:IVOA_Nov24_DAL:revs:4706":{"changeset":"Z:8so>2|5a=8ok=2*7+2$pl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747707781}},"pad:IVOA_Nov24_DAL:revs:4707":{"changeset":"Z:8sq>4|5a=8ok=4*7+4$oad ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747708280}},"pad:IVOA_Nov24_DAL:revs:4708":{"changeset":"Z:8su>1|5a=8ok=8*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747708781}},"pad:IVOA_Nov24_DAL:revs:4709":{"changeset":"Z:8sv>2|5a=8ok=9*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747709282}},"pad:IVOA_Nov24_DAL:revs:4710":{"changeset":"Z:8sx>1|5a=8ok=b*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747711083}},"pad:IVOA_Nov24_DAL:revs:4711":{"changeset":"Z:8sy>2|5a=8ok=c*7+2$eq","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747711584}},"pad:IVOA_Nov24_DAL:revs:4712":{"changeset":"Z:8t0>4|5a=8ok=e*7+4$uire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747712078}},"pad:IVOA_Nov24_DAL:revs:4713":{"changeset":"Z:8t4>1|5a=8ok=i*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747712582}},"pad:IVOA_Nov24_DAL:revs:4714":{"changeset":"Z:8t5>4|5a=8ok=j*7+4$ for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747713081}},"pad:IVOA_Nov24_DAL:revs:4715":{"changeset":"Z:8t9>2|5a=8ok=n*7+2$ E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747713582}},"pad:IVOA_Nov24_DAL:revs:4716":{"changeset":"Z:8tb>1|5a=8ok=p*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747714083}},"pad:IVOA_Nov24_DAL:revs:4717":{"changeset":"Z:8tc>1|5a=8ok=q*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747714587}},"pad:IVOA_Nov24_DAL:revs:4718":{"changeset":"Z:8td>2|5a=8ok=r*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747715090}},"pad:IVOA_Nov24_DAL:revs:4719":{"changeset":"Z:8tf>4|5a=8ok=t*7+4$but ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747715590}},"pad:IVOA_Nov24_DAL:revs:4720":{"changeset":"Z:8tj>1|5a=8ok=x*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747716619}},"pad:IVOA_Nov24_DAL:revs:4721":{"changeset":"Z:8tk>4|5a=8ok=y*7+4$ompl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747717101}},"pad:IVOA_Nov24_DAL:revs:4722":{"changeset":"Z:8to>2|5a=8ok=12*7+2$ex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747717606}},"pad:IVOA_Nov24_DAL:revs:4723":{"changeset":"Z:8tq>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1=13*7|1+1*7*2*d*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747719907}},"pad:IVOA_Nov24_DAL:revs:4724":{"changeset":"Z:8ts>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=14*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747721117}},"pad:IVOA_Nov24_DAL:revs:4725":{"changeset":"Z:8ts>1|5b=8pp=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747730927}},"pad:IVOA_Nov24_DAL:revs:4726":{"changeset":"Z:8tt>3|5b=8pp=2*7+3$ll ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747731426}},"pad:IVOA_Nov24_DAL:revs:4727":{"changeset":"Z:8tw>1|5b=8pp=5*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747732334}},"pad:IVOA_Nov24_DAL:revs:4728":{"changeset":"Z:8tx>3|5b=8pp=6*7+3$re ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747732834}},"pad:IVOA_Nov24_DAL:revs:4729":{"changeset":"Z:8u0>1|5b=8pp=9*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747735439}},"pad:IVOA_Nov24_DAL:revs:4730":{"changeset":"Z:8u1>3|5b=8pp=a*7+3$equ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747735942}},"pad:IVOA_Nov24_DAL:revs:4731":{"changeset":"Z:8u4>5|5b=8pp=d*7+5$ired ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747736442}},"pad:IVOA_Nov24_DAL:revs:4732":{"changeset":"Z:8u9>4|5b=8pp=i*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747736940}},"pad:IVOA_Nov24_DAL:revs:4733":{"changeset":"Z:8ud>3|5b=8pp=m*7+3$con","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747737439}},"pad:IVOA_Nov24_DAL:revs:4734":{"changeset":"Z:8ug>5|5b=8pp=p*7+5$sider","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747737941}},"pad:IVOA_Nov24_DAL:revs:4735":{"changeset":"Z:8ul>3|5b=8pp=u*7+3$ati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747738442}},"pad:IVOA_Nov24_DAL:revs:4736":{"changeset":"Z:8uo>2|5b=8pp=x*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747738943}},"pad:IVOA_Nov24_DAL:revs:4737":{"changeset":"Z:8uq<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=14*9=1=x-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747740251}},"pad:IVOA_Nov24_DAL:revs:4738":{"changeset":"Z:8up<4|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=14*9=1=t-4$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747740852}},"pad:IVOA_Nov24_DAL:revs:4739":{"changeset":"Z:8ul1|5b=8pp*7*2*e*3+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747744954}},"pad:IVOA_Nov24_DAL:revs:4747":{"changeset":"Z:8ts>0|5b=8pp*m=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747745759}},"pad:IVOA_Nov24_DAL:revs:4748":{"changeset":"Z:8ts<1|5b=8pp-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747747163}},"pad:IVOA_Nov24_DAL:revs:4749":{"changeset":"Z:8tr<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1=13|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747747666}},"pad:IVOA_Nov24_DAL:revs:4750":{"changeset":"Z:8tq>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1=13*7|1+1*7*2*d*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747748167}},"pad:IVOA_Nov24_DAL:revs:4751":{"changeset":"Z:8ts>1|5b=8pp=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747749763}},"pad:IVOA_Nov24_DAL:revs:4752":{"changeset":"Z:8tt<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=14*c=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747751164}},"pad:IVOA_Nov24_DAL:revs:4753":{"changeset":"Z:8ts>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1=3w*7|1+1*7*2*g*3*b+1|1=1*b=1|1=14*c=1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747754468}},"pad:IVOA_Nov24_DAL:revs:4754":{"changeset":"Z:8tu<1|5a=8ok-1|1=1*9=1|1=14*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747755093}},"pad:IVOA_Nov24_DAL:revs:4755":{"changeset":"Z:8tt>1|5a=8ok*7*2*e*3+1|1=1*9=1|1=14*a=1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747755969}},"pad:IVOA_Nov24_DAL:revs:4756":{"changeset":"Z:8tu>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*8*c=1|1=1*9=1|1=14*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747756993}},"pad:IVOA_Nov24_DAL:revs:4757":{"changeset":"Z:8tu>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*d*b=1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747757779}},"pad:IVOA_Nov24_DAL:revs:4758":{"changeset":"Z:8tu>1|5a=8ok=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747759471}},"pad:IVOA_Nov24_DAL:revs:4759":{"changeset":"Z:8tv>3|5a=8ok=2*7+3$lso","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747759972}},"pad:IVOA_Nov24_DAL:revs:4760":{"changeset":"Z:8ty<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1=3-1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747760498}},"pad:IVOA_Nov24_DAL:revs:4761":{"changeset":"Z:8tx<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1=1-2|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747760974}},"pad:IVOA_Nov24_DAL:revs:4762":{"changeset":"Z:8tv>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1-1*7+1|1=1*c=1|1=14*f=1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747761585}},"pad:IVOA_Nov24_DAL:revs:4763":{"changeset":"Z:8tv>2|5a=8ok=2*7+2$ah","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747762075}},"pad:IVOA_Nov24_DAL:revs:4764":{"changeset":"Z:8tx<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1=1-2|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747762576}},"pad:IVOA_Nov24_DAL:revs:4765":{"changeset":"Z:8tv>5|5a=8ok=2*7+5$harin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747763075}},"pad:IVOA_Nov24_DAL:revs:4766":{"changeset":"Z:8u0>5|5a=8ok=7*7+5$g end","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747763605}},"pad:IVOA_Nov24_DAL:revs:4767":{"changeset":"Z:8u5>3|5a=8ok=c*7+3$poi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747764085}},"pad:IVOA_Nov24_DAL:revs:4768":{"changeset":"Z:8u8>2|5a=8ok=f*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747764587}},"pad:IVOA_Nov24_DAL:revs:4769":{"changeset":"Z:8ua>2|5a=8ok=h*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747765083}},"pad:IVOA_Nov24_DAL:revs:4770":{"changeset":"Z:8uc>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1=i*7|1+1*7*2*d*3*c+1|1=1*f=1|1=14*n=1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747766084}},"pad:IVOA_Nov24_DAL:revs:4771":{"changeset":"Z:8ue>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*g*9=1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747766797}},"pad:IVOA_Nov24_DAL:revs:4772":{"changeset":"Z:8ue>1|5b=8p4=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747768291}},"pad:IVOA_Nov24_DAL:revs:4773":{"changeset":"Z:8uf>2|5b=8p4=2*7+2$ro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747768801}},"pad:IVOA_Nov24_DAL:revs:4774":{"changeset":"Z:8uh>1|5b=8p4=4*7+1$v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747769293}},"pad:IVOA_Nov24_DAL:revs:4775":{"changeset":"Z:8ui>2|5b=8p4=5*7+2$id","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747769793}},"pad:IVOA_Nov24_DAL:revs:4776":{"changeset":"Z:8uk>4|5b=8p4=7*7+4$e a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747770285}},"pad:IVOA_Nov24_DAL:revs:4777":{"changeset":"Z:8uo>1|5b=8p4=b*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747771890}},"pad:IVOA_Nov24_DAL:revs:4778":{"changeset":"Z:8up>1|5b=8p4=c*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747772496}},"pad:IVOA_Nov24_DAL:revs:4779":{"changeset":"Z:8uq>3|5b=8p4=d*7+3$ste","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747772997}},"pad:IVOA_Nov24_DAL:revs:4780":{"changeset":"Z:8ut<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1=e-1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747773496}},"pad:IVOA_Nov24_DAL:revs:4781":{"changeset":"Z:8us>4|5b=8p4=f*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747773996}},"pad:IVOA_Nov24_DAL:revs:4782":{"changeset":"Z:8uw>2|5b=8p4=j*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747774498}},"pad:IVOA_Nov24_DAL:revs:4783":{"changeset":"Z:8uy>2|5b=8p4=l*7+2$so","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747774998}},"pad:IVOA_Nov24_DAL:revs:4784":{"changeset":"Z:8v0>4|5b=8p4=n*7+4$urce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747775499}},"pad:IVOA_Nov24_DAL:revs:4785":{"changeset":"Z:8v4>3|5b=8p4=r*7+3$s, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747776005}},"pad:IVOA_Nov24_DAL:revs:4786":{"changeset":"Z:8v7>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1=t*7|1+1*7*2*g*3*a+1|1=1*c=1|1=14*f=1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747776699}},"pad:IVOA_Nov24_DAL:revs:4787":{"changeset":"Z:8v9>1|5c=8pz=1*7+1$C","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747777599}},"pad:IVOA_Nov24_DAL:revs:4788":{"changeset":"Z:8va>3|5c=8pz=2*7+3$rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747778099}},"pad:IVOA_Nov24_DAL:revs:4789":{"changeset":"Z:8vd>5|5c=8pz=5*7+5$ting ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747778601}},"pad:IVOA_Nov24_DAL:revs:4790":{"changeset":"Z:8vi>2|5c=8pz=a*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747779100}},"pad:IVOA_Nov24_DAL:revs:4791":{"changeset":"Z:8vk<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=a-1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747783808}},"pad:IVOA_Nov24_DAL:revs:4792":{"changeset":"Z:8vj<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=9-1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747784307}},"pad:IVOA_Nov24_DAL:revs:4793":{"changeset":"Z:8vi<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=8-1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747784818}},"pad:IVOA_Nov24_DAL:revs:4794":{"changeset":"Z:8vh<7|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=1-7|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747785306}},"pad:IVOA_Nov24_DAL:revs:4795":{"changeset":"Z:8va>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1-1*7+1|1=1*c=1|1=14*f=1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747785809}},"pad:IVOA_Nov24_DAL:revs:4796":{"changeset":"Z:8va>2|5c=8pz=2*7+2$dm","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747786307}},"pad:IVOA_Nov24_DAL:revs:4797":{"changeset":"Z:8vc>4|5c=8pz=4*7+4$inis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747786909}},"pad:IVOA_Nov24_DAL:revs:4798":{"changeset":"Z:8vg>3|5c=8pz=8*7+3$tra","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747787409}},"pad:IVOA_Nov24_DAL:revs:4799":{"changeset":"Z:8vj>3|5c=8pz=b*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747787909}},"pad:IVOA_Nov24_DAL:revs:4800":{"changeset":"Z:8vm>4|5c=8pz=e*7+4$ns o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747788412,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administrations o\n*Upload is required for ESA, but complex\n* \n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+i*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+1*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4801":{"changeset":"Z:8vq<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=g-1|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747788915}},"pad:IVOA_Nov24_DAL:revs:4802":{"changeset":"Z:8vp<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=e-2|1=1*c=1|1=14*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747789419}},"pad:IVOA_Nov24_DAL:revs:4803":{"changeset":"Z:8vn>4|5c=8pz=f*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747789919}},"pad:IVOA_Nov24_DAL:revs:4804":{"changeset":"Z:8vr>4|5c=8pz=j*7+4$list","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747790419}},"pad:IVOA_Nov24_DAL:revs:4805":{"changeset":"Z:8vv>4|5c=8pz=n*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747790919}},"pad:IVOA_Nov24_DAL:revs:4806":{"changeset":"Z:8vz>4|5c=8pz=r*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747791422}},"pad:IVOA_Nov24_DAL:revs:4807":{"changeset":"Z:8w3>2|5c=8pz=v*7+2$s/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747791921}},"pad:IVOA_Nov24_DAL:revs:4808":{"changeset":"Z:8w5>1|5c=8pz=x*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747792422}},"pad:IVOA_Nov24_DAL:revs:4809":{"changeset":"Z:8w6>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=w-1*7+3|1=1*c=1|1=14*f=1$gro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747792925}},"pad:IVOA_Nov24_DAL:revs:4810":{"changeset":"Z:8w8>2|5c=8pz=10*7+2$up","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747793424}},"pad:IVOA_Nov24_DAL:revs:4811":{"changeset":"Z:8wa>2|5c=8pz=12*7+2$s,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747793931}},"pad:IVOA_Nov24_DAL:revs:4812":{"changeset":"Z:8wc>3|5c=8pz=14*7+3$ as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747794438}},"pad:IVOA_Nov24_DAL:revs:4813":{"changeset":"Z:8wf>1|5c=8pz=17*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747795328}},"pad:IVOA_Nov24_DAL:revs:4814":{"changeset":"Z:8wg>3|5c=8pz=18*7+3$ign","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747795828}},"pad:IVOA_Nov24_DAL:revs:4815":{"changeset":"Z:8wj>5|5c=8pz=1b*7+5$ the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747796328}},"pad:IVOA_Nov24_DAL:revs:4816":{"changeset":"Z:8wo>4|5c=8pz=1g*7+4$reso","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747797398}},"pad:IVOA_Nov24_DAL:revs:4817":{"changeset":"Z:8ws>5|5c=8pz=1k*7+5$urces","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747797559}},"pad:IVOA_Nov24_DAL:revs:4818":{"changeset":"Z:8wx>5|5c=8pz=1p*7+5$ to t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747798034}},"pad:IVOA_Nov24_DAL:revs:4819":{"changeset":"Z:8x2>3|5c=8pz=1u*7+3$he ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747798533}},"pad:IVOA_Nov24_DAL:revs:4820":{"changeset":"Z:8x5>1|5c=8pz=1x*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747799532}},"pad:IVOA_Nov24_DAL:revs:4821":{"changeset":"Z:8x6>3|5c=8pz=1y*7+3$rou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747800036}},"pad:IVOA_Nov24_DAL:revs:4822":{"changeset":"Z:8x9>2|5c=8pz=21*7+2$ps","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747800532}},"pad:IVOA_Nov24_DAL:revs:4823":{"changeset":"Z:8xb>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*c=1|1=14*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747802464}},"pad:IVOA_Nov24_DAL:revs:4824":{"changeset":"Z:8xb>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1=22*7|1+1*7*2*g*3*b+1|1=1*c=1|1=14*9=1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747807371}},"pad:IVOA_Nov24_DAL:revs:4825":{"changeset":"Z:8xd>1|5d=8s3=1*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747814253}},"pad:IVOA_Nov24_DAL:revs:4826":{"changeset":"Z:8xe>1|5d=8s3=2*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747814752}},"pad:IVOA_Nov24_DAL:revs:4827":{"changeset":"Z:8xf>2|5d=8s3=3*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747815254}},"pad:IVOA_Nov24_DAL:revs:4828":{"changeset":"Z:8xh>3|5d=8s3=5*7+3$les","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747815755}},"pad:IVOA_Nov24_DAL:revs:4829":{"changeset":"Z:8xk>1|5d=8s3=8*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747816380}},"pad:IVOA_Nov24_DAL:revs:4830":{"changeset":"Z:8xl>1|5d=8s3=9*7+1$q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747816968}},"pad:IVOA_Nov24_DAL:revs:4831":{"changeset":"Z:8xm>3|5d=8s3=a*7+3$ith","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747817469}},"pad:IVOA_Nov24_DAL:revs:4832":{"changeset":"Z:8xp<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1=b-1|1=1*c=1|1=14*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747819079}},"pad:IVOA_Nov24_DAL:revs:4833":{"changeset":"Z:8xo<2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1=9-2|1=1*c=1|1=14*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747819587}},"pad:IVOA_Nov24_DAL:revs:4834":{"changeset":"Z:8xm<3|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1=6-3|1=1*c=1|1=14*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747820064}},"pad:IVOA_Nov24_DAL:revs:4835":{"changeset":"Z:8xj>3|5d=8s3=7*7+3$d w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747820561}},"pad:IVOA_Nov24_DAL:revs:4836":{"changeset":"Z:8xm>4|5d=8s3=a*7+4$ith ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747821060}},"pad:IVOA_Nov24_DAL:revs:4837":{"changeset":"Z:8xq>3|5d=8s3=e*7+3$GET","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747821560}},"pad:IVOA_Nov24_DAL:revs:4838":{"changeset":"Z:8xt>4|5d=8s3=h*7+4$ req","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747822062}},"pad:IVOA_Nov24_DAL:revs:4839":{"changeset":"Z:8xx>4|5d=8s3=l*7+4$uest","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747822664}},"pad:IVOA_Nov24_DAL:revs:4840":{"changeset":"Z:8y1>1|5d=8s3=p*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747823163}},"pad:IVOA_Nov24_DAL:revs:4841":{"changeset":"Z:8y2>1|5d=8s3=q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747825262}},"pad:IVOA_Nov24_DAL:revs:4842":{"changeset":"Z:8y3>4|5d=8s3=r*7+4$with","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747825764}},"pad:IVOA_Nov24_DAL:revs:4843":{"changeset":"Z:8y7>1|5d=8s3=v*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747826264}},"pad:IVOA_Nov24_DAL:revs:4844":{"changeset":"Z:8y8>1|5d=8s3=w*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747826771}},"pad:IVOA_Nov24_DAL:revs:4845":{"changeset":"Z:8y9>3|5d=8s3=x*7+3$ara","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747827270}},"pad:IVOA_Nov24_DAL:revs:4846":{"changeset":"Z:8yc>4|5d=8s3=10*7+4$mete","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747827769}},"pad:IVOA_Nov24_DAL:revs:4847":{"changeset":"Z:8yg>3|5d=8s3=14*7+3$rs ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747828272}},"pad:IVOA_Nov24_DAL:revs:4848":{"changeset":"Z:8yj>4|5d=8s3=17*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747828869}},"pad:IVOA_Nov24_DAL:revs:4849":{"changeset":"Z:8yn>1|5d=8s3=1b*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747829571}},"pad:IVOA_Nov24_DAL:revs:4850":{"changeset":"Z:8yo>3|5d=8s3=1c*7+3$rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747830073}},"pad:IVOA_Nov24_DAL:revs:4851":{"changeset":"Z:8yr>4|5d=8s3=1f*7+4$ting","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747830581}},"pad:IVOA_Nov24_DAL:revs:4852":{"changeset":"Z:8yv>1|5d=8s3=1j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747831079}},"pad:IVOA_Nov24_DAL:revs:4853":{"changeset":"Z:8yw>1|5d=8s3=1k*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747831685}},"pad:IVOA_Nov24_DAL:revs:4854":{"changeset":"Z:8yx>4|5d=8s3=1l*7+4$roup","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747832280}},"pad:IVOA_Nov24_DAL:revs:4855":{"changeset":"Z:8z1>2|5d=8s3=1p*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747832780}},"pad:IVOA_Nov24_DAL:revs:4856":{"changeset":"Z:8z3>2|5d=8s3=1r*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747833296}},"pad:IVOA_Nov24_DAL:revs:4857":{"changeset":"Z:8z5>5|5d=8s3=1t*7+5$ding ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747833798}},"pad:IVOA_Nov24_DAL:revs:4858":{"changeset":"Z:8za>5|5d=8s3=1y*7+5$users","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747834380}},"pad:IVOA_Nov24_DAL:revs:4859":{"changeset":"Z:8zf>2|5d=8s3=23*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747835001}},"pad:IVOA_Nov24_DAL:revs:4860":{"changeset":"Z:8zh<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1=23-1|1=1*c=1|1=14*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747839800}},"pad:IVOA_Nov24_DAL:revs:4861":{"changeset":"Z:8zg<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1=22-1|1=1*c=1|1=14*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747840325}},"pad:IVOA_Nov24_DAL:revs:4862":{"changeset":"Z:8zf>1|5d=8s3=23*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747841490}},"pad:IVOA_Nov24_DAL:revs:4863":{"changeset":"Z:8zg>2|5d=8s3=24*7+2$ c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747841991}},"pad:IVOA_Nov24_DAL:revs:4864":{"changeset":"Z:8zi>3|5d=8s3=26*7+3$rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747842491}},"pad:IVOA_Nov24_DAL:revs:4865":{"changeset":"Z:8zl>4|5d=8s3=29*7+4$ting","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747843093}},"pad:IVOA_Nov24_DAL:revs:4866":{"changeset":"Z:8zp>5|5d=8s3=2d*7+5$ shar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747843593}},"pad:IVOA_Nov24_DAL:revs:4867":{"changeset":"Z:8zu>3|5d=8s3=2i*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747844122}},"pad:IVOA_Nov24_DAL:revs:4868":{"changeset":"Z:8zx>3|5d=8s3=2l*7+3$ite","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747844624}},"pad:IVOA_Nov24_DAL:revs:4869":{"changeset":"Z:900>1|5d=8s3=2o*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747845119}},"pad:IVOA_Nov24_DAL:revs:4870":{"changeset":"Z:901>1|5d=8s3=2p*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747845796}},"pad:IVOA_Nov24_DAL:revs:4871":{"changeset":"Z:902>1|5d=8s3=2q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747846300}},"pad:IVOA_Nov24_DAL:revs:4872":{"changeset":"Z:903>4|5d=8s3=2r*7+4$then","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747846798}},"pad:IVOA_Nov24_DAL:revs:4873":{"changeset":"Z:907>4|5d=8s3=2v*7+4$ a l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747847299}},"pad:IVOA_Nov24_DAL:revs:4874":{"changeset":"Z:90b>3|5d=8s3=2z*7+3$ink","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747847799}},"pad:IVOA_Nov24_DAL:revs:4875":{"changeset":"Z:90e>1|5d=8s3=32*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747848300}},"pad:IVOA_Nov24_DAL:revs:4876":{"changeset":"Z:90f>3|5d=8s3=33*7+3$bet","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747848800}},"pad:IVOA_Nov24_DAL:revs:4877":{"changeset":"Z:90i>4|5d=8s3=36*7+4$ween","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747849302}},"pad:IVOA_Nov24_DAL:revs:4878":{"changeset":"Z:90m>1|5d=8s3=3a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747849801}},"pad:IVOA_Nov24_DAL:revs:4879":{"changeset":"Z:90n>1|5d=8s3=3b*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747850404}},"pad:IVOA_Nov24_DAL:revs:4880":{"changeset":"Z:90o>4|5d=8s3=3c*7+4$hare","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747850907}},"pad:IVOA_Nov24_DAL:revs:4881":{"changeset":"Z:90s>2|5d=8s3=3g*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747851412}},"pad:IVOA_Nov24_DAL:revs:4882":{"changeset":"Z:90u>4|5d=8s3=3i*7+4$item","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747851912}},"pad:IVOA_Nov24_DAL:revs:4883":{"changeset":"Z:90y>2|5d=8s3=3m*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747852410}},"pad:IVOA_Nov24_DAL:revs:4884":{"changeset":"Z:910>2|5d=8s3=3o*7+2$to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747853013}},"pad:IVOA_Nov24_DAL:revs:4885":{"changeset":"Z:912>1|5d=8s3=3q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747853510}},"pad:IVOA_Nov24_DAL:revs:4886":{"changeset":"Z:913>5|5d=8s3=3r*7+5$users","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747854017}},"pad:IVOA_Nov24_DAL:revs:4887":{"changeset":"Z:918>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1=3v*7|1+1*7*2*g*3*c+1|1=1*c=1|1=14*9=1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747865127}},"pad:IVOA_Nov24_DAL:revs:4888":{"changeset":"Z:91a<1|5e=8w0-1|1=1*9=1|1=14*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747879447}},"pad:IVOA_Nov24_DAL:revs:4889":{"changeset":"Z:919<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1=3v|1-1|1=1*c=1|1=14*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747880048}},"pad:IVOA_Nov24_DAL:revs:4890":{"changeset":"Z:918>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*d*f=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747894272}},"pad:IVOA_Nov24_DAL:revs:4891":{"changeset":"Z:918>1|5f=8x5=2*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747895173}},"pad:IVOA_Nov24_DAL:revs:4892":{"changeset":"Z:919>3|5f=8x5=3*7+3$any","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747895674}},"pad:IVOA_Nov24_DAL:revs:4893":{"changeset":"Z:91c>1|5f=8x5=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747896175}},"pad:IVOA_Nov24_DAL:revs:4894":{"changeset":"Z:91d>1|5f=8x5=7*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747897175}},"pad:IVOA_Nov24_DAL:revs:4895":{"changeset":"Z:91e>3|5f=8x5=8*7+3$ndp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747897678}},"pad:IVOA_Nov24_DAL:revs:4896":{"changeset":"Z:91h>4|5f=8x5=b*7+4$oint","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747898182}},"pad:IVOA_Nov24_DAL:revs:4897":{"changeset":"Z:91l>2|5f=8x5=f*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747898680}},"pad:IVOA_Nov24_DAL:revs:4898":{"changeset":"Z:91n>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1=f-1*7+3$, w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747899183}},"pad:IVOA_Nov24_DAL:revs:4899":{"changeset":"Z:91p>4|5f=8x5=j*7+4$ith ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747899682}},"pad:IVOA_Nov24_DAL:revs:4900":{"changeset":"Z:91t>4|5f=8x5=n*7+4$many","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747900286,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many\n\n*User-managed tables in TAP (Pat Dowler)\n\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+q*0|2+2*0*5*2*3+1*0+r*0*6+c*0|4+4*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:4901":{"changeset":"Z:91x>3|5f=8x5=r*7+3$ pa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747900786}},"pad:IVOA_Nov24_DAL:revs:4902":{"changeset":"Z:920>4|5f=8x5=u*7+4$rame","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747901286}},"pad:IVOA_Nov24_DAL:revs:4903":{"changeset":"Z:924>4|5f=8x5=y*7+4$ters","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747901787}},"pad:IVOA_Nov24_DAL:revs:4904":{"changeset":"Z:928>1|5f=8x5=12*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747902590}},"pad:IVOA_Nov24_DAL:revs:4905":{"changeset":"Z:929>4|5f=8x5=13*7+4$- co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747903094}},"pad:IVOA_Nov24_DAL:revs:4906":{"changeset":"Z:92d>3|5f=8x5=17*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747903594}},"pad:IVOA_Nov24_DAL:revs:4907":{"changeset":"Z:92g>3|5f=8x5=1a*7+3$ica","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747904092}},"pad:IVOA_Nov24_DAL:revs:4908":{"changeset":"Z:92j>4|5f=8x5=1d*7+4$ted ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747904593}},"pad:IVOA_Nov24_DAL:revs:4909":{"changeset":"Z:92n>4|5f=8x5=1h*7+4$but ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747905195}},"pad:IVOA_Nov24_DAL:revs:4910":{"changeset":"Z:92r>3|5f=8x5=1l*7+3$doa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747905594}},"pad:IVOA_Nov24_DAL:revs:4911":{"changeset":"Z:92u>4|5f=8x5=1o*7+4$ble,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747906196}},"pad:IVOA_Nov24_DAL:revs:4912":{"changeset":"Z:92y>1|5f=8x5=1s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747906696}},"pad:IVOA_Nov24_DAL:revs:4913":{"changeset":"Z:92z>2|5f=8x5=1t*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747907195}},"pad:IVOA_Nov24_DAL:revs:4914":{"changeset":"Z:931>2|5f=8x5=1v*7+2$qu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747907698}},"pad:IVOA_Nov24_DAL:revs:4915":{"changeset":"Z:933>4|5f=8x5=1x*7+4$ires","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747908198}},"pad:IVOA_Nov24_DAL:revs:4916":{"changeset":"Z:937>3|5f=8x5=21*7+3$ a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747908701}},"pad:IVOA_Nov24_DAL:revs:4917":{"changeset":"Z:93a>3|5f=8x5=24*7+3$con","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747909200}},"pad:IVOA_Nov24_DAL:revs:4918":{"changeset":"Z:93d>3|5f=8x5=27*7+3$ver","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747909700}},"pad:IVOA_Nov24_DAL:revs:4919":{"changeset":"Z:93g>4|5f=8x5=2a*7+4$sati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747910199}},"pad:IVOA_Nov24_DAL:revs:4920":{"changeset":"Z:93k>3|5f=8x5=2e*7+3$on,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747910709}},"pad:IVOA_Nov24_DAL:revs:4921":{"changeset":"Z:93n>4|5f=8x5=2h*7+4$ opt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747911299}},"pad:IVOA_Nov24_DAL:revs:4922":{"changeset":"Z:93r>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1=2j-1*7+3$en ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747912404}},"pad:IVOA_Nov24_DAL:revs:4923":{"changeset":"Z:93t>3|5f=8x5=2n*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747912900}},"pad:IVOA_Nov24_DAL:revs:4924":{"changeset":"Z:93w>3|5f=8x5=2q*7+3$mod","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747913402}},"pad:IVOA_Nov24_DAL:revs:4925":{"changeset":"Z:93z>5|5f=8x5=2t*7+5$ifica","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747913904}},"pad:IVOA_Nov24_DAL:revs:4926":{"changeset":"Z:944>3|5f=8x5=2y*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747914405}},"pad:IVOA_Nov24_DAL:revs:4927":{"changeset":"Z:947>1|5f=8x5=31*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747914905}},"pad:IVOA_Nov24_DAL:revs:4928":{"changeset":"Z:948>1|5f=8x5=32*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747918810}},"pad:IVOA_Nov24_DAL:revs:4929":{"changeset":"Z:949>1|5f=8x5=2i*7+1$E","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747925337}},"pad:IVOA_Nov24_DAL:revs:4930":{"changeset":"Z:94a>2|5f=8x5=2j*7+2$SA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747925924}},"pad:IVOA_Nov24_DAL:revs:4931":{"changeset":"Z:94c>3|5f=8x5=2l*7+3$ is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747926429}},"pad:IVOA_Nov24_DAL:revs:4932":{"changeset":"Z:94f>1|5f=8x5=2o*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747926931}},"pad:IVOA_Nov24_DAL:revs:4933":{"changeset":"Z:94g>2|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1=39*7|1+1*7*2*d*3*n+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747928731}},"pad:IVOA_Nov24_DAL:revs:4934":{"changeset":"Z:94i>0|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1|1=3a*8*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747929232}},"pad:IVOA_Nov24_DAL:revs:4935":{"changeset":"Z:94i<1|5g=90g-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747929925}},"pad:IVOA_Nov24_DAL:revs:4936":{"changeset":"Z:94h<1|4r=7sb*9=1|1=15*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1=39|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747931330}},"pad:IVOA_Nov24_DAL:revs:4937":{"changeset":"Z:94g>1|5i=91m*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747965899}},"pad:IVOA_Nov24_DAL:revs:4938":{"changeset":"Z:94h>2|5i=91m=1*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747966401}},"pad:IVOA_Nov24_DAL:revs:4939":{"changeset":"Z:94j>2|5i=91m=3*7+2$ c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747966893}},"pad:IVOA_Nov24_DAL:revs:4940":{"changeset":"Z:94l>3|5i=91m=5*7+3$ase","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747967491}},"pad:IVOA_Nov24_DAL:revs:4941":{"changeset":"Z:94o>2|5i=91m=8*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747967990}},"pad:IVOA_Nov24_DAL:revs:4942":{"changeset":"Z:94q>4|5i=91m=a*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747968491}},"pad:IVOA_Nov24_DAL:revs:4943":{"changeset":"Z:94u>1|5i=91m=e*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747969309}},"pad:IVOA_Nov24_DAL:revs:4944":{"changeset":"Z:94v>3|5i=91m=f*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747969795}},"pad:IVOA_Nov24_DAL:revs:4945":{"changeset":"Z:94y>4|5i=91m=i*7+4$-cre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747970297}},"pad:IVOA_Nov24_DAL:revs:4946":{"changeset":"Z:952>4|5i=91m=m*7+4$ated","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747970897}},"pad:IVOA_Nov24_DAL:revs:4947":{"changeset":"Z:956>3|5i=91m=q*7+3$ ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747971327}},"pad:IVOA_Nov24_DAL:revs:4948":{"changeset":"Z:959>5|5i=91m=t*7|1+5$bles\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747971900}},"pad:IVOA_Nov24_DAL:revs:4949":{"changeset":"Z:95e>1|5j=92k*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747972399}},"pad:IVOA_Nov24_DAL:revs:4950":{"changeset":"Z:95f>1|5k=92l*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747973904}},"pad:IVOA_Nov24_DAL:revs:4951":{"changeset":"Z:95g>4|5k=92l=1*7+4$ore ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747974433}},"pad:IVOA_Nov24_DAL:revs:4952":{"changeset":"Z:95k>4|5k=92l=5*7+4$func","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747974912}},"pad:IVOA_Nov24_DAL:revs:4953":{"changeset":"Z:95o>2|5k=92l=9*7|1+2$.\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747975409}},"pad:IVOA_Nov24_DAL:revs:4954":{"changeset":"Z:95q>1|5l=92w*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747975909}},"pad:IVOA_Nov24_DAL:revs:4955":{"changeset":"Z:95r>1|5m=92x*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747976606}},"pad:IVOA_Nov24_DAL:revs:4956":{"changeset":"Z:95s>2|5m=92x=1*7+2$ec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747977106}},"pad:IVOA_Nov24_DAL:revs:4957":{"changeset":"Z:95u>1|5m=92x=3*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747978007}},"pad:IVOA_Nov24_DAL:revs:4958":{"changeset":"Z:95v>2|5m=92x=4*7+2$ss","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747978510}},"pad:IVOA_Nov24_DAL:revs:4959":{"changeset":"Z:95x>1|5m=92x=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747979210}},"pad:IVOA_Nov24_DAL:revs:4960":{"changeset":"Z:95y>2|5m=92x=7*7+2$fu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747979713}},"pad:IVOA_Nov24_DAL:revs:4961":{"changeset":"Z:960>3|5m=92x=9*7+3$nc.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747980213}},"pad:IVOA_Nov24_DAL:revs:4962":{"changeset":"Z:963>1|5m=92x=c*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747980713}},"pad:IVOA_Nov24_DAL:revs:4963":{"changeset":"Z:964>1|5n=93a*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747981212}},"pad:IVOA_Nov24_DAL:revs:4964":{"changeset":"Z:965>2|5o=93b*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747981822}},"pad:IVOA_Nov24_DAL:revs:4965":{"changeset":"Z:967>3|5o=93b=2*7+3$ret","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747982321}},"pad:IVOA_Nov24_DAL:revs:4966":{"changeset":"Z:96a>3|5o=93b=5*7+3$ch ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747982823}},"pad:IVOA_Nov24_DAL:revs:4967":{"changeset":"Z:96d>5|5o=93b=8*7+5$goals","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747983317}},"pad:IVOA_Nov24_DAL:revs:4968":{"changeset":"Z:96i>1|5i=91m=x*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747987125}},"pad:IVOA_Nov24_DAL:revs:4969":{"changeset":"Z:96j<1|5i=91m=x-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747987660}},"pad:IVOA_Nov24_DAL:revs:4970":{"changeset":"Z:96i>1|5i=91m=x*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747988327}},"pad:IVOA_Nov24_DAL:revs:4971":{"changeset":"Z:96j>a|5i=91m=y*7|2+6*7+4$\n \n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747988830}},"pad:IVOA_Nov24_DAL:revs:4972":{"changeset":"Z:96t<4|5k=92q-4$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747989933}},"pad:IVOA_Nov24_DAL:revs:4973":{"changeset":"Z:96p>1|5k=92q*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747992740}},"pad:IVOA_Nov24_DAL:revs:4974":{"changeset":"Z:96q<4|5j=92l-4|1=1*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747994649}},"pad:IVOA_Nov24_DAL:revs:4975":{"changeset":"Z:96m<1|5i=91m=y|1-1|1=1*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731747995343}},"pad:IVOA_Nov24_DAL:revs:4976":{"changeset":"Z:96l>1|5j=92l=1*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748004259}},"pad:IVOA_Nov24_DAL:revs:4977":{"changeset":"Z:96m>2|5j=92l=2*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748004762}},"pad:IVOA_Nov24_DAL:revs:4978":{"changeset":"Z:96o>2|5j=92l=4*7+2$ 1","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748005262}},"pad:IVOA_Nov24_DAL:revs:4979":{"changeset":"Z:96q>1|5j=92l=6*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748005764}},"pad:IVOA_Nov24_DAL:revs:4980":{"changeset":"Z:96r>1|5j=92l=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748006266}},"pad:IVOA_Nov24_DAL:revs:4981":{"changeset":"Z:96s>0|5j=92l*9=1=6-1*7+1$x","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748006795}},"pad:IVOA_Nov24_DAL:revs:4982":{"changeset":"Z:96s>2|5j=92l=8*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748007267}},"pad:IVOA_Nov24_DAL:revs:4983":{"changeset":"Z:96u>4|5j=92l=a*7+4$lrea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748007764}},"pad:IVOA_Nov24_DAL:revs:4984":{"changeset":"Z:96y>3|5j=92l=e*7+3$dy ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748008267}},"pad:IVOA_Nov24_DAL:revs:4985":{"changeset":"Z:971>3|5j=92l=h*7+3$has","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748008868}},"pad:IVOA_Nov24_DAL:revs:4986":{"changeset":"Z:974>1|5j=92l=k*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748009272}},"pad:IVOA_Nov24_DAL:revs:4987":{"changeset":"Z:975>1|5j=92l=l*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748009771}},"pad:IVOA_Nov24_DAL:revs:4988":{"changeset":"Z:976>2|5j=92l=m*7+2$em","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748010375}},"pad:IVOA_Nov24_DAL:revs:4989":{"changeset":"Z:978>3|5j=92l=o*7+3$por","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748010773}},"pad:IVOA_Nov24_DAL:revs:4990":{"changeset":"Z:97b>3|5j=92l=r*7+3$ary","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748011372}},"pad:IVOA_Nov24_DAL:revs:4991":{"changeset":"Z:97e>3|5j=92l=u*7+3$ ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748011876}},"pad:IVOA_Nov24_DAL:revs:4992":{"changeset":"Z:97h>4|5j=92l=x*7+4$bles","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748012379}},"pad:IVOA_Nov24_DAL:revs:4993":{"changeset":"Z:97l>3|5j=92l=11*7+3$, g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748012876}},"pad:IVOA_Nov24_DAL:revs:4994":{"changeset":"Z:97o>4|5j=92l=14*7+4$ood ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748013378}},"pad:IVOA_Nov24_DAL:revs:4995":{"changeset":"Z:97s>4|5j=92l=18*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748013879}},"pad:IVOA_Nov24_DAL:revs:4996":{"changeset":"Z:97w>4|5j=92l=1c*7+4$smal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748014381}},"pad:IVOA_Nov24_DAL:revs:4997":{"changeset":"Z:980>5|5j=92l=1g*7+5$l one","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748014881}},"pad:IVOA_Nov24_DAL:revs:4998":{"changeset":"Z:985>4|5j=92l=1l*7+4$s, b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748015381}},"pad:IVOA_Nov24_DAL:revs:4999":{"changeset":"Z:989>4|5j=92l=1p*7+4$ut n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748015891}},"pad:IVOA_Nov24_DAL:revs:5000":{"changeset":"Z:98d>3|5j=92l=1t*7+3$ot ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748016386,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not \n\ncore func.\n\nnecess func.\n\nstretch goals\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|6+2n*7+d*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5001":{"changeset":"Z:98g>4|5j=92l=1w*7+4$larg","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748016890}},"pad:IVOA_Nov24_DAL:revs:5002":{"changeset":"Z:98k>2|5j=92l=20*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748017393}},"pad:IVOA_Nov24_DAL:revs:5003":{"changeset":"Z:98m>2|5j=92l*9=1=21*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748017893}},"pad:IVOA_Nov24_DAL:revs:5004":{"changeset":"Z:98o>1|5j=92l=22*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748026700}},"pad:IVOA_Nov24_DAL:revs:5005":{"changeset":"Z:98p>1|5j=92l=23*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748027201}},"pad:IVOA_Nov24_DAL:revs:5006":{"changeset":"Z:98q<2|5j=92l*9=1=21-2|1=1*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748027702}},"pad:IVOA_Nov24_DAL:revs:5007":{"changeset":"Z:98o>1|5j=92l=22*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748028601}},"pad:IVOA_Nov24_DAL:revs:5008":{"changeset":"Z:98p>3|5j=92l=23*7+3$ us","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748029108}},"pad:IVOA_Nov24_DAL:revs:5009":{"changeset":"Z:98s>4|5j=92l=26*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748029608}},"pad:IVOA_Nov24_DAL:revs:5010":{"changeset":"Z:98w>3|5j=92l=2a*7+3$UPL","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748030102}},"pad:IVOA_Nov24_DAL:revs:5011":{"changeset":"Z:98z>3|5j=92l=2d*7+3$OAD","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748030609}},"pad:IVOA_Nov24_DAL:revs:5012":{"changeset":"Z:992>1|5k=952=1*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748036112}},"pad:IVOA_Nov24_DAL:revs:5013":{"changeset":"Z:993<1|5j=92l*9=1|1=2g*a=1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748037012}},"pad:IVOA_Nov24_DAL:revs:5014":{"changeset":"Z:992>1|5k=952=1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748037521}},"pad:IVOA_Nov24_DAL:revs:5015":{"changeset":"Z:993>2|5k=952=2*7+2$pl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748038013}},"pad:IVOA_Nov24_DAL:revs:5016":{"changeset":"Z:995>4|5k=952=4*7+4$oad ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748038514}},"pad:IVOA_Nov24_DAL:revs:5017":{"changeset":"Z:999>3|5k=952=8*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748039014}},"pad:IVOA_Nov24_DAL:revs:5018":{"changeset":"Z:99c>3|5k=952=b*7+3$tem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748039515}},"pad:IVOA_Nov24_DAL:revs:5019":{"changeset":"Z:99f>3|5k=952=e*7+3$por","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748040017}},"pad:IVOA_Nov24_DAL:revs:5020":{"changeset":"Z:99i>3|5k=952=h*7+3$ary","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748040617}},"pad:IVOA_Nov24_DAL:revs:5021":{"changeset":"Z:99l>5|5k=952=k*7+5$ for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748041117}},"pad:IVOA_Nov24_DAL:revs:5022":{"changeset":"Z:99q>3|5k=952=p*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748041616}},"pad:IVOA_Nov24_DAL:revs:5023":{"changeset":"Z:99t>4|5k=952=s*7+4$ in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748042116}},"pad:IVOA_Nov24_DAL:revs:5024":{"changeset":"Z:99x>1|5k=952=w*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748042720}},"pad:IVOA_Nov24_DAL:revs:5025":{"changeset":"Z:99y>3|5k=952=x*7+3$ult","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748043221}},"pad:IVOA_Nov24_DAL:revs:5026":{"changeset":"Z:9a1>3|5k=952=10*7+3$ipl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748043725}},"pad:IVOA_Nov24_DAL:revs:5027":{"changeset":"Z:9a4>4|5k=952=13*7+4$e qu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748044327}},"pad:IVOA_Nov24_DAL:revs:5028":{"changeset":"Z:9a8>3|5k=952=17*7+3$eri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748044828}},"pad:IVOA_Nov24_DAL:revs:5029":{"changeset":"Z:9ab>2|5k=952=1a*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748045332}},"pad:IVOA_Nov24_DAL:revs:5030":{"changeset":"Z:9ad>2|5j=92l*9=1|1=2g*a=1=1b*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748045833}},"pad:IVOA_Nov24_DAL:revs:5031":{"changeset":"Z:9af>1|5l=96f=1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748047123}},"pad:IVOA_Nov24_DAL:revs:5032":{"changeset":"Z:9ag>3|5l=96f=2*7+3$ pe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748047625}},"pad:IVOA_Nov24_DAL:revs:5033":{"changeset":"Z:9aj>4|5l=96f=5*7+4$rman","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748048126}},"pad:IVOA_Nov24_DAL:revs:5034":{"changeset":"Z:9an>4|5l=96f=9*7+4$ent ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748048626}},"pad:IVOA_Nov24_DAL:revs:5035":{"changeset":"Z:9ar>2|5l=96f=d*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748049227}},"pad:IVOA_Nov24_DAL:revs:5036":{"changeset":"Z:9at>3|5l=96f=f*7+3$ble","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748049728}},"pad:IVOA_Nov24_DAL:revs:5037":{"changeset":"Z:9aw>5|5l=96f=i*7+5$ for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748050228}},"pad:IVOA_Nov24_DAL:revs:5038":{"changeset":"Z:9b1>3|5l=96f=n*7+3$pri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748050728}},"pad:IVOA_Nov24_DAL:revs:5039":{"changeset":"Z:9b4>3|5l=96f=q*7+3$vat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748051230}},"pad:IVOA_Nov24_DAL:revs:5040":{"changeset":"Z:9b7>1|5l=96f=t*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748051832}},"pad:IVOA_Nov24_DAL:revs:5041":{"changeset":"Z:9b8>4|5l=96f=u*7+4$ use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748052233}},"pad:IVOA_Nov24_DAL:revs:5042":{"changeset":"Z:9bc>1|5l=96f=y*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748053235}},"pad:IVOA_Nov24_DAL:revs:5043":{"changeset":"Z:9bd>4|5l=96f=z*7+4$- gr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748053636}},"pad:IVOA_Nov24_DAL:revs:5044":{"changeset":"Z:9bh>4|5l=96f=13*7+4$eat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748054135}},"pad:IVOA_Nov24_DAL:revs:5045":{"changeset":"Z:9bl>1|5l=96f=17*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748054637}},"pad:IVOA_Nov24_DAL:revs:5046":{"changeset":"Z:9bm>2|5j=92l*9=1|1=2g*a=1|1=1c*b=1=16-1*7+3$fo ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748055140}},"pad:IVOA_Nov24_DAL:revs:5047":{"changeset":"Z:9bo<1|5j=92l*9=1|1=2g*a=1|1=1c*b=1=18-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748055942}},"pad:IVOA_Nov24_DAL:revs:5048":{"changeset":"Z:9bn<3|5j=92l*9=1|1=2g*a=1|1=1c*b=1=15-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748056544}},"pad:IVOA_Nov24_DAL:revs:5049":{"changeset":"Z:9bk1|5l=96f=1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748062786}},"pad:IVOA_Nov24_DAL:revs:5058":{"changeset":"Z:9ag>3|5l=96f=2*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748063287}},"pad:IVOA_Nov24_DAL:revs:5059":{"changeset":"Z:9aj>5|5l=96f=5*7+5$ad a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748063761}},"pad:IVOA_Nov24_DAL:revs:5060":{"changeset":"Z:9ao>3|5l=96f=a*7+3$pri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748064261}},"pad:IVOA_Nov24_DAL:revs:5061":{"changeset":"Z:9ar>4|5l=96f=d*7+4$vate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748064762}},"pad:IVOA_Nov24_DAL:revs:5062":{"changeset":"Z:9av>5|5l=96f=h*7+5$ tabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748065263}},"pad:IVOA_Nov24_DAL:revs:5063":{"changeset":"Z:9b0>3|5l=96f=m*7+3$e, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748065762}},"pad:IVOA_Nov24_DAL:revs:5064":{"changeset":"Z:9b3>4|5l=96f=p*7+4$perm","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748066262}},"pad:IVOA_Nov24_DAL:revs:5065":{"changeset":"Z:9b7>4|5l=96f=t*7+4$anen","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748066767}},"pad:IVOA_Nov24_DAL:revs:5066":{"changeset":"Z:9bb>2|5l=96f=x*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748067264}},"pad:IVOA_Nov24_DAL:revs:5067":{"changeset":"Z:9bd<1|5j=92l*9=1|1=2g*a=1|1=1c*b=1=x-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748070071}},"pad:IVOA_Nov24_DAL:revs:5068":{"changeset":"Z:9bc>1|5l=96f=y*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748070571}},"pad:IVOA_Nov24_DAL:revs:5069":{"changeset":"Z:9bd>2|5j=92l*9=1|1=2g*a=1|1=1c*b=1=y*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748071071}},"pad:IVOA_Nov24_DAL:revs:5070":{"changeset":"Z:9bf>0|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748071573}},"pad:IVOA_Nov24_DAL:revs:5071":{"changeset":"Z:9bf>2|5m=97f=1*7+2$gr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748072073}},"pad:IVOA_Nov24_DAL:revs:5072":{"changeset":"Z:9bh>1|5m=97f=3*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748072673}},"pad:IVOA_Nov24_DAL:revs:5073":{"changeset":"Z:9bi>6|5m=97f=4*7+6$at for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748073175}},"pad:IVOA_Nov24_DAL:revs:5074":{"changeset":"Z:9bo>6|5m=97f=a*7+6$ shari","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748073675}},"pad:IVOA_Nov24_DAL:revs:5075":{"changeset":"Z:9bu>3|5m=97f=g*7+3$ng ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748074176}},"pad:IVOA_Nov24_DAL:revs:5076":{"changeset":"Z:9bx>4|5m=97f=j*7+4$betw","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748074675}},"pad:IVOA_Nov24_DAL:revs:5077":{"changeset":"Z:9c1>4|5m=97f=n*7+4$een ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748075175}},"pad:IVOA_Nov24_DAL:revs:5078":{"changeset":"Z:9c5>4|5m=97f=r*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748075677}},"pad:IVOA_Nov24_DAL:revs:5079":{"changeset":"Z:9c9>1|5m=97f=v*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748076204}},"pad:IVOA_Nov24_DAL:revs:5080":{"changeset":"Z:9ca>1|5m=97f=w*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748077286}},"pad:IVOA_Nov24_DAL:revs:5081":{"changeset":"Z:9cb>2|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1=w*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748077779}},"pad:IVOA_Nov24_DAL:revs:5082":{"changeset":"Z:9cd>1|5n=98d=1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748078580}},"pad:IVOA_Nov24_DAL:revs:5083":{"changeset":"Z:9ce>3|5n=98d=2*7+3$epe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748079181}},"pad:IVOA_Nov24_DAL:revs:5084":{"changeset":"Z:9ch>4|5n=98d=5*7+4$nd s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748079681}},"pad:IVOA_Nov24_DAL:revs:5085":{"changeset":"Z:9cl>1|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1=6-2*7+3$s o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748080198}},"pad:IVOA_Nov24_DAL:revs:5086":{"changeset":"Z:9cm>2|5n=98d=a*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748080700}},"pad:IVOA_Nov24_DAL:revs:5087":{"changeset":"Z:9co>1|5n=98d=c*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748082789}},"pad:IVOA_Nov24_DAL:revs:5088":{"changeset":"Z:9cp>3|5n=98d=d*7+3$uth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748083287}},"pad:IVOA_Nov24_DAL:revs:5089":{"changeset":"Z:9cs>1|5n=98d=g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748083787}},"pad:IVOA_Nov24_DAL:revs:5090":{"changeset":"Z:9ct>4|5n=98d=h*7+4$and ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748084287}},"pad:IVOA_Nov24_DAL:revs:5091":{"changeset":"Z:9cx>3|5n=98d=l*7+3$gro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748084791}},"pad:IVOA_Nov24_DAL:revs:5092":{"changeset":"Z:9d0>3|5n=98d=o*7+3$up ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748085288}},"pad:IVOA_Nov24_DAL:revs:5093":{"changeset":"Z:9d3>3|5n=98d=r*7+3$mem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748085792}},"pad:IVOA_Nov24_DAL:revs:5094":{"changeset":"Z:9d6>4|5n=98d=u*7+4$bers","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748086323}},"pad:IVOA_Nov24_DAL:revs:5095":{"changeset":"Z:9da>3|5n=98d=y*7+3$hip","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748086819}},"pad:IVOA_Nov24_DAL:revs:5096":{"changeset":"Z:9dd>3|5n=98d=11*7+3$ ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748087308}},"pad:IVOA_Nov24_DAL:revs:5097":{"changeset":"Z:9dg>4|5n=98d=14*7+4$mini","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748087801}},"pad:IVOA_Nov24_DAL:revs:5098":{"changeset":"Z:9dk>2|5n=98d=18*7+2$sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748088296}},"pad:IVOA_Nov24_DAL:revs:5099":{"changeset":"Z:9dm>2|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1=18-1*7+3$tra","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748089302}},"pad:IVOA_Nov24_DAL:revs:5100":{"changeset":"Z:9do>4|5n=98d=1c*7+4$tion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748089803,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n\ncore func.\n\nnecess func.\n\nstretch goals\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+27*7+d*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5101":{"changeset":"Z:9ds>1|5n=98d=1g*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748090307}},"pad:IVOA_Nov24_DAL:revs:5102":{"changeset":"Z:9dt>1|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1=1f-1*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748090808}},"pad:IVOA_Nov24_DAL:revs:5103":{"changeset":"Z:9du>0|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1|1=1g*8*c=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748092112}},"pad:IVOA_Nov24_DAL:revs:5104":{"changeset":"Z:9du<1|5o=99u-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748099224}},"pad:IVOA_Nov24_DAL:revs:5105":{"changeset":"Z:9dt>1|5o=99u*7*2*e*3+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748099619}},"pad:IVOA_Nov24_DAL:revs:5106":{"changeset":"Z:9du>0|5o=99u*m=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748100120}},"pad:IVOA_Nov24_DAL:revs:5107":{"changeset":"Z:9du<2|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1=1f|1-1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748100621}},"pad:IVOA_Nov24_DAL:revs:5108":{"changeset":"Z:9ds>2|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1=1f*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748101227}},"pad:IVOA_Nov24_DAL:revs:5109":{"changeset":"Z:9du>1|5o=99u=1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748102730}},"pad:IVOA_Nov24_DAL:revs:5110":{"changeset":"Z:9dv>2|5o=99u=2*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748103229}},"pad:IVOA_Nov24_DAL:revs:5111":{"changeset":"Z:9dx<1|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1|1=1g*b=1=2-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748103825}},"pad:IVOA_Nov24_DAL:revs:5112":{"changeset":"Z:9dw<2|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1|1=1g*b=1-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748104325}},"pad:IVOA_Nov24_DAL:revs:5113":{"changeset":"Z:9du>3|5o=99u=1*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748104824}},"pad:IVOA_Nov24_DAL:revs:5114":{"changeset":"Z:9dx>1|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1|1=1g*b=1=3*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748105326}},"pad:IVOA_Nov24_DAL:revs:5115":{"changeset":"Z:9dy>3|5j=92l*9=1|1=2g*a=1|1=1c*b=1|1=z*9=1|1=x*a=1|1=1g*b=1=3-1*7+4$and ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748105828}},"pad:IVOA_Nov24_DAL:revs:5116":{"changeset":"Z:9e1>5|5o=99u=8*7+5$can p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748106330}},"pad:IVOA_Nov24_DAL:revs:5117":{"changeset":"Z:9e6>3|5o=99u=d*7+3$ubl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748106833}},"pad:IVOA_Nov24_DAL:revs:5118":{"changeset":"Z:9e9>3|5o=99u=g*7+3$ish","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748107335}},"pad:IVOA_Nov24_DAL:revs:5119":{"changeset":"Z:9ec>5|5o=99u=j*7+5$ it f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748107837}},"pad:IVOA_Nov24_DAL:revs:5120":{"changeset":"Z:9eh>4|5o=99u=o*7+4$or l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748108435}},"pad:IVOA_Nov24_DAL:revs:5121":{"changeset":"Z:9el>3|5o=99u=s*7+3$ate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748108935}},"pad:IVOA_Nov24_DAL:revs:5122":{"changeset":"Z:9eo>1|5o=99u=v*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748109438}},"pad:IVOA_Nov24_DAL:revs:5123":{"changeset":"Z:9ep>1|5q=9as=a*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748111261}},"pad:IVOA_Nov24_DAL:revs:5124":{"changeset":"Z:9eq>1|5r=9b3*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748111740}},"pad:IVOA_Nov24_DAL:revs:5125":{"changeset":"Z:9er>1|5s=9b4*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748112345}},"pad:IVOA_Nov24_DAL:revs:5126":{"changeset":"Z:9es>4|5s=9b4=1*7+4$mple","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748112945}},"pad:IVOA_Nov24_DAL:revs:5127":{"changeset":"Z:9ew>1|5s=9b4*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748113744}},"pad:IVOA_Nov24_DAL:revs:5128":{"changeset":"Z:9ex>1|5s=9b4=6*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748115045}},"pad:IVOA_Nov24_DAL:revs:5129":{"changeset":"Z:9ey>4|5s=9b4=7*7+4$ente","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748115546}},"pad:IVOA_Nov24_DAL:revs:5130":{"changeset":"Z:9f2>4|5s=9b4=b*7+4$d in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748116046}},"pad:IVOA_Nov24_DAL:revs:5131":{"changeset":"Z:9f6>1|5s=9b4=f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748116546}},"pad:IVOA_Nov24_DAL:revs:5132":{"changeset":"Z:9f7>3|5s=9b4=g*7+3$you","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748117050}},"pad:IVOA_Nov24_DAL:revs:5133":{"changeset":"Z:9fa>3|5s=9b4=j*7+3$cat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748117547}},"pad:IVOA_Nov24_DAL:revs:5134":{"changeset":"Z:9fd>4|5s=9b4=m*7+4$ usi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748118048}},"pad:IVOA_Nov24_DAL:revs:5135":{"changeset":"Z:9fh>5|5s=9b4=q*7+5$ng th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748118650}},"pad:IVOA_Nov24_DAL:revs:5136":{"changeset":"Z:9fm>4|5s=9b4=v*7+4$e VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748119049}},"pad:IVOA_Nov24_DAL:revs:5137":{"changeset":"Z:9fq>1|5s=9b4=z*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748119550}},"pad:IVOA_Nov24_DAL:revs:5138":{"changeset":"Z:9fr>1|5s=9b4=10*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748120149}},"pad:IVOA_Nov24_DAL:revs:5139":{"changeset":"Z:9fs>0|5s=9b4*9=1=z-1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748120649}},"pad:IVOA_Nov24_DAL:revs:5140":{"changeset":"Z:9fs>1|5s=9b4=11*7+1$0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748121251}},"pad:IVOA_Nov24_DAL:revs:5141":{"changeset":"Z:9ft<1|5s=9b4*9=1=10-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748121752}},"pad:IVOA_Nov24_DAL:revs:5142":{"changeset":"Z:9fs>2|5s=9b4=11*7+2$TA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748122351}},"pad:IVOA_Nov24_DAL:revs:5143":{"changeset":"Z:9fu<1|5s=9b4*9=1=11-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748122852}},"pad:IVOA_Nov24_DAL:revs:5144":{"changeset":"Z:9ft>4|5s=9b4=12*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748123355}},"pad:IVOA_Nov24_DAL:revs:5145":{"changeset":"Z:9fx>3|5s=9b4=16*7+3$s e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748123852}},"pad:IVOA_Nov24_DAL:revs:5146":{"changeset":"Z:9g0>4|5s=9b4=19*7+4$ndpo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748124353}},"pad:IVOA_Nov24_DAL:revs:5147":{"changeset":"Z:9g4>3|5s=9b4=1d*7+3$int","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748124863}},"pad:IVOA_Nov24_DAL:revs:5148":{"changeset":"Z:9g7>1|5s=9b4=1g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748125362}},"pad:IVOA_Nov24_DAL:revs:5149":{"changeset":"Z:9g8>3|5s=9b4=1h*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748125858}},"pad:IVOA_Nov24_DAL:revs:5150":{"changeset":"Z:9gb>1|5s=9b4=1k*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748126657}},"pad:IVOA_Nov24_DAL:revs:5151":{"changeset":"Z:9gc>2|5s=9b4=1l*7+2$UT","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748127157}},"pad:IVOA_Nov24_DAL:revs:5152":{"changeset":"Z:9ge>2|5s=9b4=1n*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748127659}},"pad:IVOA_Nov24_DAL:revs:5153":{"changeset":"Z:9gg>3|5s=9b4=1p*7+3$DEL","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748128258}},"pad:IVOA_Nov24_DAL:revs:5154":{"changeset":"Z:9gj>4|5s=9b4=1s*7+4$ETE ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748128663}},"pad:IVOA_Nov24_DAL:revs:5155":{"changeset":"Z:9gn>4|5s=9b4=1w*7+4$and ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748129262}},"pad:IVOA_Nov24_DAL:revs:5156":{"changeset":"Z:9gr>2|5s=9b4=20*7+2$PS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748129762}},"pad:IVOA_Nov24_DAL:revs:5157":{"changeset":"Z:9gt>2|5s=9b4*9=1=20-1*7+3$OST","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748130262}},"pad:IVOA_Nov24_DAL:revs:5158":{"changeset":"Z:9gv>1|5s=9b4=24*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748131664}},"pad:IVOA_Nov24_DAL:revs:5159":{"changeset":"Z:9gw>3|5s=9b4=25*7+3$add","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748132166}},"pad:IVOA_Nov24_DAL:revs:5160":{"changeset":"Z:9gz>3|5s=9b4=28*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748132667}},"pad:IVOA_Nov24_DAL:revs:5161":{"changeset":"Z:9h2>4|5s=9b4=2b*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748133168}},"pad:IVOA_Nov24_DAL:revs:5162":{"changeset":"Z:9h6>1|5s=9b4=2f*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748134771}},"pad:IVOA_Nov24_DAL:revs:5163":{"changeset":"Z:9h7>3|5s=9b4=2g*7+3$rea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748135370}},"pad:IVOA_Nov24_DAL:revs:5164":{"changeset":"Z:9ha>2|5s=9b4=2j*7+2$te","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748135873}},"pad:IVOA_Nov24_DAL:revs:5165":{"changeset":"Z:9hc>1|5s=9b4=2l*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748136372}},"pad:IVOA_Nov24_DAL:revs:5166":{"changeset":"Z:9hd>2|5s=9b4=2m*7+2$ u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748136872}},"pad:IVOA_Nov24_DAL:revs:5167":{"changeset":"Z:9hf>1|5s=9b4*9=1=2m-1*7+2$dr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748137373}},"pad:IVOA_Nov24_DAL:revs:5168":{"changeset":"Z:9hg>2|5s=9b4=2p*7+2$op","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748137874}},"pad:IVOA_Nov24_DAL:revs:5169":{"changeset":"Z:9hi>3|5s=9b4=2r*7+3$, d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748138373}},"pad:IVOA_Nov24_DAL:revs:5170":{"changeset":"Z:9hl>0|5s=9b4*9=1=2s-1*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748138874}},"pad:IVOA_Nov24_DAL:revs:5171":{"changeset":"Z:9hl>4|5s=9b4=2u*7+4$pdat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748139373}},"pad:IVOA_Nov24_DAL:revs:5172":{"changeset":"Z:9hp>2|5s=9b4=2y*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748139875}},"pad:IVOA_Nov24_DAL:revs:5173":{"changeset":"Z:9hr>2|5s=9b4=30*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748140376}},"pad:IVOA_Nov24_DAL:revs:5174":{"changeset":"Z:9ht>3|5s=9b4=32*7+3$spe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748140878}},"pad:IVOA_Nov24_DAL:revs:5175":{"changeset":"Z:9hw>2|5s=9b4=35*7+2$ct","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748141382}},"pad:IVOA_Nov24_DAL:revs:5176":{"changeset":"Z:9hy>4|5s=9b4=37*7+4$ivel","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748141882}},"pad:IVOA_Nov24_DAL:revs:5177":{"changeset":"Z:9i2>1|5s=9b4=3b*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748142384}},"pad:IVOA_Nov24_DAL:revs:5178":{"changeset":"Z:9i3>2|5s=9b4*9=1=3b*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748142883}},"pad:IVOA_Nov24_DAL:revs:5179":{"changeset":"Z:9i5>1|5t=9eh=1*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748145487}},"pad:IVOA_Nov24_DAL:revs:5180":{"changeset":"Z:9i6>3|5t=9eh=2*7+3$or ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748145989}},"pad:IVOA_Nov24_DAL:revs:5181":{"changeset":"Z:9i9<1|5s=9b4*9=1|1=3c*a=1=3-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748146589}},"pad:IVOA_Nov24_DAL:revs:5182":{"changeset":"Z:9i8<1|5s=9b4*9=1|1=3c*a=1=2-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748147090}},"pad:IVOA_Nov24_DAL:revs:5183":{"changeset":"Z:9i7>0|5s=9b4*9=1|1=3c*a=1-2*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748147589}},"pad:IVOA_Nov24_DAL:revs:5184":{"changeset":"Z:9i7>4|5t=9eh=3*7+4$ding","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748148087}},"pad:IVOA_Nov24_DAL:revs:5185":{"changeset":"Z:9ib>4|5t=9eh=7*7+4$ row","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748148588}},"pad:IVOA_Nov24_DAL:revs:5186":{"changeset":"Z:9if>1|5t=9eh=b*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748149092}},"pad:IVOA_Nov24_DAL:revs:5187":{"changeset":"Z:9ig>2|5t=9eh=c*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748149593}},"pad:IVOA_Nov24_DAL:revs:5188":{"changeset":"Z:9ii>1|5t=9eh=e*7+1$V","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748150792}},"pad:IVOA_Nov24_DAL:revs:5189":{"changeset":"Z:9ij>2|5t=9eh=f*7+2$OT","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748151292}},"pad:IVOA_Nov24_DAL:revs:5190":{"changeset":"Z:9il>3|5t=9eh=h*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748151793}},"pad:IVOA_Nov24_DAL:revs:5191":{"changeset":"Z:9io>2|5t=9eh=k*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748152294}},"pad:IVOA_Nov24_DAL:revs:5192":{"changeset":"Z:9iq>2|5t=9eh=m*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748152894}},"pad:IVOA_Nov24_DAL:revs:5193":{"changeset":"Z:9is>4|5t=9eh=o*7+4$uld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748153393}},"pad:IVOA_Nov24_DAL:revs:5194":{"changeset":"Z:9iw>4|5t=9eh=s*7+4$be u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748153909}},"pad:IVOA_Nov24_DAL:revs:5195":{"changeset":"Z:9j0>4|5t=9eh=w*7+4$sed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748154394}},"pad:IVOA_Nov24_DAL:revs:5196":{"changeset":"Z:9j4>4|5t=9eh=10*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748154894}},"pad:IVOA_Nov24_DAL:revs:5197":{"changeset":"Z:9j8>1|5t=9eh=14*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748156496}},"pad:IVOA_Nov24_DAL:revs:5198":{"changeset":"Z:9j9>4|5t=9eh=15*7+4$mall","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748157028}},"pad:IVOA_Nov24_DAL:revs:5199":{"changeset":"Z:9jd>1|5t=9eh=19*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748157499}},"pad:IVOA_Nov24_DAL:revs:5200":{"changeset":"Z:9je>1|5t=9eh=1a*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748158500,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small t\n\nnecess func.\n\nstretch goals\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*8*3*a+1*7|4+1q*7+d*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5201":{"changeset":"Z:9jf>4|5t=9eh=1b*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748159001}},"pad:IVOA_Nov24_DAL:revs:5202":{"changeset":"Z:9jj>1|5t=9eh=1f*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748159502}},"pad:IVOA_Nov24_DAL:revs:5203":{"changeset":"Z:9jk>1|5t=9eh=1g*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748160303}},"pad:IVOA_Nov24_DAL:revs:5204":{"changeset":"Z:9jl>1|5t=9eh=1h*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748160804}},"pad:IVOA_Nov24_DAL:revs:5205":{"changeset":"Z:9jm>2|5s=9b4*9=1|1=3c*a=1=1h*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748165410}},"pad:IVOA_Nov24_DAL:revs:5206":{"changeset":"Z:9jo>1|5u=9g0=1*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748166913}},"pad:IVOA_Nov24_DAL:revs:5207":{"changeset":"Z:9jp>3|5u=9g0=2*7+3$ou ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748167512}},"pad:IVOA_Nov24_DAL:revs:5208":{"changeset":"Z:9js>3|5u=9g0=5*7+3$can","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748168013}},"pad:IVOA_Nov24_DAL:revs:5209":{"changeset":"Z:9jv>1|5u=9g0=8*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748168514}},"pad:IVOA_Nov24_DAL:revs:5210":{"changeset":"Z:9jw>3|5u=9g0=9*7+3$cre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748169014}},"pad:IVOA_Nov24_DAL:revs:5211":{"changeset":"Z:9jz>4|5u=9g0=c*7+4$ate ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748169516}},"pad:IVOA_Nov24_DAL:revs:5212":{"changeset":"Z:9k3>4|5u=9g0=g*7+4$a ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748170015}},"pad:IVOA_Nov24_DAL:revs:5213":{"changeset":"Z:9k7>5|5u=9g0=k*7+5$ble d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748170516}},"pad:IVOA_Nov24_DAL:revs:5214":{"changeset":"Z:9kc>3|5u=9g0=p*7+3$efi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748171019}},"pad:IVOA_Nov24_DAL:revs:5215":{"changeset":"Z:9kf>2|5u=9g0=s*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748171516}},"pad:IVOA_Nov24_DAL:revs:5216":{"changeset":"Z:9kh>2|5s=9b4*9=1|1=3c*a=1|1=1i*b=1=s-1*7+3$iti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748172018}},"pad:IVOA_Nov24_DAL:revs:5217":{"changeset":"Z:9kj>3|5u=9g0=w*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748172519}},"pad:IVOA_Nov24_DAL:revs:5218":{"changeset":"Z:9km>3|5u=9g0=z*7+3$by ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748173015}},"pad:IVOA_Nov24_DAL:revs:5219":{"changeset":"Z:9kp>2|5u=9g0=12*7+2$qu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748173630}},"pad:IVOA_Nov24_DAL:revs:5220":{"changeset":"Z:9kr>2|5u=9g0=14*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748174122}},"pad:IVOA_Nov24_DAL:revs:5221":{"changeset":"Z:9kt>1|5s=9b4*9=1|1=3c*a=1|1=1i*b=1=15*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748174627}},"pad:IVOA_Nov24_DAL:revs:5222":{"changeset":"Z:9ku>5|5u=9g0=17*7+5$ing a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748175125}},"pad:IVOA_Nov24_DAL:revs:5223":{"changeset":"Z:9kz>1|5u=9g0=1c*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748175622}},"pad:IVOA_Nov24_DAL:revs:5224":{"changeset":"Z:9l0>1|5s=9b4*9=1|1=3c*a=1|1=1i*b=1=1b-1*7+2$no","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748176124}},"pad:IVOA_Nov24_DAL:revs:5225":{"changeset":"Z:9l1>5|5u=9g0=1e*7+5$ther ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748176625}},"pad:IVOA_Nov24_DAL:revs:5226":{"changeset":"Z:9l6>3|5u=9g0=1j*7+3$tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748177126}},"pad:IVOA_Nov24_DAL:revs:5227":{"changeset":"Z:9l9>2|5u=9g0=1m*7+2$le","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748177624}},"pad:IVOA_Nov24_DAL:revs:5228":{"changeset":"Z:9lb>2|5u=9g0=1o*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748178126}},"pad:IVOA_Nov24_DAL:revs:5229":{"changeset":"Z:9ld>3|5u=9g0=1q*7+3$ or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748178627}},"pad:IVOA_Nov24_DAL:revs:5230":{"changeset":"Z:9lg>3|5u=9g0=1t*7+3$ ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748179127}},"pad:IVOA_Nov24_DAL:revs:5231":{"changeset":"Z:9lj>1|5u=9g0=1w*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748179630}},"pad:IVOA_Nov24_DAL:revs:5232":{"changeset":"Z:9lk>0|5s=9b4*9=1|1=3c*a=1|1=1i*b=1=1v-1*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748180128}},"pad:IVOA_Nov24_DAL:revs:5233":{"changeset":"Z:9lk>1|5u=9g0=1x*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748180928}},"pad:IVOA_Nov24_DAL:revs:5234":{"changeset":"Z:9ll>0|5s=9b4*9=1|1=3c*a=1|1=1i*b=1=1w-1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748181428}},"pad:IVOA_Nov24_DAL:revs:5235":{"changeset":"Z:9ll>3|5u=9g0=1y*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748181932}},"pad:IVOA_Nov24_DAL:revs:5236":{"changeset":"Z:9lo>2|5u=9g0=21*7+2$vi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748182428}},"pad:IVOA_Nov24_DAL:revs:5237":{"changeset":"Z:9lq>4|5u=9g0=23*7+4$ce--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748182929}},"pad:IVOA_Nov24_DAL:revs:5238":{"changeset":"Z:9lu>5|5u=9g0=27*7+5$ and ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748183531}},"pad:IVOA_Nov24_DAL:revs:5239":{"changeset":"Z:9lz>3|5u=9g0=2c*7+3$cop","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748184030}},"pad:IVOA_Nov24_DAL:revs:5240":{"changeset":"Z:9m2>5|5u=9g0=2f*7+5$ying ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748184531}},"pad:IVOA_Nov24_DAL:revs:5241":{"changeset":"Z:9m7>2|5s=9b4*9=1|1=3c*a=1|1=1i*b=1=2j*7|1+1*7*2*8*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748186734}},"pad:IVOA_Nov24_DAL:revs:5242":{"changeset":"Z:9m9>1|5v=9il=1*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748192240}},"pad:IVOA_Nov24_DAL:revs:5243":{"changeset":"Z:9ma>2|5v=9il=2*7+2$or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748192742}},"pad:IVOA_Nov24_DAL:revs:5244":{"changeset":"Z:9mc>3|5v=9il=4*7+3$ la","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748193242}},"pad:IVOA_Nov24_DAL:revs:5245":{"changeset":"Z:9mf>3|5v=9il=7*7+3$rge","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748193741}},"pad:IVOA_Nov24_DAL:revs:5246":{"changeset":"Z:9mi>4|5v=9il=a*7+4$ tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748194341}},"pad:IVOA_Nov24_DAL:revs:5247":{"changeset":"Z:9mm>4|5v=9il=e*7+4$les,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748194842}},"pad:IVOA_Nov24_DAL:revs:5248":{"changeset":"Z:9mq>1|5v=9il=i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748195370}},"pad:IVOA_Nov24_DAL:revs:5249":{"changeset":"Z:9mr>2|5v=9il=j*7+2$us","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748195873}},"pad:IVOA_Nov24_DAL:revs:5250":{"changeset":"Z:9mt>2|5v=9il=l*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748196345}},"pad:IVOA_Nov24_DAL:revs:5251":{"changeset":"Z:9mv>2|5v=9il=n*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748196846}},"pad:IVOA_Nov24_DAL:revs:5252":{"changeset":"Z:9mx>4|5v=9il=p*7+4$can ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748197345}},"pad:IVOA_Nov24_DAL:revs:5253":{"changeset":"Z:9n1>4|5v=9il=t*7+4$appe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748197845}},"pad:IVOA_Nov24_DAL:revs:5254":{"changeset":"Z:9n5>2|5v=9il=x*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748198345}},"pad:IVOA_Nov24_DAL:revs:5255":{"changeset":"Z:9n7>3|5v=9il=z*7+3$ ro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748198875}},"pad:IVOA_Nov24_DAL:revs:5256":{"changeset":"Z:9na>3|5v=9il=12*7+3$ws ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748199448}},"pad:IVOA_Nov24_DAL:revs:5257":{"changeset":"Z:9nd>4|5v=9il=15*7+4$toe ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748199951}},"pad:IVOA_Nov24_DAL:revs:5258":{"changeset":"Z:9nh<1|5s=9b4*9=1|1=3c*a=1|1=1i*b=1|1=2k*c=1=16-2*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748200452}},"pad:IVOA_Nov24_DAL:revs:5259":{"changeset":"Z:9ng>3|5v=9il=18*7+3$exi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748200978}},"pad:IVOA_Nov24_DAL:revs:5260":{"changeset":"Z:9nj>4|5v=9il=1b*7+4$stin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748201482}},"pad:IVOA_Nov24_DAL:revs:5261":{"changeset":"Z:9nn>3|5v=9il=1f*7+3$g t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748201969}},"pad:IVOA_Nov24_DAL:revs:5262":{"changeset":"Z:9nq>3|5v=9il=1i*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748202554}},"pad:IVOA_Nov24_DAL:revs:5263":{"changeset":"Z:9nt>4|5v=9il=1l*7+4$es, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748203059}},"pad:IVOA_Nov24_DAL:revs:5264":{"changeset":"Z:9nx>2|5v=9il=1p*7+2$fo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748203556}},"pad:IVOA_Nov24_DAL:revs:5265":{"changeset":"Z:9nz>2|5v=9il=1r*7+2$r ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748204056}},"pad:IVOA_Nov24_DAL:revs:5266":{"changeset":"Z:9o1>2|5v=9il=1t*7+2$sc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748204559}},"pad:IVOA_Nov24_DAL:revs:5267":{"changeset":"Z:9o3>4|5v=9il=1v*7+4$alab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748205058}},"pad:IVOA_Nov24_DAL:revs:5268":{"changeset":"Z:9o7>2|5v=9il=1z*7+2$il","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748205557}},"pad:IVOA_Nov24_DAL:revs:5269":{"changeset":"Z:9o9>3|5v=9il=21*7+3$ity","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748206057}},"pad:IVOA_Nov24_DAL:revs:5270":{"changeset":"Z:9oc>1|5v=9il=24*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748206862}},"pad:IVOA_Nov24_DAL:revs:5271":{"changeset":"Z:9od>2|5v=9il=25*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748207459}},"pad:IVOA_Nov24_DAL:revs:5272":{"changeset":"Z:9of>2|5v=9il=27*7+2$yo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748207960}},"pad:IVOA_Nov24_DAL:revs:5273":{"changeset":"Z:9oh>5|5v=9il=29*7+5$u can","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748208462}},"pad:IVOA_Nov24_DAL:revs:5274":{"changeset":"Z:9om>3|5v=9il=2e*7+3$'t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748208962}},"pad:IVOA_Nov24_DAL:revs:5275":{"changeset":"Z:9op>1|5v=9il=2h*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748209463}},"pad:IVOA_Nov24_DAL:revs:5276":{"changeset":"Z:9oq>3|5v=9il=2i*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748209966}},"pad:IVOA_Nov24_DAL:revs:5277":{"changeset":"Z:9ot>5|5v=9il=2l*7+5$very ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748210573}},"pad:IVOA_Nov24_DAL:revs:5278":{"changeset":"Z:9oy>3|5v=9il=2q*7+3$lar","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748211073}},"pad:IVOA_Nov24_DAL:revs:5279":{"changeset":"Z:9p1>4|5v=9il=2t*7+4$ge t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748211572}},"pad:IVOA_Nov24_DAL:revs:5280":{"changeset":"Z:9p5>5|5v=9il=2x*7+5$ables","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748212066}},"pad:IVOA_Nov24_DAL:revs:5281":{"changeset":"Z:9pa>3|5v=9il=32*7+3$ up","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748212569}},"pad:IVOA_Nov24_DAL:revs:5282":{"changeset":"Z:9pd>3|5v=9il=35*7+3$ in","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748213067}},"pad:IVOA_Nov24_DAL:revs:5283":{"changeset":"Z:9pg>2|5v=9il=38*7+2$ o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748213568}},"pad:IVOA_Nov24_DAL:revs:5284":{"changeset":"Z:9pi>3|5v=9il=3a*7+3$ne ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748214068}},"pad:IVOA_Nov24_DAL:revs:5285":{"changeset":"Z:9pl>2|5v=9il=3d*7+2$go","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748214569}},"pad:IVOA_Nov24_DAL:revs:5286":{"changeset":"Z:9pn>0|5s=9b4*9=1|1=3c*a=1|1=1i*b=1|1=2k*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748215268}},"pad:IVOA_Nov24_DAL:revs:5287":{"changeset":"Z:9pn>0|5s=9b4*9=1|1=3c*a=1|1=1i*d*9=1|1=2k*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748216478}},"pad:IVOA_Nov24_DAL:revs:5288":{"changeset":"Z:9pn>0|5s=9b4*9=1|1=3c*d*9=1|1=1i*a=1|1=2k*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748217372}},"pad:IVOA_Nov24_DAL:revs:5289":{"changeset":"Z:9pn>2|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1=3e*7|1+1*7*2*d*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748223085}},"pad:IVOA_Nov24_DAL:revs:5290":{"changeset":"Z:9pp>0|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748223784}},"pad:IVOA_Nov24_DAL:revs:5291":{"changeset":"Z:9pp>1|5w=9m1=1*7+1$V","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748226390}},"pad:IVOA_Nov24_DAL:revs:5292":{"changeset":"Z:9pq>1|5w=9m1=2*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748226991}},"pad:IVOA_Nov24_DAL:revs:5293":{"changeset":"Z:9pr>2|5w=9m1=3*7+2$SI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748227491}},"pad:IVOA_Nov24_DAL:revs:5294":{"changeset":"Z:9pt>1|5w=9m1=5*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748227993}},"pad:IVOA_Nov24_DAL:revs:5295":{"changeset":"Z:9pu<1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1=4-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748228892}},"pad:IVOA_Nov24_DAL:revs:5296":{"changeset":"Z:9pt>3|5w=9m1=5*7+3$Tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748229393}},"pad:IVOA_Nov24_DAL:revs:5297":{"changeset":"Z:9pw>4|5w=9m1=8*7+4$les ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748229896}},"pad:IVOA_Nov24_DAL:revs:5298":{"changeset":"Z:9q0>3|5w=9m1=c*7+3$cou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748230496}},"pad:IVOA_Nov24_DAL:revs:5299":{"changeset":"Z:9q3>3|5w=9m1=f*7+3$ld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748230997}},"pad:IVOA_Nov24_DAL:revs:5300":{"changeset":"Z:9q6<1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1=g-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748231798,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables could\n\nnecess func.\n\nstretch goals\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|4+w*7+d*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5301":{"changeset":"Z:9q5<3|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1=d-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748232298}},"pad:IVOA_Nov24_DAL:revs:5302":{"changeset":"Z:9q2<1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1=b-2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748232798}},"pad:IVOA_Nov24_DAL:revs:5303":{"changeset":"Z:9q1>4|5w=9m1=d*7+4$pec ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748233299}},"pad:IVOA_Nov24_DAL:revs:5304":{"changeset":"Z:9q5>3|5w=9m1=h*7+3$can","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748233800}},"pad:IVOA_Nov24_DAL:revs:5305":{"changeset":"Z:9q8>4|5w=9m1=k*7+4$ be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748234320}},"pad:IVOA_Nov24_DAL:revs:5306":{"changeset":"Z:9qc>3|5w=9m1=o*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748234818}},"pad:IVOA_Nov24_DAL:revs:5307":{"changeset":"Z:9qf>4|5w=9m1=r*7+4$oad ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748235322}},"pad:IVOA_Nov24_DAL:revs:5308":{"changeset":"Z:9qj<2|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1=s-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748235804}},"pad:IVOA_Nov24_DAL:revs:5309":{"changeset":"Z:9qh<3|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1=p-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748236329}},"pad:IVOA_Nov24_DAL:revs:5310":{"changeset":"Z:9qe>4|5w=9m1=q*7+4$date","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748236820}},"pad:IVOA_Nov24_DAL:revs:5311":{"changeset":"Z:9qi>3|5w=9m1=u*7+3$d t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748237322}},"pad:IVOA_Nov24_DAL:revs:5312":{"changeset":"Z:9ql>4|5w=9m1=x*7+4$o su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748237804}},"pad:IVOA_Nov24_DAL:revs:5313":{"changeset":"Z:9qp>3|5w=9m1=11*7+3$ppo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748238312}},"pad:IVOA_Nov24_DAL:revs:5314":{"changeset":"Z:9qs>4|5w=9m1=14*7+4$rt n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748238807}},"pad:IVOA_Nov24_DAL:revs:5315":{"changeset":"Z:9qw>3|5w=9m1=18*7+3$ew ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748239405}},"pad:IVOA_Nov24_DAL:revs:5316":{"changeset":"Z:9qz>1|5w=9m1=1b*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748239909}},"pad:IVOA_Nov24_DAL:revs:5317":{"changeset":"Z:9r0>6|5w=9m1=1c*7+6$perati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748240410}},"pad:IVOA_Nov24_DAL:revs:5318":{"changeset":"Z:9r6>3|5w=9m1=1i*7+3$ons","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748240907}},"pad:IVOA_Nov24_DAL:revs:5319":{"changeset":"Z:9r9>2|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1=1k*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748241408}},"pad:IVOA_Nov24_DAL:revs:5320":{"changeset":"Z:9rb>1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*d*9=1*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748241915}},"pad:IVOA_Nov24_DAL:revs:5321":{"changeset":"Z:9rc>3|5x=9nn=2*7+3$ost","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748242414}},"pad:IVOA_Nov24_DAL:revs:5322":{"changeset":"Z:9rf>4|5x=9nn=5*7+4$ ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748242910}},"pad:IVOA_Nov24_DAL:revs:5323":{"changeset":"Z:9rj>4|5x=9nn=9*7+4$vice","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748243438}},"pad:IVOA_Nov24_DAL:revs:5324":{"changeset":"Z:9rn>3|5x=9nn=d*7+3$s o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748243935}},"pad:IVOA_Nov24_DAL:revs:5325":{"changeset":"Z:9rq>1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1=e-1*7+2$wo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748244430}},"pad:IVOA_Nov24_DAL:revs:5326":{"changeset":"Z:9rr>3|5x=9nn=h*7+3$uld","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748244916}},"pad:IVOA_Nov24_DAL:revs:5327":{"changeset":"Z:9ru>3|5x=9nn=k*7+3$ on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748245424}},"pad:IVOA_Nov24_DAL:revs:5328":{"changeset":"Z:9rx>3|5x=9nn=n*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748245924}},"pad:IVOA_Nov24_DAL:revs:5329":{"changeset":"Z:9s0>1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1=p*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748246425}},"pad:IVOA_Nov24_DAL:revs:5330":{"changeset":"Z:9s1>5|5x=9nn=r*7+5$ave b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748246925}},"pad:IVOA_Nov24_DAL:revs:5331":{"changeset":"Z:9s6>2|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1=v*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748247420}},"pad:IVOA_Nov24_DAL:revs:5332":{"changeset":"Z:9s8>3|5x=9nn=y*7+3$ic ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748247919}},"pad:IVOA_Nov24_DAL:revs:5333":{"changeset":"Z:9sb>2|5x=9nn=11*7+2$su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748248426}},"pad:IVOA_Nov24_DAL:revs:5334":{"changeset":"Z:9sd>4|5x=9nn=13*7+4$ppor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748248927}},"pad:IVOA_Nov24_DAL:revs:5335":{"changeset":"Z:9sh>3|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1=16*7|1+2*7*2*d*3*a+1$t\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748249523}},"pad:IVOA_Nov24_DAL:revs:5336":{"changeset":"Z:9sk>1|5y=9ow=1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748251151}},"pad:IVOA_Nov24_DAL:revs:5337":{"changeset":"Z:9sl>4|5y=9ow=2*7+4$ome ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748251650}},"pad:IVOA_Nov24_DAL:revs:5338":{"changeset":"Z:9sp>1|5y=9ow=6*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748252154}},"pad:IVOA_Nov24_DAL:revs:5339":{"changeset":"Z:9sq>4|5y=9ow=7*7+4$rovi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748252626}},"pad:IVOA_Nov24_DAL:revs:5340":{"changeset":"Z:9su>2|5y=9ow=b*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748253133}},"pad:IVOA_Nov24_DAL:revs:5341":{"changeset":"Z:9sw>3|5y=9ow=d*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748253643}},"pad:IVOA_Nov24_DAL:revs:5342":{"changeset":"Z:9sz>2|5y=9ow=g*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748254143}},"pad:IVOA_Nov24_DAL:revs:5343":{"changeset":"Z:9t1>2|5y=9ow=i*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748254646}},"pad:IVOA_Nov24_DAL:revs:5344":{"changeset":"Z:9t3>3|5y=9ow=k*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748255148}},"pad:IVOA_Nov24_DAL:revs:5345":{"changeset":"Z:9t6>4|5y=9ow=n*7+4$ete ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748255646}},"pad:IVOA_Nov24_DAL:revs:5346":{"changeset":"Z:9ta>5|5y=9ow=r*7+5$table","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748256238}},"pad:IVOA_Nov24_DAL:revs:5347":{"changeset":"Z:9tf>1|5y=9ow=w*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748256731}},"pad:IVOA_Nov24_DAL:revs:5348":{"changeset":"Z:9tg>2|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1=w*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748257169}},"pad:IVOA_Nov24_DAL:revs:5349":{"changeset":"Z:9ti>1|5z=9pu=1*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748262236}},"pad:IVOA_Nov24_DAL:revs:5350":{"changeset":"Z:9tj>3|5z=9pu=2*7+3$pen","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748262739}},"pad:IVOA_Nov24_DAL:revs:5351":{"changeset":"Z:9tm>1|5z=9pu=5*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748263254}},"pad:IVOA_Nov24_DAL:revs:5352":{"changeset":"Z:9tn>2|5z=9pu=6*7+2$PI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748263742}},"pad:IVOA_Nov24_DAL:revs:5353":{"changeset":"Z:9tp<2|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1=5-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748264344}},"pad:IVOA_Nov24_DAL:revs:5354":{"changeset":"Z:9tn>1|5z=9pu=6*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748264843}},"pad:IVOA_Nov24_DAL:revs:5355":{"changeset":"Z:9to>2|5z=9pu=7*7+2$I ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748265344}},"pad:IVOA_Nov24_DAL:revs:5356":{"changeset":"Z:9tq>3|5z=9pu=9*7+3$/ P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748265845}},"pad:IVOA_Nov24_DAL:revs:5357":{"changeset":"Z:9tt>1|5z=9pu=c*7+1$3","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748266370}},"pad:IVOA_Nov24_DAL:revs:5358":{"changeset":"Z:9tu>1|5z=9pu=d*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748267245}},"pad:IVOA_Nov24_DAL:revs:5359":{"changeset":"Z:9tv>0|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1=c-1*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748267747}},"pad:IVOA_Nov24_DAL:revs:5360":{"changeset":"Z:9tv>2|5z=9pu=e*7+2$? ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748268246}},"pad:IVOA_Nov24_DAL:revs:5361":{"changeset":"Z:9tx>1|5z=9pu=g*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748268747}},"pad:IVOA_Nov24_DAL:revs:5362":{"changeset":"Z:9ty<2|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1=e-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748269248}},"pad:IVOA_Nov24_DAL:revs:5363":{"changeset":"Z:9tw>1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1=d-1*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748269747}},"pad:IVOA_Nov24_DAL:revs:5364":{"changeset":"Z:9tx>2|5z=9pu=g*7+2$ho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748270251}},"pad:IVOA_Nov24_DAL:revs:5365":{"changeset":"Z:9tz>5|5z=9pu=i*7+5$w to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748270751}},"pad:IVOA_Nov24_DAL:revs:5366":{"changeset":"Z:9u4>5|5z=9pu=n*7+5$make ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748271251}},"pad:IVOA_Nov24_DAL:revs:5367":{"changeset":"Z:9u9>4|5z=9pu=s*7+4$endp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748271750}},"pad:IVOA_Nov24_DAL:revs:5368":{"changeset":"Z:9ud>4|5z=9pu=w*7+4$oint","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748272250}},"pad:IVOA_Nov24_DAL:revs:5369":{"changeset":"Z:9uh>3|5z=9pu=10*7+3$s o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748272754}},"pad:IVOA_Nov24_DAL:revs:5370":{"changeset":"Z:9uk>3|5z=9pu=13*7+3$pti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748273254}},"pad:IVOA_Nov24_DAL:revs:5371":{"changeset":"Z:9un>4|5z=9pu=16*7+4$onal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748273755}},"pad:IVOA_Nov24_DAL:revs:5372":{"changeset":"Z:9ur>1|5z=9pu=1a*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748274262}},"pad:IVOA_Nov24_DAL:revs:5373":{"changeset":"Z:9us<1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1=19-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748274758}},"pad:IVOA_Nov24_DAL:revs:5374":{"changeset":"Z:9ur>3|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1=19*7|1+2*7*2*d*3*c+1$?\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748275359}},"pad:IVOA_Nov24_DAL:revs:5375":{"changeset":"Z:9uu>0|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1|1=1b*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748275959}},"pad:IVOA_Nov24_DAL:revs:5376":{"changeset":"Z:9uu<1|60=9r6-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748277870}},"pad:IVOA_Nov24_DAL:revs:5377":{"changeset":"Z:9ut<1|5s=9b4*9=1|1=3c*9=1|1=1i*a=1|1=2k*b=1|1=3f*a=1|1=1l*9=1|1=18*a=1|1=x*b=1=1a|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748278370}},"pad:IVOA_Nov24_DAL:revs:5378":{"changeset":"Z:9us>1|61=9r7=c*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748279567}},"pad:IVOA_Nov24_DAL:revs:5379":{"changeset":"Z:9ut>1|62=9rk*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748280070}},"pad:IVOA_Nov24_DAL:revs:5380":{"changeset":"Z:9uu>1|63=9rl*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748282776}},"pad:IVOA_Nov24_DAL:revs:5381":{"changeset":"Z:9uv>1|63=9rl=1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748283384}},"pad:IVOA_Nov24_DAL:revs:5382":{"changeset":"Z:9uw>3|63=9rl=2*7+3$Cre","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748283977}},"pad:IVOA_Nov24_DAL:revs:5383":{"changeset":"Z:9uz>3|63=9rl=5*7+3$ate","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748284478}},"pad:IVOA_Nov24_DAL:revs:5384":{"changeset":"Z:9v2>4|63=9rl=8*7+4$ / d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748284978}},"pad:IVOA_Nov24_DAL:revs:5385":{"changeset":"Z:9v6>3|63=9rl=c*7+3$rop","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748285480}},"pad:IVOA_Nov24_DAL:revs:5386":{"changeset":"Z:9v9>4|63=9rl=f*7+4$ ind","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748285990}},"pad:IVOA_Nov24_DAL:revs:5387":{"changeset":"Z:9vd>2|63=9rl=j*7+2$ex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748286581}},"pad:IVOA_Nov24_DAL:revs:5388":{"changeset":"Z:9vf>2|63=9rl*9=1=k*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748287089}},"pad:IVOA_Nov24_DAL:revs:5389":{"changeset":"Z:9vh>0|63=9rl*9=1|1=l*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748287627}},"pad:IVOA_Nov24_DAL:revs:5390":{"changeset":"Z:9vh>1|64=9s7=1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748288192}},"pad:IVOA_Nov24_DAL:revs:5391":{"changeset":"Z:9vi>3|64=9s7=2*7+3$syn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748288697}},"pad:IVOA_Nov24_DAL:revs:5392":{"changeset":"Z:9vl>2|64=9s7=5*7+2$c ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748289196}},"pad:IVOA_Nov24_DAL:revs:5393":{"changeset":"Z:9vn>1|64=9s7=7*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748290289}},"pad:IVOA_Nov24_DAL:revs:5394":{"changeset":"Z:9vo>2|64=9s7=8*7+2$WS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748290789}},"pad:IVOA_Nov24_DAL:revs:5395":{"changeset":"Z:9vq>3|64=9s7=a*7+3$ jo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748291389}},"pad:IVOA_Nov24_DAL:revs:5396":{"changeset":"Z:9vt>5|64=9s7=d*7+5$b in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748291888}},"pad:IVOA_Nov24_DAL:revs:5397":{"changeset":"Z:9vy>2|64=9s7=i*7+2$yo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748292392}},"pad:IVOA_Nov24_DAL:revs:5398":{"changeset":"Z:9w0>3|64=9s7=k*7+3$uca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748292898}},"pad:IVOA_Nov24_DAL:revs:5399":{"changeset":"Z:9w3>3|63=9rl*9=1|1=l*9=1=m*7|1+2*7*2*d*3*a+1$t\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748293426}},"pad:IVOA_Nov24_DAL:revs:5400":{"changeset":"Z:9w6>0|63=9rl*9=1|1=l*9=1|1=o*8*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748295593,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*\n\nstretch goals\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|2+2*7+d*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5401":{"changeset":"Z:9w6>1|65=9sw=1*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748296295}},"pad:IVOA_Nov24_DAL:revs:5402":{"changeset":"Z:9w7>4|65=9sw=2*7+4$rant","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748296915}},"pad:IVOA_Nov24_DAL:revs:5403":{"changeset":"Z:9wb>1|65=9sw=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748297410}},"pad:IVOA_Nov24_DAL:revs:5404":{"changeset":"Z:9wc>4|65=9sw=7*7+4$/ er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748297895}},"pad:IVOA_Nov24_DAL:revs:5405":{"changeset":"Z:9wg<2|63=9rl*9=1|1=l*9=1|1=o*a=1=8-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748298396}},"pad:IVOA_Nov24_DAL:revs:5406":{"changeset":"Z:9we>4|65=9sw=9*7+4$revo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748298898}},"pad:IVOA_Nov24_DAL:revs:5407":{"changeset":"Z:9wi>3|65=9sw=d*7+3$ke ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748299402}},"pad:IVOA_Nov24_DAL:revs:5408":{"changeset":"Z:9wl>5|65=9sw=g*7+5$permi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748299900}},"pad:IVOA_Nov24_DAL:revs:5409":{"changeset":"Z:9wq>4|65=9sw=l*7+4$ssio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748300438}},"pad:IVOA_Nov24_DAL:revs:5410":{"changeset":"Z:9wu>2|65=9sw=p*7+2$ns","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748300938}},"pad:IVOA_Nov24_DAL:revs:5411":{"changeset":"Z:9ww>2|63=9rl*9=1|1=l*9=1|1=o*a=1=q*7|1+1*7*2*8*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748301703}},"pad:IVOA_Nov24_DAL:revs:5412":{"changeset":"Z:9wy>0|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748302605}},"pad:IVOA_Nov24_DAL:revs:5413":{"changeset":"Z:9wy>1|66=9to=1*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748304713}},"pad:IVOA_Nov24_DAL:revs:5414":{"changeset":"Z:9wz>3|66=9to=2*7+3$llo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748305213}},"pad:IVOA_Nov24_DAL:revs:5415":{"changeset":"Z:9x2>4|66=9to=5*7+4$cati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748305706}},"pad:IVOA_Nov24_DAL:revs:5416":{"changeset":"Z:9x6>4|66=9to=9*7+4$on i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748306206}},"pad:IVOA_Nov24_DAL:revs:5417":{"changeset":"Z:9xa>4|66=9to=d*7+4$s a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748306707}},"pad:IVOA_Nov24_DAL:revs:5418":{"changeset":"Z:9xe>2|66=9to=h*7+2$ch","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748307208}},"pad:IVOA_Nov24_DAL:revs:5419":{"changeset":"Z:9xg>3|66=9to=j*7+3$ema","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748307708}},"pad:IVOA_Nov24_DAL:revs:5420":{"changeset":"Z:9xj>1|66=9to=m*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748308210}},"pad:IVOA_Nov24_DAL:revs:5421":{"changeset":"Z:9xk>2|66=9to=n*7+2$ow","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748308710}},"pad:IVOA_Nov24_DAL:revs:5422":{"changeset":"Z:9xm>1|66=9to=p*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748309414}},"pad:IVOA_Nov24_DAL:revs:5423":{"changeset":"Z:9xn>1|66=9to=q*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748310128}},"pad:IVOA_Nov24_DAL:revs:5424":{"changeset":"Z:9xo>4|66=9to=r*7+4$d by","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748310635}},"pad:IVOA_Nov24_DAL:revs:5425":{"changeset":"Z:9xs>4|66=9to=v*7+4$ a u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748311248}},"pad:IVOA_Nov24_DAL:revs:5426":{"changeset":"Z:9xw>3|66=9to=z*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748311718}},"pad:IVOA_Nov24_DAL:revs:5427":{"changeset":"Z:9xz>1|66=9to=12*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748318540}},"pad:IVOA_Nov24_DAL:revs:5428":{"changeset":"Z:9y0<1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1=11-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748319467}},"pad:IVOA_Nov24_DAL:revs:5429":{"changeset":"Z:9xz>1|66=9to=h*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748320541}},"pad:IVOA_Nov24_DAL:revs:5430":{"changeset":"Z:9y0>1|66=9to=13*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748323641}},"pad:IVOA_Nov24_DAL:revs:5431":{"changeset":"Z:9y1>2|66=9to=14*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748324142}},"pad:IVOA_Nov24_DAL:revs:5432":{"changeset":"Z:9y3>1|66=9to=16*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748325042}},"pad:IVOA_Nov24_DAL:revs:5433":{"changeset":"Z:9y4>3|66=9to=17*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748325543}},"pad:IVOA_Nov24_DAL:revs:5434":{"changeset":"Z:9y7>1|66=9to=1a*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748326043}},"pad:IVOA_Nov24_DAL:revs:5435":{"changeset":"Z:9y8>4|66=9to=1b*7+4$ment","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748326549}},"pad:IVOA_Nov24_DAL:revs:5436":{"changeset":"Z:9yc>5|66=9to=1f*7+5$ed an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748327145}},"pad:IVOA_Nov24_DAL:revs:5437":{"changeset":"Z:9yh>3|66=9to=1k*7+3$ ex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748327648}},"pad:IVOA_Nov24_DAL:revs:5438":{"changeset":"Z:9yk>3|66=9to=1n*7+3$ten","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748328146}},"pad:IVOA_Nov24_DAL:revs:5439":{"changeset":"Z:9yn>4|66=9to=1q*7+4$sion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748328643}},"pad:IVOA_Nov24_DAL:revs:5440":{"changeset":"Z:9yr>4|66=9to=1u*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748329148}},"pad:IVOA_Nov24_DAL:revs:5441":{"changeset":"Z:9yv>2|66=9to=1y*7+2$TA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748329674}},"pad:IVOA_Nov24_DAL:revs:5442":{"changeset":"Z:9yx>4|66=9to=20*7+4$P_SC","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748330175}},"pad:IVOA_Nov24_DAL:revs:5443":{"changeset":"Z:9z1>2|66=9to=24*7+2$HE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748330675}},"pad:IVOA_Nov24_DAL:revs:5444":{"changeset":"Z:9z3>3|66=9to=26*7+3$MA,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748331173}},"pad:IVOA_Nov24_DAL:revs:5445":{"changeset":"Z:9z6>1|66=9to=29*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748331668}},"pad:IVOA_Nov24_DAL:revs:5446":{"changeset":"Z:9z7>1|66=9to=2a*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748332270}},"pad:IVOA_Nov24_DAL:revs:5447":{"changeset":"Z:9z8<1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1=29-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748334879}},"pad:IVOA_Nov24_DAL:revs:5448":{"changeset":"Z:9z7>2|66=9to=2a*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748335369}},"pad:IVOA_Nov24_DAL:revs:5449":{"changeset":"Z:9z9>1|66=9to=2c*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748335872}},"pad:IVOA_Nov24_DAL:revs:5450":{"changeset":"Z:9za>2|66=9to=2d*7+2$it","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748336352}},"pad:IVOA_Nov24_DAL:revs:5451":{"changeset":"Z:9zc>5|66=9to=2f*7+5$ional","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748336852}},"pad:IVOA_Nov24_DAL:revs:5452":{"changeset":"Z:9zh>1|66=9to=2k*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748337353}},"pad:IVOA_Nov24_DAL:revs:5453":{"changeset":"Z:9zi>4|66=9to=2l*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748337854}},"pad:IVOA_Nov24_DAL:revs:5454":{"changeset":"Z:9zm>1|66=9to=2p*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748338660}},"pad:IVOA_Nov24_DAL:revs:5455":{"changeset":"Z:9zn>1|66=9to=2q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748339164}},"pad:IVOA_Nov24_DAL:revs:5456":{"changeset":"Z:9zo>1|66=9to=2r*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748339759}},"pad:IVOA_Nov24_DAL:revs:5457":{"changeset":"Z:9zp>3|66=9to=2s*7+3$non","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748340357}},"pad:IVOA_Nov24_DAL:revs:5458":{"changeset":"Z:9zs>2|66=9to=2v*7+2$ r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748340873}},"pad:IVOA_Nov24_DAL:revs:5459":{"changeset":"Z:9zu>3|66=9to=2x*7+3$ead","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748341358}},"pad:IVOA_Nov24_DAL:revs:5460":{"changeset":"Z:9zx>2|66=9to=30*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748341858}},"pad:IVOA_Nov24_DAL:revs:5461":{"changeset":"Z:9zz>1|66=9to=32*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748345161}},"pad:IVOA_Nov24_DAL:revs:5462":{"changeset":"Z:a00>2|66=9to=33*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748345662}},"pad:IVOA_Nov24_DAL:revs:5463":{"changeset":"Z:a02>1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1=33-1*7+2$ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748346164}},"pad:IVOA_Nov24_DAL:revs:5464":{"changeset":"Z:a03>2|66=9to=36*7+2$/w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748346664}},"pad:IVOA_Nov24_DAL:revs:5465":{"changeset":"Z:a05>4|66=9to=38*7+4$rite","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748347264}},"pad:IVOA_Nov24_DAL:revs:5466":{"changeset":"Z:a09>1|66=9to=3c*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748347766}},"pad:IVOA_Nov24_DAL:revs:5467":{"changeset":"Z:a0a>3|66=9to=3d*7+3$gro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748348365}},"pad:IVOA_Nov24_DAL:revs:5468":{"changeset":"Z:a0d>4|66=9to=3g*7+4$ups ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748348865}},"pad:IVOA_Nov24_DAL:revs:5469":{"changeset":"Z:a0h>5|66=9to=3k*7+5$all s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748349366}},"pad:IVOA_Nov24_DAL:revs:5470":{"changeset":"Z:a0m>5|66=9to=3p*7+5$tore ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748349866}},"pad:IVOA_Nov24_DAL:revs:5471":{"changeset":"Z:a0r>4|66=9to=3u*7+4$in t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748350367}},"pad:IVOA_Nov24_DAL:revs:5472":{"changeset":"Z:a0v>3|66=9to=3y*7+3$he ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748350867}},"pad:IVOA_Nov24_DAL:revs:5473":{"changeset":"Z:a0y>1|66=9to=41*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748351467}},"pad:IVOA_Nov24_DAL:revs:5474":{"changeset":"Z:a0z>2|66=9to=42*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748351969}},"pad:IVOA_Nov24_DAL:revs:5475":{"changeset":"Z:a11>3|66=9to=44*7+3$_SC","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748352468}},"pad:IVOA_Nov24_DAL:revs:5476":{"changeset":"Z:a14>2|66=9to=47*7+2$HE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748352968}},"pad:IVOA_Nov24_DAL:revs:5477":{"changeset":"Z:a16>1|66=9to=49*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748353470}},"pad:IVOA_Nov24_DAL:revs:5478":{"changeset":"Z:a17>0|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1=48-1*7+1$<","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748353975}},"pad:IVOA_Nov24_DAL:revs:5479":{"changeset":"Z:a17<1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1=48-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748354470}},"pad:IVOA_Nov24_DAL:revs:5480":{"changeset":"Z:a16>1|66=9to=49*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748354978}},"pad:IVOA_Nov24_DAL:revs:5481":{"changeset":"Z:a17>1|66=9to=4a*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748355483}},"pad:IVOA_Nov24_DAL:revs:5482":{"changeset":"Z:a18>2|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1=4a*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748358679}},"pad:IVOA_Nov24_DAL:revs:5483":{"changeset":"Z:a1a>0|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748360477}},"pad:IVOA_Nov24_DAL:revs:5484":{"changeset":"Z:a1a>1|67=9y0=1*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748361003}},"pad:IVOA_Nov24_DAL:revs:5485":{"changeset":"Z:a1b>4|67=9y0=2*7+4$ostl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748361480}},"pad:IVOA_Nov24_DAL:revs:5486":{"changeset":"Z:a1f>6|67=9y0=6*7+6$y for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748361981}},"pad:IVOA_Nov24_DAL:revs:5487":{"changeset":"Z:a1l>3|67=9y0=c*7+3$pro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748362483}},"pad:IVOA_Nov24_DAL:revs:5488":{"changeset":"Z:a1o>3|67=9y0=f*7+3$jec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748362984}},"pad:IVOA_Nov24_DAL:revs:5489":{"changeset":"Z:a1r>3|67=9y0=i*7+3$t c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748363485}},"pad:IVOA_Nov24_DAL:revs:5490":{"changeset":"Z:a1u>4|67=9y0=l*7+4$olla","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748363986}},"pad:IVOA_Nov24_DAL:revs:5491":{"changeset":"Z:a1y>3|67=9y0=p*7+3$b /","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748364585}},"pad:IVOA_Nov24_DAL:revs:5492":{"changeset":"Z:a21>3|67=9y0=s*7+3$ sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748365084}},"pad:IVOA_Nov24_DAL:revs:5493":{"changeset":"Z:a24>5|67=9y0=v*7+5$aring","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748366086}},"pad:IVOA_Nov24_DAL:revs:5494":{"changeset":"Z:a29>2|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1=z*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748368798}},"pad:IVOA_Nov24_DAL:revs:5495":{"changeset":"Z:a2b>0|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1|1=10*d*a=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748369291}},"pad:IVOA_Nov24_DAL:revs:5496":{"changeset":"Z:a2b>0|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1|1=10*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748369991}},"pad:IVOA_Nov24_DAL:revs:5497":{"changeset":"Z:a2b>1|68=9z1=1*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748371897}},"pad:IVOA_Nov24_DAL:revs:5498":{"changeset":"Z:a2c>2|68=9z1=2*7+2$ec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748372399}},"pad:IVOA_Nov24_DAL:revs:5499":{"changeset":"Z:a2e>1|68=9z1=4*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748372894}},"pad:IVOA_Nov24_DAL:revs:5500":{"changeset":"Z:a2f>3|68=9z1=5*7+3$ssa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748373418,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessa\n\nstretch goals\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|2+9*7+d*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5501":{"changeset":"Z:a2i>3|68=9z1=8*7+3$ry ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748373927}},"pad:IVOA_Nov24_DAL:revs:5502":{"changeset":"Z:a2l<1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1|1=10*b=1=9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748374425}},"pad:IVOA_Nov24_DAL:revs:5503":{"changeset":"Z:a2k>3|68=9z1=a*7+3$ (p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748374929}},"pad:IVOA_Nov24_DAL:revs:5504":{"changeset":"Z:a2n>4|68=9z1=d*7+4$roba","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748375495}},"pad:IVOA_Nov24_DAL:revs:5505":{"changeset":"Z:a2r>3|68=9z1=h*7+3$bly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748376024}},"pad:IVOA_Nov24_DAL:revs:5506":{"changeset":"Z:a2u>2|68=9z1=k*7+2$0 ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748376525}},"pad:IVOA_Nov24_DAL:revs:5507":{"changeset":"Z:a2w<1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1|1=10*b=1=j-2*7+1$_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748376997}},"pad:IVOA_Nov24_DAL:revs:5508":{"changeset":"Z:a2v>1|68=9z1=l*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748377496}},"pad:IVOA_Nov24_DAL:revs:5509":{"changeset":"Z:a2w<1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1|1=10*b=1=k-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748377996}},"pad:IVOA_Nov24_DAL:revs:5510":{"changeset":"Z:a2v>0|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1|1=10*b=1=j-1*7+1$+","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748378999}},"pad:IVOA_Nov24_DAL:revs:5511":{"changeset":"Z:a2v<1|63=9rl*9=1|1=l*9=1|1=o*a=1|1=r*9=1|1=4b*9=1|1=10*b=1=j-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748379499}},"pad:IVOA_Nov24_DAL:revs:5512":{"changeset":"Z:a2u>1|68=9z1=k*7+1$)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748380001}},"pad:IVOA_Nov24_DAL:revs:5513":{"changeset":"Z:a2v>2|68=9z1=l*7+2$ t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748380523}},"pad:IVOA_Nov24_DAL:revs:5514":{"changeset":"Z:a2x>2|68=9z1=n*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748381107}},"pad:IVOA_Nov24_DAL:revs:5515":{"changeset":"Z:a2z>1|68=9z1=p*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748381706}},"pad:IVOA_Nov24_DAL:revs:5516":{"changeset":"Z:a30>3|68=9z1=q*7+3$pda","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748382205}},"pad:IVOA_Nov24_DAL:revs:5517":{"changeset":"Z:a33>4|68=9z1=t*7+4$te t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748382705}},"pad:IVOA_Nov24_DAL:revs:5518":{"changeset":"Z:a37>1|68=9z1=x*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748383205}},"pad:IVOA_Nov24_DAL:revs:5519":{"changeset":"Z:a38>2|68=9z1=y*7+2$p ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748383808}},"pad:IVOA_Nov24_DAL:revs:5520":{"changeset":"Z:a3a>3|68=9z1=10*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748384307}},"pad:IVOA_Nov24_DAL:revs:5521":{"changeset":"Z:a3d>3|68=9z1=13*7+3$spe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748384808}},"pad:IVOA_Nov24_DAL:revs:5522":{"changeset":"Z:a3g>3|68=9z1=16*7+3$cif","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748385309}},"pad:IVOA_Nov24_DAL:revs:5523":{"changeset":"Z:a3j>1|68=9z1=19*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748386009}},"pad:IVOA_Nov24_DAL:revs:5524":{"changeset":"Z:a3k>1|68=9z1=1a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748386508}},"pad:IVOA_Nov24_DAL:revs:5525":{"changeset":"Z:a3l>1|68=9z1=1b*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748388543}},"pad:IVOA_Nov24_DAL:revs:5526":{"changeset":"Z:a3m>3|68=9z1=1c*7+3$nde","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748389037}},"pad:IVOA_Nov24_DAL:revs:5527":{"changeset":"Z:a3p>1|68=9z1=1f*7+1$x","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748389513}},"pad:IVOA_Nov24_DAL:revs:5528":{"changeset":"Z:a3q>1|68=9z1=1g*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748391719}},"pad:IVOA_Nov24_DAL:revs:5529":{"changeset":"Z:a3r>2|68=9z1=1h*7+2$jo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748392218}},"pad:IVOA_Nov24_DAL:revs:5530":{"changeset":"Z:a3t>2|68=9z1=1j*7+2$bs","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748392717}},"pad:IVOA_Nov24_DAL:revs:5531":{"changeset":"Z:a3v>2|68=9z1=1l*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748393218}},"pad:IVOA_Nov24_DAL:revs:5532":{"changeset":"Z:a3x>1|68=9z1=1n*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748395524}},"pad:IVOA_Nov24_DAL:revs:5533":{"changeset":"Z:a3y>4|68=9z1=1o*7+4$usto","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748395927}},"pad:IVOA_Nov24_DAL:revs:5534":{"changeset":"Z:a42>2|68=9z1=1s*7+2$m ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748396533}},"pad:IVOA_Nov24_DAL:revs:5535":{"changeset":"Z:a44>1|68=9z1=1u*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748397622}},"pad:IVOA_Nov24_DAL:revs:5536":{"changeset":"Z:a45>3|68=9z1=1v*7+3$ndp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748398123}},"pad:IVOA_Nov24_DAL:revs:5537":{"changeset":"Z:a48>5|68=9z1=1y*7+5$oint ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748398623}},"pad:IVOA_Nov24_DAL:revs:5538":{"changeset":"Z:a4d>5|68=9z1=23*7+5$for s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748399125}},"pad:IVOA_Nov24_DAL:revs:5539":{"changeset":"Z:a4i>3|68=9z1=28*7+3$ett","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748399626}},"pad:IVOA_Nov24_DAL:revs:5540":{"changeset":"Z:a4l>4|68=9z1=2b*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748400235}},"pad:IVOA_Nov24_DAL:revs:5541":{"changeset":"Z:a4p>1|68=9z1=2f*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748401128}},"pad:IVOA_Nov24_DAL:revs:5542":{"changeset":"Z:a4q>2|68=9z1=2g*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748401629}},"pad:IVOA_Nov24_DAL:revs:5543":{"changeset":"Z:a4s>3|68=9z1=2i*7+3$mis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748402233}},"pad:IVOA_Nov24_DAL:revs:5544":{"changeset":"Z:a4v>4|68=9z1=2l*7+4$sion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748402630}},"pad:IVOA_Nov24_DAL:revs:5545":{"changeset":"Z:a4z>3|68=9z1=2p*7+3$s (","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748403230}},"pad:IVOA_Nov24_DAL:revs:5546":{"changeset":"Z:a52>1|68=9z1=2s*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748403732}},"pad:IVOA_Nov24_DAL:revs:5547":{"changeset":"Z:a53>4|68=9z1=2t*7+4$ptio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748404232}},"pad:IVOA_Nov24_DAL:revs:5548":{"changeset":"Z:a57>3|68=9z1=2x*7+3$nal","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748404736}},"pad:IVOA_Nov24_DAL:revs:5549":{"changeset":"Z:a5a>1|68=9z1=30*7+1$)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748405635}},"pad:IVOA_Nov24_DAL:revs:5550":{"changeset":"Z:a5b>1|6a=a24=d*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748409545}},"pad:IVOA_Nov24_DAL:revs:5551":{"changeset":"Z:a5c>1|6b=a2i*7*2*8*3*9+1$*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748410546}},"pad:IVOA_Nov24_DAL:revs:5552":{"changeset":"Z:a5d>1|6b=a2i=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748411149}},"pad:IVOA_Nov24_DAL:revs:5553":{"changeset":"Z:a5e>3|6b=a2i=2*7+3$llo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748411652}},"pad:IVOA_Nov24_DAL:revs:5554":{"changeset":"Z:a5h>5|6b=a2i=5*7+5$w use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748412150}},"pad:IVOA_Nov24_DAL:revs:5555":{"changeset":"Z:a5m>5|6b=a2i=a*7+5$rs to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748412651}},"pad:IVOA_Nov24_DAL:revs:5556":{"changeset":"Z:a5r>2|6b=a2i=f*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748413153}},"pad:IVOA_Nov24_DAL:revs:5557":{"changeset":"Z:a5t>2|6b=a2i=h*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748413653}},"pad:IVOA_Nov24_DAL:revs:5558":{"changeset":"Z:a5v<1|6b=a2i*9=1=h-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748414558}},"pad:IVOA_Nov24_DAL:revs:5559":{"changeset":"Z:a5u>4|6b=a2i=i*7+4$tach","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748415054}},"pad:IVOA_Nov24_DAL:revs:5560":{"changeset":"Z:a5y>4|6b=a2i=m*7+4$ ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748415550}},"pad:IVOA_Nov24_DAL:revs:5561":{"changeset":"Z:a62>4|6b=a2i=q*7+4$vice","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748416050}},"pad:IVOA_Nov24_DAL:revs:5562":{"changeset":"Z:a66>3|6b=a2i=u*7+3$ de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748416578}},"pad:IVOA_Nov24_DAL:revs:5563":{"changeset":"Z:a69>1|6b=a2i=x*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748417077}},"pad:IVOA_Nov24_DAL:revs:5564":{"changeset":"Z:a6a>3|6b=a2i=y*7+3$cri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748417582}},"pad:IVOA_Nov24_DAL:revs:5565":{"changeset":"Z:a6d>2|6b=a2i=11*7+2$pt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748418076}},"pad:IVOA_Nov24_DAL:revs:5566":{"changeset":"Z:a6f>4|6b=a2i=13*7+4$ors ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748418583}},"pad:IVOA_Nov24_DAL:revs:5567":{"changeset":"Z:a6j>3|6b=a2i=17*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748419074}},"pad:IVOA_Nov24_DAL:revs:5568":{"changeset":"Z:a6m>1|6b=a2i=1a*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748419856}},"pad:IVOA_Nov24_DAL:revs:5569":{"changeset":"Z:a6n>1|6b=a2i=1b*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748420359}},"pad:IVOA_Nov24_DAL:revs:5570":{"changeset":"Z:a6o>4|6b=a2i=1c*7+4$bles","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748420959}},"pad:IVOA_Nov24_DAL:revs:5571":{"changeset":"Z:a6s>1|6b=a2i=1g*7+1$=","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748422770}},"pad:IVOA_Nov24_DAL:revs:5572":{"changeset":"Z:a6t<3|6b=a2i*9=1=1d-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748423270}},"pad:IVOA_Nov24_DAL:revs:5573":{"changeset":"Z:a6q<3|6b=a2i*9=1=1a-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748423865}},"pad:IVOA_Nov24_DAL:revs:5574":{"changeset":"Z:a6n>1|6b=a2i*9=1=19-1*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748424274}},"pad:IVOA_Nov24_DAL:revs:5575":{"changeset":"Z:a6o>3|6b=a2i=1c*7+3$lum","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748424769}},"pad:IVOA_Nov24_DAL:revs:5576":{"changeset":"Z:a6r>3|6b=a2i=1f*7+3$ns ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748425298}},"pad:IVOA_Nov24_DAL:revs:5577":{"changeset":"Z:a6u>2|6b=a2i=1i*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748425792}},"pad:IVOA_Nov24_DAL:revs:5578":{"changeset":"Z:a6w>4|6b=a2i=1k*7+4$ exp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748426397}},"pad:IVOA_Nov24_DAL:revs:5579":{"changeset":"Z:a70>5|6b=a2i=1o*7+5$lorat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748426902}},"pad:IVOA_Nov24_DAL:revs:5580":{"changeset":"Z:a75>3|6b=a2i=1t*7+3$ory","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748427371}},"pad:IVOA_Nov24_DAL:revs:5581":{"changeset":"Z:a78>3|6b=a2i=1w*7+3$ wo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748427876}},"pad:IVOA_Nov24_DAL:revs:5582":{"changeset":"Z:a7b>3|6b=a2i=1z*7+3$rk,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748428381}},"pad:IVOA_Nov24_DAL:revs:5583":{"changeset":"Z:a7e<1|6b=a2i*9=1=20-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748428886}},"pad:IVOA_Nov24_DAL:revs:5584":{"changeset":"Z:a7d>2|6b=a2i=21*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748429388}},"pad:IVOA_Nov24_DAL:revs:5585":{"changeset":"Z:a7f>4|6b=a2i=23*7+4$repo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748429890}},"pad:IVOA_Nov24_DAL:revs:5586":{"changeset":"Z:a7j>3|6b=a2i=27*7+3$rt ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748430414}},"pad:IVOA_Nov24_DAL:revs:5587":{"changeset":"Z:a7m>4|6b=a2i=2a*7+4$back","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748430905}},"pad:IVOA_Nov24_DAL:revs:5588":{"changeset":"Z:a7q>2|6b=a2i=2e*7+2$a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748431407}},"pad:IVOA_Nov24_DAL:revs:5589":{"changeset":"Z:a7s>1|6b=a2i=2g*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748432084}},"pad:IVOA_Nov24_DAL:revs:5590":{"changeset":"Z:a7t>1|6b=a2i=2h*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748432588}},"pad:IVOA_Nov24_DAL:revs:5591":{"changeset":"Z:a7u>3|6b=a2i=2i*7+3$nex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748433215}},"pad:IVOA_Nov24_DAL:revs:5592":{"changeset":"Z:a7x>5|6b=a2i=2l*7+5$t int","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748433712}},"pad:IVOA_Nov24_DAL:revs:5593":{"changeset":"Z:a82>2|6b=a2i=2q*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748434213}},"pad:IVOA_Nov24_DAL:revs:5594":{"changeset":"Z:a84>2|6b=a2i=2s*7+2$op","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748434713}},"pad:IVOA_Nov24_DAL:revs:5595":{"changeset":"Z:a86>2|6b=a2i*9=1=2t*7|1+1*7*2*8*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748435186}},"pad:IVOA_Nov24_DAL:revs:5596":{"changeset":"Z:a88>1|6c=a5d=1*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748439099}},"pad:IVOA_Nov24_DAL:revs:5597":{"changeset":"Z:a89>3|6c=a5d=2*7+3$ubl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748439600}},"pad:IVOA_Nov24_DAL:revs:5598":{"changeset":"Z:a8c>4|6c=a5d=5*7+4$ishi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748440101}},"pad:IVOA_Nov24_DAL:revs:5599":{"changeset":"Z:a8g>4|6c=a5d=9*7+4$ng t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748440602}},"pad:IVOA_Nov24_DAL:revs:5600":{"changeset":"Z:a8k>3|6c=a5d=d*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748441195,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tabl\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7+f*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5601":{"changeset":"Z:a8n>4|6c=a5d=g*7+4$es: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748441694}},"pad:IVOA_Nov24_DAL:revs:5602":{"changeset":"Z:a8r>1|6c=a5d=k*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748445499}},"pad:IVOA_Nov24_DAL:revs:5603":{"changeset":"Z:a8s>4|6c=a5d=l*7+4$ake ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748446002}},"pad:IVOA_Nov24_DAL:revs:5604":{"changeset":"Z:a8w>2|6c=a5d=p*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748446502}},"pad:IVOA_Nov24_DAL:revs:5605":{"changeset":"Z:a8y>2|6c=a5d=r*7+2$bl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748447003}},"pad:IVOA_Nov24_DAL:revs:5606":{"changeset":"Z:a90>2|6c=a5d=t*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748447514}},"pad:IVOA_Nov24_DAL:revs:5607":{"changeset":"Z:a92>2|6c=a5d=v*7+2$vi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748448108}},"pad:IVOA_Nov24_DAL:revs:5608":{"changeset":"Z:a94>3|6c=a5d=x*7+3$sib","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748448613}},"pad:IVOA_Nov24_DAL:revs:5609":{"changeset":"Z:a97>2|6c=a5d=10*7+2$le","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748449110}},"pad:IVOA_Nov24_DAL:revs:5610":{"changeset":"Z:a99>4|6c=a5d=12*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748449612}},"pad:IVOA_Nov24_DAL:revs:5611":{"changeset":"Z:a9d>3|6c=a5d=16*7+3$reg","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748450113}},"pad:IVOA_Nov24_DAL:revs:5612":{"changeset":"Z:a9g>3|6c=a5d=19*7+3$ist","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748450611}},"pad:IVOA_Nov24_DAL:revs:5613":{"changeset":"Z:a9j>2|6c=a5d=1c*7+2$ry","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748451112}},"pad:IVOA_Nov24_DAL:revs:5614":{"changeset":"Z:a9l>2|6c=a5d=1e*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748451614}},"pad:IVOA_Nov24_DAL:revs:5615":{"changeset":"Z:a9n>3|6c=a5d=1g*7+3$ear","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748452211}},"pad:IVOA_Nov24_DAL:revs:5616":{"changeset":"Z:a9q>4|6b=a2i*9=1|1=2u*a=1=1i*7|1+3*7*2*8*3*b+1$ch\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748452712}},"pad:IVOA_Nov24_DAL:revs:5617":{"changeset":"Z:a9u>0|6b=a2i*9=1|1=2u*a=1|1=1l*d*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748453212}},"pad:IVOA_Nov24_DAL:revs:5618":{"changeset":"Z:a9u>1|6d=a6z=1*7+1$B","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748453714}},"pad:IVOA_Nov24_DAL:revs:5619":{"changeset":"Z:a9v>4|6d=a6z=2*7+4$ecau","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748454216}},"pad:IVOA_Nov24_DAL:revs:5620":{"changeset":"Z:a9z>5|6d=a6z=6*7+5$se th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748454719}},"pad:IVOA_Nov24_DAL:revs:5621":{"changeset":"Z:aa4>3|6d=a6z=b*7+3$ey'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748455216}},"pad:IVOA_Nov24_DAL:revs:5622":{"changeset":"Z:aa7>4|6d=a6z=e*7+4$re a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748455723}},"pad:IVOA_Nov24_DAL:revs:5623":{"changeset":"Z:aab>4|6d=a6z=i*7+4$lrea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748456222}},"pad:IVOA_Nov24_DAL:revs:5624":{"changeset":"Z:aaf>3|6d=a6z=m*7+3$dy ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748456723}},"pad:IVOA_Nov24_DAL:revs:5625":{"changeset":"Z:aai>3|6d=a6z=p*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748457223}},"pad:IVOA_Nov24_DAL:revs:5626":{"changeset":"Z:aal>2|6d=a6z=s*7+2$vo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748457723}},"pad:IVOA_Nov24_DAL:revs:5627":{"changeset":"Z:aan>2|6d=a6z=u*7+2$si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748458224}},"pad:IVOA_Nov24_DAL:revs:5628":{"changeset":"Z:aap>1|6d=a6z=w*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748458824}},"pad:IVOA_Nov24_DAL:revs:5629":{"changeset":"Z:aaq>3|6d=a6z=x*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748459326}},"pad:IVOA_Nov24_DAL:revs:5630":{"changeset":"Z:aat>2|6d=a6z=10*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748459850}},"pad:IVOA_Nov24_DAL:revs:5631":{"changeset":"Z:aav>2|6d=a6z=12*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748460327}},"pad:IVOA_Nov24_DAL:revs:5632":{"changeset":"Z:aax>3|6d=a6z=14*7+3$etc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748460828}},"pad:IVOA_Nov24_DAL:revs:5633":{"changeset":"Z:ab0>2|6d=a6z=17*7+2$. ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748461329}},"pad:IVOA_Nov24_DAL:revs:5634":{"changeset":"Z:ab2>1|6d=a6z=19*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748461830}},"pad:IVOA_Nov24_DAL:revs:5635":{"changeset":"Z:ab3>4|6d=a6z=1a*7+4$xist","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748462334}},"pad:IVOA_Nov24_DAL:revs:5636":{"changeset":"Z:ab7>5|6d=a6z=1e*7+5$ing c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748462833}},"pad:IVOA_Nov24_DAL:revs:5637":{"changeset":"Z:abc>5|6d=a6z=1j*7+5$lient","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748463333}},"pad:IVOA_Nov24_DAL:revs:5638":{"changeset":"Z:abh>3|6d=a6z=1o*7+3$s c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748463943}},"pad:IVOA_Nov24_DAL:revs:5639":{"changeset":"Z:abk>2|6d=a6z=1r*7+2$ou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748464442}},"pad:IVOA_Nov24_DAL:revs:5640":{"changeset":"Z:abm>4|6d=a6z=1t*7+4$ld f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748464936}},"pad:IVOA_Nov24_DAL:revs:5641":{"changeset":"Z:abq>3|6d=a6z=1x*7+3$ind","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748465437}},"pad:IVOA_Nov24_DAL:revs:5642":{"changeset":"Z:abt>5|6d=a6z=20*7+5$ them","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748465935}},"pad:IVOA_Nov24_DAL:revs:5643":{"changeset":"Z:aby>2|6b=a2i*9=1|1=2u*a=1|1=1l*9=1=24*7|1+1*7*2*d*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748468941}},"pad:IVOA_Nov24_DAL:revs:5644":{"changeset":"Z:ac0>1|6e=a95=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748472549}},"pad:IVOA_Nov24_DAL:revs:5645":{"changeset":"Z:ac1>2|6e=a95=2*7+2$ l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748473076}},"pad:IVOA_Nov24_DAL:revs:5646":{"changeset":"Z:ac3>5|6e=a95=4*7+5$ot of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748473580}},"pad:IVOA_Nov24_DAL:revs:5647":{"changeset":"Z:ac8>1|6e=a95=9*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748474063}},"pad:IVOA_Nov24_DAL:revs:5648":{"changeset":"Z:ac9>1|6e=a95=a*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748475261}},"pad:IVOA_Nov24_DAL:revs:5649":{"changeset":"Z:aca>4|6e=a95=b*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748475763}},"pad:IVOA_Nov24_DAL:revs:5650":{"changeset":"Z:ace>1|6e=a95=f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748476261}},"pad:IVOA_Nov24_DAL:revs:5651":{"changeset":"Z:acf<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1=e-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748477151}},"pad:IVOA_Nov24_DAL:revs:5652":{"changeset":"Z:ace<3|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1=b-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748477653}},"pad:IVOA_Nov24_DAL:revs:5653":{"changeset":"Z:acb<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1=9-2*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748478154}},"pad:IVOA_Nov24_DAL:revs:5654":{"changeset":"Z:aca>2|6e=a95=b*7+2$A ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748478655}},"pad:IVOA_Nov24_DAL:revs:5655":{"changeset":"Z:acc>4|6e=a95=d*7+4$woul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748479159}},"pad:IVOA_Nov24_DAL:revs:5656":{"changeset":"Z:acg>5|6e=a95=h*7+5$d be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748479656}},"pad:IVOA_Nov24_DAL:revs:5657":{"changeset":"Z:acl>4|6e=a95=m*7+4$requ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748480256}},"pad:IVOA_Nov24_DAL:revs:5658":{"changeset":"Z:acp>5|6e=a95=q*7+5$ired ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748480757}},"pad:IVOA_Nov24_DAL:revs:5659":{"changeset":"Z:acu>3|6e=a95=v*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748481264}},"pad:IVOA_Nov24_DAL:revs:5660":{"changeset":"Z:acx>1|6e=a95=y*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748481757}},"pad:IVOA_Nov24_DAL:revs:5661":{"changeset":"Z:acy>3|6e=a95=z*7+3$tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748482262}},"pad:IVOA_Nov24_DAL:revs:5662":{"changeset":"Z:ad1>3|6e=a95=12*7+3$le ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748482759}},"pad:IVOA_Nov24_DAL:revs:5663":{"changeset":"Z:ad4>5|6e=a95=15*7+5$metad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748483367}},"pad:IVOA_Nov24_DAL:revs:5664":{"changeset":"Z:ad9>3|6e=a95=1a*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748483865}},"pad:IVOA_Nov24_DAL:revs:5665":{"changeset":"Z:adc>1|6e=a95=1d*7+1$;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748484295}},"pad:IVOA_Nov24_DAL:revs:5666":{"changeset":"Z:add>1|6e=a95=1e*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748484897}},"pad:IVOA_Nov24_DAL:revs:5667":{"changeset":"Z:ade>2|6e=a95=1f*7+2$pr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748485301}},"pad:IVOA_Nov24_DAL:revs:5668":{"changeset":"Z:adg>5|6e=a95=1h*7+5$obabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748485897}},"pad:IVOA_Nov24_DAL:revs:5669":{"changeset":"Z:adl>3|6e=a95=1m*7+3$y t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748486394}},"pad:IVOA_Nov24_DAL:revs:5670":{"changeset":"Z:ado>2|6e=a95=1p*7+2$he","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748486898}},"pad:IVOA_Nov24_DAL:revs:5671":{"changeset":"Z:adq>4|6e=a95=1r*7+4$ res","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748487368}},"pad:IVOA_Nov24_DAL:revs:5672":{"changeset":"Z:adu>3|6e=a95=1v*7+3$pon","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748487869}},"pad:IVOA_Nov24_DAL:revs:5673":{"changeset":"Z:adx>3|6e=a95=1y*7+3$sib","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748488370}},"pad:IVOA_Nov24_DAL:revs:5674":{"changeset":"Z:ae0>3|6e=a95=21*7+3$ili","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748488871}},"pad:IVOA_Nov24_DAL:revs:5675":{"changeset":"Z:ae3>1|6e=a95=24*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748489373}},"pad:IVOA_Nov24_DAL:revs:5676":{"changeset":"Z:ae4>4|6e=a95=25*7+4$y of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748489875}},"pad:IVOA_Nov24_DAL:revs:5677":{"changeset":"Z:ae8>4|6e=a95=29*7+4$ the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748490391}},"pad:IVOA_Nov24_DAL:revs:5678":{"changeset":"Z:aec>1|6e=a95=2d*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748490872}},"pad:IVOA_Nov24_DAL:revs:5679":{"changeset":"Z:aed>2|6e=a95=2e*7+2$im","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748491380}},"pad:IVOA_Nov24_DAL:revs:5680":{"changeset":"Z:aef<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1=2e-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748491884}},"pad:IVOA_Nov24_DAL:revs:5681":{"changeset":"Z:aee<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1=2d-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748492393}},"pad:IVOA_Nov24_DAL:revs:5682":{"changeset":"Z:aed>3|6e=a95=2e*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748492878}},"pad:IVOA_Nov24_DAL:revs:5683":{"changeset":"Z:aeg>2|6e=a95=2h*7+2$vi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748493384}},"pad:IVOA_Nov24_DAL:revs:5684":{"changeset":"Z:aei>3|6e=a95=2j*7+3$ce ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748493876}},"pad:IVOA_Nov24_DAL:revs:5685":{"changeset":"Z:ael>3|6e=a95=2m*7+3$imp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748494476}},"pad:IVOA_Nov24_DAL:revs:5686":{"changeset":"Z:aeo>4|6e=a95=2p*7+4$leme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748494977}},"pad:IVOA_Nov24_DAL:revs:5687":{"changeset":"Z:aes>4|6e=a95=2t*7+4$ntor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748495478}},"pad:IVOA_Nov24_DAL:revs:5688":{"changeset":"Z:aew>2|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1=2w*7|1+1*7*2*d*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748496086}},"pad:IVOA_Nov24_DAL:revs:5689":{"changeset":"Z:aey>0|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*g*9=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748498185}},"pad:IVOA_Nov24_DAL:revs:5690":{"changeset":"Z:aey>1|6f=ac3=1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748502587}},"pad:IVOA_Nov24_DAL:revs:5691":{"changeset":"Z:aez>1|6f=ac3=2*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748503088}},"pad:IVOA_Nov24_DAL:revs:5692":{"changeset":"Z:af0>4|6f=ac3=3*7+4$date","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748503589}},"pad:IVOA_Nov24_DAL:revs:5693":{"changeset":"Z:af4>2|6f=ac3=7*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748504095}},"pad:IVOA_Nov24_DAL:revs:5694":{"changeset":"Z:af6>4|6f=ac3=9*7+4$to d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748504598}},"pad:IVOA_Nov24_DAL:revs:5695":{"changeset":"Z:afa>1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1=b-1*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748505197}},"pad:IVOA_Nov24_DAL:revs:5696":{"changeset":"Z:afb>4|6f=ac3=e*7+4$ble ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748505697}},"pad:IVOA_Nov24_DAL:revs:5697":{"changeset":"Z:aff>3|6f=ac3=i*7+3$met","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748506198}},"pad:IVOA_Nov24_DAL:revs:5698":{"changeset":"Z:afi>4|6f=ac3=l*7+4$adat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748506698}},"pad:IVOA_Nov24_DAL:revs:5699":{"changeset":"Z:afm>1|6f=ac3=p*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748507199}},"pad:IVOA_Nov24_DAL:revs:5700":{"changeset":"Z:afn>4|6f=ac3=q*7+4$ wou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748507698,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to table metadata wou\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7+t*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|2+2|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5701":{"changeset":"Z:afr>4|6f=ac3=u*7+4$ld n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748508193}},"pad:IVOA_Nov24_DAL:revs:5702":{"changeset":"Z:afv>3|6f=ac3=y*7+3$eed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748508695}},"pad:IVOA_Nov24_DAL:revs:5703":{"changeset":"Z:afy>4|6f=ac3=11*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748509221}},"pad:IVOA_Nov24_DAL:revs:5704":{"changeset":"Z:ag2>4|6f=ac3=15*7+4$be h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748509724}},"pad:IVOA_Nov24_DAL:revs:5705":{"changeset":"Z:ag6>4|6f=ac3=19*7+4$andl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748510296}},"pad:IVOA_Nov24_DAL:revs:5706":{"changeset":"Z:aga>1|6f=ac3=1d*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748510799}},"pad:IVOA_Nov24_DAL:revs:5707":{"changeset":"Z:agb>1|6f=ac3=1e*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748511299}},"pad:IVOA_Nov24_DAL:revs:5708":{"changeset":"Z:agc>2|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1=1e*7|1+1*7*2*g*3*a+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748514505}},"pad:IVOA_Nov24_DAL:revs:5709":{"changeset":"Z:age>1|6g=adj=1*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748515104}},"pad:IVOA_Nov24_DAL:revs:5710":{"changeset":"Z:agf>1|6g=adj=2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748515606}},"pad:IVOA_Nov24_DAL:revs:5711":{"changeset":"Z:agg>1|6g=adj=3*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748516107}},"pad:IVOA_Nov24_DAL:revs:5712":{"changeset":"Z:agh>3|6g=adj=4*7+3$reg","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748516608}},"pad:IVOA_Nov24_DAL:revs:5713":{"changeset":"Z:agk>1|6g=adj=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748517224}},"pad:IVOA_Nov24_DAL:revs:5714":{"changeset":"Z:agl>3|6g=adj=8*7+3$mov","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748517726}},"pad:IVOA_Nov24_DAL:revs:5715":{"changeset":"Z:ago>3|6g=adj=b*7+3$es ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748518225}},"pad:IVOA_Nov24_DAL:revs:5716":{"changeset":"Z:agr>4|6g=adj=e*7+4$towa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748518711}},"pad:IVOA_Nov24_DAL:revs:5717":{"changeset":"Z:agv>3|6g=adj=i*7+3$red","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748519211}},"pad:IVOA_Nov24_DAL:revs:5718":{"changeset":"Z:agy>0|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1f*a=1=i-2*7+2$ds","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748519715}},"pad:IVOA_Nov24_DAL:revs:5719":{"changeset":"Z:agy>2|6g=adj=l*7+2$ f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748520311}},"pad:IVOA_Nov24_DAL:revs:5720":{"changeset":"Z:ah0>4|6g=adj=n*7+4$inda","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748520816}},"pad:IVOA_Nov24_DAL:revs:5721":{"changeset":"Z:ah4>4|6g=adj=r*7+4$ble ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748521315}},"pad:IVOA_Nov24_DAL:revs:5722":{"changeset":"Z:ah8>2|6g=adj=v*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748521819}},"pad:IVOA_Nov24_DAL:revs:5723":{"changeset":"Z:aha>5|6g=adj=x*7+5$bles,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748522320}},"pad:IVOA_Nov24_DAL:revs:5724":{"changeset":"Z:ahf>1|6g=adj=12*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748522821}},"pad:IVOA_Nov24_DAL:revs:5725":{"changeset":"Z:ahg>1|6g=adj=13*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748530130}},"pad:IVOA_Nov24_DAL:revs:5726":{"changeset":"Z:ahh>3|6g=adj=14*7+3$ire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748530729}},"pad:IVOA_Nov24_DAL:revs:5727":{"changeset":"Z:ahk<2|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1f*a=1=14-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748531229}},"pad:IVOA_Nov24_DAL:revs:5728":{"changeset":"Z:ahi<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1f*a=1=12-2*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748531734}},"pad:IVOA_Nov24_DAL:revs:5729":{"changeset":"Z:ahh>3|6g=adj=14*7+3$rob","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748532232}},"pad:IVOA_Nov24_DAL:revs:5730":{"changeset":"Z:ahk>4|6g=adj=17*7+4$ably","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748532736}},"pad:IVOA_Nov24_DAL:revs:5731":{"changeset":"Z:aho>2|6g=adj=1b*7+2$ d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748533334}},"pad:IVOA_Nov24_DAL:revs:5732":{"changeset":"Z:ahq>4|6g=adj=1d*7+4$esir","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748533738}},"pad:IVOA_Nov24_DAL:revs:5733":{"changeset":"Z:ahu>1|6g=adj=1h*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748534239}},"pad:IVOA_Nov24_DAL:revs:5734":{"changeset":"Z:ahv<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1f*a=1=1g-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748534756}},"pad:IVOA_Nov24_DAL:revs:5735":{"changeset":"Z:ahu>2|6g=adj=1h*7+2$ea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748535336}},"pad:IVOA_Nov24_DAL:revs:5736":{"changeset":"Z:ahw>5|6g=adj=1j*7+5$ble, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748535836}},"pad:IVOA_Nov24_DAL:revs:5737":{"changeset":"Z:ai1>4|6g=adj=1o*7+4$but ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748536337}},"pad:IVOA_Nov24_DAL:revs:5738":{"changeset":"Z:ai5>4|6g=adj=1s*7+4$a co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748536837}},"pad:IVOA_Nov24_DAL:revs:5739":{"changeset":"Z:ai9>4|6g=adj=1w*7+4$nsid","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748537339}},"pad:IVOA_Nov24_DAL:revs:5740":{"changeset":"Z:aid>4|6g=adj=20*7+4$erab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748537837}},"pad:IVOA_Nov24_DAL:revs:5741":{"changeset":"Z:aih>4|6g=adj=24*7+4$le a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748538341}},"pad:IVOA_Nov24_DAL:revs:5742":{"changeset":"Z:ail>4|6g=adj=28*7+4$moun","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748538871}},"pad:IVOA_Nov24_DAL:revs:5743":{"changeset":"Z:aip>5|6g=adj=2c*7+5$t of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748539371}},"pad:IVOA_Nov24_DAL:revs:5744":{"changeset":"Z:aiu>4|6g=adj=2h*7+4$work","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748539942}},"pad:IVOA_Nov24_DAL:revs:5745":{"changeset":"Z:aiy>2|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1f*a=1=2k*7|1+1*7*2*g*3*b+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748540459}},"pad:IVOA_Nov24_DAL:revs:5746":{"changeset":"Z:aj0>0|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1f*a=1|1=2l*d*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748540944}},"pad:IVOA_Nov24_DAL:revs:5747":{"changeset":"Z:aj0>1|6f=ac3=c*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748546355}},"pad:IVOA_Nov24_DAL:revs:5748":{"changeset":"Z:aj1>4|6f=ac3=d*7+4$ser ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748546855}},"pad:IVOA_Nov24_DAL:revs:5749":{"changeset":"Z:aj5<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1=f-1|1=14*a=1|1=2l*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748547785}},"pad:IVOA_Nov24_DAL:revs:5750":{"changeset":"Z:aj4>1|6f=ac3=g*7+1$0","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748548284}},"pad:IVOA_Nov24_DAL:revs:5751":{"changeset":"Z:aj5<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1=f-1|1=14*a=1|1=2l*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748548764}},"pad:IVOA_Nov24_DAL:revs:5752":{"changeset":"Z:aj4>1|6f=ac3=g*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748549265}},"pad:IVOA_Nov24_DAL:revs:5753":{"changeset":"Z:aj5>3|6f=ac3=h*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748549765}},"pad:IVOA_Nov24_DAL:revs:5754":{"changeset":"Z:aj8>3|6f=ac3=k*7+3$oad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748550273}},"pad:IVOA_Nov24_DAL:revs:5755":{"changeset":"Z:ajb>2|6f=ac3=n*7+2$ed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748550863}},"pad:IVOA_Nov24_DAL:revs:5756":{"changeset":"Z:ajd>1|6f=ac3=p*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748551278}},"pad:IVOA_Nov24_DAL:revs:5757":{"changeset":"Z:aje>1|6h=agj=1*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748560669}},"pad:IVOA_Nov24_DAL:revs:5758":{"changeset":"Z:ajf>3|6h=agj=2*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748561170}},"pad:IVOA_Nov24_DAL:revs:5759":{"changeset":"Z:aji>5|6h=agj=5*7+5$ement","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748561672}},"pad:IVOA_Nov24_DAL:revs:5760":{"changeset":"Z:ajn>4|6h=agj=a*7+4$atio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748562172}},"pad:IVOA_Nov24_DAL:revs:5761":{"changeset":"Z:ajr>2|6h=agj=e*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748562674}},"pad:IVOA_Nov24_DAL:revs:5762":{"changeset":"Z:ajt>3|6h=agj=g*7+3$spe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748563176}},"pad:IVOA_Nov24_DAL:revs:5763":{"changeset":"Z:ajw>3|6h=agj=j*7+3$cif","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748564964}},"pad:IVOA_Nov24_DAL:revs:5764":{"changeset":"Z:ajz>8|6h=agj=m*7+8$ic: user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748565215}},"pad:IVOA_Nov24_DAL:revs:5765":{"changeset":"Z:ak7>5|6h=agj=u*7+5$s can","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748565720}},"pad:IVOA_Nov24_DAL:revs:5766":{"changeset":"Z:akc>2|6h=agj=z*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748566219}},"pad:IVOA_Nov24_DAL:revs:5767":{"changeset":"Z:ake>1|6h=agj=11*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748566818}},"pad:IVOA_Nov24_DAL:revs:5768":{"changeset":"Z:akf>2|6h=agj=12*7+2$d/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748567318}},"pad:IVOA_Nov24_DAL:revs:5769":{"changeset":"Z:akh>1|6h=agj=14*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748567826}},"pad:IVOA_Nov24_DAL:revs:5770":{"changeset":"Z:aki<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1t*a=1|1=2l*b=1=13-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748568318}},"pad:IVOA_Nov24_DAL:revs:5771":{"changeset":"Z:akh>1|6h=agj=14*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748569028}},"pad:IVOA_Nov24_DAL:revs:5772":{"changeset":"Z:aki>4|6h=agj=15*7+4$mpro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748569523}},"pad:IVOA_Nov24_DAL:revs:5773":{"changeset":"Z:akm>2|6h=agj=19*7+2$ve","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748570055}},"pad:IVOA_Nov24_DAL:revs:5774":{"changeset":"Z:ako>3|6h=agj=1b*7+3$ me","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748570558}},"pad:IVOA_Nov24_DAL:revs:5775":{"changeset":"Z:akr>3|6h=agj=1e*7+3$tad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748571060}},"pad:IVOA_Nov24_DAL:revs:5776":{"changeset":"Z:aku>3|6h=agj=1h*7+3$ata","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748571627}},"pad:IVOA_Nov24_DAL:revs:5777":{"changeset":"Z:akx>2|6h=agj=1k*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748572128}},"pad:IVOA_Nov24_DAL:revs:5778":{"changeset":"Z:akz>1|6h=agj=o*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748575133}},"pad:IVOA_Nov24_DAL:revs:5779":{"changeset":"Z:al0>2|6h=agj=p*7+2$ b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748575734}},"pad:IVOA_Nov24_DAL:revs:5780":{"changeset":"Z:al2>3|6h=agj=r*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748576237}},"pad:IVOA_Nov24_DAL:revs:5781":{"changeset":"Z:al5>4|6h=agj=u*7+4$not ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748576734}},"pad:IVOA_Nov24_DAL:revs:5782":{"changeset":"Z:al9>3|6h=agj=y*7+3$req","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748577235}},"pad:IVOA_Nov24_DAL:revs:5783":{"changeset":"Z:alc>2|6h=agj=11*7+2$ui","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748577735}},"pad:IVOA_Nov24_DAL:revs:5784":{"changeset":"Z:ale>3|6h=agj=13*7+3$red","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748578235}},"pad:IVOA_Nov24_DAL:revs:5785":{"changeset":"Z:alh>1|6h=agj=24*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748585441}},"pad:IVOA_Nov24_DAL:revs:5786":{"changeset":"Z:ali>3|6h=agj=25*7+3$ut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748585943}},"pad:IVOA_Nov24_DAL:revs:5787":{"changeset":"Z:all>3|6h=agj=28*7+3$won","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748586443}},"pad:IVOA_Nov24_DAL:revs:5788":{"changeset":"Z:alo>5|6h=agj=2b*7+5$'t re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748586945}},"pad:IVOA_Nov24_DAL:revs:5789":{"changeset":"Z:alt>2|6h=agj=2g*7+2$qu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748587448}},"pad:IVOA_Nov24_DAL:revs:5790":{"changeset":"Z:alv>5|6h=agj=2i*7+5$ire t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748587950}},"pad:IVOA_Nov24_DAL:revs:5791":{"changeset":"Z:am0>4|6h=agj=2n*7+4$hem ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748588549}},"pad:IVOA_Nov24_DAL:revs:5792":{"changeset":"Z:am4>3|6h=agj=2r*7+3$too","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748589050}},"pad:IVOA_Nov24_DAL:revs:5793":{"changeset":"Z:am7>2|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1t*a=1|1=2l*b=1=2t*7|1+1*7*2*d*3*c+1$\n*","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748589553}},"pad:IVOA_Nov24_DAL:revs:5794":{"changeset":"Z:am9>0|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1t*a=1|1=2l*b=1|1=2u*8*b=1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748590053}},"pad:IVOA_Nov24_DAL:revs:5795":{"changeset":"Z:am9<1|6i=aje-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748590553}},"pad:IVOA_Nov24_DAL:revs:5796":{"changeset":"Z:am8>1|6i=aje*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748591451}},"pad:IVOA_Nov24_DAL:revs:5797":{"changeset":"Z:am9<1|6i=aje|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748593856}},"pad:IVOA_Nov24_DAL:revs:5798":{"changeset":"Z:am8<1|6b=a2i*9=1|1=2u*a=1|1=1l*9=1|1=25*a=1|1=2x*9=1|1=1t*a=1|1=2l*b=1=2t|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748594464}},"pad:IVOA_Nov24_DAL:revs:5799":{"changeset":"Z:am7>1|6o=am5*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748597366}},"pad:IVOA_Nov24_DAL:revs:5800":{"changeset":"Z:am8>1|6p=am6*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748598667,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQ\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|3+3*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+1*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5801":{"changeset":"Z:am9>2|6p=am6=1*7+2$ue","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748599169}},"pad:IVOA_Nov24_DAL:revs:5802":{"changeset":"Z:amb>4|6p=am6=3*7+4$stio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748599668}},"pad:IVOA_Nov24_DAL:revs:5803":{"changeset":"Z:amf>1|6p=am6=7*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748600169}},"pad:IVOA_Nov24_DAL:revs:5804":{"changeset":"Z:amg>1|6p=am6=8*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748600676}},"pad:IVOA_Nov24_DAL:revs:5805":{"changeset":"Z:amh>1|6p=am6=9*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748602084}},"pad:IVOA_Nov24_DAL:revs:5806":{"changeset":"Z:ami>1|6p=am6=a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748602578}},"pad:IVOA_Nov24_DAL:revs:5807":{"changeset":"Z:amj<1|6p=am6=a-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748603078}},"pad:IVOA_Nov24_DAL:revs:5808":{"changeset":"Z:ami<3|6p=am6=7-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748603578}},"pad:IVOA_Nov24_DAL:revs:5809":{"changeset":"Z:amf>1|6j=ajf*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748605684}},"pad:IVOA_Nov24_DAL:revs:5810":{"changeset":"Z:amg>2|6k=ajg*7|2+2$\n\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748606182}},"pad:IVOA_Nov24_DAL:revs:5811":{"changeset":"Z:ami>1|6k=ajg*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748607191}},"pad:IVOA_Nov24_DAL:revs:5812":{"changeset":"Z:amj>3|6k=ajg=1*7+3$Uer","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748607690}},"pad:IVOA_Nov24_DAL:revs:5813":{"changeset":"Z:amm<3|6k=ajg=1-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748608290}},"pad:IVOA_Nov24_DAL:revs:5814":{"changeset":"Z:amj>3|6k=ajg=1*7+3$ues","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748608791}},"pad:IVOA_Nov24_DAL:revs:5815":{"changeset":"Z:amm>5|6k=ajg=4*7+5$tions","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748609294}},"pad:IVOA_Nov24_DAL:revs:5816":{"changeset":"Z:amr>4|6k=ajg=9*7+4$ on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748609796}},"pad:IVOA_Nov24_DAL:revs:5817":{"changeset":"Z:amv>1|6k=ajg=d*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748610299}},"pad:IVOA_Nov24_DAL:revs:5818":{"changeset":"Z:amw>3|6k=ajg=e*7+3$plo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748610796}},"pad:IVOA_Nov24_DAL:revs:5819":{"changeset":"Z:amz>1|6k=ajg=h*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748611299}},"pad:IVOA_Nov24_DAL:revs:5820":{"changeset":"Z:an0>2|6k=ajg=i*7+2$ds","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748611799}},"pad:IVOA_Nov24_DAL:revs:5821":{"changeset":"Z:an2>6|6k=ajg=k*7|1+2*7+4$:\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748612301}},"pad:IVOA_Nov24_DAL:revs:5822":{"changeset":"Z:an8>5|6l=ak2=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748612900}},"pad:IVOA_Nov24_DAL:revs:5823":{"changeset":"Z:and>1|6m=ak7=4*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748615609}},"pad:IVOA_Nov24_DAL:revs:5824":{"changeset":"Z:ane>1|6m=ak7=5*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748616210}},"pad:IVOA_Nov24_DAL:revs:5825":{"changeset":"Z:anf>3|6m=ak7=6*7+3$PCA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748616717}},"pad:IVOA_Nov24_DAL:revs:5826":{"changeset":"Z:ani<1|6m=ak7=8-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748617321}},"pad:IVOA_Nov24_DAL:revs:5827":{"changeset":"Z:anh>1|6m=ak7=8*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748617821}},"pad:IVOA_Nov24_DAL:revs:5828":{"changeset":"Z:ani>2|6m=ak7=9*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748618317}},"pad:IVOA_Nov24_DAL:revs:5829":{"changeset":"Z:ank>3|6m=ak7=b*7+3$wil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748618818}},"pad:IVOA_Nov24_DAL:revs:5830":{"changeset":"Z:ann>4|6m=ak7=e*7+4$l fi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748619318}},"pad:IVOA_Nov24_DAL:revs:5831":{"changeset":"Z:anr>3|6m=ak7=i*7+3$nd ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748619818}},"pad:IVOA_Nov24_DAL:revs:5832":{"changeset":"Z:anu>1|6m=ak7=l*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748620922}},"pad:IVOA_Nov24_DAL:revs:5833":{"changeset":"Z:anv>3|6m=ak7=m*7+3$ser","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748621427}},"pad:IVOA_Nov24_DAL:revs:5834":{"changeset":"Z:any>2|6m=ak7=p*7+2$-u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748621929}},"pad:IVOA_Nov24_DAL:revs:5835":{"changeset":"Z:ao0>5|6m=ak7=r*7+5$pload","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748622432}},"pad:IVOA_Nov24_DAL:revs:5836":{"changeset":"Z:ao5>1|6m=ak7=w*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748623031}},"pad:IVOA_Nov24_DAL:revs:5837":{"changeset":"Z:ao6>4|6m=ak7=x*7+4$d ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748623433}},"pad:IVOA_Nov24_DAL:revs:5838":{"changeset":"Z:aoa>4|6m=ak7=11*7+4$bles","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748623933}},"pad:IVOA_Nov24_DAL:revs:5839":{"changeset":"Z:aoe>1|6m=ak7=15*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748626137}},"pad:IVOA_Nov24_DAL:revs:5840":{"changeset":"Z:aof>2|6m=ak7=16*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748626637}},"pad:IVOA_Nov24_DAL:revs:5841":{"changeset":"Z:aoh>3|6m=ak7=18*7+3$ be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748627136}},"pad:IVOA_Nov24_DAL:revs:5842":{"changeset":"Z:aok>3|6m=ak7=1b*7+3$ co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748627638}},"pad:IVOA_Nov24_DAL:revs:5843":{"changeset":"Z:aon>3|6m=ak7=1e*7+3$nsi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748628136}},"pad:IVOA_Nov24_DAL:revs:5844":{"changeset":"Z:aoq>2|6m=ak7=1h*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748628640}},"pad:IVOA_Nov24_DAL:revs:5845":{"changeset":"Z:aos>3|6m=ak7=1j*7+3$end","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748629140}},"pad:IVOA_Nov24_DAL:revs:5846":{"changeset":"Z:aov>1|6m=ak7=1l-1*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748629642}},"pad:IVOA_Nov24_DAL:revs:5847":{"changeset":"Z:aow>5|6m=ak7=1n*7+5$in wh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748630141}},"pad:IVOA_Nov24_DAL:revs:5848":{"changeset":"Z:ap1>3|6m=ak7=1s*7+3$at ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748630643}},"pad:IVOA_Nov24_DAL:revs:5849":{"changeset":"Z:ap4>1|6m=ak7=1v*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748631242}},"pad:IVOA_Nov24_DAL:revs:5850":{"changeset":"Z:ap5>4|6m=ak7=1w*7+4$s re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748631843}},"pad:IVOA_Nov24_DAL:revs:5851":{"changeset":"Z:ap9>4|6m=ak7=20*7+4$gist","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748632246}},"pad:IVOA_Nov24_DAL:revs:5852":{"changeset":"Z:apd>2|6m=ak7=24*7+2$ed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748632843}},"pad:IVOA_Nov24_DAL:revs:5853":{"changeset":"Z:apf<1|6m=ak7=25-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748633450}},"pad:IVOA_Nov24_DAL:revs:5854":{"changeset":"Z:ape>3|6m=ak7=25*7+3$red","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748633949}},"pad:IVOA_Nov24_DAL:revs:5855":{"changeset":"Z:aph>1|6m=ak7=28*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748634746}},"pad:IVOA_Nov24_DAL:revs:5856":{"changeset":"Z:api>1|6m=ak7=29*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748635251}},"pad:IVOA_Nov24_DAL:revs:5857":{"changeset":"Z:apj<1|6m=ak7=29-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748636849}},"pad:IVOA_Nov24_DAL:revs:5858":{"changeset":"Z:api>0|6m=ak7=28-1*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748637353}},"pad:IVOA_Nov24_DAL:revs:5859":{"changeset":"Z:api>2|6m=ak7=29*7+2$ W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748637855}},"pad:IVOA_Nov24_DAL:revs:5860":{"changeset":"Z:apk>4|6m=ak7=2b*7+4$e sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748638351}},"pad:IVOA_Nov24_DAL:revs:5861":{"changeset":"Z:apo>4|6m=ak7=2f*7+4$ould","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748638852}},"pad:IVOA_Nov24_DAL:revs:5862":{"changeset":"Z:aps>4|6m=ak7=2j*7+4$n't ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748639455}},"pad:IVOA_Nov24_DAL:revs:5863":{"changeset":"Z:apw>1|6m=ak7=2n*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748641156}},"pad:IVOA_Nov24_DAL:revs:5864":{"changeset":"Z:apx>2|6m=ak7=2o*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748641657}},"pad:IVOA_Nov24_DAL:revs:5865":{"changeset":"Z:apz>2|6m=ak7=2q*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748642157}},"pad:IVOA_Nov24_DAL:revs:5866":{"changeset":"Z:aq1>3|6m=ak7=2s*7+3$ard","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748642658}},"pad:IVOA_Nov24_DAL:revs:5867":{"changeset":"Z:aq4>1|6m=ak7=2v*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748643158}},"pad:IVOA_Nov24_DAL:revs:5868":{"changeset":"Z:aq5>2|6m=ak7=2w*7+2$ze","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748643659}},"pad:IVOA_Nov24_DAL:revs:5869":{"changeset":"Z:aq7>4|6m=ak7=2y*7+4$ som","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748644259}},"pad:IVOA_Nov24_DAL:revs:5870":{"changeset":"Z:aqb>2|6m=ak7=32*7+2$et","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748644759}},"pad:IVOA_Nov24_DAL:revs:5871":{"changeset":"Z:aqd>3|6m=ak7=34*7+3$hin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748645262}},"pad:IVOA_Nov24_DAL:revs:5872":{"changeset":"Z:aqg>5|6m=ak7=37*7+5$g tha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748645761}},"pad:IVOA_Nov24_DAL:revs:5873":{"changeset":"Z:aql>2|6m=ak7=3c*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748646259}},"pad:IVOA_Nov24_DAL:revs:5874":{"changeset":"Z:aqn>2|6m=ak7=3e*7+2$do","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748646761}},"pad:IVOA_Nov24_DAL:revs:5875":{"changeset":"Z:aqp>5|6m=ak7=3g*7+5$es th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748647364}},"pad:IVOA_Nov24_DAL:revs:5876":{"changeset":"Z:aqu>3|6m=ak7=3l*7+3$is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748647874}},"pad:IVOA_Nov24_DAL:revs:5877":{"changeset":"Z:aqx>3|6m=ak7=3o*7+3$kin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748648375}},"pad:IVOA_Nov24_DAL:revs:5878":{"changeset":"Z:ar0>2|6m=ak7=3r*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748648869}},"pad:IVOA_Nov24_DAL:revs:5879":{"changeset":"Z:ar2>3|6m=ak7=3t*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748649369}},"pad:IVOA_Nov24_DAL:revs:5880":{"changeset":"Z:ar5>2|6m=ak7=3w*7+2$pu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748649870}},"pad:IVOA_Nov24_DAL:revs:5881":{"changeset":"Z:ar7>4|6m=ak7=3y*7+4$blis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748650371}},"pad:IVOA_Nov24_DAL:revs:5882":{"changeset":"Z:arb>0|6m=ak7=41-1*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748650871}},"pad:IVOA_Nov24_DAL:revs:5883":{"changeset":"Z:arb>3|6m=ak7=42*7+3$ati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748651380}},"pad:IVOA_Nov24_DAL:revs:5884":{"changeset":"Z:are>2|6m=ak7=45*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748651873}},"pad:IVOA_Nov24_DAL:revs:5885":{"changeset":"Z:arg>1|6m=ak7=47*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748652973}},"pad:IVOA_Nov24_DAL:revs:5886":{"changeset":"Z:arh>2|6m=ak7=48*7+2$ c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748653474}},"pad:IVOA_Nov24_DAL:revs:5887":{"changeset":"Z:arj>5|6m=ak7=4a*7+5$urati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748653976}},"pad:IVOA_Nov24_DAL:revs:5888":{"changeset":"Z:aro>4|6m=ak7=4f*7+4$on s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748654484}},"pad:IVOA_Nov24_DAL:revs:5889":{"changeset":"Z:ars>3|6m=ak7=4j*7+3$hou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748654985}},"pad:IVOA_Nov24_DAL:revs:5890":{"changeset":"Z:arv>4|6m=ak7=4m*7+4$ld b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748655488}},"pad:IVOA_Nov24_DAL:revs:5891":{"changeset":"Z:arz>2|6m=ak7=4q*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748656080}},"pad:IVOA_Nov24_DAL:revs:5892":{"changeset":"Z:as1>3|6m=ak7=4s*7+3$enc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748656580}},"pad:IVOA_Nov24_DAL:revs:5893":{"changeset":"Z:as4>3|6m=ak7=4v*7+3$our","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748657087}},"pad:IVOA_Nov24_DAL:revs:5894":{"changeset":"Z:as7>4|6m=ak7=4y*7+4$ages","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748657588}},"pad:IVOA_Nov24_DAL:revs:5895":{"changeset":"Z:asb>0|6m=ak7=51-1*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748658088}},"pad:IVOA_Nov24_DAL:revs:5896":{"changeset":"Z:asb>2|6m=ak7=52*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748658581}},"pad:IVOA_Nov24_DAL:revs:5897":{"changeset":"Z:asd<1|6m=ak7=53-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748668389}},"pad:IVOA_Nov24_DAL:revs:5898":{"changeset":"Z:asc>0|6m=ak7=52-1*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748668891}},"pad:IVOA_Nov24_DAL:revs:5899":{"changeset":"Z:asc>1|6m=ak7=53*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748669391}},"pad:IVOA_Nov24_DAL:revs:5900":{"changeset":"Z:asd>1|6m=ak7=54*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748670994,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. a\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|5+5z*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:5901":{"changeset":"Z:ase<1|6m=ak7=54-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748671895}},"pad:IVOA_Nov24_DAL:revs:5902":{"changeset":"Z:asd>1|6m=ak7=54*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748672396}},"pad:IVOA_Nov24_DAL:revs:5903":{"changeset":"Z:ase>1|6m=ak7=55*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748672895}},"pad:IVOA_Nov24_DAL:revs:5904":{"changeset":"Z:asf>4|6m=ak7=56*7+4$diff","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748673401}},"pad:IVOA_Nov24_DAL:revs:5905":{"changeset":"Z:asj>3|6m=ak7=5a*7+3$ere","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748673902}},"pad:IVOA_Nov24_DAL:revs:5906":{"changeset":"Z:asm>4|6m=ak7=5d*7+4$nce ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748674402}},"pad:IVOA_Nov24_DAL:revs:5907":{"changeset":"Z:asq>3|6m=ak7=5h*7+3$bet","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748674904}},"pad:IVOA_Nov24_DAL:revs:5908":{"changeset":"Z:ast>4|6m=ak7=5k*7+4$ween","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748675403}},"pad:IVOA_Nov24_DAL:revs:5909":{"changeset":"Z:asx>3|6m=ak7=5o*7+3$ ea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748675905}},"pad:IVOA_Nov24_DAL:revs:5910":{"changeset":"Z:at0>3|6m=ak7=5r*7+3$ch ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748676407}},"pad:IVOA_Nov24_DAL:revs:5911":{"changeset":"Z:at3>2|6m=ak7=5u*7+2$im","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748676909}},"pad:IVOA_Nov24_DAL:revs:5912":{"changeset":"Z:at5>5|6m=ak7=5w*7+5$pleme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748677410}},"pad:IVOA_Nov24_DAL:revs:5913":{"changeset":"Z:ata>5|6m=ak7=61*7+5$ntati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748678015}},"pad:IVOA_Nov24_DAL:revs:5914":{"changeset":"Z:atf>2|6m=ak7=66*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748678515}},"pad:IVOA_Nov24_DAL:revs:5915":{"changeset":"Z:ath>1|6m=ak7=68*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748680810}},"pad:IVOA_Nov24_DAL:revs:5916":{"changeset":"Z:ati>1|6m=ak7=69*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748681310}},"pad:IVOA_Nov24_DAL:revs:5917":{"changeset":"Z:atj>4|6m=ak7=6a*7+4$thes","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748681811}},"pad:IVOA_Nov24_DAL:revs:5918":{"changeset":"Z:atn>4|6m=ak7=6e*7+4$e up","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748682311}},"pad:IVOA_Nov24_DAL:revs:5919":{"changeset":"Z:atr>4|6m=ak7=6i*7+4$load","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748682811}},"pad:IVOA_Nov24_DAL:revs:5920":{"changeset":"Z:atv>3|6m=ak7=6m*7+3$ed ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748683312}},"pad:IVOA_Nov24_DAL:revs:5921":{"changeset":"Z:aty>2|6m=ak7=6p*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748683812}},"pad:IVOA_Nov24_DAL:revs:5922":{"changeset":"Z:au0>5|6m=ak7=6r*7+5$bles ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748684313}},"pad:IVOA_Nov24_DAL:revs:5923":{"changeset":"Z:au5>1|6m=ak7=6w*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748684813}},"pad:IVOA_Nov24_DAL:revs:5924":{"changeset":"Z:au6<1|6m=ak7=6w-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748685315}},"pad:IVOA_Nov24_DAL:revs:5925":{"changeset":"Z:au5>4|6m=ak7=6w*7+4$DO N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748685815}},"pad:IVOA_Nov24_DAL:revs:5926":{"changeset":"Z:au9>3|6m=ak7=70*7+3$OT ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748686317}},"pad:IVOA_Nov24_DAL:revs:5927":{"changeset":"Z:auc>1|6m=ak7=73*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748687118}},"pad:IVOA_Nov24_DAL:revs:5928":{"changeset":"Z:aud>5|6m=ak7=74*7+5$ppear","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748687621}},"pad:IVOA_Nov24_DAL:revs:5929":{"changeset":"Z:aui>2|6m=ak7=79*7+2$ i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748688220}},"pad:IVOA_Nov24_DAL:revs:5930":{"changeset":"Z:auk>2|6m=ak7=7b*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748688720}},"pad:IVOA_Nov24_DAL:revs:5931":{"changeset":"Z:aum>1|6m=ak7=7d*7+1$V","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748689218}},"pad:IVOA_Nov24_DAL:revs:5932":{"changeset":"Z:aun>3|6m=ak7=7e*7+3$OSI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748689721}},"pad:IVOA_Nov24_DAL:revs:5933":{"changeset":"Z:auq>1|6m=ak7=7h*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748690219}},"pad:IVOA_Nov24_DAL:revs:5934":{"changeset":"Z:aur>3|6m=ak7=7i*7+3$abl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748690720}},"pad:IVOA_Nov24_DAL:revs:5935":{"changeset":"Z:auu>4|6m=ak7=7l*7+4$es, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748691222}},"pad:IVOA_Nov24_DAL:revs:5936":{"changeset":"Z:auy<1|6m=ak7=7o-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748691724}},"pad:IVOA_Nov24_DAL:revs:5937":{"changeset":"Z:aux<1|6m=ak7=7n-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748692223}},"pad:IVOA_Nov24_DAL:revs:5938":{"changeset":"Z:auw>2|6m=ak7=7n*7+2$/T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748692724}},"pad:IVOA_Nov24_DAL:revs:5939":{"changeset":"Z:auy>2|6m=ak7=7p*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748693224}},"pad:IVOA_Nov24_DAL:revs:5940":{"changeset":"Z:av0>2|6m=ak7=7r*7+2$_S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748693725}},"pad:IVOA_Nov24_DAL:revs:5941":{"changeset":"Z:av2>2|6m=ak7=7t*7+2$CH","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748694227}},"pad:IVOA_Nov24_DAL:revs:5942":{"changeset":"Z:av4>3|6m=ak7=7v*7+3$EMA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748694725}},"pad:IVOA_Nov24_DAL:revs:5943":{"changeset":"Z:av7>1|6m=ak7=7y*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748695737}},"pad:IVOA_Nov24_DAL:revs:5944":{"changeset":"Z:av8>1|6m=ak7=7z*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748696233}},"pad:IVOA_Nov24_DAL:revs:5945":{"changeset":"Z:av9>1|6m=ak7=80*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748696734}},"pad:IVOA_Nov24_DAL:revs:5946":{"changeset":"Z:ava>4|6m=ak7=81*7+4$ wou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748697334}},"pad:IVOA_Nov24_DAL:revs:5947":{"changeset":"Z:ave>3|6m=ak7=85*7+3$ld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748697834}},"pad:IVOA_Nov24_DAL:revs:5948":{"changeset":"Z:avh>2|6m=ak7=88*7+2$cl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748698334}},"pad:IVOA_Nov24_DAL:revs:5949":{"changeset":"Z:avj>4|6m=ak7=8a*7+4$aim ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748698834}},"pad:IVOA_Nov24_DAL:revs:5950":{"changeset":"Z:avn>4|6m=ak7=8e*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748699335}},"pad:IVOA_Nov24_DAL:revs:5951":{"changeset":"Z:avr>5|6m=ak7=8i*7+5$these","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748699836}},"pad:IVOA_Nov24_DAL:revs:5952":{"changeset":"Z:avw>1|6m=ak7=8n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748700337}},"pad:IVOA_Nov24_DAL:revs:5953":{"changeset":"Z:avx>3|6m=ak7=8o*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748700837}},"pad:IVOA_Nov24_DAL:revs:5954":{"changeset":"Z:aw0>5|6m=ak7=8r*7+5$oads,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748701339}},"pad:IVOA_Nov24_DAL:revs:5955":{"changeset":"Z:aw5>1|6m=ak7=8w*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748701843}},"pad:IVOA_Nov24_DAL:revs:5956":{"changeset":"Z:aw6>1|6m=ak7=8x*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748703149}},"pad:IVOA_Nov24_DAL:revs:5957":{"changeset":"Z:aw7>5|6m=ak7=8y*7+5$hat s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748703644}},"pad:IVOA_Nov24_DAL:revs:5958":{"changeset":"Z:awc>2|6m=ak7=93*7+2$up","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748704145}},"pad:IVOA_Nov24_DAL:revs:5959":{"changeset":"Z:awe>4|6m=ak7=95*7+4$port","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748704644}},"pad:IVOA_Nov24_DAL:revs:5960":{"changeset":"Z:awi>2|6m=ak7=99*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748705145}},"pad:IVOA_Nov24_DAL:revs:5961":{"changeset":"Z:awk>1|6m=ak7=9b*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748706145}},"pad:IVOA_Nov24_DAL:revs:5962":{"changeset":"Z:awl>2|6m=ak7=9c*7+2$OS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748706645}},"pad:IVOA_Nov24_DAL:revs:5963":{"changeset":"Z:awn>4|6m=ak7=9e*7+4$TING","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748707145}},"pad:IVOA_Nov24_DAL:revs:5964":{"changeset":"Z:awr<1|6m=ak7=9h-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748707748}},"pad:IVOA_Nov24_DAL:revs:5965":{"changeset":"Z:awq<2|6m=ak7=9f-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748708348}},"pad:IVOA_Nov24_DAL:revs:5966":{"changeset":"Z:awo>1|6m=ak7=9f*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748709148}},"pad:IVOA_Nov24_DAL:revs:5967":{"changeset":"Z:awp>3|6m=ak7=9g*7+3$ng,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748709648}},"pad:IVOA_Nov24_DAL:revs:5968":{"changeset":"Z:aws>3|6m=ak7=9j*7+3$ wo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748710150}},"pad:IVOA_Nov24_DAL:revs:5969":{"changeset":"Z:awv>4|6m=ak7=9m*7+4$uld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748710654}},"pad:IVOA_Nov24_DAL:revs:5970":{"changeset":"Z:awz>1|6m=ak7=9q*7+1$k","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748711656}},"pad:IVOA_Nov24_DAL:revs:5971":{"changeset":"Z:ax0>3|6m=ak7=9r*7+3$now","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748712159}},"pad:IVOA_Nov24_DAL:revs:5972":{"changeset":"Z:ax3>2|6m=ak7=9u*7+2$ w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748712662}},"pad:IVOA_Nov24_DAL:revs:5973":{"changeset":"Z:ax5>5|6m=ak7=9w*7+5$here ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748713259}},"pad:IVOA_Nov24_DAL:revs:5974":{"changeset":"Z:axa>3|6m=ak7=a1*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748713763}},"pad:IVOA_Nov24_DAL:revs:5975":{"changeset":"Z:axd>2|6m=ak7=a4*7+2$fe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748714263}},"pad:IVOA_Nov24_DAL:revs:5976":{"changeset":"Z:axf>3|6m=ak7=a6*7+3$tch","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748714763}},"pad:IVOA_Nov24_DAL:revs:5977":{"changeset":"Z:axi>5|6m=ak7=a9*7+5$ the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748715264}},"pad:IVOA_Nov24_DAL:revs:5978":{"changeset":"Z:axn>3|6m=ak7=ae*7+3$met","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748715763}},"pad:IVOA_Nov24_DAL:revs:5979":{"changeset":"Z:axq>3|6m=ak7=ah*7+3$ada","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748716263}},"pad:IVOA_Nov24_DAL:revs:5980":{"changeset":"Z:axt>1|6m=ak7=ak*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748717464}},"pad:IVOA_Nov24_DAL:revs:5981":{"changeset":"Z:axu>3|6m=ak7=al*7+3$a a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748717965}},"pad:IVOA_Nov24_DAL:revs:5982":{"changeset":"Z:axx>4|6m=ak7=ao*7+4$lrea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748718467}},"pad:IVOA_Nov24_DAL:revs:5983":{"changeset":"Z:ay1>4|6m=ak7=as*7+4$dy, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748718965}},"pad:IVOA_Nov24_DAL:revs:5984":{"changeset":"Z:ay5>2|6m=ak7=aw*7+2$ma","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748719465}},"pad:IVOA_Nov24_DAL:revs:5985":{"changeset":"Z:ay7>3|6m=ak7=ay*7+3$ke ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748720068}},"pad:IVOA_Nov24_DAL:revs:5986":{"changeset":"Z:aya>2|6m=ak7=b0-1*7+3$s t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748720569}},"pad:IVOA_Nov24_DAL:revs:5987":{"changeset":"Z:ayc>4|6m=ak7=b3*7+4$he s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748721070}},"pad:IVOA_Nov24_DAL:revs:5988":{"changeset":"Z:ayg>4|6m=ak7=b7*7+4$ervi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748721570}},"pad:IVOA_Nov24_DAL:revs:5989":{"changeset":"Z:ayk>4|6m=ak7=bb*7+4$ce i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748722071}},"pad:IVOA_Nov24_DAL:revs:5990":{"changeset":"Z:ayo>3|6m=ak7=bf*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748722572}},"pad:IVOA_Nov24_DAL:revs:5991":{"changeset":"Z:ayr>2|6m=ak7=bi*7+2$em","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748723074}},"pad:IVOA_Nov24_DAL:revs:5992":{"changeset":"Z:ayt>4|6m=ak7=bk*7+4$enta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748723572}},"pad:IVOA_Nov24_DAL:revs:5993":{"changeset":"Z:ayx>4|6m=ak7=bo*7+4$tion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748724074}},"pad:IVOA_Nov24_DAL:revs:5994":{"changeset":"Z:az1>1|6m=ak7=bs*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748724573}},"pad:IVOA_Nov24_DAL:revs:5995":{"changeset":"Z:az2>3|6m=ak7=bt*7+3$eas","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748725074}},"pad:IVOA_Nov24_DAL:revs:5996":{"changeset":"Z:az5>5|6m=ak7=bw*7+5$ier, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748725576}},"pad:IVOA_Nov24_DAL:revs:5997":{"changeset":"Z:aza<1|6m=ak7=c0-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748726980}},"pad:IVOA_Nov24_DAL:revs:5998":{"changeset":"Z:az9>0|6m=ak7=bz-1*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748727481}},"pad:IVOA_Nov24_DAL:revs:5999":{"changeset":"Z:az9>2|6m=ak7=c0*7+2$ u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748727981}},"pad:IVOA_Nov24_DAL:revs:6000":{"changeset":"Z:azb>0|6m=ak7=c1-1*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748728484,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. U\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|5+cw*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6001":{"changeset":"Z:azb>4|6m=ak7=c2*7+4$sers","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748728983}},"pad:IVOA_Nov24_DAL:revs:6002":{"changeset":"Z:azf>1|6m=ak7=c6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748729485}},"pad:IVOA_Nov24_DAL:revs:6003":{"changeset":"Z:azg>1|6m=ak7=c7*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748730085}},"pad:IVOA_Nov24_DAL:revs:6004":{"changeset":"Z:azh>3|6m=ak7=c8*7+3$ont","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748730585}},"pad:IVOA_Nov24_DAL:revs:6005":{"changeset":"Z:azk<1|6m=ak7=ca-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748731087}},"pad:IVOA_Nov24_DAL:revs:6006":{"changeset":"Z:azj>3|6m=ak7=ca*7+3$'t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748731589}},"pad:IVOA_Nov24_DAL:revs:6007":{"changeset":"Z:azm>3|6m=ak7=cd*7+3$nee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748732089}},"pad:IVOA_Nov24_DAL:revs:6008":{"changeset":"Z:azp>6|6m=ak7=cg*7+6$d to d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748732588}},"pad:IVOA_Nov24_DAL:revs:6009":{"changeset":"Z:azv>2|6m=ak7=cm*7+2$is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748733090}},"pad:IVOA_Nov24_DAL:revs:6010":{"changeset":"Z:azx>3|6m=ak7=co*7+3$car","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748733591}},"pad:IVOA_Nov24_DAL:revs:6011":{"changeset":"Z:b00>4|6m=ak7=cr*7+4$d ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748734190}},"pad:IVOA_Nov24_DAL:revs:6012":{"changeset":"Z:b04>5|6m=ak7=cv*7+5$bles ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748734694}},"pad:IVOA_Nov24_DAL:revs:6013":{"changeset":"Z:b09>2|6m=ak7=d0*7+2$fr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748735193}},"pad:IVOA_Nov24_DAL:revs:6014":{"changeset":"Z:b0b>4|6m=ak7=d2*7+4$om V","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748735693}},"pad:IVOA_Nov24_DAL:revs:6015":{"changeset":"Z:b0f>3|6m=ak7=d6*7+3$OSI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748736193}},"pad:IVOA_Nov24_DAL:revs:6016":{"changeset":"Z:b0i>1|6m=ak7=d9*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748736691}},"pad:IVOA_Nov24_DAL:revs:6017":{"changeset":"Z:b0j>3|6m=ak7=da*7+3$Tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748737196}},"pad:IVOA_Nov24_DAL:revs:6018":{"changeset":"Z:b0m>8|6m=ak7=dd*7|1+4*7+4$les\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748737695}},"pad:IVOA_Nov24_DAL:revs:6019":{"changeset":"Z:b0u>5|6n=axo=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748738198}},"pad:IVOA_Nov24_DAL:revs:6020":{"changeset":"Z:b0z>1|6o=axt=4*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748738901}},"pad:IVOA_Nov24_DAL:revs:6021":{"changeset":"Z:b10>2|6o=axt=5*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748739399}},"pad:IVOA_Nov24_DAL:revs:6022":{"changeset":"Z:b12>2|6o=axt=7*7+2$Po","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748739900}},"pad:IVOA_Nov24_DAL:revs:6023":{"changeset":"Z:b14>1|6o=axt=9*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748740400}},"pad:IVOA_Nov24_DAL:revs:6024":{"changeset":"Z:b15>3|6o=axt=a*7+3$sib","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748740903}},"pad:IVOA_Nov24_DAL:revs:6025":{"changeset":"Z:b18>3|6o=axt=d*7+3$le ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748741504}},"pad:IVOA_Nov24_DAL:revs:6026":{"changeset":"Z:b1b>2|6o=axt=g*7+2$to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748741904}},"pad:IVOA_Nov24_DAL:revs:6027":{"changeset":"Z:b1d>1|6o=axt=i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748742404}},"pad:IVOA_Nov24_DAL:revs:6028":{"changeset":"Z:b1e>1|6o=axt=j*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748743507}},"pad:IVOA_Nov24_DAL:revs:6029":{"changeset":"Z:b1f>3|6o=axt=k*7+3$egr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748744010}},"pad:IVOA_Nov24_DAL:revs:6030":{"changeset":"Z:b1i>1|6o=axt=n*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748744712}},"pad:IVOA_Nov24_DAL:revs:6031":{"changeset":"Z:b1j>3|6o=axt=o*7+3$gat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748745214}},"pad:IVOA_Nov24_DAL:revs:6032":{"changeset":"Z:b1m>2|6o=axt=r*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748745814}},"pad:IVOA_Nov24_DAL:revs:6033":{"changeset":"Z:b1o>1|6o=axt=t*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748747114}},"pad:IVOA_Nov24_DAL:revs:6034":{"changeset":"Z:b1p>4|6o=axt=u*7+4$tand","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748747616}},"pad:IVOA_Nov24_DAL:revs:6035":{"changeset":"Z:b1t>4|6o=axt=y*7+4$ard ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748748215}},"pad:IVOA_Nov24_DAL:revs:6036":{"changeset":"Z:b1x>4|6o=axt=12*7+4$and ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748748717}},"pad:IVOA_Nov24_DAL:revs:6037":{"changeset":"Z:b21>4|6o=axt=16*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748749218}},"pad:IVOA_Nov24_DAL:revs:6038":{"changeset":"Z:b25>4|6o=axt=1a*7+4$ tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748749720}},"pad:IVOA_Nov24_DAL:revs:6039":{"changeset":"Z:b29>4|6o=axt=1e*7+4$les;","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748750219}},"pad:IVOA_Nov24_DAL:revs:6040":{"changeset":"Z:b2d>1|6o=axt=1i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748750719}},"pad:IVOA_Nov24_DAL:revs:6041":{"changeset":"Z:b2e>1|6o=axt=1j*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748751622}},"pad:IVOA_Nov24_DAL:revs:6042":{"changeset":"Z:b2f>2|6o=axt=1k*7+2$ v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748752123}},"pad:IVOA_Nov24_DAL:revs:6043":{"changeset":"Z:b2h>3|6o=axt=1m*7+3$iab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748752623}},"pad:IVOA_Nov24_DAL:revs:6044":{"changeset":"Z:b2k>4|6o=axt=1p*7+4$le s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748753124}},"pad:IVOA_Nov24_DAL:revs:6045":{"changeset":"Z:b2o>3|6o=axt=1t*7+3$tra","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748753626}},"pad:IVOA_Nov24_DAL:revs:6046":{"changeset":"Z:b2r>2|6o=axt=1w*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748754126}},"pad:IVOA_Nov24_DAL:revs:6047":{"changeset":"Z:b2t>1|6o=axt=1y*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748754828}},"pad:IVOA_Nov24_DAL:revs:6048":{"changeset":"Z:b2u>1|6o=axt=1z*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748755324}},"pad:IVOA_Nov24_DAL:revs:6049":{"changeset":"Z:b2v>2|6o=axt=20*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748755826}},"pad:IVOA_Nov24_DAL:revs:6050":{"changeset":"Z:b2x>2|6o=axt=22*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748756326}},"pad:IVOA_Nov24_DAL:revs:6051":{"changeset":"Z:b2z>4|6o=axt=24*7+4$e en","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748756826}},"pad:IVOA_Nov24_DAL:revs:6052":{"changeset":"Z:b33<1|6o=axt=27-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748757325}},"pad:IVOA_Nov24_DAL:revs:6053":{"changeset":"Z:b32<1|6o=axt=26-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748757827}},"pad:IVOA_Nov24_DAL:revs:6054":{"changeset":"Z:b31>2|6o=axt=26*7+2$tw","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748758328}},"pad:IVOA_Nov24_DAL:revs:6055":{"changeset":"Z:b33>4|6o=axt=28*7+4$o en","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748758930}},"pad:IVOA_Nov24_DAL:revs:6056":{"changeset":"Z:b37>2|6o=axt=2c*7+2$dp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748759430}},"pad:IVOA_Nov24_DAL:revs:6057":{"changeset":"Z:b39>3|6o=axt=2e*7+3$oin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748759930}},"pad:IVOA_Nov24_DAL:revs:6058":{"changeset":"Z:b3c>4|6o=axt=2h*7+4$ts w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748760431}},"pad:IVOA_Nov24_DAL:revs:6059":{"changeset":"Z:b3g>3|6o=axt=2l*7+3$oul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748760930}},"pad:IVOA_Nov24_DAL:revs:6060":{"changeset":"Z:b3j>5|6o=axt=2o*7+5$d hav","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748761432}},"pad:IVOA_Nov24_DAL:revs:6061":{"changeset":"Z:b3o>2|6o=axt=2t*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748761934}},"pad:IVOA_Nov24_DAL:revs:6062":{"changeset":"Z:b3q>1|6o=axt=2v*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748762435}},"pad:IVOA_Nov24_DAL:revs:6063":{"changeset":"Z:b3r>0|6o=axt=2v-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748762934}},"pad:IVOA_Nov24_DAL:revs:6064":{"changeset":"Z:b3r>1|6o=axt=2w*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748763434}},"pad:IVOA_Nov24_DAL:revs:6065":{"changeset":"Z:b3s>3|6o=axt=2x*7+3$me ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748763935}},"pad:IVOA_Nov24_DAL:revs:6066":{"changeset":"Z:b3v>2|6o=axt=30*7+2$ap","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748764436}},"pad:IVOA_Nov24_DAL:revs:6067":{"changeset":"Z:b3x>1|6o=axt=32*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748764941}},"pad:IVOA_Nov24_DAL:revs:6068":{"changeset":"Z:b3y>1|6o=axt=33*7+1$'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748765743}},"pad:IVOA_Nov24_DAL:revs:6069":{"changeset":"Z:b3z>3|6o=axt=34*7+3$s. ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748766243}},"pad:IVOA_Nov24_DAL:revs:6070":{"changeset":"Z:b42>1|6o=axt=37*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748767647}},"pad:IVOA_Nov24_DAL:revs:6071":{"changeset":"Z:b43>4|6o=axt=38*7+4$oesn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748768148}},"pad:IVOA_Nov24_DAL:revs:6072":{"changeset":"Z:b47>3|6o=axt=3c*7+3$'t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748768648}},"pad:IVOA_Nov24_DAL:revs:6073":{"changeset":"Z:b4a>5|6o=axt=3f*7+5$mean ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748769149}},"pad:IVOA_Nov24_DAL:revs:6074":{"changeset":"Z:b4f>1|6o=axt=3k*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748770053}},"pad:IVOA_Nov24_DAL:revs:6075":{"changeset":"Z:b4g>4|6o=axt=3l*7+4$hat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748770553}},"pad:IVOA_Nov24_DAL:revs:6076":{"changeset":"Z:b4k>4|6o=axt=3p*7+4$unti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748771053}},"pad:IVOA_Nov24_DAL:revs:6077":{"changeset":"Z:b4o>4|6o=axt=3t*7+4$l a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748771557}},"pad:IVOA_Nov24_DAL:revs:6078":{"changeset":"Z:b4s>5|6o=axt=3x*7+5$clien","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748772057}},"pad:IVOA_Nov24_DAL:revs:6079":{"changeset":"Z:b4x>5|6o=axt=42*7+5$t is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748772557}},"pad:IVOA_Nov24_DAL:revs:6080":{"changeset":"Z:b52>4|6o=axt=47*7+4$upda","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748773056}},"pad:IVOA_Nov24_DAL:revs:6081":{"changeset":"Z:b56>3|6o=axt=4b*7+3$ted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748773557}},"pad:IVOA_Nov24_DAL:revs:6082":{"changeset":"Z:b59>1|6o=axt=4e*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748774558}},"pad:IVOA_Nov24_DAL:revs:6083":{"changeset":"Z:b5a>4|6o=axt=4f*7+4$to k","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748775063}},"pad:IVOA_Nov24_DAL:revs:6084":{"changeset":"Z:b5e>1|6o=axt=4j*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748775559}},"pad:IVOA_Nov24_DAL:revs:6085":{"changeset":"Z:b5f>3|6o=axt=4k*7+3$o w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748776061}},"pad:IVOA_Nov24_DAL:revs:6086":{"changeset":"Z:b5i>0|6o=axt=4l-2*7+2$w ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748776563}},"pad:IVOA_Nov24_DAL:revs:6087":{"changeset":"Z:b5i>5|6o=axt=4n*7+5$there","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748777065}},"pad:IVOA_Nov24_DAL:revs:6088":{"changeset":"Z:b5n>4|6o=axt=4s*7+4$'s n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748777566}},"pad:IVOA_Nov24_DAL:revs:6089":{"changeset":"Z:b5r>2|6o=axt=4w*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748778066}},"pad:IVOA_Nov24_DAL:revs:6090":{"changeset":"Z:b5t>1|6o=axt=4y*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748784073}},"pad:IVOA_Nov24_DAL:revs:6091":{"changeset":"Z:b5u>2|6o=axt=4z*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748784575}},"pad:IVOA_Nov24_DAL:revs:6092":{"changeset":"Z:b5w>1|6o=axt=51*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748785172}},"pad:IVOA_Nov24_DAL:revs:6093":{"changeset":"Z:b5x>5|6o=axt=52*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748785776}},"pad:IVOA_Nov24_DAL:revs:6094":{"changeset":"Z:b62>5|6p=b2w=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748786277}},"pad:IVOA_Nov24_DAL:revs:6095":{"changeset":"Z:b67>1|6q=b31=4*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748788985}},"pad:IVOA_Nov24_DAL:revs:6096":{"changeset":"Z:b68<1|6q=b31=4-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748789685}},"pad:IVOA_Nov24_DAL:revs:6097":{"changeset":"Z:b67>2|6q=b31=4*7+2$MD","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748790187}},"pad:IVOA_Nov24_DAL:revs:6098":{"changeset":"Z:b69>1|6q=b31=6*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748791993}},"pad:IVOA_Nov24_DAL:revs:6099":{"changeset":"Z:b6a>1|6q=b31=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748792494}},"pad:IVOA_Nov24_DAL:revs:6100":{"changeset":"Z:b6b>1|6q=b31=8*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748793193,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ?\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|9+jx*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6101":{"changeset":"Z:b6c>1|6q=b31=9*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748793698}},"pad:IVOA_Nov24_DAL:revs:6102":{"changeset":"Z:b6d>3|6q=b31=a*7+3$Int","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748794296}},"pad:IVOA_Nov24_DAL:revs:6103":{"changeset":"Z:b6g>2|6q=b31=d*7+2$er","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748794796}},"pad:IVOA_Nov24_DAL:revs:6104":{"changeset":"Z:b6i>3|6q=b31=f*7+3$jet","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748795298}},"pad:IVOA_Nov24_DAL:revs:6105":{"changeset":"Z:b6l>1|6q=b31=i*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748795799}},"pad:IVOA_Nov24_DAL:revs:6106":{"changeset":"Z:b6m>2|6q=b31=j*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748796299}},"pad:IVOA_Nov24_DAL:revs:6107":{"changeset":"Z:b6o>a|6q=b31=l*7|2+6*7+4$\n \n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748796802}},"pad:IVOA_Nov24_DAL:revs:6108":{"changeset":"Z:b6y>1|6s=b3s=4*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748799305}},"pad:IVOA_Nov24_DAL:revs:6109":{"changeset":"Z:b6z>1|6s=b3s=5*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748800108}},"pad:IVOA_Nov24_DAL:revs:6110":{"changeset":"Z:b70>1|6s=b3s=6*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748800611}},"pad:IVOA_Nov24_DAL:revs:6111":{"changeset":"Z:b71>2|6s=b3s=7*7+2$CA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748801111}},"pad:IVOA_Nov24_DAL:revs:6112":{"changeset":"Z:b73>1|6s=b3s=9*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748801911}},"pad:IVOA_Nov24_DAL:revs:6113":{"changeset":"Z:b74<1|6s=b3s=9-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748802413}},"pad:IVOA_Nov24_DAL:revs:6114":{"changeset":"Z:b73>3|6s=b3s=9*7+3$T n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748803011}},"pad:IVOA_Nov24_DAL:revs:6115":{"changeset":"Z:b76>3|6s=b3s=c*7+3$eed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748803415}},"pad:IVOA_Nov24_DAL:revs:6116":{"changeset":"Z:b79>2|6s=b3s=f*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748804012}},"pad:IVOA_Nov24_DAL:revs:6117":{"changeset":"Z:b7b>2|6s=b3s=h*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748804514}},"pad:IVOA_Nov24_DAL:revs:6118":{"changeset":"Z:b7d>4|6s=b3s=j*7+4$o be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748805014}},"pad:IVOA_Nov24_DAL:revs:6119":{"changeset":"Z:b7h>1|6s=b3s=n*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748805515}},"pad:IVOA_Nov24_DAL:revs:6120":{"changeset":"Z:b7i<1|6s=b3s=n-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748806014}},"pad:IVOA_Nov24_DAL:revs:6121":{"changeset":"Z:b7h<2|6s=b3s=l-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748806518}},"pad:IVOA_Nov24_DAL:revs:6122":{"changeset":"Z:b7f1|6s=b3s=4*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748810223}},"pad:IVOA_Nov24_DAL:revs:6124":{"changeset":"Z:b6z>3|6s=b3s=5*7+3$on'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748810723}},"pad:IVOA_Nov24_DAL:revs:6125":{"changeset":"Z:b72>4|6s=b3s=8*7+4$t kn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748811223}},"pad:IVOA_Nov24_DAL:revs:6126":{"changeset":"Z:b76>4|6s=b3s=c*7+4$ow w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748811724}},"pad:IVOA_Nov24_DAL:revs:6127":{"changeset":"Z:b7a<1|6s=b3s=f-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748812224}},"pad:IVOA_Nov24_DAL:revs:6128":{"changeset":"Z:b79>4|6s=b3s=f*7+4$how ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748812726}},"pad:IVOA_Nov24_DAL:revs:6129":{"changeset":"Z:b7d>3|6s=b3s=j*7+3$we ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748813230}},"pad:IVOA_Nov24_DAL:revs:6130":{"changeset":"Z:b7g>5|6s=b3s=m*7+5$can i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748813726}},"pad:IVOA_Nov24_DAL:revs:6131":{"changeset":"Z:b7l>3|6s=b3s=r*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748814227}},"pad:IVOA_Nov24_DAL:revs:6132":{"changeset":"Z:b7o>4|6s=b3s=u*7+4$emen","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748814728}},"pad:IVOA_Nov24_DAL:revs:6133":{"changeset":"Z:b7s>2|6s=b3s=y*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748815327}},"pad:IVOA_Nov24_DAL:revs:6134":{"changeset":"Z:b7u>5|6s=b3s=10*7+5$this ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748815728}},"pad:IVOA_Nov24_DAL:revs:6135":{"changeset":"Z:b7z>2|6s=b3s=15*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748816328}},"pad:IVOA_Nov24_DAL:revs:6136":{"changeset":"Z:b81>4|6s=b3s=17*7+4$grat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748816831}},"pad:IVOA_Nov24_DAL:revs:6137":{"changeset":"Z:b85<1|6s=b3s=1a-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748817931}},"pad:IVOA_Nov24_DAL:revs:6138":{"changeset":"Z:b84<1|6s=b3s=19-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748818433}},"pad:IVOA_Nov24_DAL:revs:6139":{"changeset":"Z:b83>2|6s=b3s=19*7+2$eg","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748818933}},"pad:IVOA_Nov24_DAL:revs:6140":{"changeset":"Z:b85>4|6s=b3s=1b*7+4$atio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748819435}},"pad:IVOA_Nov24_DAL:revs:6141":{"changeset":"Z:b89>5|6s=b3s=1f*7+5$n to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748819933}},"pad:IVOA_Nov24_DAL:revs:6142":{"changeset":"Z:b8e>3|6s=b3s=1k*7+3$be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748820533}},"pad:IVOA_Nov24_DAL:revs:6143":{"changeset":"Z:b8h>1|6s=b3s=1n*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748821633}},"pad:IVOA_Nov24_DAL:revs:6144":{"changeset":"Z:b8i>3|6s=b3s=1o*7+3$mpl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748822135}},"pad:IVOA_Nov24_DAL:revs:6145":{"changeset":"Z:b8l>3|6s=b3s=1r*7+3$eme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748822638}},"pad:IVOA_Nov24_DAL:revs:6146":{"changeset":"Z:b8o>3|6s=b3s=1u*7+3$nto","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748823139}},"pad:IVOA_Nov24_DAL:revs:6147":{"changeset":"Z:b8r>4|6s=b3s=1x*7+4$r's ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748823637}},"pad:IVOA_Nov24_DAL:revs:6148":{"changeset":"Z:b8v>3|6s=b3s=21*7+3$cho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748824138}},"pad:IVOA_Nov24_DAL:revs:6149":{"changeset":"Z:b8y>5|6s=b3s=24*7+5$ice. ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748824643}},"pad:IVOA_Nov24_DAL:revs:6150":{"changeset":"Z:b93>1|6s=b3s=29*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748825139}},"pad:IVOA_Nov24_DAL:revs:6151":{"changeset":"Z:b94>1|6s=b3s=2a*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748825644}},"pad:IVOA_Nov24_DAL:revs:6152":{"changeset":"Z:b95>3|6s=b3s=2b*7+3$imi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748826139}},"pad:IVOA_Nov24_DAL:revs:6153":{"changeset":"Z:b98>4|6s=b3s=2e*7+4$ng f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748826741}},"pad:IVOA_Nov24_DAL:revs:6154":{"changeset":"Z:b9c>4|6s=b3s=2i*7+4$or s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748827240}},"pad:IVOA_Nov24_DAL:revs:6155":{"changeset":"Z:b9g>5|6s=b3s=2m*7+5$harin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748827741}},"pad:IVOA_Nov24_DAL:revs:6156":{"changeset":"Z:b9l>3|6s=b3s=2r*7+3$g i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748828241}},"pad:IVOA_Nov24_DAL:revs:6157":{"changeset":"Z:b9o>2|6s=b3s=2u*7+2$n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748828742}},"pad:IVOA_Nov24_DAL:revs:6158":{"changeset":"Z:b9q>1|6s=b3s=2w*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748830244}},"pad:IVOA_Nov24_DAL:revs:6159":{"changeset":"Z:b9r>4|6s=b3s=2x*7+4$roje","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748830746}},"pad:IVOA_Nov24_DAL:revs:6160":{"changeset":"Z:b9v>3|6s=b3s=31*7+3$ct ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748831244}},"pad:IVOA_Nov24_DAL:revs:6161":{"changeset":"Z:b9y>1|6s=b3s=34*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748832244}},"pad:IVOA_Nov24_DAL:revs:6162":{"changeset":"Z:b9z>2|6s=b3s=35*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748832746}},"pad:IVOA_Nov24_DAL:revs:6163":{"changeset":"Z:ba1>3|6s=b3s=37*7+3$pri","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748833244}},"pad:IVOA_Nov24_DAL:revs:6164":{"changeset":"Z:ba4>5|6s=b3s=3a*7+5$mary ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748833746}},"pad:IVOA_Nov24_DAL:revs:6165":{"changeset":"Z:ba9>3|6s=b3s=3f*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748834246}},"pad:IVOA_Nov24_DAL:revs:6166":{"changeset":"Z:bac>4|6s=b3s=3i*7+4$ cas","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748834849}},"pad:IVOA_Nov24_DAL:revs:6167":{"changeset":"Z:bag>3|6s=b3s=3m*7+3$e, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748835246}},"pad:IVOA_Nov24_DAL:revs:6168":{"changeset":"Z:baj>1|6s=b3s=3p*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748835849}},"pad:IVOA_Nov24_DAL:revs:6169":{"changeset":"Z:bak>1|6s=b3s=3q*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748836250}},"pad:IVOA_Nov24_DAL:revs:6170":{"changeset":"Z:bal>2|6s=b3s=3r*7+2$i ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748836749}},"pad:IVOA_Nov24_DAL:revs:6171":{"changeset":"Z:ban>3|6s=b3s=3t*7+3$par","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748837348}},"pad:IVOA_Nov24_DAL:revs:6172":{"changeset":"Z:baq>2|6s=b3s=3w*7+2$ts","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748837851}},"pad:IVOA_Nov24_DAL:revs:6173":{"changeset":"Z:bas>4|6s=b3s=3y*7+4$ are","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748838250}},"pad:IVOA_Nov24_DAL:revs:6174":{"changeset":"Z:baw>4|6s=b3s=42*7+4$ str","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748838750}},"pad:IVOA_Nov24_DAL:revs:6175":{"changeset":"Z:bb0>4|6s=b3s=46*7+4$aigh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748839249}},"pad:IVOA_Nov24_DAL:revs:6176":{"changeset":"Z:bb4>4|6s=b3s=4a*7+4$tfor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748839750}},"pad:IVOA_Nov24_DAL:revs:6177":{"changeset":"Z:bb8>1|6s=b3s=4e*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748840360}},"pad:IVOA_Nov24_DAL:revs:6178":{"changeset":"Z:bb9>3|6s=b3s=4f*7+3$ard","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748840853}},"pad:IVOA_Nov24_DAL:revs:6179":{"changeset":"Z:bbc>1|6s=b3s=4i*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748841352}},"pad:IVOA_Nov24_DAL:revs:6180":{"changeset":"Z:bbd>5|6s=b3s=4j*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748844681}},"pad:IVOA_Nov24_DAL:revs:6181":{"changeset":"Z:bbi>5|6t=b8c=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748845183}},"pad:IVOA_Nov24_DAL:revs:6182":{"changeset":"Z:bbn>1|6u=b8h=4*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748847188}},"pad:IVOA_Nov24_DAL:revs:6183":{"changeset":"Z:bbo>1|6u=b8h=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748847688}},"pad:IVOA_Nov24_DAL:revs:6184":{"changeset":"Z:bbp>1|6s=b3s=4*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748851394}},"pad:IVOA_Nov24_DAL:revs:6185":{"changeset":"Z:bbq>1|6s=b3s=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748853194}},"pad:IVOA_Nov24_DAL:revs:6186":{"changeset":"Z:bbr>1|6s=b3s=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748853695}},"pad:IVOA_Nov24_DAL:revs:6187":{"changeset":"Z:bbs>1|6u=b8k=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748854999}},"pad:IVOA_Nov24_DAL:revs:6188":{"changeset":"Z:bbt>3|6u=b8k=7*7+3$If ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748855501}},"pad:IVOA_Nov24_DAL:revs:6189":{"changeset":"Z:bbw>4|6u=b8k=a*7+4$you ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748855998}},"pad:IVOA_Nov24_DAL:revs:6190":{"changeset":"Z:bc0>3|6u=b8k=e*7+3$put","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748856603}},"pad:IVOA_Nov24_DAL:revs:6191":{"changeset":"Z:bc3>5|6u=b8k=h*7+5$ user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748857103}},"pad:IVOA_Nov24_DAL:revs:6192":{"changeset":"Z:bc8>3|6u=b8k=m*7+3$ ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748857603}},"pad:IVOA_Nov24_DAL:revs:6193":{"changeset":"Z:bcb>4|6u=b8k=p*7+4$ble ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748858104}},"pad:IVOA_Nov24_DAL:revs:6194":{"changeset":"Z:bcf>3|6u=b8k=t*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748858606}},"pad:IVOA_Nov24_DAL:revs:6195":{"changeset":"Z:bci>4|6u=b8k=w*7+4$regi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748859106}},"pad:IVOA_Nov24_DAL:revs:6196":{"changeset":"Z:bcm>2|6u=b8k=10*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748859606}},"pad:IVOA_Nov24_DAL:revs:6197":{"changeset":"Z:bco>2|6u=b8k=12*7+2$ry","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748860105}},"pad:IVOA_Nov24_DAL:revs:6198":{"changeset":"Z:bcq>1|6u=b8k=14*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748860707}},"pad:IVOA_Nov24_DAL:revs:6199":{"changeset":"Z:bcr>1|6u=b8k=15*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748861207}},"pad:IVOA_Nov24_DAL:revs:6200":{"changeset":"Z:bcs>1|6u=b8k=16*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748863009,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, w\n\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|d+qe*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6201":{"changeset":"Z:bct>3|6u=b8k=17*7+3$ill","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748863509}},"pad:IVOA_Nov24_DAL:revs:6202":{"changeset":"Z:bcw>1|6u=b8k=1a*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748864014}},"pad:IVOA_Nov24_DAL:revs:6203":{"changeset":"Z:bcx>1|6u=b8k=1a-1*7+2$/ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748864515}},"pad:IVOA_Nov24_DAL:revs:6204":{"changeset":"Z:bcy>2|6u=b8k=1c*7+2$ho","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748865015}},"pad:IVOA_Nov24_DAL:revs:6205":{"changeset":"Z:bd0<3|6u=b8k=1b-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748865515}},"pad:IVOA_Nov24_DAL:revs:6206":{"changeset":"Z:bcx>4|6u=b8k=1b*7+4$how ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748866014}},"pad:IVOA_Nov24_DAL:revs:6207":{"changeset":"Z:bd1>4|6u=b8k=1f*7+4$we s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748866518}},"pad:IVOA_Nov24_DAL:revs:6208":{"changeset":"Z:bd5>1|6u=b8k=1j*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748867015}},"pad:IVOA_Nov24_DAL:revs:6209":{"changeset":"Z:bd6>4|6u=b8k=1k*7+4$para","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748867515}},"pad:IVOA_Nov24_DAL:revs:6210":{"changeset":"Z:bda>3|6u=b8k=1o*7+3$te ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748868017}},"pad:IVOA_Nov24_DAL:revs:6211":{"changeset":"Z:bdd>1|6u=b8k=1r*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748869016}},"pad:IVOA_Nov24_DAL:revs:6212":{"changeset":"Z:bde>4|6u=b8k=1s*7+4$sers","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748869516}},"pad:IVOA_Nov24_DAL:revs:6213":{"changeset":"Z:bdi>5|6u=b8k=1w*7+5$ from","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748870016}},"pad:IVOA_Nov24_DAL:revs:6214":{"changeset":"Z:bdn>1|6u=b8k=21*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748870518}},"pad:IVOA_Nov24_DAL:revs:6215":{"changeset":"Z:bdo>1|6u=b8k=22*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748871019}},"pad:IVOA_Nov24_DAL:revs:6216":{"changeset":"Z:bdp>2|6u=b8k=23*7+2$ns","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748871523}},"pad:IVOA_Nov24_DAL:revs:6217":{"changeset":"Z:bdr>1|6u=b8k=25*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748872119}},"pad:IVOA_Nov24_DAL:revs:6218":{"changeset":"Z:bds>3|6u=b8k=26*7+3$itu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748872621}},"pad:IVOA_Nov24_DAL:revs:6219":{"changeset":"Z:bdv>2|6u=b8k=29*7+2$ti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748873120}},"pad:IVOA_Nov24_DAL:revs:6220":{"changeset":"Z:bdx>3|6u=b8k=2b*7+3$ons","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748873624}},"pad:IVOA_Nov24_DAL:revs:6221":{"changeset":"Z:be0>1|6u=b8k=2e*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748874622}},"pad:IVOA_Nov24_DAL:revs:6222":{"changeset":"Z:be1>1|6u=b8k=2f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748875123}},"pad:IVOA_Nov24_DAL:revs:6223":{"changeset":"Z:be2>1|6u=b8k=2g*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748876224}},"pad:IVOA_Nov24_DAL:revs:6224":{"changeset":"Z:be3>3|6u=b8k=2h*7+3$e s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748876724}},"pad:IVOA_Nov24_DAL:revs:6225":{"changeset":"Z:be6>3|6u=b8k=2k*7+3$hou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748877226}},"pad:IVOA_Nov24_DAL:revs:6226":{"changeset":"Z:be9>3|6u=b8k=2n*7+3$ld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748877726}},"pad:IVOA_Nov24_DAL:revs:6227":{"changeset":"Z:bec>3|6u=b8k=2q*7+3$add","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748878230}},"pad:IVOA_Nov24_DAL:revs:6228":{"changeset":"Z:bef>6|6u=b8k=2t*7+6$ some ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748878726}},"pad:IVOA_Nov24_DAL:revs:6229":{"changeset":"Z:bel>3|6u=b8k=2z*7+3$fla","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748879226}},"pad:IVOA_Nov24_DAL:revs:6230":{"changeset":"Z:beo>1|6u=b8k=32*7+1$g","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748879728}},"pad:IVOA_Nov24_DAL:revs:6231":{"changeset":"Z:bep>3|6u=b8k=33*7+3$, e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748880228}},"pad:IVOA_Nov24_DAL:revs:6232":{"changeset":"Z:bes>2|6u=b8k=36*7+2$tc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748880727}},"pad:IVOA_Nov24_DAL:revs:6233":{"changeset":"Z:beu>3|6u=b8k=38*7+3$ to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748881227}},"pad:IVOA_Nov24_DAL:revs:6234":{"changeset":"Z:bex>4|6u=b8k=3b*7+4$ dis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748881726}},"pad:IVOA_Nov24_DAL:revs:6235":{"changeset":"Z:bf1>4|6u=b8k=3f*7+4$ting","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748882228}},"pad:IVOA_Nov24_DAL:revs:6236":{"changeset":"Z:bf5>3|6u=b8k=3j*7+3$uis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748882730}},"pad:IVOA_Nov24_DAL:revs:6237":{"changeset":"Z:bf8>6|6u=b8k=3m*7|1+2*7+4$h\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748883230}},"pad:IVOA_Nov24_DAL:revs:6238":{"changeset":"Z:bfe>6|6v=bc8=4*7|1+1*7+5$\n A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748883731}},"pad:IVOA_Nov24_DAL:revs:6239":{"changeset":"Z:bfk>1|6w=bcd=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748884233}},"pad:IVOA_Nov24_DAL:revs:6240":{"changeset":"Z:bfl>2|6w=bcd=6*7+2$ Y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748884837}},"pad:IVOA_Nov24_DAL:revs:6241":{"changeset":"Z:bfn>4|6w=bcd=8*7+4$es, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748885335}},"pad:IVOA_Nov24_DAL:revs:6242":{"changeset":"Z:bfr>2|6w=bcd=c*7+2$I ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748885834}},"pad:IVOA_Nov24_DAL:revs:6243":{"changeset":"Z:bft>2|6w=bcd=e*7+2$ag","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748886336}},"pad:IVOA_Nov24_DAL:revs:6244":{"changeset":"Z:bfv>2|6w=bcd=g*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748886836}},"pad:IVOA_Nov24_DAL:revs:6245":{"changeset":"Z:bfx>2|6w=bcd=i*7+2$e.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748887337}},"pad:IVOA_Nov24_DAL:revs:6246":{"changeset":"Z:bfz>5|6w=bcd=k*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748887939}},"pad:IVOA_Nov24_DAL:revs:6247":{"changeset":"Z:bg4>5|6x=bcy=4*7|1+1*7+4$\n ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748888440}},"pad:IVOA_Nov24_DAL:revs:6248":{"changeset":"Z:bg9>1|6y=bd3=4*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748888939}},"pad:IVOA_Nov24_DAL:revs:6249":{"changeset":"Z:bga>1|6y=bd3=5*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748889441}},"pad:IVOA_Nov24_DAL:revs:6250":{"changeset":"Z:bgb>1|6y=bd3=6*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748890041}},"pad:IVOA_Nov24_DAL:revs:6251":{"changeset":"Z:bgc>1|6y=bd3=7*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748898751}},"pad:IVOA_Nov24_DAL:revs:6252":{"changeset":"Z:bgd>1|6y=bd3=8*7+1$f","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748899653}},"pad:IVOA_Nov24_DAL:revs:6253":{"changeset":"Z:bge>4|6y=bd3=9*7+4$ you","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748900153}},"pad:IVOA_Nov24_DAL:revs:6254":{"changeset":"Z:bgi>4|6y=bd3=d*7+4$ hav","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748900652}},"pad:IVOA_Nov24_DAL:revs:6255":{"changeset":"Z:bgm>3|6y=bd3=h*7+3$e t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748901255}},"pad:IVOA_Nov24_DAL:revs:6256":{"changeset":"Z:bgp>5|6y=bd3=k*7+5$wo di","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748901755}},"pad:IVOA_Nov24_DAL:revs:6257":{"changeset":"Z:bgu>4|6y=bd3=p*7+4$ffer","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748902255}},"pad:IVOA_Nov24_DAL:revs:6258":{"changeset":"Z:bgy>2|6y=bd3=t*7+2$en","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748902762}},"pad:IVOA_Nov24_DAL:revs:6259":{"changeset":"Z:bh0>2|6y=bd3=v*7+2$t ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748903260}},"pad:IVOA_Nov24_DAL:revs:6260":{"changeset":"Z:bh2>4|6y=bd3=x*7+4$kind","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748903762}},"pad:IVOA_Nov24_DAL:revs:6261":{"changeset":"Z:bh6>4|6y=bd3=11*7+4$ of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748904265}},"pad:IVOA_Nov24_DAL:revs:6262":{"changeset":"Z:bha>3|6y=bd3=15*7+3$tab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748904762}},"pad:IVOA_Nov24_DAL:revs:6263":{"changeset":"Z:bhd>5|6y=bd3=18*7+5$les, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748905265}},"pad:IVOA_Nov24_DAL:revs:6264":{"changeset":"Z:bhi>1|6z=beh*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748986904}},"pad:IVOA_Nov24_DAL:revs:6265":{"changeset":"Z:bhj>1|70=bei*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748987704}},"pad:IVOA_Nov24_DAL:revs:6266":{"changeset":"Z:bhk>2|70=bei=1*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748988204}},"pad:IVOA_Nov24_DAL:revs:6267":{"changeset":"Z:bhm>2|70=bei=3*7+2$DI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748988704}},"pad:IVOA_Nov24_DAL:revs:6268":{"changeset":"Z:bho>4|70=bei=5*7+4$ffer","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748989307}},"pad:IVOA_Nov24_DAL:revs:6269":{"changeset":"Z:bhs>4|70=bei=9*7+4$ent ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748989807}},"pad:IVOA_Nov24_DAL:revs:6270":{"changeset":"Z:bhw>4|70=bei=d*7+4$sche","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748990308}},"pad:IVOA_Nov24_DAL:revs:6271":{"changeset":"Z:bi0>4|70=bei=h*7+4$ma m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748990809}},"pad:IVOA_Nov24_DAL:revs:6272":{"changeset":"Z:bi4>4|70=bei=l*7+4$eans","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748991308}},"pad:IVOA_Nov24_DAL:revs:6273":{"changeset":"Z:bi8>4|70=bei=p*7+4$ it ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748991809}},"pad:IVOA_Nov24_DAL:revs:6274":{"changeset":"Z:bic>0|70=bei=s-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748992311}},"pad:IVOA_Nov24_DAL:revs:6275":{"changeset":"Z:bic<1|70=bei=s-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748992811}},"pad:IVOA_Nov24_DAL:revs:6276":{"changeset":"Z:bib>3|70=bei=s*7+3$'s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748993310}},"pad:IVOA_Nov24_DAL:revs:6277":{"changeset":"Z:bie>4|70=bei=v*7+4$stil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748993810}},"pad:IVOA_Nov24_DAL:revs:6278":{"changeset":"Z:bii>3|70=bei=z*7+3$l v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748994312}},"pad:IVOA_Nov24_DAL:revs:6279":{"changeset":"Z:bil>4|70=bei=12*7+4$isib","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748994933}},"pad:IVOA_Nov24_DAL:revs:6280":{"changeset":"Z:bip>5|70=bei=16*7+5$le to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748995346}},"pad:IVOA_Nov24_DAL:revs:6281":{"changeset":"Z:biu>3|70=bei=1b*7+3$ VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748995838}},"pad:IVOA_Nov24_DAL:revs:6282":{"changeset":"Z:bix>2|70=bei=1e*7+2$IS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748996339}},"pad:IVOA_Nov24_DAL:revs:6283":{"changeset":"Z:biz<2|70=bei=1e-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748996840}},"pad:IVOA_Nov24_DAL:revs:6284":{"changeset":"Z:bix>2|70=bei=1e*7+2$SI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748997339}},"pad:IVOA_Nov24_DAL:revs:6285":{"changeset":"Z:biz>1|70=bei=1g*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748997841}},"pad:IVOA_Nov24_DAL:revs:6286":{"changeset":"Z:bj0>4|70=bei=1h*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748998339}},"pad:IVOA_Nov24_DAL:revs:6287":{"changeset":"Z:bj4>3|70=bei=1l*7+3$s? ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748998839}},"pad:IVOA_Nov24_DAL:revs:6288":{"changeset":"Z:bj7>1|70=bei=1o*7+1$(","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748999341}},"pad:IVOA_Nov24_DAL:revs:6289":{"changeset":"Z:bj8>2|70=bei=1p*7+2$YE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731748999843}},"pad:IVOA_Nov24_DAL:revs:6290":{"changeset":"Z:bja>2|70=bei=1r*7+2$s)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749000345}},"pad:IVOA_Nov24_DAL:revs:6291":{"changeset":"Z:bjc<2|70=bei=1q-3*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749000844}},"pad:IVOA_Nov24_DAL:revs:6292":{"changeset":"Z:bja>2|70=bei=1r*7+2$s)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749001444}},"pad:IVOA_Nov24_DAL:revs:6293":{"changeset":"Z:bjc>1|70=bei=1t*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749001943}},"pad:IVOA_Nov24_DAL:revs:6294":{"changeset":"Z:bjd>1|70=bei=1u*7+1$Y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749003047}},"pad:IVOA_Nov24_DAL:revs:6295":{"changeset":"Z:bje>3|70=bei=1v*7+3$ou ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749003547}},"pad:IVOA_Nov24_DAL:revs:6296":{"changeset":"Z:bjh>5|70=bei=1y*7+5$have ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749004047}},"pad:IVOA_Nov24_DAL:revs:6297":{"changeset":"Z:bjm>2|70=bei=23*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749004547}},"pad:IVOA_Nov24_DAL:revs:6298":{"changeset":"Z:bjo>2|70=bei=25*7+2$SP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749005049}},"pad:IVOA_Nov24_DAL:revs:6299":{"changeset":"Z:bjq<1|70=bei=26-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749005549}},"pad:IVOA_Nov24_DAL:revs:6300":{"changeset":"Z:bjp>5|70=bei=26*7+5$pace ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749006049,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace \n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|i+xf*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6301":{"changeset":"Z:bju>3|70=bei=2b*7+3$imp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749006566}},"pad:IVOA_Nov24_DAL:revs:6302":{"changeset":"Z:bjx>3|70=bei=2e*7+3$lem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749007051}},"pad:IVOA_Nov24_DAL:revs:6303":{"changeset":"Z:bk0>4|70=bei=2h*7+4$enta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749007552}},"pad:IVOA_Nov24_DAL:revs:6304":{"changeset":"Z:bk4>4|70=bei=2l*7+4$tion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749008151}},"pad:IVOA_Nov24_DAL:revs:6305":{"changeset":"Z:bk8>2|70=bei=2p*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749008553}},"pad:IVOA_Nov24_DAL:revs:6306":{"changeset":"Z:bka>1|70=bei=2r*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749009453}},"pad:IVOA_Nov24_DAL:revs:6307":{"changeset":"Z:bkb>4|70=bei=2s*7+4$eems","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749010055}},"pad:IVOA_Nov24_DAL:revs:6308":{"changeset":"Z:bkf>1|70=bei=2w*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749010556}},"pad:IVOA_Nov24_DAL:revs:6309":{"changeset":"Z:bkg>4|70=bei=2x*7+4$reas","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749011055}},"pad:IVOA_Nov24_DAL:revs:6310":{"changeset":"Z:bkk>2|70=bei=31*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749011555}},"pad:IVOA_Nov24_DAL:revs:6311":{"changeset":"Z:bkm>4|70=bei=33*7+4$able","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749012055}},"pad:IVOA_Nov24_DAL:revs:6312":{"changeset":"Z:bkq>4|70=bei=37*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749012556}},"pad:IVOA_Nov24_DAL:revs:6313":{"changeset":"Z:bku>4|70=bei=3b*7+4$use ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749013055}},"pad:IVOA_Nov24_DAL:revs:6314":{"changeset":"Z:bky>2|70=bei=3f*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749013559}},"pad:IVOA_Nov24_DAL:revs:6315":{"changeset":"Z:bl0>1|70=bei=3h*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749014062}},"pad:IVOA_Nov24_DAL:revs:6316":{"changeset":"Z:bl1>4|70=bei=3i*7+4$pace","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749014563}},"pad:IVOA_Nov24_DAL:revs:6317":{"changeset":"Z:bl5>4|70=bei=3m*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749015062}},"pad:IVOA_Nov24_DAL:revs:6318":{"changeset":"Z:bl9>4|70=bei=3q*7+4$do t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749015563}},"pad:IVOA_Nov24_DAL:revs:6319":{"changeset":"Z:bld>3|70=bei=3u*7+3$his","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749016062}},"pad:IVOA_Nov24_DAL:revs:6320":{"changeset":"Z:blg>1|70=bei=3x*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749017362}},"pad:IVOA_Nov24_DAL:revs:6321":{"changeset":"Z:blh>1|70=bei=3y*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749017863}},"pad:IVOA_Nov24_DAL:revs:6322":{"changeset":"Z:bli>1|70=bei=3z*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749018866}},"pad:IVOA_Nov24_DAL:revs:6323":{"changeset":"Z:blj<2|70=bei=3y-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749019366}},"pad:IVOA_Nov24_DAL:revs:6324":{"changeset":"Z:blh>1|70=bei=3x-1*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749019965}},"pad:IVOA_Nov24_DAL:revs:6325":{"changeset":"Z:bli>2|70=bei=3z*7+2$ I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749020467}},"pad:IVOA_Nov24_DAL:revs:6326":{"changeset":"Z:blk>1|70=bei=41*7+1$'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749021069}},"pad:IVOA_Nov24_DAL:revs:6327":{"changeset":"Z:bll>2|70=bei=42*7+2$m ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749021570}},"pad:IVOA_Nov24_DAL:revs:6328":{"changeset":"Z:bln>5|70=bei=44*7+5$glad ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749022069}},"pad:IVOA_Nov24_DAL:revs:6329":{"changeset":"Z:bls>3|70=bei=49*7+3$you","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749022570}},"pad:IVOA_Nov24_DAL:revs:6330":{"changeset":"Z:blv>4|70=bei=4c*7+4$ did","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749023069}},"pad:IVOA_Nov24_DAL:revs:6331":{"changeset":"Z:blz>3|70=bei=4g*7+3$n't","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749023571}},"pad:IVOA_Nov24_DAL:revs:6332":{"changeset":"Z:bm2>1|70=bei=4j*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749024171}},"pad:IVOA_Nov24_DAL:revs:6333":{"changeset":"Z:bm3>1|70=bei=4k*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749024671}},"pad:IVOA_Nov24_DAL:revs:6334":{"changeset":"Z:bm4>2|70=bei=4l*7+2$Wa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749025274}},"pad:IVOA_Nov24_DAL:revs:6335":{"changeset":"Z:bm6>4|70=bei=4n*7+4$s th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749025673}},"pad:IVOA_Nov24_DAL:revs:6336":{"changeset":"Z:bma>4|70=bei=4r*7+4$is y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749026174}},"pad:IVOA_Nov24_DAL:revs:6337":{"changeset":"Z:bme>4|70=bei=4v*7+4$our ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749026773}},"pad:IVOA_Nov24_DAL:revs:6338":{"changeset":"Z:bmi>2|70=bei=4z*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749027274}},"pad:IVOA_Nov24_DAL:revs:6339":{"changeset":"Z:bmk>3|70=bei=51*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749027775}},"pad:IVOA_Nov24_DAL:revs:6340":{"changeset":"Z:bmn>1|70=bei=54*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749028275}},"pad:IVOA_Nov24_DAL:revs:6341":{"changeset":"Z:bmo>5|70=bei=55*7+5$onsid","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749028877}},"pad:IVOA_Nov24_DAL:revs:6342":{"changeset":"Z:bmt>3|70=bei=5a*7+3$ere","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749029379}},"pad:IVOA_Nov24_DAL:revs:6343":{"changeset":"Z:bmw<1|70=bei=5c-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749040899}},"pad:IVOA_Nov24_DAL:revs:6344":{"changeset":"Z:bmv>3|70=bei=5c*7+3$ati","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749041402}},"pad:IVOA_Nov24_DAL:revs:6345":{"changeset":"Z:bmy>2|70=bei=5f*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749041902}},"pad:IVOA_Nov24_DAL:revs:6346":{"changeset":"Z:bn0>1|70=bei=5h*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749042404}},"pad:IVOA_Nov24_DAL:revs:6347":{"changeset":"Z:bn1>2|70=bei=5i*7|2+2$\n\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749042903}},"pad:IVOA_Nov24_DAL:revs:6348":{"changeset":"Z:bn3>1|72=bk2*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749043504}},"pad:IVOA_Nov24_DAL:revs:6349":{"changeset":"Z:bn4>2|72=bk2=1*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749044004}},"pad:IVOA_Nov24_DAL:revs:6350":{"changeset":"Z:bn6>1|72=bk2=3*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749045407}},"pad:IVOA_Nov24_DAL:revs:6351":{"changeset":"Z:bn7>4|72=bk2=4*7+4$hey ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749045907}},"pad:IVOA_Nov24_DAL:revs:6352":{"changeset":"Z:bnb>1|72=bk2=8*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749046407}},"pad:IVOA_Nov24_DAL:revs:6353":{"changeset":"Z:bnc>4|72=bk2=9*7+4$ploa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749046908}},"pad:IVOA_Nov24_DAL:revs:6354":{"changeset":"Z:bng>2|72=bk2=d*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749047409}},"pad:IVOA_Nov24_DAL:revs:6355":{"changeset":"Z:bni>4|72=bk2=f*7+4$dire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749047908}},"pad:IVOA_Nov24_DAL:revs:6356":{"changeset":"Z:bnm>3|72=bk2=j*7+3$ctl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749048410}},"pad:IVOA_Nov24_DAL:revs:6357":{"changeset":"Z:bnp>5|72=bk2=m*7+5$y to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749048911}},"pad:IVOA_Nov24_DAL:revs:6358":{"changeset":"Z:bnu>1|72=bk2=r*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749052614}},"pad:IVOA_Nov24_DAL:revs:6359":{"changeset":"Z:bnv>2|72=bk2=s*7+2$at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749053215}},"pad:IVOA_Nov24_DAL:revs:6360":{"changeset":"Z:bnx>4|72=bk2=u*7+4$abas","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749053717}},"pad:IVOA_Nov24_DAL:revs:6361":{"changeset":"Z:bo1>4|72=bk2=y*7+4$e, n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749054214}},"pad:IVOA_Nov24_DAL:revs:6362":{"changeset":"Z:bo5>5|72=bk2=12*7+5$ot to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749054717}},"pad:IVOA_Nov24_DAL:revs:6363":{"changeset":"Z:boa>1|72=bk2=17*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749055217}},"pad:IVOA_Nov24_DAL:revs:6364":{"changeset":"Z:bob>1|72=bk2=18*7+1$V","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749056818}},"pad:IVOA_Nov24_DAL:revs:6365":{"changeset":"Z:boc>1|72=bk2=19*7+1$O","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749057717}},"pad:IVOA_Nov24_DAL:revs:6366":{"changeset":"Z:bod>1|72=bk2=1a*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749058219}},"pad:IVOA_Nov24_DAL:revs:6367":{"changeset":"Z:boe>4|72=bk2=1b*7+4$pace","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749058718}},"pad:IVOA_Nov24_DAL:revs:6368":{"changeset":"Z:boi>1|72=bk2=1f*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749060146}},"pad:IVOA_Nov24_DAL:revs:6369":{"changeset":"Z:boj>1|72=bk2=1g*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749060648}},"pad:IVOA_Nov24_DAL:revs:6370":{"changeset":"Z:bok>2|73=blj*7|1+1*7+1$\nQ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749061120}},"pad:IVOA_Nov24_DAL:revs:6371":{"changeset":"Z:bom<1|74=blk-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749062122}},"pad:IVOA_Nov24_DAL:revs:6372":{"changeset":"Z:bol<1|73=blj|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749062623}},"pad:IVOA_Nov24_DAL:revs:6373":{"changeset":"Z:bok>1|73=blj*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749063124}},"pad:IVOA_Nov24_DAL:revs:6374":{"changeset":"Z:bol>2|74=blk*7+2$Wh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749063625}},"pad:IVOA_Nov24_DAL:revs:6375":{"changeset":"Z:bon>5|74=blk=2*7+5$at is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749064124}},"pad:IVOA_Nov24_DAL:revs:6376":{"changeset":"Z:bos>5|74=blk=7*7+5$ the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749064624}},"pad:IVOA_Nov24_DAL:revs:6377":{"changeset":"Z:box>1|74=blk=c*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749065525}},"pad:IVOA_Nov24_DAL:revs:6378":{"changeset":"Z:boy>1|74=blk=d*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749066025}},"pad:IVOA_Nov24_DAL:revs:6379":{"changeset":"Z:boz>1|74=blk=e*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749066527}},"pad:IVOA_Nov24_DAL:revs:6380":{"changeset":"Z:bp0>1|74=blk=f*7+1$A","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749067033}},"pad:IVOA_Nov24_DAL:revs:6381":{"changeset":"Z:bp1>2|74=blk=g*7+2$PI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749067530}},"pad:IVOA_Nov24_DAL:revs:6382":{"changeset":"Z:bp3>1|74=blk=i*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749068033}},"pad:IVOA_Nov24_DAL:revs:6383":{"changeset":"Z:bp4<1|74=blk=i-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749068632}},"pad:IVOA_Nov24_DAL:revs:6384":{"changeset":"Z:bp3>4|74=blk=i*7+4$ peo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749069032}},"pad:IVOA_Nov24_DAL:revs:6385":{"changeset":"Z:bp7>5|74=blk=m*7+5$ple u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749069634}},"pad:IVOA_Nov24_DAL:revs:6386":{"changeset":"Z:bpc>5|74=blk=r*7+5$se to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749070135}},"pad:IVOA_Nov24_DAL:revs:6387":{"changeset":"Z:bph>2|74=blk=w*7+2$ u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749070636}},"pad:IVOA_Nov24_DAL:revs:6388":{"changeset":"Z:bpj>5|74=blk=y*7+5$pload","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749071136}},"pad:IVOA_Nov24_DAL:revs:6389":{"changeset":"Z:bpo>1|74=blk=13*7+1$?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749071637}},"pad:IVOA_Nov24_DAL:revs:6390":{"changeset":"Z:bpp>2|74=blk=14*7|2+2$\n\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749072139}},"pad:IVOA_Nov24_DAL:revs:6391":{"changeset":"Z:bpr>1|76=bmq*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749073540}},"pad:IVOA_Nov24_DAL:revs:6392":{"changeset":"Z:bps>1|76=bmq=1*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749074042}},"pad:IVOA_Nov24_DAL:revs:6393":{"changeset":"Z:bpt>1|76=bmq=2*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749074542}},"pad:IVOA_Nov24_DAL:revs:6394":{"changeset":"Z:bpu>4|76=bmq=3*7+4$also","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749075048}},"pad:IVOA_Nov24_DAL:revs:6395":{"changeset":"Z:bpy>4|76=bmq=7*7+4$ hav","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749075549}},"pad:IVOA_Nov24_DAL:revs:6396":{"changeset":"Z:bq2>4|76=bmq=b*7+4$e a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749076050}},"pad:IVOA_Nov24_DAL:revs:6397":{"changeset":"Z:bq6>2|76=bmq=f*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749076550}},"pad:IVOA_Nov24_DAL:revs:6398":{"changeset":"Z:bq8>2|76=bmq=h*7+2$SP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749077054}},"pad:IVOA_Nov24_DAL:revs:6399":{"changeset":"Z:bqa>1|76=bmq=j*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749077554}},"pad:IVOA_Nov24_DAL:revs:6400":{"changeset":"Z:bqb<1|76=bmq=i-2*7+1$p","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749078057,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nWhat is the UI/API people use to upload?\n\nWe also have a VOSp\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|o+13v*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6401":{"changeset":"Z:bqa>3|76=bmq=j*7+3$ace","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749078555}},"pad:IVOA_Nov24_DAL:revs:6402":{"changeset":"Z:bqd>1|76=bmq=m*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749079157}},"pad:IVOA_Nov24_DAL:revs:6403":{"changeset":"Z:bqe>3|76=bmq=n*7+3$ fo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749079659}},"pad:IVOA_Nov24_DAL:revs:6404":{"changeset":"Z:bqh>3|76=bmq=q*7+3$r G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749080161}},"pad:IVOA_Nov24_DAL:revs:6405":{"changeset":"Z:bqk>3|76=bmq=t*7+3$AIA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749080661}},"pad:IVOA_Nov24_DAL:revs:6406":{"changeset":"Z:bqn>1|76=bmq=w*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749081163}},"pad:IVOA_Nov24_DAL:revs:6407":{"changeset":"Z:bqo>1|76=bmq=x*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749082964}},"pad:IVOA_Nov24_DAL:revs:6408":{"changeset":"Z:bqp>2|76=bmq=y*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749083464}},"pad:IVOA_Nov24_DAL:revs:6409":{"changeset":"Z:bqr>4|76=bmq=10*7+4$have","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749083969}},"pad:IVOA_Nov24_DAL:revs:6410":{"changeset":"Z:bqv>4|76=bmq=14*7+4$ our","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749084568}},"pad:IVOA_Nov24_DAL:revs:6411":{"changeset":"Z:bqz>1|76=bmq=18*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749085069}},"pad:IVOA_Nov24_DAL:revs:6412":{"changeset":"Z:br0>3|76=bmq=19*7+3$own","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749085567}},"pad:IVOA_Nov24_DAL:revs:6413":{"changeset":"Z:br3>5|76=bmq=1c*7+5$ spac","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749086068}},"pad:IVOA_Nov24_DAL:revs:6414":{"changeset":"Z:br8>1|76=bmq=1h*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749086569}},"pad:IVOA_Nov24_DAL:revs:6415":{"changeset":"Z:br9>1|76=bmq=1i*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749087070}},"pad:IVOA_Nov24_DAL:revs:6416":{"changeset":"Z:bra>2|76=bmq=1j*7|2+2$\n\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749087573}},"pad:IVOA_Nov24_DAL:revs:6417":{"changeset":"Z:brc>1|78=bob*7+1$P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749089477}},"pad:IVOA_Nov24_DAL:revs:6418":{"changeset":"Z:brd>1|78=bob=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749090175}},"pad:IVOA_Nov24_DAL:revs:6419":{"changeset":"Z:bre>2|78=bob=2*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749090779}},"pad:IVOA_Nov24_DAL:revs:6420":{"changeset":"Z:brg>2|78=bob=4*7+2$I ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749091279}},"pad:IVOA_Nov24_DAL:revs:6421":{"changeset":"Z:bri>4|78=bob=6*7+4$thin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749091779}},"pad:IVOA_Nov24_DAL:revs:6422":{"changeset":"Z:brm>5|78=bob=a*7+5$k the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749092281}},"pad:IVOA_Nov24_DAL:revs:6423":{"changeset":"Z:brr>3|78=bob=f*7+3$re'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749092781}},"pad:IVOA_Nov24_DAL:revs:6424":{"changeset":"Z:bru>4|78=bob=i*7+4$s is","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749093380}},"pad:IVOA_Nov24_DAL:revs:6425":{"changeset":"Z:bry>3|78=bob=m*7+3$ si","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749093883}},"pad:IVOA_Nov24_DAL:revs:6426":{"changeset":"Z:bs1>3|78=bob=p*7+3$mil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749094386}},"pad:IVOA_Nov24_DAL:revs:6427":{"changeset":"Z:bs4>4|78=bob=s*7+4$ar t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749094887}},"pad:IVOA_Nov24_DAL:revs:6428":{"changeset":"Z:bs8>3|78=bob=w*7+3$o o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749095389}},"pad:IVOA_Nov24_DAL:revs:6429":{"changeset":"Z:bsb>4|78=bob=z*7+4$urs,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749095888}},"pad:IVOA_Nov24_DAL:revs:6430":{"changeset":"Z:bsf>1|78=bob=13*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749096489}},"pad:IVOA_Nov24_DAL:revs:6431":{"changeset":"Z:bsg>3|78=bob=14*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749096991}},"pad:IVOA_Nov24_DAL:revs:6432":{"changeset":"Z:bsj>4|78=bob=17*7+4$our ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749097489}},"pad:IVOA_Nov24_DAL:revs:6433":{"changeset":"Z:bsn>2|78=bob=1b*7+2$st","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749097999}},"pad:IVOA_Nov24_DAL:revs:6434":{"changeset":"Z:bsp>1|78=bob=1d*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749098488}},"pad:IVOA_Nov24_DAL:revs:6435":{"changeset":"Z:bsq<1|78=bob=1d-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749099190}},"pad:IVOA_Nov24_DAL:revs:6436":{"changeset":"Z:bsp>1|78=bob=1c-1*7+2$ys","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749099690}},"pad:IVOA_Nov24_DAL:revs:6437":{"changeset":"Z:bsq>3|78=bob=1e*7+3$tem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749100190}},"pad:IVOA_Nov24_DAL:revs:6438":{"changeset":"Z:bst>1|78=bob=1h*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749100893}},"pad:IVOA_Nov24_DAL:revs:6439":{"changeset":"Z:bsu>4|78=bob=1i*7+4$auth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749101391}},"pad:IVOA_Nov24_DAL:revs:6440":{"changeset":"Z:bsy>4|78=bob=1m*7+4$ is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749101894}},"pad:IVOA_Nov24_DAL:revs:6441":{"changeset":"Z:bt2>4|78=bob=1q*7+4$nece","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749102395}},"pad:IVOA_Nov24_DAL:revs:6442":{"changeset":"Z:bt6>3|78=bob=1u*7+3$ssa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749102894}},"pad:IVOA_Nov24_DAL:revs:6443":{"changeset":"Z:bt9>2|78=bob=1x*7+2$ry","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749103398}},"pad:IVOA_Nov24_DAL:revs:6444":{"changeset":"Z:btb>2|78=bob=1z*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749103899}},"pad:IVOA_Nov24_DAL:revs:6445":{"changeset":"Z:btd>1|78=bob=21*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749104399}},"pad:IVOA_Nov24_DAL:revs:6446":{"changeset":"Z:bte>2|78=bob=22*7+2$qu","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749105002}},"pad:IVOA_Nov24_DAL:revs:6447":{"changeset":"Z:btg>3|78=bob=24*7+3$ote","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749105503}},"pad:IVOA_Nov24_DAL:revs:6448":{"changeset":"Z:btj>1|78=bob=26-1*7+2$as","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749106003}},"pad:IVOA_Nov24_DAL:revs:6449":{"changeset":"Z:btk>1|78=bob=28*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749107137}},"pad:IVOA_Nov24_DAL:revs:6450":{"changeset":"Z:btl>5|78=bob=29*7+5$are a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749107706}},"pad:IVOA_Nov24_DAL:revs:6451":{"changeset":"Z:btq>4|78=bob=2e*7+4$ nec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749108206}},"pad:IVOA_Nov24_DAL:revs:6452":{"changeset":"Z:btu>1|78=bob=2i*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749108708}},"pad:IVOA_Nov24_DAL:revs:6453":{"changeset":"Z:btv>3|78=bob=2j*7+3$ssa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749109209}},"pad:IVOA_Nov24_DAL:revs:6454":{"changeset":"Z:bty>4|78=bob=2m*7+4$ry e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749109710}},"pad:IVOA_Nov24_DAL:revs:6455":{"changeset":"Z:bu2>2|78=bob=2q*7+2$vi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749110212}},"pad:IVOA_Nov24_DAL:revs:6456":{"changeset":"Z:bu4>3|78=bob=2s*7+3$l w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749110712}},"pad:IVOA_Nov24_DAL:revs:6457":{"changeset":"Z:bu7>3|78=bob=2v*7+3$ith","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749111215}},"pad:IVOA_Nov24_DAL:revs:6458":{"changeset":"Z:bua<3|78=bob=2v-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749111713}},"pad:IVOA_Nov24_DAL:revs:6459":{"changeset":"Z:bu7>4|78=bob=2v*7+4$hen ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749112214}},"pad:IVOA_Nov24_DAL:revs:6460":{"changeset":"Z:bub>4|78=bob=2z*7+4$it c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749112716}},"pad:IVOA_Nov24_DAL:revs:6461":{"changeset":"Z:buf>5|78=bob=33*7+5$omes ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749113215}},"pad:IVOA_Nov24_DAL:revs:6462":{"changeset":"Z:buk>2|78=bob=38*7+2$it","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749113715}},"pad:IVOA_Nov24_DAL:revs:6463":{"changeset":"Z:bum>0|78=bob=38-2*7+2$to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749114215}},"pad:IVOA_Nov24_DAL:revs:6464":{"changeset":"Z:bum>3|78=bob=3a*7+3$ us","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749114716}},"pad:IVOA_Nov24_DAL:revs:6465":{"changeset":"Z:bup>4|78=bob=3d*7+4$ers ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749115216}},"pad:IVOA_Nov24_DAL:revs:6466":{"changeset":"Z:but>1|78=bob=3h*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749117119}},"pad:IVOA_Nov24_DAL:revs:6467":{"changeset":"Z:buu>5|78=bob=3i*7+5$sing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749117619}},"pad:IVOA_Nov24_DAL:revs:6468":{"changeset":"Z:buz>1|78=bob=3n*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749118129}},"pad:IVOA_Nov24_DAL:revs:6469":{"changeset":"Z:bv0>3|78=bob=3o*7+3$erv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749118722}},"pad:IVOA_Nov24_DAL:revs:6470":{"changeset":"Z:bv3>3|78=bob=3r*7+3$ise","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749119223}},"pad:IVOA_Nov24_DAL:revs:6471":{"changeset":"Z:bv6<2|78=bob=3s-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749119724}},"pad:IVOA_Nov24_DAL:revs:6472":{"changeset":"Z:bv4>2|78=bob=3r-1*7+3$er ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749120245}},"pad:IVOA_Nov24_DAL:revs:6473":{"changeset":"Z:bv6>2|78=bob=3u*7+2$re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749120749}},"pad:IVOA_Nov24_DAL:revs:6474":{"changeset":"Z:bv8>4|78=bob=3w*7+4$sour","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749121250}},"pad:IVOA_Nov24_DAL:revs:6475":{"changeset":"Z:bvc>3|78=bob=40*7+3$ces","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749121750}},"pad:IVOA_Nov24_DAL:revs:6476":{"changeset":"Z:bvf>1|78=bob=43*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749122725}},"pad:IVOA_Nov24_DAL:revs:6477":{"changeset":"Z:bvg>1|78=bob=44*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749123824}},"pad:IVOA_Nov24_DAL:revs:6478":{"changeset":"Z:bvh>1|78=bob=45*7+1$Q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749124327}},"pad:IVOA_Nov24_DAL:revs:6479":{"changeset":"Z:bvi>4|78=bob=46*7+4$uote","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749124927}},"pad:IVOA_Nov24_DAL:revs:6480":{"changeset":"Z:bvm>2|78=bob=49-1*7+3$as ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749125428}},"pad:IVOA_Nov24_DAL:revs:6481":{"changeset":"Z:bvo>3|78=bob=4c*7+3$not","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749125929}},"pad:IVOA_Nov24_DAL:revs:6482":{"changeset":"Z:bvr>4|78=bob=4f*7+4$ cur","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749126458}},"pad:IVOA_Nov24_DAL:revs:6483":{"changeset":"Z:bvv>4|78=bob=4j*7+4$rent","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749126953}},"pad:IVOA_Nov24_DAL:revs:6484":{"changeset":"Z:bvz>3|78=bob=4n*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749127528}},"pad:IVOA_Nov24_DAL:revs:6485":{"changeset":"Z:bw2>3|78=bob=4q*7+3$imp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749128057}},"pad:IVOA_Nov24_DAL:revs:6486":{"changeset":"Z:bw5>4|78=bob=4t*7+4$leme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749128531}},"pad:IVOA_Nov24_DAL:revs:6487":{"changeset":"Z:bw9>4|78=bob=4x*7+4$nted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749129032}},"pad:IVOA_Nov24_DAL:revs:6488":{"changeset":"Z:bwd>4|78=bob=51*7+4$, we","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749129531}},"pad:IVOA_Nov24_DAL:revs:6489":{"changeset":"Z:bwh>2|78=bob=55*7+2$ j","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749130034}},"pad:IVOA_Nov24_DAL:revs:6490":{"changeset":"Z:bwj>0|78=bob=56-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749130532}},"pad:IVOA_Nov24_DAL:revs:6491":{"changeset":"Z:bwj>5|78=bob=57*7+5$imply","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749131034}},"pad:IVOA_Nov24_DAL:revs:6492":{"changeset":"Z:bwo>2|78=bob=5c*7+2$ n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749131537}},"pad:IVOA_Nov24_DAL:revs:6493":{"changeset":"Z:bwq>3|78=bob=5e*7+3$ag ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749132139}},"pad:IVOA_Nov24_DAL:revs:6494":{"changeset":"Z:bwt>3|78=bob=5h*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749132638}},"pad:IVOA_Nov24_DAL:revs:6495":{"changeset":"Z:bww>3|78=bob=5k*7+3$r's","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749133139}},"pad:IVOA_Nov24_DAL:revs:6496":{"changeset":"Z:bwz>2|78=bob=5n*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749133639}},"pad:IVOA_Nov24_DAL:revs:6497":{"changeset":"Z:bx1<3|78=bob=5m-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749134140}},"pad:IVOA_Nov24_DAL:revs:6498":{"changeset":"Z:bwy>1|78=bob=5l-1*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749134640}},"pad:IVOA_Nov24_DAL:revs:6499":{"changeset":"Z:bwz>5|78=bob=5n*7+5$ince ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749135140}},"pad:IVOA_Nov24_DAL:revs:6500":{"changeset":"Z:bx4>4|78=bob=5s*7+4$they","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749135640,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nWhat is the UI/API people use to upload?\n\nWe also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|q+1at*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6501":{"changeset":"Z:bx8>2|78=bob=5w*7+2$'r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749136146}},"pad:IVOA_Nov24_DAL:revs:6502":{"changeset":"Z:bxa>4|78=bob=5y*7+4$e al","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749136643}},"pad:IVOA_Nov24_DAL:revs:6503":{"changeset":"Z:bxe>4|78=bob=62*7+4$read","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749137144}},"pad:IVOA_Nov24_DAL:revs:6504":{"changeset":"Z:bxi>3|78=bob=66*7+3$y a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749137664}},"pad:IVOA_Nov24_DAL:revs:6505":{"changeset":"Z:bxl>3|78=bob=69*7+3$uth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749138164}},"pad:IVOA_Nov24_DAL:revs:6506":{"changeset":"Z:bxo>3|78=bob=6c*7+3$ed.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749138668}},"pad:IVOA_Nov24_DAL:revs:6507":{"changeset":"Z:bxr>1|78=bob=6f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749139443}},"pad:IVOA_Nov24_DAL:revs:6508":{"changeset":"Z:bxs>1|78=bob=6g*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749141046}},"pad:IVOA_Nov24_DAL:revs:6509":{"changeset":"Z:bxt>3|78=bob=6h*7+3$e t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749141552}},"pad:IVOA_Nov24_DAL:revs:6510":{"changeset":"Z:bxw>4|78=bob=6k*7+4$ried","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749142052}},"pad:IVOA_Nov24_DAL:revs:6511":{"changeset":"Z:by0>4|78=bob=6o*7+4$ to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749142552}},"pad:IVOA_Nov24_DAL:revs:6512":{"changeset":"Z:by4>3|78=bob=6s*7+3$use","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749143053}},"pad:IVOA_Nov24_DAL:revs:6513":{"changeset":"Z:by7>2|78=bob=6v*7+2$ V","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749143653}},"pad:IVOA_Nov24_DAL:revs:6514":{"changeset":"Z:by9>2|78=bob=6x*7+2$OS","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749144154}},"pad:IVOA_Nov24_DAL:revs:6515":{"changeset":"Z:byb>2|78=bob=6z*7+2$pa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749144654}},"pad:IVOA_Nov24_DAL:revs:6516":{"changeset":"Z:byd>2|78=bob=71*7+2$ce","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749145154}},"pad:IVOA_Nov24_DAL:revs:6517":{"changeset":"Z:byf>1|78=bob=73*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749145954}},"pad:IVOA_Nov24_DAL:revs:6518":{"changeset":"Z:byg>2|78=bob=74*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749146455}},"pad:IVOA_Nov24_DAL:revs:6519":{"changeset":"Z:byi>2|78=bob=76*7+2$yo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749146957}},"pad:IVOA_Nov24_DAL:revs:6520":{"changeset":"Z:byk>3|78=bob=78*7+3$u c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749147460}},"pad:IVOA_Nov24_DAL:revs:6521":{"changeset":"Z:byn>3|78=bob=7b*7+3$oul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749148061}},"pad:IVOA_Nov24_DAL:revs:6522":{"changeset":"Z:byq>2|78=bob=7e*7+2$d ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749148463}},"pad:IVOA_Nov24_DAL:revs:6523":{"changeset":"Z:bys>3|78=bob=7g*7+3$upl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749148966}},"pad:IVOA_Nov24_DAL:revs:6524":{"changeset":"Z:byv>5|78=bob=7j*7+5$oad t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749149565}},"pad:IVOA_Nov24_DAL:revs:6525":{"changeset":"Z:bz0>4|78=bob=7o*7+4$hem ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749149970}},"pad:IVOA_Nov24_DAL:revs:6526":{"changeset":"Z:bz4<1|78=bob=7r-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749151367}},"pad:IVOA_Nov24_DAL:revs:6527":{"changeset":"Z:bz3>2|78=bob=7r*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749151870}},"pad:IVOA_Nov24_DAL:revs:6528":{"changeset":"Z:bz5>2|78=bob=7t*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749152371}},"pad:IVOA_Nov24_DAL:revs:6529":{"changeset":"Z:bz7>4|78=bob=7v*7+4$en t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749152870}},"pad:IVOA_Nov24_DAL:revs:6530":{"changeset":"Z:bzb>1|78=bob=7z*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749153472}},"pad:IVOA_Nov24_DAL:revs:6531":{"changeset":"Z:bzc>4|78=bob=80*7+4$g wi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749153974}},"pad:IVOA_Nov24_DAL:revs:6532":{"changeset":"Z:bzg>4|78=bob=84*7+4$th n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749154475}},"pad:IVOA_Nov24_DAL:revs:6533":{"changeset":"Z:bzk>4|78=bob=88*7+4$ote ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749154977}},"pad:IVOA_Nov24_DAL:revs:6534":{"changeset":"Z:bzo>0|78=bob=8b-1*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749155479}},"pad:IVOA_Nov24_DAL:revs:6535":{"changeset":"Z:bzo>3|78=bob=8c*7+3$ yo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749155979}},"pad:IVOA_Nov24_DAL:revs:6536":{"changeset":"Z:bzr>4|78=bob=8f*7+4$u wa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749156479}},"pad:IVOA_Nov24_DAL:revs:6537":{"changeset":"Z:bzv>3|78=bob=8j*7+3$nt ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749156979}},"pad:IVOA_Nov24_DAL:revs:6538":{"changeset":"Z:bzy>1|78=bob=8m*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749157507}},"pad:IVOA_Nov24_DAL:revs:6539":{"changeset":"Z:bzz>3|78=bob=8n*7+3$hem","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749157979}},"pad:IVOA_Nov24_DAL:revs:6540":{"changeset":"Z:c02>4|78=bob=8q*7+4$ in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749158479}},"pad:IVOA_Nov24_DAL:revs:6541":{"changeset":"Z:c06>1|78=bob=8u*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749159381}},"pad:IVOA_Nov24_DAL:revs:6542":{"changeset":"Z:c07>2|78=bob=8v*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749159882}},"pad:IVOA_Nov24_DAL:revs:6543":{"changeset":"Z:c09>1|78=bob=8x*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749160584}},"pad:IVOA_Nov24_DAL:revs:6544":{"changeset":"Z:c0a>1|78=bob=8y*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749161084}},"pad:IVOA_Nov24_DAL:revs:6545":{"changeset":"Z:c0b<2|78=bob=8x-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749161584}},"pad:IVOA_Nov24_DAL:revs:6546":{"changeset":"Z:c09>2|78=bob=8x*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749162084}},"pad:IVOA_Nov24_DAL:revs:6547":{"changeset":"Z:c0b>1|78=bob=8z*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749162613}},"pad:IVOA_Nov24_DAL:revs:6548":{"changeset":"Z:c0c>1|78=bob=90*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749163387}},"pad:IVOA_Nov24_DAL:revs:6549":{"changeset":"Z:c0d>4|78=bob=91*7+4$hat ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749163887}},"pad:IVOA_Nov24_DAL:revs:6550":{"changeset":"Z:c0h>4|78=bob=95*7+4$was ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749164388}},"pad:IVOA_Nov24_DAL:revs:6551":{"changeset":"Z:c0l>3|78=bob=99*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749164889}},"pad:IVOA_Nov24_DAL:revs:6552":{"changeset":"Z:c0o>2|78=bob=9c*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749165391}},"pad:IVOA_Nov24_DAL:revs:6553":{"changeset":"Z:c0q>1|78=bob=9e*7+1$S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749165993}},"pad:IVOA_Nov24_DAL:revs:6554":{"changeset":"Z:c0r>4|78=bob=9f*7+4$pace","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749166492}},"pad:IVOA_Nov24_DAL:revs:6555":{"changeset":"Z:c0v>1|78=bob=9j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749166992}},"pad:IVOA_Nov24_DAL:revs:6556":{"changeset":"Z:c0w>1|78=bob=9k*7+1$b","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749167499}},"pad:IVOA_Nov24_DAL:revs:6557":{"changeset":"Z:c0x>2|78=bob=9l*7+2$ea","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749167996}},"pad:IVOA_Nov24_DAL:revs:6558":{"changeset":"Z:c0z>0|78=bob=9m-1*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749168592}},"pad:IVOA_Nov24_DAL:revs:6559":{"changeset":"Z:c0z>4|78=bob=9n*7+4$ause","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749169096}},"pad:IVOA_Nov24_DAL:revs:6560":{"changeset":"Z:c13>2|78=bob=9r*7+2$ y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749169596}},"pad:IVOA_Nov24_DAL:revs:6561":{"changeset":"Z:c15>5|78=bob=9t*7+5$ou ca","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749170098}},"pad:IVOA_Nov24_DAL:revs:6562":{"changeset":"Z:c1a>3|78=bob=9y*7+3$n a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749170598}},"pad:IVOA_Nov24_DAL:revs:6563":{"changeset":"Z:c1d>4|78=bob=a1*7+4$dd o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749171099}},"pad:IVOA_Nov24_DAL:revs:6564":{"changeset":"Z:c1h>4|78=bob=a5*7+4$ptio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749171702}},"pad:IVOA_Nov24_DAL:revs:6565":{"changeset":"Z:c1l>4|78=bob=a9*7+4$nal ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749172202}},"pad:IVOA_Nov24_DAL:revs:6566":{"changeset":"Z:c1p>2|78=bob=ad*7+2$th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749172703}},"pad:IVOA_Nov24_DAL:revs:6567":{"changeset":"Z:c1r>3|78=bob=af*7+3$ing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749173205}},"pad:IVOA_Nov24_DAL:revs:6568":{"changeset":"Z:c1u>2|78=bob=ai*7+2$s-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749173706}},"pad:IVOA_Nov24_DAL:revs:6569":{"changeset":"Z:c1w>3|78=bob=ak*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749174207}},"pad:IVOA_Nov24_DAL:revs:6570":{"changeset":"Z:c1z>3|78=bob=an*7+3$it'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749174707}},"pad:IVOA_Nov24_DAL:revs:6571":{"changeset":"Z:c22>3|78=bob=aq*7+3$s n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749175206}},"pad:IVOA_Nov24_DAL:revs:6572":{"changeset":"Z:c25<1|78=bob=as-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749175708}},"pad:IVOA_Nov24_DAL:revs:6573":{"changeset":"Z:c24>5|78=bob=as*7+5$reall","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749176208}},"pad:IVOA_Nov24_DAL:revs:6574":{"changeset":"Z:c29>5|78=bob=ax*7+5$y not","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749176711}},"pad:IVOA_Nov24_DAL:revs:6575":{"changeset":"Z:c2e>4|78=bob=b2*7+4$ an ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749177216}},"pad:IVOA_Nov24_DAL:revs:6576":{"changeset":"Z:c2i>2|78=bob=b6*7+2$AP","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749177711}},"pad:IVOA_Nov24_DAL:revs:6577":{"changeset":"Z:c2k>1|78=bob=b8*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749178239}},"pad:IVOA_Nov24_DAL:revs:6578":{"changeset":"Z:c2l>1|78=bob=b9*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749179514}},"pad:IVOA_Nov24_DAL:revs:6579":{"changeset":"Z:c2m>1|78=bob=ba*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749180014}},"pad:IVOA_Nov24_DAL:revs:6580":{"changeset":"Z:c2n>1|78=bob=bb*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749180614}},"pad:IVOA_Nov24_DAL:revs:6581":{"changeset":"Z:c2o>4|78=bob=bc*7+4$on't","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749181117}},"pad:IVOA_Nov24_DAL:revs:6582":{"changeset":"Z:c2s>4|78=bob=bg*7+4$ let","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749181617}},"pad:IVOA_Nov24_DAL:revs:6583":{"changeset":"Z:c2w>4|78=bob=bk*7+4$ you","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749182117}},"pad:IVOA_Nov24_DAL:revs:6584":{"changeset":"Z:c30>2|78=bob=bo*7+2$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749182619}},"pad:IVOA_Nov24_DAL:revs:6585":{"changeset":"Z:c32>2|78=bob=bp-1*7+3$spe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749183118}},"pad:IVOA_Nov24_DAL:revs:6586":{"changeset":"Z:c34>4|78=bob=bs*7+4$cify","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749183623}},"pad:IVOA_Nov24_DAL:revs:6587":{"changeset":"Z:c38>1|78=bob=bw*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749184221}},"pad:IVOA_Nov24_DAL:revs:6588":{"changeset":"Z:c39>3|78=bob=bx*7+3$exa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749184723}},"pad:IVOA_Nov24_DAL:revs:6589":{"changeset":"Z:c3c>2|78=bob=c0*7+2$ct","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749185223}},"pad:IVOA_Nov24_DAL:revs:6590":{"changeset":"Z:c3e>3|78=bob=c2*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749185726}},"pad:IVOA_Nov24_DAL:revs:6591":{"changeset":"Z:c3h>4|78=bob=c5*7+4$how ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749186224}},"pad:IVOA_Nov24_DAL:revs:6592":{"changeset":"Z:c3l>5|78=bob=c9*7+5$that ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749186725}},"pad:IVOA_Nov24_DAL:revs:6593":{"changeset":"Z:c3q>5|78=bob=ce*7+5$works","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749187227}},"pad:IVOA_Nov24_DAL:revs:6594":{"changeset":"Z:c3v>3|78=bob=cj*7+3$, y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749187727}},"pad:IVOA_Nov24_DAL:revs:6595":{"changeset":"Z:c3y>4|78=bob=cm*7+4$ou'd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749188326}},"pad:IVOA_Nov24_DAL:revs:6596":{"changeset":"Z:c42>4|78=bob=cq*7+4$ nee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749188827}},"pad:IVOA_Nov24_DAL:revs:6597":{"changeset":"Z:c46>4|78=bob=cu*7+4$d a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749189328}},"pad:IVOA_Nov24_DAL:revs:6598":{"changeset":"Z:c4a>3|78=bob=cy*7+3$bun","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749189826}},"pad:IVOA_Nov24_DAL:revs:6599":{"changeset":"Z:c4d>5|78=bob=d1*7+5$ch of","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749190328}},"pad:IVOA_Nov24_DAL:revs:6600":{"changeset":"Z:c4i>3|78=bob=d6*7+3$ ad","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749190828,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nWhat is the UI/API people use to upload?\n\nWe also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|q+1i6*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6601":{"changeset":"Z:c4l>1|78=bob=d9*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749191332}},"pad:IVOA_Nov24_DAL:revs:6602":{"changeset":"Z:c4m>3|78=bob=da*7+3$hoc","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749191831}},"pad:IVOA_Nov24_DAL:revs:6603":{"changeset":"Z:c4p>3|78=bob=dd*7+3$ pr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749192330}},"pad:IVOA_Nov24_DAL:revs:6604":{"changeset":"Z:c4s>2|78=bob=dg*7+2$op","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749192830}},"pad:IVOA_Nov24_DAL:revs:6605":{"changeset":"Z:c4u>4|78=bob=di*7+4$erti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749193330}},"pad:IVOA_Nov24_DAL:revs:6606":{"changeset":"Z:c4y>2|78=bob=dm*7+2$es","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749193831}},"pad:IVOA_Nov24_DAL:revs:6607":{"changeset":"Z:c50>1|78=bob=do*7+1$,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749195232}},"pad:IVOA_Nov24_DAL:revs:6608":{"changeset":"Z:c51>1|78=bob=dp*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749195731}},"pad:IVOA_Nov24_DAL:revs:6609":{"changeset":"Z:c52>1|78=bob=dq*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749196831}},"pad:IVOA_Nov24_DAL:revs:6610":{"changeset":"Z:c53>5|78=bob=dr*7+5$hat w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749197331}},"pad:IVOA_Nov24_DAL:revs:6611":{"changeset":"Z:c58>3|78=bob=dw*7+3$oul","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749197831}},"pad:IVOA_Nov24_DAL:revs:6612":{"changeset":"Z:c5b>3|78=bob=dz*7+3$d l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749198332}},"pad:IVOA_Nov24_DAL:revs:6613":{"changeset":"Z:c5e>2|78=bob=e1-1*7+3$all","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749198831}},"pad:IVOA_Nov24_DAL:revs:6614":{"changeset":"Z:c5g>4|78=bob=e4*7+4$ be ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749199432}},"pad:IVOA_Nov24_DAL:revs:6615":{"changeset":"Z:c5k>4|78=bob=e8*7+4$asyn","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749199933}},"pad:IVOA_Nov24_DAL:revs:6616":{"changeset":"Z:c5o>1|78=bob=ec*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749200435}},"pad:IVOA_Nov24_DAL:revs:6617":{"changeset":"Z:c5p>2|78=bob=ed*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749200934}},"pad:IVOA_Nov24_DAL:revs:6618":{"changeset":"Z:c5r>1|78=bob=ef*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749202741}},"pad:IVOA_Nov24_DAL:revs:6619":{"changeset":"Z:c5s>3|78=bob=eg*7+3$omm","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749203239}},"pad:IVOA_Nov24_DAL:revs:6620":{"changeset":"Z:c5v>2|78=bob=ej*7+2$un","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749203739}},"pad:IVOA_Nov24_DAL:revs:6621":{"changeset":"Z:c5x>3|78=bob=el*7+3$ica","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749204241}},"pad:IVOA_Nov24_DAL:revs:6622":{"changeset":"Z:c60>3|78=bob=eo*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749204741}},"pad:IVOA_Nov24_DAL:revs:6623":{"changeset":"Z:c63>4|78=bob=er*7+4$n fo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749205244}},"pad:IVOA_Nov24_DAL:revs:6624":{"changeset":"Z:c67<1|78=bob=eu-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749205741}},"pad:IVOA_Nov24_DAL:revs:6625":{"changeset":"Z:c66>2|78=bob=et-1*7+3$of ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749206240}},"pad:IVOA_Nov24_DAL:revs:6626":{"changeset":"Z:c68>4|78=bob=ew*7+4$erro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749206841}},"pad:IVOA_Nov24_DAL:revs:6627":{"changeset":"Z:c6c>5|78=bob=f0*7+5$r mes","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749207341}},"pad:IVOA_Nov24_DAL:revs:6628":{"changeset":"Z:c6h>4|78=bob=f5*7+4$sage","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749207841}},"pad:IVOA_Nov24_DAL:revs:6629":{"changeset":"Z:c6l>2|78=bob=f9*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749208346}},"pad:IVOA_Nov24_DAL:revs:6630":{"changeset":"Z:c6n>3|78=bob=fb*7+3$whe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749208846}},"pad:IVOA_Nov24_DAL:revs:6631":{"changeset":"Z:c6q>5|78=bob=fe*7+5$n thi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749209347}},"pad:IVOA_Nov24_DAL:revs:6632":{"changeset":"Z:c6v>4|78=bob=fj*7+4$ngs ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749209850}},"pad:IVOA_Nov24_DAL:revs:6633":{"changeset":"Z:c6z>2|78=bob=fn*7+2$go","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749210352}},"pad:IVOA_Nov24_DAL:revs:6634":{"changeset":"Z:c71>2|78=bob=fp*7+2$ a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749210852}},"pad:IVOA_Nov24_DAL:revs:6635":{"changeset":"Z:c73>1|78=bob=fq-1*7+2$wr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749211354}},"pad:IVOA_Nov24_DAL:revs:6636":{"changeset":"Z:c74>2|78=bob=fs*7+2$on","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749211849}},"pad:IVOA_Nov24_DAL:revs:6637":{"changeset":"Z:c76>5|78=bob=fu*7+5$g is ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749212354}},"pad:IVOA_Nov24_DAL:revs:6638":{"changeset":"Z:c7b>4|78=bob=fz*7+4$comp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749212857}},"pad:IVOA_Nov24_DAL:revs:6639":{"changeset":"Z:c7f>4|78=bob=g3*7+4$lete","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749213358}},"pad:IVOA_Nov24_DAL:revs:6640":{"changeset":"Z:c7j>3|78=bob=g7*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749213857}},"pad:IVOA_Nov24_DAL:revs:6641":{"changeset":"Z:c7m>3|78=bob=ga*7+3$und","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749214354}},"pad:IVOA_Nov24_DAL:revs:6642":{"changeset":"Z:c7p>4|78=bob=gd*7+4$efin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749214855}},"pad:IVOA_Nov24_DAL:revs:6643":{"changeset":"Z:c7t>2|78=bob=gh*7+2$ed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749215359}},"pad:IVOA_Nov24_DAL:revs:6644":{"changeset":"Z:c7v>1|78=bob=gj*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749216359}},"pad:IVOA_Nov24_DAL:revs:6645":{"changeset":"Z:c7w>2|78=bob=gk*7+2$ S","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749216866}},"pad:IVOA_Nov24_DAL:revs:6646":{"changeset":"Z:c7y>4|78=bob=gm*7+4$eeme","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749217361}},"pad:IVOA_Nov24_DAL:revs:6647":{"changeset":"Z:c82>5|78=bob=gq*7+5$d to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749217861}},"pad:IVOA_Nov24_DAL:revs:6648":{"changeset":"Z:c87>5|78=bob=gv*7+5$be a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749218362}},"pad:IVOA_Nov24_DAL:revs:6649":{"changeset":"Z:c8c>5|78=bob=h0*7+5$more ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749218862}},"pad:IVOA_Nov24_DAL:revs:6650":{"changeset":"Z:c8h>4|78=bob=h5*7+4$comp","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749219463}},"pad:IVOA_Nov24_DAL:revs:6651":{"changeset":"Z:c8l>4|78=bob=h9*7+4$lex ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749219964}},"pad:IVOA_Nov24_DAL:revs:6652":{"changeset":"Z:c8p>3|78=bob=hd*7+3$way","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749220466}},"pad:IVOA_Nov24_DAL:revs:6653":{"changeset":"Z:c8s>5|78=bob=hg*7+5$ to d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749220969}},"pad:IVOA_Nov24_DAL:revs:6654":{"changeset":"Z:c8x>5|78=bob=hl*7+5$o the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749221466}},"pad:IVOA_Nov24_DAL:revs:6655":{"changeset":"Z:c92>3|78=bob=hq*7+3$ sa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749222068}},"pad:IVOA_Nov24_DAL:revs:6656":{"changeset":"Z:c95>4|78=bob=ht*7+4$me t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749222567}},"pad:IVOA_Nov24_DAL:revs:6657":{"changeset":"Z:c99>5|78=bob=hx*7+5$hing,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749223169}},"pad:IVOA_Nov24_DAL:revs:6658":{"changeset":"Z:c9e>4|78=bob=i2*7+4$ jus","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749223771}},"pad:IVOA_Nov24_DAL:revs:6659":{"changeset":"Z:c9i>5|78=bob=i6*7+5$t to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749224272}},"pad:IVOA_Nov24_DAL:revs:6660":{"changeset":"Z:c9n>5|78=bob=ib*7+5$save ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749224772}},"pad:IVOA_Nov24_DAL:revs:6661":{"changeset":"Z:c9s>3|78=bob=ig*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749225272}},"pad:IVOA_Nov24_DAL:revs:6662":{"changeset":"Z:c9v>4|78=bob=ij*7+4$auth","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749225774}},"pad:IVOA_Nov24_DAL:revs:6663":{"changeset":"Z:c9z>4|78=bob=in*7+4$oriz","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749226274}},"pad:IVOA_Nov24_DAL:revs:6664":{"changeset":"Z:ca3>1|78=bob=ir*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749226873}},"pad:IVOA_Nov24_DAL:revs:6665":{"changeset":"Z:ca4>3|78=bob=is*7+3$tio","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749227379}},"pad:IVOA_Nov24_DAL:revs:6666":{"changeset":"Z:ca7>3|78=bob=iv*7+3$n, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749227803}},"pad:IVOA_Nov24_DAL:revs:6667":{"changeset":"Z:caa>3|78=bob=iy*7+3$on ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749228375}},"pad:IVOA_Nov24_DAL:revs:6668":{"changeset":"Z:cad<1|78=bob=j0-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749228877}},"pad:IVOA_Nov24_DAL:revs:6669":{"changeset":"Z:cac>0|78=bob=iy-2*7+2$wh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749229375}},"pad:IVOA_Nov24_DAL:revs:6670":{"changeset":"Z:cac>3|78=bob=j0*7+3$ich","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749229876}},"pad:IVOA_Nov24_DAL:revs:6671":{"changeset":"Z:caf>4|78=bob=j3*7+4$ onl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749230376}},"pad:IVOA_Nov24_DAL:revs:6672":{"changeset":"Z:caj>4|78=bob=j7*7+4$y re","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749230900}},"pad:IVOA_Nov24_DAL:revs:6673":{"changeset":"Z:can>5|78=bob=jb*7+5$quire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749231402}},"pad:IVOA_Nov24_DAL:revs:6674":{"changeset":"Z:cas>2|78=bob=jg*7+2$s ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749231909}},"pad:IVOA_Nov24_DAL:revs:6675":{"changeset":"Z:cau>3|78=bob=ji*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749232403}},"pad:IVOA_Nov24_DAL:revs:6676":{"changeset":"Z:cax<2|78=bob=ji-3*7+1$4","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749232910}},"pad:IVOA_Nov24_DAL:revs:6677":{"changeset":"Z:cav>2|78=bob=jj*7+2$ v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749233424}},"pad:IVOA_Nov24_DAL:revs:6678":{"changeset":"Z:cax>4|78=bob=jl*7+4$ales","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749233889}},"pad:IVOA_Nov24_DAL:revs:6679":{"changeset":"Z:cb1<2|78=bob=jn-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749234390}},"pad:IVOA_Nov24_DAL:revs:6680":{"changeset":"Z:caz>3|78=bob=jn*7+3$ues","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749234884}},"pad:IVOA_Nov24_DAL:revs:6681":{"changeset":"Z:cb2>1|78=bob=jq*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749235384}},"pad:IVOA_Nov24_DAL:revs:6682":{"changeset":"Z:cb3>1|78=bob=jr*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749236014}},"pad:IVOA_Nov24_DAL:revs:6683":{"changeset":"Z:cb4>1|79=c83*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749236487}},"pad:IVOA_Nov24_DAL:revs:6684":{"changeset":"Z:cb5>1|7a=c84*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749237617}},"pad:IVOA_Nov24_DAL:revs:6685":{"changeset":"Z:cb6>2|7a=c84=1*7+2$D:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749238186}},"pad:IVOA_Nov24_DAL:revs:6686":{"changeset":"Z:cb8>2|7a=c84=3*7+2$ H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749238688}},"pad:IVOA_Nov24_DAL:revs:6687":{"changeset":"Z:cba>4|7a=c84=5*7+4$ow d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749239191}},"pad:IVOA_Nov24_DAL:revs:6688":{"changeset":"Z:cbe>3|7a=c84=9*7+3$id ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749239692}},"pad:IVOA_Nov24_DAL:revs:6689":{"changeset":"Z:cbh>4|7a=c84=c*7+4$you ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749240220}},"pad:IVOA_Nov24_DAL:revs:6690":{"changeset":"Z:cbl>4|7a=c84=g*7+4$solv","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749240726}},"pad:IVOA_Nov24_DAL:revs:6691":{"changeset":"Z:cbp>1|7a=c84=k*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749241228}},"pad:IVOA_Nov24_DAL:revs:6692":{"changeset":"Z:cbq>1|7a=c84=l*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749241795}},"pad:IVOA_Nov24_DAL:revs:6693":{"changeset":"Z:cbr>3|7a=c84=m*7+3$the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749242298}},"pad:IVOA_Nov24_DAL:revs:6694":{"changeset":"Z:cbu>3|7a=c84=p*7+3$se?","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749242795}},"pad:IVOA_Nov24_DAL:revs:6695":{"changeset":"Z:cbx>1|7a=c84=s*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749245002}},"pad:IVOA_Nov24_DAL:revs:6696":{"changeset":"Z:cby<1|7a=c84=s|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749249016}},"pad:IVOA_Nov24_DAL:revs:6697":{"changeset":"Z:cbx>1|7a=c84=s*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749249718}},"pad:IVOA_Nov24_DAL:revs:6698":{"changeset":"Z:cby>1|7a=c84=t*7+1$N","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749250717}},"pad:IVOA_Nov24_DAL:revs:6699":{"changeset":"Z:cbz>5|7a=c84=u*7+5$ow th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749251218}},"pad:IVOA_Nov24_DAL:revs:6700":{"changeset":"Z:cc4>4|7a=c84=z*7+4$at y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749251719,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nWhat is the UI/API people use to upload?\n\nWe also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that y\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|s+1pt*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6701":{"changeset":"Z:cc8>4|7a=c84=13*7+4$ou'v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749252218}},"pad:IVOA_Nov24_DAL:revs:6702":{"changeset":"Z:ccc>2|7a=c84=17*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749252718}},"pad:IVOA_Nov24_DAL:revs:6703":{"changeset":"Z:cce>1|7a=c84=19*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749253426}},"pad:IVOA_Nov24_DAL:revs:6704":{"changeset":"Z:ccf>1|7a=c84=1a*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749253932}},"pad:IVOA_Nov24_DAL:revs:6705":{"changeset":"Z:ccg<2|7a=c84=19-2$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749254423}},"pad:IVOA_Nov24_DAL:revs:6706":{"changeset":"Z:cce>1|7a=c84=19*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749254920}},"pad:IVOA_Nov24_DAL:revs:6707":{"changeset":"Z:ccf>3|7a=c84=1a*7+3$sed","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749255521}},"pad:IVOA_Nov24_DAL:revs:6708":{"changeset":"Z:cci>4|7a=c84=1d*7+4$ vos","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749256030}},"pad:IVOA_Nov24_DAL:revs:6709":{"changeset":"Z:ccm>4|7a=c84=1h*7+4$pace","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749256533}},"pad:IVOA_Nov24_DAL:revs:6710":{"changeset":"Z:ccq>2|7a=c84=1l*7|2+2$\n\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749257032}},"pad:IVOA_Nov24_DAL:revs:6711":{"changeset":"Z:ccs>1|7c=c9r*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749258830}},"pad:IVOA_Nov24_DAL:revs:6712":{"changeset":"Z:cct>4|7c=c9r=1*7+4$ agr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749259331}},"pad:IVOA_Nov24_DAL:revs:6713":{"changeset":"Z:ccx>2|7c=c9r=5*7+2$ee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749259831}},"pad:IVOA_Nov24_DAL:revs:6714":{"changeset":"Z:ccz>1|7c=c9r=7*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749260331}},"pad:IVOA_Nov24_DAL:revs:6715":{"changeset":"Z:cd0>1|7c=c9r=7-1*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749260830}},"pad:IVOA_Nov24_DAL:revs:6716":{"changeset":"Z:cd1>3|7c=c9r=9*7+3$it'","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749261330}},"pad:IVOA_Nov24_DAL:revs:6717":{"changeset":"Z:cd4>2|7c=c9r=c*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749261830}},"pad:IVOA_Nov24_DAL:revs:6718":{"changeset":"Z:cd6>1|7c=c9r=e*7+1$=","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749267542}},"pad:IVOA_Nov24_DAL:revs:6719":{"changeset":"Z:cd7<3|7c=c9r=c-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749268039}},"pad:IVOA_Nov24_DAL:revs:6720":{"changeset":"Z:cd4>1|7c=c9r=c*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749268745}},"pad:IVOA_Nov24_DAL:revs:6721":{"changeset":"Z:cd5>3|7c=c9r=d*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749269247}},"pad:IVOA_Nov24_DAL:revs:6722":{"changeset":"Z:cd8>1|7c=c9r=g*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749269746}},"pad:IVOA_Nov24_DAL:revs:6723":{"changeset":"Z:cd9>3|7c=c9r=h*7+3$ou ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749270243}},"pad:IVOA_Nov24_DAL:revs:6724":{"changeset":"Z:cdc>1|7c=c9r=k*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749270745}},"pad:IVOA_Nov24_DAL:revs:6725":{"changeset":"Z:cdd>4|7c=c9r=l*7+4$ant ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749271245}},"pad:IVOA_Nov24_DAL:revs:6726":{"changeset":"Z:cdh>2|7c=c9r=p*7+2$ot","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749271777}},"pad:IVOA_Nov24_DAL:revs:6727":{"changeset":"Z:cdj<1|7c=c9r=p-2*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749272247}},"pad:IVOA_Nov24_DAL:revs:6728":{"changeset":"Z:cdi>2|7c=c9r=q*7+2$o ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749272749}},"pad:IVOA_Nov24_DAL:revs:6729":{"changeset":"Z:cdk>1|7c=c9r=s*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749274552}},"pad:IVOA_Nov24_DAL:revs:6730":{"changeset":"Z:cdl>4|7c=c9r=t*7+4$ave ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749275058}},"pad:IVOA_Nov24_DAL:revs:6731":{"changeset":"Z:cdp>1|7c=c9r=x*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749291380}},"pad:IVOA_Nov24_DAL:revs:6732":{"changeset":"Z:cdq>3|7c=c9r=y*7+3$-- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749291982}},"pad:IVOA_Nov24_DAL:revs:6733":{"changeset":"Z:cdt>3|7c=c9r=11*7+3$in ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749292483}},"pad:IVOA_Nov24_DAL:revs:6734":{"changeset":"Z:cdw>3|7c=c9r=14*7+3$our","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749292983}},"pad:IVOA_Nov24_DAL:revs:6735":{"changeset":"Z:cdz>1|7c=c9r=17*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749293482}},"pad:IVOA_Nov24_DAL:revs:6736":{"changeset":"Z:ce0>4|7c=c9r=18*7+4$case","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749293985}},"pad:IVOA_Nov24_DAL:revs:6737":{"changeset":"Z:ce4>2|7c=c9r=1c*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749294485}},"pad:IVOA_Nov24_DAL:revs:6738":{"changeset":"Z:ce6>1|7c=c9r=1e*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749295584}},"pad:IVOA_Nov24_DAL:revs:6739":{"changeset":"Z:ce7>3|7c=c9r=1f*7+3$f y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749296087}},"pad:IVOA_Nov24_DAL:revs:6740":{"changeset":"Z:cea>3|7c=c9r=1i*7+3$ou ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749296589}},"pad:IVOA_Nov24_DAL:revs:6741":{"changeset":"Z:ced>1|7c=c9r=1l*7+1$d","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749298691}},"pad:IVOA_Nov24_DAL:revs:6742":{"changeset":"Z:cee>1|7c=c9r=1m*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749299189}},"pad:IVOA_Nov24_DAL:revs:6743":{"changeset":"Z:cef<1|7c=c9r=1m-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749299691}},"pad:IVOA_Nov24_DAL:revs:6744":{"changeset":"Z:cee<6|7c=c9r=1g-6$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749300192}},"pad:IVOA_Nov24_DAL:revs:6745":{"changeset":"Z:ce8<1|7c=c9r=1f-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749300691}},"pad:IVOA_Nov24_DAL:revs:6746":{"changeset":"Z:ce7<1|7c=c9r=1e-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749301195}},"pad:IVOA_Nov24_DAL:revs:6747":{"changeset":"Z:ce6>3|7c=c9r=1e*7+3$don","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749301698}},"pad:IVOA_Nov24_DAL:revs:6748":{"changeset":"Z:ce9>5|7c=c9r=1h*7+5$'t do","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749302199}},"pad:IVOA_Nov24_DAL:revs:6749":{"changeset":"Z:cee>3|7c=c9r=1m*7+3$ ma","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749302699}},"pad:IVOA_Nov24_DAL:revs:6750":{"changeset":"Z:ceh>4|7c=c9r=1p*7+4$nual","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749303299}},"pad:IVOA_Nov24_DAL:revs:6751":{"changeset":"Z:cel>1|7c=c9r=1t*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749303799}},"pad:IVOA_Nov24_DAL:revs:6752":{"changeset":"Z:cem>1|7c=c9r=1u*7+1$m","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749304799}},"pad:IVOA_Nov24_DAL:revs:6753":{"changeset":"Z:cen>3|7c=c9r=1v*7+3$oni","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749305299}},"pad:IVOA_Nov24_DAL:revs:6754":{"changeset":"Z:ceq>4|7c=c9r=1y*7+4$tory","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749305804}},"pad:IVOA_Nov24_DAL:revs:6755":{"changeset":"Z:ceu>3|7c=c9r=22*7+3$ing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749306302}},"pad:IVOA_Nov24_DAL:revs:6756":{"changeset":"Z:cex<3|7c=c9r=22-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749306802}},"pad:IVOA_Nov24_DAL:revs:6757":{"changeset":"Z:ceu<1|7c=c9r=21-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749307302}},"pad:IVOA_Nov24_DAL:revs:6758":{"changeset":"Z:cet>1|7c=c9r=21*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749308001}},"pad:IVOA_Nov24_DAL:revs:6759":{"changeset":"Z:ceu>4|7c=c9r=22*7+4$ing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749308503}},"pad:IVOA_Nov24_DAL:revs:6760":{"changeset":"Z:cey>1|7c=c9r=26*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749309002}},"pad:IVOA_Nov24_DAL:revs:6761":{"changeset":"Z:cez>2|7c=c9r=27*7+2$f ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749309503}},"pad:IVOA_Nov24_DAL:revs:6762":{"changeset":"Z:cf1>1|7c=c9r=29*7+1$q","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749310003}},"pad:IVOA_Nov24_DAL:revs:6763":{"changeset":"Z:cf2>3|7c=c9r=2a*7+3$uot","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749310605}},"pad:IVOA_Nov24_DAL:revs:6764":{"changeset":"Z:cf5>1|7c=c9r=2d*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749311104}},"pad:IVOA_Nov24_DAL:revs:6765":{"changeset":"Z:cf6>3|7c=c9r=2e*7+3$s, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749311607}},"pad:IVOA_Nov24_DAL:revs:6766":{"changeset":"Z:cf9>1|7c=c9r=2h*7+1$a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749313912}},"pad:IVOA_Nov24_DAL:revs:6767":{"changeset":"Z:cfa>2|7c=c9r=2i*7+2$ l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749314514}},"pad:IVOA_Nov24_DAL:revs:6768":{"changeset":"Z:cfc>4|7c=c9r=2k*7+4$ot o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749315013}},"pad:IVOA_Nov24_DAL:revs:6769":{"changeset":"Z:cfg>4|7c=c9r=2o*7+4$f ef","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749315514}},"pad:IVOA_Nov24_DAL:revs:6770":{"changeset":"Z:cfk>3|7c=c9r=2s*7+3$for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749316016}},"pad:IVOA_Nov24_DAL:revs:6771":{"changeset":"Z:cfn>1|7c=c9r=2v*7+1$t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749316614}},"pad:IVOA_Nov24_DAL:revs:6772":{"changeset":"Z:cfo>1|7c=c9r=2w*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749317114}},"pad:IVOA_Nov24_DAL:revs:6773":{"changeset":"Z:cfp>5|7c=c9r=2x*7+5$to am","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749317615}},"pad:IVOA_Nov24_DAL:revs:6774":{"changeset":"Z:cfu<1|7c=c9r=31-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749318114}},"pad:IVOA_Nov24_DAL:revs:6775":{"changeset":"Z:cft>3|7c=c9r=30-1*7+4$make","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749318614}},"pad:IVOA_Nov24_DAL:revs:6776":{"changeset":"Z:cfw>3|7c=c9r=34*7+3$ su","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749319117}},"pad:IVOA_Nov24_DAL:revs:6777":{"changeset":"Z:cfz>6|7c=c9r=37*7+6$re the","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749319615}},"pad:IVOA_Nov24_DAL:revs:6778":{"changeset":"Z:cg5>4|7c=c9r=3d*7+4$ sys","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749320213}},"pad:IVOA_Nov24_DAL:revs:6779":{"changeset":"Z:cg9>4|7c=c9r=3h*7+4$tem ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749320714}},"pad:IVOA_Nov24_DAL:revs:6780":{"changeset":"Z:cgd>4|7c=c9r=3l*7+4$is w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749321215}},"pad:IVOA_Nov24_DAL:revs:6781":{"changeset":"Z:cgh>5|7c=c9r=3p*7+5$orkin","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749321716}},"pad:IVOA_Nov24_DAL:revs:6782":{"changeset":"Z:cgm>2|7c=c9r=3u*7+2$g ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749322218}},"pad:IVOA_Nov24_DAL:revs:6783":{"changeset":"Z:cgo>1|7c=c9r=3w*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749322721}},"pad:IVOA_Nov24_DAL:revs:6784":{"changeset":"Z:cgp>2|7c=c9r=3x*7+2$or","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749323224}},"pad:IVOA_Nov24_DAL:revs:6785":{"changeset":"Z:cgr>3|7c=c9r=3z*7+3$rec","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749323725}},"pad:IVOA_Nov24_DAL:revs:6786":{"changeset":"Z:cgu>2|7c=c9r=42*7+2$tl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749324226}},"pad:IVOA_Nov24_DAL:revs:6787":{"changeset":"Z:cgw>2|7c=c9r=44*7+2$y.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749324726}},"pad:IVOA_Nov24_DAL:revs:6788":{"changeset":"Z:cgy>1|7c=c9r=46*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749327229}},"pad:IVOA_Nov24_DAL:revs:6789":{"changeset":"Z:cgz>2|7c=c9r=47*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749327729}},"pad:IVOA_Nov24_DAL:revs:6790":{"changeset":"Z:ch1>2|7c=c9r=49*7+2$- ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749328229}},"pad:IVOA_Nov24_DAL:revs:6791":{"changeset":"Z:ch3>1|7c=c9r*7+1$J","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749335839}},"pad:IVOA_Nov24_DAL:revs:6792":{"changeset":"Z:ch4>2|7c=c9r=1*7+2$os","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749336339}},"pad:IVOA_Nov24_DAL:revs:6793":{"changeset":"Z:ch6>1|7c=c9r=3*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749336939}},"pad:IVOA_Nov24_DAL:revs:6794":{"changeset":"Z:ch7>1|7c=c9r=4*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749337641}},"pad:IVOA_Nov24_DAL:revs:6795":{"changeset":"Z:ch8>3|7c=c9r=5*7+3$Osi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749338242}},"pad:IVOA_Nov24_DAL:revs:6796":{"changeset":"Z:chb>1|7c=c9r=8*7+1$n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749338745}},"pad:IVOA_Nov24_DAL:revs:6797":{"changeset":"Z:chc>2|7c=c9r=9*7+2$de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749339243}},"pad:IVOA_Nov24_DAL:revs:6798":{"changeset":"Z:che>1|7c=c9r=4m*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749343167}},"pad:IVOA_Nov24_DAL:revs:6799":{"changeset":"Z:chf>1|7d=cee*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749343651}},"pad:IVOA_Nov24_DAL:revs:6800":{"changeset":"Z:chg>1|7e=cef*7+1$G","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749344251,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nWhat is the UI/API people use to upload?\n\nWe also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose OsindeI agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nG\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|w+1v2*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6801":{"changeset":"Z:chh>1|7e=cef=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749344851}},"pad:IVOA_Nov24_DAL:revs:6802":{"changeset":"Z:chi>1|7e=cef=2*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749345352}},"pad:IVOA_Nov24_DAL:revs:6803":{"changeset":"Z:chj>2|7e=cef=3*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749345852}},"pad:IVOA_Nov24_DAL:revs:6804":{"changeset":"Z:chl>4|7e=cef=5*7+4$For ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749346352}},"pad:IVOA_Nov24_DAL:revs:6805":{"changeset":"Z:chp>4|7e=cef=9*7+4$rubi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749346851}},"pad:IVOA_Nov24_DAL:revs:6806":{"changeset":"Z:cht>3|7e=cef=d*7+3$n, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749347352}},"pad:IVOA_Nov24_DAL:revs:6807":{"changeset":"Z:chw>4|7e=cef=g*7+4$the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749347854}},"pad:IVOA_Nov24_DAL:revs:6808":{"changeset":"Z:ci0>1|7e=cef=k*7+1$y","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749348354}},"pad:IVOA_Nov24_DAL:revs:6809":{"changeset":"Z:ci1>4|7e=cef=l*7+4$ou c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749348856}},"pad:IVOA_Nov24_DAL:revs:6810":{"changeset":"Z:ci5<1|7e=cef=o-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749349357}},"pad:IVOA_Nov24_DAL:revs:6811":{"changeset":"Z:ci4>2|7e=cef=n-1*7+3$cat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749349857}},"pad:IVOA_Nov24_DAL:revs:6812":{"changeset":"Z:ci6>1|7e=cef=q*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749350357}},"pad:IVOA_Nov24_DAL:revs:6813":{"changeset":"Z:ci7>4|7e=cef=r*7+4$appr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749350860}},"pad:IVOA_Nov24_DAL:revs:6814":{"changeset":"Z:cib>4|7e=cef=v*7+4$oach","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749351359}},"pad:IVOA_Nov24_DAL:revs:6815":{"changeset":"Z:cif>6|7e=cef=z*7+6$ is a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749351960}},"pad:IVOA_Nov24_DAL:revs:6816":{"changeset":"Z:cil>4|7e=cef=15*7+4$good","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749352463}},"pad:IVOA_Nov24_DAL:revs:6817":{"changeset":"Z:cip>4|7e=cef=19*7+4$ mat","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749352962}},"pad:IVOA_Nov24_DAL:revs:6818":{"changeset":"Z:cit>4|7e=cef=1d*7+4$ch t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749353462}},"pad:IVOA_Nov24_DAL:revs:6819":{"changeset":"Z:cix>5|7e=cef=1h*7+5$o req","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749353963}},"pad:IVOA_Nov24_DAL:revs:6820":{"changeset":"Z:cj2>4|7e=cef=1m*7+4$uire","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749354462}},"pad:IVOA_Nov24_DAL:revs:6821":{"changeset":"Z:cj6>5|7e=cef=1q*7+5$ments","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749354966}},"pad:IVOA_Nov24_DAL:revs:6822":{"changeset":"Z:cjb>3|7e=cef=1v*7+3$ we","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749355469}},"pad:IVOA_Nov24_DAL:revs:6823":{"changeset":"Z:cje>3|7e=cef=1y*7+3$'ve","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749356070}},"pad:IVOA_Nov24_DAL:revs:6824":{"changeset":"Z:cjh>4|7e=cef=21*7+4$ had","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749356569}},"pad:IVOA_Nov24_DAL:revs:6825":{"changeset":"Z:cjl>1|7e=cef=25*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749357478}},"pad:IVOA_Nov24_DAL:revs:6826":{"changeset":"Z:cjm>1|7e=cef=26*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749357979}},"pad:IVOA_Nov24_DAL:revs:6827":{"changeset":"Z:cjn<1|7e=cef=26-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749358774}},"pad:IVOA_Nov24_DAL:revs:6828":{"changeset":"Z:cjm<1|7e=cef=25-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749359275}},"pad:IVOA_Nov24_DAL:revs:6829":{"changeset":"Z:cjl>2|7e=cef=25*7+2$. ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749359781}},"pad:IVOA_Nov24_DAL:revs:6830":{"changeset":"Z:cjn>2|7e=cef=27*7+2$it","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749360281}},"pad:IVOA_Nov24_DAL:revs:6831":{"changeset":"Z:cjp>2|7e=cef=29*7+2$'s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749360783}},"pad:IVOA_Nov24_DAL:revs:6832":{"changeset":"Z:cjr>2|7e=cef=2b*7+2$ e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749361281}},"pad:IVOA_Nov24_DAL:revs:6833":{"changeset":"Z:cjt>2|7e=cef=2d*7+2$ss","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749361782}},"pad:IVOA_Nov24_DAL:revs:6834":{"changeset":"Z:cjv>4|7e=cef=2f*7+4$enti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749362287}},"pad:IVOA_Nov24_DAL:revs:6835":{"changeset":"Z:cjz>3|7e=cef=2j*7+3$aly","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749362783}},"pad:IVOA_Nov24_DAL:revs:6836":{"changeset":"Z:ck2<1|7e=cef=2l-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749364184}},"pad:IVOA_Nov24_DAL:revs:6837":{"changeset":"Z:ck1<1|7e=cef=2k-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749364686}},"pad:IVOA_Nov24_DAL:revs:6838":{"changeset":"Z:ck0>1|7e=cef=2k*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749365288}},"pad:IVOA_Nov24_DAL:revs:6839":{"changeset":"Z:ck1>4|7e=cef=2l*7+4$ we ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749365788}},"pad:IVOA_Nov24_DAL:revs:6840":{"changeset":"Z:ck5>5|7e=cef=2p*7+5$have ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749366288}},"pad:IVOA_Nov24_DAL:revs:6841":{"changeset":"Z:cka>2|7e=cef=2u*7+2$VO","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749366789}},"pad:IVOA_Nov24_DAL:revs:6842":{"changeset":"Z:ckc>2|7e=cef=2w*7+2$SI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749367288}},"pad:IVOA_Nov24_DAL:revs:6843":{"changeset":"Z:cke>2|7e=cef=2y*7+2$Ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749367788}},"pad:IVOA_Nov24_DAL:revs:6844":{"changeset":"Z:ckg>4|7e=cef=30*7+4$bles","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749368295}},"pad:IVOA_Nov24_DAL:revs:6845":{"changeset":"Z:ckk>1|7e=cef=34*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749369097}},"pad:IVOA_Nov24_DAL:revs:6846":{"changeset":"Z:ckl>1|7e=cef=35*7+1$T","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749369595}},"pad:IVOA_Nov24_DAL:revs:6847":{"changeset":"Z:ckm>3|7e=cef=36*7+3$AP_","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749370097}},"pad:IVOA_Nov24_DAL:revs:6848":{"changeset":"Z:ckp>4|7e=cef=39*7+4$SCHE","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749370595}},"pad:IVOA_Nov24_DAL:revs:6849":{"changeset":"Z:ckt>2|7e=cef=3d*7+2$MA","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749371096}},"pad:IVOA_Nov24_DAL:revs:6850":{"changeset":"Z:ckv>1|7e=cef=3f*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749371597}},"pad:IVOA_Nov24_DAL:revs:6851":{"changeset":"Z:ckw>2|7e=cef=3g*7+2$MD","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749372098}},"pad:IVOA_Nov24_DAL:revs:6852":{"changeset":"Z:cky>1|7e=cef=3i*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749372600}},"pad:IVOA_Nov24_DAL:revs:6853":{"changeset":"Z:ckz>1|7e=cef=3j*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749373096}},"pad:IVOA_Nov24_DAL:revs:6854":{"changeset":"Z:cl0>1|7e=cef=3k*7+1$U","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749374096}},"pad:IVOA_Nov24_DAL:revs:6855":{"changeset":"Z:cl1>3|7e=cef=3l*7+3$ses","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749374600}},"pad:IVOA_Nov24_DAL:revs:6856":{"changeset":"Z:cl4<1|7e=cef=3n-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749375098}},"pad:IVOA_Nov24_DAL:revs:6857":{"changeset":"Z:cl3>4|7e=cef=3n*7+4$rs s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749375597}},"pad:IVOA_Nov24_DAL:revs:6858":{"changeset":"Z:cl7>3|7e=cef=3r*7+3$hou","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749376098}},"pad:IVOA_Nov24_DAL:revs:6859":{"changeset":"Z:cla>4|7e=cef=3u*7+4$ld h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749376600}},"pad:IVOA_Nov24_DAL:revs:6860":{"changeset":"Z:cle<1|7e=cef=3x-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749377101}},"pad:IVOA_Nov24_DAL:revs:6861":{"changeset":"Z:cld>2|7e=cef=3x*7+2$be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749377601}},"pad:IVOA_Nov24_DAL:revs:6862":{"changeset":"Z:clf>3|7e=cef=3z*7+3$ ab","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749378101}},"pad:IVOA_Nov24_DAL:revs:6863":{"changeset":"Z:cli>1|7e=cef=42*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749378602}},"pad:IVOA_Nov24_DAL:revs:6864":{"changeset":"Z:clj<1|7e=cef=42-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749379102}},"pad:IVOA_Nov24_DAL:revs:6865":{"changeset":"Z:cli>5|7e=cef=42*7+5$le to","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749379601}},"pad:IVOA_Nov24_DAL:revs:6866":{"changeset":"Z:cln>3|7e=cef=47*7+3$ de","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749380106}},"pad:IVOA_Nov24_DAL:revs:6867":{"changeset":"Z:clq>3|7e=cef=4a*7+3$cla","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749380604}},"pad:IVOA_Nov24_DAL:revs:6868":{"changeset":"Z:clt>3|7e=cef=4d*7+3$re ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749381105}},"pad:IVOA_Nov24_DAL:revs:6869":{"changeset":"Z:clw>3|7e=cef=4g*7+3$JOI","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749381606}},"pad:IVOA_Nov24_DAL:revs:6870":{"changeset":"Z:clz>3|7e=cef=4j*7+3$NAB","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749382107}},"pad:IVOA_Nov24_DAL:revs:6871":{"changeset":"Z:cm2>1|7e=cef=4m*7+1$L","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749382810}},"pad:IVOA_Nov24_DAL:revs:6872":{"changeset":"Z:cm3>2|7e=cef=4n*7+2$E ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749383310}},"pad:IVOA_Nov24_DAL:revs:6873":{"changeset":"Z:cm5>5|7e=cef=4p*7+5$table","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749383811}},"pad:IVOA_Nov24_DAL:revs:6874":{"changeset":"Z:cma>3|7e=cef=4u*7+3$s u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749384411}},"pad:IVOA_Nov24_DAL:revs:6875":{"changeset":"Z:cmd>2|7e=cef=4w-1*7+3$to ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749384912}},"pad:IVOA_Nov24_DAL:revs:6876":{"changeset":"Z:cmf>3|7e=cef=4z*7+3$sys","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749385414}},"pad:IVOA_Nov24_DAL:revs:6877":{"changeset":"Z:cmi>4|7e=cef=52*7+4$tem ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749385914}},"pad:IVOA_Nov24_DAL:revs:6878":{"changeset":"Z:cmm>4|7e=cef=56*7+4$tabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749386414}},"pad:IVOA_Nov24_DAL:revs:6879":{"changeset":"Z:cmq>3|7e=cef=5a*7+3$es.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749386914}},"pad:IVOA_Nov24_DAL:revs:6880":{"changeset":"Z:cmt<7|7e=cef=4g-8*7+1$j","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749389420}},"pad:IVOA_Nov24_DAL:revs:6881":{"changeset":"Z:cmm>2|7e=cef=4h*7+2$oi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749389923}},"pad:IVOA_Nov24_DAL:revs:6882":{"changeset":"Z:cmo>4|7e=cef=4j*7+4$nabl","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749390423}},"pad:IVOA_Nov24_DAL:revs:6883":{"changeset":"Z:cms>1|7e=cef=4n*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749390924}},"pad:IVOA_Nov24_DAL:revs:6884":{"changeset":"Z:cmt>1|7e=cef=4o*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749391529}},"pad:IVOA_Nov24_DAL:revs:6885":{"changeset":"Z:cmu>4|7e=cef=4p*7+4$user","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749392027}},"pad:IVOA_Nov24_DAL:revs:6886":{"changeset":"Z:cmy>1|7c=c9r=b*7+1$:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749395835}},"pad:IVOA_Nov24_DAL:revs:6887":{"changeset":"Z:cmz>1|7c=c9r=c*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749396333}},"pad:IVOA_Nov24_DAL:revs:6888":{"changeset":"Z:cn0>1|7e=ceh=5i*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749398136}},"pad:IVOA_Nov24_DAL:revs:6889":{"changeset":"Z:cn1>1|7e=ceh=5j*7+1$W","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749401246}},"pad:IVOA_Nov24_DAL:revs:6890":{"changeset":"Z:cn2>2|7e=ceh=5k*7+2$E ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749401842}},"pad:IVOA_Nov24_DAL:revs:6891":{"changeset":"Z:cn4<1|7e=ceh=5l-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749402343}},"pad:IVOA_Nov24_DAL:revs:6892":{"changeset":"Z:cn3>1|7e=ceh=5k-1*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749402846}},"pad:IVOA_Nov24_DAL:revs:6893":{"changeset":"Z:cn4>3|7e=ceh=5m*7+3$nee","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749403348}},"pad:IVOA_Nov24_DAL:revs:6894":{"changeset":"Z:cn7>3|7e=ceh=5p*7+3$d a","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749403850}},"pad:IVOA_Nov24_DAL:revs:6895":{"changeset":"Z:cna>4|7e=ceh=5s*7+4$uth ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749404348}},"pad:IVOA_Nov24_DAL:revs:6896":{"changeset":"Z:cne>5|7e=ceh=5w*7+5$contr","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749404849}},"pad:IVOA_Nov24_DAL:revs:6897":{"changeset":"Z:cnj>3|7e=ceh=61*7+3$ol ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749405349}},"pad:IVOA_Nov24_DAL:revs:6898":{"changeset":"Z:cnm>4|7e=ceh=64*7+4$capa","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749405848}},"pad:IVOA_Nov24_DAL:revs:6899":{"changeset":"Z:cnq>3|7e=ceh=68*7+3$bil","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749406350}},"pad:IVOA_Nov24_DAL:revs:6900":{"changeset":"Z:cnt>4|7e=ceh=6b*7+4$itie","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749406850,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nWhat is the UI/API people use to upload?\n\nWe also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilitie\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|w+21i*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:6901":{"changeset":"Z:cnx>2|7e=ceh=6f*7+2$s,","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749407351}},"pad:IVOA_Nov24_DAL:revs:6902":{"changeset":"Z:cnz>1|7e=ceh=6h*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749407850}},"pad:IVOA_Nov24_DAL:revs:6903":{"changeset":"Z:co0>2|7e=ceh=6i*7+2$so","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749408358}},"pad:IVOA_Nov24_DAL:revs:6904":{"changeset":"Z:co2>4|7e=ceh=6k*7+4$ peo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749408853}},"pad:IVOA_Nov24_DAL:revs:6905":{"changeset":"Z:co6>4|7e=ceh=6o*7+4$ple ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749409354}},"pad:IVOA_Nov24_DAL:revs:6906":{"changeset":"Z:coa>5|7e=ceh=6s*7+5$can s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749409854}},"pad:IVOA_Nov24_DAL:revs:6907":{"changeset":"Z:cof>5|7e=ceh=6x*7+5$hare ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749410357}},"pad:IVOA_Nov24_DAL:revs:6908":{"changeset":"Z:cok>4|7e=ceh=72*7+4$with","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749410856}},"pad:IVOA_Nov24_DAL:revs:6909":{"changeset":"Z:coo>4|7e=ceh=76*7+4$ gro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749411357}},"pad:IVOA_Nov24_DAL:revs:6910":{"changeset":"Z:cos>1|7e=ceh=7a*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749411856}},"pad:IVOA_Nov24_DAL:revs:6911":{"changeset":"Z:cot>4|7e=ceh=7b*7+4$ps o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749412358}},"pad:IVOA_Nov24_DAL:revs:6912":{"changeset":"Z:cox>2|7e=ceh=7f*7+2$r ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749412858}},"pad:IVOA_Nov24_DAL:revs:6913":{"changeset":"Z:coz>5|7e=ceh=7h*7+5$large","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749413357}},"pad:IVOA_Nov24_DAL:revs:6914":{"changeset":"Z:cp4>1|7e=ceh=7m*7+1$r","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749413858}},"pad:IVOA_Nov24_DAL:revs:6915":{"changeset":"Z:cp5>3|7e=ceh=7n*7+3$ co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749414357}},"pad:IVOA_Nov24_DAL:revs:6916":{"changeset":"Z:cp8>4|7e=ceh=7q*7+4$mmun","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749414958}},"pad:IVOA_Nov24_DAL:revs:6917":{"changeset":"Z:cpc>3|7e=ceh=7u*7+3$ity","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749415459}},"pad:IVOA_Nov24_DAL:revs:6918":{"changeset":"Z:cpf>1|7e=ceh=7x*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749415963}},"pad:IVOA_Nov24_DAL:revs:6919":{"changeset":"Z:cpg>2|7e=ceh=7y*7+2$ P","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749416464}},"pad:IVOA_Nov24_DAL:revs:6920":{"changeset":"Z:cpi>1|7e=ceh=80*7+1$u","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749416867}},"pad:IVOA_Nov24_DAL:revs:6921":{"changeset":"Z:cpj>4|7e=ceh=81*7+4$blis","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749417465}},"pad:IVOA_Nov24_DAL:revs:6922":{"changeset":"Z:cpn>1|7e=ceh=85*7+1$h","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749417964}},"pad:IVOA_Nov24_DAL:revs:6923":{"changeset":"Z:cpo>3|7e=ceh=86*7+3$ing","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749418469}},"pad:IVOA_Nov24_DAL:revs:6924":{"changeset":"Z:cpr>2|7e=ceh=89*7+2$--","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749418969}},"pad:IVOA_Nov24_DAL:revs:6925":{"changeset":"Z:cpt>5|7e=ceh=8b*7+5$ in t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749419464}},"pad:IVOA_Nov24_DAL:revs:6926":{"changeset":"Z:cpy>3|7e=ceh=8g*7+3$he ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749419965}},"pad:IVOA_Nov24_DAL:revs:6927":{"changeset":"Z:cq1>4|7e=ceh=8j*7+4$long","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749420466}},"pad:IVOA_Nov24_DAL:revs:6928":{"changeset":"Z:cq5>1|7e=ceh=8n*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749420969}},"pad:IVOA_Nov24_DAL:revs:6929":{"changeset":"Z:cq6>0|7e=ceh=8n-1*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749421471}},"pad:IVOA_Nov24_DAL:revs:6930":{"changeset":"Z:cq6>3|7e=ceh=8o*7+3$ter","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749421973}},"pad:IVOA_Nov24_DAL:revs:6931":{"changeset":"Z:cq9>2|7e=ceh=8r*7+2$m ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749422473}},"pad:IVOA_Nov24_DAL:revs:6932":{"changeset":"Z:cqb>3|7e=ceh=8t*7+3$(do","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749422973}},"pad:IVOA_Nov24_DAL:revs:6933":{"changeset":"Z:cqe>1|7e=ceh=8w*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749423473}},"pad:IVOA_Nov24_DAL:revs:6934":{"changeset":"Z:cqf>2|7e=ceh=8x*7+2$'s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749423976}},"pad:IVOA_Nov24_DAL:revs:6935":{"changeset":"Z:cqh>2|7e=ceh=8z*7+2$) ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749424476}},"pad:IVOA_Nov24_DAL:revs:6936":{"changeset":"Z:cqj<1|7e=ceh=90-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749425780}},"pad:IVOA_Nov24_DAL:revs:6937":{"changeset":"Z:cqi>3|7e=ceh=90*7+3$, n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749426286}},"pad:IVOA_Nov24_DAL:revs:6938":{"changeset":"Z:cql>4|7e=ceh=93*7+4$ot s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749426782}},"pad:IVOA_Nov24_DAL:revs:6939":{"changeset":"Z:cqp>4|7e=ceh=97*7+4$omet","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749427284}},"pad:IVOA_Nov24_DAL:revs:6940":{"changeset":"Z:cqt>5|7e=ceh=9b*7+5$hing ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749427783}},"pad:IVOA_Nov24_DAL:revs:6941":{"changeset":"Z:cqy>4|7e=ceh=9g*7+4$we'v","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749428285}},"pad:IVOA_Nov24_DAL:revs:6942":{"changeset":"Z:cr2>2|7e=ceh=9k*7+2$e ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749428787}},"pad:IVOA_Nov24_DAL:revs:6943":{"changeset":"Z:cr4>2|7e=ceh=9m*7+2$ta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749429288}},"pad:IVOA_Nov24_DAL:revs:6944":{"changeset":"Z:cr6>4|7e=ceh=9o*7+4$ckle","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749429794}},"pad:IVOA_Nov24_DAL:revs:6945":{"changeset":"Z:cra>3|7e=ceh=9s*7+3$d, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749430287}},"pad:IVOA_Nov24_DAL:revs:6946":{"changeset":"Z:crd>1|7e=ceh=9v*7+1$l","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749430788}},"pad:IVOA_Nov24_DAL:revs:6947":{"changeset":"Z:cre<1|7e=ceh=9v-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749432095}},"pad:IVOA_Nov24_DAL:revs:6948":{"changeset":"Z:crd>3|7e=ceh=9v*7+3$per","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749432593}},"pad:IVOA_Nov24_DAL:revs:6949":{"changeset":"Z:crg>2|7e=ceh=9y*7+2$ha","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749433094}},"pad:IVOA_Nov24_DAL:revs:6950":{"changeset":"Z:cri>3|7e=ceh=a0*7+3$ps ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749433596}},"pad:IVOA_Nov24_DAL:revs:6951":{"changeset":"Z:crl>2|7e=ceh=a3*7+2$li","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749434095}},"pad:IVOA_Nov24_DAL:revs:6952":{"changeset":"Z:crn>4|7e=ceh=a5*7+4$feti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749434598}},"pad:IVOA_Nov24_DAL:revs:6953":{"changeset":"Z:crr>4|7e=ceh=a9*7+4$me o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749435198}},"pad:IVOA_Nov24_DAL:revs:6954":{"changeset":"Z:crv>4|7e=ceh=ad*7+4$f a ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749435700}},"pad:IVOA_Nov24_DAL:revs:6955":{"changeset":"Z:crz>4|7e=ceh=ah*7+4$year","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749436199}},"pad:IVOA_Nov24_DAL:revs:6956":{"changeset":"Z:cs3>2|7e=ceh=al*7+2$ s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749436702}},"pad:IVOA_Nov24_DAL:revs:6957":{"changeset":"Z:cs5>4|7e=ceh=an*7+4$o th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749437203}},"pad:IVOA_Nov24_DAL:revs:6958":{"changeset":"Z:cs9>4|7e=ceh=ar*7+4$ey c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749437704}},"pad:IVOA_Nov24_DAL:revs:6959":{"changeset":"Z:csd>5|7e=ceh=av*7+5$an be","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749438209}},"pad:IVOA_Nov24_DAL:revs:6960":{"changeset":"Z:csi>3|7e=ceh=b0*7+3$ sh","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749438807}},"pad:IVOA_Nov24_DAL:revs:6961":{"changeset":"Z:csl>5|7e=ceh=b3*7+5$ared ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749439310}},"pad:IVOA_Nov24_DAL:revs:6962":{"changeset":"Z:csq>2|7e=ceh=b8*7+2$wi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749439714}},"pad:IVOA_Nov24_DAL:revs:6963":{"changeset":"Z:css>5|7e=ceh=ba*7+5$th co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749440214}},"pad:IVOA_Nov24_DAL:revs:6964":{"changeset":"Z:csx>2|7e=ceh=bf*7+2$ll","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749440815}},"pad:IVOA_Nov24_DAL:revs:6965":{"changeset":"Z:csz>4|7e=ceh=bh*7+4$abor","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749441310}},"pad:IVOA_Nov24_DAL:revs:6966":{"changeset":"Z:ct3>2|7e=ceh=bl*7+2$at","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749441813}},"pad:IVOA_Nov24_DAL:revs:6967":{"changeset":"Z:ct5>4|7e=ceh=bn*7+4$ors.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749442312}},"pad:IVOA_Nov24_DAL:revs:6968":{"changeset":"Z:ct9>1|7e=ceh=br*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749442815}},"pad:IVOA_Nov24_DAL:revs:6969":{"changeset":"Z:cta>1|7e=ceh=bs*7+1$H","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749443815}},"pad:IVOA_Nov24_DAL:revs:6970":{"changeset":"Z:ctb>3|7e=ceh=bt*7+3$ave","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749444314}},"pad:IVOA_Nov24_DAL:revs:6971":{"changeset":"Z:cte>4|7e=ceh=bw*7+4$n't ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749444814}},"pad:IVOA_Nov24_DAL:revs:6972":{"changeset":"Z:cti>3|7e=ceh=c0*7+3$eva","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749445313}},"pad:IVOA_Nov24_DAL:revs:6973":{"changeset":"Z:ctl>3|7e=ceh=c3*7+3$lua","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749445816}},"pad:IVOA_Nov24_DAL:revs:6974":{"changeset":"Z:cto>4|7e=ceh=c6*7+4$ted ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749446316}},"pad:IVOA_Nov24_DAL:revs:6975":{"changeset":"Z:cts>4|7e=ceh=ca*7+4$TAP+","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749447320}},"pad:IVOA_Nov24_DAL:revs:6976":{"changeset":"Z:ctw>1|7e=ceh=ce*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749447823}},"pad:IVOA_Nov24_DAL:revs:6977":{"changeset":"Z:ctx>3|7e=ceh=cf*7+3$clo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749448320}},"pad:IVOA_Nov24_DAL:revs:6978":{"changeset":"Z:cu0>2|7e=ceh=ci*7+2$se","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749448821}},"pad:IVOA_Nov24_DAL:revs:6979":{"changeset":"Z:cu2>3|7e=ceh=ck*7+3$ly.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749449422}},"pad:IVOA_Nov24_DAL:revs:6980":{"changeset":"Z:cu5<1|7e=ceh=cm-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749452827}},"pad:IVOA_Nov24_DAL:revs:6981":{"changeset":"Z:cu4>2|7e=ceh=cm*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749453326}},"pad:IVOA_Nov24_DAL:revs:6982":{"changeset":"Z:cu6>2|7e=ceh=co*7+2$co","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749453826}},"pad:IVOA_Nov24_DAL:revs:6983":{"changeset":"Z:cu8>4|7e=ceh=cq*7+4$uld ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749454326}},"pad:IVOA_Nov24_DAL:revs:6984":{"changeset":"Z:cuc>1|7e=ceh=cu*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749454928}},"pad:IVOA_Nov24_DAL:revs:6985":{"changeset":"Z:cud>3|7e=ceh=cv*7+3$ork","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749455430}},"pad:IVOA_Nov24_DAL:revs:6986":{"changeset":"Z:cug>1|7e=ceh=cy*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749456629}},"pad:IVOA_Nov24_DAL:revs:6987":{"changeset":"Z:cuh>3|7e=ceh=cz*7+3$jus","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749457133}},"pad:IVOA_Nov24_DAL:revs:6988":{"changeset":"Z:cuk>5|7e=ceh=d2*7+5$t for","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749457732}},"pad:IVOA_Nov24_DAL:revs:6989":{"changeset":"Z:cup>5|7e=ceh=d7*7+5$ the ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749458234}},"pad:IVOA_Nov24_DAL:revs:6990":{"changeset":"Z:cuu>4|7e=ceh=dc*7+4$opti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749458732}},"pad:IVOA_Nov24_DAL:revs:6991":{"changeset":"Z:cuy>4|7e=ceh=dg*7+4$ons ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749459232}},"pad:IVOA_Nov24_DAL:revs:6992":{"changeset":"Z:cv2>5|7e=ceh=dk*7+5$prese","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749459842}},"pad:IVOA_Nov24_DAL:revs:6993":{"changeset":"Z:cv7>4|7e=ceh=dp*7+4$nted","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749460334}},"pad:IVOA_Nov24_DAL:revs:6994":{"changeset":"Z:cvb>1|7e=ceh=dt*7+1$-","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749461133}},"pad:IVOA_Nov24_DAL:revs:6995":{"changeset":"Z:cvc>3|7e=ceh=du*7+3$- o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749461632}},"pad:IVOA_Nov24_DAL:revs:6996":{"changeset":"Z:cvf>2|7e=ceh=dx*7+2$ut","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749462137}},"pad:IVOA_Nov24_DAL:revs:6997":{"changeset":"Z:cvh<1|7e=ceh=dy-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749463439}},"pad:IVOA_Nov24_DAL:revs:6998":{"changeset":"Z:cvg<3|7e=ceh=dv-3$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749464041}},"pad:IVOA_Nov24_DAL:revs:6999":{"changeset":"Z:cvd<1|7e=ceh=du-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749464445}},"pad:IVOA_Nov24_DAL:revs:7000":{"changeset":"Z:cvc>0|7e=ceh=dt-1*7+1$.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749465046,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23},"nextNum":24},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service; for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? Interjetion\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nWhat is the UI/API people use to upload?\n\nWe also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\nQuestio\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|h+1qb*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*7|w+28x*0|1+1*0*5*2*3+1*0+p*0*6+g*0|3+3*0*5*2*3+1*0+w*0*6+i*0|1+1*7|1+1*7+7*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7001":{"changeset":"Z:cvc>1|7e=ceh=du*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749465542}},"pad:IVOA_Nov24_DAL:revs:7002":{"changeset":"Z:cvd>1|7e=ceh=dv*7+1$F","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749466042}},"pad:IVOA_Nov24_DAL:revs:7003":{"changeset":"Z:cve>1|7e=ceh=dw*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749466541}},"pad:IVOA_Nov24_DAL:revs:7004":{"changeset":"Z:cvf>2|7e=ceh=dx*7+2$el","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749467041}},"pad:IVOA_Nov24_DAL:revs:7005":{"changeset":"Z:cvh>5|7e=ceh=dz*7+5$ stro","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749467542}},"pad:IVOA_Nov24_DAL:revs:7006":{"changeset":"Z:cvm>2|7e=ceh=e4*7+2$ng","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749468042}},"pad:IVOA_Nov24_DAL:revs:7007":{"changeset":"Z:cvo>3|7e=ceh=e6*7+3$ly ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749468843}},"pad:IVOA_Nov24_DAL:revs:7008":{"changeset":"Z:cvr>5|7e=ceh=e9*7+5$that ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749469043}},"pad:IVOA_Nov24_DAL:revs:7009":{"changeset":"Z:cvw>6|7e=ceh=ee*7+6$having","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749469544}},"pad:IVOA_Nov24_DAL:revs:7010":{"changeset":"Z:cw2>3|7e=ceh=ek*7+3$ ex","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749470073}},"pad:IVOA_Nov24_DAL:revs:7011":{"changeset":"Z:cw5>1|7e=ceh=en*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749470744}},"pad:IVOA_Nov24_DAL:revs:7012":{"changeset":"Z:cw6>3|7e=ceh=eo*7+3$t. ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749471245}},"pad:IVOA_Nov24_DAL:revs:7013":{"changeset":"Z:cw9>1|7e=ceh=er*7+1$c","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749471846}},"pad:IVOA_Nov24_DAL:revs:7014":{"changeset":"Z:cwa>5|7e=ceh=es*7+5$lient","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749472246}},"pad:IVOA_Nov24_DAL:revs:7015":{"changeset":"Z:cwf>3|7e=ceh=ex*7+3$s w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749472847}},"pad:IVOA_Nov24_DAL:revs:7016":{"changeset":"Z:cwi>5|7e=ceh=f0*7+5$ork w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749473347}},"pad:IVOA_Nov24_DAL:revs:7017":{"changeset":"Z:cwn>3|7e=ceh=f5*7+3$ith","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749473849}},"pad:IVOA_Nov24_DAL:revs:7018":{"changeset":"Z:cwq>3|7e=ceh=f8*7+3$ th","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749474349}},"pad:IVOA_Nov24_DAL:revs:7019":{"changeset":"Z:cwt>4|7e=ceh=fb*7+4$ese ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749474850}},"pad:IVOA_Nov24_DAL:revs:7020":{"changeset":"Z:cwx>2|7e=ceh=ff*7+2$us","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749475353}},"pad:IVOA_Nov24_DAL:revs:7021":{"changeset":"Z:cwz>4|7e=ceh=fh*7+4$er t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749475852}},"pad:IVOA_Nov24_DAL:revs:7022":{"changeset":"Z:cx3>5|7e=ceh=fl*7+5$ables","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749476354}},"pad:IVOA_Nov24_DAL:revs:7023":{"changeset":"Z:cx8>2|7e=ceh=fq*7+2$, ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749476854}},"pad:IVOA_Nov24_DAL:revs:7024":{"changeset":"Z:cxa>1|7e=ceh=fs*7+1$i","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749477992}},"pad:IVOA_Nov24_DAL:revs:7025":{"changeset":"Z:cxb>3|7e=ceh=ft*7+3$mpo","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749478558}},"pad:IVOA_Nov24_DAL:revs:7026":{"changeset":"Z:cxe>3|7e=ceh=fw*7+3$rta","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749479054}},"pad:IVOA_Nov24_DAL:revs:7027":{"changeset":"Z:cxh>2|7e=ceh=fz*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749479559}},"pad:IVOA_Nov24_DAL:revs:7028":{"changeset":"Z:cxj>3|7e=ceh=g1*7+3$ an","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749480058}},"pad:IVOA_Nov24_DAL:revs:7029":{"changeset":"Z:cxm>4|7e=ceh=g4*7+4$d po","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749480561}},"pad:IVOA_Nov24_DAL:revs:7030":{"changeset":"Z:cxq>4|7e=ceh=g8*7+4$siti","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749481063}},"pad:IVOA_Nov24_DAL:revs:7031":{"changeset":"Z:cxu>3|7e=ceh=gc*7+3$ve ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749481562}},"pad:IVOA_Nov24_DAL:revs:7032":{"changeset":"Z:cxx>2|7e=ceh=gf*7+2$fe","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749482063}},"pad:IVOA_Nov24_DAL:revs:7033":{"changeset":"Z:cxz>6|7e=ceh=gh*7+6$ature.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749482565}},"pad:IVOA_Nov24_DAL:revs:7034":{"changeset":"Z:cy5>1|76=bmq*7+1$J","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749491583}},"pad:IVOA_Nov24_DAL:revs:7035":{"changeset":"Z:cy6>1|76=bmq=1*7+1$o","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749492182}},"pad:IVOA_Nov24_DAL:revs:7036":{"changeset":"Z:cy7>1|76=bmq=2*7+1$s","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749493586}},"pad:IVOA_Nov24_DAL:revs:7037":{"changeset":"Z:cy8>1|76=bmq=3*7+1$e","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749494086}},"pad:IVOA_Nov24_DAL:revs:7038":{"changeset":"Z:cy9>1|76=bmq=4*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749494588}},"pad:IVOA_Nov24_DAL:revs:7039":{"changeset":"Z:cya>3|76=bmq=5*7+3$Osi","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749495188}},"pad:IVOA_Nov24_DAL:revs:7040":{"changeset":"Z:cyd>2|76=bmq=8*7+2$nd","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749495690}},"pad:IVOA_Nov24_DAL:revs:7041":{"changeset":"Z:cyf>2|76=bmq=a*7+2$e:","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749496193}},"pad:IVOA_Nov24_DAL:revs:7042":{"changeset":"Z:cyh>1|76=bmq=c*7+1$ ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749496693}},"pad:IVOA_Nov24_DAL:revs:7043":{"changeset":"Z:cyi>1|74=blk*7+1$M","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749501002}},"pad:IVOA_Nov24_DAL:revs:7044":{"changeset":"Z:cyj>1|74=blk=1*7+1$D","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749501499}},"pad:IVOA_Nov24_DAL:revs:7045":{"changeset":"Z:cyk>2|74=blk=2*7+2$: ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749502003}},"pad:IVOA_Nov24_DAL:revs:7046":{"changeset":"Z:cym1|6q=b31=b*7+1$I","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749510948}},"pad:IVOA_Nov24_DAL:revs:7048":{"changeset":"Z:cyd>2|6q=b31=c*7+2$nt","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749511459}},"pad:IVOA_Nov24_DAL:revs:7049":{"changeset":"Z:cyf>3|6q=b31=e*7+3$erj","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749511955}},"pad:IVOA_Nov24_DAL:revs:7050":{"changeset":"Z:cyi>3|6q=b31=h*7+3$ect","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749512524}},"pad:IVOA_Nov24_DAL:revs:7051":{"changeset":"Z:cyl>3|6q=b31=k*7+3$ion","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749513025}},"pad:IVOA_Nov24_DAL:revs:7052":{"changeset":"Z:cyo>1|6q=b31=n*7+1$)","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749513524}},"pad:IVOA_Nov24_DAL:revs:7053":{"changeset":"Z:cyp<8|7l=cyg|1-8$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749532981}},"pad:IVOA_Nov24_DAL:revs:7054":{"changeset":"Z:cyh<1|7k=cyf|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749533551}},"pad:IVOA_Nov24_DAL:revs:7055":{"changeset":"Z:cyg>1|7h=cwx*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749535468}},"pad:IVOA_Nov24_DAL:revs:7056":{"changeset":"Z:cyh<1|7h=cwx|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749544968}},"pad:IVOA_Nov24_DAL:revs:7057":{"changeset":"Z:cyg<1|7g=cvq=16|1-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749545471}},"pad:IVOA_Nov24_DAL:revs:7058":{"changeset":"Z:cyf>1|7f=cvp*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749547373}},"pad:IVOA_Nov24_DAL:revs:7059":{"changeset":"Z:cyg>1|7g=cvq*7|1+1$\n","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749547874}},"pad:IVOA_Nov24_DAL:revs:7060":{"changeset":"Z:cyh>1|7g=cvq*7+1$B","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749548675}},"pad:IVOA_Nov24_DAL:revs:7061":{"changeset":"Z:cyi>1|7g=cvq=1*7+1$w","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749549209}},"pad:IVOA_Nov24_DAL:revs:7062":{"changeset":"Z:cyj>1|7g=cvq=1-1*7+2$el","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749549775}},"pad:IVOA_Nov24_DAL:revs:7063":{"changeset":"Z:cyk>4|7g=cvq=3*7+4$ow t","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749550278}},"pad:IVOA_Nov24_DAL:revs:7064":{"changeset":"Z:cyo>2|7g=cvq=7*7+2$op","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749550776}},"pad:IVOA_Nov24_DAL:revs:7065":{"changeset":"Z:cyq>4|7g=cvq=9*7+4$ics ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749551276}},"pad:IVOA_Nov24_DAL:revs:7066":{"changeset":"Z:cyu>4|7g=cvq=d*7+4$cut ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749551775}},"pad:IVOA_Nov24_DAL:revs:7067":{"changeset":"Z:cyy>4|7g=cvq=h*7+4$for ","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749552277}},"pad:IVOA_Nov24_DAL:revs:7068":{"changeset":"Z:cz2>3|7g=cvq=l*7+3$tim","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749552781}},"pad:IVOA_Nov24_DAL:revs:7069":{"changeset":"Z:cz5>2|7g=cvq=o*7+2$e.","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731749553310}},"pad:IVOA_Nov24_DAL:revs:7070":{"changeset":"Z:cz7>1|6j=ajf*o|1+1$\n","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749570807}},"pad:IVOA_Nov24_DAL:revs:7071":{"changeset":"Z:cz8>2t|6j=ajf*o+2t$Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749573613}},"pad:IVOA_Nov24_DAL:revs:7072":{"changeset":"Z:d21>1|6j=ajf=1*o+1$[","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749580118}},"pad:IVOA_Nov24_DAL:revs:7073":{"changeset":"Z:d22>1|6j=ajf=2*o+1$g","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749580619}},"pad:IVOA_Nov24_DAL:revs:7074":{"changeset":"Z:d23>1|6j=ajf=3*o+1$p","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749582327}},"pad:IVOA_Nov24_DAL:revs:7075":{"changeset":"Z:d24>4|6j=ajf=4*o+4$df] ","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749582829}},"pad:IVOA_Nov24_DAL:revs:7076":{"changeset":"Z:d28>1|6j=ajf=8*o+1$R","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749586538}},"pad:IVOA_Nov24_DAL:revs:7077":{"changeset":"Z:d29<1|6j=ajf-1$","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749589239}},"pad:IVOA_Nov24_DAL:revs:7078":{"changeset":"Z:d28>5|6x=bfh=k*o|1+1*o+4$\n ","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749628309}},"pad:IVOA_Nov24_DAL:revs:7079":{"changeset":"Z:d2d>5|6y=bg2=4*o|1+1*o+4$\n ","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749628810}},"pad:IVOA_Nov24_DAL:revs:7080":{"changeset":"Z:d2i>1|6z=bg7=4*o+1$[","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749629909}},"pad:IVOA_Nov24_DAL:revs:7081":{"changeset":"Z:d2j>1|6z=bg7=5*o+1$g","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749630411}},"pad:IVOA_Nov24_DAL:revs:7082":{"changeset":"Z:d2k>3|6z=bg7=6*o+3$pdf","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749630912}},"pad:IVOA_Nov24_DAL:revs:7083":{"changeset":"Z:d2n>2|6z=bg7=9*o+2$] ","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749631411}},"pad:IVOA_Nov24_DAL:revs:7084":{"changeset":"Z:d2p>29|6z=bg7=b*o+29$Agree on the need to flag user tables in any registry records that may be created","meta":{"author":"a.ODtu4wmCbW8iCIH7","timestamp":1731749632813}},"pad:IVOA_Nov24_DAL:revs:7085":{"changeset":"Z:d4y>1|7j=d1h=q*7+1$/","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731750813342}},"pad:IVOA_Nov24_DAL:revs:7086":{"changeset":"Z:d4z>0|1e=1o3=86-1*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751673453}},"pad:IVOA_Nov24_DAL:revs:7087":{"changeset":"Z:d4z>1|1e=1o3=87*p+1$(","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751673957}},"pad:IVOA_Nov24_DAL:revs:7088":{"changeset":"Z:d50>1|1e=1o3=88*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751674569}},"pad:IVOA_Nov24_DAL:revs:7089":{"changeset":"Z:d51>2|1e=1o3=89*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751675070}},"pad:IVOA_Nov24_DAL:revs:7090":{"changeset":"Z:d53>1|1e=1o3=8b*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751675573}},"pad:IVOA_Nov24_DAL:revs:7091":{"changeset":"Z:d54>3|1e=1o3=8c*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751676064}},"pad:IVOA_Nov24_DAL:revs:7092":{"changeset":"Z:d57>3|1e=1o3=8f*p+3$cas","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751676563}},"pad:IVOA_Nov24_DAL:revs:7093":{"changeset":"Z:d5a>2|1e=1o3=8i*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751677063}},"pad:IVOA_Nov24_DAL:revs:7094":{"changeset":"Z:d5c>1|1e=1o3=8k*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751677761}},"pad:IVOA_Nov24_DAL:revs:7095":{"changeset":"Z:d5d>1|1e=1o3=8l*p+1$f","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751678359}},"pad:IVOA_Nov24_DAL:revs:7096":{"changeset":"Z:d5e>1|1e=1o3=8m*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751678961}},"pad:IVOA_Nov24_DAL:revs:7097":{"changeset":"Z:d5f>1|1e=1o3=8n*p+1$S","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751679460}},"pad:IVOA_Nov24_DAL:revs:7098":{"changeset":"Z:d5g>1|1e=1o3=8o*p+1$I","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751679960}},"pad:IVOA_Nov24_DAL:revs:7099":{"changeset":"Z:d5h>1|1e=1o3=8p*p+1$A","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751680460}},"pad:IVOA_Nov24_DAL:revs:7100":{"changeset":"Z:d5i>1|1e=1o3=8q*p+1$)","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751681663,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q: FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in description of service (in the case of SIA) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among vocabularies\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\nBelow topics cut for time./\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+86*p+l*7|b+17m*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|l+1ji*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7101":{"changeset":"Z:d5j>1|1e=1o3=5*p+1$(","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751689400}},"pad:IVOA_Nov24_DAL:revs:7102":{"changeset":"Z:d5k>1|1e=1o3=6*p+1$F","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751689777}},"pad:IVOA_Nov24_DAL:revs:7103":{"changeset":"Z:d5l>1|1e=1o3=7*p+1$B","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751690277}},"pad:IVOA_Nov24_DAL:revs:7104":{"changeset":"Z:d5m>1|1e=1o3=8*p+1$)","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751690780}},"pad:IVOA_Nov24_DAL:revs:7105":{"changeset":"Z:d5n>1|1e=1o3=8u*p+1$-","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751699421}},"pad:IVOA_Nov24_DAL:revs:7106":{"changeset":"Z:d5o>1|1e=1o3=8v*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751699919}},"pad:IVOA_Nov24_DAL:revs:7107":{"changeset":"Z:d5p>3|1e=1o3=8w*p+3$for","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751700425}},"pad:IVOA_Nov24_DAL:revs:7108":{"changeset":"Z:d5s>1|1e=1o3=8z*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751700892}},"pad:IVOA_Nov24_DAL:revs:7109":{"changeset":"Z:d5t>1|1e=1o3=90*p+1$O","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751701626}},"pad:IVOA_Nov24_DAL:revs:7110":{"changeset":"Z:d5u>1|1e=1o3=91*p+1$b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751702093}},"pad:IVOA_Nov24_DAL:revs:7111":{"changeset":"Z:d5v>2|1e=1o3=92*p+2$sT","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751702593}},"pad:IVOA_Nov24_DAL:revs:7112":{"changeset":"Z:d5x>1|1e=1o3=94*p+1$A","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751703094}},"pad:IVOA_Nov24_DAL:revs:7113":{"changeset":"Z:d5y>1|1e=1o3=95*p+1$P","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751703595}},"pad:IVOA_Nov24_DAL:revs:7114":{"changeset":"Z:d5z>1|1e=1o3=8u*p+1$/","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751707408}},"pad:IVOA_Nov24_DAL:revs:7115":{"changeset":"Z:d60>1|1e=1o3=8v*p+1$D","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751707904}},"pad:IVOA_Nov24_DAL:revs:7116":{"changeset":"Z:d61>1|1e=1o3=8w*p+1$A","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751708401}},"pad:IVOA_Nov24_DAL:revs:7117":{"changeset":"Z:d62>1|1e=1o3=8x*p+1$P","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751708902}},"pad:IVOA_Nov24_DAL:revs:7118":{"changeset":"Z:d63>1|1e=1o3=9a*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751714809}},"pad:IVOA_Nov24_DAL:revs:7119":{"changeset":"Z:d64>1|1e=1o3=d3*p+1$I","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751727756}},"pad:IVOA_Nov24_DAL:revs:7120":{"changeset":"Z:d65>1|1e=1o3=d4*p+1$V","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751728247}},"pad:IVOA_Nov24_DAL:revs:7121":{"changeset":"Z:d66>1|1e=1o3=d5*p+1$O","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751728740}},"pad:IVOA_Nov24_DAL:revs:7122":{"changeset":"Z:d67>1|1e=1o3=d6*p+1$A","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751729239}},"pad:IVOA_Nov24_DAL:revs:7123":{"changeset":"Z:d68>1|1e=1o3=d7*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751729742}},"pad:IVOA_Nov24_DAL:revs:7124":{"changeset":"Z:d69>1|1e=1o3=dk*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751732360}},"pad:IVOA_Nov24_DAL:revs:7125":{"changeset":"Z:d6a>1|1e=1o3=dl*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751732862}},"pad:IVOA_Nov24_DAL:revs:7126":{"changeset":"Z:d6b>1|1e=1o3=9b*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751790129}},"pad:IVOA_Nov24_DAL:revs:7127":{"changeset":"Z:d6c>1|1e=1o3=9c*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751790631}},"pad:IVOA_Nov24_DAL:revs:7128":{"changeset":"Z:d6d>1|1e=1o3=9d*p+1$u","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751791460}},"pad:IVOA_Nov24_DAL:revs:7129":{"changeset":"Z:d6e>1|1e=1o3=9e*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751791961}},"pad:IVOA_Nov24_DAL:revs:7130":{"changeset":"Z:d6f>3|1e=1o3=9f*p+3$can","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751792466}},"pad:IVOA_Nov24_DAL:revs:7131":{"changeset":"Z:d6i>1|1e=1o3=7o*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751798959}},"pad:IVOA_Nov24_DAL:revs:7132":{"changeset":"Z:d6j>2|1e=1o3=7p*p+2$se","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751799456}},"pad:IVOA_Nov24_DAL:revs:7133":{"changeset":"Z:d6l>1|1e=1o3=7r*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751799954}},"pad:IVOA_Nov24_DAL:revs:7134":{"changeset":"Z:d6m>1|1e=1o3=7s*p+1$f","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751800452}},"pad:IVOA_Nov24_DAL:revs:7135":{"changeset":"Z:d6n>1|1e=1o3=7t*p+1$-","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751800956}},"pad:IVOA_Nov24_DAL:revs:7136":{"changeset":"Z:d6o>1|1e=1o3=89*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751804055}},"pad:IVOA_Nov24_DAL:revs:7137":{"changeset":"Z:d6p>3|1e=1o3=8a*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751804373}},"pad:IVOA_Nov24_DAL:revs:7138":{"changeset":"Z:d6s>1|1e=1o3=8l*p+1$b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751808022}},"pad:IVOA_Nov24_DAL:revs:7139":{"changeset":"Z:d6t>1|1e=1o3=8m*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751808516}},"pad:IVOA_Nov24_DAL:revs:7140":{"changeset":"Z:d6u>4|1e=1o3=8n*p+4$ a s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751809025}},"pad:IVOA_Nov24_DAL:revs:7141":{"changeset":"Z:d6y>2|1e=1o3=8r*p+2$er","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751809522}},"pad:IVOA_Nov24_DAL:revs:7142":{"changeset":"Z:d70>1|1e=1o3=8t*p+1$v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751810021}},"pad:IVOA_Nov24_DAL:revs:7143":{"changeset":"Z:d71>3|1e=1o3=8u*p+3$ice","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751810520}},"pad:IVOA_Nov24_DAL:revs:7144":{"changeset":"Z:d74>2|1e=1o3=8x*p+2$ d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751811033}},"pad:IVOA_Nov24_DAL:revs:7145":{"changeset":"Z:d76>2|1e=1o3=8z*p+2$es","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751811526}},"pad:IVOA_Nov24_DAL:revs:7146":{"changeset":"Z:d78>1|1e=1o3=91*p+1$c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751812425}},"pad:IVOA_Nov24_DAL:revs:7147":{"changeset":"Z:d79>1|1e=1o3=92*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751812921}},"pad:IVOA_Nov24_DAL:revs:7148":{"changeset":"Z:d7a>1|1e=1o3=93*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751813321}},"pad:IVOA_Nov24_DAL:revs:7149":{"changeset":"Z:d7b>2|1e=1o3=94*p+2$pt","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751813823}},"pad:IVOA_Nov24_DAL:revs:7150":{"changeset":"Z:d7d>2|1e=1o3=96*p+2$or","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751814323}},"pad:IVOA_Nov24_DAL:revs:7151":{"changeset":"Z:d7f>1|1e=1o3=98*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751815234}},"pad:IVOA_Nov24_DAL:revs:7152":{"changeset":"Z:d7g>1|1e=1o3=ag*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751822634}},"pad:IVOA_Nov24_DAL:revs:7153":{"changeset":"Z:d7h>1|1e=1o3=ah*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751823142}},"pad:IVOA_Nov24_DAL:revs:7154":{"changeset":"Z:d7i>2|1e=1o3=ai*p+2$im","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751823648}},"pad:IVOA_Nov24_DAL:revs:7155":{"changeset":"Z:d7k>2|1e=1o3=ak*p+2$pl","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751824147}},"pad:IVOA_Nov24_DAL:revs:7156":{"changeset":"Z:d7m>2|1e=1o3=am*p+2$y ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751824740}},"pad:IVOA_Nov24_DAL:revs:7157":{"changeset":"Z:d7o>2|1e=1o3=ao*p+2$qu","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751825252}},"pad:IVOA_Nov24_DAL:revs:7158":{"changeset":"Z:d7q>2|1e=1o3=aq*p+2$er","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751825743}},"pad:IVOA_Nov24_DAL:revs:7159":{"changeset":"Z:d7s>1|1e=1o3=as*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751826262}},"pad:IVOA_Nov24_DAL:revs:7160":{"changeset":"Z:d7t>2|1e=1o3=at*p+2$ t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751826742}},"pad:IVOA_Nov24_DAL:revs:7161":{"changeset":"Z:d7v>3|1e=1o3=av*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751827252}},"pad:IVOA_Nov24_DAL:revs:7162":{"changeset":"Z:d7y>1|1e=1o3=ay*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751828444}},"pad:IVOA_Nov24_DAL:revs:7163":{"changeset":"Z:d7z>1|1e=1o3=az*p+1$b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751828944}},"pad:IVOA_Nov24_DAL:revs:7164":{"changeset":"Z:d80>1|1e=1o3=b0*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751829543}},"pad:IVOA_Nov24_DAL:revs:7165":{"changeset":"Z:d81>1|1e=1o3=b1*p+1$-","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751830451}},"pad:IVOA_Nov24_DAL:revs:7166":{"changeset":"Z:d82>1|1e=1o3=b2*p+1$c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751830961}},"pad:IVOA_Nov24_DAL:revs:7167":{"changeset":"Z:d83>3|1e=1o3=b3*p+3$oll","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751831454}},"pad:IVOA_Nov24_DAL:revs:7168":{"changeset":"Z:d86>2|1e=1o3=b6*p+2$ec","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751831951}},"pad:IVOA_Nov24_DAL:revs:7169":{"changeset":"Z:d88>2|1e=1o3=b8*p+2$ti","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751832453}},"pad:IVOA_Nov24_DAL:revs:7170":{"changeset":"Z:d8a>2|1e=1o3=ba*p+2$on","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751832955}},"pad:IVOA_Nov24_DAL:revs:7171":{"changeset":"Z:d8c>1|1e=1o3=bc*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751834061}},"pad:IVOA_Nov24_DAL:revs:7172":{"changeset":"Z:d8d>1|1e=1o3=bd*p+1$f","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751834853}},"pad:IVOA_Nov24_DAL:revs:7173":{"changeset":"Z:d8e>2|1e=1o3=be*p+2$ie","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751835350}},"pad:IVOA_Nov24_DAL:revs:7174":{"changeset":"Z:d8g>2|1e=1o3=bg*p+2$ld","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751835852}},"pad:IVOA_Nov24_DAL:revs:7175":{"changeset":"Z:d8i>1|1e=1o3=bi*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751837789}},"pad:IVOA_Nov24_DAL:revs:7176":{"changeset":"Z:d8j>1|1e=1o3=bj*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751838291}},"pad:IVOA_Nov24_DAL:revs:7177":{"changeset":"Z:d8k>2|1e=1o3=bk*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751838794}},"pad:IVOA_Nov24_DAL:revs:7178":{"changeset":"Z:d8m>2|1e=1o3=bm*p+2$ad","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751839296}},"pad:IVOA_Nov24_DAL:revs:7179":{"changeset":"Z:d8o>3|1e=1o3=bo*p+3$van","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751839792}},"pad:IVOA_Nov24_DAL:revs:7180":{"changeset":"Z:d8r>3|1e=1o3=br*p+3$ce ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751840293}},"pad:IVOA_Nov24_DAL:revs:7181":{"changeset":"Z:d8u>1|1e=1o3=bu*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751841305}},"pad:IVOA_Nov24_DAL:revs:7182":{"changeset":"Z:d8v>2|1e=1o3=bv*p+2$o ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751841817}},"pad:IVOA_Nov24_DAL:revs:7183":{"changeset":"Z:d8x>2|1e=1o3=bx*p+2$kn","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751842306}},"pad:IVOA_Nov24_DAL:revs:7184":{"changeset":"Z:d8z>1|1e=1o3=bz*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751842806}},"pad:IVOA_Nov24_DAL:revs:7185":{"changeset":"Z:d90>3|1e=1o3=c0*p+3$w t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751843305}},"pad:IVOA_Nov24_DAL:revs:7186":{"changeset":"Z:d93>3|1e=1o3=c3*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751843869}},"pad:IVOA_Nov24_DAL:revs:7187":{"changeset":"Z:d96>1|1e=1o3=c6*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751844364}},"pad:IVOA_Nov24_DAL:revs:7188":{"changeset":"Z:d97>1|1e=1o3=c7*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751844865}},"pad:IVOA_Nov24_DAL:revs:7189":{"changeset":"Z:d98>2|1e=1o3=c8*p+2$st","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751845306}},"pad:IVOA_Nov24_DAL:revs:7190":{"changeset":"Z:d9a>1|1e=1o3=gl*p+1$F","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751961162}},"pad:IVOA_Nov24_DAL:revs:7191":{"changeset":"Z:d9b>1|1e=1o3=gm*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751961665}},"pad:IVOA_Nov24_DAL:revs:7192":{"changeset":"Z:d9c>3|1e=1o3=gn*p+3$r e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751962165}},"pad:IVOA_Nov24_DAL:revs:7193":{"changeset":"Z:d9f>1|1e=1o3=gq*p+1$x","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751962667}},"pad:IVOA_Nov24_DAL:revs:7194":{"changeset":"Z:d9g>1|1e=1o3=gr*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751964472}},"pad:IVOA_Nov24_DAL:revs:7195":{"changeset":"Z:d9h>2|1e=1o3=gs*p+2$mp","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751964966}},"pad:IVOA_Nov24_DAL:revs:7196":{"changeset":"Z:d9j>1|1e=1o3=gu*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751965470}},"pad:IVOA_Nov24_DAL:revs:7197":{"changeset":"Z:d9k>2|1e=1o3=gv*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751965969}},"pad:IVOA_Nov24_DAL:revs:7198":{"changeset":"Z:d9m>1|1e=1o3=gx*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751971882}},"pad:IVOA_Nov24_DAL:revs:7199":{"changeset":"Z:d9n>1|1e=1o3=gy*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751972380}},"pad:IVOA_Nov24_DAL:revs:7200":{"changeset":"Z:d9o>3|1e=1o3=gz*p+3$nam","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751972884,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): FOr discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example dynam\n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\nBelow topics cut for time./\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+7f*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+j*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|2+8h*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|l+1ji*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7201":{"changeset":"Z:d9r>3|1e=1o3=h2*p+3$ic ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751973381}},"pad:IVOA_Nov24_DAL:revs:7202":{"changeset":"Z:d9u>1|1e=1o3=h5*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751973985}},"pad:IVOA_Nov24_DAL:revs:7203":{"changeset":"Z:d9v>2|1e=1o3=h6*p+2$pe","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751974484}},"pad:IVOA_Nov24_DAL:revs:7204":{"changeset":"Z:d9x>2|1e=1o3=h8*p+2$ct","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751974984}},"pad:IVOA_Nov24_DAL:revs:7205":{"changeset":"Z:d9z>1|1e=1o3=ha*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751975484}},"pad:IVOA_Nov24_DAL:revs:7206":{"changeset":"Z:da0>2|1e=1o3=hb*p+2$um","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751975986}},"pad:IVOA_Nov24_DAL:revs:7207":{"changeset":"Z:da2>2|1e=1o3=hd*p+2$ a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751976489}},"pad:IVOA_Nov24_DAL:revs:7208":{"changeset":"Z:da4>3|1e=1o3=hf*p+3$,d ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751976986}},"pad:IVOA_Nov24_DAL:revs:7209":{"changeset":"Z:da7<1|1e=1o3=hh-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751977687}},"pad:IVOA_Nov24_DAL:revs:7210":{"changeset":"Z:da6<2|1e=1o3=hf-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751978212}},"pad:IVOA_Nov24_DAL:revs:7211":{"changeset":"Z:da4>1|1e=1o3=hf*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751978793}},"pad:IVOA_Nov24_DAL:revs:7212":{"changeset":"Z:da5>2|1e=1o3=hg*p+2$d ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751979294}},"pad:IVOA_Nov24_DAL:revs:7213":{"changeset":"Z:da7>3|1e=1o3=hi*p+3$spe","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751979793}},"pad:IVOA_Nov24_DAL:revs:7214":{"changeset":"Z:daa>2|1e=1o3=hl*p+2$ct","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751980314}},"pad:IVOA_Nov24_DAL:revs:7215":{"changeset":"Z:dac>3|1e=1o3=hn*p+3$rak","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751980790}},"pad:IVOA_Nov24_DAL:revs:7216":{"changeset":"Z:daf<1|1e=1o3=hp-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751981587}},"pad:IVOA_Nov24_DAL:revs:7217":{"changeset":"Z:dae>1|1e=1o3=hp*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751982291}},"pad:IVOA_Nov24_DAL:revs:7218":{"changeset":"Z:daf>2|1e=1o3=hq*p+2$ c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751982791}},"pad:IVOA_Nov24_DAL:revs:7219":{"changeset":"Z:dah>2|1e=1o3=hs*p+2$ub","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751983295}},"pad:IVOA_Nov24_DAL:revs:7220":{"changeset":"Z:daj>3|1e=1o3=hu*p+3$es ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751983798}},"pad:IVOA_Nov24_DAL:revs:7221":{"changeset":"Z:dam>1|1e=1o3=gx*p+1$\"","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751987421}},"pad:IVOA_Nov24_DAL:revs:7222":{"changeset":"Z:dan>1|1e=1o3=he*p+1$\"","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751989928}},"pad:IVOA_Nov24_DAL:revs:7223":{"changeset":"Z:dao>1|1e=1o3=hk*p+1$\"","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751992035}},"pad:IVOA_Nov24_DAL:revs:7224":{"changeset":"Z:dap<1|1e=1o3=hy-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751993916}},"pad:IVOA_Nov24_DAL:revs:7225":{"changeset":"Z:dao>1|1e=1o3=hy*p+1$\"","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751994412}},"pad:IVOA_Nov24_DAL:revs:7226":{"changeset":"Z:dap>1|1e=1o3=hz*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751995033}},"pad:IVOA_Nov24_DAL:revs:7227":{"changeset":"Z:daq>2|1e=1o3=i0*p+2$ha","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751995533}},"pad:IVOA_Nov24_DAL:revs:7228":{"changeset":"Z:das>3|1e=1o3=i2*p+3$ve ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751996034}},"pad:IVOA_Nov24_DAL:revs:7229":{"changeset":"Z:dav>3|1e=1o3=i5*p+3$bee","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751996536}},"pad:IVOA_Nov24_DAL:revs:7230":{"changeset":"Z:day>2|1e=1o3=i8*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751997040}},"pad:IVOA_Nov24_DAL:revs:7231":{"changeset":"Z:db0>2|1e=1o3=ia*p+2$re","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751997519}},"pad:IVOA_Nov24_DAL:revs:7232":{"changeset":"Z:db2>2|1e=1o3=ic*p+2$ce","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751998018}},"pad:IVOA_Nov24_DAL:revs:7233":{"changeset":"Z:db4>3|1e=1o3=ie*p+3$bnt","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751998517}},"pad:IVOA_Nov24_DAL:revs:7234":{"changeset":"Z:db7>2|1e=1o3=ih*p+2$ly","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751999019}},"pad:IVOA_Nov24_DAL:revs:7235":{"changeset":"Z:db9>2|1e=1o3=ij*p+2$ a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731751999525}},"pad:IVOA_Nov24_DAL:revs:7236":{"changeset":"Z:dbb>1|1e=1o3=il*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752000125}},"pad:IVOA_Nov24_DAL:revs:7237":{"changeset":"Z:dbc>2|1e=1o3=im*p+2$de","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752000623}},"pad:IVOA_Nov24_DAL:revs:7238":{"changeset":"Z:dbe>1|1e=1o3=io*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752001122}},"pad:IVOA_Nov24_DAL:revs:7239":{"changeset":"Z:dbf>1|1e=1o3=ip*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752001725}},"pad:IVOA_Nov24_DAL:revs:7240":{"changeset":"Z:dbg>1|1e=1o3=ip*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752006737}},"pad:IVOA_Nov24_DAL:revs:7241":{"changeset":"Z:dbh>1|1e=1o3=iq*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752007441}},"pad:IVOA_Nov24_DAL:revs:7242":{"changeset":"Z:dbi>2|1e=1o3=ir*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752007941}},"pad:IVOA_Nov24_DAL:revs:7243":{"changeset":"Z:dbk>2|1e=1o3=it*p+2$th","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752008440}},"pad:IVOA_Nov24_DAL:revs:7244":{"changeset":"Z:dbm>3|1e=1o3=iv*p+3$is ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752008942}},"pad:IVOA_Nov24_DAL:revs:7245":{"changeset":"Z:dbp>2|1e=1o3=iy*p+2$vo","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752009440}},"pad:IVOA_Nov24_DAL:revs:7246":{"changeset":"Z:dbr>1|1e=1o3=j0*p+1$c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752010169}},"pad:IVOA_Nov24_DAL:revs:7247":{"changeset":"Z:dbs<1|1e=1o3=j0-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752010942}},"pad:IVOA_Nov24_DAL:revs:7248":{"changeset":"Z:dbr>1|1e=1o3=j0*p+1$c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752012079}},"pad:IVOA_Nov24_DAL:revs:7249":{"changeset":"Z:dbs>2|1e=1o3=j1*p+2$ab","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752012585}},"pad:IVOA_Nov24_DAL:revs:7250":{"changeset":"Z:dbu>3|1e=1o3=j3*p+3$ula","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752013044}},"pad:IVOA_Nov24_DAL:revs:7251":{"changeset":"Z:dbx>1|1e=1o3=j6*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752013544}},"pad:IVOA_Nov24_DAL:revs:7252":{"changeset":"Z:dby>1|1e=1o3=j7*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731752014045}},"pad:IVOA_Nov24_DAL:revs:7253":{"changeset":"Z:dbz<1|7j=d8h=q-1$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731752338589}},"pad:IVOA_Nov24_DAL:revs:7254":{"changeset":"Z:dby>0|7j=d8h*4=q$","meta":{"author":"a.bPcSmSxG0wsoYWmR","timestamp":1731752343700}},"pad:IVOA_Nov24_DAL:revs:7255":{"changeset":"Z:dby>1|7i=d8g*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731752579352}},"pad:IVOA_Nov24_DAL:revs:7256":{"changeset":"Z:dbz<1|1e=1o3=c-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731752626716}},"pad:IVOA_Nov24_DAL:revs:7257":{"changeset":"Z:dby>1|1e=1o3=c*0+1$o","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731752627218}},"pad:IVOA_Nov24_DAL:revs:7258":{"changeset":"Z:dbz>1|3f=5ya=8f*p|1+1$\n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754978274}},"pad:IVOA_Nov24_DAL:revs:7259":{"changeset":"Z:dc0>1|3g=66q*p|1+1$\n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754980400}},"pad:IVOA_Nov24_DAL:revs:7260":{"changeset":"Z:dc1>1|3h=66r*p+1$F","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754981399}},"pad:IVOA_Nov24_DAL:revs:7261":{"changeset":"Z:dc2>1|3h=66r=1*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754982580}},"pad:IVOA_Nov24_DAL:revs:7262":{"changeset":"Z:dc3>1|3h=66r=2*p+1$B","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754983071}},"pad:IVOA_Nov24_DAL:revs:7263":{"changeset":"Z:dc4>1|3h=66r=3*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754985183}},"pad:IVOA_Nov24_DAL:revs:7264":{"changeset":"Z:dc5>1|3h=66r=4*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754986999}},"pad:IVOA_Nov24_DAL:revs:7265":{"changeset":"Z:dc6>1|3h=66r=5*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754987578}},"pad:IVOA_Nov24_DAL:revs:7266":{"changeset":"Z:dc7>1|3h=66r=6*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754988078}},"pad:IVOA_Nov24_DAL:revs:7267":{"changeset":"Z:dc8>1|3h=66r=7*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754988579}},"pad:IVOA_Nov24_DAL:revs:7268":{"changeset":"Z:dc9>2|3h=66r=8*p+2$re","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754989081}},"pad:IVOA_Nov24_DAL:revs:7269":{"changeset":"Z:dcb>2|3h=66r=a*p+2$d ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754989580}},"pad:IVOA_Nov24_DAL:revs:7270":{"changeset":"Z:dcd>1|3h=66r=c*p+1$f","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754990183}},"pad:IVOA_Nov24_DAL:revs:7271":{"changeset":"Z:dce>1|3h=66r=d*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754990683}},"pad:IVOA_Nov24_DAL:revs:7272":{"changeset":"Z:dcf>3|3h=66r=e*p+3$om:","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754991182}},"pad:IVOA_Nov24_DAL:revs:7273":{"changeset":"Z:dci<1|3h=66r=g-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754992288}},"pad:IVOA_Nov24_DAL:revs:7274":{"changeset":"Z:dch>1|3h=66r=g*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754992915}},"pad:IVOA_Nov24_DAL:revs:7275":{"changeset":"Z:dci>1|3h=66r=h*p+1$C","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754993415}},"pad:IVOA_Nov24_DAL:revs:7276":{"changeset":"Z:dcj>3|3h=66r=i*p+3$DS ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754993914}},"pad:IVOA_Nov24_DAL:revs:7277":{"changeset":"Z:dcm>1|3h=66r=l*p+1$:","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754995212}},"pad:IVOA_Nov24_DAL:revs:7278":{"changeset":"Z:dcn>1|3h=66r=m*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731754995714}},"pad:IVOA_Nov24_DAL:revs:7279":{"changeset":"Z:dco>5|3h=66r=n*p|1+1*p+4$\n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755038498}},"pad:IVOA_Nov24_DAL:revs:7280":{"changeset":"Z:dct>1|3i=67f=4*p+1$-","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755058500}},"pad:IVOA_Nov24_DAL:revs:7281":{"changeset":"Z:dcu>1|3i=67f=5*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755059002}},"pad:IVOA_Nov24_DAL:revs:7282":{"changeset":"Z:dcv>1|3i=67f=6*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755059999}},"pad:IVOA_Nov24_DAL:revs:7283":{"changeset":"Z:dcw>2|3i=67f=7*p+2$f ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755060499}},"pad:IVOA_Nov24_DAL:revs:7284":{"changeset":"Z:dcy>1|3i=67f=9*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755063307}},"pad:IVOA_Nov24_DAL:revs:7285":{"changeset":"Z:dcz>1|3i=67f=a*p+1$m","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755064106}},"pad:IVOA_Nov24_DAL:revs:7286":{"changeset":"Z:dd0>2|3i=67f=b*p+2$on","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755064612}},"pad:IVOA_Nov24_DAL:revs:7287":{"changeset":"Z:dd2>1|3i=67f=d*p+1$g","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755065115}},"pad:IVOA_Nov24_DAL:revs:7288":{"changeset":"Z:dd3>1|3i=67f=e*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755065617}},"pad:IVOA_Nov24_DAL:revs:7289":{"changeset":"Z:dd4>1|3i=67f=f*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755067313}},"pad:IVOA_Nov24_DAL:revs:7290":{"changeset":"Z:dd5>2|3i=67f=g*p+2$ll","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755067816}},"pad:IVOA_Nov24_DAL:revs:7291":{"changeset":"Z:dd7>1|3i=67f=i*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755068618}},"pad:IVOA_Nov24_DAL:revs:7292":{"changeset":"Z:dd8>1|3i=67f=j*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755069319}},"pad:IVOA_Nov24_DAL:revs:7293":{"changeset":"Z:dd9>3|3i=67f=k*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755069824}},"pad:IVOA_Nov24_DAL:revs:7294":{"changeset":"Z:ddc>1|3i=67f=n*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755075342}},"pad:IVOA_Nov24_DAL:revs:7295":{"changeset":"Z:ddd>1|3i=67f=o*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755075844}},"pad:IVOA_Nov24_DAL:revs:7296":{"changeset":"Z:dde>3|3i=67f=p*p+3$ter","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755076346}},"pad:IVOA_Nov24_DAL:revs:7297":{"changeset":"Z:ddh>2|3i=67f=s*p+2$na","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755076838}},"pad:IVOA_Nov24_DAL:revs:7298":{"changeset":"Z:ddj>2|3i=67f=u*p+2$ti","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755077338}},"pad:IVOA_Nov24_DAL:revs:7299":{"changeset":"Z:ddl>3|3i=67f=w*p+3$ves","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755077845}},"pad:IVOA_Nov24_DAL:revs:7300":{"changeset":"Z:ddo>1|3i=67f=z*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755078339,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recebntly added in this vocabulary. \n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2r*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|3+q*p+10*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|j+1ip*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7301":{"changeset":"Z:ddp>1|3i=67f=10*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755079846}},"pad:IVOA_Nov24_DAL:revs:7302":{"changeset":"Z:ddq>2|3i=67f=11*p+2$ne","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755080339}},"pad:IVOA_Nov24_DAL:revs:7303":{"changeset":"Z:dds>1|3i=67f=13*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755080847}},"pad:IVOA_Nov24_DAL:revs:7304":{"changeset":"Z:ddt>1|3i=67f=14*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755081347}},"pad:IVOA_Nov24_DAL:revs:7305":{"changeset":"Z:ddu>2|3i=67f=15*p+2$ho","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755081848}},"pad:IVOA_Nov24_DAL:revs:7306":{"changeset":"Z:ddw>3|3i=67f=17*p+3$uld","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755082348}},"pad:IVOA_Nov24_DAL:revs:7307":{"changeset":"Z:ddz>4|3i=67f=1a*p+4$ be ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755082843}},"pad:IVOA_Nov24_DAL:revs:7308":{"changeset":"Z:de3>1|3i=67f=1e*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755083577}},"pad:IVOA_Nov24_DAL:revs:7309":{"changeset":"Z:de4>3|3i=67f=1f*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755083995}},"pad:IVOA_Nov24_DAL:revs:7310":{"changeset":"Z:de7>4|3i=67f=1i*p+4$defa","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755084494}},"pad:IVOA_Nov24_DAL:revs:7311":{"changeset":"Z:deb>1|3i=67f=1m*p+1$u","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755084994}},"pad:IVOA_Nov24_DAL:revs:7312":{"changeset":"Z:dec>2|3i=67f=1n*p+2$lt","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755085495}},"pad:IVOA_Nov24_DAL:revs:7313":{"changeset":"Z:dee>1|3i=67f=1p*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755085999}},"pad:IVOA_Nov24_DAL:revs:7314":{"changeset":"Z:def>1|3i=67f=1q*p+1$I","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755086550}},"pad:IVOA_Nov24_DAL:revs:7315":{"changeset":"Z:deg>2|3i=67f=1r*p+2$ t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755087083}},"pad:IVOA_Nov24_DAL:revs:7316":{"changeset":"Z:dei>2|3i=67f=1t*p+2$hi","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755087558}},"pad:IVOA_Nov24_DAL:revs:7317":{"changeset":"Z:dek>1|3i=67f=1v*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755088058}},"pad:IVOA_Nov24_DAL:revs:7318":{"changeset":"Z:del>2|3i=67f=1w*p+2$k ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755088559}},"pad:IVOA_Nov24_DAL:revs:7319":{"changeset":"Z:den>1|3i=67f=1y*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755091189}},"pad:IVOA_Nov24_DAL:revs:7320":{"changeset":"Z:deo>3|3i=67f=1z*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755091659}},"pad:IVOA_Nov24_DAL:revs:7321":{"changeset":"Z:der>1|3i=67f=22*p+1$D","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755092695}},"pad:IVOA_Nov24_DAL:revs:7322":{"changeset":"Z:des>3|3i=67f=23*p+3$ata","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755093192}},"pad:IVOA_Nov24_DAL:revs:7323":{"changeset":"Z:dev>1|3i=67f=26*p+1$L","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755093696}},"pad:IVOA_Nov24_DAL:revs:7324":{"changeset":"Z:dew>2|3i=67f=27*p+2$in","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755094266}},"pad:IVOA_Nov24_DAL:revs:7325":{"changeset":"Z:dey>2|3i=67f=29*p+2$k ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755094705}},"pad:IVOA_Nov24_DAL:revs:7326":{"changeset":"Z:df0>3|3i=67f=2b*p+3$ca,","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755095204}},"pad:IVOA_Nov24_DAL:revs:7327":{"changeset":"Z:df3>1|3i=67f=2e*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755095698}},"pad:IVOA_Nov24_DAL:revs:7328":{"changeset":"Z:df4<2|3i=67f=2d-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755096203}},"pad:IVOA_Nov24_DAL:revs:7329":{"changeset":"Z:df2>1|3i=67f=2d*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755096870}},"pad:IVOA_Nov24_DAL:revs:7330":{"changeset":"Z:df3>2|3i=67f=2e*p+2$ b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755097378}},"pad:IVOA_Nov24_DAL:revs:7331":{"changeset":"Z:df5>4|3i=67f=2g*p+4$e ac","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755097881}},"pad:IVOA_Nov24_DAL:revs:7332":{"changeset":"Z:df9>3|3i=67f=2k*p+3$cce","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755098382}},"pad:IVOA_Nov24_DAL:revs:7333":{"changeset":"Z:dfc>3|3i=67f=2n*p+3$sse","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755098882}},"pad:IVOA_Nov24_DAL:revs:7334":{"changeset":"Z:dff<1|3i=67f=2p-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755099478}},"pad:IVOA_Nov24_DAL:revs:7335":{"changeset":"Z:dfe<1|3i=67f=2o-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755099976}},"pad:IVOA_Nov24_DAL:revs:7336":{"changeset":"Z:dfd>1|3i=67f=2o*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755100703}},"pad:IVOA_Nov24_DAL:revs:7337":{"changeset":"Z:dfe>2|3i=67f=2p*p+2$ed","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755101200}},"pad:IVOA_Nov24_DAL:revs:7338":{"changeset":"Z:dfg<2|3i=67f=2p-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755101704}},"pad:IVOA_Nov24_DAL:revs:7339":{"changeset":"Z:dfe<1|3i=67f=2o-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755102177}},"pad:IVOA_Nov24_DAL:revs:7340":{"changeset":"Z:dfd>1|3i=67f=2o*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755102891}},"pad:IVOA_Nov24_DAL:revs:7341":{"changeset":"Z:dfe>2|3i=67f=2p*p+2$ed","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755103394}},"pad:IVOA_Nov24_DAL:revs:7342":{"changeset":"Z:dfg>1|3i=67f=2r*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755103889}},"pad:IVOA_Nov24_DAL:revs:7343":{"changeset":"Z:dfh>1|3i=67f=2s*p+1$v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755105013}},"pad:IVOA_Nov24_DAL:revs:7344":{"changeset":"Z:dfi>2|3i=67f=2t*p+2$ia","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755105515}},"pad:IVOA_Nov24_DAL:revs:7345":{"changeset":"Z:dfk>2|3i=67f=2v*p+2$ a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755106012}},"pad:IVOA_Nov24_DAL:revs:7346":{"changeset":"Z:dfm>1|3i=67f=2x*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755107023}},"pad:IVOA_Nov24_DAL:revs:7347":{"changeset":"Z:dfn>1|3i=67f=2y*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755109398}},"pad:IVOA_Nov24_DAL:revs:7348":{"changeset":"Z:dfo>3|3i=67f=2z*p+3$err","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755109897}},"pad:IVOA_Nov24_DAL:revs:7349":{"changeset":"Z:dfr>1|3i=67f=32*p+1$v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755110400}},"pad:IVOA_Nov24_DAL:revs:7350":{"changeset":"Z:dfs<1|3i=67f=32-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755110901}},"pad:IVOA_Nov24_DAL:revs:7351":{"changeset":"Z:dfr<1|3i=67f=31-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755111397}},"pad:IVOA_Nov24_DAL:revs:7352":{"changeset":"Z:dfq>1|3i=67f=31*p+1$v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755112204}},"pad:IVOA_Nov24_DAL:revs:7353":{"changeset":"Z:dfr>1|3i=67f=32*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755112702}},"pad:IVOA_Nov24_DAL:revs:7354":{"changeset":"Z:dfs>4|3i=67f=33*p+4$ce d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755113202}},"pad:IVOA_Nov24_DAL:revs:7355":{"changeset":"Z:dfw>3|3i=67f=37*p+3$esc","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755113705}},"pad:IVOA_Nov24_DAL:revs:7356":{"changeset":"Z:dfz>1|3i=67f=3a*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755114206}},"pad:IVOA_Nov24_DAL:revs:7357":{"changeset":"Z:dg0>2|3i=67f=3b*p+2$it","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755114710}},"pad:IVOA_Nov24_DAL:revs:7358":{"changeset":"Z:dg2>2|3i=67f=3d*p+2$or","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755115204}},"pad:IVOA_Nov24_DAL:revs:7359":{"changeset":"Z:dg4>1|3i=67f=3f*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755115706}},"pad:IVOA_Nov24_DAL:revs:7360":{"changeset":"Z:dg5<1|3i=67f=3f-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755116610}},"pad:IVOA_Nov24_DAL:revs:7361":{"changeset":"Z:dg4<2|3i=67f=3d-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755117109}},"pad:IVOA_Nov24_DAL:revs:7362":{"changeset":"Z:dg2<1|3i=67f=3c-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755117611}},"pad:IVOA_Nov24_DAL:revs:7363":{"changeset":"Z:dg1>1|3i=67f=3c*p+1$p","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755118111}},"pad:IVOA_Nov24_DAL:revs:7364":{"changeset":"Z:dg2>2|3i=67f=3d*p+2$ty","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755118613}},"pad:IVOA_Nov24_DAL:revs:7365":{"changeset":"Z:dg4>2|3i=67f=3f*p+2$or","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755119111}},"pad:IVOA_Nov24_DAL:revs:7366":{"changeset":"Z:dg6<1|3i=67f=3g-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755119613}},"pad:IVOA_Nov24_DAL:revs:7367":{"changeset":"Z:dg5<2|3i=67f=3e-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755120117}},"pad:IVOA_Nov24_DAL:revs:7368":{"changeset":"Z:dg3>1|3i=67f=3e*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755120618}},"pad:IVOA_Nov24_DAL:revs:7369":{"changeset":"Z:dg4>2|3i=67f=3f*p+2$r ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755121118}},"pad:IVOA_Nov24_DAL:revs:7370":{"changeset":"Z:dg6>1|3i=67f=3h*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755187337}},"pad:IVOA_Nov24_DAL:revs:7371":{"changeset":"Z:dg7>2|3i=67f=3i*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755187837}},"pad:IVOA_Nov24_DAL:revs:7372":{"changeset":"Z:dg9>2|3i=67f=3k*p+2$th","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755188335}},"pad:IVOA_Nov24_DAL:revs:7373":{"changeset":"Z:dgb>2|3i=67f=3m*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755188836}},"pad:IVOA_Nov24_DAL:revs:7374":{"changeset":"Z:dgd>1|3i=67f=3o*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755189529}},"pad:IVOA_Nov24_DAL:revs:7375":{"changeset":"Z:dge>1|3i=67f=3p*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755190031}},"pad:IVOA_Nov24_DAL:revs:7376":{"changeset":"Z:dgf>2|3i=67f=3q*p+2$sc","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755190531}},"pad:IVOA_Nov24_DAL:revs:7377":{"changeset":"Z:dgh>2|3i=67f=3s*p+2$ov","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755191031}},"pad:IVOA_Nov24_DAL:revs:7378":{"changeset":"Z:dgj>2|3i=67f=3u*p+2$er","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755191532}},"pad:IVOA_Nov24_DAL:revs:7379":{"changeset":"Z:dgl>2|3i=67f=3w*p+2$y ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755192033}},"pad:IVOA_Nov24_DAL:revs:7380":{"changeset":"Z:dgn>3|3i=67f=3y*p+3$ser","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755192558}},"pad:IVOA_Nov24_DAL:revs:7381":{"changeset":"Z:dgq>2|3i=67f=41*p+2$vi","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755193056}},"pad:IVOA_Nov24_DAL:revs:7382":{"changeset":"Z:dgs>2|3i=67f=43*p+2$ce","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755193559}},"pad:IVOA_Nov24_DAL:revs:7383":{"changeset":"Z:dgu>1|3i=67f=45*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755194055}},"pad:IVOA_Nov24_DAL:revs:7384":{"changeset":"Z:dgv>1|3i=67f=46*p+1$(","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755194737}},"pad:IVOA_Nov24_DAL:revs:7385":{"changeset":"Z:dgw>1|3i=67f=47*p+1$S","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755195469}},"pad:IVOA_Nov24_DAL:revs:7386":{"changeset":"Z:dgx>1|3i=67f=48*p+1$I","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755195966}},"pad:IVOA_Nov24_DAL:revs:7387":{"changeset":"Z:dgy>1|3i=67f=49*p+1$A","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755196466}},"pad:IVOA_Nov24_DAL:revs:7388":{"changeset":"Z:dgz>2|3i=67f=4a*p+2$, ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755196973}},"pad:IVOA_Nov24_DAL:revs:7389":{"changeset":"Z:dh1>2|3i=67f=4c*p+2$SS","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755197470}},"pad:IVOA_Nov24_DAL:revs:7390":{"changeset":"Z:dh3>1|3i=67f=4e*p+1$A","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755197970}},"pad:IVOA_Nov24_DAL:revs:7391":{"changeset":"Z:dh4>1|3i=67f=4f*p+1$,","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755198474}},"pad:IVOA_Nov24_DAL:revs:7392":{"changeset":"Z:dh5>2|3i=67f=4g*p+2$ O","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755198969}},"pad:IVOA_Nov24_DAL:revs:7393":{"changeset":"Z:dh7>2|3i=67f=4i*p+2$bs","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755199474}},"pad:IVOA_Nov24_DAL:revs:7394":{"changeset":"Z:dh9>2|3i=67f=4k*p+2$TA","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755199971}},"pad:IVOA_Nov24_DAL:revs:7395":{"changeset":"Z:dhb>1|3i=67f=4m*p+1$P","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755200474}},"pad:IVOA_Nov24_DAL:revs:7396":{"changeset":"Z:dhc>2|3i=67f=4n*p+2$, ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755200974}},"pad:IVOA_Nov24_DAL:revs:7397":{"changeset":"Z:dhe>1|3i=67f=4p*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755201646}},"pad:IVOA_Nov24_DAL:revs:7398":{"changeset":"Z:dhf>1|3i=67f=4q*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755202145}},"pad:IVOA_Nov24_DAL:revs:7399":{"changeset":"Z:dhg>1|3i=67f=4r*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755202644}},"pad:IVOA_Nov24_DAL:revs:7400":{"changeset":"Z:dhh>2|3i=67f=4s*p+2$DA","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755203146,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recebntly added in this vocabulary. \n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DA\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2r*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|3+q*p+4u*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|j+1ip*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7401":{"changeset":"Z:dhj>1|3i=67f=4u*p+1$P","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755203645}},"pad:IVOA_Nov24_DAL:revs:7402":{"changeset":"Z:dhk>1|3i=67f=4v*p+1$)","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755204081}},"pad:IVOA_Nov24_DAL:revs:7403":{"changeset":"Z:dhl>1|3i=67f=4w*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755204580}},"pad:IVOA_Nov24_DAL:revs:7404":{"changeset":"Z:dhm>1|3i=67f=4x*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755209159}},"pad:IVOA_Nov24_DAL:revs:7405":{"changeset":"Z:dhn>3|3i=67f=4y*p+3$esp","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755209660}},"pad:IVOA_Nov24_DAL:revs:7406":{"changeset":"Z:dhq>3|3i=67f=51*p+3$ons","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755210161}},"pad:IVOA_Nov24_DAL:revs:7407":{"changeset":"Z:dht>1|3i=67f=54*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755210670}},"pad:IVOA_Nov24_DAL:revs:7408":{"changeset":"Z:dhu>1|3i=67f=55*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755211163}},"pad:IVOA_Nov24_DAL:revs:7409":{"changeset":"Z:dhv>1|3i=67f=56*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755211763}},"pad:IVOA_Nov24_DAL:revs:7410":{"changeset":"Z:dhw>1|3i=67f=57*p+1$T","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755212473}},"pad:IVOA_Nov24_DAL:revs:7411":{"changeset":"Z:dhx>3|3i=67f=58*p+3$hen","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755212972}},"pad:IVOA_Nov24_DAL:revs:7412":{"changeset":"Z:di0>2|3i=67f=5b*p+2$ t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755213477}},"pad:IVOA_Nov24_DAL:revs:7413":{"changeset":"Z:di2>3|3i=67f=5d*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755213970}},"pad:IVOA_Nov24_DAL:revs:7414":{"changeset":"Z:di5>1|3i=67f=5g*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755214475}},"pad:IVOA_Nov24_DAL:revs:7415":{"changeset":"Z:di6>3|3i=67f=5h*p+3$cce","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755214977}},"pad:IVOA_Nov24_DAL:revs:7416":{"changeset":"Z:di9>2|3i=67f=5k*p+2$ss","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755215469}},"pad:IVOA_Nov24_DAL:revs:7417":{"changeset":"Z:dib>1|3i=67f=5m*p+1$_","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755216273}},"pad:IVOA_Nov24_DAL:revs:7418":{"changeset":"Z:dic>1|3i=67f=5n*p+1$u","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755217070}},"pad:IVOA_Nov24_DAL:revs:7419":{"changeset":"Z:did>1|3i=67f=5o*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755217571}},"pad:IVOA_Nov24_DAL:revs:7420":{"changeset":"Z:die>2|3i=67f=5p*p+2$l ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755218074}},"pad:IVOA_Nov24_DAL:revs:7421":{"changeset":"Z:dig>1|3i=67f=5r*p+1$F","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755218574}},"pad:IVOA_Nov24_DAL:revs:7422":{"changeset":"Z:dih>1|3i=67f=5s*p+1$I","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755219074}},"pad:IVOA_Nov24_DAL:revs:7423":{"changeset":"Z:dii>2|3i=67f=5t*p+2$EL","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755219575}},"pad:IVOA_Nov24_DAL:revs:7424":{"changeset":"Z:dik>2|3i=67f=5v*p+2$D ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755220077}},"pad:IVOA_Nov24_DAL:revs:7425":{"changeset":"Z:dim>1|3i=67f=5x*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755220577}},"pad:IVOA_Nov24_DAL:revs:7426":{"changeset":"Z:din<1|3i=67f=5x-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755221076}},"pad:IVOA_Nov24_DAL:revs:7427":{"changeset":"Z:dim>1|3i=67f=5x*p+1$m","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755221779}},"pad:IVOA_Nov24_DAL:revs:7428":{"changeset":"Z:din>2|3i=67f=5y*p+2$au","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755222281}},"pad:IVOA_Nov24_DAL:revs:7429":{"changeset":"Z:dip<1|3i=67f=5z-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755222790}},"pad:IVOA_Nov24_DAL:revs:7430":{"changeset":"Z:dio>1|3i=67f=5z*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755223286}},"pad:IVOA_Nov24_DAL:revs:7431":{"changeset":"Z:dip>1|3i=67f=60*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755224093}},"pad:IVOA_Nov24_DAL:revs:7432":{"changeset":"Z:diq>2|3i=67f=61*p+2$co","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755224590}},"pad:IVOA_Nov24_DAL:revs:7433":{"changeset":"Z:dis>3|3i=67f=63*p+3$nat","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755225090}},"pad:IVOA_Nov24_DAL:revs:7434":{"changeset":"Z:div>3|3i=67f=66*p+3$in ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755225591}},"pad:IVOA_Nov24_DAL:revs:7435":{"changeset":"Z:diy>2|3i=67f=69*p+2$th","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755226091}},"pad:IVOA_Nov24_DAL:revs:7436":{"changeset":"Z:dj0>4|3i=67f=6b*p+4$e di","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755226597}},"pad:IVOA_Nov24_DAL:revs:7437":{"changeset":"Z:dj4>2|3i=67f=6f*p+2$re","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755227099}},"pad:IVOA_Nov24_DAL:revs:7438":{"changeset":"Z:dj6>2|3i=67f=6h*p+2$ct","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755227617}},"pad:IVOA_Nov24_DAL:revs:7439":{"changeset":"Z:dj8>1|3i=67f=6j*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755228092}},"pad:IVOA_Nov24_DAL:revs:7440":{"changeset":"Z:dj9>1|3i=67f=6k*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755231597}},"pad:IVOA_Nov24_DAL:revs:7441":{"changeset":"Z:dja>2|3i=67f=6l*p+2$ef","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755232099}},"pad:IVOA_Nov24_DAL:revs:7442":{"changeset":"Z:djc>3|3i=67f=6n*p+3$aul","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755232604}},"pad:IVOA_Nov24_DAL:revs:7443":{"changeset":"Z:djf>1|3i=67f=6q*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755233100}},"pad:IVOA_Nov24_DAL:revs:7444":{"changeset":"Z:djg>1|3i=67f=6r*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755233604}},"pad:IVOA_Nov24_DAL:revs:7445":{"changeset":"Z:djh>2|3i=67f=6s*p+2$ac","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755234099}},"pad:IVOA_Nov24_DAL:revs:7446":{"changeset":"Z:djj>3|3i=67f=6u*p+3$ces","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755234600}},"pad:IVOA_Nov24_DAL:revs:7447":{"changeset":"Z:djm>1|3i=67f=6x*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755235102}},"pad:IVOA_Nov24_DAL:revs:7448":{"changeset":"Z:djn>1|3i=67f=6y*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755235601}},"pad:IVOA_Nov24_DAL:revs:7449":{"changeset":"Z:djo>3|3i=67f=6z*p+3$to ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755236103}},"pad:IVOA_Nov24_DAL:revs:7450":{"changeset":"Z:djr>3|3i=67f=72*p+3$the","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755236603}},"pad:IVOA_Nov24_DAL:revs:7451":{"changeset":"Z:dju>2|3i=67f=75*p+2$ d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755237105}},"pad:IVOA_Nov24_DAL:revs:7452":{"changeset":"Z:djw>2|3i=67f=77*p+2$at","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755237604}},"pad:IVOA_Nov24_DAL:revs:7453":{"changeset":"Z:djy>1|3i=67f=79*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755238708}},"pad:IVOA_Nov24_DAL:revs:7454":{"changeset":"Z:djz>2|3i=67f=7a*p+2$se","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755239237}},"pad:IVOA_Nov24_DAL:revs:7455":{"changeset":"Z:dk1>1|3i=67f=7c*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755239631}},"pad:IVOA_Nov24_DAL:revs:7456":{"changeset":"Z:dk2>5|3i=67f=7d*p|1+1*p+4$\n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755240426}},"pad:IVOA_Nov24_DAL:revs:7457":{"changeset":"Z:dk7>1|3j=6et=4*p+1$-","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755241932}},"pad:IVOA_Nov24_DAL:revs:7458":{"changeset":"Z:dk8>1|3j=6et=5*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755242530}},"pad:IVOA_Nov24_DAL:revs:7459":{"changeset":"Z:dk9>1|3j=6et=6*p+1$I","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755243318}},"pad:IVOA_Nov24_DAL:revs:7460":{"changeset":"Z:dka>3|3j=6et=7*p+3$nsi","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755243825}},"pad:IVOA_Nov24_DAL:revs:7461":{"changeset":"Z:dkd>3|3j=6et=a*p+3$de ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755244416}},"pad:IVOA_Nov24_DAL:revs:7462":{"changeset":"Z:dkg>1|3j=6et=d*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755248921}},"pad:IVOA_Nov24_DAL:revs:7463":{"changeset":"Z:dkh>3|3j=6et=e*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755249437}},"pad:IVOA_Nov24_DAL:revs:7464":{"changeset":"Z:dkk>1|3j=6et=h*p+1$D","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755249881}},"pad:IVOA_Nov24_DAL:revs:7465":{"changeset":"Z:dkl>1|3j=6et=i*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755250434}},"pad:IVOA_Nov24_DAL:revs:7466":{"changeset":"Z:dkm<1|3j=6et=i-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755250934}},"pad:IVOA_Nov24_DAL:revs:7467":{"changeset":"Z:dkl>1|3j=6et=i*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755251398}},"pad:IVOA_Nov24_DAL:revs:7468":{"changeset":"Z:dkm>1|3j=6et=j*p+1$L","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755284371}},"pad:IVOA_Nov24_DAL:revs:7469":{"changeset":"Z:dkn>1|3j=6et=k*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755284872}},"pad:IVOA_Nov24_DAL:revs:7470":{"changeset":"Z:dko<1|3j=6et=k-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755285369}},"pad:IVOA_Nov24_DAL:revs:7471":{"changeset":"Z:dkn<1|3j=6et=j-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755285873}},"pad:IVOA_Nov24_DAL:revs:7472":{"changeset":"Z:dkm>2|3j=6et=j*p+2$ta","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755286370}},"pad:IVOA_Nov24_DAL:revs:7473":{"changeset":"Z:dko>1|3j=6et=l*p+1$L","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755289173}},"pad:IVOA_Nov24_DAL:revs:7474":{"changeset":"Z:dkp>2|3j=6et=m*p+2$in","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755289673}},"pad:IVOA_Nov24_DAL:revs:7475":{"changeset":"Z:dkr>1|3j=6et=o*p+1$k","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755290174}},"pad:IVOA_Nov24_DAL:revs:7476":{"changeset":"Z:dks>1|3j=6et=p*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755290670}},"pad:IVOA_Nov24_DAL:revs:7477":{"changeset":"Z:dkt>1|3j=6et=q*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755292379}},"pad:IVOA_Nov24_DAL:revs:7478":{"changeset":"Z:dku>2|3j=6et=r*p+2$es","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755292879}},"pad:IVOA_Nov24_DAL:revs:7479":{"changeset":"Z:dkw>1|3j=6et=t*p+1$p","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755293379}},"pad:IVOA_Nov24_DAL:revs:7480":{"changeset":"Z:dkx>2|3j=6et=u*p+2$on","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755293880}},"pad:IVOA_Nov24_DAL:revs:7481":{"changeset":"Z:dkz>1|3j=6et=w*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755294685}},"pad:IVOA_Nov24_DAL:revs:7482":{"changeset":"Z:dl0>2|3j=6et=x*p+2$ez","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755295189}},"pad:IVOA_Nov24_DAL:revs:7483":{"changeset":"Z:dl2<1|3j=6et=y-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755295684}},"pad:IVOA_Nov24_DAL:revs:7484":{"changeset":"Z:dl1>1|3j=6et=y*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755296305}},"pad:IVOA_Nov24_DAL:revs:7485":{"changeset":"Z:dl2<1|3j=6et=y-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755358737}},"pad:IVOA_Nov24_DAL:revs:7486":{"changeset":"Z:dl1>1|3j=6et=y*p+1$,","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755359437}},"pad:IVOA_Nov24_DAL:revs:7487":{"changeset":"Z:dl2>1|3j=6et=z*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755359938}},"pad:IVOA_Nov24_DAL:revs:7488":{"changeset":"Z:dl3>1|3j=6et=10*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755365244}},"pad:IVOA_Nov24_DAL:revs:7489":{"changeset":"Z:dl4>3|3j=6et=11*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755365744}},"pad:IVOA_Nov24_DAL:revs:7490":{"changeset":"Z:dl7>2|3j=6et=14*p+2$de","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755366243}},"pad:IVOA_Nov24_DAL:revs:7491":{"changeset":"Z:dl9>3|3j=6et=16*p+3$scr","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755366745}},"pad:IVOA_Nov24_DAL:revs:7492":{"changeset":"Z:dlc>1|3j=6et=19*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755367348}},"pad:IVOA_Nov24_DAL:revs:7493":{"changeset":"Z:dld>2|3j=6et=1a*p+2$pt","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755367750}},"pad:IVOA_Nov24_DAL:revs:7494":{"changeset":"Z:dlf>2|3j=6et=1c*p+2$io","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755368252}},"pad:IVOA_Nov24_DAL:revs:7495":{"changeset":"Z:dlh>1|3j=6et=1e*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755368955}},"pad:IVOA_Nov24_DAL:revs:7496":{"changeset":"Z:dli>1|3j=6et=1f*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755369554}},"pad:IVOA_Nov24_DAL:revs:7497":{"changeset":"Z:dlj>1|3j=6et=1g*p+1$F","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755477438}},"pad:IVOA_Nov24_DAL:revs:7498":{"changeset":"Z:dlk>1|3j=6et=1h*p+1$I","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755477936}},"pad:IVOA_Nov24_DAL:revs:7499":{"changeset":"Z:dll>1|3j=6et=1i*p+1$E","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755478435}},"pad:IVOA_Nov24_DAL:revs:7500":{"changeset":"Z:dlm>1|3j=6et=1j*p+1$L","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755480238,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recebntly added in this vocabulary. \n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may conatin the direct default access to the dataset\n - Inside the DataLink response, the description FIEL\n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2r*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|4+84*p+1k*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|j+1ip*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7501":{"changeset":"Z:dln>1|3j=6et=1k*p+1$D","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755480741}},"pad:IVOA_Nov24_DAL:revs:7502":{"changeset":"Z:dlo>1|3j=6et=1l*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755481339}},"pad:IVOA_Nov24_DAL:revs:7503":{"changeset":"Z:dlp>1|3j=6et=1m*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755482039}},"pad:IVOA_Nov24_DAL:revs:7504":{"changeset":"Z:dlq>1|3j=6et=1n*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755482541}},"pad:IVOA_Nov24_DAL:revs:7505":{"changeset":"Z:dlr>3|3j=6et=1o*p+3$all","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755483043}},"pad:IVOA_Nov24_DAL:revs:7506":{"changeset":"Z:dlu>2|3j=6et=1r*p+2$y ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755483542}},"pad:IVOA_Nov24_DAL:revs:7507":{"changeset":"Z:dlw>2|3j=6et=1t*p+2$ca","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755484049}},"pad:IVOA_Nov24_DAL:revs:7508":{"changeset":"Z:dly>2|3j=6et=1v*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755484552}},"pad:IVOA_Nov24_DAL:revs:7509":{"changeset":"Z:dm0>1|3j=6et=1x*p+1$g","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755486854}},"pad:IVOA_Nov24_DAL:revs:7510":{"changeset":"Z:dm1>1|3j=6et=1y*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755487356}},"pad:IVOA_Nov24_DAL:revs:7511":{"changeset":"Z:dm2>3|3j=6et=1z*p+3$ve ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755487853}},"pad:IVOA_Nov24_DAL:revs:7512":{"changeset":"Z:dm5>4|3j=6et=22*p+4$the ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755488354}},"pad:IVOA_Nov24_DAL:revs:7513":{"changeset":"Z:dm9>1|3j=6et=26*p+1$h","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755488852}},"pad:IVOA_Nov24_DAL:revs:7514":{"changeset":"Z:dma>2|3j=6et=27*p+2$um","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755489351}},"pad:IVOA_Nov24_DAL:revs:7515":{"changeset":"Z:dmc>2|3j=6et=29*p+2$an","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755489857}},"pad:IVOA_Nov24_DAL:revs:7516":{"changeset":"Z:dme>1|3j=6et=2b*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755490356}},"pad:IVOA_Nov24_DAL:revs:7517":{"changeset":"Z:dmf>3|3j=6et=2c*p+3$rae","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755490854}},"pad:IVOA_Nov24_DAL:revs:7518":{"changeset":"Z:dmi>3|3j=6et=2f*p+3$der","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755491357}},"pad:IVOA_Nov24_DAL:revs:7519":{"changeset":"Z:dml>1|3j=6et=2i*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755491960}},"pad:IVOA_Nov24_DAL:revs:7520":{"changeset":"Z:dmm<1|3j=6et=2i-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755492356}},"pad:IVOA_Nov24_DAL:revs:7521":{"changeset":"Z:dml<2|3j=6et=2g-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755492856}},"pad:IVOA_Nov24_DAL:revs:7522":{"changeset":"Z:dmj<3|3j=6et=2d-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755493357}},"pad:IVOA_Nov24_DAL:revs:7523":{"changeset":"Z:dmg>1|3j=6et=2d*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755493855}},"pad:IVOA_Nov24_DAL:revs:7524":{"changeset":"Z:dmh>2|3j=6et=2e*p+2$ad","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755494356}},"pad:IVOA_Nov24_DAL:revs:7525":{"changeset":"Z:dmj>1|3j=6et=2g*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755494859}},"pad:IVOA_Nov24_DAL:revs:7526":{"changeset":"Z:dmk>2|3j=6et=2h*p+2$r ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755495360}},"pad:IVOA_Nov24_DAL:revs:7527":{"changeset":"Z:dmm>1|3j=6et=2j*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755496861}},"pad:IVOA_Nov24_DAL:revs:7528":{"changeset":"Z:dmn>2|3j=6et=2k*p+2$eq","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755497362}},"pad:IVOA_Nov24_DAL:revs:7529":{"changeset":"Z:dmp>2|3j=6et=2m*p+2$ui","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755497865}},"pad:IVOA_Nov24_DAL:revs:7530":{"changeset":"Z:dmr>3|3j=6et=2o*p+3$red","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755498363}},"pad:IVOA_Nov24_DAL:revs:7531":{"changeset":"Z:dmu>1|3j=6et=2r*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755498865}},"pad:IVOA_Nov24_DAL:revs:7532":{"changeset":"Z:dmv>2|3j=6et=2s*p+2$in","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755499365}},"pad:IVOA_Nov24_DAL:revs:7533":{"changeset":"Z:dmx>2|3j=6et=2u*p+2$fo","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755499965}},"pad:IVOA_Nov24_DAL:revs:7534":{"changeset":"Z:dmz>2|3j=6et=2w*p+2$rm","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755500467}},"pad:IVOA_Nov24_DAL:revs:7535":{"changeset":"Z:dn1>1|3j=6et=2y*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755501171}},"pad:IVOA_Nov24_DAL:revs:7536":{"changeset":"Z:dn2>1|3j=6et=2z*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755501676}},"pad:IVOA_Nov24_DAL:revs:7537":{"changeset":"Z:dn3>2|3j=6et=30*p+2$io","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755502176}},"pad:IVOA_Nov24_DAL:revs:7538":{"changeset":"Z:dn5>3|3j=6et=32*p+3$n t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755502676}},"pad:IVOA_Nov24_DAL:revs:7539":{"changeset":"Z:dn8>2|3j=6et=35*p+2$o ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755503178}},"pad:IVOA_Nov24_DAL:revs:7540":{"changeset":"Z:dna>2|3j=6et=37*p+2$ch","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755503677}},"pad:IVOA_Nov24_DAL:revs:7541":{"changeset":"Z:dnc>2|3j=6et=39*p+2$oo","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755504279}},"pad:IVOA_Nov24_DAL:revs:7542":{"changeset":"Z:dne>2|3j=6et=3b*p+2$se","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755504783}},"pad:IVOA_Nov24_DAL:revs:7543":{"changeset":"Z:dng>1|3j=6et=3d*p+1$,","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755505781}},"pad:IVOA_Nov24_DAL:revs:7544":{"changeset":"Z:dnh>2|3j=6et=3e*p+2$ b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755506282}},"pad:IVOA_Nov24_DAL:revs:7545":{"changeset":"Z:dnj>2|3j=6et=3g*p+2$ut","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755506886}},"pad:IVOA_Nov24_DAL:revs:7546":{"changeset":"Z:dnl>2|3j=6et=3i*p+2$ i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755507383}},"pad:IVOA_Nov24_DAL:revs:7547":{"changeset":"Z:dnn>1|3j=6et=3k*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755507887}},"pad:IVOA_Nov24_DAL:revs:7548":{"changeset":"Z:dno>2|3j=6et=3l*p+2$'s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755508388}},"pad:IVOA_Nov24_DAL:revs:7549":{"changeset":"Z:dnq>1|3j=6et=3n*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755508888}},"pad:IVOA_Nov24_DAL:revs:7550":{"changeset":"Z:dnr>2|3j=6et=3o*p+2$no","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755509390}},"pad:IVOA_Nov24_DAL:revs:7551":{"changeset":"Z:dnt>2|3j=6et=3q*p+2$t ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755509892}},"pad:IVOA_Nov24_DAL:revs:7552":{"changeset":"Z:dnv>3|3j=6et=3s*p+3$use","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755510394}},"pad:IVOA_Nov24_DAL:revs:7553":{"changeset":"Z:dny>2|3j=6et=3v*p+2$fu","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755510892}},"pad:IVOA_Nov24_DAL:revs:7554":{"changeset":"Z:do0>1|3j=6et=3x*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755511393}},"pad:IVOA_Nov24_DAL:revs:7555":{"changeset":"Z:do1>1|3j=6et=3y*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755511895}},"pad:IVOA_Nov24_DAL:revs:7556":{"changeset":"Z:do2>2|3j=6et=3z*p+2$fo","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755512397}},"pad:IVOA_Nov24_DAL:revs:7557":{"changeset":"Z:do4>2|3j=6et=41*p+2$r ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755512897}},"pad:IVOA_Nov24_DAL:revs:7558":{"changeset":"Z:do6>1|3j=6et=43*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755513699}},"pad:IVOA_Nov24_DAL:revs:7559":{"changeset":"Z:do7>3|3j=6et=44*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755514200}},"pad:IVOA_Nov24_DAL:revs:7560":{"changeset":"Z:doa>1|3j=6et=47*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755516205}},"pad:IVOA_Nov24_DAL:revs:7561":{"changeset":"Z:dob>1|3j=6et=48*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755516705}},"pad:IVOA_Nov24_DAL:revs:7562":{"changeset":"Z:doc>2|3j=6et=49*p+2$ft","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755517210}},"pad:IVOA_Nov24_DAL:revs:7563":{"changeset":"Z:doe>3|3j=6et=4b*p+3$war","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755517715}},"pad:IVOA_Nov24_DAL:revs:7564":{"changeset":"Z:doh>1|3j=6et=4e*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755518208}},"pad:IVOA_Nov24_DAL:revs:7565":{"changeset":"Z:doi>1|3j=6et=4f*p+1$,","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755519408}},"pad:IVOA_Nov24_DAL:revs:7566":{"changeset":"Z:doj>2|3j=6et=4g*p+2$ s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755519908}},"pad:IVOA_Nov24_DAL:revs:7567":{"changeset":"Z:dol>3|3j=6et=4i*p+3$ure","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755520409}},"pad:IVOA_Nov24_DAL:revs:7568":{"changeset":"Z:doo>1|3j=6et=4l*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755521010}},"pad:IVOA_Nov24_DAL:revs:7569":{"changeset":"Z:dop>5|3j=6et=4m*p|1+1*p+4$\n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755521819}},"pad:IVOA_Nov24_DAL:revs:7570":{"changeset":"Z:dou>5|3j=6et=4m*p|1+1*p+4$\n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755526019}},"pad:IVOA_Nov24_DAL:revs:7571":{"changeset":"Z:doz>1|3k=6jg=4*p+1$-","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755535550}},"pad:IVOA_Nov24_DAL:revs:7572":{"changeset":"Z:dp0>1|3k=6jg=5*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755536036}},"pad:IVOA_Nov24_DAL:revs:7573":{"changeset":"Z:dp1>1|3k=6jg=6*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755658323}},"pad:IVOA_Nov24_DAL:revs:7574":{"changeset":"Z:dp2>2|3k=6jg=7*p+2$dd","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755658825}},"pad:IVOA_Nov24_DAL:revs:7575":{"changeset":"Z:dp4>2|3k=6jg=9*p+2$in","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755659324}},"pad:IVOA_Nov24_DAL:revs:7576":{"changeset":"Z:dp6>3|3k=6jg=b*p+3$g a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755659826}},"pad:IVOA_Nov24_DAL:revs:7577":{"changeset":"Z:dp9>3|3k=6jg=e*p+3$ ne","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755660325}},"pad:IVOA_Nov24_DAL:revs:7578":{"changeset":"Z:dpc>1|3k=6jg=h*p+1$w","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755660827}},"pad:IVOA_Nov24_DAL:revs:7579":{"changeset":"Z:dpd>1|3k=6jg=i*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755661328}},"pad:IVOA_Nov24_DAL:revs:7580":{"changeset":"Z:dpe>1|3k=6jg=j*p+1$F","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755661829}},"pad:IVOA_Nov24_DAL:revs:7581":{"changeset":"Z:dpf>2|3k=6jg=k*p+2$IE","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755662330}},"pad:IVOA_Nov24_DAL:revs:7582":{"changeset":"Z:dph>1|3k=6jg=m*p+1$L","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755662831}},"pad:IVOA_Nov24_DAL:revs:7583":{"changeset":"Z:dpi>1|3k=6jg=n*p+1$D","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755663331}},"pad:IVOA_Nov24_DAL:revs:7584":{"changeset":"Z:dpj>1|3k=6jg=o*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755664137}},"pad:IVOA_Nov24_DAL:revs:7585":{"changeset":"Z:dpk>2|3k=6jg=p*p+2$is","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755664634}},"pad:IVOA_Nov24_DAL:revs:7586":{"changeset":"Z:dpm>3|3k=6jg=r*p+3$ pe","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755665137}},"pad:IVOA_Nov24_DAL:revs:7587":{"changeset":"Z:dpp>3|3k=6jg=u*p+3$rfe","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755665635}},"pad:IVOA_Nov24_DAL:revs:7588":{"changeset":"Z:dps>2|3k=6jg=x*p+2$ct","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755666137}},"pad:IVOA_Nov24_DAL:revs:7589":{"changeset":"Z:dpu>2|3k=6jg=z*p+2$ly","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755666639}},"pad:IVOA_Nov24_DAL:revs:7590":{"changeset":"Z:dpw>1|3k=6jg=11*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755667139}},"pad:IVOA_Nov24_DAL:revs:7591":{"changeset":"Z:dpx>3|3k=6jg=12*p+3$all","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755667645}},"pad:IVOA_Nov24_DAL:revs:7592":{"changeset":"Z:dq0>1|3k=6jg=15*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755668434}},"pad:IVOA_Nov24_DAL:revs:7593":{"changeset":"Z:dq1>2|3k=6jg=16*p+2$we","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755668935}},"pad:IVOA_Nov24_DAL:revs:7594":{"changeset":"Z:dq3>2|3k=6jg=18*p+2$d ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755669439}},"pad:IVOA_Nov24_DAL:revs:7595":{"changeset":"Z:dq5>1|3k=6jg=1a*p+1$b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755670138}},"pad:IVOA_Nov24_DAL:revs:7596":{"changeset":"Z:dq6>1|3k=6jg=1b*p+1$u","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755670639}},"pad:IVOA_Nov24_DAL:revs:7597":{"changeset":"Z:dq7>2|3k=6jg=1c*p+2$tr","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755671143}},"pad:IVOA_Nov24_DAL:revs:7598":{"changeset":"Z:dq9<1|3k=6jg=1d-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755671643}},"pad:IVOA_Nov24_DAL:revs:7599":{"changeset":"Z:dq8>1|3k=6jg=1d*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755672143}},"pad:IVOA_Nov24_DAL:revs:7600":{"changeset":"Z:dq9>1|3k=6jg=1e*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755673342,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recebntly added in this vocabulary. \n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may conatin the direct default access to the dataset\n - Inside the DataLink response, the description FIELD really can give the human reader required information to choose, but it's not useful for the software, sure.\n - adding a new FIELD is perfectly allowed but i\n \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2r*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|6+e7*p+4*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|j+1ip*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7601":{"changeset":"Z:dqa>2|3k=6jg=1f*p+2$t ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755673843}},"pad:IVOA_Nov24_DAL:revs:7602":{"changeset":"Z:dqc>1|3k=6jg=1h*p+1$w","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755674344}},"pad:IVOA_Nov24_DAL:revs:7603":{"changeset":"Z:dqd>1|3k=6jg=1i*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755674842}},"pad:IVOA_Nov24_DAL:revs:7604":{"changeset":"Z:dqe<1|3k=6jg=1i-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755675946}},"pad:IVOA_Nov24_DAL:revs:7605":{"changeset":"Z:dqd>1|3k=6jg=1i*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755677352}},"pad:IVOA_Nov24_DAL:revs:7606":{"changeset":"Z:dqe>2|3k=6jg=1j*p+2$ll","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755677850}},"pad:IVOA_Nov24_DAL:revs:7607":{"changeset":"Z:dqg>1|3k=6jg=1l*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755678447}},"pad:IVOA_Nov24_DAL:revs:7608":{"changeset":"Z:dqh>2|3k=6jg=1m*p+2$no","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755678846}},"pad:IVOA_Nov24_DAL:revs:7609":{"changeset":"Z:dqj>3|3k=6jg=1o*p+3$t b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755679349}},"pad:IVOA_Nov24_DAL:revs:7610":{"changeset":"Z:dqm>3|3k=6jg=1r*p+3$e s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755679857}},"pad:IVOA_Nov24_DAL:revs:7611":{"changeset":"Z:dqp>3|3k=6jg=1u*p+3$tab","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755680267}},"pad:IVOA_Nov24_DAL:revs:7612":{"changeset":"Z:dqs>4|3k=6jg=1x*p+4$dard","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755680770}},"pad:IVOA_Nov24_DAL:revs:7613":{"changeset":"Z:dqw<1|3k=6jg=20-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755681450}},"pad:IVOA_Nov24_DAL:revs:7614":{"changeset":"Z:dqv<2|3k=6jg=1y-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755681856}},"pad:IVOA_Nov24_DAL:revs:7615":{"changeset":"Z:dqt<1|3k=6jg=1x-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755682353}},"pad:IVOA_Nov24_DAL:revs:7616":{"changeset":"Z:dqs>1|3k=6jg=1x*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755682861}},"pad:IVOA_Nov24_DAL:revs:7617":{"changeset":"Z:dqt>3|3k=6jg=1y*p+3$dar","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755683353}},"pad:IVOA_Nov24_DAL:revs:7618":{"changeset":"Z:dqw>1|3k=6jg=21*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755683854}},"pad:IVOA_Nov24_DAL:revs:7619":{"changeset":"Z:dqx<1|3k=6jg=1w-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755689269}},"pad:IVOA_Nov24_DAL:revs:7620":{"changeset":"Z:dqw>1|3k=6jg=21*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755693068}},"pad:IVOA_Nov24_DAL:revs:7621":{"changeset":"Z:dqx>1|3k=6jg=22*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755697168}},"pad:IVOA_Nov24_DAL:revs:7622":{"changeset":"Z:dqy>2|3k=6jg=23*p+2$nd","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755697670}},"pad:IVOA_Nov24_DAL:revs:7623":{"changeset":"Z:dr0>1|3k=6jg=25*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755698170}},"pad:IVOA_Nov24_DAL:revs:7624":{"changeset":"Z:dr1>1|3k=6jg=26*p+1$w","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755698773}},"pad:IVOA_Nov24_DAL:revs:7625":{"changeset":"Z:dr2>2|3k=6jg=27*p+2$il","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755699274}},"pad:IVOA_Nov24_DAL:revs:7626":{"changeset":"Z:dr4>2|3k=6jg=29*p+2$l ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755699771}},"pad:IVOA_Nov24_DAL:revs:7627":{"changeset":"Z:dr6>1|3k=6jg=2b*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755700273}},"pad:IVOA_Nov24_DAL:revs:7628":{"changeset":"Z:dr7>2|3k=6jg=2c*p+2$ot","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755700776}},"pad:IVOA_Nov24_DAL:revs:7629":{"changeset":"Z:dr9>4|3k=6jg=2e*p+4$ all","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755701277}},"pad:IVOA_Nov24_DAL:revs:7630":{"changeset":"Z:drd>2|3k=6jg=2i*p+2$ow","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755701778}},"pad:IVOA_Nov24_DAL:revs:7631":{"changeset":"Z:drf>1|3k=6jg=2k*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755702284}},"pad:IVOA_Nov24_DAL:revs:7632":{"changeset":"Z:drg>1|3k=6jg=1m*p+1$b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755709297}},"pad:IVOA_Nov24_DAL:revs:7633":{"changeset":"Z:drh>2|3k=6jg=1n*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755709796}},"pad:IVOA_Nov24_DAL:revs:7634":{"changeset":"Z:drj>2|3k=6jg=1p*p+2$ma","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755710299}},"pad:IVOA_Nov24_DAL:revs:7635":{"changeset":"Z:drl>3|3k=6jg=1r*p+3$inl","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755710803}},"pad:IVOA_Nov24_DAL:revs:7636":{"changeset":"Z:dro>2|3k=6jg=1u*p+2$y ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755711305}},"pad:IVOA_Nov24_DAL:revs:7637":{"changeset":"Z:drq>1|3k=6jg=1w*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755711805}},"pad:IVOA_Nov24_DAL:revs:7638":{"changeset":"Z:drr>4|3k=6jg=1x*p+4$form","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755712309}},"pad:IVOA_Nov24_DAL:revs:7639":{"changeset":"Z:drv>1|3k=6jg=21*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755712806}},"pad:IVOA_Nov24_DAL:revs:7640":{"changeset":"Z:drw>1|3k=6jg=22*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755713407}},"pad:IVOA_Nov24_DAL:revs:7641":{"changeset":"Z:drx>1|3k=6jg=23*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755713909}},"pad:IVOA_Nov24_DAL:revs:7642":{"changeset":"Z:dry>3|3k=6jg=24*p+3$ve ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755714407}},"pad:IVOA_Nov24_DAL:revs:7643":{"changeset":"Z:ds1>1|3k=6jg=27*p+1$(","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755715108}},"pad:IVOA_Nov24_DAL:revs:7644":{"changeset":"Z:ds2>1|3k=6jg=28*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755715608}},"pad:IVOA_Nov24_DAL:revs:7645":{"changeset":"Z:ds3>2|3k=6jg=29*p+2$ik","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755716108}},"pad:IVOA_Nov24_DAL:revs:7646":{"changeset":"Z:ds5>2|3k=6jg=2b*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755716614}},"pad:IVOA_Nov24_DAL:revs:7647":{"changeset":"Z:ds7>2|3k=6jg=2d*p+2$de","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755717113}},"pad:IVOA_Nov24_DAL:revs:7648":{"changeset":"Z:ds9>3|3k=6jg=2f*p+3$scr","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755717616}},"pad:IVOA_Nov24_DAL:revs:7649":{"changeset":"Z:dsc>1|3k=6jg=2i*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755718114}},"pad:IVOA_Nov24_DAL:revs:7650":{"changeset":"Z:dsd>2|3k=6jg=2j*p+2$pt","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755718617}},"pad:IVOA_Nov24_DAL:revs:7651":{"changeset":"Z:dsf>3|3k=6jg=2l*p+3$ion","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755719114}},"pad:IVOA_Nov24_DAL:revs:7652":{"changeset":"Z:dsi>2|3k=6jg=2o*p+2$) ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755719615}},"pad:IVOA_Nov24_DAL:revs:7653":{"changeset":"Z:dsk>1|3k=6jg=2q*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755723529}},"pad:IVOA_Nov24_DAL:revs:7654":{"changeset":"Z:dsl<1|3k=6jg=2q-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755726135}},"pad:IVOA_Nov24_DAL:revs:7655":{"changeset":"Z:dsk>1|3k=6jg=2q*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755729142}},"pad:IVOA_Nov24_DAL:revs:7656":{"changeset":"Z:dsl>1|3k=6jg=2r*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755729647}},"pad:IVOA_Nov24_DAL:revs:7657":{"changeset":"Z:dsm>3|3k=6jg=2s*p+3$d w","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755730161}},"pad:IVOA_Nov24_DAL:revs:7658":{"changeset":"Z:dsp>3|3k=6jg=2v*p+3$ill","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755730653}},"pad:IVOA_Nov24_DAL:revs:7659":{"changeset":"Z:dss>1|3k=6jg=2y*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755731157}},"pad:IVOA_Nov24_DAL:revs:7660":{"changeset":"Z:dst<1|3k=6jg=3h-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755735264}},"pad:IVOA_Nov24_DAL:revs:7661":{"changeset":"Z:dss<2|3k=6jg=3f-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755735767}},"pad:IVOA_Nov24_DAL:revs:7662":{"changeset":"Z:dsq<1|3k=6jg=3e-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755736265}},"pad:IVOA_Nov24_DAL:revs:7663":{"changeset":"Z:dsp>1|3k=6jg=3e*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755736763}},"pad:IVOA_Nov24_DAL:revs:7664":{"changeset":"Z:dsq>1|3k=6jg=3f*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755737263}},"pad:IVOA_Nov24_DAL:revs:7665":{"changeset":"Z:dsr>3|3k=6jg=3g*p+3$hen","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755737765}},"pad:IVOA_Nov24_DAL:revs:7666":{"changeset":"Z:dsu>3|3k=6jg=3j*p+3$ce ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755738267}},"pad:IVOA_Nov24_DAL:revs:7667":{"changeset":"Z:dsx>1|3k=6jg=3m*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755738768}},"pad:IVOA_Nov24_DAL:revs:7668":{"changeset":"Z:dsy>1|3k=6jg=3n*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755739268}},"pad:IVOA_Nov24_DAL:revs:7669":{"changeset":"Z:dsz>1|3k=6jg=44*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755741976}},"pad:IVOA_Nov24_DAL:revs:7670":{"changeset":"Z:dt0>1|3k=6jg=45*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755742472}},"pad:IVOA_Nov24_DAL:revs:7671":{"changeset":"Z:dt1>3|3k=6jg=46*p+3$ftw","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755742973}},"pad:IVOA_Nov24_DAL:revs:7672":{"changeset":"Z:dt4>3|3k=6jg=49*p+3$are","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755743470}},"pad:IVOA_Nov24_DAL:revs:7673":{"changeset":"Z:dt7>1|3k=6jg=4c*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755743971}},"pad:IVOA_Nov24_DAL:revs:7674":{"changeset":"Z:dt8<1|3k=6jg=4c-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755744476}},"pad:IVOA_Nov24_DAL:revs:7675":{"changeset":"Z:dt7<6|3k=6jg=46-6$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755744974}},"pad:IVOA_Nov24_DAL:revs:7676":{"changeset":"Z:dt1<2|3k=6jg=44-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755745476}},"pad:IVOA_Nov24_DAL:revs:7677":{"changeset":"Z:dsz>1|3k=6jg=44*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755746105}},"pad:IVOA_Nov24_DAL:revs:7678":{"changeset":"Z:dt0>1|3k=6jg=45*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755746574}},"pad:IVOA_Nov24_DAL:revs:7679":{"changeset":"Z:dt1>1|3k=6jg=46*p+1$g","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755748008}},"pad:IVOA_Nov24_DAL:revs:7680":{"changeset":"Z:dt2>4|3k=6jg=47*p+4$ener","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755748505}},"pad:IVOA_Nov24_DAL:revs:7681":{"changeset":"Z:dt6>2|3k=6jg=4b*p+2$ic","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755748926}},"pad:IVOA_Nov24_DAL:revs:7682":{"changeset":"Z:dt8>2|3k=6jg=4d*p+2$ c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755749477}},"pad:IVOA_Nov24_DAL:revs:7683":{"changeset":"Z:dta>3|3k=6jg=4f*p+3$lei","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755749978}},"pad:IVOA_Nov24_DAL:revs:7684":{"changeset":"Z:dtd>2|3k=6jg=4i*p+2$nt","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755750477}},"pad:IVOA_Nov24_DAL:revs:7685":{"changeset":"Z:dtf>1|3k=6jg=4k*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755750980}},"pad:IVOA_Nov24_DAL:revs:7686":{"changeset":"Z:dtg<1|3k=6jg=4k-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755751479}},"pad:IVOA_Nov24_DAL:revs:7687":{"changeset":"Z:dtf<2|3k=6jg=4i-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755751983}},"pad:IVOA_Nov24_DAL:revs:7688":{"changeset":"Z:dtd<2|3k=6jg=4g-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755752509}},"pad:IVOA_Nov24_DAL:revs:7689":{"changeset":"Z:dtb>2|3k=6jg=4g*p+2$ie","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755753009}},"pad:IVOA_Nov24_DAL:revs:7690":{"changeset":"Z:dtd>2|3k=6jg=4i*p+2$nt","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755753483}},"pad:IVOA_Nov24_DAL:revs:7691":{"changeset":"Z:dtf>3|3k=6jg=4k*p+3$ to","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755753990}},"pad:IVOA_Nov24_DAL:revs:7692":{"changeset":"Z:dti>3|3k=6jg=4n*p+3$ us","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755754489}},"pad:IVOA_Nov24_DAL:revs:7693":{"changeset":"Z:dtl>2|3k=6jg=4q*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755754990}},"pad:IVOA_Nov24_DAL:revs:7694":{"changeset":"Z:dtn>1|3k=6jg=4s*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755755493}},"pad:IVOA_Nov24_DAL:revs:7695":{"changeset":"Z:dto>2|3k=6jg=4t*p+2$t.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755755997}},"pad:IVOA_Nov24_DAL:revs:7696":{"changeset":"Z:dtq<1|3k=6jg=4u-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755760909}},"pad:IVOA_Nov24_DAL:revs:7697":{"changeset":"Z:dtp>1|3k=6jg=4u*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755761543}},"pad:IVOA_Nov24_DAL:revs:7698":{"changeset":"Z:dtq>1|3k=6jg=4v*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755762412}},"pad:IVOA_Nov24_DAL:revs:7699":{"changeset":"Z:dtr>2|3k=6jg=4w*p+2$o ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755762914}},"pad:IVOA_Nov24_DAL:revs:7700":{"changeset":"Z:dtt>1|3k=6jg=4y*p+1$m","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755763516,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recebntly added in this vocabulary. \n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may conatin the direct default access to the dataset\n - Inside the DataLink response, the description FIELD really can give the human reader required information to choose, but it's not useful for the software, sure.\n - adding a new FIELD is perfectly allowed but it will be mainly nformative (like description) and will not be standard. hence it will not allow a generic client to use it to m\n \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2r*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|6+hr*p+4*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|j+1ip*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7701":{"changeset":"Z:dtu>3|3k=6jg=4z*p+3$ake","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755764017}},"pad:IVOA_Nov24_DAL:revs:7702":{"changeset":"Z:dtx>3|3k=6jg=52*p+3$ so","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755764513}},"pad:IVOA_Nov24_DAL:revs:7703":{"changeset":"Z:du0>3|3k=6jg=55*p+3$med","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755765017}},"pad:IVOA_Nov24_DAL:revs:7704":{"changeset":"Z:du3>1|3k=6jg=58*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755765612}},"pad:IVOA_Nov24_DAL:revs:7705":{"changeset":"Z:du4<2|3k=6jg=57-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755766120}},"pad:IVOA_Nov24_DAL:revs:7706":{"changeset":"Z:du2>2|3k=6jg=57*p+2$ d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755766536}},"pad:IVOA_Nov24_DAL:revs:7707":{"changeset":"Z:du4>2|3k=6jg=59*p+2$ec","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755767115}},"pad:IVOA_Nov24_DAL:revs:7708":{"changeset":"Z:du6>3|3k=6jg=5b*p+3$sii","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755767619}},"pad:IVOA_Nov24_DAL:revs:7709":{"changeset":"Z:du9>3|3k=6jg=5e*p+3$ons","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755768116}},"pad:IVOA_Nov24_DAL:revs:7710":{"changeset":"Z:duc<1|3k=6jg=5g-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755768615}},"pad:IVOA_Nov24_DAL:revs:7711":{"changeset":"Z:dub<3|3k=6jg=5d-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755769114}},"pad:IVOA_Nov24_DAL:revs:7712":{"changeset":"Z:du8>1|3k=6jg=5d*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755770012}},"pad:IVOA_Nov24_DAL:revs:7713":{"changeset":"Z:du9>2|3k=6jg=5e*p+2$ns","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755770521}},"pad:IVOA_Nov24_DAL:revs:7714":{"changeset":"Z:dub>5|3k=6jg=5g*p|1+1*p+4$\n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755771516}},"pad:IVOA_Nov24_DAL:revs:7715":{"changeset":"Z:dug>1|3l=6ox=4*p+1$-","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755776017}},"pad:IVOA_Nov24_DAL:revs:7716":{"changeset":"Z:duh>1|3l=6ox=5*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755776517}},"pad:IVOA_Nov24_DAL:revs:7717":{"changeset":"Z:dui>1|3l=6ox=6*p+1$S","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755777018}},"pad:IVOA_Nov24_DAL:revs:7718":{"changeset":"Z:duj>2|3l=6ox=7*p+2$o ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755777518}},"pad:IVOA_Nov24_DAL:revs:7719":{"changeset":"Z:dul>2|3l=6ox=9*p+2$I ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755778021}},"pad:IVOA_Nov24_DAL:revs:7720":{"changeset":"Z:dun>2|3l=6ox=b*p+2$th","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755778523}},"pad:IVOA_Nov24_DAL:revs:7721":{"changeset":"Z:dup>1|3l=6ox=d*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755779022}},"pad:IVOA_Nov24_DAL:revs:7722":{"changeset":"Z:duq>2|3l=6ox=e*p+2$nk","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755779522}},"pad:IVOA_Nov24_DAL:revs:7723":{"changeset":"Z:dus>1|3l=6ox=g*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755780027}},"pad:IVOA_Nov24_DAL:revs:7724":{"changeset":"Z:dut>1|3l=6ox=h*p+1$\"","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755782533}},"pad:IVOA_Nov24_DAL:revs:7725":{"changeset":"Z:duu>1|3l=6ox=i*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755783043}},"pad:IVOA_Nov24_DAL:revs:7726":{"changeset":"Z:duv>3|3l=6ox=j*p+3$oca","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755783543}},"pad:IVOA_Nov24_DAL:revs:7727":{"changeset":"Z:duy>1|3l=6ox=m*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755784034}},"pad:IVOA_Nov24_DAL:revs:7728":{"changeset":"Z:duz>2|3l=6ox=n*p+2$_s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755784538}},"pad:IVOA_Nov24_DAL:revs:7729":{"changeset":"Z:dv1>2|3l=6ox=p*p+2$em","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755785038}},"pad:IVOA_Nov24_DAL:revs:7730":{"changeset":"Z:dv3>2|3l=6ox=r*p+2$an","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755785539}},"pad:IVOA_Nov24_DAL:revs:7731":{"changeset":"Z:dv5>2|3l=6ox=t*p+2$ti","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755786037}},"pad:IVOA_Nov24_DAL:revs:7732":{"changeset":"Z:dv7>1|3l=6ox=v*p+1$c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755786538}},"pad:IVOA_Nov24_DAL:revs:7733":{"changeset":"Z:dv8>1|3l=6ox=w*p+1$s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755787040}},"pad:IVOA_Nov24_DAL:revs:7734":{"changeset":"Z:dv9>2|3l=6ox=x*p+2$\" ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755787539}},"pad:IVOA_Nov24_DAL:revs:7735":{"changeset":"Z:dvb>1|3l=6ox=z*p+1$w","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755788541}},"pad:IVOA_Nov24_DAL:revs:7736":{"changeset":"Z:dvc>2|3l=6ox=10*p+2$ou","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755789040}},"pad:IVOA_Nov24_DAL:revs:7737":{"changeset":"Z:dve>2|3l=6ox=12*p+2$ld","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755789541}},"pad:IVOA_Nov24_DAL:revs:7738":{"changeset":"Z:dvg>4|3l=6ox=14*p+4$ be ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755790040}},"pad:IVOA_Nov24_DAL:revs:7739":{"changeset":"Z:dvk>2|3l=6ox=18*p+2$yj","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755790540}},"pad:IVOA_Nov24_DAL:revs:7740":{"changeset":"Z:dvm>2|3l=6ox=1a*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755791042}},"pad:IVOA_Nov24_DAL:revs:7741":{"changeset":"Z:dvo<3|3l=6ox=19-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755791541}},"pad:IVOA_Nov24_DAL:revs:7742":{"changeset":"Z:dvl<1|3l=6ox=18-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755792041}},"pad:IVOA_Nov24_DAL:revs:7743":{"changeset":"Z:dvk>2|3l=6ox=18*p+2$th","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755792542}},"pad:IVOA_Nov24_DAL:revs:7744":{"changeset":"Z:dvm>3|3l=6ox=1a*p+3$e b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755793068}},"pad:IVOA_Nov24_DAL:revs:7745":{"changeset":"Z:dvp>3|3l=6ox=1d*p+3$est","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755793561}},"pad:IVOA_Nov24_DAL:revs:7746":{"changeset":"Z:dvs>2|3l=6ox=1g*p+2$ p","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755794043}},"pad:IVOA_Nov24_DAL:revs:7747":{"changeset":"Z:dvu>2|3l=6ox=1i*p+2$al","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755794543}},"pad:IVOA_Nov24_DAL:revs:7748":{"changeset":"Z:dvw>3|3l=6ox=1k*p+3$ce ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755795047}},"pad:IVOA_Nov24_DAL:revs:7749":{"changeset":"Z:dvz<1|3l=6ox=1m-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755796152}},"pad:IVOA_Nov24_DAL:revs:7750":{"changeset":"Z:dvy<2|3l=6ox=1k-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755796654}},"pad:IVOA_Nov24_DAL:revs:7751":{"changeset":"Z:dvw<2|3l=6ox=1i-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755797156}},"pad:IVOA_Nov24_DAL:revs:7752":{"changeset":"Z:dvu>1|3l=6ox=1i*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755797657}},"pad:IVOA_Nov24_DAL:revs:7753":{"changeset":"Z:dvv>2|3l=6ox=1j*p+2$ac","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755798159}},"pad:IVOA_Nov24_DAL:revs:7754":{"changeset":"Z:dvx>2|3l=6ox=1l*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755798659}},"pad:IVOA_Nov24_DAL:revs:7755":{"changeset":"Z:dvz>1|3l=6ox=1n*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755800452}},"pad:IVOA_Nov24_DAL:revs:7756":{"changeset":"Z:dw0>1|3l=6ox=1o*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755800954}},"pad:IVOA_Nov24_DAL:revs:7757":{"changeset":"Z:dw1>1|3l=6ox=1p*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755801358}},"pad:IVOA_Nov24_DAL:revs:7758":{"changeset":"Z:dw2>1|3l=6ox=1q*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755813368}},"pad:IVOA_Nov24_DAL:revs:7759":{"changeset":"Z:dw3>1|3l=6ox=1r*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755813877}},"pad:IVOA_Nov24_DAL:revs:7760":{"changeset":"Z:dw4>2|3l=6ox=1s*p+2$d ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755814378}},"pad:IVOA_Nov24_DAL:revs:7761":{"changeset":"Z:dw6>1|3l=6ox=1u*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755815075}},"pad:IVOA_Nov24_DAL:revs:7762":{"changeset":"Z:dw7>3|3l=6ox=1v*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755815576}},"pad:IVOA_Nov24_DAL:revs:7763":{"changeset":"Z:dwa>1|3l=6ox=1y*p+1$p","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755816076}},"pad:IVOA_Nov24_DAL:revs:7764":{"changeset":"Z:dwb>1|3l=6ox=1z*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755817176}},"pad:IVOA_Nov24_DAL:revs:7765":{"changeset":"Z:dwc>1|3l=6ox=20*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755817675}},"pad:IVOA_Nov24_DAL:revs:7766":{"changeset":"Z:dwd>2|3l=6ox=21*p+2$ve","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755818179}},"pad:IVOA_Nov24_DAL:revs:7767":{"changeset":"Z:dwf>2|3l=6ox=23*p+2$na","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755818678}},"pad:IVOA_Nov24_DAL:revs:7768":{"changeset":"Z:dwh<1|3l=6ox=24-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755819479}},"pad:IVOA_Nov24_DAL:revs:7769":{"changeset":"Z:dwg<2|3l=6ox=22-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755819979}},"pad:IVOA_Nov24_DAL:revs:7770":{"changeset":"Z:dwe<3|3l=6ox=1z-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755820483}},"pad:IVOA_Nov24_DAL:revs:7771":{"changeset":"Z:dwb<1|3l=6ox=1y-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755820982}},"pad:IVOA_Nov24_DAL:revs:7772":{"changeset":"Z:dwa>1|3l=6ox=1y*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755848328}},"pad:IVOA_Nov24_DAL:revs:7773":{"changeset":"Z:dwb>2|3l=6ox=1z*p+2$cc","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755848830}},"pad:IVOA_Nov24_DAL:revs:7774":{"changeset":"Z:dwd>3|3l=6ox=21*p+3$ess","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755849329}},"pad:IVOA_Nov24_DAL:revs:7775":{"changeset":"Z:dwg>1|3l=6ox=24*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755849832}},"pad:IVOA_Nov24_DAL:revs:7776":{"changeset":"Z:dwh>1|3l=6ox=25*p+1$c","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755851837}},"pad:IVOA_Nov24_DAL:revs:7777":{"changeset":"Z:dwi>2|3l=6ox=26*p+2$ha","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755852337}},"pad:IVOA_Nov24_DAL:revs:7778":{"changeset":"Z:dwk>4|3l=6ox=28*p+4$ract","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755852839}},"pad:IVOA_Nov24_DAL:revs:7779":{"changeset":"Z:dwo>3|3l=6ox=2c*p+3$eri","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755853338}},"pad:IVOA_Nov24_DAL:revs:7780":{"changeset":"Z:dwr>3|3l=6ox=2f*p+3$zat","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755853840}},"pad:IVOA_Nov24_DAL:revs:7781":{"changeset":"Z:dwu>2|3l=6ox=2i*p+2$io","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755854340}},"pad:IVOA_Nov24_DAL:revs:7782":{"changeset":"Z:dww>2|3l=6ox=2k*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755854841}},"pad:IVOA_Nov24_DAL:revs:7783":{"changeset":"Z:dwy>2|3l=6ox=2m*p+2$in","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755855344}},"pad:IVOA_Nov24_DAL:revs:7784":{"changeset":"Z:dx0>4|3l=6ox=2o*p+4$form","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755855845}},"pad:IVOA_Nov24_DAL:revs:7785":{"changeset":"Z:dx4>1|3l=6ox=2s*p+1$a","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755856341}},"pad:IVOA_Nov24_DAL:revs:7786":{"changeset":"Z:dx5<1|3l=6ox=2s-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755857146}},"pad:IVOA_Nov24_DAL:revs:7787":{"changeset":"Z:dx4<1|3l=6ox=2r-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755857646}},"pad:IVOA_Nov24_DAL:revs:7788":{"changeset":"Z:dx3>1|3l=6ox=2r*p+1$m","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755858247}},"pad:IVOA_Nov24_DAL:revs:7789":{"changeset":"Z:dx4>2|3l=6ox=2s*p+2$at","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755858746}},"pad:IVOA_Nov24_DAL:revs:7790":{"changeset":"Z:dx6>2|3l=6ox=2u*p+2$io","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755859247}},"pad:IVOA_Nov24_DAL:revs:7791":{"changeset":"Z:dx8>2|3l=6ox=2w*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755859746}},"pad:IVOA_Nov24_DAL:revs:7792":{"changeset":"Z:dxa<1|3l=6ox=2x-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755861352}},"pad:IVOA_Nov24_DAL:revs:7793":{"changeset":"Z:dx9>1|3l=6ox=2x*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755861855}},"pad:IVOA_Nov24_DAL:revs:7794":{"changeset":"Z:dxa>1|3l=6ox=2y*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755862355}},"pad:IVOA_Nov24_DAL:revs:7795":{"changeset":"Z:dxb>1|3l=6ox=2z*p+1$T","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755863053}},"pad:IVOA_Nov24_DAL:revs:7796":{"changeset":"Z:dxc>2|3l=6ox=30*p+2$he","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755863556}},"pad:IVOA_Nov24_DAL:revs:7797":{"changeset":"Z:dxe>2|3l=6ox=32*p+2$ F","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755864054}},"pad:IVOA_Nov24_DAL:revs:7798":{"changeset":"Z:dxg>2|3l=6ox=34*p+2$IE","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755864554}},"pad:IVOA_Nov24_DAL:revs:7799":{"changeset":"Z:dxi>1|3l=6ox=36*p+1$L","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755865154}},"pad:IVOA_Nov24_DAL:revs:7800":{"changeset":"Z:dxj>2|3l=6ox=37*p+2$D ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755865554,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recebntly added in this vocabulary. \n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may conatin the direct default access to the dataset\n - Inside the DataLink response, the description FIELD really can give the human reader required information to choose, but it's not useful for the software, sure.\n - adding a new FIELD is perfectly allowed but it will be mainly nformative (like description) and will not be standard. hence it will not allow a generic client to use it to make some decsions\n - So I think \"local_semantics\" would be the best place to add the access characterization information. The FIELD \n \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2r*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|7+li*p+4*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|j+1ip*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7801":{"changeset":"Z:dxl>1|3l=6ox=39*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755866454}},"pad:IVOA_Nov24_DAL:revs:7802":{"changeset":"Z:dxm>3|3l=6ox=3a*p+3$s s","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755866958}},"pad:IVOA_Nov24_DAL:revs:7803":{"changeset":"Z:dxp>1|3l=6ox=3d*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755867554}},"pad:IVOA_Nov24_DAL:revs:7804":{"changeset":"Z:dxq>3|3l=6ox=3e*p+3$and","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755868054}},"pad:IVOA_Nov24_DAL:revs:7805":{"changeset":"Z:dxt>3|3l=6ox=3h*p+3$ard","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755868555}},"pad:IVOA_Nov24_DAL:revs:7806":{"changeset":"Z:dxw>1|3l=6ox=3k*p+1$,","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755873966}},"pad:IVOA_Nov24_DAL:revs:7807":{"changeset":"Z:dxx>1|3l=6ox=3l*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755874466}},"pad:IVOA_Nov24_DAL:revs:7808":{"changeset":"Z:dxy>1|3l=6ox=3m*p+1$b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755876073}},"pad:IVOA_Nov24_DAL:revs:7809":{"changeset":"Z:dxz>1|3l=6ox=3n*p+1$u","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755877570}},"pad:IVOA_Nov24_DAL:revs:7810":{"changeset":"Z:dy0>2|3l=6ox=3o*p+2$t ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755878071}},"pad:IVOA_Nov24_DAL:revs:7811":{"changeset":"Z:dy2>3|3l=6ox=3q*p+3$the","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755878571}},"pad:IVOA_Nov24_DAL:revs:7812":{"changeset":"Z:dy5>3|3l=6ox=3t*p+3$ co","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755879072}},"pad:IVOA_Nov24_DAL:revs:7813":{"changeset":"Z:dy8>4|3l=6ox=3w*p+4$nten","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755879575}},"pad:IVOA_Nov24_DAL:revs:7814":{"changeset":"Z:dyc>1|3l=6ox=40*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755880073}},"pad:IVOA_Nov24_DAL:revs:7815":{"changeset":"Z:dyd>2|3l=6ox=41*p+2$ i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755880575}},"pad:IVOA_Nov24_DAL:revs:7816":{"changeset":"Z:dyf>2|3l=6ox=43*p+2$s ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731755881075}},"pad:IVOA_Nov24_DAL:revs:7817":{"changeset":"Z:dyh>1|3l=6ox=1x*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756153798}},"pad:IVOA_Nov24_DAL:revs:7818":{"changeset":"Z:dyi>2|3l=6ox=1y*p+2$ v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756154288}},"pad:IVOA_Nov24_DAL:revs:7819":{"changeset":"Z:dyk>2|3l=6ox=20*p+2$ar","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756154791}},"pad:IVOA_Nov24_DAL:revs:7820":{"changeset":"Z:dym>1|3l=6ox=22*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756155290}},"pad:IVOA_Nov24_DAL:revs:7821":{"changeset":"Z:dyn>3|3l=6ox=23*p+3$ous","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756155792}},"pad:IVOA_Nov24_DAL:revs:7822":{"changeset":"Z:dyq<1|3l=6ox=2t-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756159796}},"pad:IVOA_Nov24_DAL:revs:7823":{"changeset":"Z:dyp<2|3l=6ox=2r-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756160297}},"pad:IVOA_Nov24_DAL:revs:7824":{"changeset":"Z:dyn<3|3l=6ox=2o-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756160798}},"pad:IVOA_Nov24_DAL:revs:7825":{"changeset":"Z:dyk<2|3l=6ox=2m-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756161202}},"pad:IVOA_Nov24_DAL:revs:7826":{"changeset":"Z:dyi<3|3l=6ox=2j-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756161800}},"pad:IVOA_Nov24_DAL:revs:7827":{"changeset":"Z:dyf<3|3l=6ox=2g-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756162303}},"pad:IVOA_Nov24_DAL:revs:7828":{"changeset":"Z:dyc<2|3l=6ox=2e-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756162800}},"pad:IVOA_Nov24_DAL:revs:7829":{"changeset":"Z:dya>1|3l=6ox=2e*p+1$m","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756163538}},"pad:IVOA_Nov24_DAL:revs:7830":{"changeset":"Z:dyb>2|3l=6ox=2f*p+2$od","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756164037}},"pad:IVOA_Nov24_DAL:revs:7831":{"changeset":"Z:dyd>2|3l=6ox=2h*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756164538}},"pad:IVOA_Nov24_DAL:revs:7832":{"changeset":"Z:dyf>1|3l=6ox=2j*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756165410}},"pad:IVOA_Nov24_DAL:revs:7833":{"changeset":"Z:dyg>1|3l=6ox=2k*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756165911}},"pad:IVOA_Nov24_DAL:revs:7834":{"changeset":"Z:dyh>1|3l=6ox=2l*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756166418}},"pad:IVOA_Nov24_DAL:revs:7835":{"changeset":"Z:dyi>1|3l=6ox=2m*p+1$l","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756168807}},"pad:IVOA_Nov24_DAL:revs:7836":{"changeset":"Z:dyj>1|3l=6ox=2n*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756169308}},"pad:IVOA_Nov24_DAL:revs:7837":{"changeset":"Z:dyk>3|3l=6ox=2o*p+3$cat","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756169811}},"pad:IVOA_Nov24_DAL:revs:7838":{"changeset":"Z:dyn>3|3l=6ox=2r*p+3$ion","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756170310}},"pad:IVOA_Nov24_DAL:revs:7839":{"changeset":"Z:dyq>1|3l=6ox=4e*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756179927}},"pad:IVOA_Nov24_DAL:revs:7840":{"changeset":"Z:dyr>1|3l=6ox=4f*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756180426}},"pad:IVOA_Nov24_DAL:revs:7841":{"changeset":"Z:dys>3|3l=6ox=4g*p+3$ be","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756180924}},"pad:IVOA_Nov24_DAL:revs:7842":{"changeset":"Z:dyv>3|3l=6ox=4j*p+3$ de","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756181426}},"pad:IVOA_Nov24_DAL:revs:7843":{"changeset":"Z:dyy>2|3l=6ox=4m*p+2$fi","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756181929}},"pad:IVOA_Nov24_DAL:revs:7844":{"changeset":"Z:dz0>4|3l=6ox=4o*p+4$ned ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756182428}},"pad:IVOA_Nov24_DAL:revs:7845":{"changeset":"Z:dz4>1|3l=6ox=4s*p+1$b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756183256}},"pad:IVOA_Nov24_DAL:revs:7846":{"changeset":"Z:dz5>1|3l=6ox=4t*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756183734}},"pad:IVOA_Nov24_DAL:revs:7847":{"changeset":"Z:dz6>3|3l=6ox=4u*p+3$ th","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756184232}},"pad:IVOA_Nov24_DAL:revs:7848":{"changeset":"Z:dz9>2|3l=6ox=4x*p+2$e ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756184735}},"pad:IVOA_Nov24_DAL:revs:7849":{"changeset":"Z:dzb>2|3l=6ox=4z*p+2$da","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756185230}},"pad:IVOA_Nov24_DAL:revs:7850":{"changeset":"Z:dzd>2|3l=6ox=51*p+2$ta","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756185731}},"pad:IVOA_Nov24_DAL:revs:7851":{"changeset":"Z:dzf>1|3l=6ox=53*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756186330}},"pad:IVOA_Nov24_DAL:revs:7852":{"changeset":"Z:dzg>2|3l=6ox=54*p+2$pr","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756186732}},"pad:IVOA_Nov24_DAL:revs:7853":{"changeset":"Z:dzi>1|3l=6ox=56*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756187234}},"pad:IVOA_Nov24_DAL:revs:7854":{"changeset":"Z:dzj>3|3l=6ox=57*p+3$vid","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756187838}},"pad:IVOA_Nov24_DAL:revs:7855":{"changeset":"Z:dzm>2|3l=6ox=5a*p+2$er","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756188239}},"pad:IVOA_Nov24_DAL:revs:7856":{"changeset":"Z:dzo>1|3l=6ox=5c*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756188836}},"pad:IVOA_Nov24_DAL:revs:7857":{"changeset":"Z:dzp>1|3l=6ox=5d*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756189340}},"pad:IVOA_Nov24_DAL:revs:7858":{"changeset":"Z:dzq>1|3l=6ox=5e*p+1$E","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756193876}},"pad:IVOA_Nov24_DAL:revs:7859":{"changeset":"Z:dzr>1|3l=6ox=5f*p+1$x","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756194382}},"pad:IVOA_Nov24_DAL:revs:7860":{"changeset":"Z:dzs>3|3l=6ox=5g*p+3$pos","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756194882}},"pad:IVOA_Nov24_DAL:revs:7861":{"changeset":"Z:dzv>2|3l=6ox=5j*p+2$in","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756195386}},"pad:IVOA_Nov24_DAL:revs:7862":{"changeset":"Z:dzx>2|3l=6ox=5l*p+2$g ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756195850}},"pad:IVOA_Nov24_DAL:revs:7863":{"changeset":"Z:dzz>1|3l=6ox=5n*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756197853}},"pad:IVOA_Nov24_DAL:revs:7864":{"changeset":"Z:e00>3|3l=6ox=5o*p+3$his","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756198353}},"pad:IVOA_Nov24_DAL:revs:7865":{"changeset":"Z:e03>2|3l=6ox=5r*p+2$ v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756198884}},"pad:IVOA_Nov24_DAL:revs:7866":{"changeset":"Z:e05>1|3l=6ox=5t*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756199390}},"pad:IVOA_Nov24_DAL:revs:7867":{"changeset":"Z:e06>3|3l=6ox=5u*p+3$cab","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756199887}},"pad:IVOA_Nov24_DAL:revs:7868":{"changeset":"Z:e09>3|3l=6ox=5x*p+3$ula","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756200355}},"pad:IVOA_Nov24_DAL:revs:7869":{"changeset":"Z:e0c>1|3l=6ox=60*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756200856}},"pad:IVOA_Nov24_DAL:revs:7870":{"changeset":"Z:e0d>2|3l=6ox=61*p+2$y ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756201358}},"pad:IVOA_Nov24_DAL:revs:7871":{"changeset":"Z:e0f>3|3l=6ox=63*p+3$can","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756201858}},"pad:IVOA_Nov24_DAL:revs:7872":{"changeset":"Z:e0i>2|3l=6ox=66*p+2$ b","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756202358}},"pad:IVOA_Nov24_DAL:revs:7873":{"changeset":"Z:e0k>4|3l=6ox=68*p+4$e do","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756202860}},"pad:IVOA_Nov24_DAL:revs:7874":{"changeset":"Z:e0o>3|3l=6ox=6c*p+3$ne ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756203360}},"pad:IVOA_Nov24_DAL:revs:7875":{"changeset":"Z:e0r>1|3l=6ox=6f*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756204059}},"pad:IVOA_Nov24_DAL:revs:7876":{"changeset":"Z:e0s>2|3l=6ox=6g*p+2$n ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756204574}},"pad:IVOA_Nov24_DAL:revs:7877":{"changeset":"Z:e0u>2|3l=6ox=6i*p+2$an","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756205071}},"pad:IVOA_Nov24_DAL:revs:7878":{"changeset":"Z:e0w>3|3l=6ox=6k*p+3$ ex","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756205571}},"pad:IVOA_Nov24_DAL:revs:7879":{"changeset":"Z:e0z>1|3l=6ox=6n*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756206073}},"pad:IVOA_Nov24_DAL:revs:7880":{"changeset":"Z:e10>1|3l=6ox=6o*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756206573}},"pad:IVOA_Nov24_DAL:revs:7881":{"changeset":"Z:e11>1|3l=6ox=6p*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756207574}},"pad:IVOA_Nov24_DAL:revs:7882":{"changeset":"Z:e12>1|3l=6ox=6q*p+1$n","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756208071}},"pad:IVOA_Nov24_DAL:revs:7883":{"changeset":"Z:e13>3|3l=6ox=6r*p+3$al ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756208574}},"pad:IVOA_Nov24_DAL:revs:7884":{"changeset":"Z:e16>1|3l=6ox=6u*p+1$d","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756209077}},"pad:IVOA_Nov24_DAL:revs:7885":{"changeset":"Z:e17>2|3l=6ox=6v*p+2$oc","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756209577}},"pad:IVOA_Nov24_DAL:revs:7886":{"changeset":"Z:e19>3|3l=6ox=6x*p+3$ium","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756210077}},"pad:IVOA_Nov24_DAL:revs:7887":{"changeset":"Z:e1c<2|3l=6ox=6y-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756210590}},"pad:IVOA_Nov24_DAL:revs:7888":{"changeset":"Z:e1a<1|3l=6ox=6x-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756211385}},"pad:IVOA_Nov24_DAL:revs:7889":{"changeset":"Z:e19>1|3l=6ox=6x*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756211909}},"pad:IVOA_Nov24_DAL:revs:7890":{"changeset":"Z:e1a>1|3l=6ox=6y*p+1$e","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756212385}},"pad:IVOA_Nov24_DAL:revs:7891":{"changeset":"Z:e1b<1|3l=6ox=6y-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756212886}},"pad:IVOA_Nov24_DAL:revs:7892":{"changeset":"Z:e1a>1|3l=6ox=6y*p+1$u","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756213680}},"pad:IVOA_Nov24_DAL:revs:7893":{"changeset":"Z:e1b>3|3l=6ox=6z*p+3$emn","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756214181}},"pad:IVOA_Nov24_DAL:revs:7894":{"changeset":"Z:e1e>1|3l=6ox=72*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756214682}},"pad:IVOA_Nov24_DAL:revs:7895":{"changeset":"Z:e1f>1|3l=6ox=73*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756215183}},"pad:IVOA_Nov24_DAL:revs:7896":{"changeset":"Z:e1g<1|3l=6ox=73-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756215893}},"pad:IVOA_Nov24_DAL:revs:7897":{"changeset":"Z:e1f<2|3l=6ox=71-2$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756216395}},"pad:IVOA_Nov24_DAL:revs:7898":{"changeset":"Z:e1d<3|3l=6ox=6y-3$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756216887}},"pad:IVOA_Nov24_DAL:revs:7899":{"changeset":"Z:e1a<1|3l=6ox=6x-1$","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756217519}},"pad:IVOA_Nov24_DAL:revs:7900":{"changeset":"Z:e19>1|3l=6ox=6x*p+1$u","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756218114,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25},"nextNum":26},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recebntly added in this vocabulary. \n \n Q: Within the ? we hav similiar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in HE; it's mandatory. We must group them. \n \n Q: Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n* DOn't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an obstap/sxa/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may conatin the direct default access to the dataset\n - Inside the DataLink response, the description FIELD really can give the human reader required information to choose, but it's not useful for the software, sure.\n - adding a new FIELD is perfectly allowed but it will be mainly nformative (like description) and will not be standard. hence it will not allow a generic client to use it to make some decsions\n - So I think \"local_semantics\" would be the best place to add the various access mode or location information. The FIELD is standard, but the content is to be defined by the data provider. Exposing this vocabulary can be done in an external docu\n \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2r*7|b+13j*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*7*2*8*3*9+1*7|1+29*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|7+p7*p+4*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|j+1ip*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:7901":{"changeset":"Z:e1a>3|3l=6ox=6y*p+3$men","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756218591}},"pad:IVOA_Nov24_DAL:revs:7902":{"changeset":"Z:e1d>1|3l=6ox=71*p+1$t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756219210}},"pad:IVOA_Nov24_DAL:revs:7903":{"changeset":"Z:e1e>1|3l=6ox=72*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756219687}},"pad:IVOA_Nov24_DAL:revs:7904":{"changeset":"Z:e1f>1|3l=6ox=73*p+1$f","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756220206}},"pad:IVOA_Nov24_DAL:revs:7905":{"changeset":"Z:e1g>3|3l=6ox=74*p+3$oll","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756220701}},"pad:IVOA_Nov24_DAL:revs:7906":{"changeset":"Z:e1j>3|3l=6ox=77*p+3$owi","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756221196}},"pad:IVOA_Nov24_DAL:revs:7907":{"changeset":"Z:e1m>2|3l=6ox=7a*p+2$ng","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756221694}},"pad:IVOA_Nov24_DAL:revs:7908":{"changeset":"Z:e1o>2|3l=6ox=7c*p+2$ t","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756222215}},"pad:IVOA_Nov24_DAL:revs:7909":{"changeset":"Z:e1q>3|3l=6ox=7e*p+3$he ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756222695}},"pad:IVOA_Nov24_DAL:revs:7910":{"changeset":"Z:e1t>1|3l=6ox=7h*p+1$i","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756223196}},"pad:IVOA_Nov24_DAL:revs:7911":{"changeset":"Z:e1u>1|3l=6ox=7i*p+1$v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756223697}},"pad:IVOA_Nov24_DAL:revs:7912":{"changeset":"Z:e1v>3|3l=6ox=7j*p+3$oa ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756224197}},"pad:IVOA_Nov24_DAL:revs:7913":{"changeset":"Z:e1y>1|3l=6ox=7m*p+1$v","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756224699}},"pad:IVOA_Nov24_DAL:revs:7914":{"changeset":"Z:e1z>1|3l=6ox=7n*p+1$o","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756225304}},"pad:IVOA_Nov24_DAL:revs:7915":{"changeset":"Z:e20>2|3l=6ox=7o*p+2$ca","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756225809}},"pad:IVOA_Nov24_DAL:revs:7916":{"changeset":"Z:e22>2|3l=6ox=7q*p+2$bu","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756226304}},"pad:IVOA_Nov24_DAL:revs:7917":{"changeset":"Z:e24>3|3l=6ox=7s*p+3$lar","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756226805}},"pad:IVOA_Nov24_DAL:revs:7918":{"changeset":"Z:e27>1|3l=6ox=7v*p+1$y","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756227223}},"pad:IVOA_Nov24_DAL:revs:7919":{"changeset":"Z:e28>1|3l=6ox=7w*p+1$ ","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756227735}},"pad:IVOA_Nov24_DAL:revs:7920":{"changeset":"Z:e29>1|3l=6ox=7x*p+1$r","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756228208}},"pad:IVOA_Nov24_DAL:revs:7921":{"changeset":"Z:e2a>2|3l=6ox=7y*p+2$ul","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756228710}},"pad:IVOA_Nov24_DAL:revs:7922":{"changeset":"Z:e2c>2|3l=6ox=80*p+2$es","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756229210}},"pad:IVOA_Nov24_DAL:revs:7923":{"changeset":"Z:e2e>1|3l=6ox=82*p+1$.","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731756229711}},"pad:IVOA_Nov24_DAL:revs:7924":{"changeset":"Z:e2f>1|7g=cq4=1w*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731756954854}},"pad:IVOA_Nov24_DAL:revs:7925":{"changeset":"Z:e2g>2|7g=cq4=1x*q+2$as","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731756955476}},"pad:IVOA_Nov24_DAL:revs:7926":{"changeset":"Z:e2i<1|7g=cq4=1y-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731756955975}},"pad:IVOA_Nov24_DAL:revs:7927":{"changeset":"Z:e2h<1|7g=cq4=1x-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731756956450}},"pad:IVOA_Nov24_DAL:revs:7928":{"changeset":"Z:e2g<1|7g=cq4=1w-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731756956983}},"pad:IVOA_Nov24_DAL:revs:7929":{"changeset":"Z:e2f>1|7g=cq4=1w*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757059093}},"pad:IVOA_Nov24_DAL:revs:7930":{"changeset":"Z:e2g>1|7g=cq4=1x*q+1$t","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757059705}},"pad:IVOA_Nov24_DAL:revs:7931":{"changeset":"Z:e2h<1|7g=cq4=1x-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757060297}},"pad:IVOA_Nov24_DAL:revs:7932":{"changeset":"Z:e2g>1|7g=cq4=1w-1*q+2$. ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757060797}},"pad:IVOA_Nov24_DAL:revs:7933":{"changeset":"Z:e2h>1|7g=cq4=1y*q+1$T","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757061396}},"pad:IVOA_Nov24_DAL:revs:7934":{"changeset":"Z:e2i>2|7g=cq4=1z*q+2$he","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757061899}},"pad:IVOA_Nov24_DAL:revs:7935":{"changeset":"Z:e2k>1|7g=cq4=21*q+1$s","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757062398}},"pad:IVOA_Nov24_DAL:revs:7936":{"changeset":"Z:e2l>3|7g=cq4=22*q+3$e a","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757062899}},"pad:IVOA_Nov24_DAL:revs:7937":{"changeset":"Z:e2o>4|7g=cq4=25*q+4$re t","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757063401}},"pad:IVOA_Nov24_DAL:revs:7938":{"changeset":"Z:e2s>1|7g=cq4=29*q+1$i","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757063997}},"pad:IVOA_Nov24_DAL:revs:7939":{"changeset":"Z:e2t>0|7g=cq4=29-1*q+1$y","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757064496}},"pad:IVOA_Nov24_DAL:revs:7940":{"changeset":"Z:e2t<1|7g=cq4=29-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757066699}},"pad:IVOA_Nov24_DAL:revs:7941":{"changeset":"Z:e2s<1|7g=cq4=28-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757067200}},"pad:IVOA_Nov24_DAL:revs:7942":{"changeset":"Z:e2r<6|7g=cq4=22-6$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757067698}},"pad:IVOA_Nov24_DAL:revs:7943":{"changeset":"Z:e2l<3|7g=cq4=1z-3$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757068198}},"pad:IVOA_Nov24_DAL:revs:7944":{"changeset":"Z:e2i<2|7g=cq4=1x-2$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757068701}},"pad:IVOA_Nov24_DAL:revs:7945":{"changeset":"Z:e2g<1|7g=cq4=1w-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757069201}},"pad:IVOA_Nov24_DAL:revs:7946":{"changeset":"Z:e2f>49|7g=cq4=1w*q+49$These user spaces are typically used to run cross-match queries against the Gaia catalog or for validation purposes before data is released, for instance","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757167274}},"pad:IVOA_Nov24_DAL:revs:7947":{"changeset":"Z:e6o>1|7g=cq4=1w*q+1$.","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757169379}},"pad:IVOA_Nov24_DAL:revs:7948":{"changeset":"Z:e6p>1|7g=cq4=1x*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757169870}},"pad:IVOA_Nov24_DAL:revs:7949":{"changeset":"Z:e6q<7|7g=cq4=3y-7$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757180218}},"pad:IVOA_Nov24_DAL:revs:7950":{"changeset":"Z:e6j>1|7g=cq4=47*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757184905}},"pad:IVOA_Nov24_DAL:revs:7951":{"changeset":"Z:e6k>1|7g=cq4=48*q+1$i","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757185407}},"pad:IVOA_Nov24_DAL:revs:7952":{"changeset":"Z:e6l>3|7g=cq4=49*q+3$n t","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757185920}},"pad:IVOA_Nov24_DAL:revs:7953":{"changeset":"Z:e6o>4|7g=cq4=4c*q+4$he a","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757186407}},"pad:IVOA_Nov24_DAL:revs:7954":{"changeset":"Z:e6s>4|7g=cq4=4g*q+4$rchi","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757186908}},"pad:IVOA_Nov24_DAL:revs:7955":{"changeset":"Z:e6w>2|7g=cq4=4k*q+2$ve","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757187410}},"pad:IVOA_Nov24_DAL:revs:7956":{"changeset":"Z:e6y>1|7g=cq4=6f*q+1$.","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757191646}},"pad:IVOA_Nov24_DAL:revs:7957":{"changeset":"Z:e6z>1|7g=cq4=1w*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757274260}},"pad:IVOA_Nov24_DAL:revs:7958":{"changeset":"Z:e70>4|7g=cq4=1x*q+4$in t","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757274766}},"pad:IVOA_Nov24_DAL:revs:7959":{"changeset":"Z:e74>4|7g=cq4=21*q+4$hew ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757275263}},"pad:IVOA_Nov24_DAL:revs:7960":{"changeset":"Z:e78<1|7g=cq4=24-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757275768}},"pad:IVOA_Nov24_DAL:revs:7961":{"changeset":"Z:e77<1|7g=cq4=23-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757276270}},"pad:IVOA_Nov24_DAL:revs:7962":{"changeset":"Z:e76>1|7g=cq4=23*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757276772}},"pad:IVOA_Nov24_DAL:revs:7963":{"changeset":"Z:e77>3|7g=cq4=24*q+3$arc","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757277274}},"pad:IVOA_Nov24_DAL:revs:7964":{"changeset":"Z:e7a>3|7g=cq4=27*q+3$hiv","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757277772}},"pad:IVOA_Nov24_DAL:revs:7965":{"changeset":"Z:e7d>3|7g=cq4=2a*q+3$e d","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757278272}},"pad:IVOA_Nov24_DAL:revs:7966":{"changeset":"Z:e7g>3|7g=cq4=2d*q+3$ara","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757278776}},"pad:IVOA_Nov24_DAL:revs:7967":{"changeset":"Z:e7j>2|7g=cq4=2g*q+2$ba","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757279275}},"pad:IVOA_Nov24_DAL:revs:7968":{"changeset":"Z:e7l<4|7g=cq4=2e-4$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757279774}},"pad:IVOA_Nov24_DAL:revs:7969":{"changeset":"Z:e7h>1|7g=cq4=2e*q+1$t","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757280274}},"pad:IVOA_Nov24_DAL:revs:7970":{"changeset":"Z:e7i>3|7g=cq4=2f*q+3$aba","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757280775}},"pad:IVOA_Nov24_DAL:revs:7971":{"changeset":"Z:e7l>2|7g=cq4=2i*q+2$se","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757281275}},"pad:IVOA_Nov24_DAL:revs:7972":{"changeset":"Z:e7n>1|7m=diq=4n*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757316944}},"pad:IVOA_Nov24_DAL:revs:7973":{"changeset":"Z:e7o<1|7m=diq=4n-1$","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757317944}},"pad:IVOA_Nov24_DAL:revs:7974":{"changeset":"Z:e7n>1|7m=diq=4n*q+1$ ","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757493605}},"pad:IVOA_Nov24_DAL:revs:7975":{"changeset":"Z:e7o>8f|7m=diq=4o*q+8f$So we enforce the quotas in the system from the beginning. This also involves a management tool that associates a given quota with a user, monitors all actions that affect the quota space (used or assigned), and provides appropriate feedback to the user, including notifications of any quota violations.","meta":{"author":"a.Mpfh4CyVgUhXAidu","timestamp":1731757494674}},"pad:IVOA_Nov24_DAL:revs:7976":{"changeset":"Z:eg3>1|1e=1o3=d*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731764296192}},"pad:IVOA_Nov24_DAL:revs:7977":{"changeset":"Z:eg4<2|1e=1o3=c-2$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731764299297}},"pad:IVOA_Nov24_DAL:revs:7978":{"changeset":"Z:eg2>2|1e=1o3=c*0+2$o ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731764304627}},"pad:IVOA_Nov24_DAL:revs:7979":{"changeset":"Z:eg4<1|1e=1o3=d-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731764308618}},"pad:IVOA_Nov24_DAL:revs:7980":{"changeset":"Z:eg3>1|1g=27j=q*0+1$e","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765722682}},"pad:IVOA_Nov24_DAL:revs:7981":{"changeset":"Z:eg4<1|1g=27j=x-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765724605}},"pad:IVOA_Nov24_DAL:revs:7982":{"changeset":"Z:eg3<1|1e=1o3=ie-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765733066}},"pad:IVOA_Nov24_DAL:revs:7983":{"changeset":"Z:eg2>1|1g=27i=48*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765754706}},"pad:IVOA_Nov24_DAL:revs:7984":{"changeset":"Z:eg3>2|1g=27i=49*0+2$gh","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765755206}},"pad:IVOA_Nov24_DAL:revs:7985":{"changeset":"Z:eg5>1|1g=27i=4b*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765756007}},"pad:IVOA_Nov24_DAL:revs:7986":{"changeset":"Z:eg6>1|1g=27i=4d*0+1$n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765756808}},"pad:IVOA_Nov24_DAL:revs:7987":{"changeset":"Z:eg7>3|1g=27i=4e*0+3$erg","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765757308}},"pad:IVOA_Nov24_DAL:revs:7988":{"changeset":"Z:ega>1|1g=27i=4h*0+1$y","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765757807}},"pad:IVOA_Nov24_DAL:revs:7989":{"changeset":"Z:egb>1|1i=2d8=5*0+1$(","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765785779}},"pad:IVOA_Nov24_DAL:revs:7990":{"changeset":"Z:egc>1|1i=2d8=6*0+1$)","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765786215}},"pad:IVOA_Nov24_DAL:revs:7991":{"changeset":"Z:egd>1|1i=2d8=6*0+1$G","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765787339}},"pad:IVOA_Nov24_DAL:revs:7992":{"changeset":"Z:ege>2|1i=2d8=7*0+2$DF","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731765787841}},"pad:IVOA_Nov24_DAL:revs:7993":{"changeset":"Z:egg<4|1z=3rs*9=1-4|1=25*a=1|1=24*b=1|1=24*c=1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766104330}},"pad:IVOA_Nov24_DAL:revs:7994":{"changeset":"Z:egc<1|1z=3rs-1|1=25*9=1|1=24*a=1|1=24*b=1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766104825}},"pad:IVOA_Nov24_DAL:revs:7995":{"changeset":"Z:egb>1|1z=3rs*0*2*8*3*9+1|1=25*a=1|1=24*b=1|1=24*c=1$*","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766106314}},"pad:IVOA_Nov24_DAL:revs:7996":{"changeset":"Z:egc>0|1z=3rs=2-1*0+1$o","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766107591}},"pad:IVOA_Nov24_DAL:revs:7997":{"changeset":"Z:egc<1|26=45e=g-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766254865}},"pad:IVOA_Nov24_DAL:revs:7998":{"changeset":"Z:egb>1|26=45e=g*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766255386}},"pad:IVOA_Nov24_DAL:revs:7999":{"changeset":"Z:egc>0|26=45e=8-1*0+1$O","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766468366}},"pad:IVOA_Nov24_DAL:revs:8000":{"changeset":"Z:egc<2|26=45e=b-3*0+1$T","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766470248,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"],"26":["author","a.Mpfh4CyVgUhXAidu"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25,"author,a.Mpfh4CyVgUhXAidu":26},"nextNum":27},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recently added in this vocabulary. \n \n Q: Within the ? we have similar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in High Energy; it's mandatory. We must group them. \n \n Q(GDF): Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n*Don't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an ObsT/sia/dap table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may conatin the direct default access to the dataset\n - Inside the DataLink response, the description FIELD really can give the human reader required information to choose, but it's not useful for the software, sure.\n - adding a new FIELD is perfectly allowed but it will be mainly nformative (like description) and will not be standard. hence it will not allow a generic client to use it to make some decsions\n - So I think \"local_semantics\" would be the best place to add the various access mode or location information. The FIELD is standard, but the content is to be defined by the data provider. Exposing this vocabulary can be done in an external document following the ivoa vocabulary rules.\n \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and forget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces in the archive database. These user spaces are typically used to run cross-match queries against a catalog in the archive or for validation purposes before data is released, for instance.\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- So we enforce the quotas in the system from the beginning. This also involves a management tool that associates a given quota with a user, monitors all actions that affect the quota space (used or assigned), and provides appropriate feedback to the user, including notifications of any quota violations. \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2q*7|2+6*7+q*0+1*7+3h*0+4*7+1*0+5*7|2+18*7+5*0+5*7|7+xr*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*0*2*8*3*9+1*7+1*0+1*7|1+23*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7+7*0+1*7+2*0+1*7+2*0+1*7|1+c*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*p|7+qc*p+4*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7|2+2r*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|a+9x*7+1w*q+58*7|6+li*7+4n*q+8g*7|3+gr*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:8001":{"changeset":"Z:ega>2|26=45e=c*0+2$AP","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766470754}},"pad:IVOA_Nov24_DAL:revs:8002":{"changeset":"Z:egc<2|26=45e=f-3*0+1$S","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766472259}},"pad:IVOA_Nov24_DAL:revs:8003":{"changeset":"Z:ega>1|26=45e=g*0+1$x","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766473055}},"pad:IVOA_Nov24_DAL:revs:8004":{"changeset":"Z:egb>1|26=45e=h*0+1$A","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766473762}},"pad:IVOA_Nov24_DAL:revs:8005":{"changeset":"Z:egc<2|26=45e=j-3*0+1$D","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766476558}},"pad:IVOA_Nov24_DAL:revs:8006":{"changeset":"Z:ega>2|26=45e=k*0+2$AP","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731766477057}},"pad:IVOA_Nov24_DAL:revs:8007":{"changeset":"Z:egc>5f|4b=7px=1g*p+5f$https://www.lemonde.fr/actualite-medias/article/2024/05/05/des-chiffres-et-des-lettres-france-televisions-annonce-l-arret-du-jeu-televise-apres-plus-de-cinquante-ans-d-existence_6231657_3236.html","meta":{"author":"a.vvmKyiEBBhnH7e6v","timestamp":1731767395342}},"pad:IVOA_Nov24_DAL:revs:8008":{"changeset":"Z:elr>1|3f=5yj=8f*r|1+1$\n","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770307076}},"pad:IVOA_Nov24_DAL:revs:8009":{"changeset":"Z:els>1|3g=66z*r+1$T","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770307980}},"pad:IVOA_Nov24_DAL:revs:8010":{"changeset":"Z:elt>1|3g=66z=1*r+1$J","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770308489}},"pad:IVOA_Nov24_DAL:revs:8011":{"changeset":"Z:elu>1|3g=66z=2*r+1$:","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770309006}},"pad:IVOA_Nov24_DAL:revs:8012":{"changeset":"Z:elv>2|3g=66z=3*r+2$ ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770309515}},"pad:IVOA_Nov24_DAL:revs:8013":{"changeset":"Z:elx>3|3g=66z=5*r+3$whi","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770310011}},"pad:IVOA_Nov24_DAL:revs:8014":{"changeset":"Z:em0>3|3g=66z=8*r+3$ch ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770310507}},"pad:IVOA_Nov24_DAL:revs:8015":{"changeset":"Z:em3>1|3g=66z=b*r+1$V","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770311685}},"pad:IVOA_Nov24_DAL:revs:8016":{"changeset":"Z:em4>2|3g=66z=c*r+2$OT","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770312189}},"pad:IVOA_Nov24_DAL:revs:8017":{"changeset":"Z:em6>1|3g=66z=e*r+1$a","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770312689}},"pad:IVOA_Nov24_DAL:revs:8018":{"changeset":"Z:em7>4|3g=66z=f*r+4$ble ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770313191}},"pad:IVOA_Nov24_DAL:revs:8019":{"changeset":"Z:emb>4|3g=66z=j*r+4$will","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770313690}},"pad:IVOA_Nov24_DAL:revs:8020":{"changeset":"Z:emf>3|3g=66z=n*r+3$ ha","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770314186}},"pad:IVOA_Nov24_DAL:revs:8021":{"changeset":"Z:emi>3|3g=66z=q*r+3$ve ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770314686}},"pad:IVOA_Nov24_DAL:revs:8022":{"changeset":"Z:eml>1|3g=66z=t*r+1$a","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770318089}},"pad:IVOA_Nov24_DAL:revs:8023":{"changeset":"Z:emm>4|3g=66z=u*r+4$n ad","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770318590}},"pad:IVOA_Nov24_DAL:revs:8024":{"changeset":"Z:emq>2|3g=66z=y*r+2$de","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770319091}},"pad:IVOA_Nov24_DAL:revs:8025":{"changeset":"Z:ems>4|3g=66z=10*r+4$d co","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770319592}},"pad:IVOA_Nov24_DAL:revs:8026":{"changeset":"Z:emw>1|3g=66z=14*r+1$l","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770320092}},"pad:IVOA_Nov24_DAL:revs:8027":{"changeset":"Z:emx>1|3g=66z=15*r+1$u","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770320700}},"pad:IVOA_Nov24_DAL:revs:8028":{"changeset":"Z:emy>2|3g=66z=16*r+2$mn","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770321192}},"pad:IVOA_Nov24_DAL:revs:8029":{"changeset":"Z:en0>1|3g=66z=18*r+1$ ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770321691}},"pad:IVOA_Nov24_DAL:revs:8030":{"changeset":"Z:en1<1|3g=66z=18-1$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770322292}},"pad:IVOA_Nov24_DAL:revs:8031":{"changeset":"Z:en0>1|3g=66z=18*r+1$,","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770322799}},"pad:IVOA_Nov24_DAL:revs:8032":{"changeset":"Z:en1>1|3g=66z=19*r+1$ ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770323200}},"pad:IVOA_Nov24_DAL:revs:8033":{"changeset":"Z:en2>4|3g=66z=1a*r+4$the ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770323730}},"pad:IVOA_Nov24_DAL:revs:8034":{"changeset":"Z:en6>4|3g=66z=1e*r+4$one ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770324225}},"pad:IVOA_Nov24_DAL:revs:8035":{"changeset":"Z:ena>3|3g=66z=1i*r+3$in ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770324710}},"pad:IVOA_Nov24_DAL:revs:8036":{"changeset":"Z:end<1|3g=66z=1k-1$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770325735}},"pad:IVOA_Nov24_DAL:revs:8037":{"changeset":"Z:enc<1|3g=66z=1j-1$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770326234}},"pad:IVOA_Nov24_DAL:revs:8038":{"changeset":"Z:enb<1|3g=66z=1i-1$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770326722}},"pad:IVOA_Nov24_DAL:revs:8039":{"changeset":"Z:ena>1|3g=66z=1i*r+1$y","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770327231}},"pad:IVOA_Nov24_DAL:revs:8040":{"changeset":"Z:enb>5|3g=66z=1j*r+5$ou ge","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770327732}},"pad:IVOA_Nov24_DAL:revs:8041":{"changeset":"Z:eng>4|3g=66z=1o*r+4$t as","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770328233}},"pad:IVOA_Nov24_DAL:revs:8042":{"changeset":"Z:enk>5|3g=66z=1s*r+5$ a re","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770328736}},"pad:IVOA_Nov24_DAL:revs:8043":{"changeset":"Z:enp>4|3g=66z=1x*r+4$sult","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770329236}},"pad:IVOA_Nov24_DAL:revs:8044":{"changeset":"Z:ent>4|3g=66z=21*r+4$ of ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770329744}},"pad:IVOA_Nov24_DAL:revs:8045":{"changeset":"Z:enx>1|3g=66z=25*r+1$O","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770330914}},"pad:IVOA_Nov24_DAL:revs:8046":{"changeset":"Z:eny>2|3g=66z=26*r+2$bs","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770331421}},"pad:IVOA_Nov24_DAL:revs:8047":{"changeset":"Z:eo0>1|3g=66z=28*r+1$T","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770332117}},"pad:IVOA_Nov24_DAL:revs:8048":{"changeset":"Z:eo1>2|3g=66z=29*r+2$AP","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770332619}},"pad:IVOA_Nov24_DAL:revs:8049":{"changeset":"Z:eo3>1|3g=66z=2b*r+1$/","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770334139}},"pad:IVOA_Nov24_DAL:revs:8050":{"changeset":"Z:eo4>1|3g=66z=2c*r+1$S","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770334618}},"pad:IVOA_Nov24_DAL:revs:8051":{"changeset":"Z:eo5>2|3g=66z=2d*r+2$CS","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770335118}},"pad:IVOA_Nov24_DAL:revs:8052":{"changeset":"Z:eo7>2|3g=66z=2f*r+2$? ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770335616}},"pad:IVOA_Nov24_DAL:revs:8053":{"changeset":"Z:eo9>5|3g=66z=2h*r+5$ That","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770336117}},"pad:IVOA_Nov24_DAL:revs:8054":{"changeset":"Z:eoe>5|3g=66z=2m*r+5$'s wh","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770336636}},"pad:IVOA_Nov24_DAL:revs:8055":{"changeset":"Z:eoj>3|3g=66z=2r*r+3$at ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770337119}},"pad:IVOA_Nov24_DAL:revs:8056":{"changeset":"Z:eom>4|3g=66z=2u*r+4$I go","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770337621}},"pad:IVOA_Nov24_DAL:revs:8057":{"changeset":"Z:eoq>2|3g=66z=2y*r+2$t ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770338119}},"pad:IVOA_Nov24_DAL:revs:8058":{"changeset":"Z:eos>3|3g=66z=30*r+3$yet","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770338628}},"pad:IVOA_Nov24_DAL:revs:8059":{"changeset":"Z:eov<1|3g=66z=32-1$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770339134}},"pad:IVOA_Nov24_DAL:revs:8060":{"changeset":"Z:eou>3|3g=66z=32*r+3$lle","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770339634}},"pad:IVOA_Nov24_DAL:revs:8061":{"changeset":"Z:eox>4|3g=66z=35*r+4$d at","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770340134}},"pad:IVOA_Nov24_DAL:revs:8062":{"changeset":"Z:ep1>5|3g=66z=39*r+5$ for ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770340634}},"pad:IVOA_Nov24_DAL:revs:8063":{"changeset":"Z:ep6>4|3g=66z=3e*r+4$prop","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770341135}},"pad:IVOA_Nov24_DAL:revs:8064":{"changeset":"Z:epa>3|3g=66z=3i*r+3$osi","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770341636}},"pad:IVOA_Nov24_DAL:revs:8065":{"changeset":"Z:epd>3|3g=66z=3l*r+3$ng.","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770342065}},"pad:IVOA_Nov24_DAL:revs:8066":{"changeset":"Z:epg>2|3g=66z=3o*r+2$ ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770342560}},"pad:IVOA_Nov24_DAL:revs:8067":{"changeset":"Z:epi<1|3g=66z=2n-1$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770417339}},"pad:IVOA_Nov24_DAL:revs:8068":{"changeset":"Z:eph<3|3g=66z=2k-3$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770417846}},"pad:IVOA_Nov24_DAL:revs:8069":{"changeset":"Z:epe<2|3g=66z=2i-2$","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770418340}},"pad:IVOA_Nov24_DAL:revs:8070":{"changeset":"Z:epc>1|3g=66z=2i*r+1$A","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770418843}},"pad:IVOA_Nov24_DAL:revs:8071":{"changeset":"Z:epd>4|3g=66z=2j*r+4$ddin","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770419345}},"pad:IVOA_Nov24_DAL:revs:8072":{"changeset":"Z:eph>4|3g=66z=2n*r+4$g to","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770419850}},"pad:IVOA_Nov24_DAL:revs:8073":{"changeset":"Z:epl>2|3g=66z=2r*r+2$ O","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770420352}},"pad:IVOA_Nov24_DAL:revs:8074":{"changeset":"Z:epn>2|3g=66z=2t*r+2$bs","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770420848}},"pad:IVOA_Nov24_DAL:revs:8075":{"changeset":"Z:epp>2|3g=66z=2v*r+2$TA","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770421349}},"pad:IVOA_Nov24_DAL:revs:8076":{"changeset":"Z:epr>1|3g=66z=2x*r+1$P","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770421852}},"pad:IVOA_Nov24_DAL:revs:8077":{"changeset":"Z:eps>1|3g=66z=2y*r+1$ ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770422747}},"pad:IVOA_Nov24_DAL:revs:8078":{"changeset":"Z:ept>3|3g=66z=2z*r+3$was","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770423266}},"pad:IVOA_Nov24_DAL:revs:8079":{"changeset":"Z:epw4|3g=66z=3b*r+4$as t","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770432474}},"pad:IVOA_Nov24_DAL:revs:8081":{"changeset":"Z:epa>4|3g=66z=3f*r+4$old ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770432992}},"pad:IVOA_Nov24_DAL:revs:8082":{"changeset":"Z:epe>3|3g=66z=3j*r+3$NOT","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770433461}},"pad:IVOA_Nov24_DAL:revs:8083":{"changeset":"Z:eph>4|3g=66z=3m*r+4$ to ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770433960}},"pad:IVOA_Nov24_DAL:revs:8084":{"changeset":"Z:epl>2|3g=66z=3q*r+2$do","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770434460}},"pad:IVOA_Nov24_DAL:revs:8085":{"changeset":"Z:epn>1|3g=66z=3t*r+1$ ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770446577}},"pad:IVOA_Nov24_DAL:revs:8086":{"changeset":"Z:epo>1|3g=66z=3u*r+1$B","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770447472}},"pad:IVOA_Nov24_DAL:revs:8087":{"changeset":"Z:epp>3|3g=66z=3v*r+3$ut ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770447970}},"pad:IVOA_Nov24_DAL:revs:8088":{"changeset":"Z:eps>2|3g=66z=3y*r+2$I ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770448472}},"pad:IVOA_Nov24_DAL:revs:8089":{"changeset":"Z:epu>1|3g=66z=40*r+1$w","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770448973}},"pad:IVOA_Nov24_DAL:revs:8090":{"changeset":"Z:epv>5|3g=66z=41*r+5$as to","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770449472}},"pad:IVOA_Nov24_DAL:revs:8091":{"changeset":"Z:eq0>4|3g=66z=46*r+4$ld a","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770449983}},"pad:IVOA_Nov24_DAL:revs:8092":{"changeset":"Z:eq4>4|3g=66z=4a*r+4$ddin","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770450477}},"pad:IVOA_Nov24_DAL:revs:8093":{"changeset":"Z:eq8>6|3g=66z=4e*r+6$g one ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770450976}},"pad:IVOA_Nov24_DAL:revs:8094":{"changeset":"Z:eqe>5|3g=66z=4k*r+5$to th","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770451477}},"pad:IVOA_Nov24_DAL:revs:8095":{"changeset":"Z:eqj>2|3g=66z=4p*r+2$e ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770451977}},"pad:IVOA_Nov24_DAL:revs:8096":{"changeset":"Z:eql>4|3g=66z=4r*r+4$Data","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770452476}},"pad:IVOA_Nov24_DAL:revs:8097":{"changeset":"Z:eqp>1|3g=66z=4v*r+1$L","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770452978}},"pad:IVOA_Nov24_DAL:revs:8098":{"changeset":"Z:eqq>3|3g=66z=4w*r+3$ink","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770453478}},"pad:IVOA_Nov24_DAL:revs:8099":{"changeset":"Z:eqt>5|3g=66z=4z*r+5$ resu","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770453976}},"pad:IVOA_Nov24_DAL:revs:8100":{"changeset":"Z:eqy>5|3g=66z=54*r+5$lt ta","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770454477,"pool":{"numToAttrib":{"0":["author","a.Huk2SjzgSXIBjaQ8"],"1":["heading","h1"],"2":["insertorder","first"],"3":["lmkr","1"],"4":["bold","true"],"5":["heading","h2"],"6":["italic","true"],"7":["author","a.bPcSmSxG0wsoYWmR"],"8":["list","bullet1"],"9":["start","1"],"10":["start","2"],"11":["start","3"],"12":["start","4"],"13":["list","bullet2"],"14":["list","indent1"],"15":["start","5"],"16":["list","bullet3"],"17":["list","bullet4"],"18":["list","bullet5"],"19":["list","bullet6"],"20":["author","a.YN3du6uK0L1X6Cp2"],"21":["author","a.tnGljniB6TcbVjFi"],"22":["list","indent2"],"23":["start","6"],"24":["author","a.ODtu4wmCbW8iCIH7"],"25":["author","a.vvmKyiEBBhnH7e6v"],"26":["author","a.Mpfh4CyVgUhXAidu"],"27":["author","a.xqyWaYsRRr9RpJwC"]},"attribToNum":{"author,a.Huk2SjzgSXIBjaQ8":0,"heading,h1":1,"insertorder,first":2,"lmkr,1":3,"bold,true":4,"heading,h2":5,"italic,true":6,"author,a.bPcSmSxG0wsoYWmR":7,"list,bullet1":8,"start,1":9,"start,2":10,"start,3":11,"start,4":12,"list,bullet2":13,"list,indent1":14,"start,5":15,"list,bullet3":16,"list,bullet4":17,"list,bullet5":18,"list,bullet6":19,"author,a.YN3du6uK0L1X6Cp2":20,"author,a.tnGljniB6TcbVjFi":21,"list,indent2":22,"start,6":23,"author,a.ODtu4wmCbW8iCIH7":24,"author,a.vvmKyiEBBhnH7e6v":25,"author,a.Mpfh4CyVgUhXAidu":26,"author,a.xqyWaYsRRr9RpJwC":27},"nextNum":28},"atext":{"text":"*IVOA Nov 2024 DAL\nTime: Sat 16 Nov 09:00 UTC+1\n\n\n*DAL at IRSA (Anastasia Laity)\n\n*draft ivoa.obscore based off CADC's implementation\n\nSImulated Data in VO Services\n\nA need to distinguish simulated versus real data\n*It is possible for a user to accidentally request simulated data \n*solution; only serve simulated data through dedicated endpoints\n*ivoa.obscore mapped to hidden simulated_obscore table\n\nUsers might forget they fetched simulated data\n*An extra column, irsa_provenance=SIMULATED ALWAYS included\n*Additionally, a \"simulated\" prefix is always added to column data, whenever possible\n\nObsTAP / Datalink Status\n\n*Using CAOM on the backend, each row will produce a group of related artifacts/files\n*Each row is a CAOM.plane row\n*For datalink: each row = caom.artifact\n\nBarriers to Release\n*#1 is performance:\n*Can't easily fix with better indexing / data types\n*Supply planeid directly (hashed thanks to an additional parameter named FASTID=hash) as service input for improvement - after an SIA/ObsTAP Query\n*However, possibly not repeatable -- id's are not the same -- need an expiration\n*SIA2 rollout plan\n*Changing to a link to datalink table; need to help clients with transition; working with major client developers\n\nData Models Q's\n*How to enforce obscore consistency across archives?\n*Most columns are straightforward, some are \"massagable\" where necessary\n*obs_collection, calib_level, dataproduct_type, usage seems to vary between institutions; internally\n*Improving mapping CAOM -> ObsCore\n*Resort to splat-ing the filename to capture file content; looking for more readable option\n*dataproduct_subtype, not obvious in CAOM \n\nDatalink not just for ObsTAP/SIA\n*Need to return products from Datalink API from multiple observations\n*input object_id, no id supplied,\n*object_id follows related product, resulting output ID has same ID=obs_publisher_did to allow useful grouping to clients\n\nQuestions:\n \n Q: (MD) Good point about datasource, marking simulated vs real data, SSAP has a way to declare this. datasource_metadata field with predefined vocabulary. Probably need to take SSAP method for registry to demarcate simulated data.\n \n Q(FB): For discovery of simulated data, Markus made a good point, we can probably define a standard_id for simulated data. re: Last slide; obsc_connection, always intended to be ? way to distinguish inside service for data collection. Consider a list of strings, given in self-description of the service by a service descriptor (in the case of SIA/DAP- for ObsTAP you can simply query the obs-collection field in advance to know the list) for future, imagine defining a vocabulary for this. For dataproduct_type, there is effort to define a new list; already online, among IVOA vocabularies. For example \"dynamic spectrum\" and \"spectral cube\" have been recently added in this vocabulary. \n \n Q: Within the ? we have similar issues, important to flag simulated data, we need to know that, naturally. Concerning grouping of flags; for us in High Energy; it's mandatory. We must group them. \n \n Q(GDF): Simulated data, might be in \"real\" or \"alternative\" universe; start with real data, then simulate what SPHEREx's data will be; for Rubin, started with completely simulated data. cases where mult datasets are in same \"alternative\" universe. Having some way to identify commonality, link to MD, is useful. Cuts across obscore, simulated images AND catalogs, whether the true input, or output of simulated data. Consider Theory WG? When you bring simulated up in firefly, appears over a REAL context image, not desirable. \n \n GDF Comment in Zoom:\n \"\"I think there’s an additional issue around simulated data that’s potentially of interest for IVOA standardization:\n\nNot only do we want to make sure users don’t inadvertently take simulated data as real, there’s also the separate problem that simulated data may be “in the real universe” where the simulation is based on real objects (this is what the SPHEREx simulator does) or they may be in a completely different simulated universe (this is what a lot of Rubin simulations do) and they may even, in specific cases, be in the same “alternate universe” with another specific simulation (as the current Rubin and Roman public simulation releases do).\n\nBeing able to document this somehow, e.g., via a “universe ID”, would help for a lot of things — for instance, it would help us display a simulated catalog query over a background context image from the appropriate universe.\"\"\n\n\n*How should ObsTAP+DataLink provide options to retrieve the same product from multiple locations (including cloud)? (Tess Jaffe)\n\nAs a bg:\n How do we offer multiple product retrieval options for DataLink? Had shelved it, but now needs to be done.\n* Have been looking into preferred options, we have preference, looking for advice now.\n\n0th order requirements:\n*Don't want to break anything, and won't if it will, or others not interested\n*ObsTAP / DataLink -- want to make sure this works the way they are intended\n*When looking at rows in Obscore, already several dimensions of information,\n*adding extra columns not preferred unless necessary.\nRequirements\n*Serving data from multiple places, one for discovery, available in multiple locations, depending on geographic location, (mirrors), also on-prem and cloud\n*Client needs to see these options\n*Get an ObsTAP/SxA/DAP table\n*End result, client sees default and alt ways to get data\n*Client makes a choice, sends that request, gets the data from where they want\n*Fornax use case, but also a generic problem, geo and data save locations\n*clients should need to pre-know data locations\nExample with Python\n*Use a .get_data_options()\n*no specification, get the default, otherwise, get a link for that location\n*choice by the coder\n*does it belong it pyvo?\n*Mocked in firefly,\n*data discovery in GUI,\n*given a choice when attempting to download\n*Doesn't make sense when working with data on server-- the server makes that choice\n*Users use this just to get the list of filenames-- then they do what they want\nHow to communicate this client?\n*Semantics, content-type; not ideal, meant to be HR, \"#this-aws\"? not meant for this\n*Using this, you get the same file, distinguished as being in multiple locations\n*Service descriptors\n*Gives the location of data, call the datalink of choices in SD\n*Number of issues:\n*Putting in obscore: \n*Good: tells client how to find in batch request\n*Con: you might have multiple datalink services\n*Put it in datalink table itself\n*Has a #this, but also service descriptor, client can make choices,\n*Cons: several layers of calls\n*Back to adding a column\n*Want more than a URL; AWS + \"us-east-1\" + \"paid/free\" etc\n*Putting it in obstap result is a bad idea, what about to the datalink table?\n*Seems to be the best way; there are precedents; auth columns; SREgion\n*Others:\n*In the registry-- seems to be plainly bad idea.\n*User doesn't know at the start how/where to make the choice\n*Server decides-- can't do that for the client\nBottom Line:\n*Want options, give a vocabulary for them\n*Datalink is flexible, many ways to do so.\n*Need a solution soon.\n\nQ's\nQ: Pat Dowler: Nailed the problem / complexity--- Datalink doesn't have a way of giving alternatives: 1-end-bunch of resources. Saying something is a alternate is not easy; using service descriptors is most conecptually correct; you get repeated calls to services; adds a lot of overhead, not great at large scales-- but roughly right approach dealing with alternative choices.\n\nQ: Mark Taylor: using local_semantics doesn't sound terrible; discussions on what to name that column; used for additional refinement of things-- not the best, not the worst. \n\nG.Landais: We plan in VizieR(CDS) to provide datalink in Votable output (eg: SCS, and not only ObsCore table). VOTable will have an added column with a link to a datalink service. Are there simple way (other than adding an added Resource) to annotate the URL in a column to specify the content-type ?\nTJ: which VOTable will have an added column, the one you get as a result of ObsTAP/SCS? Adding to ObsTAP was what I was told NOT to do. But I was told adding one to the DataLink result ta \n\nF.B retired from CDS : \n - if among all the alternatives one should be the default I think the DataLink can be acccessed via a service descriptor in the discovery service (SIA, SSA, ObsTAP, or DAP) response. Then the access_url FIELD may conatin the direct default access to the dataset\n - Inside the DataLink response, the description FIELD really can give the human reader required information to choose, but it's not useful for the software, sure.\n - adding a new FIELD is perfectly allowed but it will be mainly nformative (like description) and will not be standard. hence it will not allow a generic client to use it to make some decsions\n - So I think \"local_semantics\" would be the best place to add the various access mode or location information. The FIELD is standard, but the content is to be defined by the data provider. Exposing this vocabulary can be done in an external document following the ivoa vocabulary rules.\n \n\n*Persistent TAP Uploads: A Prototype in DaCHS (Markus Demleitner)\n\nWhat are persistent uploads?\n*TAP supports uploading tables from beginning\n*Tables are uploaded in request-- transient, requiring reuploads\n*Give users the ability to put tables on server-side, across requests\nPrior Art\n*CADC has youcat, 2018, an idea of PUT on VOSI-Tables\n*ESAC has VOSpace uploads with TAP+, uses lots of authz.\nBasic Operation\n*Upload: PUT-- in CADC's approach, goes to tables/table_name; here, to user_tables/table_name\n*Could be quite large; the idea is that /tables reflects all tables, including the ones you upload-- could be quite large\n*Therefore makes sense of a unique endpoints\n*Fetch; GET -- on table_name\n*and DELETE, naturally\nWhat to Return\n*PUT returns an informative VOTable, possibly redirect to metadata table\n*GET returns VOSITable\n*DELETE-- another informative plaintext info\n*Errors via DALI VOTables\nMD Retrieval\n*GET on user_tables-- works for all user tables\n*in DaCHS, not supporting low detail request on tables\n*If you anonymously upload a persistent table, and fhttps://www.lemonde.fr/actualite-medias/article/2024/05/05/des-chiffres-et-des-lettres-france-televisions-annonce-l-arret-du-jeu-televise-apres-plus-de-cinquante-ans-d-existence_6231657_3236.htmlorget the table name-- out of luck\nCREATE Table\n*ADQL extension; returns an empty table-- should it return something else? Probably a table, at least\nDiscovery\n*Capability rows-- could help declaring endpoints that are used\n*MT suggested GET's against user_tables, with appropriate error HTTP status codes\n*wouldn't need update to TAP/TAPREgExt\nOpen QUestsions:\n* Extending destruction time (a la UWS)\n*How do we create indexes? Not particularly portable between db systems\n*Do we want user-user-shareable tables -- is it popular at ESAC? \n*\" Don't have exact numbers, but very much used in community.\"\n*\"Unfortunate-- hope we could go without it, but I suppose we need an interface-- VOSPace\"\n*Scaling: DaCHS has no quota-- but in production definitely would need them-- how do people discover limits?\n\n[gpdf] Sharing user-created tables is also a requirement of the Rubin version of this.Sharing user-created tables is also a requirement of the Rubin version of this.\n[gpdf] Controllable sharing with other users is a requirement for the Rubin version of this service. We are evaluating YouCat at the moment.\n\n\n\n*Upload capabilities available in TAP+ services at ESA archives (Jose Osinde Lopez ; remotely)\n\nUpload requirements at ESAC w/ TAP:\n* two primary upload types / use cases\n*\"On the fly' and ?\n*On the fly -- From TAP 1.0:\n*Immediate query-specific data suport\n*Uplaod data, run the query, delete data in server immediately\n*Well supported through many clients, python, etc\n*Using a job result in a query:\n*Upload local data to a TAP service, run a query against job executed, etc from TAP 1.0\n*Data is uploaded to DB as a new table during execution, use a different schema for uploaded tables for further ADQL queries, naturally\n*Persistent Uploads:\n*]Implemented at ESA: \n*Only for authenticated users, you already have to have a db of users, \n*One of the problems: if there is an anon user, unknown how much to care (essentially) about their uploaded table, and for how long?\n*No table name conflicts this way, username in schema id\n*Data is private per-user; how do we then share that table with other users? Still needs implementing\n*Quotas: data needs to be checked on every upload, check the user quota\n*Upload endpoints\n*uses /Upload endpoint\n*Deletions are performed by a POST with a DELETE=TRUE parameter, optionally force_removal, to force deletion of shared table across all users\n*Sharing endpoint, \n*Provide a list of resources, \n*Administration of list of users/groups, assign the resources to the groups\n*Handled with GET requests with parameters for creating group, adding users, creating shared item, then a link between shared items to users\n*Upload is required for ESA, but complex\n* Many endpoints, with many parameters-- complicated but doable, requires a conversation, ESA is open to modifications\n\n*User-managed tables in TAP (Pat Dowler)\nUse cases for user-created tables:\n*TAP 1.x already has temporary tables, good for small ones, but not larger, using UPLOAD\n*upload of temporary for use in multiple queries\n*upload a private table, permanent;\n*great for sharing between users,\n*depends on auth and group membership administration\n*-- and can publish it for later\n\ncore func.\n\n*Implemented in youcat using the VOSITables endpoint -- PUT, DELETE and POST added for create, drop, update respectively\n*adding rows: VOTable could be used for small tables, \n*you can create a table definition by querying another table-- or tap service-- and copying \n*For large tables, users can append rows to existing tables, for scalability-- you can't put very large tables up in one go\n*VOSITables spec can be updated to support new operations\n*most services would only have basic support\n*some provide the complete tables\n*OpenAPI / P3T: how to make endpoints optional?\n\nnecess func.\n\n* Create / drop index\n*async UWS job in youcat\n*Grant / revoke permissions\n*allocation is a schema owned by a user-- implemented an extension of TAP_SCHEMA, additional user, anon read, read/write groups all store in the TAP_SCHEMA\n*mostly for project collab / sharing\n*Necessary (probably) to update tap to specify index jobs, custom endpoint for setting permissions (optional)\n\nstretch goals\n*Allow users to attach service descriptors to columns -- exploratory work, report backa t next interop\n*Publishing tables: make table visible to registry search\n*Because they're already in vositables, etc. existing clients could find them\n*A lot of QA would be required for table metadata; probably the responsibility of the service implementor\n*Updates to user-uploaded table metadata would need to be handled\n*As reg moves towards findable tables, probably desireable, but a considerable amount of work\n*Implementation specific, but not required: users can add/improve metadata, but won't require them too\n\n[gpdf] Rubin would be very interested in talking to CADC about the service-descriptors-on-user-tables thing.\n\nQuestions on uploads:\n \n TOPCat will find user-uploaded tables--- be consistent in what is registered. We shouldn't standardize something that does this kind of publication, curation should be encouraged. A difference between each implementation, these uploaded tables DO NOT appear in VOSITables/TAP_SCHEMA. I would claim for these uploads, that supports POSTing, would know where to fetch the metadata already, makes the service implementation easier. Users won't need to discard tables from VOSI Tables\n \n A: Possible to segregate standard and user tables; a viable straregy, the two endpoints would have same api's. Doesn't mean that until a client is updated to know there's no use.\n \n MD: ? (Interjection)\n \n A: Don't know how we can implement this segregation to be implementor's choice. Aiming for sharing in project as primary use case, api parts are straightforward.\n \n Q: If you put user table in registry, will/how we separate users from institutions? We should add some flag, etc to distinguish\n \n A: Yes, I agree.\n \n [gpdf] Agree on the need to flag user tables in any registry records that may be created\n \n Q: If you have two different kind of tables, \n\nQ: DIfferent schema means it's still visible to VOSITables? (Yes) You have VOSpace implementation, seems reasonable to use VOSpace to do this-- I'm glad you didn't. Was this your only consideration?\n\nA: They upload directly to database, not to VOSpace.\n\nMD: What is the UI/API people use to upload?\n\nJose Osinde: We also have a VOSpace, for GAIA we have our own spaces in the archive database. These user spaces are typically used to run cross-match queries against a catalog in the archive or for validation purposes before data is released, for instance.\n\nPD: I think there's is similar to ours, in our system auth is necessary-- quotas are a necessary evil when it comes to users using server resources. Quotas not currently implemented, we simply nag user since they're already authed. We tried to use VOSpace-- you could upload them, then tag with notes you want them in TAP-- that was in VOSpace because you can add optional things--- it's really not an API, don't let you specify exactly how that works, you'd need a bunch of ad-hoc properties, that would all be async, communication of error messages when things go wrong is completely undefined. Seemed to be a more complex way to do the same thing, just to save on authorization, which only requires 4 values.\n\nMD: How did you solve these? Now that you've used vospace\n\nJose Osinde: I agree, it'--- you want to have --- in our case, don't do manual monitorting of quotas, a lot of effort to make sure the system is working correctly. --- So we enforce the quotas in the system from the beginning. This also involves a management tool that associates a given quota with a user, monitors all actions that affect the quota space (used or assigned), and provides appropriate feedback to the user, including notifications of any quota violations. \n\nGDF: For rubin, the youcat approach is a good match to requirements we've had. it's essential we have VOSITables/TAP_SCHEMA MD. Users should be able to declare joinable user tables to system tables. We need auth control capabilities, so people can share with groups or larger community. Publishing-- in the long term (doi's), not something we've tackled, perhaps lifetime of a year so they can be shared with collaborators. Haven't evaluated TAP+ closely, could work just for the options presented. Feel strongly that having exst. clients work with these user tables, important and positive feature.\n\n\nBelow topics cut for time.\n\n*Cone Search 1.1 - Status (Marco Molinaro)\n\n*ADQL-2.2 - PEG grammar - Status (Grégory Mantelet)\n\n","attribs":"*0*1*2*3+1*0|1+i*0*4+5*0|3+q*0*5*2*3+1*0+c*0*6+h*7|2+2*7*2*8*3*9+1*7|5+3o*7*2*8*3*9+1*7|1+1u*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|3+2u*7*2*8*3*9+1*7|1+1n*7*2*8*3*a+1*7|4+34*7*2*8*3*9+1*7|1+2c*7*2*8*3*a+1*7|1+t*7*2*8*3*b+1*7|3+1o*7*2*8*3*9+1*7|1+j*7*2*d*3*9+1*7|1+1f*7*2*d*3*a+1*7+v*0+1g*7|1+1r*7*2*d*3*b+1*7|1+28*7*2*8*3*a+1*7|1+i*7*2*d*3*9+1*7|3+3m*7*2*8*3*9+1*7|1+1g*7*2*d*3*9+1*7|1+20*7*2*d*3*a+1*7|1+2s*7*2*8*3*a+1*7|1+y*7*2*d*3*9+1*7|1+2j*7*2*d*3*a+1*7|3+24*7*2*8*3*9+1*7|1+1x*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|6+ai*7+5*p+4*7+3*0+1*7+7b*p+6*7+f*p+4*7+7*p+3r*7+3r*p+5*7+c*p+2q*7|2+6*7+q*0+1*7+3h*0+4*7+1*0+5*7|2+18*7+5*0+5*7|7+xr*7+6a*0|3+3*0*5*2*3+1*0+37*0*6+c*0|1+1*7|3+3d*7*2*8*3*9+1*7|3+37*0*2*8*3*9+1*7+1*0+1*7|1+23*7*2*8*3*a+1*7|1+24*7*2*8*3*b+1*7|1+24*7*2*8*3*c+1*7|2+1u*7*2*8*3*9+1*7|1+4b*7*2*d*3*9+1*7|1+y*7*2*8*3*a+1*7+7*0+1*7+2*0+3*7+1*0+3*7+1*0+3*7|1+7*7*2*d*3*9+1*7|1+1l*7*2*d*3*a+1*7|1+26*7*2*d*3*b+1*7|1+21*7*2*d*3*c+1*7|2+1v*7*2*8*3*9+1*7|1+q*7*2*d*3*9+1*7|1+23*7*2*d*3*a+1*7|1+k*7*2*d*3*b+1*7|1+o*7*2*8*3*a+1*7|1+j*7*2*d*3*9+1*7|1+n*7*2*d*3*a+1*7|1+17*7*2*d*3*b+1*7|1+2b*7*2*g*3*9+1*7|2+33*7*2*8*3*9+1*7|1+2c*7*2*d*3*9+1*7|1+28*7*2*8*3*a+1*7|1+k*7*2*d*3*9+1*7|1+1r*7*2*d*3*a+1*7|1+i*7*2*g*3*9+1*7|1+l*7*2*h*3*9+1*7|1+1c*7*2*h*3*a+1*7|1+1b*7*2*g*3*a+1*7|1+w*7*2*h*3*9+1*7|1+1v*7*2*i*3*9+1*7|1+u*7*2*d*3*b+1*7|1+o*7*2*g*3*9+1*7|1+1m*7*2*g*3*a+1*7|1+25*7*2*h*3*9+1*7|1+1y*7*2*d*3*c+1*7|1+8*7*2*g*3*9+1*7|1+1c*7*2*h*3*9+1*7|1+1o*7*2*g*3*a+1*7|2+1n*7*2*8*3*9+1*7|1+15*7*2*8*3*a+1*7|1+16*7*2*8*3*b+1*7|5+ba*7+4x*0|1+1*k|1+1*k+8f*r|1+1*r+5b*p|7+qc*p+4*k|1+1*0|1+1*0*5*2*3+1*0+19*0*6+j*7|3+v*7*2*8*3*9+1*7|1+19*7*2*8*3*a+1*7|1+1s*7*2*8*3*b+1*7|2+27*7*2*8*3*9+1*7|1+1h*7*2*8*3*a+1*7|2+20*7*2*8*3*9+1*7|1+2l*7*2*d*3*9+1*7|1+3d*7*2*d*3*a+1*7|1+18*7*2*8*3*a+1*7|1+s*7*2*8*3*b+1*7|2+11*7*2*8*3*9+1*7|1+20*7*2*8*3*a+1*7|1+m*7*2*8*3*b+1*7|1+18*7*2*8*3*c+1*7|2+12*7*2*8*3*9+1*7|1+1b*7*2*d*3*9+1*7|1+1i*7*2*8*3*a+1*7+1f*p+5f*7|2+1c*7*2*8*3*9+1*7|2+33*7*2*8*3*9+1*7|1+1r*7*2*d*3*9+1*7|1+29*7*2*d*3*a+1*7|2+1j*7*2*8*3*9+1*7|1+13*7*2*8*3*a+1*7|1+1z*7*2*8*3*b+1*7|1+1t*7*2*d*3*9+1*7|1+1q*7*2*d*3*a+1*7|1+2i*7*2*8*3*c+1*7+2z*0|2+2*0+4l*l|1+1*l+3x*0|1+1*7|2+2*0|1+1*0*5*2*3+1*0+1r*0*6+u*0|1+1*7|2+11*7*2*8*3*9+1*7|1+15*7*2*d*3*9+1*7|1+j*7*2*8*3*a+1*7|1+s*7*2*d*3*9+1*7|1+11*7*2*d*3*a+1*7|1+1q*7*2*d*3*b+1*7|1+1d*7*2*d*3*c+1*7|1+v*7*2*g*3*9+1*7|1+2f*7*2*g*3*a+1*7|1+3r*7*2*8*3*b+1*7|1+k*7*2*d*3*9+1*7|1+m*7*2*g*3*9+1*7|1+1z*7*2*h*3*9+1*7|1+3o*7*2*g*3*a+1*7|1+1k*7*2*g*3*b+1*7|1+2t*7*2*g*3*c+1*7|1+1z*7*2*d*3*a+1*7|1+h*7*2*g*3*9+1*7|1+m*7*2*g*3*a+1*7|1+3x*7*2*d*3*b+1*7|1+j*7*2*g*3*9+1*7|1+u*7*2*g*3*a+1*7|1+23*7*2*g*3*b+1*7|1+3w*7*2*d*3*c+1*7|1+14*7*2*d*3*f+1*7+39*0|2+2*0*5*2*3+1*0+r*0*6+c*0|1+1*7|1+z*7*2*8*3*9+1*7|1+2g*7*2*8*3*a+1*7|1+1c*7*2*8*3*b+1*7|1+z*7*2*d*3*9+1*7|1+x*7*2*d*3*a+1*7|1+1g*7*2*d*3*b+1*7|4+19*7*2*8*3*9+1*7|1+3c*7*2*d*3*9+1*7|1+1i*7*2*d*3*a+1*7|1+2k*7*2*d*3*b+1*7|1+3f*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+18*7*2*d*3*a+1*7|1+x*7*2*d*3*b+1*7|4+1q*7*2*8*3*9+1*7|1+l*7*2*d*3*9+1*7|1+o*7*2*8*3*a+1*7|1+r*7*2*d*3*9+1*7|1+4b*7*2*g*3*9+1*7|1+10*7*2*8*3*b+1*7|3+3g*7*2*8*3*9+1*7|1+2u*7*2*8*3*a+1*7|1+1l*7*2*d*3*9+1*7|1+25*7*2*d*3*a+1*7|1+2x*7*2*g*3*9+1*7|1+1t*7*2*g*3*a+1*7|1+2l*7*2*d*3*b+1*7+2t*0|2+2*o|1+31*7|d+t1*7+k*o|2+6*o+2k*7|a+9x*7+1w*q+58*7|6+li*7+4n*q+8g*7|3+gr*0|1+1*7|1+1*7*4+q*7|1+1*0|1+1*0*5*2*3+1*0+p*0*6+g*0|2+2*0*5*2*3+1*0+w*0*6+i*0|1+1|1+1"}}},"pad:IVOA_Nov24_DAL:revs:8101":{"changeset":"Z:er3>2|3g=66z=59*r+2$bl","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770454978}},"pad:IVOA_Nov24_DAL:revs:8102":{"changeset":"Z:er5>5|3g=66z=5b*r+5$e is ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770455478}},"pad:IVOA_Nov24_DAL:revs:8103":{"changeset":"Z:era>2|3g=66z=5g*r+2$OK","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770455979}},"pad:IVOA_Nov24_DAL:revs:8104":{"changeset":"Z:erc>2|3g=66z=5i*r+2$. ","meta":{"author":"a.xqyWaYsRRr9RpJwC","timestamp":1731770456480}},"pad:IVOA_Nov24_DAL:revs:8105":{"changeset":"Z:ere>1|3c=5tj*0+1$Q","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731770915631}},"pad:IVOA_Nov24_DAL:revs:8106":{"changeset":"Z:erf<1|3c=5tj-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731770917418}},"pad:IVOA_Nov24_DAL:revs:8107":{"changeset":"Z:ere>1|3b=5j1=45*0+1$n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731770955253}},"pad:IVOA_Nov24_DAL:revs:8108":{"changeset":"Z:erf<1|3b=5j1=5v-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731770967277}},"pad:IVOA_Nov24_DAL:revs:8109":{"changeset":"Z:ere>1|3b=5j1=5w*0+1$e","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731770967867}},"pad:IVOA_Nov24_DAL:revs:8110":{"changeset":"Z:erf>1|3f=5yk=8f*0|1+1$\n","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771098153}},"pad:IVOA_Nov24_DAL:revs:8111":{"changeset":"Z:erg>1|3k=6dd=64*0+1$t","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771282706}},"pad:IVOA_Nov24_DAL:revs:8112":{"changeset":"Z:erh<1|3k=6dd=66-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771284210}},"pad:IVOA_Nov24_DAL:revs:8113":{"changeset":"Z:erg>1|3m=6pe=1w*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771465608}},"pad:IVOA_Nov24_DAL:revs:8114":{"changeset":"Z:erh>1|3m=6pe=5c*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771477112}},"pad:IVOA_Nov24_DAL:revs:8115":{"changeset":"Z:eri<1|3n=6ux=1y-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771484807}},"pad:IVOA_Nov24_DAL:revs:8116":{"changeset":"Z:erh<1|4b=7ss*9=1|1=1b*9=1|1=1i*a=1=6t-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771883236}},"pad:IVOA_Nov24_DAL:revs:8117":{"changeset":"Z:erg<1|4b=7ss*9=1|1=1b*9=1|1=1i*a=1=6s-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771883836}},"pad:IVOA_Nov24_DAL:revs:8118":{"changeset":"Z:erf<1|4b=7ss*9=1|1=1b*9=1|1=1i*a=1=6r-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771884338}},"pad:IVOA_Nov24_DAL:revs:8119":{"changeset":"Z:ere<2|4b=7ss*9=1|1=1b*9=1|1=1i*a=1=6p-2$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771884840}},"pad:IVOA_Nov24_DAL:revs:8120":{"changeset":"Z:erc<5a|4b=7ss*9=1|1=1b*9=1|1=1i*a=1=1f-5a$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771888845}},"pad:IVOA_Nov24_DAL:revs:8121":{"changeset":"Z:em2>1|4d=7vn=20*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771914085}},"pad:IVOA_Nov24_DAL:revs:8122":{"changeset":"Z:em3<1|4k=86p=6-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771971147}},"pad:IVOA_Nov24_DAL:revs:8123":{"changeset":"Z:em2>1|4k=86p=6*0+1$u","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771972162}},"pad:IVOA_Nov24_DAL:revs:8124":{"changeset":"Z:em3<1|4k=86p=a-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771975161}},"pad:IVOA_Nov24_DAL:revs:8125":{"changeset":"Z:em2<1|4l=875*9=1-1|1=12*a=1|1=1z*b=1|1=1t*9=1|1=1q*a=1|1=2i*c=1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771979485}},"pad:IVOA_Nov24_DAL:revs:8126":{"changeset":"Z:em1<1|4b=7ss*9=1|1=1b*9=1|1=1i*a=1=1z-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731771989771}},"pad:IVOA_Nov24_DAL:revs:8127":{"changeset":"Z:em0>1|4s=8jd=2e*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772090027}},"pad:IVOA_Nov24_DAL:revs:8128":{"changeset":"Z:em1<1|4p=8ds=2d-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772095337}},"pad:IVOA_Nov24_DAL:revs:8129":{"changeset":"Z:em0>1|4p=8ds=2d*0+1$p","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772095921}},"pad:IVOA_Nov24_DAL:revs:8130":{"changeset":"Z:em1<4|50=8vp*9=1-4|1=11*9=1|1=j*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772107242}},"pad:IVOA_Nov24_DAL:revs:8131":{"changeset":"Z:elx<1|50=8vp*9=1|1=11*9=1=h-1|1=1*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772136889}},"pad:IVOA_Nov24_DAL:revs:8132":{"changeset":"Z:elw>1|51=8wr=i*0+1$p","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772138106}},"pad:IVOA_Nov24_DAL:revs:8133":{"changeset":"Z:elx>3|51=8wr=j*0+3$ers","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772138588}},"pad:IVOA_Nov24_DAL:revs:8134":{"changeset":"Z:em0>1|51=8wr=m*0+1$i","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772139092}},"pad:IVOA_Nov24_DAL:revs:8135":{"changeset":"Z:em1>3|51=8wr=n*0+3$ste","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772139584}},"pad:IVOA_Nov24_DAL:revs:8136":{"changeset":"Z:em4>2|51=8wr=q*0+2$nt","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772140083}},"pad:IVOA_Nov24_DAL:revs:8137":{"changeset":"Z:em6<9|51=8wr=i-a*0+1$u","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772162618}},"pad:IVOA_Nov24_DAL:revs:8138":{"changeset":"Z:elx>2|51=8wr=j*0+2$pl","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772163012}},"pad:IVOA_Nov24_DAL:revs:8139":{"changeset":"Z:elz>4|51=8wr=l*0+4$oad ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772163611}},"pad:IVOA_Nov24_DAL:revs:8140":{"changeset":"Z:em3>1|51=8wr=p*0+1$e","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772164316}},"pad:IVOA_Nov24_DAL:revs:8141":{"changeset":"Z:em4>3|51=8wr=q*0+3$ndp","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772164813}},"pad:IVOA_Nov24_DAL:revs:8142":{"changeset":"Z:em7>4|51=8wr=t*0+4$oitn","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772165322}},"pad:IVOA_Nov24_DAL:revs:8143":{"changeset":"Z:emb<1|50=8vp*9=1|1=11*9=1=v-1|1=1*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772166224}},"pad:IVOA_Nov24_DAL:revs:8144":{"changeset":"Z:ema<1|50=8vp*9=1|1=11*9=1=u-1|1=1*a=1|1=s*9=1|1=11*a=1|1=1q*b=1|1=1d*c=1|1=v*9=1|1=2f*a=1|1=3r*b=1|1=k*9=1|1=m*9=1|1=1z*9=1|1=3o*a=1|1=1k*b=1|1=2t*c=1|1=1z*a=1|1=h*9=1|1=m*a=1|1=3x*b=1|1=j*9=1|1=u*a=1|1=23*b=1|1=3w*c=1|1=14*f=1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772166723}},"pad:IVOA_Nov24_DAL:revs:8145":{"changeset":"Z:em9>2|51=8wr=v*0+2$nt","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772167344}},"pad:IVOA_Nov24_DAL:revs:8146":{"changeset":"Z:emb>0|51=8wr=c-1*0+1$\"","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772171332}},"pad:IVOA_Nov24_DAL:revs:8147":{"changeset":"Z:emb<1|5a=9ae=1-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772191188}},"pad:IVOA_Nov24_DAL:revs:8148":{"changeset":"Z:ema<1|5b=9b0=1m-2*0+1$D","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772207648}},"pad:IVOA_Nov24_DAL:revs:8149":{"changeset":"Z:em9>1|5b=9b0=1n*0+1$B","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772208148}},"pad:IVOA_Nov24_DAL:revs:8150":{"changeset":"Z:ema>1|5c=9d0=15*0+1$y","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772253822}},"pad:IVOA_Nov24_DAL:revs:8151":{"changeset":"Z:emb>3|5c=9d0=16*0+3$mou","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772254326}},"pad:IVOA_Nov24_DAL:revs:8152":{"changeset":"Z:eme>1|5c=9d0=19*0+1$s","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772254838}},"pad:IVOA_Nov24_DAL:revs:8153":{"changeset":"Z:emf<1|5o=a0x=1-1$","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731772287399}},"pad:IVOA_Nov24_DAL:revs:8154":{"changeset":"Z:eme>1|4o=8c1=1*0+1$S","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799247574}},"pad:IVOA_Nov24_DAL:revs:8155":{"changeset":"Z:emf>1|4o=8c1=2*0+1$a","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799248076}},"pad:IVOA_Nov24_DAL:revs:8156":{"changeset":"Z:emg>2|4o=8c1=3*0+2$ra","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799248579}},"pad:IVOA_Nov24_DAL:revs:8157":{"changeset":"Z:emi>1|4o=8c1=1*0+1$[","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799254237}},"pad:IVOA_Nov24_DAL:revs:8158":{"changeset":"Z:emj>1|4o=8c1=6*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799255296}},"pad:IVOA_Nov24_DAL:revs:8159":{"changeset":"Z:emk>2|4o=8c1=7*0+2$Ni","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799255796}},"pad:IVOA_Nov24_DAL:revs:8160":{"changeset":"Z:emm>2|4o=8c1=9*0+2$et","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799256297}},"pad:IVOA_Nov24_DAL:revs:8161":{"changeset":"Z:emo>1|4o=8c1=b*0+1$o","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799256800}},"pad:IVOA_Nov24_DAL:revs:8162":{"changeset":"Z:emp>2|4o=8c1=c*0+2$] ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799257299}},"pad:IVOA_Nov24_DAL:revs:8163":{"changeset":"Z:emr>1|4p=8e5=1*0+1$[","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799266918}},"pad:IVOA_Nov24_DAL:revs:8164":{"changeset":"Z:ems>1|4p=8e5=2*0+1$]","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799267418}},"pad:IVOA_Nov24_DAL:revs:8165":{"changeset":"Z:emt>1|4p=8e5=3*0+1$ ","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799267918}},"pad:IVOA_Nov24_DAL:revs:8166":{"changeset":"Z:emu>1|4p=8e5=2*0+1$M","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799268919}},"pad:IVOA_Nov24_DAL:revs:8167":{"changeset":"Z:emv>1|4p=8e5=3*0+1$D","meta":{"author":"a.Huk2SjzgSXIBjaQ8","timestamp":1731799269418}}}