-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove Healpix requirement for easy cluster management #143
Comments
So all the required information from the HEALPix files is extracted and saved in the info file. So the solution is to not have to refresh info. Why was that needed? |
I copied the uvf cubes and the info file from the cluster onto my local computer, and tried to run eppsilon to see if the refresh_info keyword was needed or not.
|
So I just ran into this and I think I understand the confusion better now. The issue (at least in my case) is that in addition to the uvf_cubes, eppsilon also needs the beam_cubes, which are stored in the ps folder under |
When refreshing the info file, the Healpix cubes are required, even if the uvf_cubes exist. It would be best to extract the information from the Healpix cubes into the uvf_cubes so that the Healpix cubes don't need to be downloaded for aws users.
Example: Mike downloaded the uvf cubes from aws to a local computer. He then tried to refresh_info.
IDL> ps_wrapper, "/Volumes/Faramir/2014_GS/2014_PS/GS_freq_broadcast_dgpb", "Combined_obs_2014_GS_plus_one", /refresh_info, /refresh_beam, /png
% PS_FILENAMES: No cube or info files found in folder /Volumes/Faramir/2014_GS/2014_PS/GS_freq_broadcast_dgpb
% Execution halted at: PS_FILENAMES 1201 /Users/mikewilensky/Repos/eppsilon/ps_wrappers/ps_filenames.pro
% PS_WRAPPER 122
The text was updated successfully, but these errors were encountered: