<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Data Lab Help Desk - Recent questions</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=questions</link>
<description>Powered by Question2Answer</description>
<item>
<title>Possible issue with TAP async jobs remaining queued</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3406&amp;qa_1=possible-issue-with-tap-async-jobs-remaining-queued</link>
<description>&lt;p&gt;Hello Astro Data Lab Support,&lt;/p&gt;&lt;p&gt;I am experiencing an issue with the TAP service at:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://datalab.noirlab.edu/tap&quot;&gt;https://datalab.noirlab.edu/tap&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I am submitting asynchronous TAP queries using &lt;code&gt;pyvo&lt;/code&gt;. The jobs are successfully created, but they remain indefinitely in the &lt;code&gt;QUEUED&lt;/code&gt; phase and never transition to &lt;code&gt;EXECUTING&lt;/code&gt; or &lt;code&gt;COMPLETED&lt;/code&gt;.&lt;/p&gt;&lt;p&gt;Could you please check whether there is currently an issue with the TAP async job queue or backend execution service?&lt;/p&gt;&lt;p&gt;Thank you for your help.&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3406&amp;qa_1=possible-issue-with-tap-async-jobs-remaining-queued</guid>
<pubDate>Tue, 26 May 2026 08:58:25 +0000</pubDate>
</item>
<item>
<title>How to recover the deleted jupyter notebook</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3405&amp;qa_1=how-to-recover-the-deleted-jupyter-notebook</link>
<description>Accidently I deleted jupyter notebook file. How to recover?</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3405&amp;qa_1=how-to-recover-the-deleted-jupyter-notebook</guid>
<pubDate>Tue, 26 May 2026 05:43:00 +0000</pubDate>
</item>
<item>
<title>Anomalous geometric clustering of high-pmraerr artifacts in NSC DR2</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3385&amp;qa_1=anomalous-geometric-clustering-high-pmraerr-artifacts-nsc</link>
<description>&lt;p&gt;Hello Astro Data Lab community,&lt;/p&gt;&lt;p&gt;I have been doing some data analysis on the NSC DR2 catalog via ADQL, specifically filtering for deep-space candidates and tracking pipeline calculation errors. My goal was to isolate cross-epoch tracklet linking failures by targeting extreme kinematic flags.&lt;/p&gt;&lt;p&gt;I used a query filtering for parameters like pmraerr &amp;gt; 90.0 (or extreme proper motion values) combined with an observation gap of deltamjd &amp;gt; 30.0 and ndet &amp;gt;= 3.&lt;/p&gt;&lt;p&gt;When I extracted this dataset and processed the coordinates through a 3D Python projection, I noticed a very unusual statistical distribution. Instead of the pipeline noise and artifacts being scattered randomly across the surveyed sky, the rejected candidates (over 270,000 objects) cluster very tightly—within a 3.0° window—along highly specific, symmetrical geometric axes (forming a hexahedral lattice pattern). A Monte Carlo test adjusting for ecliptic survey bias suggests this clustering is highly non-random.&lt;/p&gt;&lt;p&gt;I have uploaded the specific ADQL query, the Python processing scripts, and the resulting CSV dataset to Zenodo for reproducibility:&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://zenodo.org/records/20178610&quot;&gt;https://zenodo.org/records/20178610&lt;/a&gt;&lt;/p&gt;&lt;p&gt;My question is regarding the data processing pipeline: &lt;strong&gt;What algorithmic or instrumental mechanisms could cause pipeline noise and tracklet failures to align in such a highly structured, non-uniform spatial pattern?&lt;/strong&gt; Could this geometric clustering be a known artifact of the astrometric reduction pipeline, a systemic bias in how the catalog handles extreme cross-epoch deviations, or an anomaly tied to the underlying survey footprint/tessellation?&lt;/p&gt;&lt;p&gt;Any insights into the pipeline architecture that could explain this specific distribution of errors would be greatly appreciated!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;SELECT&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; id, ra, dec, pmra, pmdec, pmraerr, pmdecerr,&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; gmag, rmag, imag, ndet, mjd, deltamjd, class_star, flags&lt;/p&gt;&lt;p&gt;FROM nsc_dr2.object&lt;/p&gt;&lt;p&gt;WHERE (&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 42.0 AND 48.0 AND dec BETWEEN -3.0 AND 3.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 132.0 AND 138.0 AND dec BETWEEN -3.0 AND 3.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 222.0 AND 228.0 AND dec BETWEEN -3.0 AND 3.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 312.0 AND 318.0 AND dec BETWEEN -3.0 AND 3.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 357.0 AND 360.0 AND dec BETWEEN 42.0 AND 48.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 0.0 AND 3.0 AND dec BETWEEN 42.0 AND 48.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 87.0 AND 93.0 AND dec BETWEEN 42.0 AND 48.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 177.0 AND 183.0 AND dec BETWEEN 42.0 AND 48.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 267.0 AND 273.0 AND dec BETWEEN 42.0 AND 48.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 357.0 AND 360.0 AND dec BETWEEN -48.0 AND -42.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 0.0 AND 3.0 AND dec BETWEEN -48.0 AND -42.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 87.0 AND 93.0 AND dec BETWEEN -48.0 AND -42.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 177.0 AND 183.0 AND dec BETWEEN -48.0 AND -42.0) OR&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; (ra BETWEEN 267.0 AND 273.0 AND dec BETWEEN -48.0 AND -42.0)&lt;/p&gt;&lt;p&gt;)&lt;/p&gt;&lt;p&gt;AND (pmraerr &amp;gt; 90.0 OR pmdecerr &amp;gt; 90.0 OR gmag &amp;gt; 90.0 OR (pmra*pmra + pmdec*pmdec) &amp;gt; 2500.0)&lt;/p&gt;&lt;p&gt;AND deltamjd &amp;gt; 30.0&lt;/p&gt;&lt;p&gt;AND ndet &amp;gt;= 3&lt;/p&gt;&lt;p&gt;Thanks, Victor&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3385&amp;qa_1=anomalous-geometric-clustering-high-pmraerr-artifacts-nsc</guid>
<pubDate>Tue, 19 May 2026 18:22:42 +0000</pubDate>
</item>
<item>
<title>MyDB async crossmatch against ls_dr10.tractor fail with 502 or remain queued, and MyDB tables no longer appear in Data Explorer</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3373&amp;qa_1=crossmatch-against-ls_dr10-tractor-queued-appear-explorer</link>
<description>&lt;p&gt;Hello Data Lab team,&lt;/p&gt;&lt;p&gt;I am trying to crossmatch three user-uploaded coordinate tables against ls_dr10.tractor using async/MyDB. I would appreciate your advice on whether this workflow is supported, what chunk size/concurrency limits I should use, and whether there may currently be a TAP async or MyDB metadata issue affecting my account.&lt;/p&gt;&lt;p&gt;Input MyDB tables:&lt;/p&gt;&lt;pre&gt;mlspecz_north_trainval              395,097 rows
mlspecz_edfn_layered              1,045,139 rows
mlspecz_wide_north_application    9,918,626 rows

Columns: 
object_id, ra, dec, sample_name, xmatch_chunk&lt;/pre&gt;&lt;p&gt;Target catalog: ls_dr10.tractor&lt;/p&gt;&lt;p&gt;The full async crossmatch query for the smallest table failed immediately with &quot;&lt;strong&gt;502 Bad Gateway&lt;/strong&gt;&quot;. No async job ID was returned. This suggests the failure occurred during request handling, query planning, or async job creation, rather than during normal job execution.&lt;/p&gt;&lt;p&gt;The query was:&lt;/p&gt;&lt;pre&gt;SELECT
  u.object_id,
  u.ra AS input_ra,
  u.dec AS input_dec,
  u.xmatch_chunk,
  q3c_dist(u.ra, u.dec, t.ra, t.dec) * 3600.0 AS sep_arcsec,
  t.ls_id,
  t.ra,
  t.dec,
  t.type,
  t.brick_primary,
  t.release,
  t.brickid,
  t.objid,
  t.maskbits,
  t.fitbits,
  t.flux_g,
  t.flux_r,
  t.flux_i,
  t.flux_z,
  t.flux_w1,
  t.flux_w2,
  t.flux_w3,
  t.flux_w4,
  t.flux_ivar_g,
  t.flux_ivar_r,
  t.flux_ivar_i,
  t.flux_ivar_z,
  t.flux_ivar_w1,
  t.flux_ivar_w2,
  t.flux_ivar_w3,
  t.flux_ivar_w4,
  t.wisemask_w1,
  t.wisemask_w2
FROM mydb://mlspecz_north_trainval AS u
JOIN ls_dr10.tractor AS t
  ON q3c_join(u.ra, u.dec, t.ra, t.dec, 0.0002777777777777778)
