-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read returned a bad value while running dstools-create-model #18
Comments
Hi, thanks for raising this. It looks like there is something not quite right with your MeasurementSet. I've previously seen this type of error when trying to open a MeasurementSet with casacore after running certain CASA tasks (e.g. uvsub), though I'm not 100% sure of the cause. One very silly fix that has worked for me is to run mstransform without applying any actual transformations,
and then try running
This seems to fix whatever corruption has occurred in the MS format by copying things over to a new MS, though is not a particularly satisfying solution. Did you run any other processing on this data? If so that information would be helpful to debug the cause, as I can't reproduce this on the MS downloaded straight from CASDA, nor after correcting the flux scale / beam pointing with BTW it looks like you're using the |
Hi Josh, Thank you for looking into this—I appreciate your help. I reran the dstools-create-model command on the output of mstransform, and it resolved the specific error I mentioned earlier. However, when running dstools-create-model on the corrected measurement set (MS), a new error occurred, which appears to be related to cfitsio. For context, I also ran the dstools-askap-preprocess tool beforehand to correct the MS. I’ve attached the full output below for your reference. Command: dstools-create-model --imsize 10000 --cell 2.5 --nterms 2 --robust 0.5 --name SB61103.EMU_1227-69.beam00 --verbose scienceData.EMU_1227-69.SB61103.EMU_1227-69.beam00_averaged_cal.leakage_fixed.ms Detailed output: WSClean version 3.5 (2024-07-30) No corrected data in first measurement set: tasks will be applied on the data column. **+ An exception occured:
|
I am trying to create a model by running "dstools-create-model --imsize 10000 --cell 2.5 --nterms 2 --robust 0.5 --name SB61103.EMU_1227-69.beam00 scienceData.EMU_1227-69.SB61103.EMU_1227-69.beam00_averaged_cal.leakage.ms". And Encountering the following error:
INFO 2024-12-18 20:38:52 - dstools.imaging - Imaging scienceData.EMU_1227-69.SB61103.EMU_1227-69.beam00_averaged_cal.leakage.ms with 10000x10000 pixels, 2.5asec cellsize, and 2 Taylor terms.
Am I missing something? Any leads would be much appreciated.
The text was updated successfully, but these errors were encountered: