EoRImaging / eppsilon

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

diff/ratio plot names should include obs name #74

Closed rlbyrne closed 5 years ago

rlbyrne commented 6 years ago

Add to ps_filenames around line 1220. Add obs_names to fhd types.

bhazelton commented 6 years ago

I'm looking at the code more carefully and it looks like obs_names should be ending up in fhd_types if there are more than one obs_names present. Obviously it's not working for you, can we sit down to look at this together so I can understand what's happening?

bhazelton commented 5 years ago

@rlbyrne Do you still see this problem?

rlbyrne commented 5 years ago

@bhazelton I found a workaround by using the diff_save_path keyword to explicitly include the obsid. It doesn't use this obsid by default. We could consider changing the default if you think it's appropriate.

rlbyrne commented 5 years ago

This is working now.