-
Notifications
You must be signed in to change notification settings - Fork 58
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
Firstguess with IFS data takes 12 days to run #578
Comments
Hi @trisha-bhowmik, Could you clarify the input parameters you used for the firstguess routine? And whether your workflow differs from the one presented in Tutorial 7 (in particular Secs. 7.6 and 7.7)? Assuming you haven't done so yet, I'd recommend to set Hoping this helps. |
Hi,
These are the input parameters I am using. Currently, I am not using the
transmission in each frame to test first.
firstguess(cube, derot_angles, psfn, annulus_width=int(4*np.mean(fwhm)),
aperture_radius=2, ncomp=1, fmerit=mode, planets_xy_coord=source_xy,
fwhm=np.mean(fwhm), f_range=np.linspace(int(flx_min),int(flx_max),10),
mu_sigma=False, imlib='opencv',simplex=True, plot=True, verbose=True)
flx_min=10
flx_max=70
mode='stddev'
…On Tue, Mar 7, 2023 at 3:14 PM VChristiaens ***@***.***> wrote:
Hi @trisha-bhowmik <https://github.com/trisha-bhowmik>,
Could you clarify the input parameters you used for the firstguess
routine? And whether your workflow differs from the one presented in Tutorial
7
<https://vip.readthedocs.io/en/latest/tutorials/07_ifs_psfsub_fm_planets.html#7.6.-Astrometry-retrieval>
(in particular Secs. 7.6 and 7.7)?
Assuming you haven't done so yet, I'd recommend to set imlib='opencv'
when calling the function, after installing opencv (pip install
opencv-python) in your environment.
Hoping this helps.
—
Reply to this email directly, view it on GitHub
<#578 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASNUYI5JDDQGXJ2ZOKPC3DLW253I3ANCNFSM6AAAAAAVSVBF5Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
With Regards,
Dr. Trisha Bhowmik
Postdoctoral fellow,
Universidad Diego Portales,
Santiago, Chile.
|
Hi @trisha-bhowmik,
The above is more efficient than solving for all 3 parameters (r, PA, flux) individually for all spectral channels of the IFS cube, in case this happened to be what you tested. Hope this helps. |
Hello,
I am trying to use the firstguess routine for the IFS data and it took 12 days to run. Is there a way to optimize the sub-routine?
The text was updated successfully, but these errors were encountered: