EoRImaging / eppsilon

eppsilon - error propagated power spectrum with interleaved observed noise
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

Lightweight running of eppsilon for aws #66

Closed nicholebarry closed 5 years ago

nicholebarry commented 6 years ago

I'm having issue with getting eppsilon to run on aws, particularly due to my attempt to make things as lightweight as possible. I'm only downloading specific integrated HEALPix cubes that are needed, i.e if I'm DFTing just the even XX, then I'm grabbing just the even XX HEALPix cube. But there are multiple spots where eppsilon checks for all cubes, even for cubes not currently needed for the DFT.

I'm going to change the aws script so that all Healpix cubes are downloaded, even if they are not needed. In the future, I would like it to more lightweight and efficient to save money.

bhazelton commented 6 years ago

@nicholebarry are the problems happening when you run single_cube_dft.pro?

nicholebarry commented 6 years ago

Yes, but I don't think it is exclusive to single_cube_dft.pro

bhazelton commented 6 years ago

No, it wouldn't be. single_cube_dft is the lightest weight wrapper I have, so if that has the problem they all will. I'll try to look into this more next week.

bhazelton commented 6 years ago

I think this might be solved now, there were bugs in the logic around finding variable names in the cubes when only one cube was present.