Everett Schlawin
Everett Schlawin
This is a bit of a tangent and I agree it's probably a lost cause to go to older versions, but I was able to install Starry 1.0 on a...
I may have found a way to do this using `Potential` in pymc3 with the following lines inside the model. ```python import pymc3 as pm b_map = starry.Map(ydeg=self.degree) # Add...
Ah, thanks for the tutorial on pixel sampling! Should have seen that earlier.
How about enforcing that limb darkening is physical? I attempted a similar method as above with the potential: ``` python ## make sure that the limb darkening law is physical...
Thank you @dfm. I found that this switch function worked decently for eclipse mapping to constrain the spherical harmonic coefficients to give a nonnegative map and got similar (and in...
I found that I could make this error go away when I changed my `.readthedocs.yaml` file's Python version from 3.11 to ``` # Set the version of Python and other...
Has this now changed so you can log both to stdout and a file? It appears as though running `.call` in iPython ignored my `stpipe-log.cfg` in the local directory but...
I allocated 256 GB of memory and was able to get farther before running into a different issue
OK, thanks for investigating! Now that I run mirage TSO sims on a high performance computer and allocate 256 GB, I have not run into any problems but I imagine...
Hmm, maybe I'm looking at the wrong branch or misinterpreted code but when I go here: https://github.com/spacetelescope/mirage/blob/master/mirage/yaml/yaml_generator.py line 136 says: ` dateobs_for_background=False, segmap_flux_limit=None, segmap_flux_limit_units=None,` And line 326 says: ` self.segmentation_threshold_units...