Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97863515
unlens1.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 6, 22:13
Size
691 B
Mime Type
text/x-c
Expires
Wed, Jan 8, 22:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23422776
Attached To
R1448 Lenstool-HPC
unlens1.c
View Options
#include<stdio.h>
#include<math.h>
#include<fonction.h>
#include<constant.h>
#include<dimension.h>
#include<structure.h>
/****************************************************************/
/* nom: unlens1 */
/* auteur: Jean-Paul Kneib */
/* date: 10/02/92 */
/* place: Toulouse */
/****************************************************************/
struct galaxie unlens1(struct galaxie arclet, double dlsds)
{
struct galaxie source;
struct ellipse ampli;
ampli = e_unmag_gal(&arclet);
isoima(&arclet.E, &li, &source.E);
e_dpl(&arclet.C, dlsds, &source.C);
return(source);
}
Event Timeline
Log In to Comment