WHERE t.brick_primary = 1
&lt;/pre&gt;&lt;p&gt;The crossmatch radius is 1 arcsec. I also tried rewriting the join using a WHERE-style q3c condition, but got the same 502 error.&lt;/p&gt;&lt;p&gt;To reduce query size, I added object-count chunking using xmatch_chunk and attempted to create MyDB indexes with:&lt;/p&gt;&lt;pre&gt;qc.mydb_index(table, 'xmatch_chunk', async_=True)
qc.mydb_index(table, q3c='ra,dec', cluster=True, async_=True)
&lt;/pre&gt;&lt;p&gt;However, my first chunked notebook submitted many async jobs quickly, which may have overloaded or congested the service. I have now aborted all jobs submitted by me and stopped submitting new chunk batches.&lt;/p&gt;&lt;p&gt;I then checked: &lt;a href=&quot;https://datalab.noirlab.edu/tap/async&quot; rel=&quot;nofollow&quot;&gt;https://datalab.noirlab.edu/tap/async&lt;/a&gt;&lt;/p&gt;&lt;p&gt;There are still many jobs in QUEUED status, but they appear to be mostly from other users. There are currently no jobs with status EXECUTING. &lt;strong&gt;Whenever I submit a new job now, it remains in QUEUED.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;There is also a separate MyDB/Data Explorer issue.&amp;nbsp;&lt;/p&gt;&lt;p&gt;After I tried to remove/re-upload or clean up my uploaded MyDB tables, the MyDB panel in the Data Explorer web interface became empty. The MyDB section is visible, but no table names are listed. However, I can still access the tables from Jupyter notebooks, so the tables do not appear to be lost.&lt;/p&gt;&lt;p&gt;Also, I previously removed this table:&lt;/p&gt;&lt;p&gt;mlspecz_lsdr10_north_trainval&lt;/p&gt;&lt;p&gt;but this table name still appears in qc.mydb.list(), while the table itself is no longer accessible. This looks like a Data Explorer/MyDB metadata listing issue, stale cache, or possible MyDB registry inconsistency.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Could you please advise on the following?&lt;/p&gt;&lt;p&gt;1. Is a MyDB-to-ls_dr10.tractor Q3C crossmatch of this size, with user tables larger than 10^5 rows, expected to work through Data Lab async?&lt;/p&gt;&lt;p&gt;2. If the full-table query is not feasible, what chunk size and async-job concurrency limit do you recommend?&lt;/p&gt;&lt;p&gt;3. Can you check whether the TAP async queue is currently stalled or not dispatching jobs?&lt;/p&gt;&lt;p&gt;4. Can you check whether my MyDB metadata is inconsistent, given that my tables are accessible from notebooks but no longer appear in the Data Explorer MyDB panel?&lt;/p&gt;&lt;p&gt;For now I have paused the full workflow to avoid submitting more jobs until I know the recommended limits and whether the current queue/MyDB behaviour is normal.&lt;/p&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3373&amp;qa_1=crossmatch-against-ls_dr10-tractor-queued-appear-explorer</guid>
<pubDate>Fri, 15 May 2026 14:19:42 +0000</pubDate>
</item>
<item>
<title>I cannot download a table that i queried</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3365&amp;qa_1=i-cannot-download-a-table-that-i-queried</link>
<description>&lt;p&gt;A error appears every time I try to download a result table from a sync query.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The preview table appears to me without any problems, but when i try to download it, this errors appears:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#3f3d3d; font-family:Arial,sans-serif; font-size:13px&quot;&gt;Error: IllegalArgumentException: net.sf.jsqlparser.JSQLParserException JSQLParserException: ParseException: Encountered &quot;(&quot; at line 14, column 27.\r\nWas expecting one of:\r\n &quot;INTO&quot; ...\r\n &quot;FROM&quot; ...\r\n &quot;,&quot; ...&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3365&amp;qa_1=i-cannot-download-a-table-that-i-queried</guid>
<pubDate>Tue, 12 May 2026 14:40:23 +0000</pubDate>
</item>
<item>
<title>Missing catalog for cross-match</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3364&amp;qa_1=missing-catalog-for-cross-match</link>
<description>I wish to cross-match a personalized catalogue (already uploaded) to a LS10 catalogue using the legacy tool (&lt;a href=&quot;https://datalab.noirlab.edu/legacy/xmatch.php&quot; rel=&quot;nofollow&quot;&gt;https://datalab.noirlab.edu/legacy/xmatch.php&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
On this tool, I only find ls_dr10.psc_n, ls_dr10.psc_s, ls_dr10.tractor and ls_dr10.tractor_s. However, I would like the aperture fluxes that are stored in ls_dr10.apflux which is not available while appearing in the datalabs (&lt;a href=&quot;https://datalab.noirlab.edu/data-explorer?showTable=ls_dr10.apflux&quot; rel=&quot;nofollow&quot;&gt;https://datalab.noirlab.edu/data-explorer?showTable=ls_dr10.apflux&lt;/a&gt;).&lt;br /&gt;
How can I have access to it for cross-matching? Or should I download it and do the cross-match myself?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance for your help</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3364&amp;qa_1=missing-catalog-for-cross-match</guid>
<pubDate>Tue, 12 May 2026 11:58:11 +0000</pubDate>
</item>
<item>
<title>Install python package Ananke</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3342&amp;qa_1=install-python-package-ananke</link>
<description>&lt;p&gt;Hi,&amp;nbsp;&lt;br&gt;We needed Ananke package to generate mock catalogs and wanted to request for an installation as installing packages under user environments is not supported.&amp;nbsp;&lt;br&gt;Here is a link to the package.&amp;nbsp;&lt;br&gt;&lt;a href=&quot;https://pypi.org/project/ananke/&quot; rel=&quot;nofollow&quot; style=&quot;box-sizing: border-box; color: rgb(51, 122, 183); text-decoration: none; font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 18px;&quot;&gt;https://pypi.org/project/ananke/&lt;/a&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3342&amp;qa_1=install-python-package-ananke</guid>
<pubDate>Tue, 05 May 2026 19:21:57 +0000</pubDate>
</item>
<item>
<title>Datalab Login trouble</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3311&amp;qa_1=datalab-login-trouble</link>
<description>Hello, &lt;br /&gt;
&lt;br /&gt;
I am experiencing trouble logging into my datalab account. I went to enter my correct username and password on the login page and saw that my account was locked. Could you please help me with resetting my account? My username is aspatel. &lt;br /&gt;
&lt;br /&gt;
Thanks so much!&lt;br /&gt;
&lt;br /&gt;
Avi</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3311&amp;qa_1=datalab-login-trouble</guid>
<pubDate>Thu, 26 Mar 2026 16:56:39 +0000</pubDate>
</item>
<item>
<title>local variable 'job' referenced before assignment</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3273&amp;qa_1=local-variable-job-referenced-before-assignment</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I was trying to run the python code&lt;/p&gt;&lt;div style=&quot;caret-color: rgb(204, 204, 204); color: rgb(204, 204, 204); font-family: Menlo, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 12px; white-space: pre; background-color: rgb(31, 31, 31); line-height: 18px;&quot;&gt;&lt;span style=&quot;color:#c586c0&quot;&gt;from&lt;/span&gt; &lt;span style=&quot;color:#4ec9b0&quot;&gt;dl&lt;/span&gt; &lt;span style=&quot;color:#c586c0&quot;&gt;import&lt;/span&gt; &lt;span style=&quot;color:#4ec9b0&quot;&gt;authClient&lt;/span&gt; &lt;span style=&quot;color:#c586c0&quot;&gt;as&lt;/span&gt; &lt;span style=&quot;color:#4ec9b0&quot;&gt;ac&lt;/span&gt;, &lt;span style=&quot;color:#4ec9b0&quot;&gt;queryClient&lt;/span&gt; &lt;span style=&quot;color:#c586c0&quot;&gt;as&lt;/span&gt; &lt;span style=&quot;color:#4ec9b0&quot;&gt;qc&lt;/span&gt;&lt;/div&gt;&lt;p style=&quot;caret-color: rgb(204, 204, 204); color: rgb(204, 204, 204); font-family: Menlo, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 12px; white-space: pre; background-color: rgb(31, 31, 31);&quot;&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;token&lt;/span&gt; &lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color:#4ec9b0&quot;&gt;ac&lt;/span&gt;.&lt;span style=&quot;color:#dcdcaa&quot;&gt;login&lt;/span&gt;(&lt;span style=&quot;color:#dcdcaa&quot;&gt;input&lt;/span&gt;(&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;Enter user name: (+ENTER) &quot;&lt;/span&gt;),&lt;span style=&quot;color:#dcdcaa&quot;&gt;getpass&lt;/span&gt;(&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;Enter password: (+ENTER) &quot;&lt;/span&gt;))&lt;/p&gt;&lt;div style=&quot;caret-color: rgb(204, 204, 204); color: rgb(204, 204, 204); font-family: Menlo, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 12px; white-space: pre; background-color: rgb(31, 31, 31); line-height: 18px;&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;query&lt;/span&gt; &lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color:#ce9178&quot;&gt;'''SELECT d.*, z.id, z.targetid, xu.id1, xu.id2, xu.distance, u.unwise_objid, u.fluxlbs_w1, u.fluxlbs_w2, u.fracflux_w1, u.fracflux_w2, u.mag_w1_vg, u.mag_w2_vg, u.nm_w1, u.nm_w2, u.qf_w1, u.qf_w2, u.rchi2_w1, u.rchi2_w2&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;FROM mydb://desi_star AS d&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;INNER JOIN desi_dr1.zpix AS z&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;ON z.targetid=d.targetid&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;INNER JOIN unwise_dr1.x1p5__object__desi_dr1__zpix AS xu&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;ON xu.id2=z.id&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;INNER JOIN unwise_dr1.object AS u&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;ON xu.id1=u.unwise_objid&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;WHERE xu.distance &amp;lt; 1'''&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 18px;&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#c586c0&quot;&gt;try&lt;/span&gt;:&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#4ec9b0&quot;&gt;qc&lt;/span&gt;.&lt;span style=&quot;color:#dcdcaa&quot;&gt;query&lt;/span&gt;(&lt;span style=&quot;color:#9cdcfe&quot;&gt;adql&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;query&lt;/span&gt;,&lt;span style=&quot;color:#9cdcfe&quot;&gt;async_&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;True&lt;/span&gt;,&lt;span style=&quot;color:#9cdcfe&quot;&gt;wait&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;True&lt;/span&gt;,&lt;span style=&quot;color:#9cdcfe&quot;&gt;poll&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#b5cea8&quot;&gt;15&lt;/span&gt;,&lt;span style=&quot;color:#9cdcfe&quot;&gt;verbose&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#b5cea8&quot;&gt;1&lt;/span&gt;, &lt;span style=&quot;color:#9cdcfe&quot;&gt;timeout&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#b5cea8&quot;&gt;86400&lt;/span&gt;,&amp;nbsp;\&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;out&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;'vos://desixunwise_star.csv'&lt;/span&gt;, &lt;span style=&quot;color:#9cdcfe&quot;&gt;fmt&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;'csv'&lt;/span&gt;)&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#c586c0&quot;&gt;except&lt;/span&gt; &lt;span style=&quot;color:#4ec9b0&quot;&gt;Exception&lt;/span&gt; &lt;span style=&quot;color:#c586c0&quot;&gt;as&lt;/span&gt; &lt;span style=&quot;color:#9cdcfe&quot;&gt;e&lt;/span&gt;:&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#dcdcaa&quot;&gt;print&lt;/span&gt;(&lt;span style=&quot;color:#9cdcfe&quot;&gt;e&lt;/span&gt;.message)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;And got this:&lt;/p&gt;&lt;p&gt;Error: local variable 'job' referenced before assignment&lt;/p&gt;&lt;p&gt;Is there something wrong with the code?&lt;/p&gt;&lt;div style=&quot;color: rgb(204, 204, 204); background-color: rgb(31, 31, 31); font-family: Menlo, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 12px; line-height: 18px; white-space: pre;&quot;&gt;&lt;div style=&quot;line-height: 18px;&quot;&gt;&lt;div style=&quot;line-height: 18px;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3273&amp;qa_1=local-variable-job-referenced-before-assignment</guid>
<pubDate>Thu, 05 Mar 2026 13:34:29 +0000</pubDate>
</item>
<item>
<title>Table not found in TapSchema</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3266&amp;qa_1=table-not-found-in-tapschema</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I was running the query&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;SELECT d.targetid, d.tileid, d.tilelocid, d.z_rr, d.zerr, d.chi2, d.spectype,&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;d.deltachi2, d.zwarn_mtl, d.z_qn, d.z_qn_conf, d.is_qso_qn, d.ra, d.dec, &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;d.dchisq, d.ebv, d.flux_g, d.flux_r, d.flux_z, d.flux_ivar_g, d.flux_ivar_r, &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;d.flux_ivar_z, d.flux_w1, d.flux_w2, d.flux_ivar_w1, d.flux_ivar_w2, &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;d.mw_transmission_w1, d.mw_transmission_w2, d.maskbits, d.photsys, d.desi_target,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;d.bgs_target, d.z_not4clus, g.source_id, g.ra, g.dec, g.l, g.b, &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;g.phot_bp_mean_mag, g.phot_g_mean_mag, g.phot_rp_mean_mag, g.in_qso_candidates, &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;z.id, z.targetid, x.id1, x.id2, x.distance&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;FROM mydb://desi_quasars AS d&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;INNER JOIN desi_dr1.zpix AS z&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;ON z.targetid = d.targetid&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;INNER JOIN desi_dr1.x1p5__zpix__gaia_dr3__gaia_source AS x&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;ON x.id1 = z.id&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;INNER JOIN gaia_dr3.gaia_source AS g&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;ON x.id2 = g.source_id&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;WHERE x.distance &amp;lt; 1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4e5f70&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:11px&quot;&gt;AND g.phot_bp_mean_mag &amp;gt; 0&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;using&amp;nbsp;python.&lt;/p&gt;&lt;p&gt;And I got an error message:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#3f3d3d; font-family:Arial,sans-serif; font-size:13px&quot;&gt;IllegalArgumentException: Table [ mydb.desi_quasars_5974 AS d ] is not found in TapSchema&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Why did it add&amp;nbsp;_5674 to the name of the table? Is that the cause of the&amp;nbsp;problem?&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3266&amp;qa_1=table-not-found-in-tapschema</guid>
<pubDate>Wed, 04 Mar 2026 03:46:41 +0000</pubDate>
</item>
<item>
<title>I'm unable to launch Jupyter notebook server</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3264&amp;qa_1=im-unable-to-launch-jupyter-notebook-server</link>
<description>I last used it about a month ago and now when trying to launch the notebook, it says&lt;br /&gt;
Event log&lt;br /&gt;
- Server requested&lt;br /&gt;
- Spawning server...&lt;br /&gt;
- Spawn failed: Server at http://127.0.0.1:42587/user/account/ didn't respond in 60 seconds</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3264&amp;qa_1=im-unable-to-launch-jupyter-notebook-server</guid>
<pubDate>Tue, 03 Mar 2026 18:54:11 +0000</pubDate>
</item>
<item>
<title>A question about the ID format in the desi_dr1.x1p5__zpix__sdss_dr17__specobj cross-match table</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3262&amp;qa_1=question-format-desi_dr1-x1p5__zpix__sdss_dr17__specobj</link>
<description>&lt;p class=&quot;query-text-line ng-star-inserted&quot; style=&quot;margin: 0px; background-color: rgb(233, 238, 246);&quot;&gt;&lt;span style=&quot;color:#1f1f1f; font-family:Google Sans Flex, Google Sans, Helvetica Neue, sans-serif&quot;&gt;&lt;span style=&quot;font-variant-ligatures:none&quot;&gt;I have a question concerning the details of the desi_dr1.x1p5__zpix__sdss_dr17__specobj table.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;query-text-line ng-star-inserted&quot; style=&quot;margin: 0px; background-color: rgb(233, 238, 246);&quot;&gt;&lt;/p&gt;&lt;p class=&quot;query-text-line ng-star-inserted&quot; style=&quot;margin: 0px; background-color: rgb(233, 238, 246);&quot;&gt;&lt;span style=&quot;color:#1f1f1f; font-family:Google Sans Flex, Google Sans, Helvetica Neue, sans-serif&quot;&gt;&lt;span style=&quot;font-variant-ligatures:none&quot;&gt;This table appears to be the result of a cross-match between SDSS DR17 and DESI DR1, providing parameters that are crucial for matching these datasets. I truly appreciate the work that went into creating this resource; however, I am having trouble understanding the format of the id1 column.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;query-text-line ng-star-inserted&quot; style=&quot;margin: 0px; background-color: rgb(233, 238, 246);&quot;&gt;&lt;/p&gt;&lt;p class=&quot;query-text-line ng-star-inserted&quot; style=&quot;margin: 0px; background-color: rgb(233, 238, 246);&quot;&gt;&lt;span style=&quot;color:#1f1f1f; font-family:Google Sans Flex, Google Sans, Helvetica Neue, sans-serif&quot;&gt;&lt;span style=&quot;font-variant-ligatures:none&quot;&gt;When comparing id1 with most of the ID fields under the desi_dr1 catalog, I found that they do not match. In fact, there is a difference in the number of digits between them. As a result, I am unable to use the IDs from this table to retrieve subsequent DESI data.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;query-text-line ng-star-inserted&quot; style=&quot;margin: 0px; background-color: rgb(233, 238, 246);&quot;&gt;&lt;/p&gt;&lt;p class=&quot;query-text-line ng-star-inserted&quot; style=&quot;margin: 0px; background-color: rgb(233, 238, 246);&quot;&gt;&lt;span style=&quot;color:#1f1f1f; font-family:Google Sans Flex, Google Sans, Helvetica Neue, sans-serif&quot;&gt;&lt;span style=&quot;font-variant-ligatures:none&quot;&gt;Does anyone know how this id1 is constructed or which specific DESI identifier it corresponds to?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3262&amp;qa_1=question-format-desi_dr1-x1p5__zpix__sdss_dr17__specobj</guid>
<pubDate>Tue, 03 Mar 2026 12:40:37 +0000</pubDate>
</item>
<item>
<title>I’m unable to install Ananke because the NOIRLab Data Lab environment does not provide a C/C++ compiler (gcc), which is required to build its Galaxia backend, so could compiler support be enabled or an alternative environment recommended?</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3209&amp;qa_1=environment-compiler-alternative-environment-recommended</link>
<description>&lt;p data-start=&quot;109&quot; data-end=&quot;115&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); text-decoration-thickness: auto; text-decoration-style: solid;&quot;&gt;Hello,&lt;/p&gt;&lt;p data-start=&quot;117&quot; data-end=&quot;354&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); text-decoration-thickness: auto; text-decoration-style: solid;&quot;&gt;I am trying to install the Python package&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;strong data-start=&quot;159&quot; data-end=&quot;169&quot;&gt;Ananke&lt;/strong&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;in the NOIRLab Data Lab environment, but the installation fails because a C/C++ compiler (gcc) is not available. The build process for dependencies such as&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;code data-start=&quot;326&quot; data-end=&quot;342&quot;&gt;galaxia_ananke&lt;/code&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;stops with:&lt;/p&gt;&lt;pre class=&quot;overflow-visible! px-0!&quot; data-start=&quot;356&quot; data-end=&quot;418&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); text-decoration-thickness: auto; text-decoration-style: solid;&quot;&gt;&lt;/pre&gt;&lt;div class=&quot;w-full my-4&quot;&gt;&lt;div&gt;&lt;div class=&quot;relative&quot;&gt;&lt;div class=&quot;h-full min-h-0 min-w-0&quot;&gt;&lt;div class=&quot;h-full min-h-0 min-w-0&quot;&gt;&lt;div class=&quot;border corner-superellipse/1.1 border-token-border-light bg-token-bg-elevated-secondary rounded-3xl&quot;&gt;&lt;div class=&quot;pointer-events-none absolute inset-x-4 top-12 bottom-4&quot;&gt;&lt;div class=&quot;pointer-events-none sticky z-40 shrink-0 z-1!&quot;&gt;&lt;div class=&quot;sticky bg-token-border-light&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;pointer-events-none absolute inset-x-px top-6 bottom-6&quot;&gt;&lt;div class=&quot;sticky z-1!&quot;&gt;&lt;div class=&quot;bg-token-bg-elevated-secondary sticky&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;corner-superellipse/1.1 rounded-3xl bg-token-bg-elevated-secondary&quot;&gt;&lt;div class=&quot;relative z-0 flex max-w-full&quot;&gt;&lt;div id=&quot;code-block-viewer&quot; dir=&quot;ltr&quot; class=&quot;q9tKkq_viewer cm-editor z-10 light:cm-light dark:cm-light flex h-full w-full flex-col items-stretch ͼ5 ͼj&quot;&gt;&lt;div class=&quot;cm-scroller&quot;&gt;&lt;div class=&quot;cm-content q9tKkq_readonly&quot;&gt;error: command 'gcc' failed: No such file or directory&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-start=&quot;420&quot; data-end=&quot;524&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); text-decoration-thickness: auto; text-decoration-style: solid;&quot;&gt;Since this pipeline requires compiled C++ extensions (Galaxia backend), I’m currently unable to proceed.&lt;/p&gt;&lt;p data-start=&quot;526&quot; data-end=&quot;691&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); text-decoration-thickness: auto; text-decoration-style: solid;&quot;&gt;Could you please advise whether compiler support can be enabled, or if there is an alternative compute environment suitable for installing and running such software?&lt;/p&gt;&lt;p data-start=&quot;693&quot; data-end=&quot;713&quot; data-is-last-node=&quot;&quot; data-is-only-node=&quot;&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); text-decoration-thickness: auto; text-decoration-style: solid;&quot;&gt;Thank you,&lt;br data-start=&quot;703&quot; data-end=&quot;706&quot;&gt;Preksha&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3209&amp;qa_1=environment-compiler-alternative-environment-recommended</guid>
<pubDate>Tue, 24 Feb 2026 04:08:16 +0000</pubDate>
</item>
<item>
<title>I want to run a query of the DESI DRR1 QSOAGN table, so that only sources with coordinates within the eROSITA public footprint are returned. The basic syntax is:  SELECT TOP 100 * FROM desi_dr1.agnqso  I want to get all sources in the eROSITA footprint</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3199&amp;qa_1=sources-coordinates-footprint-returned-desi_dr1-footprint</link>
<description>I want to run a query of the DESI DRR1 QSOAGN table, so that only sources with coordinates within the eROSITA public footprint are returned</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3199&amp;qa_1=sources-coordinates-footprint-returned-desi_dr1-footprint</guid>
<pubDate>Thu, 19 Feb 2026 22:36:26 +0000</pubDate>
</item>
<item>
<title>How to download data with no limit in size</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3197&amp;qa_1=how-to-download-data-with-no-limit-in-size</link>
<description></description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3197&amp;qa_1=how-to-download-data-with-no-limit-in-size</guid>
<pubDate>Wed, 18 Feb 2026 08:44:17 +0000</pubDate>
</item>
<item>
<title>How to get a token?</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3179&amp;qa_1=how-to-get-a-token</link>
<description></description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3179&amp;qa_1=how-to-get-a-token</guid>
<pubDate>Fri, 13 Feb 2026 11:40:39 +0000</pubDate>
</item>
<item>
<title>No catalos and SQL offline  (Feb 12)</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3176&amp;qa_1=no-catalos-and-sql-offline-feb-12</link>
<description>I can not see the catalogs and SQL offline.&lt;br /&gt;
&lt;br /&gt;
Thank you so much for help!</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3176&amp;qa_1=no-catalos-and-sql-offline-feb-12</guid>
<pubDate>Thu, 12 Feb 2026 20:12:29 +0000</pubDate>
</item>
<item>
<title>hpix_4092 is given as float</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3116&amp;qa_1=hpix_4092-is-given-as-float</link>
<description>in des_dr2.coverage, hpix_4092 is provided as float, though it should be bigint as shown in the schema browser.&lt;br /&gt;
Any way to retrieve hpix_4092 correctly?</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3116&amp;qa_1=hpix_4092-is-given-as-float</guid>
<pubDate>Tue, 03 Feb 2026 17:16:21 +0000</pubDate>
</item>
<item>
<title>I'd like to query LS DR10 sources that are close to the survey detection limit; can you please show me which flags to use to ensure I get decent photometry?</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3103&amp;qa_1=sources-survey-detection-please-ensure-decent-photometry</link>
<description>&lt;p&gt;&lt;span style=&quot;font-family:&amp;quot;Google Sans&amp;quot;,Roboto,Arial,sans-serif; font-size:14px&quot;&gt;I'd like to query LS DR10 sources that are close to the survey detection limit; can you please show me which flags to use to ensure I get decent photometry?&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family:Google Sans, Roboto, Arial, sans-serif&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;In addition, I found that if I use conditions to filter data from more than one band at the same time, the search time increases significantly compared to filtering only one band. Is this normal?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3103&amp;qa_1=sources-survey-detection-please-ensure-decent-photometry</guid>
<pubDate>Mon, 02 Feb 2026 13:10:48 +0000</pubDate>
</item>
<item>
<title>Table upload to myDB from Web Explorer does not work</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3076&amp;qa_1=table-upload-to-mydb-from-web-explorer-does-not-work</link>
<description>&lt;p&gt;I am trying to upload a table into myDB using the data explorer tab. I get the following error -&lt;/p&gt;&lt;p&gt;&quot;Unable to process upload. Verify that the csv headers are present and that they match the table schema (for existing tables)&quot;&lt;/p&gt;&lt;p&gt;I followed &lt;a rel=&quot;nofollow&quot; href=&quot;https://datalab.noirlab.edu/help/index.php?qa=2747&amp;amp;qa_1=why-am-i-unable-to-upload-tables-to-mydb&quot;&gt;this answer&lt;/a&gt; thread to troubleshoot the problem. The table is the LOFAR Value Added Catalog (link to &lt;a rel=&quot;nofollow&quot; href=&quot;https://lofar-surveys.org/dr2_release.html&quot;&gt;Data release&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; href=&quot;https://lofar-surveys.org/public/DR2/catalogues/README-v1.1.md&quot;&gt;README&lt;/a&gt; file). I made sure the file name, table names and column headers are all lower case and allowed characters only as listed on the CSV file formatting requirements help page &lt;a rel=&quot;nofollow&quot; href=&quot;https://datalab.noirlab.edu/docs/manual/UsingAstroDataLab/WebPortal/DataExplorer/UploadingData/UploadingData.html?highlight=mydb%20name&quot;&gt;here&lt;/a&gt;. The total file size is ~ 4 GB but this is under the total size limits as described &lt;a rel=&quot;nofollow&quot; href=&quot;https://datalab.noirlab.edu/docs/manual/UsingAstroDataLab/JupyterNotebooks/JupyterNotebooks.html?highlight=gb&quot;&gt;here&lt;/a&gt;. Another interesting thing to note is the file is ~ 4GB on my disk, but during the upload process the total size column actually displays the size as 3.7 GB. To check whether data formatting was the problem, I uploaded a truncated subset of the file using only the first two rows and the same header, this file is 2.4 kB. This gives the same error.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The table was converted from the original fits file into ascii.csv using astropy.table.&lt;br&gt;&lt;br&gt;EDIT: The header and first row is -&lt;/p&gt;&lt;p&gt;```&lt;/p&gt;&lt;p&gt;source_name,ra,dec,e_ra,e_dec,total_flux,e_total_flux,peak_flux,e_peak_flux,s_code,mosaic_id,maj,min,pa,e_maj,e_min,e_pa,dc_maj,dc_min,dc_pa,isl_rms,flag_workflow,id_flag,prefilter,postfilter,lr_fin,optra,optdec,composite_size,composite_width,composite_pa,assoc,id_qual,assoc_qual,blend_prob,other_prob,created,position_from,renamed_from,id_ra,id_dec,uid_l,unwise_objid,id_name,separation,legacy_id,hpx,release,brickid,objid,maskbits,fracflux_g,fracflux_r,fracflux_z,type,ra,dec,pstar,star,anymask_opt,gmmcomp,zphot,zphot_err,var.density,var.tr.noise,var.in.noise,flag_qual,zspec_sdss,zwarning_sdss,plate_sdss,mjd_sdss,fiberid_sdss,z_hetdex,z_hetdex_conf,hetdex_sourceid,z_desi,z_desi_err,desi_sourceid,2rxs_id,xmmsl2_id,resolved,las,z_best,z_source,size,l_144,field,legacy_coverage,lm_flux,lm_size,bad_lm_flux,bad_lm_image,las_from,mag_g,magerr_g,mag_r,magerr_r,mag_z,magerr_z,mag_w1,magerr_w1,mag_w2,magerr_w2,mag_w3,magerr_w3,mag_w4,magerr_w4,wise_src,mass_median,mass_l68,mass_u68,g_rest,r_rest,z_rest,u_rest,v_rest,j_rest,k_rest,w1_rest,w2_rest,r_50,r_50_err,flag_mass&lt;br&gt;ILTJ000000.03+195152.1,0.0001397891057877132,19.864494342561894,1.3216566180151654,0.916539605380532,1.2329283979607426,0.43208893097044526,0.4658497899333264,0.12294834612392941,S,P359+21,11.100479930452728,8.584910238521983,101.29414881778887,3.1449812567973736,2.110634486533086,49.723586831447754,9.339157273177563,6.139031440183402,101.29414881778908,0.1155058853328228,8,1,-99,0,0.17094795081591677,,,,,,0,,,,,Create initial sources,LR,--,,,--,--,--,,-1,208,,,,,,,,--,,,,--,--,--,,,,,,,,,,,,,,,,,,,,False,18.678314546355125,,,,,Fall,True,,,False,False,Gaussian,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,False&lt;/p&gt;&lt;p&gt;```&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3076&amp;qa_1=table-upload-to-mydb-from-web-explorer-does-not-work</guid>
<pubDate>Wed, 14 Jan 2026 18:00:46 +0000</pubDate>
</item>
<item>
<title>Hi there! I think the jupyter server is offline. I am struggling to access my work :-(</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=3033&amp;qa_1=there-think-jupyter-server-offline-struggling-access-work</link>
<description>There isn't much more to be said, the jupyterlab server is not loading, and if it does load it shows a blank screen. I suspect that something is wrong with the server, as I have been trying all day to access the server but with no success. Please help!</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=3033&amp;qa_1=there-think-jupyter-server-offline-struggling-access-work</guid>
<pubDate>Sat, 03 Jan 2026 15:51:54 +0000</pubDate>
</item>
<item>
<title>Download failure</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2928&amp;qa_1=download-failure</link>
<description>I am trying to match a sample of quasars (4200 objects) to DESI DR1 with the following query;&lt;br /&gt;
&lt;br /&gt;
SELECT a.*, b.flux_r, b.flux_ivar_r, b.flux_z, b.flux_ivar_z&lt;br /&gt;
FROM mydb://desi_highz AS a, desi_dr1.photometry AS b&lt;br /&gt;
WHERE q3c_join(a.ra, a.declination, b.ra, b.dec, 1./3600.);&lt;br /&gt;
&lt;br /&gt;
The query executes without error and displays the first 100 rows of the table, however, when I try to save the output to mydb I get an error and when I try to download the table as a .csv I get a load of junk. If I open the error message in the jobs tab I don't get anything meaningful - does anyone have any ideas?</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2928&amp;qa_1=download-failure</guid>
<pubDate>Mon, 15 Dec 2025 18:46:20 +0000</pubDate>
</item>
<item>
<title>Can't upload table to My DB</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2766&amp;qa_1=cant-upload-table-to-my-db</link>
<description>&lt;p&gt;Hello, i'm currently trying to upload a 2.5MB .csv that is formatted as follows:&lt;/p&gt;&lt;p&gt;id1_1,id1_2&lt;/p&gt;&lt;p&gt;iDR4_3_SPLUS-n19s11_dual_0012382,iDR4_3_SPLUS-n19s11_dual_0010034&lt;/p&gt;&lt;p&gt;iDR4_3_SPLUS-n19s11_dual_0021877,iDR4_3_SPLUS-n19s11_dual_0021851&lt;/p&gt;&lt;p&gt;iDR4_3_SPLUS-n19s07_dual_0006718,iDR4_3_SPLUS-n19s07_dual_0005682&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;but when i try to upload it via qc.mydb_create() i get the error &quot;Connection aborted. ConnectionResetError(10054, &quot;An existing connection was forcibly closed by the remote host&quot;, None, 10054, None&quot;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;if i try to upload it from the web service i get the error &quot;&lt;span style=&quot;color:#3f3d3d; font-family:Arial,sans-serif; font-size:13px; text-align:center&quot;&gt;Unable to process upload. Verify that the csv headers are present and that they match the table schema (for existing tables)&quot;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This is the first table that i try to upload and create&amp;nbsp;to myDB.&lt;/p&gt;&lt;p&gt;Best Regards.&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2766&amp;qa_1=cant-upload-table-to-my-db</guid>
<pubDate>Wed, 12 Nov 2025 20:03:52 +0000</pubDate>
</item>
<item>
<title>Why am I unable to upload tables to MyDB?</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2747&amp;qa_1=why-am-i-unable-to-upload-tables-to-mydb</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I've tried this three different ways and it doesn't seem to want to let me upload a file to MyDB.&lt;br /&gt;
&lt;br /&gt;
The file is a simple two-column CSV with a proper header and comma-separated values:&lt;br /&gt;
```&lt;br /&gt;
IRASPSC,TMASS_Designation&lt;br /&gt;
00254-3317,00275566-3300257&lt;br /&gt;
00428+6854,00460012+6910533&lt;br /&gt;
00439+1512,00463294+1528320&lt;br /&gt;
01037+1219,01062598+1235530&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
I first tried using the Data Explorer. When I try to upload the file, it says &amp;quot;Unable to process upload. Verify that the csv headers are present and that they match the table schema (for existing tables)&amp;quot;. This wasn't an existing table, I just created a new name and started the upload.&lt;br /&gt;
&lt;br /&gt;
I then tried using the command line, and after logging in and checking that I am logged in using `whoAmI`, I used `mydb_create` to create a schema and then tried to `mydb_insert` the table, but I get the response `schema &amp;quot;mydb&amp;quot; does not exist`. &lt;br /&gt;
&lt;br /&gt;
Finally, I tried using the Jupyter notebook option online and retried the `mydb_create` and `mydb_insert`, and met with the same error (it says &amp;quot;OK&amp;quot; when I try `mydb_create`, and then fails to `insert`). The only thing I'm able to do with the notebook is to upload the table to VOSpace. However, when I try to copy it over from VOSpace to MyDB, I get the same error.</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2747&amp;qa_1=why-am-i-unable-to-upload-tables-to-mydb</guid>
<pubDate>Fri, 07 Nov 2025 02:32:18 +0000</pubDate>
</item>
<item>
<title>Installing a custom package on astro data lab</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2739&amp;qa_1=installing-a-custom-package-on-astro-data-lab</link>
<description>&lt;p&gt;For an ANTARES filter, we're interested in using a microlensing fitting code, &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/MovingUniverseLab/BAGLE_Microlensing/tree/main&quot;&gt;BAGLE&lt;/a&gt;. It looks like as a user I may not be able to install packages. The version we'd like to install should be pip and conda installable in the next few days. How would I go about getting this package installed?&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2739&amp;qa_1=installing-a-custom-package-on-astro-data-lab</guid>
<pubDate>Thu, 06 Nov 2025 03:51:45 +0000</pubDate>
</item>
<item>
<title>TLS certificate has expired</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2724&amp;qa_1=tls-certificate-has-expired</link>
<description>The Astro Data Lab TLS certificate expired today.</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2724&amp;qa_1=tls-certificate-has-expired</guid>
<pubDate>Mon, 03 Nov 2025 18:50:31 +0000</pubDate>
</item>
<item>
<title>Unable to make any queries since LS10 outage</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2696&amp;qa_1=unable-to-make-any-queries-since-ls10-outage</link>
<description>Since the outage and recovery last week, I've not been able to make any queries with LS_DR_10 tractor or apflux. Each time I try to make a request, it ends up timing out after 5 minutes. I see that the systems appear to be online, so I am not sure if this issue is isolated to me?</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2696&amp;qa_1=unable-to-make-any-queries-since-ls10-outage</guid>
<pubDate>Sun, 26 Oct 2025 15:02:04 +0000</pubDate>
</item>
<item>
<title>cross-matching query is timing out</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2646&amp;qa_1=cross-matching-query-is-timing-out</link>
<description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to crossmatch a set of observations with the phat_v2.phot_mod table. Below, is my query. I've been able to run this type of query in the past but now datalab is throwing a timeout error after 5 minutes. I've also tried to run it async in python using&amp;nbsp;&lt;span style=&quot;font-family:Courier New, Courier, monospace&quot;&gt;jobid = qc.query(sql=sql_query, async_=True)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;but I get &quot;ERROR&quot; when I check the job status with &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;qc.status(jobid)&lt;/span&gt;. Any assistance on what I could do next would be greatly appreciated.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;dist = 0.00003056 # 0.11 arcsec&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;sql_query = f&quot;&quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;SELECT&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; s.id, s.ra AS alert_ra, s.dec AS alert_dec,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; p.ra AS pmod_ra, p.dec AS pmod_dec, p.*,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; q3c_dist(s.ra, s.dec, p.ra, p.dec) AS dist_deg&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;FROM&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; mydb://alerts_tab_v2 AS s&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;JOIN&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; phat_v2.phot_mod AS p&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;ON&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; q3c_join(s.ra, s.dec, p.ra, p.dec, {dist})&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;ORDER BY s.ra, s.dec, p.f814w_vega&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&quot;&quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;result = qc.query(sql=sql_query, fmt='pandas')&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2646&amp;qa_1=cross-matching-query-is-timing-out</guid>
<pubDate>Thu, 16 Oct 2025 21:56:09 +0000</pubDate>
</item>
<item>
<title>I would like to be able to use Galfit.  It this possible, and if so, how can I install it and its dependencies?</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2619&amp;qa_1=would-like-able-galfit-this-possible-install-dependencies</link>
<description>Dear Astro Datalab support, &lt;br /&gt;
&lt;br /&gt;
I would like to know if it's possible to install Galfit on the server, or if anyone has any advice on how to get a local user installation working within the limited linux environment available. &amp;nbsp;I'd love to be able to work with students with limited computing resources available to them on analyzing host galaxy morphologies on the datalab if it's possible to do so! &amp;nbsp;I got stuck trying to install dependencies (cfitsio; I tried with conda through the conda-forge channel and encountered a number of issues). &amp;nbsp;If anyone has any insights or experience, please let me know!&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Kristina</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2619&amp;qa_1=would-like-able-galfit-this-possible-install-dependencies</guid>
<pubDate>Wed, 08 Oct 2025 16:39:36 +0000</pubDate>
</item>
<item>
<title>Cannot access the https://astrosparcl.datalab.noirlab.edu</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2592&amp;qa_1=cannot-access-the-https-astrosparcl-datalab-noirlab-edu</link>
<description>&lt;p&gt;Dear Support,&lt;br&gt;&lt;br&gt;Reporting the problem that I cannot access the SPARCL service via the sparclclient&amp;nbsp;python package, receiving the error at the following Jupiter notebook cell:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;client&lt;/span&gt; &lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color:#4ec9b0&quot;&gt;SparclClient&lt;/span&gt;(&lt;span style=&quot;color:#9cdcfe&quot;&gt;connect_timeout&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#b5cea8&quot;&gt;30&lt;/span&gt;, &lt;span style=&quot;color:#9cdcfe&quot;&gt;read_timeout&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#b5cea8&quot;&gt;30&lt;/span&gt;)&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;client&lt;/span&gt;&lt;br&gt;Error:&lt;br&gt;&lt;span style=&quot;color:#cd3131; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;ServerConnectionError&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; Traceback (most recent call last) Cell &lt;/span&gt;&lt;span style=&quot;color:#0dbc79; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;In[2], &lt;a rel=&quot;nofollow&quot; href=&quot;denied:vscode-notebook-cell:?execution_count=2&amp;amp;line=1&quot;&gt;line 1&lt;/a&gt; &lt;/span&gt;&lt;span style=&quot;color:#0dbc79; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;----&amp;gt; &lt;a rel=&quot;nofollow&quot; href=&quot;denied:vscode-notebook-cell:?execution_count=2&amp;amp;line=1&quot;&gt;1&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; client &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; SparclClient(connect_timeout&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;300&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;, read_timeout&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;5400&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;) &lt;/span&gt;&lt;strong&gt; 2&lt;/strong&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; client File &lt;/span&gt;&lt;span style=&quot;color:#0dbc79; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;~/anaconda3/envs/sparcl_lab/lib/python3.10/site-packages/sparcl/client.py:218&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;, in &lt;/span&gt;&lt;span style=&quot;color:#11a8cd; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;SparclClient.__init__&lt;/span&gt;&lt;span style=&quot;color:#2472c8; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;(self, url, verbose, show_curl, connect_timeout, read_timeout)&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;strong&gt; 216&lt;/strong&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;if&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; urlparse(url)&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;hostname &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;in&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; _pat_hosts: &lt;/span&gt;&lt;strong&gt; 217&lt;/strong&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; msg &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;Did you enable VPN?&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#0dbc79; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;--&amp;gt; &lt;a rel=&quot;nofollow&quot; href=&quot;https://file+.vscode-resource.vscode-cdn.net/media/olehryz/Elements/backup/MPNELs/MPNELs/filterting/~/anaconda3/envs/sparcl_lab/lib/python3.10/site-packages/sparcl/client.py:218&quot;&gt;218&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;raise&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; ex&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;ServerConnectionError(msg) &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;from&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;None&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;# disable chaining&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;strong&gt; 220&lt;/strong&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;self&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;apiversion &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;float&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;(verstr) &lt;/span&gt;&lt;strong&gt; 222&lt;/strong&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; expected_api &lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt; SparclClient&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;KNOWN_GOOD_API_VERSION &lt;/span&gt;&lt;span style=&quot;color:#cd3131; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;ServerConnectionError&lt;/span&gt;&lt;span style=&quot;color:#cccccc; font-family:&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;monospace&amp;quot;,monospace; font-size:14px&quot;&gt;: [SRVCONER] Could not connect to &lt;a rel=&quot;nofollow&quot; href=&quot;https://astrosparcl.datalab.noirlab.edu/sparc/version/&quot;&gt;https://astrosparcl.datalab.noirlab.edu/sparc/version/&lt;/a&gt;. HTTPSConnectionPool(host='astrosparcl.datalab.noirlab.edu', port=443): Max retries exceeded with url: /sparc/version/ (Caused by NewConnectionError('&amp;lt;urllib3.connection.HTTPSConnection object at 0x77bd91d6bf40&amp;gt;: Failed to establish a new connection: [Errno 111] Connection refused'))Did you enable VPN?&lt;/span&gt;&lt;br&gt;&lt;br&gt;I checked the server via&amp;nbsp;&lt;a href=&quot;https://www.isitdownrightnow.com/,&quot; rel=&quot;nofollow&quot;&gt;https://www.isitdownrightnow.com/,&lt;/a&gt; and it seems to be down. Could you please tell&amp;nbsp;me when the server is expected to be up, if it is expected?&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2592&amp;qa_1=cannot-access-the-https-astrosparcl-datalab-noirlab-edu</guid>
<pubDate>Wed, 01 Oct 2025 10:59:33 +0000</pubDate>
</item>
<item>
<title>datalab storeClient public vospace not working</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2587&amp;qa_1=datalab-storeclient-public-vospace-not-working</link>
<description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a set of files stored in my public directory:&amp;nbsp;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;aspatel://public/di_packets_F475W&lt;/span&gt;. However, when I try to access them when signed into another datalab other than aspatel&amp;nbsp;using,&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp;sc.get(&quot;aspatel://public/di_packets_F475W&quot;, &quot;DI_x21_y81.fits&quot;)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Arial,Helvetica,sans-serif&quot;&gt;I get,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New, Courier, monospace&quot;&gt;['Error: The user does not have sufficient access privileges for this operation.']&lt;/span&gt;&lt;/p&gt;&lt;div&gt;This does not happen when I retrieve files from my other public vospace directory&amp;nbsp;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;aspatel://public/di_packets_v3 &lt;/span&gt;&lt;span style=&quot;font-family:Arial,Helvetica,sans-serif&quot;&gt;and when signed into a different datalab account (other than aspatel)&lt;/span&gt;&lt;span style=&quot;font-family:Arial,Helvetica,sans-serif&quot;&gt;.&amp;nbsp; Any assistance would be helpful.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2587&amp;qa_1=datalab-storeclient-public-vospace-not-working</guid>
<pubDate>Sun, 28 Sep 2025 03:00:00 +0000</pubDate>
</item>
<item>
<title>DESI DR1 VAC</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2575&amp;qa_1=desi-dr1-vac</link>
<description>&lt;p&gt;&lt;span style=&quot;font-size:14px&quot;&gt;Would it be possible to add the DESI DR1&amp;nbsp;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:Roboto,-apple-system,&amp;quot;system-ui&amp;quot;,Helvetica,Arial,sans-serif&quot;&gt;value-added catalogs to the database?&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2575&amp;qa_1=desi-dr1-vac</guid>
<pubDate>Wed, 24 Sep 2025 10:04:28 +0000</pubDate>
</item>
<item>
<title>Datalab Fails Again</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2569&amp;qa_1=datalab-fails-again</link>
<description>Hi, I was using datalab earlier to access Euclid Q1 data. But suddenly it started to fail and unable to load catalog and perform any sql search etc. Cleared cookies, tried other browsers, same issue.&lt;br /&gt;
&lt;br /&gt;
It is down or it's user-end issue? Because the system seems green and online.</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2569&amp;qa_1=datalab-fails-again</guid>
<pubDate>Mon, 22 Sep 2025 20:49:30 +0000</pubDate>
</item>
<item>
<title>It's still not working</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2519&amp;qa_1=its-still-not-working</link>
<description>Hi, it is still failing. The catalog metadata is not unreachable.&lt;br /&gt;
&lt;br /&gt;
And the Xmatch, either on the data explorer page or the legacy Xmatch tool, non is working. Warning messages disappear, but uploading table results in stuck page and become unresponsive. &lt;br /&gt;
&lt;br /&gt;
Clear cache and rerun, no improvement. Change browser does not work (Chrome and Safari).</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2519&amp;qa_1=its-still-not-working</guid>
<pubDate>Fri, 12 Sep 2025 20:02:44 +0000</pubDate>
</item>
<item>
<title>Data Explorer Down</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2517&amp;qa_1=data-explorer-down</link>
<description>It is down. Cannot access any catalog or metadata. &lt;br /&gt;
&lt;br /&gt;
Cannot upload table nor do cross-match. &lt;br /&gt;
&lt;br /&gt;
Attempted on legacy X-match fails, with warning &amp;quot;502 bad gateway, ngix/1.28.0&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Similar issue with &lt;a href=&quot;https://datalab.noirlab.edu/help/index.php?qa=2446&amp;amp;qa_1=noirlab-datalab-is-down-cannot-access-catalog-metadata&quot; rel=&quot;nofollow&quot;&gt;https://datalab.noirlab.edu/help/index.php?qa=2446&amp;amp;qa_1=noirlab-datalab-is-down-cannot-access-catalog-metadata&lt;/a&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2517&amp;qa_1=data-explorer-down</guid>
<pubDate>Fri, 12 Sep 2025 18:22:39 +0000</pubDate>
</item>
<item>
<title>Noirlab/datalab is down, cannot access catalog metadata</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2446&amp;qa_1=noirlab-datalab-is-down-cannot-access-catalog-metadata</link>
<description>Dear astro data lab team,&lt;br /&gt;
&lt;br /&gt;
I am trying to find column descriptions to a Euclid_Q1 catalog I downloaded earlier.&lt;br /&gt;
&lt;br /&gt;
On &lt;a href=&quot;https://datalab.noirlab.edu/data-explorer,&quot; rel=&quot;nofollow&quot;&gt;https://datalab.noirlab.edu/data-explorer,&lt;/a&gt; on both firefox and epiphany(chrome), I get &amp;quot;Error: unable to load catalogs&amp;quot;, whether logged in or not.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;systems online&amp;quot; status tool says everything is online. &lt;br /&gt;
&lt;br /&gt;
There is no static website on noirlab anymore that has column descriptions. This is unfortunate.&lt;br /&gt;
&lt;br /&gt;
It is not possible to fall back on or create an archive.org copy of the noirlab data documentation pages. &lt;a href=&quot;https://web.archive.org/web/20250820075851/https://datalab.noirlab.edu/data-explorer?showTable=euclid_q1.object&quot; rel=&quot;nofollow&quot;&gt;https://web.archive.org/web/20250820075851/https://datalab.noirlab.edu/data-explorer?showTable=euclid_q1.object&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
It would be great if FITS files downloaded with the &amp;quot;datalab&amp;quot; tool had their column descriptions (TCOMM) filled in.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Johannes</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2446&amp;qa_1=noirlab-datalab-is-down-cannot-access-catalog-metadata</guid>
<pubDate>Wed, 20 Aug 2025 08:01:58 +0000</pubDate>
</item>
<item>
<title>i was trying to login in my account in notebook, it was giving the output anonymous.</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2443&amp;qa_1=was-trying-login-account-notebook-giving-output-anonymous</link>
<description>i was trying to login in my account in notebook, it was giving the output anonymous. However i was able to login using the same credential in astrodatalab but Now if i am trying to login in astrodata lab its saying your account has been locked and the status of my account is showing suspended. What is the problem here can you please resolve it ASAP i need to download data from legacy survey dr10 catalogue.</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2443&amp;qa_1=was-trying-login-account-notebook-giving-output-anonymous</guid>
<pubDate>Fri, 15 Aug 2025 18:26:51 +0000</pubDate>
</item>
<item>
<title>LSST SIM reference needs updating</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2442&amp;qa_1=lsst-sim-reference-needs-updating</link>
<description>This page: &lt;a href=&quot;https://datalab.noirlab.edu/data/lsst-sim&quot; rel=&quot;nofollow&quot;&gt;https://datalab.noirlab.edu/data/lsst-sim&lt;/a&gt; indicates that users of the LSST-SIM dataset should visit the Rubin citations page for info on how to cite. &amp;nbsp;But since this simulation is not distributed as part of the rubin_sim package, there is no reference to it. &amp;nbsp;There is now instead a published paper: &lt;a href=&quot;https://iopscience.iop.org/article/10.3847/1538-4365/ac7be6&quot; rel=&quot;nofollow&quot;&gt;https://iopscience.iop.org/article/10.3847/1538-4365/ac7be6&lt;/a&gt; . &amp;nbsp;Can the page be updated with this new reference? &amp;nbsp;I believe I created this page originally, but with the new web pages am not sure how I would change it myself.</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2442&amp;qa_1=lsst-sim-reference-needs-updating</guid>
<pubDate>Thu, 14 Aug 2025 23:43:56 +0000</pubDate>
</item>
<item>
<title>Looks like the stale DB problem is back!</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2440&amp;qa_1=looks-like-the-stale-db-problem-is-back</link>
<description>Hi! Mydb appears to be down again, just thought I'd let you know. Thanks!</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2440&amp;qa_1=looks-like-the-stale-db-problem-is-back</guid>
<pubDate>Wed, 13 Aug 2025 18:18:01 +0000</pubDate>
</item>
<item>
<title>SIA server down?</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2436&amp;qa_1=sia-server-down</link>
<description>Hi, &lt;br /&gt;
&lt;br /&gt;
I'm trying to request an image cutout using the sia package but got this error: DALServiceError: 504 Server Error: Gateway Time-out for url: &lt;a href=&quot;https://datalab.noirlab.edu/sia/des_dr1?POS=13.19%2C-26.59&amp;amp;SIZE=0.2422934725574616%2C0.21666666666666667&amp;amp;FORMAT=ALL&amp;amp;INTERSECT=OVERLAPS&amp;amp;VERB=2&quot; rel=&quot;nofollow&quot;&gt;https://datalab.noirlab.edu/sia/des_dr1?POS=13.19%2C-26.59&amp;amp;SIZE=0.2422934725574616%2C0.21666666666666667&amp;amp;FORMAT=ALL&amp;amp;INTERSECT=OVERLAPS&amp;amp;VERB=2&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Probably it's because the server is down?&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Yize</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2436&amp;qa_1=sia-server-down</guid>
<pubDate>Mon, 11 Aug 2025 17:44:02 +0000</pubDate>
</item>
<item>
<title>Can't access personal tables in myDB</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2430&amp;qa_1=cant-access-personal-tables-in-mydb</link>
<description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I've been working quite a bit with some tables previously uploaded to myDB. Historically this has been working quite well.&amp;nbsp;Today, however I noticed that I can no longer run queries with QueryClient that match against tables in myDB&lt;/p&gt;&lt;p&gt;(e.g. I get an error that looks like this:&lt;/p&gt;&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; font-size: 10px; line-height: normal; font-family: Monaco; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(200, 20, 201); background-color: rgba(0, 0, 0, 0.85);&quot;&gt;&lt;span style=&quot;font-variant-ligatures:no-common-ligatures&quot;&gt;dl.queryClient.queryClientError&lt;/span&gt;&lt;span style=&quot;color:#f2f2f2; font-variant-ligatures:no-common-ligatures&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;font-variant-ligatures:no-common-ligatures&quot;&gt;Error: relation &quot;mydb.snr10_matched225&quot; does not exist&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; font-size: 10px; line-height: normal; font-family: Monaco; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(200, 20, 201); background-color: rgba(0, 0, 0, 0.85);&quot;&gt;&lt;span style=&quot;font-variant-ligatures:no-common-ligatures&quot;&gt;LINE 2:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FROM mydb.&quot;snr10_matched225&quot; AS d,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-variant-ligatures:no-common-ligatures&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-variant-ligatures:no-common-ligatures&quot;&gt;I've also checked the Data Explorer itself to see if these tables accidentally got deleted or something; they do seem to still be there. However, I can't query them from inside the Data Explorer either; I get the message&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;caret-color:#c53f3f; color:#c53f3f; font-family:Arial,sans-serif; font-size:11px&quot;&gt;One or more tables provided in the query were not found&lt;/span&gt;&amp;nbsp;with any query involving these tables. Interestingly, querying against these tables worked successfully as recent as Aug 5; re-running queries that worked then no longer run. I also don't seem to be able to successfully re-upload identical copies of these tables to myDB. Is there a way to fix this?&lt;/div&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2430&amp;qa_1=cant-access-personal-tables-in-mydb</guid>
<pubDate>Thu, 07 Aug 2025 19:34:18 +0000</pubDate>
</item>
<item>
<title>unable to load a csv catalogue</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2405&amp;qa_1=unable-to-load-a-csv-catalogue</link>
<description>&lt;p&gt;Hi, I'm trying to upload a new csv catalogue in myDB (less than 500 KB) but I continue to get an error: &quot;&lt;span style=&quot;color:#3f3d3d; font-family:Arial,sans-serif; font-size:13px; text-align:center&quot;&gt;Unable to process upload. Verify that the csv headers are present and that they match the table schema (for existing tables).&quot;. I can not understant what the problem is. Thanks.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#3f3d3d; font-family:Arial,sans-serif; font-size:13px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;The first rows of my file are:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;color:#3f3d3d; font-family:Arial, sans-serif&quot;&gt;ra,dec,name&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;color:#3f3d3d; font-family:Arial, sans-serif&quot;&gt;135.5244181209099,-1.95698313545906,1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2405&amp;qa_1=unable-to-load-a-csv-catalogue</guid>
<pubDate>Fri, 25 Jul 2025 06:44:04 +0000</pubDate>
</item>
<item>
<title>csv catalogue</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2403&amp;qa_1=csv-catalogue</link>
<description></description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2403&amp;qa_1=csv-catalogue</guid>
<pubDate>Fri, 25 Jul 2025 06:32:09 +0000</pubDate>
</item>
<item>
<title>how do I see my user space</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2382&amp;qa_1=how-do-i-see-my-user-space</link>
<description></description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2382&amp;qa_1=how-do-i-see-my-user-space</guid>
<pubDate>Fri, 18 Jul 2025 10:03:07 +0000</pubDate>
</item>
<item>
<title>502 Bad Gateway</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2368&amp;qa_1=502-bad-gateway</link>
<description></description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2368&amp;qa_1=502-bad-gateway</guid>
<pubDate>Wed, 09 Jul 2025 19:28:56 +0000</pubDate>
</item>
<item>
<title>'Bad Gateway' error return when trying to run an SQL query</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2345&amp;qa_1=bad-gateway-error-return-when-trying-to-run-an-sql-query</link>
<description>I am trying to run an SQL query using qc.query with a successfully logged-in token via the python astro_datalab package, which I have previously run successfully. This now returns a queryClient.queryClientError with a 502 Bad Gateway HTML message. It appears that the backends are up according to the website - is there another reason I might be hitting this sort of error?</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2345&amp;qa_1=bad-gateway-error-return-when-trying-to-run-an-sql-query</guid>
<pubDate>Thu, 26 Jun 2025 21:04:20 +0000</pubDate>
</item>
<item>
<title>Jupyter server down?</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2341&amp;qa_1=jupyter-server-down</link>
<description>Hi team - it seems the Jupyter notebook server is down?&lt;br /&gt;
&lt;br /&gt;
Dave</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2341&amp;qa_1=jupyter-server-down</guid>
<pubDate>Thu, 26 Jun 2025 15:02:16 +0000</pubDate>
</item>
<item>
<title>Installing celerite and jplephem</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2331&amp;qa_1=installing-celerite-and-jplephem</link>
<description>Hi! I'm working on an ANTARES filter and am installing a package that requires celerite and jplephem. I tried just conda installing celerite in a terminal, but I got the below error. Is there some preferred way to install packages on datalab?&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
WARNING conda.exception_handler:print_unexpected_error_report(167): KeyError('active_prefix_name')&lt;br /&gt;
&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/exception_handler.py&amp;quot;, line 17, in __call__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return func(*args, **kwargs)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/main.py&amp;quot;, line 83, in main_subshell&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exit_code = do_call(args, parser)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/conda_argparse.py&amp;quot;, line 199, in do_call&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;result = getattr(module, func_name)(args, parser)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/notices/core.py&amp;quot;, line 131, in wrapper&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return func(*args, **kwargs)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/main_install.py&amp;quot;, line 140, in execute&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return install(args, parser, &amp;quot;install&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/install.py&amp;quot;, line 372, in install&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unlink_link_transaction = solver.solve_for_transaction(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/core/solve.py&amp;quot;, line 148, in solve_for_transaction&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unlink_precs, link_precs = self.solve_for_diff(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/core/solve.py&amp;quot;, line 217, in solve_for_diff&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;final_precs = self.solve_final_state(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py&amp;quot;, line 144, in solve_final_state&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;in_state = SolverInputState(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda_libmamba_solver/state.py&amp;quot;, line 186, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;_supplement_index_with_system(virtual)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/core/index.py&amp;quot;, line 172, in _supplement_index_with_system&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for package in context.plugin_manager.get_virtual_packages():&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/manager.py&amp;quot;, line 346, in get_virtual_packages&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return tuple(self.get_hook_results(&amp;quot;virtual_packages&amp;quot;))&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/manager.py&amp;quot;, line 212, in get_hook_results&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;plugins = [item for items in hook() for item in items]&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/manager.py&amp;quot;, line 212, in &amp;lt;listcomp&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;plugins = [item for items in hook() for item in items]&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/virtual_packages/cuda.py&amp;quot;, line 65, in conda_virtual_packages&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cuda_version = cached_cuda_version()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/virtual_packages/cuda.py&amp;quot;, line 60, in cached_cuda_version&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return cuda_version()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/virtual_packages/cuda.py&amp;quot;, line 35, in cuda_version&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;queue = context.SimpleQueue()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/context.py&amp;quot;, line 113, in SimpleQueue&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return SimpleQueue(ctx=self.get_context())&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/queues.py&amp;quot;, line 341, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;self._rlock = ctx.Lock()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/context.py&amp;quot;, line 68, in Lock&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return Lock(ctx=self.get_context())&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/synchronize.py&amp;quot;, line 162, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/synchronize.py&amp;quot;, line 57, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sl = self._semlock = _multiprocessing.SemLock(&lt;br /&gt;
&lt;br /&gt;
FileNotFoundError: [Errno 2] No such file or directory&lt;br /&gt;
&lt;br /&gt;
During handling of the above exception, another exception occurred:&lt;br /&gt;
&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/exception_handler.py&amp;quot;, line 164, in print_unexpected_error_report&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;get_main_info_str(error_report[&amp;quot;conda_info&amp;quot;])&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/main_info.py&amp;quot;, line 398, in get_main_info_str&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return &amp;quot;\n&amp;quot;.join((&amp;quot;&amp;quot;, *(f&amp;quot;{key:&amp;gt;23} : {value}&amp;quot; for key, value in builder()), &amp;quot;&amp;quot;))&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/main_info.py&amp;quot;, line 398, in &amp;lt;genexpr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return &amp;quot;\n&amp;quot;.join((&amp;quot;&amp;quot;, *(f&amp;quot;{key:&amp;gt;23} : {value}&amp;quot; for key, value in builder()), &amp;quot;&amp;quot;))&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/main_info.py&amp;quot;, line 358, in builder&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if info_dict[&amp;quot;active_prefix_name&amp;quot;]:&lt;br /&gt;
&lt;br /&gt;
KeyError: 'active_prefix_name'&lt;br /&gt;
&lt;br /&gt;
# &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ERROR REPORT &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Traceback (most recent call last):&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/exception_handler.py&amp;quot;, line 17, in __call__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return func(*args, **kwargs)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/main.py&amp;quot;, line 83, in main_subshell&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exit_code = do_call(args, parser)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/conda_argparse.py&amp;quot;, line 199, in do_call&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;result = getattr(module, func_name)(args, parser)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/notices/core.py&amp;quot;, line 131, in wrapper&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return func(*args, **kwargs)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/main_install.py&amp;quot;, line 140, in execute&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return install(args, parser, &amp;quot;install&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/cli/install.py&amp;quot;, line 372, in install&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unlink_link_transaction = solver.solve_for_transaction(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/core/solve.py&amp;quot;, line 148, in solve_for_transaction&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unlink_precs, link_precs = self.solve_for_diff(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/core/solve.py&amp;quot;, line 217, in solve_for_diff&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;final_precs = self.solve_final_state(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py&amp;quot;, line 144, in solve_final_state&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;in_state = SolverInputState(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda_libmamba_solver/state.py&amp;quot;, line 186, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;_supplement_index_with_system(virtual)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/core/index.py&amp;quot;, line 172, in _supplement_index_with_system&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for package in context.plugin_manager.get_virtual_packages():&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/manager.py&amp;quot;, line 346, in get_virtual_packages&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return tuple(self.get_hook_results(&amp;quot;virtual_packages&amp;quot;))&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/manager.py&amp;quot;, line 212, in get_hook_results&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;plugins = [item for items in hook() for item in items]&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/manager.py&amp;quot;, line 212, in &amp;lt;listcomp&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;plugins = [item for items in hook() for item in items]&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/virtual_packages/cuda.py&amp;quot;, line 65, in conda_virtual_packages&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cuda_version = cached_cuda_version()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/virtual_packages/cuda.py&amp;quot;, line 60, in cached_cuda_version&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return cuda_version()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/site-packages/conda/plugins/virtual_packages/cuda.py&amp;quot;, line 35, in cuda_version&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;queue = context.SimpleQueue()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/context.py&amp;quot;, line 113, in SimpleQueue&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return SimpleQueue(ctx=self.get_context())&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/queues.py&amp;quot;, line 341, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;self._rlock = ctx.Lock()&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/context.py&amp;quot;, line 68, in Lock&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return Lock(ctx=self.get_context())&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/synchronize.py&amp;quot;, line 162, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;File &amp;quot;/data0/sw/anaconda3/lib/python3.10/multiprocessing/synchronize.py&amp;quot;, line 57, in __init__&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sl = self._semlock = _multiprocessing.SemLock(&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FileNotFoundError: [Errno 2] No such file or directory&lt;br /&gt;
&lt;br /&gt;
`$ /data0/sw/anaconda3/bin/conda install celerite`&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;environment variables:&lt;br /&gt;
&lt;br /&gt;
conda info could not be constructed.&lt;br /&gt;
&lt;br /&gt;
KeyError('active_prefix_name')&lt;br /&gt;
&lt;br /&gt;
An unexpected error has occurred. Conda has prepared the above report.&lt;br /&gt;
&lt;br /&gt;
If you suspect this error is being caused by a malfunctioning plugin,&lt;br /&gt;
&lt;br /&gt;
consider using the --no-plugins option to turn off plugins.&lt;br /&gt;
&lt;br /&gt;
Example: conda --no-plugins install &amp;lt;package&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can set the CONDA_NO_PLUGINS environment variable on&lt;br /&gt;
&lt;br /&gt;
the command line to run the command without plugins enabled.&lt;br /&gt;
&lt;br /&gt;
Example: CONDA_NO_PLUGINS=true conda install &amp;lt;package&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If submitted, this report will be used by core maintainers to improve&lt;br /&gt;
&lt;br /&gt;
future releases of conda.&lt;br /&gt;
&lt;br /&gt;
Would you like conda to send this report to the core maintainers? [y/N]: n&lt;br /&gt;
&lt;br /&gt;
No report sent. To permanently opt-out, use&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$ conda config --set report_errors false</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2331&amp;qa_1=installing-celerite-and-jplephem</guid>
<pubDate>Wed, 25 Jun 2025 00:16:36 +0000</pubDate>
</item>
<item>
<title>SIA search using a box in galactic coordinates</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2315&amp;qa_1=sia-search-using-a-box-in-galactic-coordinates</link>
<description>From the examples available I see how to query the list of images available in the NOIRLab archive within a box defined by its center in (RA,Dec) and (width,height) using sia.SIAService. &lt;br /&gt;
&lt;br /&gt;
But I need to do it for a box defined in galactic coordinates (l,b). Is there a function to do that?&lt;br /&gt;
&lt;br /&gt;
A full example would be welcome.</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2315&amp;qa_1=sia-search-using-a-box-in-galactic-coordinates</guid>
<pubDate>Sat, 21 Jun 2025 19:07:30 +0000</pubDate>
</item>
<item>
<title>Querying ls_dr9.apflux on ls_id returns many blank rows</title>
<link>https://datalab.noirlab.edu/help/index.php?qa=2293&amp;qa_1=querying-ls_dr9-apflux-on-ls_id-returns-many-blank-rows</link>
<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;I'm working with a set of galaxies derived from DESI DR1. I've uploaded a table containing their DESI TARGETIDs to a workspace, and I'm attempting to retrieve their forced photometry (i.e.&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://datalab.noirlab.edu/data-explorer?showTable=ls_dr9.apflux&quot;&gt;https://datalab.noirlab.edu/data-explorer?showTable=ls_dr9.apflux&lt;/a&gt;) from LS DR9. As the DESI targets were identified from LS DR9, it is my understanding that there should be measurements in this table for each DESI target. However, when I run my query (pasted below), I tend to get many empty rows.&amp;nbsp;Am I doing something wrong here, or is it expected that some DESI targets have no associated apflux measurement?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;sql = '''SELECT &amp;nbsp;m.TargetID_DESI, a.apflux_g_1, a.apflux_g_2, a.apflux_g_3, a.apflux_g_4, a.apflux_g_5, a.apflux_g_6, a.apflux_g_7, a.apflux_g_8, a.apflux_ivar_g_1, a.apflux_ivar_g_2, a.apflux_ivar_g_3, a.apflux_ivar_g_4, a.apflux_ivar_g_5, a.apflux_ivar_g_6, a.apflux_ivar_g_7, a.apflux_ivar_g_8&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FROM mydb://snr5_matched225 AS m&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LEFT JOIN desi_dr1.photometry as p&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ON m.TargetID_DESI = p.targetid&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LEFT JOIN ls_dr9.apflux as a&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ON p.ls_id = a.ls_id '''&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;qu = qc.query(sql=sql,async_=True,wait=True,poll=15,verbose=1,timeout=1800)&lt;/p&gt;&lt;p&gt;df_out = convert(qu)&lt;/p&gt;&lt;p&gt;df_out.to_csv('../apflux_catalogs/apflux_matched_snr5_225.csv')&lt;/p&gt;</description>
<guid isPermaLink="true">https://datalab.noirlab.edu/help/index.php?qa=2293&amp;qa_1=querying-ls_dr9-apflux-on-ls_id-returns-many-blank-rows</guid>
<pubDate>Wed, 11 Jun 2025 21:02:46 +0000</pubDate>
</item>
</channel>
</rss>